This content has been marked as final. 
    
Show                 6 replies
    
- 
        1. Re: Description for autocomplete methods on rich:autocompleteliuliu Jan 23, 2014 3:08 AM (in response to rock_it_rob)I use autocomplete method for a dynamic list, and autocompletelist for a client side auto suggestion. 
- 
        2. Re: Description for autocomplete methods on rich:autocompleterock_it_rob Jan 23, 2014 10:10 AM (in response to liuliu)What I meant was: What is the signature for the autocompleteMethod? What should it do and what should it return? What is the object type for autompleteList? 
- 
        3. Re: Description for autocomplete methods on rich:autocompleteliuliu Jan 23, 2014 10:29 AM (in response to rock_it_rob)autocompletemethode : public List<T> autocomplete(Object event), event is the string in the input 
- 
        4. Re: Description for autocomplete methods on rich:autocompleterock_it_rob Jan 23, 2014 12:06 PM (in response to liuliu)Is this documented somewhere? 
- 
        5. Re: Description for autocomplete methods on rich:autocompleteliuliu Jan 24, 2014 3:05 AM (in response to rock_it_rob)1 of 1 people found this helpfulIt is not in the doc of 4.0, but maybe in the doc of 3.4. It is long time that I use the RF, I cant remeber where I learn it. anyway there is always the source code of demo site. 
- 
        6. Re: Description for autocomplete methods on rich:autocompleterock_it_rob Jan 24, 2014 10:27 AM (in response to liuliu)Thanks, Liumin. I found the example in the examples directory of the 4.x downloads. 
 
    