EntityValuesComparator instead@Deprecated
public class EntityValuesComparator<T>
extends io.jmix.ui.model.impl.AbstractComparator<T>
| Modifier and Type | Field and Description |
|---|---|
static java.util.Comparator<java.lang.Object> |
NATURAL_ORDER
Deprecated.
|
static java.util.Comparator<java.lang.Object> |
REVERSE_ORDER
Deprecated.
|
| Modifier | Constructor and Description |
|---|---|
protected |
EntityValuesComparator(boolean asc)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Comparator<java.lang.Object> |
asc(boolean asc)
Deprecated.
|
int |
compare(T o1,
T o2)
Deprecated.
|
protected java.lang.Object |
transformValue(T value)
Deprecated.
|