org.sakaiproject.sitestats.tool.wicket.providers
Class SortableSearchableDataProvider

java.lang.Object
  extended by org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider
      extended by org.sakaiproject.sitestats.tool.wicket.providers.SortableSearchableDataProvider
All Implemented Interfaces:
Serializable, org.apache.wicket.extensions.markup.html.repeater.data.sort.ISortStateLocator, org.apache.wicket.extensions.markup.html.repeater.data.table.ISortableDataProvider, org.apache.wicket.IClusterable, org.apache.wicket.markup.repeater.data.IDataProvider, org.apache.wicket.model.IDetachable
Direct Known Subclasses:
ReportsDataProvider, StatisticableSitesDataProvider

public class SortableSearchableDataProvider
extends org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider

See Also:
Serialized Form

Constructor Summary
SortableSearchableDataProvider()
           
 
Method Summary
 void clearSearchKeyword()
           
 String getSearchKeyword()
           
 Iterator iterator(int first, int count)
           
 org.apache.wicket.model.IModel model(Object object)
           
 void setSearchKeyword(String searchKeyword)
           
 int size()
           
 
Methods inherited from class org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider
detach, getSort, getSortState, setSort, setSort, setSortState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortableSearchableDataProvider

public SortableSearchableDataProvider()
Method Detail

iterator

public Iterator iterator(int first,
                         int count)

model

public org.apache.wicket.model.IModel model(Object object)

size

public int size()

clearSearchKeyword

public void clearSearchKeyword()

setSearchKeyword

public void setSearchKeyword(String searchKeyword)

getSearchKeyword

public String getSearchKeyword()


Copyright © 2006-2012 Universidade Fernando Pessoa. All Rights Reserved.