| Info | Value | 
|---|---|
| Component Type | org.primefaces.component.AutoComplete | 
| Display Name | None | 
| Handler Class | org.primefaces.component.autocomplete.AutoCompleteHandler | 
| Renderer Type | org.primefaces.component.AutoCompleteRenderer | 
| Description | None | 
| Name | Required | Type | Description | 
|---|---|---|---|
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Unique identifier of the component in a namingContainer. | 
rendered | false | javax.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. | 
binding | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
					 | An el expression referring to a server side UIComponent instance in a backing bean. | 
value | false | javax.el.ValueExpression
(must evaluate to java.lang.Object)
					 | Value of the component. | 
converter | false | javax.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. | 
immediate | false | javax.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. | 
required | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
					 | Marks component as required. | 
validator | false | javax.el.ValueExpression
(must evaluate to javax.faces.validator.Validator)
					 | A method expression referring to a method validationg the input. | 
valueChangeListener | false | javax.el.ValueExpression
(must evaluate to javax.faces.event.ValueChangeListener)
					 | A method binding expression referring to a method for handling a valuchangeevent. | 
requiredMessage | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Message to display when required field validation fails. | 
converterMessage | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Message to display when conversion fails. | 
validatorMessage | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Message to display when validation fails. | 
accesskey | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Access key to transfer focus to the input element. | 
alt | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Alternate textual description of the input element. | 
autocomplete | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Controls browser autocomplete behavior. | 
dir | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Direction indication for text that does not inherit directionality. | 
disabled | false | javax.el.ValueExpression
(must evaluate to boolean)
					 | Disables the input element, default is false. | 
label | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | A localized user presentable name. | 
lang | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | A localized user presentable name. | 
maxlength | false | javax.el.ValueExpression
(must evaluate to int)
					 | Maximum number of characters that may be entered in this field. | 
onblur | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Client side callback to execute when input element loses focus. | 
onchange | false | javax.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. | 
onclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Client side callback to execute when input element is clicked. | 
ondblclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Client side callback to execute when input element is double clicked. | 
onfocus | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Client side callback to execute when input element receives focus. | 
onkeydown | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Client side callback to execute when a key is pressed down over input element. | 
onkeypress | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Client side callback to execute when a key is pressed and released over input element. | 
onkeyup | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Client side callback to execute when a key is released over input element. | 
onmousedown | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Client side callback to execute when a pointer input element is pressed down over input element. | 
onmousemove | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Client side callback to execute when a pointer input element is moved within input element. | 
onmouseout | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Client side callback to execute when a pointer input element is moved away from input element. | 
onmouseover | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Client side callback to execute when a pointer input element is moved onto input element. | 
onmouseup | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Client side callback to execute when a pointer input element is released over input element. | 
onselect | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Client side callback to execute when text within input element is selected by user. | 
readonly | false | javax.el.ValueExpression
(must evaluate to boolean)
					 | Flag indicating that this input element will prevent changes by the user. | 
size | false | javax.el.ValueExpression
(must evaluate to int)
					 | Number of characters used to determine the width of the input element. | 
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Inline style of the component. | 
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Style class of the component. | 
tabindex | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Advisory tooltip information. | 
title | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Advisory tooltip information. | 
placeholder | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | The placeholder attribute specifies a short hint that describes the expected value of an input field. | 
widgetVar | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Name of the client side widget. | 
completeMethod | false | javax.el.ValueExpression
(must evaluate to javax.el.MethodExpression)
					 | Method providing suggestions. | 
var | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Name of the iterator used in pojo based suggestion. | 
itemLabel | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Label of the item. | 
itemValue | false | javax.el.ValueExpression
(must evaluate to java.lang.Object)
					 | Value of the item. | 
maxResults | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer)
					 | Maximum number of results to be displayed. Default is unlimited. | 
minQueryLength | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer)
					 | Number of characters to be typed before starting to query. Default is 1. | 
queryDelay | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer)
					 | Delay to wait in milliseconds before sending each query to the server. Default is 300. | 
queryDeletionDelay | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer)
					 | Delay to wait in milliseconds, after deleting a character and before sending each query to the server Default is 600. | 
forceSelection | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
					 | When enabled, autoComplete only accepts input from the selection list. Default is false. | 
scrollHeight | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer)
					 | Defines the height of the viewport for autocomplete suggestions. | 
effect | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | No Description | 
effectDuration | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer)
					 | No Description | 
dropdown | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
					 | No Description | 
panelStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | No Description | 
panelStyleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | No Description | 
multiple | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
					 | No Description | 
itemtipMyPosition | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Position of itemtip with respect to item. Default is "left top". | 
itemtipAtPosition | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Position of item with respect to item. Default is "right bottom". | 
cache | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
					 | When enabled autocomplete caches the searched result list. | 
cacheTimeout | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer)
					 | Timeout value for cached results. | 
emptyMessage | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Text to display when there is no data to display. | 
appendTo | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Appends the overlay to the element defined by search expression. Defaults to document body. | 
resultsMessage | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Hint text for screen readers to provide information about the search results. Default is "{0} results found, use arrow keys to navigate". | 
groupBy | false | javax.el.ValueExpression
(must evaluate to java.lang.Object)
					 | Value to group items in categories. | 
Output generated by Vdldoc View Declaration Language Documentation Generator.