@Generated(value={"RichFaces CDK","4.5.0-SNAPSHOT"}) public class UIInputNumberSlider extends AbstractInputNumberSlider implements javax.faces.component.behavior.ClientBehaviorHolder, AccesskeyProps, BaseProps, 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 |
UIInputNumberSlider.Properties |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
UIInputNumberSlider() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccesskey()
Access key that, when pressed, transfers focus to this element.
|
String |
getBinding()
The value binding expression used to wire up this component to a component property of a JavaBean class.
|
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 |
getId()
The component identifier for the associated component.
|
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()
If "true", this component is disabled
|
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 |
isRendered()
An override for the rendered attribute associated with our component.
|
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 |
setBinding(String binding) |
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 |
setId(String id) |
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 |
setRendered(boolean rendered) |
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) |
validateValueaddValidator, addValueChangeListener, clearInitialState, compareValues, decode, getConvertedValue, getConverterMessage, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, getValue, 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, validategetConverter, getLocalValue, setConverteraddClientBehavior, addFacesListener, broadcast, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setParent, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily in class javax.faces.component.UIInputpublic Collection<String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.UIComponentBasepublic String getDefaultEventName()
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHoldergetDefaultEventName in class javax.faces.component.UIComponentBasepublic String getAccesskey()
AccesskeyPropsgetAccesskey in interface AccesskeyPropspublic void setAccesskey(String accesskey)
public String getBinding()
BasePropsgetBinding in interface BasePropspublic void setBinding(String binding)
public String getDecreaseClass()
AbstractInputNumberSlidergetDecreaseClass in class AbstractInputNumberSliderpublic void setDecreaseClass(String decreaseClass)
public String getDecreaseSelectedClass()
AbstractInputNumberSlidergetDecreaseSelectedClass in class AbstractInputNumberSliderpublic void setDecreaseSelectedClass(String decreaseSelectedClass)
public int getDelay()
AbstractInputNumberSlidergetDelay in class AbstractInputNumberSliderpublic void setDelay(int delay)
public String getDir()
I18nPropspublic void setDir(String dir)
public boolean isDisabled()
AbstractInputNumberSliderisDisabled in interface DisabledPropsisDisabled in class AbstractInputNumberSliderpublic void setDisabled(boolean disabled)
public boolean isEnableManualInput()
AbstractInputNumberSliderisEnableManualInput in class AbstractInputNumberSliderpublic void setEnableManualInput(boolean enableManualInput)
public String getHandleClass()
AbstractInputNumberSlidergetHandleClass in class AbstractInputNumberSliderpublic void setHandleClass(String handleClass)
public String getHandleSelectedClass()
AbstractInputNumberSlidergetHandleSelectedClass in class AbstractInputNumberSliderpublic void setHandleSelectedClass(String handleSelectedClass)
public InputNumberSliderHandleType getHandleType()
AbstractInputNumberSlidergetHandleType in class AbstractInputNumberSliderpublic void setHandleType(InputNumberSliderHandleType handleType)
public String getId()
BasePropspublic void setId(String id)
setId in class javax.faces.component.UIComponentBasepublic String getIncreaseClass()
AbstractInputNumberSlidergetIncreaseClass in class AbstractInputNumberSliderpublic void setIncreaseClass(String increaseClass)
public String getIncreaseSelectedClass()
AbstractInputNumberSlidergetIncreaseSelectedClass in class AbstractInputNumberSliderpublic void setIncreaseSelectedClass(String increaseSelectedClass)
public String getInputClass()
AbstractInputNumberSlidergetInputClass in class AbstractInputNumberSliderpublic void setInputClass(String inputClass)
public InputNumberSliderInputPosition getInputPosition()
AbstractInputNumberSlidergetInputPosition in class AbstractInputNumberSliderpublic void setInputPosition(InputNumberSliderInputPosition inputPosition)
public int getInputSize()
AbstractInputNumberSlidergetInputSize in class AbstractInputNumberSliderpublic void setInputSize(int inputSize)
public String getLabel()
InputPropsgetLabel in interface InputPropspublic void setLabel(String label)
public String getLang()
I18nPropspublic void setLang(String lang)
public String getMaxValue()
AbstractInputNumberSlidergetMaxValue in class AbstractInputNumberSliderpublic void setMaxValue(String maxValue)
public Integer getMaxlength()
AbstractInputNumberSlidergetMaxlength in class AbstractInputNumberSliderpublic void setMaxlength(Integer maxlength)
public String getMinValue()
AbstractInputNumberSlidergetMinValue in class AbstractInputNumberSliderpublic void setMinValue(String minValue)
public String getOnblur()
FocusPropsgetOnblur in interface FocusPropspublic void setOnblur(String onblur)
public String getOnchange()
InputPropsgetOnchange in interface InputPropspublic void setOnchange(String onchange)
public String getOnclick()
EventsMousePropsgetOnclick in interface EventsMousePropspublic void setOnclick(String onclick)
public String getOndblclick()
EventsMousePropsgetOndblclick in interface EventsMousePropspublic void setOndblclick(String ondblclick)
public String getOnfocus()
FocusPropsgetOnfocus in interface FocusPropspublic void setOnfocus(String onfocus)
public String getOnkeydown()
EventsKeyPropsgetOnkeydown in interface EventsKeyPropspublic void setOnkeydown(String onkeydown)
public String getOnkeypress()
EventsKeyPropsgetOnkeypress in interface EventsKeyPropspublic void setOnkeypress(String onkeypress)
public String getOnkeyup()
EventsKeyPropsgetOnkeyup in interface EventsKeyPropspublic void setOnkeyup(String onkeyup)
public String getOnmousedown()
EventsMousePropsgetOnmousedown in interface EventsMousePropspublic void setOnmousedown(String onmousedown)
public String getOnmousemove()
EventsMousePropsgetOnmousemove in interface EventsMousePropspublic void setOnmousemove(String onmousemove)
public String getOnmouseout()
EventsMousePropsgetOnmouseout in interface EventsMousePropspublic void setOnmouseout(String onmouseout)
public String getOnmouseover()
EventsMousePropsgetOnmouseover in interface EventsMousePropspublic void setOnmouseover(String onmouseover)
public String getOnmouseup()
EventsMousePropsgetOnmouseup in interface EventsMousePropspublic void setOnmouseup(String onmouseup)
public String getOnselect()
InputPropsgetOnselect in interface InputPropspublic void setOnselect(String onselect)
public boolean isReadonly()
InputPropsisReadonly in interface InputPropsisReadonly in class AbstractInputNumberSliderpublic void setReadonly(boolean readonly)
public boolean isRendered()
BasePropsisRendered in interface BasePropsisRendered in class javax.faces.component.UIComponentBasepublic void setRendered(boolean rendered)
setRendered in class javax.faces.component.UIComponentBasepublic boolean isShowArrows()
AbstractInputNumberSliderisShowArrows in class AbstractInputNumberSliderpublic void setShowArrows(boolean showArrows)
public boolean isShowBoundaryValues()
AbstractInputNumberSliderisShowBoundaryValues in class AbstractInputNumberSliderpublic void setShowBoundaryValues(boolean showBoundaryValues)
public boolean isShowInput()
AbstractInputNumberSliderisShowInput in class AbstractInputNumberSliderpublic void setShowInput(boolean showInput)
public boolean isShowTooltip()
AbstractInputNumberSliderisShowTooltip in class AbstractInputNumberSliderpublic void setShowTooltip(boolean showTooltip)
public String getStep()
AbstractInputNumberSlidergetStep in class AbstractInputNumberSliderpublic void setStep(String step)
public String getStyle()
CorePropspublic void setStyle(String style)
public String getStyleClass()
CorePropsgetStyleClass in interface CorePropspublic void setStyleClass(String styleClass)
public String getTabindex()
FocusPropsgetTabindex in interface FocusPropspublic void setTabindex(String tabindex)
public String getTitle()
CorePropspublic void setTitle(String title)
public String getTooltipClass()
AbstractInputNumberSlidergetTooltipClass in class AbstractInputNumberSliderpublic void setTooltipClass(String tooltipClass)
public String getTrackClass()
AbstractInputNumberSlidergetTrackClass in class AbstractInputNumberSliderpublic void setTrackClass(String trackClass)
Copyright © 2014 JBoss by Red Hat. All rights reserved.