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