Info | Value |
---|---|
Component Type | org.primefaces.extensions.component.Calculator |
Handler Class | None |
Renderer Type | org.primefaces.extensions.component.CalculatorRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
binding | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| An el expression referring to a server side UIComponent instance in a backing bean. |
dir | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Defines text direction, valid values are "ltr" (default) and "rtl". |
for | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| The target input. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
layout | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| The layout of keys: 'standard', scientific', or a custom defined layout. |
locale | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Object )
| String or java.util.Locale representing user locale. Default is a locale specified in view root. |
onbutton | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Javascript handler to execute for each activated button and provides the button's label, the current calculator value, and the calculator instance object. |
onclose | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Javascript handler to execute when the calculator closes and provides the (possibly updated) field value, and the calculator instance object. |
onopen | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Javascript handler to execute before a popup calculator opens and allows the field value to be altered before use. |
precision | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| The number of digits of precision to use in rounding for display. Default is 10. |
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. |
showOn | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| When to display the calculator: 'focus' for popup on focus, 'button' for trigger button, 'both' for either, 'operator' for non-numeric character entered, 'opbutton' for operator/button combination. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style class of the main container element. Default value is null. |
widgetVar | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Name of the client side widget. |
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.