Class CommandComposeDirectoryPanel.CommandComposeDataProvider
java.lang.Object
org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<CommandWrapper,String>
org.apache.syncope.client.console.commons.DirectoryDataProvider<CommandWrapper>
org.apache.syncope.client.console.tasks.CommandComposeDirectoryPanel.CommandComposeDataProvider
- All Implemented Interfaces:
Serializable,ISortStateLocator<String>,ISortableDataProvider<CommandWrapper,,String> IDataProvider<CommandWrapper>,IDetachable,IClusterable
- Enclosing class:
CommandComposeDirectoryPanel
protected class CommandComposeDirectoryPanel.CommandComposeDataProvider
extends DirectoryDataProvider<CommandWrapper>
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.client.console.commons.DirectoryDataProvider
paginatorRows -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioniterator(long first, long count) model(CommandWrapper object) 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
-
Constructor Details
-
CommandComposeDataProvider
public CommandComposeDataProvider(int paginatorRows)
-
-
Method Details
-
iterator
-
size
public long size() -
model
-