Uses of Interface
com.sun.webui.jsf.event.WizardEventListener

Packages that use WizardEventListener
com.sun.webui.jsf.component   
 

Uses of WizardEventListener in com.sun.webui.jsf.component
 

Methods in com.sun.webui.jsf.component that return WizardEventListener
 WizardEventListener Wizard.getEventListener()
          The eventListener attribute is used to specify an object to handle an event that is triggered when a user activates a component in the wizard.
 WizardEventListener WizardBranch.getEventListener()
           
 WizardEventListener WizardBranchSteps.getEventListener()
           
 WizardEventListener WizardStep.getEventListener()
          The eventListener attribute is used to specify an object to handle an event that is triggered when a user activates a component in the step.
 WizardEventListener WizardSubstepBranch.getEventListener()
           
 

Methods in com.sun.webui.jsf.component with parameters of type WizardEventListener
 void Wizard.setEventListener(WizardEventListener eventListener)
          The eventListener attribute is used to specify an object to handle an event that is triggered when a user activates a component in the wizard.
 void WizardStep.setEventListener(WizardEventListener eventListener)
          The eventListener attribute is used to specify an object to handle an event that is triggered when a user activates a component in the step.
 



Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.