Package | Description |
---|---|
gwt.material.design.client.data | |
gwt.material.design.client.data.events | |
gwt.material.design.client.data.infinite | |
gwt.material.design.client.data.loader |
Modifier and Type | Field and Description |
---|---|
protected SortContext<T> |
AbstractDataView.sortContext |
Modifier and Type | Method and Description |
---|---|
SortContext<T> |
DataView.getSortContext()
Get the data views current sort context, or null if no sort context is applied.
|
SortContext<T> |
AbstractDataView.getSortContext() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractDataView.doSort(SortContext<T> sortContext,
Components<RowComponent<T>> rows)
Perform a sort on the a set of
RowComponent 's. |
void |
Renderer.drawSortIcon(TableHeader th,
SortContext<T> sortContext) |
void |
BaseRenderer.drawSortIcon(TableHeader th,
SortContext<T> sortContext) |
Constructor and Description |
---|
SortContext(SortContext<T> sortContext) |
Modifier and Type | Method and Description |
---|---|
SortContext<T> |
ColumnSortEvent.getSortContext() |
Modifier and Type | Method and Description |
---|---|
static <T> void |
ColumnSortEvent.fire(DataView<T> source,
SortContext<T> sortContext,
int columnIndex) |
Constructor and Description |
---|
ColumnSortEvent(SortContext<T> sortContext,
int columnIndex) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
InfiniteDataView.doSort(SortContext<T> sortContext,
Components<RowComponent<T>> rows) |
Modifier and Type | Method and Description |
---|---|
SortContext<T> |
LoadConfig.getSortContext()
Get sorters to use when loading.
|
Constructor and Description |
---|
LoadConfig(int offset,
int limit,
SortContext<T> sortContext,
List<CategoryComponent> openCategories) |
Copyright © 2018. All rights reserved.