Class N2oGroup
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.view.widget.toolbar.N2oGroup
-
- All Implemented Interfaces:
java.io.Serializable,NamespaceUriAware,GroupItems<GroupItem>,ToolbarItem
public class N2oGroup extends java.lang.Object implements ToolbarItem, GroupItems<GroupItem>
Исходная модель группы кнопок- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oGroup()
-
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.global.view.widget.toolbar.GroupItems
getItems, setItems
-
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
-
-