T - the type of the data table recordspublic static class HeaderBarPlugin.CondenseTableAction<T> extends Object implements HeaderActionElement<T>
HeaderActionElement that condense/expand the data table rows| Constructor and Description |
|---|
CondenseTableAction() |
| Modifier and Type | Method and Description |
|---|---|
elemental2.dom.Node |
asElement(DataTable<T> dataTable)
initialize the element for this action
|
HeaderBarPlugin.CondenseTableAction<T> |
setCondenseToolTip(String condenseToolTip)
Changes the condense icon tooltip
|
HeaderBarPlugin.CondenseTableAction<T> |
setExpandToolTip(String expandToolTip)
Changes the expand 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.CondenseTableAction<T> setCondenseToolTip(String condenseToolTip)
condenseToolTip - Stringpublic HeaderBarPlugin.CondenseTableAction<T> setExpandToolTip(String expandToolTip)
expandToolTip - StringCopyright © 2019–2022 Dominokit. All rights reserved.