wizx.lang
Class Condition
java.lang.Object
wizx.lang.Condition
- public class Condition
- extends java.lang.Object
This object represents a Condition. Conditions will test whether a
page is completed or not. Users should not be allowed to continue in
the wizard until a page is completed according to its conditions.
|
Constructor Summary |
Condition(java.lang.String target,
java.lang.String test)
This constructor initializes this class. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Condition
public Condition(java.lang.String target,
java.lang.String test)
- This constructor initializes this class.
getTarget
public java.lang.String getTarget()
getTest
public java.lang.String getTest()
© 2001-2005 University of Oregon.
Eugene OR 97403, U.S.A. All Rights Reserved.