Package org.openxava.actions
Interface IShowActionAction
public interface IShowActionAction
Allows to show an action previously hidden.
You can just use the addActions() method of BaseAction instead of
implementing this interface.
- Author:
- Javier Paniza
-
Method Summary
-
Method Details
-
getActionToShow
String getActionToShow()The action to show.- Returns:
- If
nullno action is shown.
-