er.directtoweb
Class ERD2WWizardCreationPage
java.lang.Object
com.webobjects.appserver.WOElement
com.webobjects.appserver.WOComponent
com.webobjects.directtoweb.D2WComponent
com.webobjects.directtoweb.D2WPage
er.directtoweb.ERD2WPage
er.directtoweb.ERD2WInspectPage
er.directtoweb.ERD2WTabInspectPage
er.directtoweb.ERD2WWizardCreationPage
- All Implemented Interfaces:
- Cloneable, DTWGeneration, EditPageInterface, ERDBranchInterface, ERDEditPageInterface, ERDFollowPageInterface, ERDObjectSaverInterface, ERDTabEditPageInterface, ERDUserInfoInterface, ERXComponentActionRedirector.Restorable, ERXExceptionHolder, InspectPageInterface, NSKeyValueCoding, NSKeyValueCoding.ErrorHandling, NSKeyValueCodingAdditions, NSValidation, Serializable, WOActionResults
- Direct Known Subclasses:
- ERD2WWizardCreationPageTemplate
- public class ERD2WWizardCreationPage
- extends ERD2WTabInspectPage
- 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.ERD2WTabInspectPage |
currentTabIsFirstTab, currentTabIsLastTab, nextTab, nextTabAction, previousTab, previousTabAction, setTabNumber, shouldNotSwitchIfHasChanges, shouldSaveChangesForTab, shouldShowNextButton, shouldShowNextPreviousButtons, shouldShowPreviousButton, switchTabAction, switchTabActionName, tabComponentName, tabNumber, tabScriptString, useSubmitImages, useTabImages, useTabSectionImages |
Methods inherited from class er.directtoweb.ERD2WInspectPage |
deleteAction, doesNotHaveForm, editAction, hasPropertyName, isEntityReadOnly, nextPage, nextPage, objectWasSaved, performAdditionalValidations, previousPage, saveButtonFileName, setObject, setPreviousPage, shouldCollectValidationExceptions, shouldRecoverFromOptimisticLockingFailure, shouldRenderBorder, shouldRevertChanges, shouldSaveChanges, shouldShowActionButtons, shouldShowCancelButton, shouldShowSubmitButton, shouldValidateBeforeSave, showCancel, submitAction, takeValuesFromRequest, tryToSaveChanges, urlForCurrentState |
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, nextPageDelegate, now, sectionsContents, sectionsForCurrentTab, self, setBranch, setCurrentSection, setCurrentTab, setD2wContext, setDataSource, setEditingContext, setErrorMessage, setErrorMessages, setLocalContext, setNextPage, setNextPageDelegate, shouldPropagateExceptions, shouldSetFailedValidationValue, sleep, tabSectionsContents, tabSectionsContentsFromRuleResult, 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, 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
- logging support
WILL_GOTO_NEXT_PAGE
public static final String WILL_GOTO_NEXT_PAGE
- See Also:
- Constant Field Values
_currentStep
protected int _currentStep
ERD2WWizardCreationPage
public ERD2WWizardCreationPage(WOContext context)
currentStep
public int currentStep()
showPrevious
public boolean showPrevious()
showNext
public boolean showNext()
nextStep
public WOComponent nextStep()
previousStep
public WOComponent previousStep()
appendToResponse
public void appendToResponse(WOResponse response,
WOContext context)
- Description copied from class:
ERD2WPage
- Overridden from the parent for better logging. Reports exceptions in the console for easier debugging.
- Overrides:
appendToResponse
in class ERD2WTabInspectPage
printerFriendlyVersion
public WOComponent printerFriendlyVersion()
- Overrides:
printerFriendlyVersion
in class ERD2WTabInspectPage
cancelAction
public WOComponent cancelAction()
- Overrides:
cancelAction
in class ERD2WInspectPage
superCancelAction
public WOComponent superCancelAction()
Copyright © 2002 – 2004 Project Wonder.