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 classFormOptionSetOption.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FormOptionSetOptioncopy()static FormOptionSetOption.Buildercreate()static FormOptionSetOption.Buildercreate(FormOptionSetOption formOptionSetOption)booleanequals(Object o)FormItemsgetFormItems()StringgetHelpText()StringgetHelpTextI18nKey()StringgetLabel()StringgetLabelI18nKey()StringgetName()FormItemTypegetType()inthashCode()booleanisDefaultOption()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)
-
-