Package | Description |
---|---|
org.richfaces.component |
Base RichFaces components interfaces and classes
|
org.richfaces.event | |
org.richfaces.model |
RichFaces model
|
Modifier and Type | Method and Description |
---|---|
abstract SortOrder |
AbstractColumn.getSortOrder()
Defines order which will be used for sorting column: unsorted (default), ascending, descending.
|
SortOrder |
UIColumn.getSortOrder() |
static SortOrder |
SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOrder[] |
SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
UIColumn.setSortOrder(SortOrder sortOrder) |
Modifier and Type | Method and Description |
---|---|
SortOrder |
SortingEvent.getSortOrder() |
Modifier and Type | Method and Description |
---|---|
void |
SortingEvent.setSortOrder(SortOrder sortOrder) |
Constructor and Description |
---|
SortingEvent(javax.faces.component.UIComponent source,
String columnId,
SortOrder sortOrder) |
Modifier and Type | Method and Description |
---|---|
SortOrder |
SortField.getSortOrder() |
Constructor and Description |
---|
SortField(javax.el.ValueExpression sortBy,
Comparator<?> comparator,
SortOrder sortOrder) |
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.