primefaces-p

Tag keyFilter

Component Information 
InfoValue
Component Typeorg.primefaces.component.KeyFilter
Handler ClassNone
Renderer Typeorg.primefaces.component.KeyFilterRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
renderedfalsejavax.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.
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
widgetVarfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.
forfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The target input.
regExfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines the regular expression which should be used for filtering the input.
inputRegExfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines the regular expression which should be used to test the complete input text content.
maskfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines the predefined mask which should be used (pint, int, pnum, num, hex, email, alpha, alphanum).
testFunctionfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines a javascript code or function which should be used for filtering.
preventPastefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value to specify if the component also should prevent paste. Default value is true.

Output generated by Vdldoc View Declaration Language Documentation Generator.