Class AbstractActionHandler<E extends AbstractAction>

java.lang.Object
ch.tocco.nice2.model.form.impl.form2.reader.handler.AbstractActionHandler<E>
All Implemented Interfaces:
IgnoreRemainingElementsHandler
Direct Known Subclasses:
ActionHandler, ReportHandler

public abstract class AbstractActionHandler<E extends AbstractAction> extends Object implements IgnoreRemainingElementsHandler
Parser, which handles the common properties, for BaseAction implementors.
  • Field Details

  • Constructor Details

    • AbstractActionHandler

      public AbstractActionHandler(E action)
  • Method Details

    • label

      @Attribute("label") public void label(String label)
    • position

      @Attribute("position") public void position(String position)
    • icon

      @Attribute("icon") public void icon(String icon)
    • reactIcon

      @Attribute("react-icon") public void reactIcon(String icon)
    • minSelection

      @Attribute("minSelection") public void minSelection(int minSelection)
    • maxSelection

      @Attribute("maxSelection") public void maxSelection(int maxSelection)
    • showConfirmation

      @Attribute("showConfirmation") public void showConfirmation(boolean showConfirmation)
    • confirmationThreshold

      @Attribute("confirmationThreshold") public void confirmationThreshold(int confirmationThreshold)
    • runInBackground

      @Attribute("runInBackground") public void runInBackground(boolean runInBackground)
    • fullscreen

      @Attribute("fullscreen") public void fullscreen(boolean fullscreen)
    • scopes

      @Attribute("scopes") public void scopes(String scopes)