Interface | Description |
---|---|
AutoCompletionChoicesProvider<O> |
Interfaces to specify a producer for items in an autocompletion menu based on a single search
string
|
ObjectAutoCompleteSelectionChangeListener<I> |
Listener interface for interested listeners which want to be notified on selection changes
Parameter is the id of the object updated
|
ObjectReadOnlyRenderer<I> |
A renderer for rendering the readonly view of an object.
|
Class | Description |
---|---|
AbstractObjectAutoCompleteRenderer<O> | |
ObjectAutoCompleteBehavior<O> |
Behaviour for object auto completion using a slightly modified variant of
AbstractAutoCompleteBehavior
An (hidden) element is required to store the object id which has been selected. |
ObjectAutoCompleteBuilder<O,I extends Serializable> |
Builder for initializing a
ObjectAutoCompleteField and
a ObjectAutoCompleteBehavior
The type parameter O specifies the object type of the objects to be selected, I the type of the
object's id |
ObjectAutoCompleteField<O,I extends Serializable> |
Wicket component for selecting a single object of type T with an identifier of type I via
autocompletion.
|
ObjectAutoCompleteRenderer<O> | |
ObjectAutoCompleteResponseRenderer<O> |
A renderer, which has complete access to the list of choices and which is free to create a (more
structured) drop down list.
|
Copyright © 2015. All rights reserved.