Class N2oGroup
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.view.widget.toolbar.N2oGroup
-
- All Implemented Interfaces:
Serializable,GenerateAware,NamespaceUriAware,GroupItems<GroupItem>,ToolbarItem,Source
public class N2oGroup extends 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 List<N2oAction>getListActions()-
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.GenerateAware
getGenerate, setGenerate
-
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, setNamespacePrefix, setNamespaceUri
-
-
-
-
Method Detail
-
getListActions
public List<N2oAction> getListActions()
- Specified by:
getListActionsin interfaceToolbarItem
-
-