public abstract class AbstractInputNumberSlider extends UIInputNumber implements AccesskeyProps, 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 | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
AbstractInputNumberSlider() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getDecreaseClass()
Assigns one or more space-separated CSS class names to the decrease arrow element
|
abstract String |
getDecreaseSelectedClass()
Assigns one or more space-separated CSS class names to the decrease arrow element selected
|
abstract int |
getDelay()
Delay in pressed increase/decrease arrows in miliseconds.
|
abstract String |
getHandleClass()
Assigns one or more space-separated CSS class names to the handle element
|
abstract String |
getHandleSelectedClass()
Assigns one or more space-separated CSS class names to the handle element selected
|
abstract InputNumberSliderHandleType |
getHandleType()
Tells how handle should look like.
|
abstract String |
getIncreaseClass()
Assigns one or more space-separated CSS class names to the increase arrow element
|
abstract String |
getIncreaseSelectedClass()
Assigns one or more space-separated CSS class names to the increase arrow element selected
|
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()
Similar to the "Size" attribute of h:inputText.
|
abstract Integer |
getMaxlength()
Specifies the maximum number of digits that could be entered into the input field.
|
abstract String |
getMaxValue()
Attribute to set an "end" value.
|
abstract String |
getMinValue()
Attribute to set the "start" value.
|
abstract String |
getStep()
Parameter that determines a step between the nearest values while using a handle.
|
abstract String |
getTooltipClass()
Assigns one or more space-separated CSS class names to the tooltip element of the handle
|
abstract String |
getTrackClass()
Assigns one or more space-separated CSS class names to the track slider element
|
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.
|
abstract boolean |
isShowArrows()
False value for this attribute makes increase/decrease arrows invisible.
|
abstract boolean |
isShowBoundaryValues()
If the min/max values are shown on the right/left borders of a control.
|
abstract boolean |
isShowInput()
False value for this attribute makes text a field invisible.
|
abstract boolean |
isShowTooltip()
If "true"the current value is shown in the tooltip when a handle control is in a "dragged" state.
|
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 String getDecreaseClass()
public abstract String getDecreaseSelectedClass()
public abstract int getDelay()
public abstract boolean isEnableManualInput()
public abstract String getHandleClass()
public abstract String getHandleSelectedClass()
public abstract String getIncreaseClass()
public abstract String getIncreaseSelectedClass()
public abstract String getInputClass()
public abstract InputNumberSliderInputPosition getInputPosition()
public abstract int getInputSize()
public abstract String getMaxValue()
public abstract Integer getMaxlength()
public abstract String getMinValue()
public abstract boolean isShowArrows()
public abstract boolean isShowBoundaryValues()
public abstract boolean isShowInput()
public abstract boolean isShowTooltip()
public abstract String getStep()
public abstract String getTooltipClass()
public abstract String getTrackClass()
public abstract InputNumberSliderHandleType getHandleType()
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.