|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Wizard | |
|---|---|
| com.sun.webui.jsf.component | |
| com.sun.webui.jsf.event | |
| com.sun.webui.jsf.model | |
| Uses of Wizard in com.sun.webui.jsf.component |
|---|
| Methods in com.sun.webui.jsf.component that return Wizard | |
|---|---|
static Wizard |
Wizard.getWizard(javax.faces.component.UIComponent child,
java.lang.String wizardId)
Return the Wizard instance ancestor of child
identified by wizardId. |
| Uses of Wizard in com.sun.webui.jsf.event |
|---|
| Methods in com.sun.webui.jsf.event that return Wizard | |
|---|---|
Wizard |
WizardEvent.getWizard()
Return the Wizard broadcasting this event. |
| Constructors in com.sun.webui.jsf.event with parameters of type Wizard | |
|---|---|
WizardEvent(Wizard wizard)
Contruct a WizardEvent instance, specifying the
Wizard source. |
|
WizardEvent(Wizard wizard,
javax.faces.component.UIComponent navigationSource,
int navigationEvent,
java.lang.Object data)
Deprecated. replaced by WizardEvent.WizardEvent(Wizard, UIComponent, int,
WizardStep, String) |
|
WizardEvent(Wizard wizard,
javax.faces.component.UIComponent eventSource,
int event,
WizardStep step,
java.lang.String gotoStepId)
Contruct a WizardEvent with event data. |
|
| Uses of Wizard in com.sun.webui.jsf.model |
|---|
| Methods in com.sun.webui.jsf.model with parameters of type Wizard | |
|---|---|
void |
WizardModel.initialize(Wizard wizard)
This method is called when the wizard instance has completed assembling any child components. |
void |
WizardModelBase.initialize(Wizard wizard)
Initialize the current set of WizardSteps. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||