Class Flowable.URDataProvider
java.lang.Object
org.apache.syncope.client.enduser.pages.Flowable.URDataProvider
- All Implemented Interfaces:
Serializable
,IDataProvider<UserRequest>
,IDetachable
,IClusterable
- Enclosing class:
Flowable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioniterator
(long first, long count) model
(UserRequest ur) long
size()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.wicket.markup.repeater.data.IDataProvider
detach
-
Field Details
-
paginatorRows
protected final int paginatorRows -
sortParam
-
-
Constructor Details
-
URDataProvider
-
-
Method Details
-
iterator
- Specified by:
iterator
in interfaceIDataProvider<UserRequest>
-
size
public long size()- Specified by:
size
in interfaceIDataProvider<UserRequest>
-
model
- Specified by:
model
in interfaceIDataProvider<UserRequest>
-