HomePrev

Autocompleter
net.sf.tacos.ajax.components.Autocompleter
  Non-Visual Component
Description
Provides Autocompleter functionality for TextField components.
Parameters
nametypedirectionrequireddefault valuedescription
inputIdjava.lang.Objectcustom   String value of the field's componentid/or html id of the field being autocompleted. 
listSourcejava.lang.Objectcustom   Object,String[],Collection of values to be used to autocomplete a particular autocomplete field search, this should be set when this component invokes your input search listener. 
listenerjava.lang.Objectcustom   Listener method to invoke for each field search request. This listener should expect to get exactly one paramter of type String, which is the value that the request is searching on. 
statefuljava.lang.Objectcustom  ognl:falseWhether or not the request created by this component should be required to be stateful or not, default is false.  
listItemRendererjava.lang.Objectcustom  ognl:new net.sf.tacos.ajax.components.DefaultListItemRenderer()The ListItemRenderer that should be used to render the drop down list, the default renderer iterates over the values and puts the string value in a <li></li> block.  
elementclassjava.lang.Objectcustom  literal:auto_completeThe class to use to render the drop down list. 
Allow body (rendered)
Allow informal parameters   
Reserved parameters   -
Toggle help

HomePrev