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