|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Container.Sortable | |
|---|---|
| com.vaadin.data.util | Provides implementations of Property, Item and Container interfaces, and utilities for the data layer. |
| com.vaadin.data.util.sqlcontainer | |
| com.vaadin.ui | |
| Uses of Container.Sortable in com.vaadin.data.util |
|---|
| Classes in com.vaadin.data.util that implement Container.Sortable | |
|---|---|
class |
AbstractBeanContainer<IDTYPE,BEANTYPE>
An abstract base class for in-memory containers for JavaBeans. |
class |
BeanContainer<IDTYPE,BEANTYPE>
An in-memory container for JavaBeans. |
class |
BeanItemContainer<BEANTYPE>
An in-memory container for JavaBeans. |
class |
HierarchicalContainer
A specialized Container whose contents can be accessed like it was a tree-like structure. |
class |
IndexedContainer
An implementation of the interface
with all important features. |
| Methods in com.vaadin.data.util with parameters of type Container.Sortable | |
|---|---|
void |
ItemSorter.setSortProperties(Container.Sortable container,
Object[] propertyId,
boolean[] ascending)
Sets the parameters for an upcoming sort operation. |
void |
DefaultItemSorter.setSortProperties(Container.Sortable container,
Object[] propertyId,
boolean[] ascending)
|
| Uses of Container.Sortable in com.vaadin.data.util.sqlcontainer |
|---|
| Classes in com.vaadin.data.util.sqlcontainer that implement Container.Sortable | |
|---|---|
class |
SQLContainer
|
| Uses of Container.Sortable in com.vaadin.ui |
|---|
| Classes in com.vaadin.ui that implement Container.Sortable | |
|---|---|
class |
Table
Table is used for representing data or components in a pageable
and selectable table. |
class |
TreeTable
TreeTable extends the Table component so that it can also visualize a
hierarchy of its Items in a similar manner that Tree does. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||