org.openxava.actions
Interface IShowActionsAction


public interface IShowActionsAction

Allows to show a group of actions previously shown.

You can just use the addActions() method of BaseAction instead of implementing this interface.

Author:
Javier Paniza

Method Summary
 java.lang.String[] getActionsToShow()
          The list of actions to show.
 

Method Detail

getActionsToShow

java.lang.String[] getActionsToShow()
The list of actions to show.

Returns:
If null no actions are shown.