Uses of Interface
com.evolveum.midpoint.web.component.data.ISelectableDataProvider
-
-
Uses of ISelectableDataProvider in com.evolveum.midpoint.gui.api.component
Methods in com.evolveum.midpoint.gui.api.component that return ISelectableDataProvider Modifier and Type Method Description protected ISelectableDataProvider<SelectableBean<O>>
MainObjectListPanel. createProvider()
protected ISelectableDataProvider<SelectableBean<O>>
PopupObjectListPanel. createProvider()
-
Uses of ISelectableDataProvider in com.evolveum.midpoint.gui.impl.component
Methods in com.evolveum.midpoint.gui.impl.component that return ISelectableDataProvider Modifier and Type Method Description protected abstract ISelectableDataProvider<PO>
ContainerableListPanel. createProvider()
protected ISelectableDataProvider<PrismContainerValueWrapper<C>>
MultivalueContainerListPanel. createProvider()
protected ISelectableDataProvider
ContainerableListPanel. getDataProvider()
Methods in com.evolveum.midpoint.gui.impl.component with parameters of type ISelectableDataProvider Modifier and Type Method Description protected void
ContainerableListPanel. setDefaultSorting(ISelectableDataProvider<PO> provider)
-
Uses of ISelectableDataProvider in com.evolveum.midpoint.gui.impl.factory.data
Methods in com.evolveum.midpoint.gui.impl.factory.data that return ISelectableDataProvider Modifier and Type Method Description ISelectableDataProvider<PrismContainerValueWrapper<AssignmentType>>
InMemoryAssignmentDataProviderFactory. create(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<AssignmentType>> search, org.apache.wicket.model.IModel<List<PrismContainerValueWrapper<AssignmentType>>> model, Class<? extends Objectable> objectType, String oid, ItemPath path)
ISelectableDataProvider<PrismContainerValueWrapper<AssignmentType>>
InMemoryAssignmentDataProviderFactory. create(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<AssignmentType>> search, org.apache.wicket.model.IModel<List<PrismContainerValueWrapper<AssignmentType>>> model, Class<? extends Objectable> objectType, String oid, ItemPath path, CompiledObjectCollectionView collection, ContainerValueDataProviderFactory.Customization<AssignmentType> customization)
ISelectableDataProvider<PrismContainerValueWrapper<AssignmentType>>
RepositoryAssignmentDataProviderFactory. create(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<AssignmentType>> search, org.apache.wicket.model.IModel<List<PrismContainerValueWrapper<AssignmentType>>> model, Class<? extends Objectable> objectType, String oid, ItemPath path)
ISelectableDataProvider<PrismContainerValueWrapper<AssignmentType>>
RepositoryAssignmentDataProviderFactory. create(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<AssignmentType>> search, org.apache.wicket.model.IModel<List<PrismContainerValueWrapper<AssignmentType>>> model, Class<? extends Objectable> objectType, String oid, ItemPath path, CompiledObjectCollectionView collection, ContainerValueDataProviderFactory.Customization<AssignmentType> customization)
-
Uses of ISelectableDataProvider in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder.component.assignmentType
Methods in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder.component.assignmentType that return ISelectableDataProvider Modifier and Type Method Description protected ISelectableDataProvider<PrismContainerValueWrapper<AssignmentType>>
AbstractAssignmentTypePanel. createProvider()
-
Uses of ISelectableDataProvider in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.basic
Classes in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.basic that implement ISelectableDataProvider Modifier and Type Class Description class
ObjectClassDataProvider
-
Uses of ISelectableDataProvider in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.objectType.attributeMapping
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.objectType.attributeMapping that return ISelectableDataProvider Modifier and Type Method Description protected ISelectableDataProvider<PrismContainerValueWrapper<ResourceAttributeDefinitionType>>
MappingOverrideTable. createProvider()
-
Uses of ISelectableDataProvider in com.evolveum.midpoint.web.component.data
Classes in com.evolveum.midpoint.web.component.data that implement ISelectableDataProvider Modifier and Type Class Description class
SelectableBeanContainerDataProvider<C extends Containerable>
class
SelectableBeanObjectDataProvider<O extends ObjectType>
Methods in com.evolveum.midpoint.web.component.data that return ISelectableDataProvider Modifier and Type Method Description ISelectableDataProvider<PrismContainerValueWrapper<T>>
ContainerValueDataProviderFactory. create(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<T>> search, org.apache.wicket.model.IModel<List<PrismContainerValueWrapper<T>>> model, Class<? extends Objectable> objectType, String oid, ItemPath path)
Creates data provider instanceISelectableDataProvider<PrismContainerValueWrapper<T>>
ContainerValueDataProviderFactory. create(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<T>> search, org.apache.wicket.model.IModel<List<PrismContainerValueWrapper<T>>> model, Class<? extends Objectable> objectType, String oid, ItemPath path, CompiledObjectCollectionView compiledObjectCollectionView, ContainerValueDataProviderFactory.Customization<T> customization)
Creates data provider instance -
Uses of ISelectableDataProvider in com.evolveum.midpoint.web.component.util
Classes in com.evolveum.midpoint.web.component.util that implement ISelectableDataProvider Modifier and Type Class Description class
AssignmentListProvider
class
ContainerListDataProvider<C extends Containerable>
Created by honcharclass
MultivalueContainerListDataProvider<C extends Containerable>
class
ProjectionsListProvider
class
RepoAssignmentListProvider
class
SelectableListDataProvider<W extends Serializable,T extends Serializable>
-
Uses of ISelectableDataProvider in com.evolveum.midpoint.web.page.admin.cases
Methods in com.evolveum.midpoint.web.page.admin.cases that return ISelectableDataProvider Modifier and Type Method Description protected ISelectableDataProvider<PrismContainerValueWrapper<CaseWorkItemType>>
CaseWorkItemsPanel. createProvider()
-
Uses of ISelectableDataProvider in com.evolveum.midpoint.web.page.admin.reports.component
Methods in com.evolveum.midpoint.web.page.admin.reports.component that return ISelectableDataProvider Modifier and Type Method Description protected ISelectableDataProvider<SelectableBean<AuditEventRecordType>>
AuditLogViewerPanel. createProvider()
protected ISelectableDataProvider<SelectableBean<C>>
ReportObjectsListPanel. createProvider()
-
Uses of ISelectableDataProvider in com.evolveum.midpoint.web.page.admin.server
Methods in com.evolveum.midpoint.web.page.admin.server that return ISelectableDataProvider Modifier and Type Method Description protected ISelectableDataProvider<SelectableBean<CaseType>>
CasesTablePanel. createProvider()
-