Interface IHideActionAction


public interface IHideActionAction
Allows to hide an action.

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 action to hide.
  • Method Details

    • getActionToHide

      String getActionToHide()
      The action to hide.

      Returns:
      If null no action is hide.