Interface FieldsetItem
-
- All Superinterfaces:
CssClassAware,NamespaceUriAware,Serializable,Source,SourceComponent,SrcAware
- All Known Implementing Classes:
N2oActionField,N2oAlertField,N2oAutoComplete,N2oButtonField,N2oCheckbox,N2oCheckboxGroup,N2oClearButton,N2oCodeEditor,N2oCodeViewer,N2oCustomField,N2oDateInterval,N2oDatePicker,N2oField,N2oFieldSet,N2oFieldsetColumn,N2oFieldsetRow,N2oFileUpload,N2oFilterButtonField,N2oHidden,N2oHtml,N2oImageField,N2oImageUpload,N2oInputMoney,N2oInputSelect,N2oInputSelectTree,N2oInputText,N2oIntervalField,N2oLineFieldSet,N2oListField,N2oMarkdown,N2oMaskedInput,N2oMultiFieldSet,N2oMultiListFieldAbstract,N2oNumberPicker,N2oOutputList,N2oOutputText,N2oPassword,N2oPlainField,N2oPlainText,N2oProgress,N2oRadioGroup,N2oRating,N2oSearchButton,N2oSearchButtons,N2oSelect,N2oSelectTree,N2oSetFieldSet,N2oSimpleIntervalField,N2oSingleListFieldAbstract,N2oSlider,N2oStandardField,N2oStatus,N2oText,N2oTextArea,N2oTextEditor,N2oTimePicker
public interface FieldsetItem extends SourceComponent
Интерфейс, помечающий все элементы, способные находиться внутри филдсета
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FieldsetItem[]getItems()-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.CssClassAware
getCssClass, getStyle, setCssClass, setStyle
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, getNamespaceUri, setNamespacePrefix, setNamespaceUri
-
-
-
-
Method Detail
-
getItems
FieldsetItem[] getItems()
-
-