Class CellClickData

  • All Implemented Interfaces:
    java.io.Serializable, ActionData

    public class CellClickData
    extends MouseData
    Represents an event that indicates a clicking on a cell data for a matrix data component like IBiglistbox, and provides more information about the row index and the column index.
    Author:
    jumperchen
    See Also:
    Serialized Form
    • Constructor Detail

      • CellClickData

        public CellClickData()
    • Method Detail

      • getColumnIndex

        public int getColumnIndex()
        Returns the column index.
      • getRowIndex

        public int getRowIndex()
        Returns the row index