Package org.openxava.actions
Interface IHideActionsAction
-
public interface IHideActionsActionAllows to hide a group of actions.You can just use the removeActions() and clearActions() methods of
BaseActioninstead of implementing this interface.- Author:
- Javier Paniza
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]getActionsToHide()The list of actions to hide.
-