Package org.ametys.plugins.forms.content
Class Fieldset
java.lang.Object
org.ametys.plugins.forms.content.Fieldset
Class representing a form fieldset.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the the field IDs.getLabel()
Get the label.void
Set the label.void
setProperties
(List<String> fieldIds) Set the the field IDs.
-
Field Details
-
_label
The fieldset label. -
_fieldIds
The IDs of the fields contained in this fieldset.
-
-
Constructor Details
-
Fieldset
public Fieldset()Default constructor. -
Fieldset
Constructor with parameters.- Parameters:
label
- the fieldset label.fieldIds
- the field IDs.
-
-
Method Details
-
getLabel
Get the label.- Returns:
- the label
-
setLabel
Set the label.- Parameters:
label
- the label to set
-
getFieldIds
Get the the field IDs.- Returns:
- the the field IDs
-
setProperties
Set the the field IDs.- Parameters:
fieldIds
- the field IDs to set
-