Info | Value |
---|---|
Component Type | org.primefaces.extensions.component.CreditCard |
Handler Class | None |
Renderer Type | org.primefaces.extensions.component.CreditCardRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
formatting | false | jakarta.el.ValueExpression
(must evaluate to javax.lang.Boolean )
| Whether or not formatting is applied to the input fields. Default is true. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
labelMonthYear | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Localization of the Month Year string on the card. Default 'month/year' |
labelValidDate | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Localization of the Valid Date string on the card. Default 'valid\nthru' |
placeholderCvc | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Placeholder for the CVC. Default '•••' |
placeholderExpiry | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Placeholder for the expiry. Default '••/••' |
placeholderName | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Placeholder for the name. Default 'Full Name' |
placeholderNumber | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Placeholder for the card number. Default '•••• •••• •••• ••••' |
widgetVar | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Name of the client side widget. |
width | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Width of the card image in pixels. Default is 350px. |
Output generated by Vdldoc View Declaration Language Documentation Generator.