Package org.openxava.actions
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getActionToHide()
The action to hide.
-