wizx.lang
Class Page
java.lang.Object
wizx.lang.Page
- public class Page
- extends java.lang.Object
This object represents a Page. A Page is a single display on the
wizard. A single display contains a visual component(s) and conditions.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Page
public Page(java.lang.String id,
Widget[] components,
Widget[] footer,
Condition[] conditions)
fillWidgets
public void fillWidgets(VariableStore store,
Settings settings)
- Fills the widgets with default values.
This method must be called before the page is shown.
instantiate
public void instantiate(WizardDesktop wd)
transition
public Condition transition(VariableStore store)
- Returns a satisfied condition or null if no conditions are satisfied.
getId
public java.lang.String getId()
getConditions
public Condition[] getConditions()
© 2001-2005 University of Oregon.
Eugene OR 97403, U.S.A. All Rights Reserved.