primefaces

Tag autoComplete

Component Information 
InfoValue
Component Typeorg.primefaces.component.AutoComplete
Handler Classorg.primefaces.component.autocomplete.AutoCompleteHandler
Renderer Typeorg.primefaces.component.AutoCompleteRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
accesskeyfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Access key to transfer focus to the input element.
activefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When enabled, component is active.Default is true.
altfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Alternate textual description of the input field.
appendTofalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Search expression to append the panel to.Default is @(body).
ariaDescribedByfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Identifies the element(s) that describe the object, enhancing accessibility.
atfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Position of the panel relative to the target.Default is left bottom.
autocompletefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Controls browser autocomplete behavior. Possible values are 'on', 'off', and 'new-password'.
autoHighlightfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When enabled, automatically highlights first suggestion.Default is true.
autoSelectionfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When enabled, automatically selects highlighted suggestion.Default is true.
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.
cachefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When enabled, caches suggestions on client side.Default is false.
cacheTimeoutfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Timeout in milliseconds for cached suggestions.Default is 300000.
completeEndpointfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Endpoint URL for REST-based autocomplete.
completeMethodfalsejakarta.el.ValueExpression
(must evaluate to jakarta.el.MethodExpression)
MethodExpression to provide suggestions for autocomplete functionality.
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.
dynamicfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When enabled, loads suggestions dynamically.Default is false.
emptyMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Message to display when no suggestions are available.
escapefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When enabled, escapes HTML in suggestions.Default is true.
forceSelectionfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When enabled, forces selection from suggestions.Default is false.
groupByfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Property to group suggestions by.
groupByTooltipfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Tooltip text for group headers.
highlightSelectorfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
CSS selector for highlighting matched text.
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.
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 element.
inputStyleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
CSS class for the input element.
itemLabelfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Property to use for displaying items.
itemStyleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
CSS class for each item.
itemtipAtPositionfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Position of the item tooltip relative to the target.
itemtipMyPositionfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Position of the item tooltip relative to the item.
itemValuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Property to use for item value.
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.
lazyFieldfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Field name for lazy model filtering.
lazyModelfalsejakarta.el.ValueExpression
(must evaluate to org.primefaces.model.LazyDataModel)
LazyDataModel for lazy loading suggestions.
maxlengthfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Defines the maximum number of characters allowed in the input.Default is Integer.MIN_VALUE.
maxResultsfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Maximum number of results to display.Default is 2147483647.
minQueryLengthfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Minimum number of characters to trigger autocomplete query.Default is 1.
moreTextfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Text to display when there are more results.Default is ....
multiplefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When enabled, allows multiple selections.Default is false.
myfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Position of the panel relative to the input.Default is left top.
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.
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.
panelStylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inline style for the suggestions panel.
panelStyleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
CSS class for the suggestions panel.
placeholderfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies a short hint describing the expected value of the input.
queryDelayfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Delay in milliseconds before triggering autocomplete query.Default is 300.
queryEventfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Event to trigger autocomplete query.
queryModefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Query mode. Options: 'server', 'client', 'hybrid'.Default is server.
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.
scrollHeightfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Maximum height in pixels before scrolling is enabled.Default is 2147483647.
selectLimitfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Maximum number of items that can be selected.Default is 2147483647.
showEmptyMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When enabled, shows empty message when no suggestions.Default is true.
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)
Input field type.Default is text.
uniquefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When enabled, prevents duplicate selections.Default is false.
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.
varfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the iterator variable used in itemLabel and itemValue.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.Default is generated ('widget_' + componentClientId).

Output generated by Vdldoc View Declaration Language Documentation Generator.