org.wicketstuff.datatable_autocomplete.panel
Class AbstractAutoCompleteDependencyProcessor
java.lang.Object
org.wicketstuff.datatable_autocomplete.panel.AbstractAutoCompleteDependencyProcessor
- All Implemented Interfaces:
- Serializable, IClusterable, AutoCompleteDependencyProcessor
public abstract class AbstractAutoCompleteDependencyProcessor
- extends Object
- implements AutoCompleteDependencyProcessor
- Author:
- mocleiri
A base implementation for the autocomplete dependency processor.
Note that extendors define the components to be updated
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractAutoCompleteDependencyProcessor
public AbstractAutoCompleteDependencyProcessor(String[] names,
Component[] components)
AbstractAutoCompleteDependencyProcessor
public AbstractAutoCompleteDependencyProcessor(String[] names,
Component[] components,
Duration duration)
getQueryParameterToComponentMap
public Map<String,Component> getQueryParameterToComponentMap()
- Specified by:
getQueryParameterToComponentMap in interface AutoCompleteDependencyProcessor
- Returns:
- the list of dependencies to push through with the get request.
getThrottingDuration
public Duration getThrottingDuration()
- Specified by:
getThrottingDuration in interface AutoCompleteDependencyProcessor
- Returns:
- the duration to throttle the request (null if no throttling should be performed)
Copyright © 2009-2013. All Rights Reserved.