pe

Tag calculator

Component Information 
InfoValue
Component Typeorg.primefaces.extensions.component.Calculator
Handler ClassNone
Renderer Typeorg.primefaces.extensions.component.CalculatorRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
dirfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Defines text direction, valid values are "ltr" (default) and "rtl".
forfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The target input.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
layoutfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The layout of keys: 'standard', scientific', or a custom defined layout.
localefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
String or java.util.Locale representing user locale. Default is a locale specified in view root.
onbuttonfalsejakarta.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.
onclosefalsejakarta.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.
onopenfalsejakarta.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.
precisionfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
The number of digits of precision to use in rounding for display. Default is 10.
renderedfalsejakarta.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.
showOnfalsejakarta.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.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the main container element. Default value is null.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.

Output generated by Vdldoc View Declaration Language Documentation Generator.