pe

Tag inputPhone

Component Information 
InfoValue
Component Typeorg.primefaces.extensions.component.InputPhone
Handler ClassNone
Renderer Typeorg.primefaces.extensions.component.InputPhoneRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
accesskeyfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Access key to transfer focus to the input element.
allowDropdownfalsejakarta.el.ValueExpression
(must evaluate to boolean)
Whether or not to allow the dropdown. If disabled, there is no dropdown arrow, and the selected flag is not clickable. Also, we display the selected flag on the right instead because it is just a country marker.
altfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Alternate textual description of the input element.
autocompletefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Controls browser autocomplete behavior.
autoHideDialCodefalsejakarta.el.ValueExpression
(must evaluate to boolean)
If there is just a dial code in the input: remove it on blur or submit. This is to prevent just a dial code getting submitted with the form. Requires nationalMode to be set to false.
autoPlaceholderfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Set the input's placeholder to an example number for the selected country, and update it if the country changes. You can specify the number type using the placeholderNumberType attribute. By default it is set to "polite", which means it will only set the placeholder if the input doesn't already have one. You can also set it to "aggressive", which will replace any existing placeholder, or "off". Loads the utils script.
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
converterfalsejakarta.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.
converterMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Message to display when conversion fails.
dirfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Defines text direction, valid values are "ltr" (default) and "rtl".
disabledfalsejakarta.el.ValueExpression
(must evaluate to boolean)
Disables the input element, default is false.
excludeCountriesfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
In the dropdown, display all countries except the ones you specify here. Either a comma separated string or collection of ISO 2 country codes. Default is none.
fixDropdownWidthfalsejakarta.el.ValueExpression
(must evaluate to boolean)
Fix the dropdown width to the input width (rather than being as wide as the longest country name). Defaul false.
formatAsYouTypefalsejakarta.el.ValueExpression
(must evaluate to boolean)
Format the number as the user types. This will automatically be disabled if the user types their own formatting characters. Requires the `utilsScript` option. Default true.
formatOnDisplayfalsejakarta.el.ValueExpression
(must evaluate to boolean)
Format the input value (according to the nationalMode option) during initialisation, and on setNumber. Loads the utils script. Default true.
geoIpLookupfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
When setting initialCountry to "auto", you must use this attribute to specify a custom function that looks up the user's location, and then calls the success callback with the relevant country code. See showcase for an example. Default null.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
immediatefalsejakarta.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.
initialCountryfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Set the initial country selection by specifying its country code. If you leave initialCountry blank, it will default to the first country in the list. Default is "us".
inputmodefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
HTML5 inputmode attribute for hinting at the type of data this control has for touch devices to display appropriate virtual keyboard.
inputStylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the input element.
inputStyleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the input element.
labelfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
A localized user presentable name.
langfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Code describing the language used in the generated markup.
localizedCountriesfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Localized countries map (key ISO 2 code, value name), or JSON string, example "{'de':'Deutschland'}". Default null.
maxlengthfalsejakarta.el.ValueExpression
(must evaluate to int)
Maximum number of characters that may be entered in this field.
nationalModefalsejakarta.el.ValueExpression
(must evaluate to boolean)
Allow users to enter national numbers (and not have to think about international dial codes). Formatting, JS validation and placeholders still work. Defaults is true.
onblurfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when input element loses focus.
onchangefalsejakarta.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.
onclickfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when input element is clicked.
oncontextmenufalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a context menu is triggered.
oncopyfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when the user cuts the content of an element.
oncutfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when the user copies the content of an element.
ondblclickfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when input element is double-clicked.
ondragfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when an element is dragged.
ondragendfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute at the end of a drag operation.
ondragenterfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when an element has been dragged to a valid drop target.
ondragleavefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when an element leaves a valid drop target.
ondragoverfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when an element is being dragged over a valid drop target.
ondragstartfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute at the start of a drag operation.
ondropfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when dragged element is being dropped.
onfocusfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when input element receives focus.
oninputfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when an element gets user input.
oninvalidfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when an element is invalid.
onkeydownfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a key is pressed down over input element.
onkeypressfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a key is pressed and released over input element.
onkeyupfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a key is released over input element.
onlyCountriesfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
In the dropdown, display only the countries you specify here. Either a comma separated string or collection of ISO 2 country codes. Default is null (so all countries).
onmousedownfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a pointer input element is pressed down over input element.
onmousemovefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a pointer input element is moved within input element.
onmouseoutfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a pointer input element is moved away from input element.
onmouseoverfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a pointer input element is moved onto input element.
onmouseupfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a pointer input element is released over input element.
onpastefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when the user pastes some content in an element.
onresetfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when the Reset button in a form is clicked.
onscrollfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when an element's scrollbar is being scrolled.
onsearchfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when the user writes something in a search field.
onselectfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when text within input element is selected by user.
onwheelfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when the mouse wheel rolls up or down over an element.
placeholderfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The placeholder attribute specifies a short hint that describes the expected value of an input field.
placeholderNumberTypefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specify one of "fixed_line", "mobile", "toll_free", "shared_cost", "voip", "personal_number", "pager", "uan", "voicemail" or "unknown". Default is "mobile".
preferredCountriesfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Specify the countries to appear at the top of the list. Either a comma separated string or collection of ISO 2 country codes. Default is none.
readonlyfalsejakarta.el.ValueExpression
(must evaluate to boolean)
Flag indicating that this input element will prevent changes by the user.
renderedfalsejakarta.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.
requiredfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Marks component as required.
requiredMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Message to display when required field validation fails.
separateDialCodefalsejakarta.el.ValueExpression
(must evaluate to boolean)
Display the country dial code next to the selected flag, so it's not part of the typed number. Note that this will disable nationalMode because technically we are dealing with international numbers, but with the dial code separated. Default false.
sizefalsejakarta.el.ValueExpression
(must evaluate to int)
Number of characters used to determine the width of the input element.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the component.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the component.
tabindexfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Position of the element in the tabbing order.
titlefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Advisory tooltip information.
typefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Input field type. Default "tel".
validatorfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.validator.Validator)
A method expression referring to a method validationg the input.
validatorMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Message to display when validation fails.
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Value of the component.
valueChangeListenerfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.event.ValueChangeListener)
A method binding expression referring to a method for handling a valuchangeevent.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.

Output generated by Vdldoc View Declaration Language Documentation Generator.