Class GoDetailAction

    • Constructor Detail

      • GoDetailAction

        public GoDetailAction()
    • Method Detail

      • execute

        public void execute()
                     throws java.lang.Exception
        Specified by:
        execute in interface IAction
        Throws:
        java.lang.Exception
      • getNextAction

        public java.lang.String getNextAction()
                                       throws XavaException
        Description copied from interface: IChainAction
        The qualified name of the next action to execute.

        Qualified name is name of the controller + name of the action as in controllers.xml file. For example, CRUD.new.

        Specified by:
        getNextAction in interface IChainAction
        Throws:
        XavaException
      • setNextAction

        public void setNextAction​(java.lang.String string)
      • getTab

        public Tab getTab()
      • setTab

        public void setTab​(Tab tab)