Class ClientAppDirectoryPanel.ClientAppDataProvider
- java.lang.Object
-
- org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<T,String>
-
- org.apache.syncope.client.console.commons.DirectoryDataProvider<T>
-
- org.apache.syncope.client.console.clientapps.ClientAppDirectoryPanel.ClientAppDataProvider
-
- All Implemented Interfaces:
Serializable,org.apache.wicket.extensions.markup.html.repeater.data.sort.ISortStateLocator<String>,org.apache.wicket.extensions.markup.html.repeater.data.table.ISortableDataProvider<T,String>,org.apache.wicket.markup.repeater.data.IDataProvider<T>,org.apache.wicket.model.IDetachable,org.apache.wicket.util.io.IClusterable
- Enclosing class:
- ClientAppDirectoryPanel<T extends org.apache.syncope.common.lib.to.ClientAppTO>
protected class ClientAppDirectoryPanel.ClientAppDataProvider extends DirectoryDataProvider<T>
- 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<T>iterator(long first, long count)org.apache.wicket.model.IModel<T>model(T object)longsize()-
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
-
-