Interface ToolbarItem
-
- All Superinterfaces:
NamespaceUriAware,java.io.Serializable
- All Known Subinterfaces:
GroupItem
- All Known Implementing Classes:
N2oButton,N2oGroup,N2oSubmenu
public interface ToolbarItem extends java.io.Serializable, NamespaceUriAware
Маркер для item в toolbar
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<N2oAction>getActions()-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, getNamespaceUri, setNamespaceUri
-
-
-
-
Method Detail
-
getActions
java.util.List<N2oAction> getActions()
-
-