Class RowOperationParameters


  • public class RowOperationParameters
    extends java.lang.Object
    Prepares parameters for row operation , including copy , paste , insert and shift operation.
    • Constructor Detail

      • RowOperationParameters

        public RowOperationParameters()
        Default Constructor
      • RowOperationParameters

        public RowOperationParameters​(int slotId,
                                      int groupId,
                                      int destIndex)
        Constructor
        Parameters:
        slotId - slot id
        groupId - group id
        destIndex - destination index
    • Method Detail

      • getDestIndex

        public int getDestIndex()
        Returns target index.
        Returns:
        index.
      • setDestIndex

        public void setDestIndex​(int destIndex)
        Sets target index
        Parameters:
        destIndex - target index
      • getGroupId

        public int getGroupId()
        Returns group id
        Returns:
        group id.
      • setGroupId

        public void setGroupId​(int groupId)
        Sets group id
        Parameters:
        groupId - groupd id
      • getSlotId

        public int getSlotId()
        Returns slot id.
        Returns:
        slot id.
      • setSlotId

        public void setSlotId​(int slotId)
        Sets slot id.
        Parameters:
        slotId - slot id.
      • getSourceIndex

        public int getSourceIndex()
        Returns source index.
        Returns:
        source index.
      • setSourceIndex

        public void setSourceIndex​(int sourceIndex)
        Sets source index.
        Parameters:
        sourceIndex - source index