| Info | Value |
|---|---|
| Component Type | org.primefaces.component.Spinner |
| Handler Class | None |
| Renderer Type | None |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
accesskey | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Access key to transfer focus to the input element. |
alt | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Alternate textual description of the input field. |
ariaDescribedBy | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Identifies the element(s) that describe the object, enhancing accessibility. |
autocomplete | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Controls browser autocomplete behavior. Possible values are 'on', 'off', and 'new-password'. |
binding | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
| An EL expression referring to a server side UIComponent instance in a backing bean.Default is generated. |
buttons | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Layout of the spinner buttons.Default is stacked. |
converter | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.convert.Converter)
| EL expression resolves to a converter instance or literal converter ID defining a component converter. |
converterMessage | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Custom message to display when conversion fails. |
decimalPlaces | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Number of decimal places to display. |
decimalSeparator | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Decimal separator character. Defaults to locale-specific separator if not specified. |
dir | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Direction indication for text that does not inherit directionality.Default is ltr. |
disabled | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Specifies that an element should be disabled.Default is false. |
downButtonStyleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| CSS class for the down/decrement button. |
downIcon | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Icon for the down/decrement button. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Unique identifier of the component in a namingContainer.Default is generated. |
immediate | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| When set true, process validations logic is executed at apply request values phase for this component.Default is false. |
inputmode | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Specifies the type of data expected in the input, aiding virtual keyboards. |
label | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| A localized user presentable name. |
lang | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Specifies the language of the element's content. |
max | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Double)
| Maximum value allowed.Default is 1.7976931348623157E308. |
maxlength | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Defines the maximum number of characters allowed in the input.Default is Integer.MIN_VALUE. |
min | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Double)
| Minimum value allowed.Default is -1.7976931348623157E308. |
modifyValueOnWheel | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| When enabled, mouse wheel modifies the value.Default is true. |
onblur | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when an element loses focus. |
onchange | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when the value of an element has been changed. |
onclick | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when a mouse click on the element. |
oncontextmenu | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Script to execute when the context menu is triggered. |
oncopy | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Script to execute when content is copied from the element. |
oncut | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Script to execute when content is cut from the element. |
ondblclick | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when a mouse double-click on the element. |
ondrag | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Script to execute when an element is dragged. |
ondragend | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Script to execute at the end of a drag operation. |
ondragenter | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Script to execute when a dragged element enters a valid drop target. |
ondragleave | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Script to execute when a dragged element leaves a valid drop target. |
ondragover | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Script to execute when a dragged element is over a valid drop target. |
ondragstart | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Script to execute at the start of a drag operation. |
ondrop | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Script to execute when a dragged element is dropped. |
onfocus | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when an element gets focus. |
oninput | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Script to execute when the element receives user input. |
oninvalid | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Script to execute when the element's value is invalid. |
onkeydown | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when a user is pressing a key. |
onkeypress | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when a user presses a key. |
onkeyup | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when a user releases a key. |
onmousedown | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when a mouse button is pressed down on an element. |
onmousemove | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when the mouse pointer is moving while it is over an element. |
onmouseout | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when the mouse pointer moves out of an element. |
onmouseover | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when the mouse pointer moves onto an element. |
onmouseup | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when a mouse button is released over an element. |
onpaste | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Script to execute when content is pasted into the element. |
onreset | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Script to execute when the form is reset. |
onscroll | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Script to execute when the element is scrolled. |
onsearch | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Script to execute when a search is performed. |
onselect | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Script to execute when text is selected. |
onwheel | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Script to execute when the mouse wheel is used. |
placeholder | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Specifies a short hint describing the expected value of the input. |
prefix | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Prefix text to display before the value. |
readonly | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Specifies that an input field is read-only.Default is false. |
rendered | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Boolean value to specify the rendering of the component, when set to false component will not be rendered.Default is true. |
required | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Marks component as required.Default is false. |
requiredMessage | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Custom message to display when the required validation fails. |
role | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Defines the role of the element for accessibility purposes. |
rotate | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| When enabled, values rotate from max to min when incrementing past max.Default is false. |
round | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| When enabled, values are rounded to the nearest step.Default is false. |
size | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Number of characters used to determine the width of the input element.Default is Integer.MIN_VALUE. |
stepFactor | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Double)
| Step factor for increment/decrement operations.Default is 1.0. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Specifies an inline CSS style for an element. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Specifies one or more CSS class names for an element. |
suffix | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Suffix text to display after the value. |
tabindex | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Specifies the tab order of an element. |
thousandSeparator | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Thousand separator character. Defaults to locale-specific separator if not specified. |
title | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Specifies extra information about an element (displayed as a tooltip). |
type | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Input field type.Default is text. |
upButtonStyleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| CSS class for the up/increment button. |
upIcon | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Icon for the up/increment button. |
validator | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.validator.Validator)
| A method expression referring to a method validating the input. |
validatorMessage | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Custom message to display when validation fails. |
value | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Object)
| Value of the component. |
valueChangeListener | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.event.ValueChangeListener)
| A method binding expression referring to a method for handling a valuchangeevent. |
widgetVar | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Name of the client side widget. |
Output generated by Vdldoc View Declaration Language Documentation Generator.