Uses of Interface
com.vaadin.data.Container.Ordered
-
Packages that use Container.Ordered Package Description com.vaadin.data com.vaadin.data.util com.vaadin.data.util.sqlcontainer com.vaadin.ui -
-
Uses of Container.Ordered in com.vaadin.data
Subinterfaces of Container.Ordered in com.vaadin.data Modifier and Type Interface Description interface
Collapsible
Container needed by large lazy loading hierarchies displayed e.g.static interface
Container.Indexed
Interface for Container classes whoseItem
s can be accessed by their position in the container.static interface
Container.Sortable
Interface for Container classes whoseItem
s can be sorted. -
Uses of Container.Ordered in com.vaadin.data.util
Classes in com.vaadin.data.util that implement Container.Ordered Modifier and Type Class Description class
AbstractBeanContainer<IDTYPE,BEANTYPE>
An abstract base class for in-memory containers for JavaBeans.class
AbstractInMemoryContainer<ITEMIDTYPE,PROPERTYIDCLASS,ITEMCLASS extends Item>
AbstractContainer
class that handles common functionality for in-memory containers.class
BeanContainer<IDTYPE,BEANTYPE>
An in-memory container for JavaBeans.class
BeanItemContainer<BEANTYPE>
An in-memory container for JavaBeans.class
ContainerOrderedWrapper
A wrapper class for adding external ordering to containers not implementing theContainer.Ordered
interface.class
GeneratedPropertyContainer
Container wrapper that adds support for generated properties.class
HierarchicalContainer
A specialized Container whose contents can be accessed like it was a tree-like structure.class
HierarchicalContainerOrderedWrapper
A wrapper class for adding external ordering to containers not implementing theContainer.Ordered
interface while retainingContainer.Hierarchical
features.class
IndexedContainer
An implementation of the
interface with all important features.Container.Indexed
-
Uses of Container.Ordered in com.vaadin.data.util.sqlcontainer
Classes in com.vaadin.data.util.sqlcontainer that implement Container.Ordered Modifier and Type Class Description class
SQLContainer
-
Uses of Container.Ordered in com.vaadin.ui
Classes in com.vaadin.ui that implement Container.Ordered Modifier and Type Class Description class
Table
Table
is used for representing data or components in a pageable and selectable table.class
TreeTable
-