| Package | Description |
|---|---|
| org.xwiki.gwt.user.client.ui.wizard |
| Modifier and Type | Method and Description |
|---|---|
static NavigationListener.NavigationDirection |
NavigationListener.NavigationDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NavigationListener.NavigationDirection[] |
NavigationListener.NavigationDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<NavigationListener.NavigationDirection> |
AbstractNavigationAwareWizardStep.getValidDirections() |
EnumSet<NavigationListener.NavigationDirection> |
WizardStep.getValidDirections() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WizardDialog.addButton(WizardStep step,
NavigationListener.NavigationDirection direction,
com.google.gwt.user.client.ui.Panel container,
String defaultLabel)
Adds the button for the specified direction for the step in the passed container.
|
void |
NavigationListenerCollection.fireNavigationEvent(NavigationListener.NavigationDirection direction)
Fires a navigation event for all listeners in the collection.
|
String |
AbstractNavigationAwareWizardStep.getDirectionName(NavigationListener.NavigationDirection direction) |
String |
WizardStep.getDirectionName(NavigationListener.NavigationDirection direction)
Allows this step to overwrite the default printed for the navigation directions.
|
void |
NavigationListener.onDirection(NavigationListener.NavigationDirection direction)
Triggered when a navigation event takes place.
|
void |
Wizard.onDirection(NavigationListener.NavigationDirection direction) |
String |
AbstractNavigationAwareWizardStep.setDirectionName(NavigationListener.NavigationDirection direction,
String name)
Sets the name for a navigation direction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractNavigationAwareWizardStep.setValidDirections(EnumSet<NavigationListener.NavigationDirection> validDirections)
Sets the valid directions the wizard can go to from this wizard step.
|
Copyright © 2004–2016 XWiki. All rights reserved.