Package org.ametys.plugins.forms
Class Fieldset
- java.lang.Object
-
- org.ametys.plugins.forms.Fieldset
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getFieldIds()
Get the the field IDs.String
getLabel()
Get the label.void
setLabel(String label)
Set the label.void
setProperties(List<String> fieldIds)
Set the the field IDs.
-
-
-
Method Detail
-
getFieldIds
public List<String> getFieldIds()
Get the the field IDs.- Returns:
- the the field IDs
-
setProperties
public void setProperties(List<String> fieldIds)
Set the the field IDs.- Parameters:
fieldIds
- the field IDs to set
-
-