Interface AbstractActionBuilder<T extends AbstractActionBuilder>
- All Known Subinterfaces:
ActionBuilder
,ReportBuilder
- All Known Implementing Classes:
AbstractActionBuilderImpl
,ActionBuilderImpl
,ReportBuilderImpl
public interface AbstractActionBuilder<T extends AbstractActionBuilder>
-
Method Summary
Modifier and TypeMethodDescriptionactionType
(BaseAction.ActionType actionType) confirmationThreshold
(int confirmationThreshold) fullscreen
(boolean fullscreen) maxSelection
(int maxSelection) minSelection
(int minSelection) runInBackgroundTask
(boolean runInBackgroundTask) setModalSize
(BaseAction.ModalSize modalSize) showConfirmation
(boolean showConfirmation) usesLabelAsTextResource
(boolean usesLabelAsTextResource)
-
Method Details
-
actionType
-
label
-
icon
-
runInBackgroundTask
-
minSelection
-
maxSelection
-
confirmationThreshold
-
showConfirmation
-
fullscreen
-
usesLabelAsTextResource
-
setModalSize
-