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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIcon()booleanbooleanbooleanbooleanvoidsetActionType(String actionType) voidsetCancelConfirmation(boolean cancelConfirmation) voidsetConfirmationThreshold(Integer confirmationThreshold) voidsetFullscreen(boolean fullscreen) voidvoidsetMaxSelection(Integer maxSelection) voidsetMinSelection(Integer minSelection) voidsetModalSize(String modalSize) voidsetRunInBackgroundTask(boolean runInBackgroundTask) voidsetShowConfirmation(boolean showConfirmation) Methods inherited from class ch.tocco.nice2.rest.form.api.beans.CompositeComponentBean
addChild, getChildren, setChildrenMethods 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) -
getModalSize
-
setModalSize
-
isCancelConfirmation
public boolean isCancelConfirmation() -
setCancelConfirmation
public void setCancelConfirmation(boolean cancelConfirmation)
-