Class NotificationDirectoryPanel.NotificationProvider
- java.lang.Object
-
- org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<T,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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected SortableDataProviderComparator<NotificationTO>
comparator
-
Fields inherited from class org.apache.syncope.client.console.commons.DirectoryDataProvider
paginatorRows
-
-
Constructor Summary
Constructors Constructor Description NotificationProvider(int paginatorRows)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<NotificationTO>
iterator(long first, long count)
IModel<NotificationTO>
model(NotificationTO notification)
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
-
-
-
-
Field Detail
-
comparator
protected final SortableDataProviderComparator<NotificationTO> comparator
-
-
Method Detail
-
iterator
public Iterator<NotificationTO> iterator(long first, long count)
-
size
public long size()
-
model
public IModel<NotificationTO> model(NotificationTO notification)
-
-