| Package | Description |
|---|---|
| org.dominokit.domino.ui.datatable | |
| org.dominokit.domino.ui.datatable.events | |
| org.dominokit.domino.ui.datatable.plugins | |
| org.dominokit.domino.ui.datatable.store |
| Modifier and Type | Method and Description |
|---|---|
void |
DataTable.fireTableEvent(TableEvent tableEvent)
Manually fire a table event
|
| Modifier and Type | Class and Description |
|---|---|
class |
BodyScrollEvent
This event will be fired by the
BodyScrollPlugin for scrollable table body whenever the
scroll reaches the top or the bottom |
class |
DataSortEvent
This event will be fired by the
SortPlugin or
the DataTable when the sort is by the data store. |
class |
ExpandRecordEvent<T>
This event will be fired by the
RecordDetailsPlugin when a record is expanded |
class |
OnBeforeDataChangeEvent<T>
This event will be fired by the
DataTable right before
the data in the table is changed to allow other plugins to apply any cleanup required before the
new data is applied |
class |
RowRecordUpdatedEvent<T>
This event will be fired when the record of a specific row in the table has its record updated
|
class |
SearchClearedEvent
This event will be fired when the date table search is cleared, it is fired by the
|
class |
SearchEvent
This event is fired when ever the search filters of the data table are changed, it is fired from
the following locations :
|
class |
SortEvent<T>
This event will be fired when ever the sort in a data store is changed or by clicking on a column
header
|
class |
TableDataUpdatedEvent<T>
This event will be fired after the data in the table is changed
|
class |
TablePageChangeEvent
This event will be fired when the page of the data table is changed
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableEventListener.handleEvent(TableEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
SortPlugin.handleEvent(TableEvent event) |
void |
GroupingPlugin.handleEvent(TableEvent event) |
default void |
DataTablePlugin.handleEvent(TableEvent event) |
void |
TreeGridPlugin.handleEvent(TableEvent event) |
void |
RowMarkerPlugin.handleEvent(TableEvent event) |
default void |
HeaderActionElement.handleEvent(TableEvent event) |
void |
RecordDetailsPlugin.handleEvent(TableEvent event) |
void |
ColumnHeaderFilterPlugin.handleEvent(TableEvent event) |
void |
HeaderBarPlugin.SearchTableAction.handleEvent(TableEvent event) |
void |
HeaderBarPlugin.ShowHideColumnsAction.handleEvent(TableEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalListScrollingDataSource.handleEvent(TableEvent event)
this store will listen to the following events
|
void |
LocalListDataStore.handleEvent(TableEvent event)
this store will listen to the following events
|
Copyright © 2019–2022 Dominokit. All rights reserved.