Package com.enonic.xp.form
Class FormOptionSetOption
- java.lang.Object
-
- com.enonic.xp.form.FormItem
-
- com.enonic.xp.form.FormOptionSetOption
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FormOptionSetOption.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FormOptionSetOption
copy()
static FormOptionSetOption.Builder
create()
static FormOptionSetOption.Builder
create(FormOptionSetOption formOptionSetOption)
boolean
equals(Object o)
FormItems
getFormItems()
String
getHelpText()
String
getHelpTextI18nKey()
String
getLabel()
String
getLabelI18nKey()
String
getName()
FormItemType
getType()
int
hashCode()
boolean
isDefaultOption()
Iterator<FormItem>
iterator()
-
Methods inherited from class com.enonic.xp.form.FormItem
getParent, getPath, toFormItemSet, toFormOptionSet, toFormOptionSetOption, toInlineMixin, toInput, toLayout, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
getLabel
public String getLabel()
-
isDefaultOption
public boolean isDefaultOption()
-
getHelpText
public String getHelpText()
-
getFormItems
public FormItems getFormItems()
-
getType
public FormItemType getType()
-
getLabelI18nKey
public String getLabelI18nKey()
-
getHelpTextI18nKey
public String getHelpTextI18nKey()
-
copy
public FormOptionSetOption copy()
-
create
public static FormOptionSetOption.Builder create()
-
create
public static FormOptionSetOption.Builder create(FormOptionSetOption formOptionSetOption)
-
-