Class AuthProfileDirectoryPanel.AuthProfileProvider
- java.lang.Object
-
- org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<T,String>
-
- org.apache.syncope.client.console.commons.DirectoryDataProvider<AuthProfileTO>
-
- org.apache.syncope.client.console.authprofiles.AuthProfileDirectoryPanel.AuthProfileProvider
-
- All Implemented Interfaces:
Serializable
,ISortStateLocator<String>
,ISortableDataProvider<AuthProfileTO,String>
,IDataProvider<AuthProfileTO>
,IDetachable
,IClusterable
- Enclosing class:
- AuthProfileDirectoryPanel
protected final class AuthProfileDirectoryPanel.AuthProfileProvider extends DirectoryDataProvider<AuthProfileTO>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.client.console.commons.DirectoryDataProvider
paginatorRows
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<AuthProfileTO>
iterator(long first, long count)
IModel<AuthProfileTO>
model(AuthProfileTO object)
long
size()
-
Methods inherited from class org.apache.syncope.client.console.commons.DirectoryDataProvider
setPaginatorRows
-
Methods inherited from class org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider
getSort, getSortState, setSort, setSort
-
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
-
-
-
-
Method Detail
-
iterator
public Iterator<AuthProfileTO> iterator(long first, long count)
-
size
public long size()
-
model
public IModel<AuthProfileTO> model(AuthProfileTO object)
-
-