Uses of Class
org.xwiki.gwt.user.client.ui.wizard.NavigationListener.NavigationDirection

Packages that use NavigationListener.NavigationDirection
org.xwiki.gwt.user.client.ui.wizard   
 

Uses of NavigationListener.NavigationDirection in org.xwiki.gwt.user.client.ui.wizard
 

Methods in org.xwiki.gwt.user.client.ui.wizard that return NavigationListener.NavigationDirection
static NavigationListener.NavigationDirection NavigationListener.NavigationDirection.valueOf(java.lang.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're declared.
 

Methods in org.xwiki.gwt.user.client.ui.wizard that return types with arguments of type NavigationListener.NavigationDirection
 java.util.EnumSet<NavigationListener.NavigationDirection> AbstractNavigationAwareWizardStep.getValidDirections()
          
 java.util.EnumSet<NavigationListener.NavigationDirection> WizardStep.getValidDirections()
           
 

Methods in org.xwiki.gwt.user.client.ui.wizard with parameters of type NavigationListener.NavigationDirection
protected  void WizardDialog.addButton(WizardStep step, NavigationListener.NavigationDirection direction, com.google.gwt.user.client.ui.Panel container, java.lang.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.
 java.lang.String AbstractNavigationAwareWizardStep.getDirectionName(NavigationListener.NavigationDirection direction)
          Allows this step to overwrite the default printed for the navigation directions.
 java.lang.String WizardStep.getDirectionName(NavigationListener.NavigationDirection direction)
          Allows this step to overwrite the default printed for the navigation directions.
 void Wizard.onDirection(NavigationListener.NavigationDirection direction)
          Triggered when a navigation event takes place.
 void NavigationListener.onDirection(NavigationListener.NavigationDirection direction)
          Triggered when a navigation event takes place.
 java.lang.String AbstractNavigationAwareWizardStep.setDirectionName(NavigationListener.NavigationDirection direction, java.lang.String name)
          Sets the name for a navigation direction.
 

Method parameters in org.xwiki.gwt.user.client.ui.wizard with type arguments of type NavigationListener.NavigationDirection
 void AbstractNavigationAwareWizardStep.setValidDirections(java.util.EnumSet<NavigationListener.NavigationDirection> validDirections)
          Sets the valid directions the wizard can go to from this wizard step.
 



Copyright © 2004-2010 XWiki. All Rights Reserved.