public interface IClickableRowRenderer<T> extends IRowRenderer<T>
IRowRenderer that has methods to handle clicks on the row.| Modifier and Type | Method and Description |
|---|---|
<V> void |
setCellClicked(int col,
ICellClicked<V> cellClicked)
Set (or clear) the handler to be called when a specific cell in the row is clicked.
|
<V> void |
setRowClicked(ICellClicked<V> rowClicked)
Set (or clear) the handler to be called when the row is clicked.
|
beforeQuery, getRowClicked, renderHeader, renderRow<V> void setRowClicked(@Nullable ICellClicked<V> rowClicked)
rowClicked - <V> void setCellClicked(int col,
@Nullable
ICellClicked<V> cellClicked)
col - cellClicked - Copyright © 2017 etc.to. All rights reserved.