Package | Description |
---|---|
org.primefaces.component.inputmask |
Modifier and Type | Method and Description |
---|---|
protected void |
InputMaskRenderer.encodeMarkup(javax.faces.context.FacesContext context,
InputMask inputMask) |
protected void |
InputMaskRenderer.encodeScript(javax.faces.context.FacesContext context,
InputMask inputMask) |
protected Pattern |
InputMaskRenderer.translateMaskIntoRegex(javax.faces.context.FacesContext context,
InputMask inputMask)
Translates the client side mask to to a
Pattern base on:
https://github.com/digitalBush/jquery.maskedinput
a - Represents an alpha character (A-Z,a-z)
9 - Represents a numeric character (0-9)
* - Represents an alphanumeric character (A-Z,a-z,0-9)
? - Makes the following input optional |
Copyright © 2019. All rights reserved.