primefaces-extensions

Tag calculator

Component Information 
InfoValue
Component Typeorg.primefaces.extensions.component.Calculator
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
bindingfalsejakarta.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.
dirfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Defines text direction, valid values are ltr and rtl.Default is ltr.
forfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Search expression for the target input component to attach the calculator to.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.Default is generated.
layoutfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Layout of the calculator: 'standard' or 'horizontal'.Default is standard.
localefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Locale for number formatting. Can be a string or java.util.Locale instance.
onbuttonfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client-side callback when a calculator button is activated.
onclosefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client-side callback when the calculator panel is closed.
onopenfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client-side callback when the calculator panel is opened.
precisionfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Decimal precision (number of decimal places).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.Default is true.
showOnfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
When to show the calculator: 'focus', 'button', or 'both'.Default is focus.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the component.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the component.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.

Output generated by Vdldoc View Declaration Language Documentation Generator.