Package | Description |
---|---|
gwt.material.design.client.data | |
gwt.material.design.client.ui.table |
Modifier and Type | Field and Description |
---|---|
protected SortDir |
SortContext.sortDir |
Modifier and Type | Method and Description |
---|---|
SortDir |
DataSort.getDirection()
Returns the current sort direction for this sort info.
|
SortDir |
SortContext.getSortDir() |
SortDir |
SortDir.reverse() |
static SortDir |
SortDir.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortDir[] |
SortDir.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DataSort.setDirection(SortDir direction)
Sets a new sort direction.
|
void |
SortContext.setSortDir(SortDir sortDir) |
void |
AbstractDataView.sort(Column<T,?> column,
SortDir dir) |
void |
HasColumns.sort(Column<T,?> column,
SortDir dir)
Sort a column.
|
protected Components<RowComponent<T>> |
AbstractDataView.sort(Components<RowComponent<T>> rows,
TableHeader th,
Column<T,?> column,
int index,
SortDir dir) |
protected Components<RowComponent<T>> |
AbstractDataView.sort(Components<RowComponent<T>> rows,
TableHeader th,
Column<T,?> column,
int index,
SortDir dir,
boolean renderRows) |
void |
AbstractDataView.sort(int columnIndex,
SortDir dir) |
void |
HasColumns.sort(int columnIndex,
SortDir dir)
Sort a column matching the given index (the index excludes the selection box row).
|
protected void |
AbstractDataView.updateSortContext(TableHeader th,
Column<T,?> column,
SortDir dir) |
Constructor and Description |
---|
DataSort(Comparator<? super M> itemComparator,
SortDir direction) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDataTable.sort(Column<T,?> column,
SortDir dir) |
void |
AbstractDataTable.sort(int columnIndex,
SortDir dir) |
Copyright © 2018. All rights reserved.