|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.formproc.form.AbstractFormElementGroup
Abstract base class which implements the FormElementGroup interface.
| Field Summary | |
protected java.util.List |
formElements
|
protected java.lang.String |
name
|
protected Validator |
validator
|
| Constructor Summary | |
AbstractFormElementGroup()
Construct an empty AbstractFormElementGroup. |
|
AbstractFormElementGroup(java.util.List formElements)
Construct an AbstractFormElementGroup with the given list of FormElements. |
|
| Method Summary | |
java.util.List |
getFormElements()
Get the List of FormElements in this group. |
java.lang.String |
getName()
Get the form element group name. |
Validator |
getValidator()
Get the Validator for this element group. |
void |
setName(java.lang.String name)
Set the group name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.util.List formElements
protected java.lang.String name
protected Validator validator
| Constructor Detail |
public AbstractFormElementGroup()
public AbstractFormElementGroup(java.util.List formElements)
formElements - The FormElement objects| Method Detail |
public java.lang.String getName()
getName in interface FormElementGrouppublic void setName(java.lang.String name)
name - The new group namepublic java.util.List getFormElements()
getFormElements in interface FormElementGrouppublic Validator getValidator()
getValidator in interface FormElementGroup
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||