Class N2oButton
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.control.N2oComponent
-
- net.n2oapp.framework.api.metadata.global.view.widget.toolbar.N2oAbstractButton
-
- net.n2oapp.framework.api.metadata.global.view.widget.toolbar.N2oButton
-
- All Implemented Interfaces:
Serializable,ActionsAware,CssClassAware,DatasourceIdAware,ExtensionAttributesAware,GenerateAware,IdAware,ModelAware,NamespaceUriAware,SrcAware,WidgetIdAware,Compiled,Button,GroupItem,ToolbarItem,BadgeAware,Source,SourceComponent
public class N2oButton extends N2oAbstractButton implements Button, WidgetIdAware
Исходная модель кнопки- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classN2oButton.Dependencystatic classN2oButton.EnablingDependencystatic classN2oButton.VisibilityDependency
-
Constructor Summary
Constructors Constructor Description N2oButton()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidadapterV2()Deprecated.List<N2oAction>getListActions()-
Methods inherited from class net.n2oapp.framework.api.metadata.global.view.widget.toolbar.N2oAbstractButton
getWidgetId, setWidgetId
-
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.ActionsAware
getActionId, getActions, setActionId, setActions
-
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.global.view.widget.toolbar.Button
getColor, getConfirm, getConfirmCancelColor, getConfirmCancelLabel, getConfirmOkColor, getConfirmOkLabel, getConfirmText, getConfirmTitle, getConfirmType, getIcon, getLabel, getRounded, getTooltipPosition, getValidate, getValidateDatasourceIds, getValidateString, getWidgetId, setColor, setConfirm, setConfirmCancelColor, setConfirmCancelLabel, setConfirmOkColor, setConfirmOkLabel, setConfirmText, setConfirmTitle, setConfirmType, setIcon, setRounded, setTooltipPosition, setValidate, setValidateDatasourceIds, setValidateString, setWidgetId
-
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.ModelAware
getModel, setModel
-
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.aware.WidgetIdAware
getWidgetId
-
-
-
-
Method Detail
-
getListActions
public List<N2oAction> getListActions()
- Specified by:
getListActionsin interfaceToolbarItem
-
adapterV2
@Deprecated public void adapterV2()
Deprecated.
-
-