Package | Description |
---|---|
org.richfaces.component |
Base RichFaces components interfaces and classes
|
org.richfaces.model |
RichFaces model
|
Modifier and Type | Method and Description |
---|---|
abstract SelectionMode |
AbstractExtendedDataTable.getSelectionMode()
Defines selection mode for the table: none, single (only one row can be selected), multiple (Ctrl/Shift keys are used for
multi-selection), multipleKeyboardFree (clicks are used for multi-selection).
|
SelectionMode |
UIExtendedDataTable.getSelectionMode() |
Modifier and Type | Method and Description |
---|---|
void |
UIExtendedDataTable.setSelectionMode(SelectionMode selectionMode) |
Modifier and Type | Method and Description |
---|---|
static SelectionMode |
SelectionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectionMode[] |
SelectionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.