Uses of Class
org.apache.syncope.client.console.commons.SortableDataProviderComparator
-
-
Uses of SortableDataProviderComparator in org.apache.syncope.client.console.commons
Subclasses of SortableDataProviderComparator in org.apache.syncope.client.console.commons Modifier and Type Class Description class
SortableAnyProviderComparator<T extends AnyTO>
-
Uses of SortableDataProviderComparator in org.apache.syncope.client.console.commons.status
Fields in org.apache.syncope.client.console.commons.status declared as SortableDataProviderComparator Modifier and Type Field Description protected SortableDataProviderComparator<StatusBean>
AbstractStatusBeanProvider. comparator
-
Uses of SortableDataProviderComparator in org.apache.syncope.client.console.notifications
Fields in org.apache.syncope.client.console.notifications declared as SortableDataProviderComparator Modifier and Type Field Description protected SortableDataProviderComparator<NotificationTO>
NotificationDirectoryPanel.NotificationProvider. comparator
-
Uses of SortableDataProviderComparator in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as SortableDataProviderComparator Modifier and Type Field Description protected SortableDataProviderComparator<AnyTypeClassTO>
AnyTypeClassesPanel.AnyTypeClassProvider. comparator
protected SortableDataProviderComparator<RelationshipTypeTO>
RelationshipTypesPanel.RelationshipTypeProvider. comparator
-
Uses of SortableDataProviderComparator in org.apache.syncope.client.console.panels.search
Fields in org.apache.syncope.client.console.panels.search declared as SortableDataProviderComparator Modifier and Type Field Description protected SortableDataProviderComparator<FIQLQueryTO>
FIQLQueryDirectoryPanel.FIQLQueryDataProvider. comparator
-