class domkit::TableEvent

sys::Obj
  domkit::TableEvent

@Js

Source

TableEvents are generated by Table cells.

cellPos

const Point cellPos

Source

Mouse position relative to cell.

col

const Int col

Source

Column index for this event.

pagePos

const Point pagePos

Source

Mouse position relative to page.

row

const Int row

Source

Row index for this event.

size

const Size size

Source

Size of cell for this event.

table

Table table { private set }

Source

toStr

virtual override Str toStr()

Source

type

const Str type

Source

Event type.