T - the type of the data table recordspublic abstract class TopPanelPlugin<T> extends Object implements DataTablePlugin<T>, org.jboss.elemento.IsElement<elemental2.dom.HTMLElement>
| Constructor and Description |
|---|
TopPanelPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
onBeforeAddTable(DataTable<T> dataTable)
This well be called once the table is initialized and before it is appended to the dom
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetUtilityElements, handleEvent, init, onAfterAddHeaders, onAfterAddTable, onAllRowsAdded, onBeforeAddHeaders, onBeforeAddRow, onBodyAdded, onHeaderAdded, onRowAdded, requiresUtilityColumnpublic void onBeforeAddTable(DataTable<T> dataTable)
onBeforeAddTable in interface DataTablePlugin<T>dataTable - the DataTable we are attaching this plugin to.Copyright © 2019–2022 Dominokit. All rights reserved.