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 void
add(FormItem formItem)
boolean
equals(Object o)
Input
getInput(FormItemPath path)
Input
getInput(FormItemPath path, boolean skipLayout)
FormItem
getItemByName(String name)
Layout
getLayout(FormItemPath path)
FormItemPath
getPath()
int
hashCode()
Iterator<FormItem>
iterator()
int
size()
String
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
-
-
-
-
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()
-
-