|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SortStrength | |
---|---|
org.apache.myfaces.trinidad.component | |
org.apache.myfaces.trinidad.model |
Uses of SortStrength in org.apache.myfaces.trinidad.component |
---|
Methods in org.apache.myfaces.trinidad.component that return SortStrength | |
---|---|
static SortStrength |
TableUtils.findSortStrength(UIXCollection parent,
String sortProperty)
Retrieves the sort strength for the column with the given sort property from the given table. |
Uses of SortStrength in org.apache.myfaces.trinidad.model |
---|
Methods in org.apache.myfaces.trinidad.model that return SortStrength | |
---|---|
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. |
Constructors in org.apache.myfaces.trinidad.model with parameters of type SortStrength | |
---|---|
SortCriterion(String property,
boolean isAscending,
SortStrength sortStrength)
Construct SortCriterion instance by the given property, sort direction, and sort strength. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |