public class InputNumberSliderBean extends Object
| Constructor and Description |
|---|
InputNumberSliderBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccesskey() |
Date |
getDate() |
int |
getDelay() |
boolean |
getEnableManualInput() |
org.richfaces.component.InputNumberSliderHandleType |
getHandleType() |
org.richfaces.component.InputNumberSliderHandleType[] |
getHandleTypes() |
org.richfaces.component.InputNumberSliderInputPosition |
getInputPosition() |
int |
getInputSize() |
double |
getMaxValue() |
double |
getMinValue() |
org.richfaces.component.InputNumberSliderInputPosition[] |
getPositionTypes() |
double |
getStep() |
double |
getValue() |
boolean |
isDisabled() |
boolean |
isShowArrows() |
boolean |
isShowBoundaryValues() |
boolean |
isShowInput() |
boolean |
isShowTooltip() |
void |
setAccesskey(String accesskey) |
void |
setDelay(int delay) |
void |
setDisabled(boolean disabled) |
void |
setEnableManualInput(boolean enableManualInput) |
void |
setHandleType(org.richfaces.component.InputNumberSliderHandleType handleType) |
void |
setInputPosition(org.richfaces.component.InputNumberSliderInputPosition inputPosition) |
void |
setInputSize(int inputSize) |
void |
setMaxValue(double maxValue) |
void |
setMinValue(double minValue) |
void |
setShowArrows(boolean showArrows) |
void |
setShowBoundaryValues(boolean showBoundaryValues) |
void |
setShowInput(boolean showInput) |
void |
setShowTooltip(boolean showTooltip) |
void |
setStep(double step) |
void |
setValue(double value) |
public void setValue(double value)
public double getValue()
public void setAccesskey(String accesskey)
public String getAccesskey()
public int getDelay()
public void setDelay(int delay)
public void setEnableManualInput(boolean enableManualInput)
public boolean getEnableManualInput()
public void setInputPosition(org.richfaces.component.InputNumberSliderInputPosition inputPosition)
public org.richfaces.component.InputNumberSliderInputPosition getInputPosition()
public org.richfaces.component.InputNumberSliderInputPosition[] getPositionTypes()
public double getMaxValue()
public void setMaxValue(double maxValue)
public double getMinValue()
public void setMinValue(double minValue)
public boolean isShowArrows()
public void setShowArrows(boolean showArrows)
public boolean isShowBoundaryValues()
public void setShowBoundaryValues(boolean showBoundaryValues)
public boolean isShowInput()
public void setShowInput(boolean showInput)
public boolean isShowTooltip()
public void setShowTooltip(boolean showTooltip)
public double getStep()
public void setStep(double step)
public void setDisabled(boolean disabled)
public boolean isDisabled()
public void setInputSize(int inputSize)
public int getInputSize()
public Date getDate()
public org.richfaces.component.InputNumberSliderHandleType getHandleType()
public void setHandleType(org.richfaces.component.InputNumberSliderHandleType handleType)
public org.richfaces.component.InputNumberSliderHandleType[] getHandleTypes()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.