s
Tag inputSuggestAjax


Provides an input textbox with "suggest" functionality, using a remote connection to the server. The difference to inputSuggest is that a custom drop down is rendered.


Tag Information
Tag Classorg.apache.myfaces.custom.inputsuggestajax.InputSuggestAjaxTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
accesskeyfalsefalsejava.lang.StringNo Description
alignfalsefalsejava.lang.StringNo Description
altfalsefalsejava.lang.StringNo Description
bindingfalsefalsejava.lang.StringComponent binding.
converterfalsefalsejava.lang.StringId of Converter to be used or reference to a Converter.
dirfalsefalsejava.lang.StringNo Description
disabledfalsefalsejava.lang.StringNo Description
displayValueOnlyfalsefalsejava.lang.String If true, renders only the value of the component, but no input widget. Default is false.
displayValueOnlyStylefalsefalsejava.lang.String Style used when displayValueOnly is true.
displayValueOnlyStyleClassfalsefalsejava.lang.String Style class used when displayValueOnly is true.
enabledOnUserRolefalsefalsejava.lang.String If user is in given role, this component will be rendered normally. If not, no hyperlink is rendered but all nested tags (=body) are rendered.
forceIdfalsefalsejava.lang.StringIf true, this component will force the use of the specified id when rendering.
forceIdIndexfalsefalsejava.lang.String If false, this component will not append a '[n]' suffix (where 'n' is the row index) to components that are contained within a "list." This value will be true by default and the value will be ignored if the value of forceId is false (or not specified.)
idfalsefalsejava.lang.StringEvery component may have an unique id. Automatically created if omitted.
imageLocationfalsefalsejava.lang.String An alternate location to find image resources. If no values is specified, images will be loaded from the resources directory using AddResource and ExtensionsFilter.
immediatefalsefalsejava.lang.String Flag indicating that this component's value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until Process Validations phase.
javascriptLocationfalsefalsejava.lang.String An alternate location to find javascript resources. If no values is specified, javascript will be loaded from the resources directory using AddResource and ExtensionsFilter.
langfalsefalsejava.lang.StringNo Description
layoutfalsefalsejava.lang.StringNo Description
listIdfalsefalsejava.lang.StringId for the unordered list included in the pop up window
listItemStylefalsefalsejava.lang.StringId for the pop up window
listItemStyleClassfalsefalsejava.lang.StringId for the pop up window
listStylefalsefalsejava.lang.StringStyle for the unordered list included in the pop up window
listStyleClassfalsefalsejava.lang.StringStyleClass for the unordered list included in the pop up window
maxlengthfalsefalsejava.lang.StringNo Description
maxSuggestedItemsfalsefalsejava.lang.Stringoptional attribute to identify the max size of suggested Values
onblurfalsefalsejava.lang.StringNo Description
onchangefalsefalsejava.lang.StringNo Description
onclickfalsefalsejava.lang.StringNo Description
ondblclickfalsefalsejava.lang.StringNo Description
onfocusfalsefalsejava.lang.StringNo Description
onkeydownfalsefalsejava.lang.StringNo Description
onkeypressfalsefalsejava.lang.StringNo Description
onkeyupfalsefalsejava.lang.StringNo Description
onmousedownfalsefalsejava.lang.StringNo Description
onmousemovefalsefalsejava.lang.StringNo Description
onmouseoutfalsefalsejava.lang.StringNo Description
onmouseoverfalsefalsejava.lang.StringNo Description
onmouseupfalsefalsejava.lang.StringNo Description
onselectfalsefalsejava.lang.StringNo Description
popupIdfalsefalsejava.lang.StringId for the pop up window
popupStylefalsefalsejava.lang.StringStyle for the window with a suggested list of items;pop up for each incoming Ajax response
popupStyleClassfalsefalsejava.lang.StringStyleClass for the window with a suggested list of items;pop up for each incoming Ajax response
readonlyfalsefalsejava.lang.StringNo Description
renderedfalsefalsejava.lang.StringIf false, this component will not be rendered.
requiredfalsefalsejava.lang.StringIf true, this component will be checked for non-empty input.
sizefalsefalsejava.lang.StringNo Description
sizefalsefalsejava.lang.StringNo Description
stylefalsefalsejava.lang.StringNo Description
styleClassfalsefalsejava.lang.StringCorresponds to the HTML class attribute.
styleLocationfalsefalsejava.lang.String An alternate location to find stylesheet resources. If no values is specified, stylesheets will be loaded from the resources directory using AddResource and ExtensionsFilter.
suggestedItemsMethodtruefalsejava.lang.StringReference to the method which returns the suggested items
tabindexfalsefalsejava.lang.StringNo Description
titlefalsefalsejava.lang.StringNo Description
validatorfalsefalsejava.lang.StringMethodBinding pointing at a method that will be called during Process Validations phase of the request processing lifecycle, to validate the current value of this component.
valuefalsefalsejava.lang.StringInitial value to set when rendered for the first time.
valueChangeListenerfalsefalsejava.lang.StringListener for value changes.
visibleOnUserRolefalsefalsejava.lang.String If user is in given role, this component will be rendered normally. If not, nothing is rendered and the body of this tag will be skipped.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.