| Package | Description |
|---|---|
| to.etc.domui.component.tbl |
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleSearchModel.ByComparatorSortHelper<T>
Implementation of ISortHelper that can be used when sort is specified by sort column comparator.
|
static class |
SimpleSearchModel.SortHelper<T> |
| Modifier and Type | Method and Description |
|---|---|
ISortHelper<?> |
SimpleColumnDef.getSortHelper()
If this column is sortable with help from outside code: this defines that helper
which will sort the main model for the table for this column.
|
ISortHelper<?> |
ColumnDef.getSortHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleColumnDef.setSortHelper(ISortHelper<?> sortHelper) |
ColumnDef<I,T> |
ColumnDef.sort(ISortHelper<?> sh)
Set a sort helper to be used for this column.
|
SimpleColumnDef<T> |
SimpleColumnDef.sort(ISortHelper<T> sh)
Set a sort helper to be used for this column.
|
Copyright © 2017 etc.to. All rights reserved.