T - the type of the data table recordspublic interface HeaderActionElement<T> extends TableEventListener
HeaderBarPlugin| Modifier and Type | Method and Description |
|---|---|
elemental2.dom.Node |
asElement(DataTable<T> dataTable)
initialize the element for this action
|
default void |
handleEvent(TableEvent event) |
elemental2.dom.Node asElement(DataTable<T> dataTable)
dataTable - the DataTable we are attaching the plugin toNode representing this action elementdefault void handleEvent(TableEvent event)
handleEvent in interface TableEventListenerevent - the TableEvent being receivedCopyright © 2019–2022 Dominokit. All rights reserved.