Class ReferenceSearchAction

All Implemented Interfaces:
IAction, IChangeModeAction, ICustomViewAction, IModuleContextAction, IRequestAction

public class ReferenceSearchAction extends ReferenceBaseAction implements ICustomViewAction
Author:
Javier Paniza
  • Constructor Details

    • ReferenceSearchAction

      public ReferenceSearchAction()
  • Method Details

    • execute

      public void execute() throws Exception
      Specified by:
      execute in interface IAction
      Overrides:
      execute in class ReferenceBaseAction
      Throws:
      Exception
    • getNextControllers

      public String[] getNextControllers()
    • getCustomView

      public String getCustomView()
      Description copied from interface: ICustomViewAction
      The id of a view made directly by developer (not OpenXava view).

      In web version is the name of jsp page (without .jsp extension). This is for inserting jsp (o swing) hand made view in our OpenXava application.

      Specified by:
      getCustomView in interface ICustomViewAction
    • getTab

      public Tab getTab()
    • setTab

      public void setTab(Tab tab)
    • getNextController

      public String getNextController()
      By default "ReferenceSearch".
    • setNextController

      public void setNextController(String nextController)
      By default "ReferenceSearch".
    • getTabName

      public String getTabName()
    • setTabName

      public void setTabName(String tabName)