Class PolicyRuleDirectoryPanel.PolicyRuleDataProvider
java.lang.Object
org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<PolicyRuleWrapper,String>
org.apache.syncope.client.console.commons.DirectoryDataProvider<PolicyRuleWrapper>
org.apache.syncope.client.console.policies.PolicyRuleDirectoryPanel.PolicyRuleDataProvider
- All Implemented Interfaces:
Serializable,ISortStateLocator<String>,ISortableDataProvider<PolicyRuleWrapper,,String> IDataProvider<PolicyRuleWrapper>,IDetachable,IClusterable
- Enclosing class:
PolicyRuleDirectoryPanel<T extends PolicyTO>
protected class PolicyRuleDirectoryPanel.PolicyRuleDataProvider
extends DirectoryDataProvider<PolicyRuleWrapper>
- 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(PolicyRuleWrapper 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
-
PolicyRuleDataProvider
public PolicyRuleDataProvider(int paginatorRows)
-
-
Method Details
-
iterator
-
size
public long size() -
model
-