public abstract class AbstractInputNumberSpinner extends UIInputNumber implements 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 | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
AbstractInputNumberSpinner() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getInputClass()
Assigns one or more space-separated CSS class names to the component input field
|
abstract InputNumberSliderInputPosition |
getInputPosition()
If "right", the InputText Box would be rendered on the right side of the ruler.
|
abstract int |
getInputSize()
Attribute specifies the initial length of input in characters.
|
abstract String |
getMaxValue()
Attribute to set an "end" value.
|
abstract String |
getMinValue()
Attribute to set the "start" value.
|
abstract String |
getOndownclick()
The client-side script method to be called when the 'Down' button is clicked
|
abstract String |
getOninputclick()
The client-side script method to be called when the component input field is clicked
|
abstract String |
getOninputdblclick()
The client-side script method to be called when the component input field is double-clicked
|
abstract String |
getOninputkeydown()
The client-side script method to be called when a key is pressed down in the input field
|
abstract String |
getOninputkeypress()
The client-side script method to be called when a key is pressed and released in the input field
|
abstract String |
getOninputkeyup()
The client-side script method to be called when a key is released in the input field
|
abstract String |
getOninputmousedown()
The client-side script method to be called when a mouse button is pressed down in the input field
|
abstract String |
getOninputmousemove()
The client-side script method to be called when a pointer is moved within the input field
|
abstract String |
getOninputmouseout()
The client-side script method to be called when a pointer is moved away from the input field
|
abstract String |
getOninputmouseover()
The client-side script method to be called when a pointer is moved onto the input field
|
abstract String |
getOninputmouseup()
The client-side script method to be called when a mouse button is released
|
abstract String |
getOnupclick()
The client-side script method to be called when the 'Up' button is clicked
|
abstract String |
getStep()
Parameter that determines the step between nearest values while using controls.
|
abstract boolean |
isCycled()
If "true" after the current value reaches the border value it is reversed to another border value after next increasing/decreasing.
|
abstract boolean |
isEnableManualInput()
If set to "false" this attribute makes the text field "read-only", so the value can be changed only from a handle.
|
abstract boolean |
isReadonly()
Flag indicating that this component will prohibit changes by the user.
|
validateValue
addValidator, addValueChangeListener, clearInitialState, compareValues, decode, getConvertedValue, getConverterMessage, getFamily, 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, validate
getConverter, getLocalValue, setConverter
addClientBehavior, addFacesListener, broadcast, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, 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, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, 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
getAccesskey
getStyle, getStyleClass, getTitle
getOnkeydown, getOnkeypress, getOnkeyup
getOnclick, getOndblclick, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup
getOnblur, getOnfocus, getTabindex
getLabel, getOnchange, getOnselect
isDisabled
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public abstract boolean isReadonly()
InputProps
isReadonly
in interface InputProps
public abstract boolean isCycled()
public abstract boolean isEnableManualInput()
public abstract String getInputClass()
public abstract InputNumberSliderInputPosition getInputPosition()
public abstract int getInputSize()
public abstract String getMaxValue()
public abstract String getMinValue()
public abstract String getOndownclick()
public abstract String getOninputclick()
public abstract String getOninputdblclick()
public abstract String getOninputkeydown()
public abstract String getOninputkeypress()
public abstract String getOninputkeyup()
public abstract String getOninputmousedown()
public abstract String getOninputmousemove()
public abstract String getOninputmouseout()
public abstract String getOninputmouseover()
public abstract String getOninputmouseup()
public abstract String getOnupclick()
public abstract String getStep()
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.