@Generated(value={"RichFaces CDK","4.5.0-SNAPSHOT"}) public class HtmlInputNumberSlider extends AbstractInputNumberSlider implements javax.faces.component.behavior.ClientBehaviorHolder, AccesskeyProps, CoreProps, EventsKeyProps, EventsMouseProps, FocusProps, I18nProps, InputProps
The <r:inputNumberSlider> component provides a slider for changing numerical values. Optional features include control arrows to step through the values, a tool-tip to display the value while sliding, and a text field for typing the numerical value which can then be validated against the slider's range.
Modifier and Type | Class and Description |
---|---|
protected static class |
HtmlInputNumberSlider.Properties |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
HtmlInputNumberSlider() |
Modifier and Type | Method and Description |
---|---|
String |
getAccesskey()
Access key that, when pressed, transfers focus to this element.
|
String |
getDecreaseClass()
Assigns one or more space-separated CSS class names to the decrease arrow element
|
String |
getDecreaseSelectedClass()
Assigns one or more space-separated CSS class names to the decrease arrow element selected
|
String |
getDefaultEventName() |
int |
getDelay()
Delay in pressed increase/decrease arrows in miliseconds.
|
String |
getDir()
Direction indication for text that does not inherit directionality.
|
Collection<String> |
getEventNames() |
String |
getFamily() |
String |
getHandleClass()
Assigns one or more space-separated CSS class names to the handle element
|
String |
getHandleSelectedClass()
Assigns one or more space-separated CSS class names to the handle element selected
|
InputNumberSliderHandleType |
getHandleType()
Tells how handle should look like.
|
String |
getIncreaseClass()
Assigns one or more space-separated CSS class names to the increase arrow element
|
String |
getIncreaseSelectedClass()
Assigns one or more space-separated CSS class names to the increase arrow element selected
|
String |
getInputClass()
Assigns one or more space-separated CSS class names to the component input field
|
InputNumberSliderInputPosition |
getInputPosition()
If "right", the InputText Box would be rendered on the right side of the ruler.
|
int |
getInputSize()
Similar to the "Size" attribute of h:inputText.
|
String |
getLabel()
A localized user presentable name for this component.
|
String |
getLang()
Code describing the language used in the generated markup for this component.
|
Integer |
getMaxlength()
Specifies the maximum number of digits that could be entered into the input field.
|
String |
getMaxValue()
Attribute to set an "end" value.
|
String |
getMinValue()
Attribute to set the "start" value.
|
String |
getOnblur()
Javascript code executed when this element loses focus.
|
String |
getOnchange()
Javascript code executed when this element loses focus and its value has been modified since gaining focus.
|
String |
getOnclick()
Javascript code executed when a pointer button is clicked over this element.
|
String |
getOndblclick()
Javascript code executed when a pointer button is double clicked over this element.
|
String |
getOnfocus()
Javascript code executed when this element receives focus.
|
String |
getOnkeydown()
Javascript code executed when a key is pressed down over this element.
|
String |
getOnkeypress()
Javascript code executed when a key is pressed and released over this element.
|
String |
getOnkeyup()
Javascript code executed when a key is released over this element.
|
String |
getOnmousedown()
Javascript code executed when a pointer button is pressed down over this element.
|
String |
getOnmousemove()
Javascript code executed when a pointer button is moved within this element.
|
String |
getOnmouseout()
Javascript code executed when a pointer button is moved away from this element.
|
String |
getOnmouseover()
Javascript code executed when a pointer button is moved onto this element.
|
String |
getOnmouseup()
Javascript code executed when a pointer button is released over this element.
|
String |
getOnselect()
Javascript code executed when text within this element is selected by the user.
|
String |
getStep()
Parameter that determines a step between the nearest values while using a handle.
|
String |
getStyle()
CSS style(s) to be applied when this component is rendered.
|
String |
getStyleClass()
Space-separated list of CSS style class(es) to be applied when this element is rendered.
|
String |
getTabindex()
Position of this element in the tabbing order for the current document.
|
String |
getTitle()
Advisory title information about markup elements generated for this component.
|
String |
getTooltipClass()
Assigns one or more space-separated CSS class names to the tooltip element of the handle
|
String |
getTrackClass()
Assigns one or more space-separated CSS class names to the track slider element
|
boolean |
isDisabled()
Flag indicating that this element must never receive focus or be included in a subsequent submit.
|
boolean |
isEnableManualInput()
If set to "false" this attribute makes the text field "read-only", so the value can be changed only from a handle.
|
boolean |
isReadonly()
Flag indicating that this component will prohibit changes by the user.
|
boolean |
isShowArrows()
False value for this attribute makes increase/decrease arrows invisible.
|
boolean |
isShowBoundaryValues()
If the min/max values are shown on the right/left borders of a control.
|
boolean |
isShowInput()
False value for this attribute makes text a field invisible.
|
boolean |
isShowTooltip()
If "true"the current value is shown in the tooltip when a handle control is in a "dragged" state.
|
void |
setAccesskey(String accesskey) |
void |
setDecreaseClass(String decreaseClass) |
void |
setDecreaseSelectedClass(String decreaseSelectedClass) |
void |
setDelay(int delay) |
void |
setDir(String dir) |
void |
setDisabled(boolean disabled) |
void |
setEnableManualInput(boolean enableManualInput) |
void |
setHandleClass(String handleClass) |
void |
setHandleSelectedClass(String handleSelectedClass) |
void |
setHandleType(InputNumberSliderHandleType handleType) |
void |
setIncreaseClass(String increaseClass) |
void |
setIncreaseSelectedClass(String increaseSelectedClass) |
void |
setInputClass(String inputClass) |
void |
setInputPosition(InputNumberSliderInputPosition inputPosition) |
void |
setInputSize(int inputSize) |
void |
setLabel(String label) |
void |
setLang(String lang) |
void |
setMaxlength(Integer maxlength) |
void |
setMaxValue(String maxValue) |
void |
setMinValue(String minValue) |
void |
setOnblur(String onblur) |
void |
setOnchange(String onchange) |
void |
setOnclick(String onclick) |
void |
setOndblclick(String ondblclick) |
void |
setOnfocus(String onfocus) |
void |
setOnkeydown(String onkeydown) |
void |
setOnkeypress(String onkeypress) |
void |
setOnkeyup(String onkeyup) |
void |
setOnmousedown(String onmousedown) |
void |
setOnmousemove(String onmousemove) |
void |
setOnmouseout(String onmouseout) |
void |
setOnmouseover(String onmouseover) |
void |
setOnmouseup(String onmouseup) |
void |
setOnselect(String onselect) |
void |
setReadonly(boolean readonly) |
void |
setShowArrows(boolean showArrows) |
void |
setShowBoundaryValues(boolean showBoundaryValues) |
void |
setShowInput(boolean showInput) |
void |
setShowTooltip(boolean showTooltip) |
void |
setStep(String step) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setTabindex(String tabindex) |
void |
setTitle(String title) |
void |
setTooltipClass(String tooltipClass) |
void |
setTrackClass(String trackClass) |
validateValue
addValidator, addValueChangeListener, clearInitialState, compareValues, decode, getConvertedValue, getConverterMessage, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, getValueChangeListener, getValueChangeListeners, isEmpty, isImmediate, isLocalValueSet, isRequired, isValid, markInitialState, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, resetValue, restoreState, saveState, setConverterMessage, setImmediate, setLocalValueSet, setRequired, setRequiredMessage, setSubmittedValue, setValid, setValidator, setValidatorMessage, setValue, setValueChangeListener, updateModel, validate
getConverter, getLocalValue, getValue, setConverter
addClientBehavior, addFacesListener, broadcast, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class javax.faces.component.UIInput
public Collection<String> getEventNames()
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
getEventNames
in class javax.faces.component.UIComponentBase
public String getDefaultEventName()
getDefaultEventName
in interface javax.faces.component.behavior.ClientBehaviorHolder
getDefaultEventName
in class javax.faces.component.UIComponentBase
public String getAccesskey()
AccesskeyProps
getAccesskey
in interface AccesskeyProps
public void setAccesskey(String accesskey)
public String getDecreaseClass()
AbstractInputNumberSlider
getDecreaseClass
in class AbstractInputNumberSlider
public void setDecreaseClass(String decreaseClass)
public String getDecreaseSelectedClass()
AbstractInputNumberSlider
getDecreaseSelectedClass
in class AbstractInputNumberSlider
public void setDecreaseSelectedClass(String decreaseSelectedClass)
public int getDelay()
AbstractInputNumberSlider
getDelay
in class AbstractInputNumberSlider
public void setDelay(int delay)
public String getDir()
I18nProps
public void setDir(String dir)
public boolean isDisabled()
DisabledProps
isDisabled
in interface DisabledProps
public void setDisabled(boolean disabled)
public boolean isEnableManualInput()
AbstractInputNumberSlider
isEnableManualInput
in class AbstractInputNumberSlider
public void setEnableManualInput(boolean enableManualInput)
public String getHandleClass()
AbstractInputNumberSlider
getHandleClass
in class AbstractInputNumberSlider
public void setHandleClass(String handleClass)
public String getHandleSelectedClass()
AbstractInputNumberSlider
getHandleSelectedClass
in class AbstractInputNumberSlider
public void setHandleSelectedClass(String handleSelectedClass)
public InputNumberSliderHandleType getHandleType()
AbstractInputNumberSlider
getHandleType
in class AbstractInputNumberSlider
public void setHandleType(InputNumberSliderHandleType handleType)
public String getIncreaseClass()
AbstractInputNumberSlider
getIncreaseClass
in class AbstractInputNumberSlider
public void setIncreaseClass(String increaseClass)
public String getIncreaseSelectedClass()
AbstractInputNumberSlider
getIncreaseSelectedClass
in class AbstractInputNumberSlider
public void setIncreaseSelectedClass(String increaseSelectedClass)
public String getInputClass()
AbstractInputNumberSlider
getInputClass
in class AbstractInputNumberSlider
public void setInputClass(String inputClass)
public InputNumberSliderInputPosition getInputPosition()
AbstractInputNumberSlider
getInputPosition
in class AbstractInputNumberSlider
public void setInputPosition(InputNumberSliderInputPosition inputPosition)
public int getInputSize()
AbstractInputNumberSlider
getInputSize
in class AbstractInputNumberSlider
public void setInputSize(int inputSize)
public String getLabel()
InputProps
getLabel
in interface InputProps
public void setLabel(String label)
public String getLang()
I18nProps
public void setLang(String lang)
public String getMaxValue()
AbstractInputNumberSlider
getMaxValue
in class AbstractInputNumberSlider
public void setMaxValue(String maxValue)
public Integer getMaxlength()
AbstractInputNumberSlider
getMaxlength
in class AbstractInputNumberSlider
public void setMaxlength(Integer maxlength)
public String getMinValue()
AbstractInputNumberSlider
getMinValue
in class AbstractInputNumberSlider
public void setMinValue(String minValue)
public String getOnblur()
FocusProps
getOnblur
in interface FocusProps
public void setOnblur(String onblur)
public String getOnchange()
InputProps
getOnchange
in interface InputProps
public void setOnchange(String onchange)
public String getOnclick()
EventsMouseProps
getOnclick
in interface EventsMouseProps
public void setOnclick(String onclick)
public String getOndblclick()
EventsMouseProps
getOndblclick
in interface EventsMouseProps
public void setOndblclick(String ondblclick)
public String getOnfocus()
FocusProps
getOnfocus
in interface FocusProps
public void setOnfocus(String onfocus)
public String getOnkeydown()
EventsKeyProps
getOnkeydown
in interface EventsKeyProps
public void setOnkeydown(String onkeydown)
public String getOnkeypress()
EventsKeyProps
getOnkeypress
in interface EventsKeyProps
public void setOnkeypress(String onkeypress)
public String getOnkeyup()
EventsKeyProps
getOnkeyup
in interface EventsKeyProps
public void setOnkeyup(String onkeyup)
public String getOnmousedown()
EventsMouseProps
getOnmousedown
in interface EventsMouseProps
public void setOnmousedown(String onmousedown)
public String getOnmousemove()
EventsMouseProps
getOnmousemove
in interface EventsMouseProps
public void setOnmousemove(String onmousemove)
public String getOnmouseout()
EventsMouseProps
getOnmouseout
in interface EventsMouseProps
public void setOnmouseout(String onmouseout)
public String getOnmouseover()
EventsMouseProps
getOnmouseover
in interface EventsMouseProps
public void setOnmouseover(String onmouseover)
public String getOnmouseup()
EventsMouseProps
getOnmouseup
in interface EventsMouseProps
public void setOnmouseup(String onmouseup)
public String getOnselect()
InputProps
getOnselect
in interface InputProps
public void setOnselect(String onselect)
public boolean isReadonly()
InputProps
isReadonly
in interface InputProps
isReadonly
in class AbstractInputNumberSlider
public void setReadonly(boolean readonly)
public boolean isShowArrows()
AbstractInputNumberSlider
isShowArrows
in class AbstractInputNumberSlider
public void setShowArrows(boolean showArrows)
public boolean isShowBoundaryValues()
AbstractInputNumberSlider
isShowBoundaryValues
in class AbstractInputNumberSlider
public void setShowBoundaryValues(boolean showBoundaryValues)
public boolean isShowInput()
AbstractInputNumberSlider
isShowInput
in class AbstractInputNumberSlider
public void setShowInput(boolean showInput)
public boolean isShowTooltip()
AbstractInputNumberSlider
isShowTooltip
in class AbstractInputNumberSlider
public void setShowTooltip(boolean showTooltip)
public String getStep()
AbstractInputNumberSlider
getStep
in class AbstractInputNumberSlider
public void setStep(String step)
public String getStyle()
CoreProps
public void setStyle(String style)
public String getStyleClass()
CoreProps
getStyleClass
in interface CoreProps
public void setStyleClass(String styleClass)
public String getTabindex()
FocusProps
getTabindex
in interface FocusProps
public void setTabindex(String tabindex)
public String getTitle()
CoreProps
public void setTitle(String title)
public String getTooltipClass()
AbstractInputNumberSlider
getTooltipClass
in class AbstractInputNumberSlider
public void setTooltipClass(String tooltipClass)
public String getTrackClass()
AbstractInputNumberSlider
getTrackClass
in class AbstractInputNumberSlider
public void setTrackClass(String trackClass)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.