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 classFieldSet.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFormItem(FormItem formItem)FieldSetcopy()static FieldSet.Buildercreate()static FieldSet.Buildercreate(FieldSet fieldSet)booleanequals(Object o)Iterable<FormItem>formItemIterable()FormItemgetFormItem(String name)FormItemsgetFormItems()InputgetInput(String name)StringgetLabel()StringgetLabelI18nKey()inthashCode()Iterator<FormItem>iterator()-
Methods inherited from class com.enonic.xp.form.FormItem
getParent, getPath, toFormItemSet, toFormOptionSet, toFormOptionSetOption, toInlineMixin, toInput, toLayout, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
getLabel
public String getLabel()
-
getLabelI18nKey
public String getLabelI18nKey()
-
addFormItem
public void addFormItem(FormItem formItem)
-
getFormItems
public FormItems getFormItems()
-
getFormItem
public FormItem getFormItem(String name)
- Specified by:
getFormItemin classLayout
-
create
public static FieldSet.Builder create()
-
create
public static FieldSet.Builder create(FieldSet fieldSet)
-
-