Package | Description |
---|---|
org.apache.myfaces.trinidad.component | |
org.apache.myfaces.trinidad.model |
Modifier and Type | Method and Description |
---|---|
static SortStrength |
TableUtils.findSortStrength(UIXCollection parent,
String sortProperty)
Retrieves the sort strength for the column with the given sort property from the given table.
|
Modifier and Type | Method and Description |
---|---|
SortStrength |
SortCriterion.getSortStrength()
Gets the sort strenght of this sort criterion.
|
static SortStrength |
SortStrength.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortStrength[] |
SortStrength.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SortCriterion(String property,
boolean isAscending,
SortStrength sortStrength)
Construct SortCriterion instance by the given property, sort direction,
and sort strength.
|
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.