T - the type of the data table recordspublic static class HeaderBarPlugin.BordersTableAction<T> extends Object implements HeaderActionElement<T>
| Constructor and Description |
|---|
BordersTableAction() |
| Modifier and Type | Method and Description |
|---|---|
elemental2.dom.Node |
asElement(DataTable<T> dataTable)
initialize the element for this action
|
HeaderBarPlugin.BordersTableAction<T> |
setBorderedToolTip(String borderedToolTip)
Changes the borders icon tooltip
|
HeaderBarPlugin.BordersTableAction<T> |
setNoBordersToolTip(String noBordersToolTip)
Changes the no borders icon tooltip
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleEventpublic 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 HeaderBarPlugin.BordersTableAction<T> setBorderedToolTip(String borderedToolTip)
borderedToolTip - Stringpublic HeaderBarPlugin.BordersTableAction<T> setNoBordersToolTip(String noBordersToolTip)
noBordersToolTip - StringCopyright © 2019–2022 Dominokit. All rights reserved.