Info | Value |
---|---|
Component Type | org.primefaces.component.InputNumber |
Display Name | None |
Handler Class | None |
Renderer Type | org.primefaces.component.InputNumberRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
rendered | false | javax.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. |
binding | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| An el expression referring to a server side UIComponent instance in a backing bean. |
value | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| Value of the component. |
converter | false | javax.el.ValueExpression
(must evaluate to java.faces.convert.Converter )
| An el expression or a literal text that defines a converter for the component. When it's an EL expression, it's resolved to a converter instance. In case it's a static text, it must refer to a converter id. |
immediate | false | javax.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. |
required | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Marks component as required. |
validator | false | javax.el.ValueExpression
(must evaluate to javax.faces.validator.Validator )
| A method expression referring to a method validationg the input. |
valueChangeListener | false | javax.el.ValueExpression
(must evaluate to javax.faces.event.ValueChangeListener )
| A method binding expression referring to a method for handling a valuchangeevent. |
requiredMessage | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Message to display when required field validation fails. |
converterMessage | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Message to display when conversion fails. |
validatorMessage | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Message to display when validation fails. |
accesskey | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Access key to transfer focus to the input element. |
alt | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Alternate textual description of the input element. |
autocomplete | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Controls browser autocomplete behavior. |
dir | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Direction indication for text that does not inherit directionality. |
disabled | false | javax.el.ValueExpression
(must evaluate to boolean )
| Disables the input element, default is false. |
label | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A localized user presentable name. |
lang | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A localized user presentable name. |
maxlength | false | javax.el.ValueExpression
(must evaluate to int )
| Maximum number of characters that may be entered in this field. |
onblur | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when input element loses focus. |
onchange | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when input element loses focus and its value has been modified since gaining focus. |
onclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when input element is clicked. |
ondblclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when input element is double clicked. |
onfocus | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when input element receives focus. |
onkeydown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when a key is pressed down over input element. |
onkeypress | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when a key is pressed and released over input element. |
onkeyup | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when a key is released over input element. |
onmousedown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when a pointer input element is pressed down over input element. |
onmousemove | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when a pointer input element is moved within input element. |
onmouseout | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when a pointer input element is moved away from input element. |
onmouseover | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when a pointer input element is moved onto input element. |
onmouseup | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when a pointer input element is released over input element. |
onselect | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Client side callback to execute when text within input element is selected by user. |
readonly | false | javax.el.ValueExpression
(must evaluate to boolean )
| Flag indicating that this input element will prevent changes by the user. |
size | false | javax.el.ValueExpression
(must evaluate to int )
| Number of characters used to determine the width of the input element. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Inline style of the component. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Style class of the component. |
tabindex | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Position of the element in the tabbing order. |
title | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Advisory tooltip information. |
placeholder | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The placeholder attribute specifies a short hint that describes the expected value of an input field. |
widgetVar | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Name of the client side widget. |
type | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Input field type. Default is text. |
decimalSeparator | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Decimal separator char. Default is '.'. |
thousandSeparator | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Thousand separator char. Default is ','. |
symbol | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Desired symbol or unit. Default is none. |
symbolPosition | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Symbol suffix. Default is prefix. |
minValue | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Minimum values. Default is 0.00. |
maxValue | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Maximum values. Default is 999999999.99. |
roundMethod | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Controls the rounding method. Default is Round-Half-Up Symmetric. |
decimalPlaces | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Number of decimal places. Default are taken from minValue and MaxValue. |
emptyValue | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Controls empty input display behavior, options are empty, zero, sign. Default is empty. |
inputStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Inline style of the input element. |
inputStyleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Style class of the input element. |
Output generated by Vdldoc View Declaration Language Documentation Generator.