public class FormOptionSet extends FormItem implements 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(Object o) |
FormItems |
getFormItems() |
String |
getHelpText() |
String |
getLabel() |
Occurrences |
getMultiselection() |
String |
getName() |
Occurrences |
getOccurrences() |
FormItemType |
getType() |
int |
hashCode() |
boolean |
isExpanded() |
boolean |
isRequired() |
Iterator<FormOptionSetOption> |
iterator() |
getParent, getPath, toFormItemSet, toFormOptionSet, toFormOptionSetOption, toInlineMixin, toInput, toLayout, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public FormItemType getType()
public FormItems getFormItems()
public String getLabel()
public Occurrences getOccurrences()
public Occurrences getMultiselection()
public boolean isExpanded()
public String getHelpText()
public boolean isRequired()
public Iterator<FormOptionSetOption> iterator()
iterator
in interface Iterable<FormOptionSetOption>
public static FormOptionSet.Builder create()
public static FormOptionSet.Builder create(FormOptionSet formOptionSet)