|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.Component
org.apache.wicket.MarkupContainer
org.apache.wicket.markup.html.WebMarkupContainer
org.apache.wicket.markup.html.WebMarkupContainerWithAssociatedMarkup
org.apache.wicket.markup.html.panel.Panel
org.apache.wicket.extensions.wizard.WizardStep
org.apache.wicket.extensions.wizard.dynamic.DynamicWizardStep
public abstract class DynamicWizardStep
Default implementation of a dynamic wizard step.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.wicket.Component |
|---|
org.apache.wicket.Component.ComponentModelChange, org.apache.wicket.Component.EnabledChange, org.apache.wicket.Component.IVisitor, org.apache.wicket.Component.VisibilityChange |
| Field Summary |
|---|
| Fields inherited from class org.apache.wicket.Component |
|---|
ENABLE, FLAG_RESERVED1, FLAG_RESERVED2, FLAG_RESERVED3, FLAG_RESERVED4, FLAG_RESERVED5, FLAG_RESERVED6, FLAG_RESERVED7, FLAG_RESERVED8, PATH_SEPARATOR, RENDER |
| Constructor Summary | |
|---|---|
DynamicWizardStep(IDynamicWizardStep previousStep)
Construct without a title and a summary. |
|
DynamicWizardStep(IDynamicWizardStep previousStep,
org.apache.wicket.model.IModel title,
org.apache.wicket.model.IModel summary)
Creates a new step with the specified title and summary. |
|
DynamicWizardStep(IDynamicWizardStep previousStep,
org.apache.wicket.model.IModel title,
org.apache.wicket.model.IModel summary,
org.apache.wicket.model.IModel model)
Creates a new step with the specified title and summary. |
|
DynamicWizardStep(IDynamicWizardStep previousStep,
java.lang.String title,
java.lang.String summary)
Creates a new step with the specified title and summary. |
|
DynamicWizardStep(IDynamicWizardStep previousStep,
java.lang.String title,
java.lang.String summary,
org.apache.wicket.model.IModel model)
Creates a new step with the specified title and summary. |
|
| Method Summary | |
|---|---|
boolean |
isLastAvailable()
Checks if the last button should be enabled. |
boolean |
isNextAvailable()
Gets whether the next button should be enabled. |
boolean |
isPreviousAvailable()
Gets whether the previous button should be enabled. |
IDynamicWizardStep |
last()
Gets the next wizard step from here. |
IDynamicWizardStep |
previous()
Gets the previous wizard step from here. |
| Methods inherited from class org.apache.wicket.extensions.wizard.WizardStep |
|---|
add, applyState, detachModel, getHeader, getSummary, getTitle, getView, init, isComplete, onBeforeRender, onInit, setComplete, setSummaryModel, setTitleModel |
| Methods inherited from class org.apache.wicket.markup.html.panel.Panel |
|---|
onComponentTag, onComponentTagBody, renderHead |
| Methods inherited from class org.apache.wicket.markup.html.WebMarkupContainerWithAssociatedMarkup |
|---|
newHeaderPartContainer, renderHeadFromAssociatedMarkupFile |
| Methods inherited from class org.apache.wicket.markup.html.WebMarkupContainer |
|---|
getMarkupType, getWebPage |
| Methods inherited from class org.apache.wicket.MarkupContainer |
|---|
add, addOrReplace, autoAdd, autoAdd, contains, findMarkupStream, get, getAssociatedMarkupStream, getMarkupStream, hasAssociatedMarkup, internalAdd, isTransparentResolver, iterator, iterator, newMarkupResourceStream, onRender, remove, remove, removeAll, renderAll, renderAssociatedMarkup, renderComponentTagBody, replace, setMarkupStream, setModel, size, toString, toString, visitChildren, visitChildren |
| Methods inherited from class org.apache.wicket.Component |
|---|
add, addStateChange, afterRender, beforeRender, callOnBeforeRenderIfNotVisible, checkComponentTag, checkComponentTagAttribute, checkHierarchyChange, continueToOriginalDestination, debug, detach, detachBehaviors, detachModels, error, exceptionMessage, fatal, findPage, findParent, findParentWithAssociatedMarkup, getApplication, getBehaviors, getBehaviors, getClassRelativePath, getComponentBorder, getConverter, getConverter, getEscapeModelStrings, getFeedbackMessage, getFlag, getFlag, getId, getInnermostModel, getInnermostModel, getLocale, getLocalizer, getMarkupAttributes, getMarkupId, getMetaData, getModel, getModelComparator, getModelObject, getModelObjectAsString, getModelObjectAsString, getOutputMarkupId, getOutputMarkupPlaceholderTag, getPage, getPageFactory, getPageRelativePath, getParent, getPath, getRenderBodyOnly, getRequest, getRequestCycle, getResponse, getSession, getSizeInBytes, getStatelessHint, getString, getString, getString, getStyle, getVariation, hasBeenRendered, hasErrorMessage, hasFeedbackMessage, info, initModel, internalAttach, internalDetach, internalOnAttach, internalOnDetach, internalOnModelChanged, isActionAuthorized, isAncestorOf, isAttached, isBehaviorAccepted, isEnableAllowed, isEnabled, isIgnoreAttributeModifier, isRenderAllowed, isStateless, isVersioned, isVisible, isVisibleInHierarchy, locateMarkupStream, markAttached, markRendering, modelChanged, modelChanging, newPage, newPage, onAfterRender, onAttach, onBeginRequest, onDetach, onEndRequest, onModelChanged, onModelChanging, prepareForRender, redirectToInterceptPage, remove, remove, render, render, renderComponent, renderComponent, renderComponentTag, rendered, replaceComponentTagBody, replaceWith, sameInnermostModel, sameInnermostModel, setAuto, setComponentBorder, setEnabled, setEscapeModelStrings, setFlag, setFlag, setIgnoreAttributeModifier, setMarkupId, setMetaData, setModelObject, setOutputMarkupId, setOutputMarkupPlaceholderTag, setRedirect, setRenderBodyOnly, setResponsePage, setResponsePage, setResponsePage, setVersioned, setVisible, urlFor, urlFor, urlFor, urlFor, urlFor, urlFor, visitParents, warn, wrap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.wicket.extensions.wizard.dynamic.IDynamicWizardStep |
|---|
isLastStep, next |
| Methods inherited from interface org.apache.wicket.extensions.wizard.IWizardStep |
|---|
applyState, getHeader, getView, init, isComplete |
| Constructor Detail |
|---|
public DynamicWizardStep(IDynamicWizardStep previousStep)
WizardStep.getHeader(String, Component, IWizard).
previousStep - The previous step. May be null if this is the first step in the wizard
public DynamicWizardStep(IDynamicWizardStep previousStep,
org.apache.wicket.model.IModel title,
org.apache.wicket.model.IModel summary)
previousStep - The previous step. May be null if this is the first step in the wizardtitle - the title of this step.summary - a brief summary of this step or some usage guidelines.
public DynamicWizardStep(IDynamicWizardStep previousStep,
org.apache.wicket.model.IModel title,
org.apache.wicket.model.IModel summary,
org.apache.wicket.model.IModel model)
previousStep - The previous step. May be null if this is the first step in the wizardtitle - the title of this step.summary - a brief summary of this step or some usage guidelines.model - Any model which is to be used for this step
public DynamicWizardStep(IDynamicWizardStep previousStep,
java.lang.String title,
java.lang.String summary)
previousStep - The previous step. May be null if this is the first step in the wizardtitle - the title of this step.summary - a brief summary of this step or some usage guidelines.
public DynamicWizardStep(IDynamicWizardStep previousStep,
java.lang.String title,
java.lang.String summary,
org.apache.wicket.model.IModel model)
previousStep - The previous step. May be null if this is the first step in the wizardtitle - the title of this step.summary - a brief summary of this step or some usage guidelines.model - Any model which is to be used for this step| Method Detail |
|---|
public boolean isLastAvailable()
IDynamicWizardStep
isLastAvailable in interface IDynamicWizardStepIDynamicWizardStep.isLastAvailable()public boolean isNextAvailable()
IDynamicWizardStep
isNextAvailable in interface IDynamicWizardStepIDynamicWizardStep.isNextAvailable()public boolean isPreviousAvailable()
IDynamicWizardStep
isPreviousAvailable in interface IDynamicWizardStepIDynamicWizardStep.isPreviousAvailable()public IDynamicWizardStep last()
IDynamicWizardStepDynamicWizardModel.isLastAvailable() returns true.
last in interface IDynamicWizardStepIDynamicWizardStep.last()public IDynamicWizardStep previous()
IDynamicWizardStepIDynamicWizardStep.isPreviousAvailable() returns true.
previous in interface IDynamicWizardStepIDynamicWizardStep.previous()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||