| Package | Description |
|---|---|
| org.dominokit.domino.ui.datatable.events | |
| org.dominokit.domino.ui.datatable.plugins | |
| org.dominokit.domino.ui.datatable.store |
| Modifier and Type | Method and Description |
|---|---|
SortDirection |
SortEvent.getSortDirection() |
SortDirection |
DataSortEvent.getSortDirection() |
| Constructor and Description |
|---|
DataSortEvent(SortDirection sortDirection,
String sortColumn) |
SortEvent(SortDirection sortDirection,
ColumnConfig<T> columnConfig) |
| Modifier and Type | Method and Description |
|---|---|
static SortDirection |
SortDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortDirection[] |
SortDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SortPlugin.sort(SortDirection direction,
ColumnConfig<T> column)
manually sort the table by the specified column and fires the
SortEvent |
| Modifier and Type | Method and Description |
|---|---|
Optional<SortDirection> |
DataChangedEvent.getSortDir() |
| Modifier and Type | Method and Description |
|---|---|
Comparator<T> |
RecordsSorter.onSortChange(String sortBy,
SortDirection sortDirection) |
LocalListDataStore<T> |
LocalListDataStore.setAutoSortDirection(SortDirection autoSortDirection)
set the default sort direction to initially sort the data list by.
|
| Constructor and Description |
|---|
DataChangedEvent(List<T> newData,
boolean append,
int totalCount,
SortDirection sortDirection,
String sortColumn)
Creates a new instance with sort information
|
DataChangedEvent(List<T> newData,
int totalCount,
SortDirection sortDirection,
String sortColumn)
Creates a new instance with sort information
|
Copyright © 2019–2022 Dominokit. All rights reserved.