public class FormOptionSet extends FormItem implements java.lang.Iterable<FormOptionSetOption>
Modifier and Type | Class and Description |
---|---|
static class |
FormOptionSet.Builder |
Modifier and Type | Method and Description |
---|---|
FormItem |
copy() |
static FormOptionSet.Builder |
create() |
static FormOptionSet.Builder |
create(FormOptionSet formOptionSet) |
boolean |
equals(java.lang.Object o) |
FormItems |
getFormItems() |
java.lang.String |
getHelpText() |
java.lang.String |
getHelpTextI18nKey() |
java.lang.String |
getLabel() |
java.lang.String |
getLabelI18nKey() |
Occurrences |
getMultiselection() |
java.lang.String |
getName() |
Occurrences |
getOccurrences() |
FormItemType |
getType() |
int |
hashCode() |
boolean |
isExpanded() |
boolean |
isRequired() |
java.util.Iterator<FormOptionSetOption> |
iterator() |
getParent, getPath, toFormItemSet, toFormOptionSet, toFormOptionSetOption, toInlineMixin, toInput, toLayout, toString
public FormItemType getType()
public FormItems getFormItems()
public java.lang.String getLabel()
public java.lang.String getLabelI18nKey()
public Occurrences getOccurrences()
public Occurrences getMultiselection()
public boolean isExpanded()
public java.lang.String getHelpText()
public java.lang.String getHelpTextI18nKey()
public boolean isRequired()
public java.util.Iterator<FormOptionSetOption> iterator()
iterator
in interface java.lang.Iterable<FormOptionSetOption>
public static FormOptionSet.Builder create()
public static FormOptionSet.Builder create(FormOptionSet formOptionSet)