Java org.apache.wicket.extensions.markup.html.repeater.data.table ISortableDataProvider fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.extensions.markup.html.repeater.data.table ISortableDataProvider fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.extensions.markup.html.repeater.data.table ISortableDataProvider.

The text is from its open source code.

Implementation

org.apache.wicket.extensions.markup.html.repeater.data.table.ISortableDataProvider has the following implementations.
Click this link to see all its implementation.

Constructor

Method

ISortStategetSortState()
Iteratoriterator(long first, long count)
Gets an iterator for the subset of total data
IModelmodel(T object)
Callback used by the consumer of this data provider to wrap objects retrieved from #iterator(long,long) with a model (usually a detachable one).
longsize()
Gets total number of items in the collection represented by the DataProvider