Class ShowUserSubstitutionsAction

All Implemented Interfaces:
Action, Action.AdjustWhenScreenReadOnly, Action.ExecutableAction, Action.HasPrimaryState, Action.HasSecurityConstraint, Action.HasTarget, Action.SecuredAction

@StudioAction(target="io.jmix.ui.component.ListComponent", description="Shows the user substitutions") @ActionType("showUserSubstitutions") public class ShowUserSubstitutionsAction extends SecuredListAction implements Action.ExecutableAction, Action.AdjustWhenScreenReadOnly
  • Field Details

  • Constructor Details

    • ShowUserSubstitutionsAction

      public ShowUserSubstitutionsAction()
    • ShowUserSubstitutionsAction

      public ShowUserSubstitutionsAction(String id)
  • Method Details

    • setScreenBuilders

      @Autowired protected void setScreenBuilders(ScreenBuilders screenBuilders)
    • setMessages

      @Autowired protected void setMessages(Messages messages)
    • isPermitted

      protected boolean isPermitted()
      Description copied from class: BaseAction
      Callback method which is invoked by the action to determine its enabled state.
      Overrides:
      isPermitted in class SecuredListAction
      Returns:
      true if the action is enabled for the current user
    • actionPerform

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

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