Uses of Interface
org.dellroad.stuff.vaadin7.Connectable
-
-
Uses of Connectable in org.dellroad.stuff.vaadin7
Classes in org.dellroad.stuff.vaadin7 that implement Connectable Modifier and Type Class Description classAbstractQueryContainer<T>classAbstractSimpleContainer<I,T>classAbstractUnsizedContainer<T>A specialization ofAbstractQueryContainerthat doesn't require up-front knowledge of the underlying data's size.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.
-