|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfc.web.forms.FormSequence
public class FormSequence
A container for a sequence of forms.
Constructor Summary | |
---|---|
FormSequence()
|
Method Summary | |
---|---|
void |
add(Form f)
Adds a form to the sequence |
Form |
get(java.lang.String name)
Returns the form with the specified name or null if a form with that name does not exist |
Form |
getFirstRemaining()
|
boolean |
isDone(Form f)
|
boolean |
isFinished()
|
void |
setDone(Form form,
boolean done)
specify true to mark the form as done |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FormSequence()
Method Detail |
---|
public void add(Form f)
java.lang.IllegalStateException
- if a form with the same name already
exists in this sequence.public void setDone(Form form, boolean done)
public boolean isDone(Form f)
public Form get(java.lang.String name)
public Form getFirstRemaining()
public boolean isFinished()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |