| Package | Description |
|---|---|
| com.vaadin.data.util |
Provides implementations of Property, Item and Container
interfaces, and utilities for the data layer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultItemSorter
Provides a default implementation of an ItemSorter.
|
| Modifier and Type | Method and Description |
|---|---|
ItemSorter |
IndexedContainer.getItemSorter() |
protected ItemSorter |
AbstractInMemoryContainer.getItemSorter()
Returns the ItemSorter used for comparing items in a sort.
|
ItemSorter |
AbstractBeanContainer.getItemSorter() |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexedContainer.setItemSorter(ItemSorter itemSorter) |
protected void |
AbstractInMemoryContainer.setItemSorter(ItemSorter itemSorter)
Sets the ItemSorter used for comparing items in a sort.
|
void |
AbstractBeanContainer.setItemSorter(ItemSorter itemSorter) |
Copyright © 2023 Vaadin Ltd. All rights reserved.