wicket.extensions.ajax.markup.html.autocomplete |
|
Java Source File Name | Type | Comment |
AbstractAutoCompleteBehavior.java | Class | |
AbstractAutoCompleteRenderer.java | Class | 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.java | Class | |
AutoCompleteBehavior.java | Class | This behavior builds on top of
AbstractAutoCompleteBehavior by
introducing the concept of a
IAutoCompleteRenderer to make response
writing easier. |
AutoCompleteTextField.java | Class | |
IAutoCompleteRenderer.java | Interface | A renderer used to generate html output for the
AutoCompleteBehavior .
Helper implementations of this interface may abstract the implementation specific
details. |
StringAutoCompleteRenderer.java | Class | An renderer that assumes that assist objects are
String s. |