Package org.openxava.actions
Interface IShowActionAction
-
public interface IShowActionActionAllows to show an action previously hidden.You can just use the addActions() method of
BaseActioninstead of implementing this interface.- Author:
- Javier Paniza
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetActionToShow()The action to show.
-