Class NotificationDirectoryPanel.NotificationProvider
java.lang.Object
org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<NotificationTO,String>
org.apache.syncope.client.console.commons.DirectoryDataProvider<NotificationTO>
org.apache.syncope.client.console.notifications.NotificationDirectoryPanel.NotificationProvider
- All Implemented Interfaces:
Serializable,ISortStateLocator<String>,ISortableDataProvider<NotificationTO,,String> IDataProvider<NotificationTO>,IDetachable,IClusterable
- Enclosing class:
NotificationDirectoryPanel
protected class NotificationDirectoryPanel.NotificationProvider
extends DirectoryDataProvider<NotificationTO>
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.syncope.client.console.commons.DirectoryDataProvider
paginatorRows -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioniterator(long first, long count) model(NotificationTO notification) longsize()Methods inherited from class org.apache.syncope.client.console.commons.DirectoryDataProvider
setPaginatorRowsMethods inherited from class org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider
getSort, getSortState, setSort, setSortMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.wicket.markup.repeater.data.IDataProvider
detach
-
Field Details
-
comparator
-
-
Constructor Details
-
NotificationProvider
public NotificationProvider(int paginatorRows)
-
-
Method Details
-
iterator
-
size
public long size() -
model
-