public interface WizardPanel
Modifier and Type | Method and Description |
---|---|
void |
add(InputChangedListener listener)
Tip: Delegate to an InputChangedFirer.
|
void |
enteredFromLeft(java.util.Map dataMap)
Called when the user presses Next on this panel's previous panel
|
void |
exitingToRight()
Called when the user presses Next on this panel
|
java.lang.String |
getID() |
java.lang.String |
getInstructions() |
java.lang.String |
getNextID() |
java.lang.String |
getTitle() |
boolean |
isInputValid() |
void |
remove(InputChangedListener listener) |
void enteredFromLeft(java.util.Map dataMap)
void exitingToRight() throws java.lang.Exception
java.lang.Exception
void add(InputChangedListener listener)
listener
- a party to notify when the input changes (usually the
WizardDialog, which needs to know when to update the enabled state of
the buttons.void remove(InputChangedListener listener)
java.lang.String getTitle()
java.lang.String getID()
java.lang.String getInstructions()
boolean isInputValid()
java.lang.String getNextID()