Modifier and Type | Class and Description |
---|---|
static class |
FormItemSet.Builder |
getParent, getPath, toFormItemSet, toFormOptionSet, toFormOptionSetOption, toInlineMixin, toInput, toLayout
public FormItemType getType()
public void add(FormItem formItem)
public java.lang.String getLabel()
public boolean isRequired()
public boolean isImmutable()
public boolean isMultiple()
public Occurrences getOccurrences()
public java.lang.String getCustomText()
public java.lang.String getHelpText()
public FormItems getFormItems()
public java.util.Iterator<FormItem> iterator()
iterator
in interface java.lang.Iterable<FormItem>
public FormItemSet copy()
public FormItem getFormItem(java.lang.String path)
public FormItem getFormItem(FormItemPath path)
public FormItemSet getFormItemSet(java.lang.String path)
public FormItemSet getFormItemSet(FormItemPath path)
public Input getInput(java.lang.String path)
public Input getInput(FormItemPath path)
public InlineMixin getInlineMixin(java.lang.String name)
public InlineMixin getInlineMixin(FormItemPath formItemPath)
public Layout getLayout(java.lang.String name)
public static FormItemSet.Builder create()
public static FormItemSet.Builder create(FormItemSet formItemSet)