public interface IHideActionsAction
You can just use the removeActions() and clearActions() methods of BaseAction
instead of implementing this interface.
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getActionsToHide()
The list of actions to hide.
|