Class N2oPanelFieldSet
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.N2oMetadata
-
- net.n2oapp.framework.api.metadata.global.view.fieldset.N2oFieldSet
-
- net.n2oapp.framework.api.metadata.global.view.fieldset.N2oPanelFieldSet
-
- All Implemented Interfaces:
Serializable,CssClassAware,ExtensionAttributesAware,IdAware,NameAware,NamespaceUriAware,RefIdAware,Source,SourceMetadata
public class N2oPanelFieldSet extends N2oFieldSet
Исходная модель панели с набором полей.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.n2oapp.framework.api.metadata.global.view.fieldset.N2oFieldSet
N2oFieldSet.FieldLabelAlign, N2oFieldSet.FieldLabelLocation
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_SRC
-
Constructor Summary
Constructors Constructor Description N2oPanelFieldSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFieldSetClass()BooleangetHeader()StringgetIcon()voidsetFieldSetClass(String fieldSetClass)voidsetHeader(Boolean header)voidsetIcon(String icon)-
Methods inherited from class net.n2oapp.framework.api.metadata.global.view.fieldset.N2oFieldSet
getPostfix, getSourceBaseClass
-
Methods inherited from class net.n2oapp.framework.api.metadata.global.N2oMetadata
getId, getName, getNamespaceUri, getRefId, setId, setName, setNamespaceUri, setRefId
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.CssClassAware
getCssClass, setCssClass
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ExtensionAttributesAware
getExtAttributes, setExtAttributes
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix
-
Methods inherited from interface net.n2oapp.framework.api.metadata.SourceMetadata
getMetadataType
-
-
-
-
Field Detail
-
DEFAULT_SRC
public static final String DEFAULT_SRC
- See Also:
- Constant Field Values
-
-