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.StringgetLabel()Get the label.voidsetLabel(String label)Set the label.voidsetProperties(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
-
-