|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
org.xwiki.gwt.user.client.ui.wizard.AbstractCompositeWizardStep
org.xwiki.gwt.user.client.ui.wizard.AbstractNavigationAwareWizardStep
public abstract class AbstractNavigationAwareWizardStep
An abstract wizard step that is aware of the wizard navigation.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled |
| Field Summary |
|---|
| Fields inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
DEBUG_ID_PREFIX |
| Constructor Summary | |
|---|---|
AbstractNavigationAwareWizardStep()
Creates a new navigation-aware wizard step. |
|
AbstractNavigationAwareWizardStep(com.google.gwt.user.client.ui.FlowPanel panel)
Creates a new navigation-aware wizard step that uses the given panel to hold its widgets. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDirectionName(NavigationListener.NavigationDirection direction)
Allows this step to overwrite the default printed for the navigation directions. |
java.lang.String |
getNextStep()
Returns the key of the next step in the wizard. |
java.util.EnumSet<NavigationListener.NavigationDirection> |
getValidDirections()
|
java.lang.String |
setDirectionName(NavigationListener.NavigationDirection direction,
java.lang.String name)
Sets the name for a navigation direction. |
void |
setNextStep(java.lang.String nextStep)
Sets the name of the next wizard step. |
void |
setValidDirections(java.util.EnumSet<NavigationListener.NavigationDirection> validDirections)
Sets the valid directions the wizard can go to from this wizard step. |
| Methods inherited from class org.xwiki.gwt.user.client.ui.wizard.AbstractCompositeWizardStep |
|---|
display, getPanel |
| Methods inherited from class com.google.gwt.user.client.ui.Composite |
|---|
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, setWidget |
| Methods inherited from class com.google.gwt.user.client.ui.Widget |
|---|
addDomHandler, addHandler, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents |
| Methods inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, toString, unsinkEvents |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.xwiki.gwt.user.client.ui.wizard.WizardStep |
|---|
getResult, getStepTitle, init, onCancel, onSubmit |
| Constructor Detail |
|---|
public AbstractNavigationAwareWizardStep()
public AbstractNavigationAwareWizardStep(com.google.gwt.user.client.ui.FlowPanel panel)
panel - the panel where this wizard step will add its widgets| Method Detail |
|---|
public java.lang.String getDirectionName(NavigationListener.NavigationDirection direction)
direction - the direction to get the name for
AbstractCompositeWizardStep#getDirectionName(NavigationDirection)
public java.lang.String setDirectionName(NavigationListener.NavigationDirection direction,
java.lang.String name)
direction - a wizard navigation directionname - a string that will be used on the UI to indicate the specified direction
public java.lang.String getNextStep()
WizardStep.onSubmit(AsyncCallback) has returned successfully, so the computing of the next step can be done safely
at WizardStep.onSubmit(AsyncCallback) time.
WizardStep.getNextStep()public void setNextStep(java.lang.String nextStep)
nextStep - the name of the next wizard steppublic java.util.EnumSet<NavigationListener.NavigationDirection> getValidDirections()
WizardStep.getValidDirections()public void setValidDirections(java.util.EnumSet<NavigationListener.NavigationDirection> validDirections)
validDirections - the valid directions the wizard can go to from this wizard step
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||