org.wicketstuff.datatable_autocomplete.panel
Interface IAutocompleteControlPanelProvider

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

public interface IAutocompleteControlPanelProvider
extends IClusterable

Author:
mocleiri The autocomplete panel provides a space just above the results table where extra controls can be placed to finetune the operation of the autocompletion process. This interface provides a way to create the component to use as the control panel.

Method Summary
 Component getPanel(Component container, String controlPanelId)
           
 

Method Detail

getPanel

Component getPanel(Component container,
                   String controlPanelId)


Copyright © 2009-2013. All Rights Reserved.