| Package | Description |
|---|---|
| org.nuiton.jaxx.runtime.swing.wizard.ext |
JAXX - Wizard framework
|
| Modifier and Type | Field and Description |
|---|---|
protected WizardState |
WizardExtModel.modelState
L'état générale du modèle
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<E,WizardState> |
WizardExtModel.stepStates
Pour conserver les états des opérations
|
| Modifier and Type | Method and Description |
|---|---|
WizardState |
WizardExtModel.getModelState() |
WizardState |
WizardExtModel.getStepState() |
WizardState |
WizardExtModel.getStepState(E step) |
static WizardState |
WizardState.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.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
WizardExtUtil.acceptStates(WizardState state,
WizardState... accepted) |
static boolean |
WizardExtUtil.acceptStates(WizardState state,
WizardState... accepted) |
void |
WizardExtUI.onModelStateChanged(WizardState newState)
Méthode invoquée lorsque l'état interne du modèle a changé.
|
void |
WizardExtUI.onOperationStateChanged(E step,
WizardState newState)
Méthode invoqué lorsque l'état d'une opération a changé.
|
static boolean |
WizardExtUtil.rejectStates(WizardState state,
WizardState... rejected) |
static boolean |
WizardExtUtil.rejectStates(WizardState state,
WizardState... rejected) |
protected void |
WizardExtModel.setModelState(WizardState modelState) |
void |
WizardExtModel.setStepState(E step,
WizardState newState) |
void |
WizardExtModel.setStepState(WizardState newState) |
protected void |
WizardExtModel.updateModelState(E step,
WizardState newState) |
Copyright © 2008–2017 Ultreia.io. All rights reserved.