TableEvent
@Js
class TableEvent : Obj
TableEvents are generated by Table cells.
Column index for this event
Mouse position relative to cell
Size of cell for this event
Row index for this event
Event type
Mouse position relative to page
const Point : cellPos
Mouse position relative to cell.
const Int : col
Column index for this event.
const Point : pagePos
Mouse position relative to page.
const Int : row
Row index for this event.
const Size : size
Size of cell for this event.
Table : table
virtual Str toStr()
const Str : type
Event type.