primefaces-p

Tag autoComplete

Component Information 
InfoValue
Component Typeorg.primefaces.component.AutoComplete
Handler Classorg.primefaces.component.autocomplete.AutoCompleteHandler
Renderer Typeorg.primefaces.component.AutoCompleteRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
renderedfalsejavax.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.
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Value of the component.
converterfalsejavax.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.
immediatefalsejavax.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.
requiredfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Marks component as required.
validatorfalsejavax.el.ValueExpression
(must evaluate to javax.faces.validator.Validator)
A method expression referring to a method validationg the input.
valueChangeListenerfalsejavax.el.ValueExpression
(must evaluate to javax.faces.event.ValueChangeListener)
A method binding expression referring to a method for handling a valuchangeevent.
requiredMessagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Message to display when required field validation fails.
converterMessagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Message to display when conversion fails.
validatorMessagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Message to display when validation fails.
accesskeyfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Access key to transfer focus to the input element.
altfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Alternate textual description of the input element.
autocompletefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Controls browser autocomplete behavior.
dirfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Direction indication for text that does not inherit directionality.
disabledfalsejavax.el.ValueExpression
(must evaluate to boolean)
Disables the input element, default is false.
labelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A localized user presentable name.
langfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Code describing the language used in the generated markup.
maxlengthfalsejavax.el.ValueExpression
(must evaluate to int)
Maximum number of characters that may be entered in this field.
onblurfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when input element loses focus.
onchangefalsejavax.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.
onclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when input element is clicked.
ondblclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when input element is double clicked.
onfocusfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when input element receives focus.
onkeydownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a key is pressed down over input element.
onkeypressfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a key is pressed and released over input element.
onkeyupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a key is released over input element.
onmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a pointer input element is pressed down over input element.
onmousemovefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a pointer input element is moved within input element.
onmouseoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a pointer input element is moved away from input element.
onmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a pointer input element is moved onto input element.
onmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a pointer input element is released over input element.
onselectfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when text within input element is selected by user.
readonlyfalsejavax.el.ValueExpression
(must evaluate to boolean)
Flag indicating that this input element will prevent changes by the user.
sizefalsejavax.el.ValueExpression
(must evaluate to int)
Number of characters used to determine the width of the input element.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the component.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the component.
tabindexfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Position of the element in the tabbing order.
titlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Advisory tooltip information.
placeholderfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The placeholder attribute specifies a short hint that describes the expected value of an input field.
widgetVarfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.
completeMethodfalsejavax.el.ValueExpression
(must evaluate to javax.el.MethodExpression)
Method providing suggestions.
varfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the iterator used in pojo based suggestion.
itemLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Label of the item.
itemValuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Value of the item.
itemStyleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string to be rendered onto the class tag of the selected items (tokens rendered inside the input container).
maxResultsfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Maximum number of results to be displayed. Default is unlimited.
minQueryLengthfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Number of characters to be typed before starting to query. Default is 1.
queryDelayfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Delay to wait in milliseconds before sending each query to the server. Default is 300.
forceSelectionfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
When enabled, autoComplete only accepts input from the selection list. Default is false.
scrollHeightfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Defines the height of the viewport for autocomplete suggestions.
effectfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
effectDurationfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
No Description
panelStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
panelStyleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
multiplefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
No Description
itemtipMyPositionfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Position of itemtip with respect to item. Default is "left top".
itemtipAtPositionfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Position of item with respect to item. Default is "right bottom".
cachefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
When enabled autocomplete caches the searched result list.
cacheTimeoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Timeout value for cached results.
emptyMessagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Text to display when there is no data to display.
appendTofalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Appends the overlay to the element defined by search expression. Defaults to document body.
resultsMessagefalsejavax.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".
groupByfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Value to group items in categories.
queryEventfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Event to initiate the query, valid values are "keyup" and "enter".
autoHighlightfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Highlights the first suggested item automatically. Default is true.
selectLimitfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Limits the selection. Default is unlimited.
inputStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the input element.
inputStyleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the input element.
groupByTooltipfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Tooltip to display on group headers.
myfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Position of panel with respect to input Default is "left top".
atfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Position of input with respect to panel Default is "left bottom".
activefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if autocomplete functionality is enabled. Default is true and a false value simply turns the component into a simple inputtext.
typefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Input field type. Default is text.
moreTextfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The text shown in panel when the suggested list is greater than maxResults.
uniquefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Ensures uniqueness of selected items.
dynamicfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if dynamic loading is enabled for the element's panel. If the value is "true", the overlay is not rendered on page load to improve performance. Default is false.
autoSelectionfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if auto selection of items that are equal to the typed input is enabled. If true, an item that is equal to the typed input is selected. Default is true.
escapefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if autocomplete results are escaped or not. Default is true.
queryModefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies query mode, valid values are "server" (default), "client" and "hybrid".

Output generated by Vdldoc View Declaration Language Documentation Generator.