RichFaces Examples Inputs 4.3.3.Final

org.richfaces.demo
Class InputNumberSliderBean

java.lang.Object
  extended by org.richfaces.demo.InputNumberSliderBean

public class InputNumberSliderBean
extends Object


Constructor Summary
InputNumberSliderBean()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputNumberSliderBean

public InputNumberSliderBean()
Method Detail

setValue

public void setValue(double value)

getValue

public double getValue()

setAccesskey

public void setAccesskey(String accesskey)

getAccesskey

public String getAccesskey()

getDelay

public int getDelay()

setDelay

public void setDelay(int delay)

setEnableManualInput

public void setEnableManualInput(boolean enableManualInput)

getEnableManualInput

public boolean getEnableManualInput()

setInputPosition

public void setInputPosition(org.richfaces.component.InputNumberSliderInputPosition inputPosition)

getInputPosition

public org.richfaces.component.InputNumberSliderInputPosition getInputPosition()

getPositionTypes

public org.richfaces.component.InputNumberSliderInputPosition[] getPositionTypes()

getMaxValue

public double getMaxValue()

setMaxValue

public void setMaxValue(double maxValue)

getMinValue

public double getMinValue()

setMinValue

public void setMinValue(double minValue)

isShowArrows

public boolean isShowArrows()

setShowArrows

public void setShowArrows(boolean showArrows)

isShowBoundaryValues

public boolean isShowBoundaryValues()

setShowBoundaryValues

public void setShowBoundaryValues(boolean showBoundaryValues)

isShowInput

public boolean isShowInput()

setShowInput

public void setShowInput(boolean showInput)

isShowTooltip

public boolean isShowTooltip()

setShowTooltip

public void setShowTooltip(boolean showTooltip)

getStep

public double getStep()

setStep

public void setStep(double step)

setDisabled

public void setDisabled(boolean disabled)

isDisabled

public boolean isDisabled()

setInputSize

public void setInputSize(int inputSize)

getInputSize

public int getInputSize()

getDate

public Date getDate()

getHandleType

public org.richfaces.component.InputNumberSliderHandleType getHandleType()

setHandleType

public void setHandleType(org.richfaces.component.InputNumberSliderHandleType handleType)

getHandleTypes

public org.richfaces.component.InputNumberSliderHandleType[] getHandleTypes()

RichFaces Examples Inputs 4.3.3.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.