| Interfaces | |
|---|---|
| IAutoCompleteRenderer | A renderer used to generate html output for the AutoCompleteBehavior . |
| Classes | |
|---|---|
| AbstractAutoCompleteBehavior | No description provided. |
| AbstractAutoCompleteRenderer | A renderer that abstracts autoassist specific details and allows subclasses to only render the visual part of the assist instead of having to also render the necessary autoassist javascript hooks. |
| AbstractAutoCompleteTextRenderer | Base for text renderers that simply want to show a string |
| AutoCompleteBehavior | This behavior builds on top of AbstractAutoCompleteBehavior by introducing the concept of a IAutoCompleteRenderer to make response writing easier. |
| AutoCompleteTextField | An implementation of a textfield with the autoassist ajax behavior |
| StringAutoCompleteRenderer | An renderer that assumes that assist objects are String s. |