Uses of Class
org.dellroad.stuff.vaadin7.AbstractSimpleContainer
-
-
Uses of AbstractSimpleContainer in org.dellroad.stuff.vaadin7
Subclasses of AbstractSimpleContainer in org.dellroad.stuff.vaadin7 Modifier and Type Class Description classEnumContainer<T extends Enum<T>>Container backed by the instances of anEnumtype.classSelfKeyedContainer<T>ASimpleKeyedContainerwhere the item IDs are the underlying container objects themselves.classSimpleContainer<T>AnAbstractSimpleContainerwithIntegeritem IDs.classSimpleKeyedContainer<I,T>AnAbstractSimpleContainerwhere the item IDs are generated from the items themselves by the subclass-provided methodSimpleKeyedContainer.getKeyFor(T).classVaadinSessionContainer<T extends VaadinSessionInfo>Container containing activeVaadinSessions.
-