@Beta public class FormItemSetJson extends FormItemJson<FormItemSet>
Constructor and Description |
---|
FormItemSetJson(FormItemSet formItemSet) |
FormItemSetJson(String name,
String label,
String customText,
String helpText,
String validationRegexp,
boolean immutable,
InputTypeJson inputType,
OccurrencesJson occurrences,
List<FormItemJson> items) |
Modifier and Type | Method and Description |
---|---|
String |
getCustomText() |
FormItemSet |
getFormItem() |
FormItemSet |
getFormItemSet() |
String |
getHelpText() |
List<FormItemJson> |
getItems() |
String |
getLabel() |
String |
getName() |
OccurrencesJson |
getOccurrences() |
boolean |
isImmutable() |
public FormItemSetJson(String name, String label, String customText, String helpText, String validationRegexp, boolean immutable, InputTypeJson inputType, OccurrencesJson occurrences, List<FormItemJson> items)
public FormItemSetJson(FormItemSet formItemSet)
public FormItemSet getFormItem()
getFormItem
in class FormItemJson<FormItemSet>
public FormItemSet getFormItemSet()
public String getName()
getName
in class FormItemJson<FormItemSet>
public String getLabel()
public boolean isImmutable()
public String getCustomText()
public String getHelpText()
public List<FormItemJson> getItems()
public OccurrencesJson getOccurrences()