Class FilterMakeDefaultAction

All Implemented Interfaces:
Action, Action.ExecutableAction, Action.HasPrimaryState, Action.SecuredAction

@StudioAction(target="io.jmix.ui.component.Filter", description="Makes the filter configuration default for this screen") @ActionType("filter_makeDefault") public class FilterMakeDefaultAction extends FilterAction
  • Field Details

  • Constructor Details

    • FilterMakeDefaultAction

      public FilterMakeDefaultAction()
    • FilterMakeDefaultAction

      public FilterMakeDefaultAction(String id)
  • Method Details

    • setMessages

      @Autowired protected void setMessages(Messages messages)
    • isApplicable

      protected boolean isApplicable()
      Description copied from class: BaseAction
      Callback method which is invoked by the action to determine its enabled state.
      Overrides:
      isApplicable in class FilterAction
      Returns:
      true if the action is enabled for the current context, e.g. there is a selected row in a table
    • execute

      public void execute()
      Description copied from interface: Action.ExecutableAction
      Executes the Action