Interface AbstractActionBuilder<T extends AbstractActionBuilder>

All Known Subinterfaces:
ActionBuilder, ReportBuilder
All Known Implementing Classes:
AbstractActionBuilderImpl, ActionBuilderImpl, ReportBuilderImpl

public interface AbstractActionBuilder<T extends AbstractActionBuilder>
  • Method Details

    • actionType

      T actionType(BaseAction.ActionType actionType)
    • label

      T label(String label)
    • icon

      T icon(String icon)
    • runInBackgroundTask

      T runInBackgroundTask(boolean runInBackgroundTask)
    • minSelection

      T minSelection(int minSelection)
    • maxSelection

      T maxSelection(int maxSelection)
    • confirmationThreshold

      T confirmationThreshold(int confirmationThreshold)
    • showConfirmation

      T showConfirmation(boolean showConfirmation)
    • fullscreen

      T fullscreen(boolean fullscreen)
    • usesLabelAsTextResource

      T usesLabelAsTextResource(boolean usesLabelAsTextResource)