Serialized Form
-
Package org.dellroad.stuff.vaadin8
-
Class org.dellroad.stuff.vaadin8.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
-
progressBar
ProgressBar progressBar
-
upload
Upload upload
-
value
byte[] value
-
-
Class org.dellroad.stuff.vaadin8.EnumComboBox extends ComboBox<T extends Enum<T>> implements Serializable
-
Class org.dellroad.stuff.vaadin8.FieldBuilder extends Object implements Serializable
- serialVersionUID:
- -4876472481099484174L
-
Class org.dellroad.stuff.vaadin8.SimplePropertyDefinition extends Object implements Serializable
- serialVersionUID:
- 4983663265225248972L
-
Serialized Fields
-
caption
String caption
-
getter
SerializableMethod getter
-
name
String name
-
propertySet
SimplePropertySet<T> propertySet
-
setter
SerializableMethod setter
-
type
Class<V> type
-
-
Class org.dellroad.stuff.vaadin8.SimplePropertySet extends Object implements Serializable
- serialVersionUID:
- 4983663265225248973L
-
Class org.dellroad.stuff.vaadin8.WritableResource extends StreamResource implements Serializable
-