@Generated(value={"RichFaces CDK","4.5.0-SNAPSHOT"}) public class HtmlInputNumberSpinner extends AbstractInputNumberSpinner implements javax.faces.component.behavior.ClientBehaviorHolder, AccesskeyProps, CoreProps, EventsKeyProps, EventsMouseProps, FocusProps, I18nProps, InputProps
The <r:inputNumberSpinner> component is a single-line input field with buttons to increase and decrease a numerical value. The value can be changed using the corresponding directional keys on a keyboard, or by typing into the field.
| Modifier and Type | Class and Description |
|---|---|
protected static class |
HtmlInputNumberSpinner.Properties |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
HtmlInputNumberSpinner() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccesskey()
Access key that, when pressed, transfers focus to this element.
|
String |
getDefaultEventName() |
String |
getDir()
Direction indication for text that does not inherit directionality.
|
Collection<String> |
getEventNames() |
String |
getFamily() |
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()
Attribute specifies the initial length of input in characters.
|
String |
getLabel()
A localized user presentable name for this component.
|
String |
getLang()
Code describing the language used in the generated markup for this component.
|
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 |
getOndownclick()
The client-side script method to be called when the 'Down' button is clicked
|
String |
getOnfocus()
Javascript code executed when this element receives focus.
|
String |
getOninputclick()
The client-side script method to be called when the component input field is clicked
|
String |
getOninputdblclick()
The client-side script method to be called when the component input field is double-clicked
|
String |
getOninputkeydown()
The client-side script method to be called when a key is pressed down in the input field
|
String |
getOninputkeypress()
The client-side script method to be called when a key is pressed and released in the input field
|
String |
getOninputkeyup()
The client-side script method to be called when a key is released in the input field
|
String |
getOninputmousedown()
The client-side script method to be called when a mouse button is pressed down in the input field
|
String |
getOninputmousemove()
The client-side script method to be called when a pointer is moved within the input field
|
String |
getOninputmouseout()
The client-side script method to be called when a pointer is moved away from the input field
|
String |
getOninputmouseover()
The client-side script method to be called when a pointer is moved onto the input field
|
String |
getOninputmouseup()
The client-side script method to be called when a mouse button is released
|
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 |
getOnupclick()
The client-side script method to be called when the 'Up' button is clicked
|
String |
getStep()
Parameter that determines the step between nearest values while using controls.
|
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.
|
boolean |
isCycled()
If "true" after the current value reaches the border value it is reversed to another border value after next increasing/decreasing.
|
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.
|
void |
setAccesskey(String accesskey) |
void |
setCycled(boolean cycled) |
void |
setDir(String dir) |
void |
setDisabled(boolean disabled) |
void |
setEnableManualInput(boolean enableManualInput) |
void |
setInputClass(String inputClass) |
void |
setInputPosition(InputNumberSliderInputPosition inputPosition) |
void |
setInputSize(int inputSize) |
void |
setLabel(String label) |
void |
setLang(String lang) |
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 |
setOndownclick(String ondownclick) |
void |
setOnfocus(String onfocus) |
void |
setOninputclick(String oninputclick) |
void |
setOninputdblclick(String oninputdblclick) |
void |
setOninputkeydown(String oninputkeydown) |
void |
setOninputkeypress(String oninputkeypress) |
void |
setOninputkeyup(String oninputkeyup) |
void |
setOninputmousedown(String oninputmousedown) |
void |
setOninputmousemove(String oninputmousemove) |
void |
setOninputmouseout(String oninputmouseout) |
void |
setOninputmouseover(String oninputmouseover) |
void |
setOninputmouseup(String oninputmouseup) |
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 |
setOnupclick(String onupclick) |
void |
setReadonly(boolean readonly) |
void |
setStep(String step) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setTabindex(String tabindex) |
void |
setTitle(String title) |
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, getPassThroughAttributes, 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, 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 boolean isCycled()
AbstractInputNumberSpinnerisCycled in class AbstractInputNumberSpinnerpublic void setCycled(boolean cycled)
public String getDir()
I18nPropspublic void setDir(String dir)
public boolean isDisabled()
DisabledPropsisDisabled in interface DisabledPropspublic void setDisabled(boolean disabled)
public boolean isEnableManualInput()
AbstractInputNumberSpinnerisEnableManualInput in class AbstractInputNumberSpinnerpublic void setEnableManualInput(boolean enableManualInput)
public String getInputClass()
AbstractInputNumberSpinnergetInputClass in class AbstractInputNumberSpinnerpublic void setInputClass(String inputClass)
public InputNumberSliderInputPosition getInputPosition()
AbstractInputNumberSpinnergetInputPosition in class AbstractInputNumberSpinnerpublic void setInputPosition(InputNumberSliderInputPosition inputPosition)
public int getInputSize()
AbstractInputNumberSpinnergetInputSize in class AbstractInputNumberSpinnerpublic 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()
AbstractInputNumberSpinnergetMaxValue in class AbstractInputNumberSpinnerpublic void setMaxValue(String maxValue)
public String getMinValue()
AbstractInputNumberSpinnergetMinValue in class AbstractInputNumberSpinnerpublic 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 getOndownclick()
AbstractInputNumberSpinnergetOndownclick in class AbstractInputNumberSpinnerpublic void setOndownclick(String ondownclick)
public String getOnfocus()
FocusPropsgetOnfocus in interface FocusPropspublic void setOnfocus(String onfocus)
public String getOninputclick()
AbstractInputNumberSpinnergetOninputclick in class AbstractInputNumberSpinnerpublic void setOninputclick(String oninputclick)
public String getOninputdblclick()
AbstractInputNumberSpinnergetOninputdblclick in class AbstractInputNumberSpinnerpublic void setOninputdblclick(String oninputdblclick)
public String getOninputkeydown()
AbstractInputNumberSpinnergetOninputkeydown in class AbstractInputNumberSpinnerpublic void setOninputkeydown(String oninputkeydown)
public String getOninputkeypress()
AbstractInputNumberSpinnergetOninputkeypress in class AbstractInputNumberSpinnerpublic void setOninputkeypress(String oninputkeypress)
public String getOninputkeyup()
AbstractInputNumberSpinnergetOninputkeyup in class AbstractInputNumberSpinnerpublic void setOninputkeyup(String oninputkeyup)
public String getOninputmousedown()
AbstractInputNumberSpinnergetOninputmousedown in class AbstractInputNumberSpinnerpublic void setOninputmousedown(String oninputmousedown)
public String getOninputmousemove()
AbstractInputNumberSpinnergetOninputmousemove in class AbstractInputNumberSpinnerpublic void setOninputmousemove(String oninputmousemove)
public String getOninputmouseout()
AbstractInputNumberSpinnergetOninputmouseout in class AbstractInputNumberSpinnerpublic void setOninputmouseout(String oninputmouseout)
public String getOninputmouseover()
AbstractInputNumberSpinnergetOninputmouseover in class AbstractInputNumberSpinnerpublic void setOninputmouseover(String oninputmouseover)
public String getOninputmouseup()
AbstractInputNumberSpinnergetOninputmouseup in class AbstractInputNumberSpinnerpublic void setOninputmouseup(String oninputmouseup)
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 String getOnupclick()
AbstractInputNumberSpinnergetOnupclick in class AbstractInputNumberSpinnerpublic void setOnupclick(String onupclick)
public boolean isReadonly()
InputPropsisReadonly in interface InputPropsisReadonly in class AbstractInputNumberSpinnerpublic void setReadonly(boolean readonly)
public String getStep()
AbstractInputNumberSpinnergetStep in class AbstractInputNumberSpinnerpublic 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)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.