org.richfaces.component.html
@Generated(value={"RichFaces CDK","4.3.1.Final-redhat-1"}) public class HtmlInputNumberSpinner extends AbstractInputNumberSpinner 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: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() |
String |
getDefaultEventName() |
String |
getDir() |
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() |
String |
getLang() |
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 |
getOndownclick()
The client-side script method to be called when the 'Down' button is clicked
|
String |
getOnfocus() |
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() |
String |
getOnkeypress() |
String |
getOnkeyup() |
String |
getOnmousedown() |
String |
getOnmousemove() |
String |
getOnmouseout() |
String |
getOnmouseover() |
String |
getOnmouseup() |
String |
getOnselect() |
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() |
String |
getStyleClass() |
String |
getTabindex() |
String |
getTitle() |
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() |
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() |
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, 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 boolean isCycled()
AbstractInputNumberSpinnerisCycled in class AbstractInputNumberSpinnerpublic void setCycled(boolean cycled)
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()
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()
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()
AbstractInputNumberSpinnergetMaxValue in class AbstractInputNumberSpinnerpublic void setMaxValue(String maxValue)
public String getMinValue()
AbstractInputNumberSpinnergetMinValue in class AbstractInputNumberSpinnerpublic 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 getOndownclick()
AbstractInputNumberSpinnergetOndownclick in class AbstractInputNumberSpinnerpublic void setOndownclick(String ondownclick)
public String getOnfocus()
getOnfocus in interface org.richfaces.component.attribute.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()
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 String getOnupclick()
AbstractInputNumberSpinnergetOnupclick in class AbstractInputNumberSpinnerpublic void setOnupclick(String onupclick)
public boolean isReadonly()
isReadonly in interface org.richfaces.component.attribute.InputPropsisReadonly in class AbstractInputNumberSpinnerpublic void setReadonly(boolean readonly)
public String getStep()
AbstractInputNumberSpinnergetStep in class AbstractInputNumberSpinnerpublic 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)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.