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
-
Method Details
-
getActionToHide
String getActionToHide()The action to hide.- Returns:
- If
nullno action is hide.
-