Package | Description |
---|---|
net.sf.mmm.client.ui.api.widget.complex |
Contains the API for complex widgets.
|
net.sf.mmm.client.ui.base.widget.complex |
Contains the base implementation for complex widgets.
|
net.sf.mmm.client.ui.base.widget.complex.adapter |
Contains the adapters for complex widgets.
|
net.sf.mmm.client.ui.impl.gwt.widget.complex.adapter |
Contains the implementation for complex widget adapters using GWT.
|
net.sf.mmm.util.lang.api |
Provides the API for utilities of general purpose.
|
net.sf.mmm.util.query.api.feature | |
net.sf.mmm.util.query.base.feature | |
net.sf.mmm.util.query.base.statement |
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetTableColumn.sort(SortOrder order)
This method sorts the
table-data according to this column using the sort-comparator and the given
order . |
Modifier and Type | Field and Description |
---|---|
private SortOrder |
AbstractUiWidgetTableColumn.sortOrder |
Modifier and Type | Method and Description |
---|---|
SortOrder |
AbstractUiWidgetTableColumn.getSortOrder() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractUiWidgetTableColumn.setSortOrder(SortOrder order) |
(package private) void |
AbstractUiWidgetAbstractListTable.sort(AbstractUiWidgetTableColumn<?,ROW,?> column,
SortOrder sortOrder)
This method sorts this list according to the given
column . |
(package private) void |
AbstractUiWidgetAbstractDataTable.sort(AbstractUiWidgetTableColumn<?,ROW,?> column,
SortOrder sortOrder)
This method sorts this list according to the given
column . |
void |
AbstractUiWidgetTableColumn.sort(SortOrder order)
This method sorts the
table-data according to this column using the sort-comparator and the given
order . |
Modifier and Type | Field and Description |
---|---|
private SortOrder |
ColumnContainerComparator.sortOrder
The
SortOrder to sort by. |
private SortOrder |
ColumnComparator.sortOrder
The
SortOrder to sort by. |
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetAdapterTableColumn.setSortOrder(SortOrder sortOrder) |
void |
UiWidgetAdapterAbstractDataTable.sort(AbstractUiWidgetTableColumn<?,ROW,?> column,
SortOrder sortOrder) |
void |
ColumnContainerComparator.sort(List<? extends AttributeReadValue<ROW>> rows,
AbstractUiWidgetTableColumn<?,ROW,?> sortColumn,
SortOrder order)
|
void |
ColumnComparator.sort(List<ROW> rows,
AbstractUiWidgetTableColumn<?,ROW,?> sortColumn,
SortOrder order)
|
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetAdapterGwtTableColumn.setSortOrder(SortOrder sortOrder) |
void |
UiWidgetAdapterGwtAbstractListTable.sort(AbstractUiWidgetTableColumn<?,ROW,?> column,
SortOrder sortOrder) |
void |
UiWidgetAdapterGwtAbstractDataTable.sort(AbstractUiWidgetTableColumn<?,ROW,?> column,
SortOrder sortOrder) |
Modifier and Type | Method and Description |
---|---|
static SortOrder |
SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOrder[] |
SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SELF |
FeatureOrderBy.orderBy(ComparablePath<?> path,
SortOrder order)
Adds the given
PropertyPath to the ORDER BY clause. |
Modifier and Type | Field and Description |
---|---|
private SortOrder |
FeatureOrderByImpl.OrderByExpression.order |
Modifier and Type | Method and Description |
---|---|
SortOrder |
FeatureOrderByImpl.OrderByExpression.getOrder() |
Modifier and Type | Method and Description |
---|---|
FeatureOrderByImpl |
FeatureOrderByImpl.orderBy(ComparablePath<?> path,
SortOrder order) |
Constructor and Description |
---|
OrderByExpression(ComparablePath<?> path,
SortOrder order)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
default Object |
SqlDialect.order(SortOrder order) |
SELF |
AbstractSelectStatement.orderBy(ComparablePath<?> path,
SortOrder order) |
Copyright © 2001–2016 mmm-Team. All rights reserved.