| Modifier and Type | Class and Description |
|---|---|
static class |
FieldSet.Builder |
| Modifier and Type | Method and Description |
|---|---|
void |
addFormItem(FormItem formItem) |
FieldSet |
copy() |
static FieldSet.Builder |
create() |
static FieldSet.Builder |
create(FieldSet fieldSet) |
boolean |
equals(Object o) |
Iterable<FormItem> |
formItemIterable() |
FormItem |
getFormItem(String name) |
FormItems |
getFormItems() |
Input |
getInput(String name) |
String |
getLabel() |
int |
hashCode() |
Iterator<FormItem> |
iterator() |
getParent, getPath, toFormItemSet, toFormOptionSet, toFormOptionSetOption, toInlineMixin, toInput, toLayout, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic String getLabel()
public void addFormItem(FormItem formItem)
public FormItems getFormItems()
public FormItem getFormItem(String name)
getFormItem in class Layoutpublic static FieldSet.Builder create()
public static FieldSet.Builder create(FieldSet fieldSet)