Class ParametersDirectoryPanel.ParametersProvider
- java.lang.Object
- 
- org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<T,String>
- 
- org.apache.syncope.client.console.commons.DirectoryDataProvider<ConfParam>
- 
- org.apache.syncope.client.console.panels.ParametersDirectoryPanel.ParametersProvider
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- ISortStateLocator<String>,- ISortableDataProvider<ConfParam,String>,- IDataProvider<ConfParam>,- IDetachable,- IClusterable
 - Enclosing class:
- ParametersDirectoryPanel
 
 protected final class ParametersDirectoryPanel.ParametersProvider extends DirectoryDataProvider<ConfParam> - See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.syncope.client.console.commons.DirectoryDataProviderpaginatorRows
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<ConfParam>iterator(long first, long count)IModel<ConfParam>model(ConfParam object)longsize()- 
Methods inherited from class org.apache.syncope.client.console.commons.DirectoryDataProvidersetPaginatorRows
 - 
Methods inherited from class org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvidergetSort, getSortState, setSort, setSort
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.wicket.markup.repeater.data.IDataProviderdetach
 
- 
 
-