Class N2oSidebar
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.control.N2oComponent
-
- net.n2oapp.framework.api.metadata.application.N2oSidebar
-
- All Implemented Interfaces:
Serializable,CssClassAware,DatasourceIdAware,ExtensionAttributesAware,IdAware,NamespaceUriAware,RefIdAware,SrcAware,Source,SourceComponent,SourceMetadata
public class N2oSidebar extends N2oComponent implements DatasourceIdAware, SourceMetadata, RefIdAware
Боковая панель приложения- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oSidebar()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPostfix()Class<? extends SourceMetadata>getSourceBaseClass()-
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, getStyle, setCssClass, setStyle
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.DatasourceIdAware
getDatasourceId, setDatasourceId
-
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, setNamespacePrefix, setNamespaceUri
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.RefIdAware
getRefId, setRefId
-
Methods inherited from interface net.n2oapp.framework.api.metadata.SourceMetadata
getId, getMetadataType, setId
-
-
-
-
Method Detail
-
getPostfix
public String getPostfix()
- Specified by:
getPostfixin interfaceSourceMetadata
-
getSourceBaseClass
public Class<? extends SourceMetadata> getSourceBaseClass()
- Specified by:
getSourceBaseClassin interfaceSourceMetadata
-
-