Class SRARouteDirectoryPanel.SRARouteProvider
- java.lang.Object
-
- org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<T,String>
-
- org.apache.syncope.client.ui.commons.DirectoryDataProvider<org.apache.syncope.common.lib.to.SRARouteTO>
-
- org.apache.syncope.client.console.panels.SRARouteDirectoryPanel.SRARouteProvider
-
- 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<org.apache.syncope.common.lib.to.SRARouteTO,String>,org.apache.wicket.markup.repeater.data.IDataProvider<org.apache.syncope.common.lib.to.SRARouteTO>,org.apache.wicket.model.IDetachable,org.apache.wicket.util.io.IClusterable
- Enclosing class:
- SRARouteDirectoryPanel
protected static final class SRARouteDirectoryPanel.SRARouteProvider extends org.apache.syncope.client.ui.commons.DirectoryDataProvider<org.apache.syncope.common.lib.to.SRARouteTO>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SRARouteProvider(int paginatorRows)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<? extends org.apache.syncope.common.lib.to.SRARouteTO>iterator(long first, long count)org.apache.wicket.model.IModel<org.apache.syncope.common.lib.to.SRARouteTO>model(org.apache.syncope.common.lib.to.SRARouteTO route)longsize()-
Methods inherited from class org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider
getSort, getSortState, setSort, setSort
-
-
-
-
Method Detail
-
iterator
public Iterator<? extends org.apache.syncope.common.lib.to.SRARouteTO> iterator(long first, long count)
-
size
public long size()
-
model
public org.apache.wicket.model.IModel<org.apache.syncope.common.lib.to.SRARouteTO> model(org.apache.syncope.common.lib.to.SRARouteTO route)
-
-