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
protected class Flowable.URDataProvider extends Object implements IDataProvider<UserRequest>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected int
paginatorRows
protected String
sortParam
-
Constructor Summary
Constructors Constructor Description URDataProvider(int paginatorRows, String sortParam)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<UserRequest>
iterator(long first, long count)
IModel<UserRequest>
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 Detail
-
paginatorRows
protected final int paginatorRows
-
sortParam
protected final String sortParam
-
-
Constructor Detail
-
URDataProvider
public URDataProvider(int paginatorRows, String sortParam)
-
-
Method Detail
-
iterator
public Iterator<UserRequest> iterator(long first, long count)
- Specified by:
iterator
in interfaceIDataProvider<UserRequest>
-
size
public long size()
- Specified by:
size
in interfaceIDataProvider<UserRequest>
-
model
public IModel<UserRequest> model(UserRequest ur)
- Specified by:
model
in interfaceIDataProvider<UserRequest>
-
-