Class ActionBean
java.lang.Object
ch.tocco.nice2.rest.form.api.beans.ComponentBean
ch.tocco.nice2.rest.form.api.beans.CompositeComponentBean
ch.tocco.nice2.rest.form.api.beans.BaseActionBean
ch.tocco.nice2.rest.form.api.beans.ActionBean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAppId()
getPath()
boolean
void
void
setButtonStyle
(String buttonStyle) void
setButtonType
(String buttonType) void
setConditionName
(String conditionName) void
setDmsEntityModel
(String dmsEntityModel) void
setEndpoint
(String endpoint) void
setOnlyShowOnEmptyColumn
(boolean onlyShowOnEmptyColumn) void
void
setProperties
(Map<String, Object> properties) void
setUseLabel
(String useLabel) Methods inherited from class ch.tocco.nice2.rest.form.api.beans.BaseActionBean
getActionType, getConfirmationThreshold, getIcon, getMaxSelection, getMinSelection, isFullscreen, isRunInBackgroundTask, isShowConfirmation, setActionType, setConfirmationThreshold, setFullscreen, setIcon, setMaxSelection, setMinSelection, setRunInBackgroundTask, setShowConfirmation
Methods inherited from class ch.tocco.nice2.rest.form.api.beans.CompositeComponentBean
addChild, getChildren, setChildren
Methods inherited from class ch.tocco.nice2.rest.form.api.beans.ComponentBean
getComponentType, getId, getLabel, setComponentType, setId, setLabel
-
Constructor Details
-
ActionBean
public ActionBean()
-
-
Method Details
-
getEndpoint
-
setEndpoint
-
getAppId
-
setAppId
-
getPath
-
setPath
-
getProperties
-
setProperties
-
setUseLabel
-
getUseLabel
-
setDmsEntityModel
-
getDmsEntityModel
-
setButtonType
-
getButtonType
-
getButtonStyle
-
setButtonStyle
-
setOnlyShowOnEmptyColumn
public void setOnlyShowOnEmptyColumn(boolean onlyShowOnEmptyColumn) -
isOnlyShowOnEmptyColumn
public boolean isOnlyShowOnEmptyColumn() -
getConditionName
-
setConditionName
-