Package com.enonic.xp.form
Class FieldSet
- java.lang.Object
-
- com.enonic.xp.form.FormItem
-
- com.enonic.xp.form.Layout
-
- com.enonic.xp.form.FieldSet
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FieldSet.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addFormItem(FormItem formItem)
FieldSet
copy()
static FieldSet.Builder
create()
static FieldSet.Builder
create(FieldSet fieldSet)
boolean
equals(java.lang.Object o)
java.lang.Iterable<FormItem>
formItemIterable()
FormItem
getFormItem(java.lang.String name)
FormItems
getFormItems()
Input
getInput(java.lang.String name)
java.lang.String
getLabel()
java.lang.String
getLabelI18nKey()
int
hashCode()
java.util.Iterator<FormItem>
iterator()
-
Methods inherited from class com.enonic.xp.form.FormItem
getParent, getPath, toFormItemSet, toFormOptionSet, toFormOptionSetOption, toInlineMixin, toInput, toLayout, toString
-
-
-
-
Method Detail
-
getLabel
public java.lang.String getLabel()
-
getLabelI18nKey
public java.lang.String getLabelI18nKey()
-
iterator
public java.util.Iterator<FormItem> iterator()
- Specified by:
iterator
in interfacejava.lang.Iterable<FormItem>
-
addFormItem
public void addFormItem(FormItem formItem)
-
getFormItems
public FormItems getFormItems()
-
getFormItem
public FormItem getFormItem(java.lang.String name)
- Specified by:
getFormItem
in classLayout
-
getInput
public Input getInput(java.lang.String name)
-
formItemIterable
public java.lang.Iterable<FormItem> formItemIterable()
-
create
public static FieldSet.Builder create()
-
create
public static FieldSet.Builder create(FieldSet fieldSet)
-
-