Uses of Interface
com.vaadin.data.Container.Ordered
-
Packages that use Container.Ordered Package Description com.vaadin.data Contains interfaces for the data layer, mainly for binding typed data and data collections to components, and for validating data.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.Ordered in com.vaadin.data
Subinterfaces of Container.Ordered in com.vaadin.data Modifier and Type Interface Description interfaceCollapsibleContainer needed by large lazy loading hierarchies displayed e.g.static interfaceContainer.IndexedInterface for Container classes whoseItems can be accessed by their position in the container.static interfaceContainer.SortableInterface for Container classes whoseItems 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 classAbstractBeanContainer<IDTYPE,BEANTYPE>An abstract base class for in-memory containers for JavaBeans.classAbstractInMemoryContainer<ITEMIDTYPE,PROPERTYIDCLASS,ITEMCLASS extends Item>AbstractContainerclass that handles common functionality for in-memory containers.classBeanContainer<IDTYPE,BEANTYPE>An in-memory container for JavaBeans.classBeanItemContainer<BEANTYPE>An in-memory container for JavaBeans.classContainerOrderedWrapperA wrapper class for adding external ordering to containers not implementing theContainer.Orderedinterface.classGeneratedPropertyContainerContainer wrapper that adds support for generated properties.classHierarchicalContainerA specialized Container whose contents can be accessed like it was a tree-like structure.classHierarchicalContainerOrderedWrapperA wrapper class for adding external ordering to containers not implementing theContainer.Orderedinterface while retainingContainer.Hierarchicalfeatures.classIndexedContainerAn implementation of theinterface 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 classSQLContainer -
Uses of Container.Ordered in com.vaadin.ui
Classes in com.vaadin.ui that implement Container.Ordered Modifier and Type Class Description classTableTableis used for representing data or components in a pageable and selectable table.classTreeTable
-