org.sakaiproject.profile2.tool.dataproviders
Class WallItemDataProvider
java.lang.Object
org.sakaiproject.profile2.tool.dataproviders.WallItemDataProvider
- All Implemented Interfaces:
- Serializable, org.apache.wicket.IClusterable, org.apache.wicket.markup.repeater.data.IDataProvider<WallItem>, org.apache.wicket.model.IDetachable
public class WallItemDataProvider
- extends Object
- implements org.apache.wicket.markup.repeater.data.IDataProvider<WallItem>
Data provider for wall items.
- Author:
- d.b.robinson@lancaster.ac.uk
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WallItemDataProvider
public WallItemDataProvider(String userUuid)
iterator
public Iterator<? extends WallItem> iterator(int first,
int count)
- Specified by:
iterator in interface org.apache.wicket.markup.repeater.data.IDataProvider<WallItem>
model
public org.apache.wicket.model.IModel<WallItem> model(WallItem object)
- Specified by:
model in interface org.apache.wicket.markup.repeater.data.IDataProvider<WallItem>
size
public int size()
- Specified by:
size in interface org.apache.wicket.markup.repeater.data.IDataProvider<WallItem>
detach
public void detach()
- Specified by:
detach in interface org.apache.wicket.model.IDetachable
Copyright © 2008-2012 The Sakai Foundation. All Rights Reserved.