Modifier and Type | Field and Description |
---|---|
protected List<String> |
_fieldIds
The IDs of the fields contained in this fieldset.
|
protected String |
_label
The fieldset label.
|
Constructor and Description |
---|
Fieldset()
Default constructor.
|
Fieldset(String label,
List<String> fieldIds)
Constructor with parameters.
|
Modifier and Type | Method and 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.
|
public Fieldset()
public List<String> getFieldIds()
public void setProperties(List<String> fieldIds)
fieldIds
- the field IDs to set