org.richfaces.component.html
@Generated(value={"RichFaces CDK","4.3.1.Final-redhat-1"}) public class HtmlInputNumberSlider extends AbstractInputNumberSlider implements javax.faces.component.behavior.ClientBehaviorHolder, org.richfaces.component.attribute.AccesskeyProps, org.richfaces.component.attribute.CoreProps, org.richfaces.component.attribute.EventsKeyProps, org.richfaces.component.attribute.EventsMouseProps, org.richfaces.component.attribute.FocusProps, org.richfaces.component.attribute.I18nProps, org.richfaces.component.attribute.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() |
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() |
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() |
String |
getLang() |
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() |
String |
getOnchange() |
String |
getOnclick() |
String |
getOndblclick() |
String |
getOnfocus() |
String |
getOnkeydown() |
String |
getOnkeypress() |
String |
getOnkeyup() |
String |
getOnmousedown() |
String |
getOnmousemove() |
String |
getOnmouseout() |
String |
getOnmouseover() |
String |
getOnmouseup() |
String |
getOnselect() |
String |
getStep()
Parameter that determines a step between the nearest values while using a handle.
|
String |
getStyle() |
String |
getStyleClass() |
String |
getTabindex() |
String |
getTitle() |
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() |
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() |
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) |
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, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, 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()
getAccesskey in interface org.richfaces.component.attribute.AccesskeyPropspublic void setAccesskey(String accesskey)
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()
getDir in interface org.richfaces.component.attribute.I18nPropspublic void setDir(String dir)
public boolean isDisabled()
isDisabled in interface org.richfaces.component.attribute.DisabledPropspublic 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 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()
getLabel in interface org.richfaces.component.attribute.InputPropspublic void setLabel(String label)
public String getLang()
getLang in interface org.richfaces.component.attribute.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()
getOnblur in interface org.richfaces.component.attribute.FocusPropspublic void setOnblur(String onblur)
public String getOnchange()
getOnchange in interface org.richfaces.component.attribute.InputPropspublic void setOnchange(String onchange)
public String getOnclick()
getOnclick in interface org.richfaces.component.attribute.EventsMousePropspublic void setOnclick(String onclick)
public String getOndblclick()
getOndblclick in interface org.richfaces.component.attribute.EventsMousePropspublic void setOndblclick(String ondblclick)
public String getOnfocus()
getOnfocus in interface org.richfaces.component.attribute.FocusPropspublic void setOnfocus(String onfocus)
public String getOnkeydown()
getOnkeydown in interface org.richfaces.component.attribute.EventsKeyPropspublic void setOnkeydown(String onkeydown)
public String getOnkeypress()
getOnkeypress in interface org.richfaces.component.attribute.EventsKeyPropspublic void setOnkeypress(String onkeypress)
public String getOnkeyup()
getOnkeyup in interface org.richfaces.component.attribute.EventsKeyPropspublic void setOnkeyup(String onkeyup)
public String getOnmousedown()
getOnmousedown in interface org.richfaces.component.attribute.EventsMousePropspublic void setOnmousedown(String onmousedown)
public String getOnmousemove()
getOnmousemove in interface org.richfaces.component.attribute.EventsMousePropspublic void setOnmousemove(String onmousemove)
public String getOnmouseout()
getOnmouseout in interface org.richfaces.component.attribute.EventsMousePropspublic void setOnmouseout(String onmouseout)
public String getOnmouseover()
getOnmouseover in interface org.richfaces.component.attribute.EventsMousePropspublic void setOnmouseover(String onmouseover)
public String getOnmouseup()
getOnmouseup in interface org.richfaces.component.attribute.EventsMousePropspublic void setOnmouseup(String onmouseup)
public String getOnselect()
getOnselect in interface org.richfaces.component.attribute.InputPropspublic void setOnselect(String onselect)
public boolean isReadonly()
isReadonly in interface org.richfaces.component.attribute.InputPropsisReadonly in class AbstractInputNumberSliderpublic void setReadonly(boolean readonly)
public 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()
getStyle in interface org.richfaces.component.attribute.CorePropspublic void setStyle(String style)
public String getStyleClass()
getStyleClass in interface org.richfaces.component.attribute.CorePropspublic void setStyleClass(String styleClass)
public String getTabindex()
getTabindex in interface org.richfaces.component.attribute.FocusPropspublic void setTabindex(String tabindex)
public String getTitle()
getTitle in interface org.richfaces.component.attribute.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 © 2015 JBoss by Red Hat. All Rights Reserved.