Package | Description |
---|---|
org.richfaces.component |
Base RichFaces components interfaces and classes
|
org.richfaces.model |
RichFaces model
|
Modifier and Type | Method and Description |
---|---|
SortMode |
UICollapsibleSubTable.getSortMode() |
SortMode |
UIDataTable.getSortMode() |
SortMode |
UIExtendedDataTable.getSortMode() |
abstract SortMode |
UIDataTableBase.getSortMode()
Specifies when table will be sorted according to one column (single) or multiple columns (multi).
|
Modifier and Type | Method and Description |
---|---|
void |
UICollapsibleSubTable.setSortMode(SortMode sortMode) |
void |
UIDataTable.setSortMode(SortMode sortMode) |
void |
UIExtendedDataTable.setSortMode(SortMode sortMode) |
Modifier and Type | Method and Description |
---|---|
static SortMode |
SortMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortMode[] |
SortMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.