org.wicketstuff.datatable_autocomplete.panel
Interface IAutocompleteRenderingHints

All Superinterfaces:
IClusterable, IDTATableRenderingHints, Serializable
All Known Implementing Classes:
DefaultAutocompleteRenderingHints

public interface IAutocompleteRenderingHints
extends IDTATableRenderingHints

Author:
mocleiri Provides hints to the AutoComplete components about what do do on the initial render, no match and no input cases.

Method Summary
 boolean isVisibleOnRender()
           
 boolean isVisibleOnZeroMatches()
           
 
Methods inherited from interface org.wicketstuff.datatable_autocomplete.table.IDTATableRenderingHints
getPageSize, isPaginationEnabled, showNoRecordsToolbar
 

Method Detail

isVisibleOnRender

boolean isVisibleOnRender()
Returns:
true if the autocompleting panel should be visible.

isVisibleOnZeroMatches

boolean isVisibleOnZeroMatches()
Returns:
true if the overlay should be visible where there are zero matches.


Copyright © 2009-2013. All Rights Reserved.