Package org.openxava.actions
Interface IHideActionAction
-
public interface IHideActionActionAllows to hide an action.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.StringgetActionToHide()The action to hide.
-