er.directtoweb
Class ERD2WEditSortedManyToManyPage
java.lang.Object
com.webobjects.appserver.WOElement
com.webobjects.appserver.WOComponent
com.webobjects.directtoweb.D2WComponent
com.webobjects.directtoweb.D2WPage
er.directtoweb.ERD2WPage
er.directtoweb.ERD2WEditSortedManyToManyPage
- All Implemented Interfaces:
- Cloneable, DTWGeneration, EditRelationshipPageInterface, ERDBranchInterface, ERDUserInfoInterface, ERXComponentActionRedirector.Restorable, ERXExceptionHolder, NSKeyValueCoding, NSKeyValueCoding.ErrorHandling, NSKeyValueCodingAdditions, NSValidation, Serializable, WOActionResults
- public class ERD2WEditSortedManyToManyPage
- extends ERD2WPage
- implements EditRelationshipPageInterface
- See Also:
- Serialized Form
Nested classes inherited from class com.webobjects.foundation.NSKeyValueCoding |
NSKeyValueCoding._BooleanFieldBinding, NSKeyValueCoding._BooleanMethodBinding, NSKeyValueCoding._FieldBinding, NSKeyValueCoding._ForwardingBinding, NSKeyValueCoding._KeyBinding, NSKeyValueCoding._KeyBindingCreation, NSKeyValueCoding._MethodBinding, NSKeyValueCoding._NumberFieldBinding, NSKeyValueCoding._NumberMethodBinding, NSKeyValueCoding._ReflectionKeyBindingCreation, NSKeyValueCoding.DefaultImplementation, NSKeyValueCoding.ErrorHandling, NSKeyValueCoding.Null, NSKeyValueCoding.UnknownKeyException, NSKeyValueCoding.Utility, NSKeyValueCoding.ValueAccessor |
Fields inherited from class er.directtoweb.ERD2WPage |
_allConfigurations, _branch, _context, _nextPage, _nextPageDelegate, _userInfo, errorKeyOrder, errorMessage, errorMessages, keyPathsWithValidationExceptions, validationLog |
Methods inherited from class er.directtoweb.ERD2WPage |
allConfigurationNames, awake, branch, branchChoices, branchName, clearValidationFailed, currentSection, currentSectionKeys, currentTab, d2wComponentNameDebuggingEnabled, d2wContext, d2wCurrentComponentName, descriptionForResponse, editingContext, errorMessage, errorMessages, hasBranchChoices, hasValidationExceptionForPropertyKey, invokeAction, isEmbedded, isObjectDeleteable, isObjectEditable, isObjectInspectable, nextPage, nextPageDelegate, now, sectionsContents, sectionsForCurrentTab, self, setBranch, setCurrentSection, setCurrentTab, setD2wContext, setDataSource, setEditingContext, setErrorMessage, setErrorMessages, setLocalContext, setNextPage, setNextPageDelegate, setObject, shouldCollectValidationExceptions, shouldPropagateExceptions, shouldSetFailedValidationValue, showCancel, sleep, tabSectionsContents, tabSectionsContentsFromRuleResult, takeValuesFromRequest, urlForCurrentState, userInfo, validationFailedWithException |
Methods inherited from class com.webobjects.directtoweb.D2WComponent |
allEntities, allowCollapsing, applicationPort, assistantPort, attribute, backgroundColorForHeaderRow, backgroundColorForPage, backgroundColorForTable, backgroundColorForTableDark, backgroundColorForTableLight, color, currentSettings, currentUrl, d2wContextVisibleEntityNamesCountPlus1, defaultRowspan, displayNameForKeyWhenRelationship, displayNameForProperty, displayPropertyKeys, dynamicPages, entity, entityName, formatter, generationReplacementFor, generationReplacementForCurrentObject, hasCustomKey, hasEntity, hasNoColor, homeClicked, homeHref, isEditing, isEntityReadOnly, isEntityReadOnly, isLiveAssistantEnabled, isNotBoldAsBoolean, isNotItalicAsBoolean, isPropertyAnAttribute, isWebAssistantActive, isWebAssistantConnected, isWebAssistantEnabled, keyForGenerationReplacementForVariableNamed, keyWhenRelationship, lastUrl, length, localContext, logout, object, objectPropertyValue, objectPropertyValueIsNonNull, pageTitle, property, propertyKey, propertyValueClassName, relationship, resourcePathURL, sessionID, setCurrentSettings, setDynamicPages, setEntities, setEntity, setEntityName, setPropertyKey, setResourcePathURL, setTask, setTasks, showBanner, showWebAssistant, submitActionName, target, task, tasks, visibleEntityNames |
Methods inherited from class com.webobjects.appserver.WOComponent |
_associationWithName, _awakeInContext, _childTemplate, _componentDefinition, _componentUnroll, _isPage, _setContext, _setIsPage, _setParent, _setSubcomponent, _sleepInContext, _subcomponentForElementWithID, _templateNameForClass, _unroll, application, baseURL, bindingKeys, canAccessFieldsDirectly, canGetValueForBinding, canSetValueForBinding, clone, context, debugString, ensureAwakeInContext, frameworkName, generateResponse, handleQueryWithUnboundKey, handleTakeValueForUnboundKey, hasBinding, hasSession, isCachingEnabled, isEventLoggingEnabled, isStateless, logString, name, pageWithName, parent, path, pathURL, performParentAction, pullValuesFromParent, pushValuesToParent, reset, session, set_componentUnroll, set_unroll, setCachingEnabled, setValueForBinding, synchronizesVariablesWithBindings, takeValueForKey, takeValueForKeyPath, template, templateWithHTMLString, templateWithName, toString, unableToSetNullForKey, validateTakeValueForKeyPath, validateValueForKey, valueForBinding, valueForKey, valueForKeyPath |
log
public static final ERXLogger log
QUERY
public static final int QUERY
- See Also:
- Constant Field Values
LIST
public static final int LIST
- See Also:
- Constant Field Values
NEW
public static final int NEW
- See Also:
- Constant Field Values
_state
protected int _state
selectDataSource
public EODataSource selectDataSource
_eoToAddToRelationship
protected EOEnterpriseObject _eoToAddToRelationship
_newEOInRelationship
protected EOEnterpriseObject _newEOInRelationship
relationshipDisplayGroup
public WODisplayGroup relationshipDisplayGroup
browserItem
public EOEnterpriseObject browserItem
browserSelections
public NSArray browserSelections
sortedObjects
public String sortedObjects
ERD2WEditSortedManyToManyPage
public ERD2WEditSortedManyToManyPage(WOContext c)
relationshipKey
public String relationshipKey()
setMasterObjectAndRelationshipKey
public void setMasterObjectAndRelationshipKey(EOEnterpriseObject eo,
String relationshipKey)
- Specified by:
setMasterObjectAndRelationshipKey
in interface EditRelationshipPageInterface
displayKey
public String displayKey()
displayQuery
public boolean displayQuery()
displayList
public boolean displayList()
displayNew
public boolean displayNew()
isSortedRelationship
public boolean isSortedRelationship()
showIndex
public boolean showIndex()
browserStringForItem
public String browserStringForItem()
displayNameForRelationshipKey
public String displayNameForRelationshipKey()
objectToAddToRelationship
public EOEnterpriseObject objectToAddToRelationship()
setObjectToAddToRelationship
public void setObjectToAddToRelationship(EOEnterpriseObject newValue)
queryAction
public WOComponent queryAction()
selectAction
public WOComponent selectAction()
selectActionDelegate
public NextPageDelegate selectActionDelegate()
setSelectActionDelegate
public void setSelectActionDelegate(NextPageDelegate newSelectActionDelegate)
removeFromToManyRelationshipAction
public WOComponent removeFromToManyRelationshipAction()
removeAllFromToManyRelationship
public WOComponent removeAllFromToManyRelationship()
displayQueryAction
public WOComponent displayQueryAction()
itemHashCode
public Integer itemHashCode()
updateEOsOrdering
public void updateEOsOrdering()
returnAction
public WOComponent returnAction()
newObjectAction
public WOComponent newObjectAction()
newObjectInRelationship
public EOEnterpriseObject newObjectInRelationship()
saveAction
public WOComponent saveAction()
destinationRelationship
public EORelationship destinationRelationship()
destinationEntity
public EOEntity destinationEntity()
indexKey
public String indexKey()
moveObjectUp
public WOComponent moveObjectUp()
moveObjectDown
public WOComponent moveObjectDown()
objectAtIndex
public EOEnterpriseObject objectAtIndex(int index)
objectForHashCode
public EOEnterpriseObject objectForHashCode(String hashCode)
browserSelection
public EOEnterpriseObject browserSelection()
appendToResponse
public void appendToResponse(WOResponse r,
WOContext c)
- Description copied from class:
ERD2WPage
- Overridden from the parent for better logging. Reports exceptions in the console for easier debugging.
- Overrides:
appendToResponse
in class ERD2WPage
browserSize
public int browserSize()
Copyright © 2002 – 2004 Project Wonder.