primefaces-p

Tag inputMask

Component Information 
InfoValue
Component Typeorg.primefaces.component.InputMask
Handler ClassNone
Renderer Typeorg.primefaces.component.InputMaskRenderer
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.
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Value of the component.
converterfalsejavax.el.ValueExpression
(must evaluate to java.faces.convert.Converter)
An el expression or a literal text that defines a converter for the component. When it's an EL expression, it's resolved to a converter instance. In case it's a static text, it must refer to a converter id.
immediatefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
When set true, process validations logic is executed at apply request values phase for this component. Default is false.
requiredfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Marks component as required.
validatorfalsejavax.el.ValueExpression
(must evaluate to javax.faces.validator.Validator)
A method expression referring to a method validationg the input.
valueChangeListenerfalsejavax.el.ValueExpression
(must evaluate to javax.faces.event.ValueChangeListener)
A method binding expression referring to a method for handling a valuchangeevent.
requiredMessagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Message to display when required field validation fails.
converterMessagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Message to display when conversion fails.
validatorMessagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Message to display when validation fails.
accesskeyfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Access key to transfer focus to the input element.
altfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Alternate textual description of the input element.
autocompletefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Controls browser autocomplete behavior.
dirfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Direction indication for text that does not inherit directionality.
disabledfalsejavax.el.ValueExpression
(must evaluate to boolean)
Disables the input element, default is false.
labelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A localized user presentable name.
langfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A localized user presentable name.
maxlengthfalsejavax.el.ValueExpression
(must evaluate to int)
Maximum number of characters that may be entered in this field.
onblurfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when input element loses focus.
onchangefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when input element loses focus and its value has been modified since gaining focus.
onclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when input element is clicked.
ondblclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when input element is double clicked.
onfocusfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when input element receives focus.
onkeydownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a key is pressed down over input element.
onkeypressfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a key is pressed and released over input element.
onkeyupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a key is released over input element.
onmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a pointer input element is pressed down over input element.
onmousemovefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a pointer input element is moved within input element.
onmouseoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a pointer input element is moved away from input element.
onmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a pointer input element is moved onto input element.
onmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a pointer input element is released over input element.
onselectfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when text within input element is selected by user.
readonlyfalsejavax.el.ValueExpression
(must evaluate to boolean)
Flag indicating that this input element will prevent changes by the user.
sizefalsejavax.el.ValueExpression
(must evaluate to int)
Number of characters used to determine the width of the input element.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the component.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the component.
tabindexfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Position of the element in the tabbing order.
titlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Advisory tooltip information.
placeholderfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The placeholder attribute specifies a short hint that describes the expected value of an input field.
widgetVarfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.
masktruejavax.el.ValueExpression
(must evaluate to java.lang.String)
Mask template. Required.
slotCharfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
PlaceHolder in mask template.
autoClearfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Clears the field on blur when incomplete input is entered.
typefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Input field type. Default is text.

Output generated by Vdldoc View Declaration Language Documentation Generator.