|
|
|
|
inputId | java.lang.Object | custom | |
| String value of the field's componentid/or html id of the field being
autocompleted. |
|
listSource | java.lang.Object | custom | |
| 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. |
|
listener | java.lang.Object | custom | |
| 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. |
|
stateful | java.lang.Object | custom | | ognl:false | Whether or not the request created by this component should be
required to be stateful or not, default is false. |
|
listItemRenderer | java.lang.Object | custom | | 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.
|
|
elementclass | java.lang.Object | custom | | literal:auto_complete | The class to use to render the drop down list. |