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