er.directtoweb
Class ERD2WEditableListPage
java.lang.Object
com.webobjects.appserver.WOElement
com.webobjects.appserver.WOComponent
com.webobjects.directtoweb.D2WComponent
com.webobjects.directtoweb.D2WPage
er.directtoweb.ERD2WPage
er.directtoweb.ERD2WListPage
er.directtoweb.ERD2WEditableListPage
- All Implemented Interfaces:
- Cloneable, DTWGeneration, ERDBranchInterface, ERDListPageInterface, ERDUserInfoInterface, ERXComponentActionRedirector.Restorable, ERXExceptionHolder, ListPageInterface, NSKeyValueCoding, NSKeyValueCoding.ErrorHandling, NSKeyValueCodingAdditions, NSValidation, SelectPageInterface, Serializable, WOActionResults
- Direct Known Subclasses:
- ERD2WEditableListTemplate
- public class ERD2WEditableListPage
- extends ERD2WListPage
- implements ERXExceptionHolder
- 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 |
Methods inherited from class er.directtoweb.ERD2WListPage |
alternatingColorForRow, appendToResponse, backgroundColorForRow, colorForRow, defaultSortKey, deleteObjectAction, descriptionForResponse, displayGroup, editingContextDidSaveChanges, editObjectAction, finalize, formTargetJavaScriptUrl, inspectObjectAction, invokeAction, isEntityEditable, isEntityReadOnly, isListEmpty, isSelecting, isSelectingNotTopLevel, listSize, localInstanceOfObject, numberOfObjectsPerBatch, printerFriendlyVersion, printerFriendlyVersion, referenceEOs, selectedObject, selectObjectAction, setBackgroundColorForRow, setDataSource, setSelectedObject, setSortOrderingsOnDisplayGroup, setupPhase, shouldShowSelectAll, sortOrderings, targetString, urlForCurrentState, userPreferencesCanSpecifySorting, warmUpForDisplay |
Methods inherited from class er.directtoweb.ERD2WPage |
allConfigurationNames, awake, branch, branchChoices, branchName, currentSection, currentSectionKeys, currentTab, d2wComponentNameDebuggingEnabled, d2wContext, d2wCurrentComponentName, editingContext, errorMessage, errorMessages, hasBranchChoices, hasValidationExceptionForPropertyKey, isEmbedded, isObjectDeleteable, isObjectEditable, isObjectInspectable, nextPage, nextPageDelegate, now, sectionsContents, sectionsForCurrentTab, self, setBranch, setCurrentSection, setCurrentTab, setD2wContext, setEditingContext, setErrorMessage, setErrorMessages, setLocalContext, setNextPage, setNextPageDelegate, shouldCollectValidationExceptions, shouldPropagateExceptions, shouldSetFailedValidationValue, sleep, tabSectionsContents, tabSectionsContentsFromRuleResult, userInfo |
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, 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 |
errorMessages
protected NSMutableDictionary errorMessages
errorMessage
protected String errorMessage
dummy
public String dummy
ERD2WEditableListPage
public ERD2WEditableListPage(WOContext context)
colspanForNavBar
public int colspanForNavBar()
errorMessagesDictionaries
protected NSMutableDictionary errorMessagesDictionaries()
currentErrorDictionary
public NSMutableDictionary currentErrorDictionary()
showCancel
public boolean showCancel()
- Overrides:
showCancel
in class ERD2WListPage
isEntityInspectable
public boolean isEntityInspectable()
- Overrides:
isEntityInspectable
in class ERD2WListPage
setObject
public void setObject(EOEnterpriseObject eo)
- Description copied from class:
ERD2WPage
- Implementation of the
InspectPageInterface
- Overrides:
setObject
in class ERD2WPage
backAction
public WOComponent backAction()
- Overrides:
backAction
in class ERD2WListPage
saveAction
public WOComponent saveAction()
cancel
public WOComponent cancel()
validationFailedWithException
public void validationFailedWithException(Throwable e,
Object value,
String keyPath)
- Description copied from class:
ERD2WPage
- Handles validation errors.
- Overrides:
validationFailedWithException
in class ERD2WPage
clearValidationFailed
public void clearValidationFailed()
- Description copied from interface:
ERXExceptionHolder
- Clears all of the collected validation exceptions.
- Specified by:
clearValidationFailed
in interface ERXExceptionHolder
- Overrides:
clearValidationFailed
in class ERD2WPage
update
public WOComponent update()
takeValuesFromRequest
public void takeValuesFromRequest(WORequest r,
WOContext c)
- Description copied from class:
ERD2WPage
- Overridden from the parent for better logging. Also clears validation errors
- Overrides:
takeValuesFromRequest
in class ERD2WListPage
saveLabel
public String saveLabel()
Copyright © 2002 – 2004 Project Wonder.