Info | Value |
---|---|
Component Type | org.primefaces.component.KeyFilter |
Handler Class | None |
Renderer Type | org.primefaces.component.KeyFilterRenderer |
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. |
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. |
inputRegEx | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Defines the regular expression which should be used to test the complete input text content. |
mask | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Defines the predefined mask which should be used (pint, int, pnum, num, hex, email, alpha, alphanum). |
preventPaste | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Boolean value to specify if the component also should prevent paste. Default value is true. |
regEx | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Defines the regular expression which should be used for filtering the input. |
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. |
testFunction | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Defines a javascript code or function which should be used for filtering. |
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.