Class N2oAbstractButton
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.control.N2oComponent
-
- net.n2oapp.framework.api.metadata.global.view.widget.toolbar.N2oAbstractButton
-
- All Implemented Interfaces:
Serializable,CssClassAware,DatasourceIdAware,ExtensionAttributesAware,GenerateAware,IdAware,NamespaceUriAware,SrcAware,GroupItem,ToolbarItem,BadgeAware,Source,SourceComponent
- Direct Known Subclasses:
N2oButton,N2oSubmenu
public abstract class N2oAbstractButton extends N2oComponent implements GroupItem, IdAware, BadgeAware, DatasourceIdAware
Абстрактная модель пункта меню.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oAbstractButton()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetWidgetId()Deprecated.voidsetWidgetId(String widgetId)Deprecated.-
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.meta.badge.BadgeAware
getBadge, getBadgeColor, getBadgeColorFieldId, getBadgeFieldId, getBadgeImage, getBadgeImageFieldId, getBadgeImagePosition, getBadgeImageShape, getBadgePosition, getBadgeShape, setBadge, setBadgeColor, setBadgeColorFieldId, setBadgeFieldId, setBadgeImage, setBadgeImageFieldId, setBadgeImagePosition, setBadgeImageShape, setBadgePosition, setBadgeShape
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.CssClassAware
getCssClass, getStyle, setCssClass, setStyle
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.DatasourceIdAware
getDatasourceId, setDatasourceId
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ExtensionAttributesAware
getExtAttributes, setExtAttributes
-
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
-
Methods inherited from interface net.n2oapp.framework.api.metadata.global.view.widget.toolbar.ToolbarItem
getListActions
-
-
-
-
Method Detail
-
getWidgetId
@Deprecated public String getWidgetId()
Deprecated.
-
setWidgetId
@Deprecated public void setWidgetId(String widgetId)
Deprecated.
-
-