See: Description
| Class | Description |
|---|---|
| AbstractTable<C extends Container & Connectable> | |
| ConfirmWindow |
A confirmation window.
|
| ExprQueryJObjectContainer |
QueryJObjectContainer whose query is defined by a Java expression. |
| JObjectChooser |
Contains widgets that allow choosing an object reference.
|
| JObjectContainer | |
| JObjectContainer.ObjIdPropertyDef |
Implements the
JObjectContainer.OBJECT_ID_PROPERTY property. |
| JObjectContainer.ObjPropertyDef<T> |
Support superclass for
PropertyDef implementations that derive the property value from a JObject. |
| JObjectContainer.ObjTypePropertyDef |
Implements the
JObjectContainer.TYPE_PROPERTY property. |
| JObjectContainer.ObjVersionPropertyDef |
Implements the
JObjectContainer.VERSION_PROPERTY property. |
| JObjectContainer.RefLabelPropertyDef |
Implements the
JObjectContainer.REFERENCE_LABEL_PROPERTY property. |
| JObjectTable |
Table showing all objects of a certain type, backed by an
JObjectContainer. |
| NullableField<T> |
Wraps a
Field that is capable of displaying, but not necessarily choosing, a null value,
and adds a "Null" button that sets the value to null. |
| QueryJObjectContainer |
Vaadin
Container backed by JSimpleDB Java model objects acquired by performing
a transactional query and copying out the results into a SnapshotJTransaction. |
| ReferenceFieldConverter | |
| ReloadableJObjectContainer |
A
JObjectContainer that supports a ReloadableJObjectContainer.reload() operation. |
| SimpleFieldConverter<T> | |
| SizedLabel |
A
Label initialized to have undefined size, so its size shrinks to the content. |
| SmallButton | |
| SnapshotJObjectContainer |
Specialized
JObjectContainer for use with key/value stores that implement
KVTransaction.mutableSnapshot(). |
| TypeContainer |
Hierarical container that contains the tree of all Java model classes in the database schema.
|
| TypeContainer.Node | |
| TypeTable |
Table showing object types.
|
Copyright © 2016. All rights reserved.