Uses of Interface
com.sun.webui.jsf.model.WizardModel

Packages that use WizardModel
com.sun.webui.jsf.component   
com.sun.webui.jsf.model   
 

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

Methods in com.sun.webui.jsf.component that return WizardModel
 WizardModel Wizard.getModel()
          Overrides super.getModel() to provide a default WizardModel instance.
 

Methods in com.sun.webui.jsf.component with parameters of type WizardModel
 void Wizard.setModel(WizardModel model)
          The model property is a value binding that resolves to an instance of WizardModel.
 

Uses of WizardModel in com.sun.webui.jsf.model
 

Classes in com.sun.webui.jsf.model that implement WizardModel
 class WizardModelBase
          WizardModelBase is the default WizardModel instance used by the Wizard.
 

Constructors in com.sun.webui.jsf.model with parameters of type WizardModel
WizardStepListBase(WizardModel wModel)
           
 



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