|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.forms.FieldGroup
public class FieldGroup
Represents a field group
Field Summary | |
---|---|
protected java.lang.String |
id
|
protected java.lang.String |
label
|
protected boolean |
mandatory
|
protected FieldGroup |
parent
|
protected boolean |
repeats
|
Constructor Summary | |
---|---|
FieldGroup(java.lang.String id,
java.lang.String label,
boolean mandatory,
boolean repeats,
FieldGroup parent)
Constructs a FieldGroup |
Method Summary | |
---|---|
java.lang.String |
getId()
Returns the id of the group |
java.lang.String |
getLabel()
Returns the display label of the group |
FieldGroup |
getParent()
Returns the parent group |
boolean |
isMandatory()
Determines if the group is mandatory |
boolean |
isRepeating()
Determines whether the fields inside this group can repeat multiple times |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String id
protected java.lang.String label
protected FieldGroup parent
protected boolean repeats
protected boolean mandatory
Constructor Detail |
---|
public FieldGroup(java.lang.String id, java.lang.String label, boolean mandatory, boolean repeats, FieldGroup parent)
id
- The id of the grouplabel
- The display label of the groupmandatory
- Whether the group is mandatoryrepeats
- Whether the group of fields can repeatparent
- The group's parent group or null if it
doesn't have a parentMethod Detail |
---|
public java.lang.String getId()
public java.lang.String getLabel()
public FieldGroup getParent()
public boolean isRepeating()
public boolean isMandatory()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |