public class FormSequence extends Object
Constructor and Description |
---|
FormSequence() |
Modifier and Type | Method and Description |
---|---|
void |
add(Form f)
Adds a form to the sequence
|
Form |
get(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
|
public FormSequence()
public void add(Form f)
IllegalStateException
- if a form with the same name already
exists in this sequence.public Form get(String name)
public Form getFirstRemaining()
public boolean isFinished()