Class N2oSubmenu
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.control.N2oComponent
-
- net.n2oapp.framework.api.metadata.global.view.widget.toolbar.N2oSubmenu
-
- All Implemented Interfaces:
java.io.Serializable,CssClassAware,ExtensionAttributesAware,NamespaceUriAware,SrcAware,GroupItem,ToolbarItem,Source,SourceComponent
public class N2oSubmenu extends N2oComponent implements GroupItem
Исходная модель кнопки с выпадающим меню.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oSubmenu()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<N2oAction>getActions()-
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
-
-
-
-
Method Detail
-
getActions
public java.util.List<N2oAction> getActions()
- Specified by:
getActionsin interfaceToolbarItem
-
-