Class N2oRegion
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.control.N2oComponent
-
- net.n2oapp.framework.api.metadata.global.view.region.N2oRegion
-
- All Implemented Interfaces:
java.io.Serializable,CssClassAware,ExtensionAttributesAware,IdAware,NamespaceUriAware,SrcAware,Source,SourceComponent,SourceMetadata
- Direct Known Subclasses:
N2oCustomRegion,N2oLineRegion,N2oNoneRegion,N2oPanelRegion,N2oPillsRegion,N2oSelectRegion,N2oTabsRegion
public abstract class N2oRegion extends N2oComponent implements SourceMetadata
Модель региона 2.0- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oRegion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAlias()java.lang.StringgetPostfix()-
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, getNamespaceUri, setNamespaceUri
-
Methods inherited from interface net.n2oapp.framework.api.metadata.SourceMetadata
getId, getMetadataType, getSourceBaseClass, setId
-
-
-
-
Method Detail
-
getPostfix
public java.lang.String getPostfix()
- Specified by:
getPostfixin interfaceSourceMetadata
-
getAlias
public java.lang.String getAlias()
-
-