public class DataSortEvent extends Object implements TableEvent
SortPlugin or
the DataTable when the sort is by the data store.| Modifier and Type | Field and Description |
|---|---|
static String |
EVENT
A constant string to define a unique type for this event
|
| Constructor and Description |
|---|
DataSortEvent(SortDirection sortDirection,
String sortColumn) |
| Modifier and Type | Method and Description |
|---|---|
String |
getSortColumn() |
SortDirection |
getSortDirection() |
String |
getType() |
public static final String EVENT
public DataSortEvent(SortDirection sortDirection, String sortColumn)
sortDirection - SortDirectionsortColumn - String, the column name that we are using to sort the data by.public String getSortColumn()
public SortDirection getSortDirection()
SortDirectionpublic String getType()
getType in interface TableEventCopyright © 2019–2022 Dominokit. All rights reserved.