|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject echopoint.wizard.WizardNavigationEvent
The class provides the event that will be raised when navigation within a WizardPane takes place.
Field Summary | |
static int |
CANCEL
the user wants to cancel the wizard steps |
static int |
FINISH
the user wants to finish the wizard steps |
static int |
NEXT
the user wants the previous component |
static int |
PREVIOUS
the user wants the next component |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
WizardNavigationEvent(java.lang.Object source,
int type,
nextapp.echo.Component fromComponent,
nextapp.echo.Component toComponent,
int fromIndex,
int toIndex)
WizardNavigationEvent constructor. |
Method Summary | |
nextapp.echo.Component |
getFromComponent()
Returns the component navigated from. |
int |
getFromIndex()
Returns the index of the component navigated from. |
nextapp.echo.Component |
getToComponent()
Returns the component navigated to. |
int |
getToIndex()
Returns the index of the component navigated to. |
int |
getType()
Returns the type of Wizard Navigation that has occurred. |
WizardPane |
getWizardPane()
Returns the WizardPane associated with this event |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int PREVIOUS
public static final int NEXT
public static final int CANCEL
public static final int FINISH
Constructor Detail |
public WizardNavigationEvent(java.lang.Object source, int type, nextapp.echo.Component fromComponent, nextapp.echo.Component toComponent, int fromIndex, int toIndex)
Method Detail |
public nextapp.echo.Component getFromComponent()
public int getFromIndex()
public nextapp.echo.Component getToComponent()
public int getToIndex()
public int getType()
public WizardPane getWizardPane()
|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |