Interface IHideActionsAction


public interface IHideActionsAction
Allows to hide a group of actions.

You can just use the removeActions() and clearActions() methods of BaseAction instead of implementing this interface.

Author:
Javier Paniza
  • Method Summary

    Modifier and Type
    Method
    Description
    The list of actions to hide.
  • Method Details

    • getActionsToHide

      String[] getActionsToHide()
      The list of actions to hide.

      Returns:
      If null no actions are hidden.