Package com.enonic.xp.form
Class FormItems
- java.lang.Object
-
- com.enonic.xp.form.FormItems
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(FormItem formItem)booleanequals(Object o)InputgetInput(FormItemPath path)InputgetInput(FormItemPath path, boolean skipLayout)FormItemgetItemByName(String name)LayoutgetLayout(FormItemPath path)FormItemPathgetPath()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
-
-
-
-
Constructor Detail
-
FormItems
public FormItems()
-
FormItems
public FormItems(FormItem containerFormItem)
-
-
Method Detail
-
getPath
public FormItemPath getPath()
-
add
public void add(FormItem formItem)
-
getInput
public Input getInput(FormItemPath path)
-
getInput
public Input getInput(FormItemPath path, boolean skipLayout)
-
getLayout
public Layout getLayout(FormItemPath path)
-
size
public int size()
-
-