| Modifier and Type | Class and Description |
|---|---|
class |
AbstractQueryContainer<T>
|
class |
AbstractSimpleContainer<I,T>
|
class |
AbstractUnsizedContainer<T>
A specialization of
AbstractQueryContainer that doesn't require up-front knowledge of the underlying data's size. |
class |
EnumContainer<T extends Enum<T>>
Container backed by the instances of an
Enum type. |
class |
SelfKeyedContainer<T>
A
SimpleKeyedContainer where the item IDs are the underlying container objects themselves. |
class |
SimpleContainer<T>
An
AbstractSimpleContainer with Integer item IDs. |
class |
SimpleKeyedContainer<I,T>
An
AbstractSimpleContainer where the item IDs are generated from the items themselves
by the subclass-provided method SimpleKeyedContainer.getKeyFor(T). |
class |
VaadinSessionContainer<T extends VaadinSessionInfo>
Container containing active
VaadinSessions. |
Copyright © 2017. All rights reserved.