| Package | Description |
|---|---|
| org.wicketstuff.objectautocomplete | |
| org.wicketstuff.objectautocomplete.example |
| Class and Description |
|---|
| AbstractObjectAutoCompleteRenderer |
| AutoCompletionChoicesProvider
Interfaces to specify a producer for items in an autocompletion menu based on a single search
string
|
| ObjectAutoCompleteBehavior
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
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
Wicket component for selecting a single object of type T with an identifier of type I via
autocompletion.
|
| ObjectAutoCompleteResponseRenderer
A renderer, which has complete access to the list of choices and which is free to create a (more
structured) drop down list.
|
| ObjectAutoCompleteSelectionChangeListener
Listener interface for interested listeners which want to be notified on selection changes
Parameter is the id of the object updated
|
| ObjectReadOnlyRenderer
A renderer for rendering the readonly view of an object.
|
| Class and Description |
|---|
| AutoCompletionChoicesProvider
Interfaces to specify a producer for items in an autocompletion menu based on a single search
string
|
| ObjectAutoCompleteBuilder
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
Wicket component for selecting a single object of type T with an identifier of type I via
autocompletion.
|
Copyright © 2015. All rights reserved.