org.wicketstuff.datatable_autocomplete.panel
Interface AutoCompleteDependencyProcessor

All Superinterfaces:
IClusterable, Serializable
All Known Implementing Classes:
AbstractAutoCompleteDependencyProcessor

public interface AutoCompleteDependencyProcessor
extends IClusterable

Author:
mocleiri

Method Summary
 Map<String,Component> getQueryParameterToComponentMap()
           
 Duration getThrottingDuration()
           
 void onAjaxUpdate(Request request, AjaxRequestTarget target)
           
 

Method Detail

getQueryParameterToComponentMap

Map<String,Component> getQueryParameterToComponentMap()
Returns:
the list of dependencies to push through with the get request.

onAjaxUpdate

void onAjaxUpdate(Request request,
                  AjaxRequestTarget target)

getThrottingDuration

Duration getThrottingDuration()
Returns:
the duration to throttle the request (null if no throttling should be performed)


Copyright © 2009-2013. All Rights Reserved.