Package | Description |
---|---|
org.apache.myfaces.trinidad.model |
Modifier and Type | Method and Description |
---|---|
static SortableModel.Strength |
SortableModel.Strength.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortableModel.Strength[] |
SortableModel.Strength.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SortableModel.setCollator(String propertyName,
SortableModel.Strength collatorStrength,
SortableModel.Decomposition collatorDecomposition)
Convenience method to set a compatator for a property using a
Collator setup with
the given strength and decomposition values. |
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.