|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider
org.apache.wicket.examples.spring.common.web.ContactDataProvider
org.apache.wicket.examples.spring.annot.web.ProxyDataProvider
public class ProxyDataProvider
| Constructor Summary | |
|---|---|
ProxyDataProvider(ContactDao dao)
|
|
| Method Summary | |
|---|---|
protected ContactDao |
getContactDao()
|
IModel |
model(java.lang.Object object)
Callback used by the consumer of this data provider to wrap objects retrieved from IDataProvider.iterator(int, int) with a model (usually a detachable one). |
| Methods inherited from class org.apache.wicket.examples.spring.common.web.ContactDataProvider |
|---|
iterator, size |
| Methods inherited from class org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider |
|---|
detach, getSort, getSortState, setSort, setSort |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProxyDataProvider(ContactDao dao)
| Method Detail |
|---|
protected ContactDao getContactDao()
getContactDao in class ContactDataProviderpublic IModel model(java.lang.Object object)
IDataProviderIDataProvider.iterator(int, int) with a model (usually a detachable one).
object - the object that needs to be wrapped
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||