|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WizardPage
Field Summary |
---|
Fields inherited from interface org.springframework.richclient.dialog.DialogPage |
---|
DESCRIPTION_PROPERTY, PAGE_COMPLETE_PROPERTY |
Fields inherited from interface org.springframework.richclient.dialog.Messagable |
---|
MESSAGE_PROPERTY |
Method Summary | |
---|---|
boolean |
canFlipToNextPage()
Returns whether the next page could be displayed. |
WizardPage |
getNextPage()
Returns the wizard page that would to be shown if the user was to press the Next button. |
WizardPage |
getPreviousPage()
Returns the wizard page that would to be shown if the user was to press the Back button. |
Wizard |
getWizard()
Returns the wizard that hosts this wizard page. |
void |
onAboutToShow()
|
void |
setPreviousPage(WizardPage page)
Sets the wizard page that would typically be shown if the user was to press the Back button. |
void |
setWizard(Wizard newWizard)
Sets the wizard that hosts this wizard page. |
Methods inherited from interface org.springframework.richclient.dialog.DialogPage |
---|
getDescription, getIcon, getId, getImage, getMessage, getTitle, isPageComplete, isVisible, performHelp, setVisible |
Methods inherited from interface org.springframework.richclient.factory.ControlFactory |
---|
getControl |
Methods inherited from interface org.springframework.richclient.dialog.Messagable |
---|
setMessage |
Methods inherited from interface org.springframework.binding.value.PropertyChangePublisher |
---|
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener |
Methods inherited from interface org.springframework.richclient.core.Guarded |
---|
isEnabled, setEnabled |
Method Detail |
---|
WizardPage getNextPage()
null
if noneWizardPage getPreviousPage()
null
if nonevoid setPreviousPage(WizardPage page)
This method is called by the container.
page
- the previous wizard pageWizard getWizard()
null
if this page has not been
added to any wizardsetWizard(org.springframework.richclient.wizard.Wizard)
boolean canFlipToNextPage()
true
if the next page could be displayed, and
false
otherwisevoid setWizard(Wizard newWizard)
newWizard
- the wizardgetWizard()
void onAboutToShow()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |