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