|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ozziefix.jlwizard.navigation.PageForward
public class PageForward
a wrapper class for a page forward. It contains the name of the page, and the page itself. To obtain a PageForward, use the findPageForward() method of the Wizard.
| Constructor Summary | |
|---|---|
PageForward(java.lang.String forwardName,
WizardPage page)
Create a new pageforward |
|
| Method Summary | |
|---|---|
java.lang.String |
getForwardName()
The forwardName is the name of the page. |
WizardPage |
getPage()
the page this forward redirects to. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PageForward(java.lang.String forwardName,
WizardPage page)
Create a new pageforward
forwardName - the name of the pagepage - the WizardPage| Method Detail |
|---|
public java.lang.String getForwardName()
The forwardName is the name of the page.
public WizardPage getPage()
the page this forward redirects to.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||