Class N2oButtonField
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.control.N2oComponent
-
- net.n2oapp.framework.api.metadata.control.N2oField
-
- net.n2oapp.framework.api.metadata.control.N2oActionField
-
- net.n2oapp.framework.api.metadata.control.N2oButtonField
-
- All Implemented Interfaces:
Serializable,ActionsAware,CssClassAware,DatasourceIdAware,ExtensionAttributesAware,FieldsetItem,IdAware,ModelAware,NamespaceUriAware,SrcAware,Compiled,Button,BadgeAware,Source,SourceComponent
public class N2oButtonField extends N2oActionField implements Button, BadgeAware
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.n2oapp.framework.api.metadata.control.N2oField
N2oField.Dependency, N2oField.EnablingDependency, N2oField.FetchDependency, N2oField.FetchValueDependency, N2oField.RequiringDependency, N2oField.ResetDependency, N2oField.SetValueDependency, N2oField.Validations, N2oField.VisibilityDependency
-
-
Constructor Summary
Constructors Constructor Description N2oButtonField()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidadapterV3()Deprecated.-
Methods inherited from class net.n2oapp.framework.api.metadata.control.N2oField
addDependencies, addDependency, containsDependency, getItems, getRefWidgetId, setRefWidgetId, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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.ModelAware
getModel, setModel
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, getNamespaceUri, setNamespacePrefix, setNamespaceUri
-
-
-
-
Method Detail
-
adapterV3
@Deprecated public void adapterV3()
Deprecated.
-
-