Uses of Class
org.nuiton.jaxx.runtime.swing.wizard.ext.WizardState
-
Packages that use WizardState Package Description org.nuiton.jaxx.runtime.swing.wizard.ext JAXX - Wizard framework -
-
Uses of WizardState in org.nuiton.jaxx.runtime.swing.wizard.ext
Fields in org.nuiton.jaxx.runtime.swing.wizard.ext declared as WizardState Modifier and Type Field Description protected WizardStateWizardExtModel. modelStateL'état générale du modèleFields in org.nuiton.jaxx.runtime.swing.wizard.ext with type parameters of type WizardState Modifier and Type Field Description protected Map<E,WizardState>WizardExtModel. stepStatesPour conserver les états des opérationsMethods in org.nuiton.jaxx.runtime.swing.wizard.ext that return WizardState Modifier and Type Method Description WizardStateWizardExtModel. getModelState()WizardStateWizardExtModel. getStepState()WizardStateWizardExtModel. getStepState(E step)static WizardStateWizardState. valueOf(String name)Returns the enum constant of this type with the specified name.static WizardState[]WizardState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nuiton.jaxx.runtime.swing.wizard.ext with parameters of type WizardState Modifier and Type Method Description static booleanWizardExtUtil. acceptStates(WizardState state, WizardState... accepted)voidWizardExtUI. onModelStateChanged(WizardState newState)Méthode invoquée lorsque l'état interne du modèle a changé.voidWizardExtUI. onOperationStateChanged(E step, WizardState newState)Méthode invoqué lorsque l'état d'une opération a changé.static booleanWizardExtUtil. rejectStates(WizardState state, WizardState... rejected)protected voidWizardExtModel. setModelState(WizardState modelState)voidWizardExtModel. setStepState(E step, WizardState newState)voidWizardExtModel. setStepState(WizardState newState)protected voidWizardExtModel. updateModelState(E step, WizardState newState)
-