Package com.enonic.xp.form
Class Form
- java.lang.Object
-
- com.enonic.xp.form.Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classForm.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddFormItem(FormItem formItem)Deprecated.Formcopy()static Form.Buildercreate()static Form.Buildercreate(Form form)booleanequals(Object o)FormItemgetFormItem(FormItemPath path)FormItemgetFormItem(String path)FormItemsgetFormItems()FormItemSetgetFormItemSet(FormItemPath path)FormItemSetgetFormItemSet(String path)InlineMixingetInlineMixin(FormItemPath formItemPath)InlineMixingetInlineMixin(String path)InputgetInput(FormItemPath path)InputgetInput(FormItemPath path, boolean skipLayout)InputgetInput(String path)FormOptionSetgetOptionSet(String path)FormOptionSetOptiongetOptionSetOption(String path)inthashCode()Iterator<FormItem>iterator()intsize()StringtoString()-
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
-
addFormItem
@Deprecated public void addFormItem(FormItem formItem)
Deprecated.
-
getFormItem
public FormItem getFormItem(FormItemPath path)
-
getFormItemSet
public FormItemSet getFormItemSet(String path)
-
getFormItemSet
public FormItemSet getFormItemSet(FormItemPath path)
-
getInput
public Input getInput(FormItemPath path)
-
getInput
public Input getInput(FormItemPath path, boolean skipLayout)
-
getInlineMixin
public InlineMixin getInlineMixin(String path)
-
getInlineMixin
public InlineMixin getInlineMixin(FormItemPath formItemPath)
-
getOptionSet
public FormOptionSet getOptionSet(String path)
-
getOptionSetOption
public FormOptionSetOption getOptionSetOption(String path)
-
getFormItems
public FormItems getFormItems()
-
copy
public Form copy()
-
create
public static Form.Builder create()
-
create
public static Form.Builder create(Form form)
-
size
public int size()
-
-