TableEvent
@Js
class TableEvent : Obj
TableEvents are generated by Table cells.
Mouse position relative to cell
Column index for this event
Mouse position relative to page
Row index for this event
Size of cell for this event
Event type
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.