|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Ordering | |
|---|---|
| org.richfaces.component | Base RichFaces components interfaces and classes |
| org.richfaces.model | Model APIs of RichFaces components |
| Uses of Ordering in org.richfaces.component |
|---|
| Methods in org.richfaces.component that return Ordering | |
|---|---|
Ordering |
Column.getSortOrder()
|
| Methods in org.richfaces.component with parameters of type Ordering | |
|---|---|
void |
Column.setSortOrder(Ordering sortOrder)
SortOrder is an enumeration of the possible sort orderings. |
| Uses of Ordering in org.richfaces.model |
|---|
| Methods in org.richfaces.model that return Ordering | |
|---|---|
Ordering |
SortField2.getOrdering()
|
static Ordering |
Ordering.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Ordering[] |
Ordering.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in org.richfaces.model with parameters of type Ordering | |
|---|---|
void |
SortField2.setOrdering(Ordering ordering)
|
| Constructors in org.richfaces.model with parameters of type Ordering | |
|---|---|
SortField2(javax.el.Expression expression,
Ordering ordering)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||