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 Detail

      • getActionToHide

        java.lang.String getActionToHide()
        The action to hide.

        Returns:
        If null no action is hide.