Package | Description |
---|---|
org.richfaces.ui.input.inputNumberSlider | |
org.richfaces.ui.input.inputNumberSpinner |
Modifier and Type | Field and Description |
---|---|
static InputNumberSliderInputPosition |
InputNumberSliderInputPosition.DEFAULT |
Modifier and Type | Method and Description |
---|---|
abstract InputNumberSliderInputPosition |
AbstractInputNumberSlider.getInputPosition()
If "right", the InputText Box would be rendered on the right side of the ruler.
|
InputNumberSliderInputPosition |
UIInputNumberSlider.getInputPosition() |
static InputNumberSliderInputPosition |
InputNumberSliderInputPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputNumberSliderInputPosition[] |
InputNumberSliderInputPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
UIInputNumberSlider.setInputPosition(InputNumberSliderInputPosition inputPosition) |
Modifier and Type | Method and Description |
---|---|
abstract InputNumberSliderInputPosition |
AbstractInputNumberSpinner.getInputPosition()
If "right", the InputText Box would be rendered on the right side of the ruler.
|
InputNumberSliderInputPosition |
UIInputNumberSpinner.getInputPosition() |
Modifier and Type | Method and Description |
---|---|
void |
UIInputNumberSpinner.setInputPosition(InputNumberSliderInputPosition inputPosition) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.