Class EditorPrintFormAction

All Implemented Interfaces:
Action, Action.HasPrimaryState

@ActionType("editorPrintForm") public class EditorPrintFormAction extends AbstractPrintFormAction
  • Field Details

  • Constructor Details

    • EditorPrintFormAction

      public EditorPrintFormAction()
    • EditorPrintFormAction

      public EditorPrintFormAction(String id)
  • Method Details

    • setMessages

      @Autowired protected void setMessages(Messages messages)
    • setEditor

      public void setEditor(@Nullable EditorScreen editor)
    • setReportOutputName

      public void setReportOutputName(@Nullable String reportOutputName)
    • actionPerform

      public void actionPerform(Component component)
      Description copied from interface: Action
      Invoked by owning component to execute the action.
      Parameters:
      component - invoking component