T - the type of the data table recordspublic static class HeaderBarPlugin.HoverTableAction<T> extends Object implements HeaderActionElement<T>
| Constructor and Description |
|---|
HoverTableAction() |
| Modifier and Type | Method and Description |
|---|---|
elemental2.dom.Node |
asElement(DataTable<T> dataTable)
initialize the element for this action
|
HeaderBarPlugin.HoverTableAction<T> |
setHoverToolTip(String hoverToolTip)
Changes the hover icon tooltip
|
HeaderBarPlugin.HoverTableAction<T> |
setNoHoverToolTip(String noHoverToolTip)
Changes the no hover 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.HoverTableAction<T> setHoverToolTip(String hoverToolTip)
hoverToolTip - Stringpublic HeaderBarPlugin.HoverTableAction<T> setNoHoverToolTip(String noHoverToolTip)
noHoverToolTip - StringCopyright © 2019–2022 Dominokit. All rights reserved.