Modifier and Type | Class and Description |
---|---|
static class |
FormItemSet.Builder |
Modifier and Type | Method and Description |
---|---|
void |
add(FormItem formItem) |
FormItemSet |
copy() |
static FormItemSet.Builder |
create() |
static FormItemSet.Builder |
create(FormItemSet formItemSet) |
boolean |
equals(Object o) |
String |
getCustomText() |
FormItem |
getFormItem(FormItemPath path) |
FormItem |
getFormItem(String path) |
FormItems |
getFormItems() |
FormItemSet |
getFormItemSet(FormItemPath path) |
FormItemSet |
getFormItemSet(String path) |
String |
getHelpText() |
InlineMixin |
getInlineMixin(FormItemPath formItemPath) |
InlineMixin |
getInlineMixin(String name) |
Input |
getInput(FormItemPath path) |
Input |
getInput(String path) |
String |
getLabel() |
Layout |
getLayout(String name) |
String |
getName() |
Occurrences |
getOccurrences() |
FormItemType |
getType() |
int |
hashCode() |
boolean |
isImmutable() |
boolean |
isMultiple() |
boolean |
isRequired() |
Iterator<FormItem> |
iterator() |
String |
toString() |
getParent, getPath, toFormItemSet, toInlineMixin, toInput, toLayout
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public FormItemType getType()
public void add(FormItem formItem)
public String getLabel()
public boolean isRequired()
public boolean isImmutable()
public boolean isMultiple()
public Occurrences getOccurrences()
public String getCustomText()
public String getHelpText()
public FormItems getFormItems()
public FormItemSet copy()
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 static FormItemSet.Builder create()
public static FormItemSet.Builder create(FormItemSet formItemSet)