Serialized Form
-
Package org.dellroad.stuff.vaadin7
-
Class org.dellroad.stuff.vaadin7.AbstractQueryContainer extends AbstractContainer implements Serializable
-
Serialized Fields
-
itemMap
HashMap<Integer,BackedItem<T>> itemMap
-
propertyExtractor
PropertyExtractor<? super T> propertyExtractor
-
propertyMap
HashMap<String,PropertyDef<?>> propertyMap
-
queryList
QueryList<? extends T> queryList
-
totalSize
long totalSize
-
-
-
Class org.dellroad.stuff.vaadin7.AbstractSimpleContainer extends AbstractInMemoryContainer<I,String,BackedItem<T>> implements Serializable
-
Serialized Fields
-
itemMap
HashMap<Object,BackedItem<T>> itemMap
-
propertyExtractor
PropertyExtractor<? super T> propertyExtractor
-
propertyMap
HashMap<String,PropertyDef<?>> propertyMap
-
-
-
Class org.dellroad.stuff.vaadin7.AbstractUnsizedContainer extends AbstractQueryContainer<T> implements Serializable
-
Serialized Fields
-
size
long size
-
sizeIsKnown
boolean sizeIsKnown
-
windowSize
int windowSize
-
-
-
Class org.dellroad.stuff.vaadin7.BlobField extends CustomField<byte[]> implements Serializable
- serialVersionUID:
- 7566102164730793008L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream output) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
descriptionLabel
Label descriptionLabel
-
layout
HorizontalLayout layout
-
log
Logger log
-
progressBar
ProgressBar progressBar
-
upload
Upload upload
-
-
Class org.dellroad.stuff.vaadin7.ConvertedProperty extends AbstractProperty<P> implements Serializable
-
Serialized Fields
-
converter
Converter<P,M> converter
-
locale
Locale locale
-
property
Property<M> property
-
readOnlyStatusChangeListener
org.dellroad.stuff.vaadin7.ConvertedProperty.ReadOnlyStatusChangeListener readOnlyStatusChangeListener
-
valueChangeListener
org.dellroad.stuff.vaadin7.ConvertedProperty.ValueChangeListener valueChangeListener
-
-
-
Class org.dellroad.stuff.vaadin7.EnumComboBox extends ComboBox implements Serializable
-
Class org.dellroad.stuff.vaadin7.EnumContainer extends SelfKeyedContainer<T extends Enum<T>> implements Serializable
-
Class org.dellroad.stuff.vaadin7.FieldLayout extends HorizontalLayout implements Serializable
-
Class org.dellroad.stuff.vaadin7.InvalidQueryListException extends Exception implements Serializable
-
Class org.dellroad.stuff.vaadin7.PropertyDef extends Object implements Serializable
- serialVersionUID:
- -8991380517167562622L
-
Class org.dellroad.stuff.vaadin7.ReadOnlyProperty extends Object implements Serializable
-
Serialized Fields
-
listeners
Object listeners
-
-
-
Class org.dellroad.stuff.vaadin7.SelfKeyedContainer extends SimpleKeyedContainer<T,T> implements Serializable
-
Class org.dellroad.stuff.vaadin7.SimpleContainer extends AbstractSimpleContainer<Integer,T> implements Serializable
-
Class org.dellroad.stuff.vaadin7.SimpleItem extends Object implements Serializable
-
Serialized Fields
-
object
T object
-
propertyExtractor
PropertyExtractor<? super T> propertyExtractor
-
propertyList
Object[] propertyList
-
-
-
Class org.dellroad.stuff.vaadin7.SimpleItem.Property extends ReadOnlyProperty<V> implements Serializable
-
Serialized Fields
-
propertyDef
PropertyDef<V> propertyDef
-
-
-
Class org.dellroad.stuff.vaadin7.SimpleKeyedContainer extends AbstractSimpleContainer<I,T> implements Serializable
-
Class org.dellroad.stuff.vaadin7.SimpleProperty extends ReadOnlyProperty<V> implements Serializable
-
Serialized Fields
-
object
T object
-
propertyDef
PropertyDef<V> propertyDef
-
propertyExtractor
PropertyExtractor<? super T> propertyExtractor
-
-
-
Class org.dellroad.stuff.vaadin7.SpringVaadinServlet extends VaadinServlet implements Serializable
-
Serialized Fields
-
liveSessions
WeakHashMap<VaadinSession,Void> liveSessions
-
servletName
String servletName
-
-
-
Class org.dellroad.stuff.vaadin7.SpringVaadinSessionListener extends Object implements Serializable
- serialVersionUID:
- -2107311484324869198L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
Class org.dellroad.stuff.vaadin7.StringValuePropertyDef extends PropertyDef<String> implements Serializable
- serialVersionUID:
- 2452425597211239316L
-
Class org.dellroad.stuff.vaadin7.VaadinApplication extends Object implements Serializable
- serialVersionUID:
- -4202507689739224846L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-
Class org.dellroad.stuff.vaadin7.VaadinApplicationScope extends Object implements Serializable
-
Serialized Fields
-
beanHolders
HashMap<VaadinSession,org.dellroad.stuff.vaadin7.VaadinApplicationScope.SessionBeanHolder> beanHolders
-
-
-
Class org.dellroad.stuff.vaadin7.VaadinSessionContainer extends SelfKeyedContainer<T extends VaadinSessionInfo> implements Serializable
-
Serialized Fields
-
listener
org.dellroad.stuff.vaadin7.VaadinSessionContainer.SessionEventListener listener
-
log
Logger log
-
session
VaadinSession session
TheVaadinSessionthat this container instance is associated with. Determined by whateverVaadinSessionis associated with the current thread at construction time.
-
-
-
Class org.dellroad.stuff.vaadin7.WritableResource extends StreamResource implements Serializable
-