Package | Description |
---|---|
org.richfaces.model |
RichFaces model
|
org.richfaces.ui.iteration |
RichFaces iteration components
|
org.richfaces.ui.iteration.collapsibleSubTable | |
org.richfaces.ui.iteration.dataTable | |
org.richfaces.ui.iteration.extendedDataTable |
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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
SortMode |
UICollapsibleSubTable.getSortMode() |
Modifier and Type | Method and Description |
---|---|
void |
UICollapsibleSubTable.setSortMode(SortMode sortMode) |
Modifier and Type | Method and Description |
---|---|
SortMode |
UIDataTable.getSortMode() |
Modifier and Type | Method and Description |
---|---|
void |
UIDataTable.setSortMode(SortMode sortMode) |
Modifier and Type | Method and Description |
---|---|
SortMode |
UIExtendedDataTable.getSortMode() |
Modifier and Type | Method and Description |
---|---|
void |
UIExtendedDataTable.setSortMode(SortMode sortMode) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.