Class N2oSimpleMenu
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.N2oMetadata
-
- net.n2oapp.framework.api.metadata.menu.N2oMenu
-
- net.n2oapp.framework.api.metadata.menu.N2oSimpleMenu
-
- All Implemented Interfaces:
Serializable,ExtensionAttributesAware,IdAware,NameAware,NamespaceUriAware,RefIdAware,Source,SourceMetadata
public class N2oSimpleMenu extends N2oMenu implements ExtensionAttributesAware
Простое меню навигации- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classN2oSimpleMenu.AbstractMenuItemАбстрактный элемент менюstatic classN2oSimpleMenu.AnchorMenuItemDeprecated.static classN2oSimpleMenu.DropdownMenuItemstatic classN2oSimpleMenu.MenuItemЭлемент менюstatic classN2oSimpleMenu.PageMenuItemDeprecated.
-
Constructor Summary
Constructors Constructor Description N2oSimpleMenu()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends N2oMetadata>getSourceBaseClass()-
Methods inherited from class net.n2oapp.framework.api.metadata.menu.N2oMenu
getPostfix
-
Methods inherited from class net.n2oapp.framework.api.metadata.global.N2oMetadata
getName, setName
-
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.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
-
getSourceBaseClass
public final Class<? extends N2oMetadata> getSourceBaseClass()
- Specified by:
getSourceBaseClassin interfaceSourceMetadata- Overrides:
getSourceBaseClassin classN2oMenu
-
-