Class BaseActionBean
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
- Direct Known Subclasses:
ActionBean
,ReportBean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetIcon()
boolean
boolean
boolean
void
setActionType
(String actionType) void
setConfirmationThreshold
(Integer confirmationThreshold) void
setFullscreen
(boolean fullscreen) void
void
setMaxSelection
(Integer maxSelection) void
setMinSelection
(Integer minSelection) void
setRunInBackgroundTask
(boolean runInBackgroundTask) void
setShowConfirmation
(boolean showConfirmation) 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
-
BaseActionBean
public BaseActionBean()
-
-
Method Details
-
getActionType
-
setActionType
-
getIcon
-
setIcon
-
getMinSelection
-
setMinSelection
-
getMaxSelection
-
setMaxSelection
-
isShowConfirmation
public boolean isShowConfirmation() -
setShowConfirmation
public void setShowConfirmation(boolean showConfirmation) -
getConfirmationThreshold
-
setConfirmationThreshold
-
isRunInBackgroundTask
public boolean isRunInBackgroundTask() -
setRunInBackgroundTask
public void setRunInBackgroundTask(boolean runInBackgroundTask) -
isFullscreen
public boolean isFullscreen() -
setFullscreen
public void setFullscreen(boolean fullscreen)
-