Class ViewDetailAction

    • Field Detail

      • key

        protected java.util.Map key
      • model

        protected java.lang.String model
    • Constructor Detail

      • ViewDetailAction

        public ViewDetailAction()
    • Method Detail

      • execute

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

        public int getRow()
        Description copied from class: TabBaseAction
        This property has value when the action has been clicked from the row.

        If not its value is -1.

        Overrides:
        getRow in class TabBaseAction
      • 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)
      • getIncrement

        public int getIncrement()
      • setIncrement

        public void setIncrement​(int i)
      • isGoFirst

        public boolean isGoFirst()
      • setGoFirst

        public void setGoFirst​(boolean b)
      • isNoElementsInList

        public boolean isNoElementsInList()
      • isAtListBegin

        public boolean isAtListBegin()
      • setNoElementsInList

        protected void setNoElementsInList​(boolean b)
      • setAtListBegin

        protected void setAtListBegin​(boolean b)
      • setModel

        public void setModel​(java.lang.String modelName)
        Specified by:
        setModel in interface IModelAction
      • getMainTab

        public Tab getMainTab()
      • setMainTab

        public void setMainTab​(Tab mainTab)
      • getNextKey

        public java.util.Map getNextKey()
      • setNextKey

        public void setNextKey​(java.util.Map nextKey)
      • isDeleteAllSelected

        public boolean isDeleteAllSelected()
      • setDeleteAllSelected

        public void setDeleteAllSelected​(boolean deleteAllSelected)