|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WizardValidator
The wizard validator is an interface that a wizard page can implement in order to provide custom control about the forward/backward/finish button enablement.
| Method Summary | |
|---|---|
boolean |
canCancel()
Determines if we can cancel the wizard dialog at this point. |
boolean |
canFinish()
Determines if we can finish the wizard dialog at this point. |
boolean |
canMoveBackward()
Determines if we can return to the previous page. |
boolean |
canMoveForward()
Determines if we can advance to the next page. |
| Method Detail |
|---|
boolean canMoveForward()
boolean canMoveBackward()
boolean canFinish()
boolean canCancel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||