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 |
getLabel() |
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 Occurrences getOccurrences()
public Occurrences getMultiselection()
public boolean isExpanded()
public java.lang.String getHelpText()
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)