Interface IShowActionAction

×News: OpenXava 7.7 released - March 9 · Read more

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

    Modifier and Type
    Method
    Description
    The action to show.
  • Method Details

    • getActionToShow

      String getActionToShow()
      The action to show.

      Returns:
      If null no action is shown.