Uses of Interface
org.xwiki.gwt.user.client.ui.wizard.NavigationListener

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

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

Classes in org.xwiki.gwt.user.client.ui.wizard that implement NavigationListener
 class Wizard
          Wizard to handle the loading and navigation in a list of chained dialogs.
 

Methods in org.xwiki.gwt.user.client.ui.wizard with parameters of type NavigationListener
 void SourcesNavigationEvents.addNavigationListener(NavigationListener listener)
          Adds the listener to the list of listeners for the navigation events launched by this source.
 void WizardDialog.addNavigationListener(NavigationListener listener)
           
 void SourcesNavigationEvents.removeNavigationListener(NavigationListener listener)
          Removes the listener from the list of listeners for the navigation events launched by this source.
 void WizardDialog.removeNavigationListener(NavigationListener listener)
           
 



Copyright © 2004-2013 XWiki. All Rights Reserved.