Class ReferenceSearchAction

    • Constructor Detail

      • ReferenceSearchAction

        public ReferenceSearchAction()
    • Method Detail

      • getNextControllers

        public java.lang.String[] getNextControllers()
      • getCustomView

        public java.lang.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 java.lang.String getNextController()
        By default "ReferenceSearch".
      • setNextController

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

        public java.lang.String getTabName()
      • setTabName

        public void setTabName​(java.lang.String tabName)