org.wicketstuff.datatable_autocomplete.panel
Class DefaultAutocompleteRenderingHints
java.lang.Object
org.wicketstuff.datatable_autocomplete.table.DefaultDTATableRenderingHints
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultAutocompleteRenderingHints
public DefaultAutocompleteRenderingHints(int pageSize,
boolean paginationEnabled)
- Parameters:
pageSize - paginationEnabled -
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.