Class TabBaseAction

    • Constructor Detail

      • TabBaseAction

        public TabBaseAction()
    • Method Detail

      • getSelected

        @Deprecated
        protected int[] getSelected()
        Deprecated.
        use getSelectedKeys
        Deprecated since 4.7

        Returns the indexes of the selected rows.

        If row property has value return an array with it as unique value. This happens when the action has been clicked from the row,

        Returns:
      • getSelectedKeys

        protected java.util.Map[] getSelectedKeys()
        Returns the keys of the selected rows.

        If row property has value return an array with it as unique value. This happens when the action has been clicked from the row,

        Returns:
      • getCollection

        public java.lang.String getCollection()
      • setCollection

        public void setCollection​(java.lang.String collection)
      • setViewObject

        public void setViewObject​(java.lang.String viewObject)
        Extract from the viewObject the name of the collection.

        Useful for using Tab actions for collections.

      • getRow

        public int getRow()
        This property has value when the action has been clicked from the row.

        If not its value is -1.

      • setRow

        public void setRow​(int row)