T - the type of the data table recordspublic class BodyScrollPlugin<T> extends Object implements DataTablePlugin<T>
BodyScrollEvent whenever the table body scroll reaches the top of the
bottom| Modifier and Type | Class and Description |
|---|---|
static class |
BodyScrollPlugin.ScrollPosition
An enum to specify the postion of the scroll
|
| Constructor and Description |
|---|
BodyScrollPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
onBodyAdded(DataTable<T> dataTable)
This method will be called right after adding body element to the table
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetUtilityElements, handleEvent, init, onAfterAddHeaders, onAfterAddTable, onAllRowsAdded, onBeforeAddHeaders, onBeforeAddRow, onBeforeAddTable, onHeaderAdded, onRowAdded, requiresUtilityColumnpublic void onBodyAdded(DataTable<T> dataTable)
onBodyAdded in interface DataTablePlugin<T>dataTable - the DataTable we are attaching this plugin to.Copyright © 2019–2022 Dominokit. All rights reserved.