Modifier and Type | Class and Description |
---|---|
static class |
Form.Builder |
Modifier and Type | Method and Description |
---|---|
void |
addFormItem(FormItem formItem) |
Form |
copy() |
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() |
static Form.Builder |
newForm() |
static Form.Builder |
newForm(Form form) |
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 newForm()
public static Form.Builder newForm(Form form)
public int size()