|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.formview.FormSetView
public class FormSetView
Description : Form set.
Constructor Summary | |
---|---|
FormSetView()
|
Method Summary | |
---|---|
void |
addForm(FormView f)
|
void |
addForm(FormView f,
java.lang.Class updatedByClass)
|
void |
addForm(FormView f,
java.lang.Class updatedByClass,
java.lang.String updatedByMethodName)
Add a Form to the FormSet . |
FormView |
getForm(java.lang.String formName)
Retrieve a Form based on the form name. |
FormView |
getForm(java.lang.String formName,
java.lang.String state)
|
java.util.Map |
getForms()
A Map of Form s is returned as an
unmodifiable Map with the key based on the form name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FormSetView()
Method Detail |
---|
public void addForm(FormView f, java.lang.Class updatedByClass, java.lang.String updatedByMethodName)
Form
to the FormSet
.
public void addForm(FormView f, java.lang.Class updatedByClass)
public void addForm(FormView f)
public FormView getForm(java.lang.String formName, java.lang.String state)
public FormView getForm(java.lang.String formName)
Form
based on the form name.
public java.util.Map getForms()
Map
of Form
s is returned as an
unmodifiable Map
with the key based on the form name.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |