T - the type of data table recordspublic class DoubleClickPlugin<T> extends Object implements DataTablePlugin<T>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DoubleClickPlugin.DoubleClickHandler<T>
An interface to handle row double click event
|
| Constructor and Description |
|---|
DoubleClickPlugin(DoubleClickPlugin.DoubleClickHandler<T> handler)
creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
onRowAdded(DataTable<T> dataTable,
TableRow<T> tableRow)
This method will be called right after adding a row to the table
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetUtilityElements, handleEvent, init, onAfterAddHeaders, onAfterAddTable, onAllRowsAdded, onBeforeAddHeaders, onBeforeAddRow, onBeforeAddTable, onBodyAdded, onHeaderAdded, requiresUtilityColumnpublic DoubleClickPlugin(DoubleClickPlugin.DoubleClickHandler<T> handler)
handler - the DoubleClickPlugin.DoubleClickHandlerpublic void onRowAdded(DataTable<T> dataTable, TableRow<T> tableRow)
onRowAdded in interface DataTablePlugin<T>dataTable - the DataTable we are attaching this plugin to.tableRow - the TableRow addedCopyright © 2019–2022 Dominokit. All rights reserved.