Uses of Class
com.evolveum.midpoint.gui.impl.component.data.provider.BaseSortableDataProvider.CachedSize
-
Packages that use BaseSortableDataProvider.CachedSize Package Description com.evolveum.midpoint.gui.impl.component.data.provider -
-
Uses of BaseSortableDataProvider.CachedSize in com.evolveum.midpoint.gui.impl.component.data.provider
Methods in com.evolveum.midpoint.gui.impl.component.data.provider that return BaseSortableDataProvider.CachedSize Modifier and Type Method Description protected BaseSortableDataProvider.CachedSize
BaseSortableDataProvider. getCachedSize(Map<Serializable,BaseSortableDataProvider.CachedSize> cache)
protected BaseSortableDataProvider.CachedSize
ObjectDataProvider. getCachedSize(Map<Serializable,BaseSortableDataProvider.CachedSize> cache)
protected BaseSortableDataProvider.CachedSize
RepositoryObjectDataProvider. getCachedSize(Map<Serializable,BaseSortableDataProvider.CachedSize> cache)
protected BaseSortableDataProvider.CachedSize
SelectableBeanContainerDataProvider. getCachedSize(Map<Serializable,BaseSortableDataProvider.CachedSize> cache)
Methods in com.evolveum.midpoint.gui.impl.component.data.provider with parameters of type BaseSortableDataProvider.CachedSize Modifier and Type Method Description protected void
BaseSortableDataProvider. addCachedSize(Map<Serializable,BaseSortableDataProvider.CachedSize> cache, BaseSortableDataProvider.CachedSize newSize)
protected void
ObjectDataProvider. addCachedSize(Map<Serializable,BaseSortableDataProvider.CachedSize> cache, BaseSortableDataProvider.CachedSize newSize)
protected void
RepositoryObjectDataProvider. addCachedSize(Map<Serializable,BaseSortableDataProvider.CachedSize> cache, BaseSortableDataProvider.CachedSize newSize)
protected void
SelectableBeanContainerDataProvider. addCachedSize(Map<Serializable,BaseSortableDataProvider.CachedSize> cache, BaseSortableDataProvider.CachedSize newSize)
-