org.wicketstuff.datatable_autocomplete.panel
Class DefaultAutocompleteRenderingHints

java.lang.Object
  extended by org.wicketstuff.datatable_autocomplete.table.DefaultDTATableRenderingHints
      extended by org.wicketstuff.datatable_autocomplete.panel.DefaultAutocompleteRenderingHints
All Implemented Interfaces:
Serializable, IClusterable, IAutocompleteRenderingHints, IDTATableRenderingHints

public class DefaultAutocompleteRenderingHints
extends DefaultDTATableRenderingHints
implements IAutocompleteRenderingHints

Author:
mocleiri Default implementation of the hints.
See Also:
Serialized Form

Constructor Summary
DefaultAutocompleteRenderingHints(int pageSize, boolean paginationEnabled)
           
 
Method Summary
 boolean isVisibleOnRender()
           
 boolean isVisibleOnZeroMatches()
           
 
Methods inherited from class org.wicketstuff.datatable_autocomplete.table.DefaultDTATableRenderingHints
getPageSize, isPaginationEnabled, showNoRecordsToolbar
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.wicketstuff.datatable_autocomplete.table.IDTATableRenderingHints
getPageSize, isPaginationEnabled, showNoRecordsToolbar
 

Constructor Detail

DefaultAutocompleteRenderingHints

public DefaultAutocompleteRenderingHints(int pageSize,
                                         boolean paginationEnabled)
Parameters:
pageSize -
paginationEnabled -
Method Detail

isVisibleOnRender

public boolean isVisibleOnRender()
Specified by:
isVisibleOnRender in interface IAutocompleteRenderingHints
Returns:
true if the autocompleting panel should be visible.

isVisibleOnZeroMatches

public boolean isVisibleOnZeroMatches()
Specified by:
isVisibleOnZeroMatches in interface IAutocompleteRenderingHints
Returns:
true if the overlay should be visible where there are zero matches.


Copyright © 2009-2013. All Rights Reserved.