Interface Button
-
- All Superinterfaces:
ActionsAware,Compiled,DatasourceIdAware,IdAware,ModelAware,Serializable,Source
- All Known Implementing Classes:
N2oButton,N2oButtonField
public interface Button extends DatasourceIdAware, ModelAware, ActionsAware, IdAware
-
-
Method Summary
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ActionsAware
getActionId, getActions, setActionId, setActions
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.DatasourceIdAware
getDatasourceId, setDatasourceId
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ModelAware
getModel, setModel
-
-
-
-
Method Detail
-
getLabel
String getLabel()
-
getValidate
Boolean getValidate()
-
setValidate
void setValidate(Boolean validate)
-
getValidateDatasourceIds
String[] getValidateDatasourceIds()
-
setValidateDatasourceIds
void setValidateDatasourceIds(String[] validateDatasourceIds)
-
getConfirm
String getConfirm()
-
setConfirm
void setConfirm(String confirm)
-
getConfirmType
ConfirmType getConfirmType()
-
setConfirmType
void setConfirmType(ConfirmType confirmType)
-
getConfirmText
String getConfirmText()
-
setConfirmText
void setConfirmText(String confirmText)
-
getConfirmTitle
String getConfirmTitle()
-
setConfirmTitle
void setConfirmTitle(String confirmTitle)
-
getConfirmOkLabel
String getConfirmOkLabel()
-
setConfirmOkLabel
void setConfirmOkLabel(String confirmOkLabel)
-
getConfirmOkColor
String getConfirmOkColor()
-
setConfirmOkColor
void setConfirmOkColor(String confirmOkColor)
-
getConfirmCancelLabel
String getConfirmCancelLabel()
-
setConfirmCancelLabel
void setConfirmCancelLabel(String confirmCancelLabel)
-
getConfirmCancelColor
String getConfirmCancelColor()
-
setConfirmCancelColor
void setConfirmCancelColor(String confirmCancelColor)
-
getColor
String getColor()
-
setColor
void setColor(String color)
-
getTooltipPosition
String getTooltipPosition()
-
setTooltipPosition
void setTooltipPosition(String tooltipPosition)
-
getIcon
String getIcon()
-
setIcon
void setIcon(String icon)
-
getRounded
Boolean getRounded()
-
setRounded
void setRounded(Boolean rounded)
-
getValidateString
@Deprecated default String getValidateString()
Deprecated.
-
setValidateString
@Deprecated default void setValidateString(String validate)
Deprecated.
-
getWidgetId
@Deprecated default String getWidgetId()
Deprecated.
-
setWidgetId
@Deprecated default void setWidgetId(String widgetId)
Deprecated.
-
-