Class NavigationFromReferenceBaseAction

    • Constructor Detail

      • NavigationFromReferenceBaseAction

        public NavigationFromReferenceBaseAction()
    • Method Detail

      • getNextAction

        public abstract java.lang.String getNextAction()
                                                throws java.lang.Exception
        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:
        java.lang.Exception
      • getCustomController

        protected abstract java.lang.String getCustomController()
      • getDefaultController

        protected abstract java.lang.String getDefaultController()
      • getModel

        public java.lang.String getModel()
      • setModel

        public void setModel​(java.lang.String string)
      • setController

        public void setController​(java.lang.String string)
      • isShowDialog

        public boolean isShowDialog()
      • setShowDialog

        public void setShowDialog​(boolean showDialog)