Package | Description |
---|---|
org.richfaces.component |
Base RichFaces components interfaces and classes
|
Modifier and Type | Field and Description |
---|---|
static DataScrollerControlsMode |
DataScrollerControlsMode.DEFAULT |
Modifier and Type | Method and Description |
---|---|
abstract DataScrollerControlsMode |
AbstractDataScroller.getBoundaryControls()
The attribute specifies the visibility of boundaryControls.
|
DataScrollerControlsMode |
UIDataScroller.getBoundaryControls() |
abstract DataScrollerControlsMode |
AbstractDataScroller.getFastControls()
The attribute specifies the visibility of fastControls.
|
DataScrollerControlsMode |
UIDataScroller.getFastControls() |
abstract DataScrollerControlsMode |
AbstractDataScroller.getStepControls()
The attribute specifies the visibility of stepControls.
|
DataScrollerControlsMode |
UIDataScroller.getStepControls() |
static DataScrollerControlsMode |
DataScrollerControlsMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataScrollerControlsMode[] |
DataScrollerControlsMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
UIDataScroller.setBoundaryControls(DataScrollerControlsMode boundaryControls) |
void |
UIDataScroller.setFastControls(DataScrollerControlsMode fastControls) |
void |
UIDataScroller.setStepControls(DataScrollerControlsMode stepControls) |
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.