Modifier and Type | Class and Description |
---|---|
static class |
Form.Builder |
Modifier and Type | Method and Description |
---|---|
void |
addFormItem(FormItem formItem) |
Form |
copy() |
static Form.Builder |
create() |
static Form.Builder |
create(Form form) |
boolean |
equals(Object o) |
FormItem |
getFormItem(FormItemPath path) |
FormItem |
getFormItem(String path) |
FormItems |
getFormItems() |
FormItemSet |
getFormItemSet(FormItemPath path) |
FormItemSet |
getFormItemSet(String path) |
InlineMixin |
getInlineMixin(FormItemPath formItemPath) |
InlineMixin |
getInlineMixin(String name) |
Input |
getInput(FormItemPath path) |
Input |
getInput(String path) |
int |
hashCode() |
Iterator<FormItem> |
iterator() |
int |
size() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public void addFormItem(FormItem formItem)
public FormItem getFormItem(FormItemPath path)
public FormItemSet getFormItemSet(String path)
public FormItemSet getFormItemSet(FormItemPath path)
public Input getInput(FormItemPath path)
public InlineMixin getInlineMixin(String name)
public InlineMixin getInlineMixin(FormItemPath formItemPath)
public FormItems getFormItems()
public Form copy()
public static Form.Builder create()
public static Form.Builder create(Form form)
public int size()