Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
table
/
com.michaelflisar.toolbox.table.data
/
TableClickHandler
/
CellClick
Cell
Click
class
CellClick
<
T
>
(
val
onCellClicked
:
(
row
:
Int
,
column
:
Int
,
item
:
T
)
->
Unit
)
:
TableClickHandler
<
T
>
Members
Constructors
Cell
Click
Link copied to clipboard
constructor
(
onCellClicked
:
(
row
:
Int
,
column
:
Int
,
item
:
T
)
->
Unit
)
Properties
on
Cell
Clicked
Link copied to clipboard
val
onCellClicked
:
(
row
:
Int
,
column
:
Int
,
item
:
T
)
->
Unit