public interface IShowActionsAction
You can just use the addActions() method of BaseAction
instead of
implementing this interface.
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getActionsToShow()
The list of actions to show.
|