primefaces-extensions

Tag inputPhone

Component Information 
InfoValue
Component Typeorg.primefaces.extensions.component.InputPhone
Handler ClassNone
Renderer TypeNone
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 java.lang.Boolean)
When true, country dropdown is shown.Default is true.
altfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Alternate textual description of the input field.
ariaDescribedByfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Identifies the element(s) that describe the object, enhancing accessibility.
autocompletefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Controls browser autocomplete behavior. Possible values are 'on', 'off', and 'new-password'.
autoHideDialCodefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When true, dial code is hidden when not focused.Default is true.
autoPlaceholderfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Auto placeholder mode: polite, aggressive, or off.Default is polite.
bindingfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
An EL expression referring to a server side UIComponent instance in a backing bean.Default is generated.
converterfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.convert.Converter)
EL expression resolves to a converter instance or literal converter ID defining a component converter.
converterMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Custom message to display when conversion fails.
dirfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Direction indication for text that does not inherit directionality.Default is ltr.
disabledfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies that an element should be disabled.Default is false.
excludeCountriesfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Countries to exclude (list or comma-separated string).
fixDropdownWidthfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When true, dropdown has fixed width.Default is true.
formatAsYouTypefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When true, value is formatted as user types.Default is true.
formatOnDisplayfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When true, value is formatted on display.Default is true.
geoIpLookupfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript callback for geo IP lookup (required when initialCountry is 'auto').
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.Default is generated.
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)
Initial country (ISO2 code or 'auto').Default is us.
inputmodefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the type of data expected in the input, aiding virtual keyboards.
inputStylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inline style for the input.
inputStyleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class for the input.
labelfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
A localized user presentable name.
langfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the language of the element's content.
localizedCountriesfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Localized country names (map or JSON string).
maxlengthfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Defines the maximum number of characters allowed in the input.Default is Integer.MIN_VALUE.
nationalModefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When true, store national number without dial code.Default is true.
onblurfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when an element loses focus.
onchangefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when the value of an element has been changed.
onclickfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a mouse click on the element.
oncontextmenufalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute when the context menu is triggered.
oncopyfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute when content is copied from the element.
oncutfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute when content is cut from the element.
ondblclickfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a mouse double-click on the element.
ondragfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute when an element is dragged.
ondragendfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute at the end of a drag operation.
ondragenterfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute when a dragged element enters a valid drop target.
ondragleavefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute when a dragged element leaves a valid drop target.
ondragoverfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute when a dragged element is over a valid drop target.
ondragstartfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute at the start of a drag operation.
ondropfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute when a dragged element is dropped.
onfocusfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when an element gets focus.
oninputfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute when the element receives user input.
oninvalidfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute when the element's value is invalid.
onkeydownfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a user is pressing a key.
onkeypressfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a user presses a key.
onkeyupfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a user releases a key.
onlyCountriesfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Countries to show only (list or comma-separated string).
onmousedownfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a mouse button is pressed down on an element.
onmousemovefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when the mouse pointer is moving while it is over an element.
onmouseoutfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when the mouse pointer moves out of an element.
onmouseoverfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when the mouse pointer moves onto an element.
onmouseupfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a mouse button is released over an element.
onpastefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute when content is pasted into the element.
onresetfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute when the form is reset.
onscrollfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute when the element is scrolled.
onsearchfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute when a search is performed.
onselectfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute when text is selected.
onwheelfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Script to execute when the mouse wheel is used.
placeholderfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies a short hint describing the expected value of the input.
placeholderNumberTypefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Placeholder number type for libphonenumber.Default is mobile.
preferredCountriesfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Preferred countries shown at top (list or comma-separated string).
readonlyfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies that an input field is read-only.Default is false.
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.Default is true.
requiredfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Marks component as required.Default is false.
requiredMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Custom message to display when the required validation fails.
rolefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Defines the role of the element for accessibility purposes.
separateDialCodefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When true, dial code is shown separately.Default is false.
sizefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Number of characters used to determine the width of the input element.Default is Integer.MIN_VALUE.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies an inline CSS style for an element.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies one or more CSS class names for an element.
tabindexfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the tab order of an element.
titlefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies extra information about an element (displayed as a tooltip).
typefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
HTML input type.Default is tel.
validatorfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.validator.Validator)
A method expression referring to a method validating the input.
validatorMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Custom 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 jakarta.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.