org.wicketstuff.datatable_autocomplete.table
Interface IDTATableRenderingHints

All Superinterfaces:
IClusterable, Serializable
All Known Subinterfaces:
IAutocompleteRenderingHints
All Known Implementing Classes:
DefaultAutocompleteRenderingHints, DefaultDTATableRenderingHints

public interface IDTATableRenderingHints
extends IClusterable

Author:
mocleiri

Method Summary
 int getPageSize()
           
 boolean isPaginationEnabled()
           
 boolean showNoRecordsToolbar()
           
 

Method Detail

isPaginationEnabled

boolean isPaginationEnabled()
Returns:
true if the results table should use AJAX pagination.

getPageSize

int getPageSize()
Returns:
the number of rows per page. If isPaginationEnabled() returns false then only 1 page is shown.

showNoRecordsToolbar

boolean showNoRecordsToolbar()
Returns:
true if the no match tool bar should be shown in the table when there are no results.


Copyright © 2009-2013. All Rights Reserved.