Package-level declarations
Types
Link copied to clipboard
abstract class AbstractSelectionManager<T, S : Selected<T>>(paginator: PaginationManager<T, AbstractPage, PageFindResult<T>>) : SelectionManager<T, S>
Link copied to clipboard
Link copied to clipboard
class GroupedSelectionManagerImpl<G, T>(paginator: GroupedPaginationManager<G, T>) : AbstractSelectionManager<T, GroupedSelected<G, T>> , GroupedSelectionManager<G, T>
Link copied to clipboard
class LinearSelectionManagerImpl<T>(paginator: LinearPaginationManager<T>) : AbstractSelectionManager<T, LinearSelected<T>> , LinearSelectionManager<T>