Serialized Form
-
Package com.vaadin.data
-
Class com.vaadin.data.Buffered.SourceException extends RuntimeException implements Serializable
-
Class com.vaadin.data.ContainerHelpers extends Object implements Serializable
-
Class com.vaadin.data.Property.ReadOnlyException extends RuntimeException implements Serializable
-
Class com.vaadin.data.Validator.EmptyValueException extends Validator.InvalidValueException implements Serializable
-
Class com.vaadin.data.Validator.InvalidValueException extends RuntimeException implements Serializable
-
Serialized Fields
-
causes
Validator.InvalidValueException[] causes
Array of one or more validation errors that are causing this validation error.
-
-
-
-
Package com.vaadin.data.fieldgroup
-
Class com.vaadin.data.fieldgroup.BeanFieldGroup extends FieldGroup implements Serializable
-
Serialized Fields
-
beanType
Class<T> beanType
-
defaultValidators
Map<Field<?>,BeanValidator> defaultValidators
-
-
-
Class com.vaadin.data.fieldgroup.DefaultFieldGroupFieldFactory extends Object implements Serializable
-
Class com.vaadin.data.fieldgroup.FieldGroup extends Object implements Serializable
-
Serialized Fields
-
buffered
boolean buffered
-
commitHandlers
List<FieldGroup.CommitHandler> commitHandlers
-
enabled
boolean enabled
-
fieldFactory
FieldGroupFieldFactory fieldFactory
The field factory used by builder methods. -
fieldToPropertyId
LinkedHashMap<Field<?>,Object> fieldToPropertyId
-
itemDataSource
Item itemDataSource
-
propertyIdToField
HashMap<Object,Field<?>> propertyIdToField
-
readOnly
boolean readOnly
-
-
-
Class com.vaadin.data.fieldgroup.FieldGroup.BindException extends RuntimeException implements Serializable
-
Class com.vaadin.data.fieldgroup.FieldGroup.CommitEvent extends Object implements Serializable
-
Serialized Fields
-
fieldBinder
FieldGroup fieldBinder
-
-
-
Class com.vaadin.data.fieldgroup.FieldGroup.CommitException extends Exception implements Serializable
-
Serialized Fields
-
fieldGroup
FieldGroup fieldGroup
-
-
-
Class com.vaadin.data.fieldgroup.FieldGroup.FieldGroupInvalidValueException extends Validator.InvalidValueException implements Serializable
-
Serialized Fields
-
invalidValueExceptions
Map<Field<?>,Validator.InvalidValueException> invalidValueExceptions
-
-
-
Class com.vaadin.data.fieldgroup.FieldGroup.SearchException extends RuntimeException implements Serializable
-
-
Package com.vaadin.data.sort
-
Class com.vaadin.data.sort.Sort extends Object implements Serializable
-
Class com.vaadin.data.sort.SortOrder extends Object implements Serializable
-
Serialized Fields
-
direction
SortDirection direction
-
propertyId
Object propertyId
-
-
-
-
Package com.vaadin.data.util
-
Class com.vaadin.data.util.AbstractBeanContainer extends AbstractInMemoryContainer<IDTYPE,String,BeanItem<BEANTYPE>> implements Serializable
-
Serialized Fields
-
beanIdResolver
AbstractBeanContainer.BeanIdResolver<IDTYPE,BEANTYPE> beanIdResolver
The resolver that finds the item ID for a bean, or null not to use automatic resolving. Methods that add a bean without specifying an ID must not be called if no resolver has been set. -
itemIdToItem
Map<IDTYPE,BeanItem<BEANTYPE>> itemIdToItem
Maps all item ids in the container (including filtered) to their corresponding BeanItem. -
model
LinkedHashMap<String,VaadinPropertyDescriptor<BEANTYPE>> model
A description of the properties found in beans of typeAbstractBeanContainer.type. Determines the property ids that are present in the container. -
type
Class<? super BEANTYPE> type
The type of the beans in the container.
-
-
-
Class com.vaadin.data.util.AbstractBeanContainer.PropertyBasedBeanIdResolver extends Object implements Serializable
-
Serialized Fields
-
propertyId
Object propertyId
-
-
-
Class com.vaadin.data.util.AbstractContainer extends Object implements Serializable
-
Serialized Fields
-
itemSetChangeListeners
Collection<Container.ItemSetChangeListener> itemSetChangeListeners
List of all container Item set change event listeners. -
propertySetChangeListeners
Collection<Container.PropertySetChangeListener> propertySetChangeListeners
List of all Property set change event listeners.
-
-
-
Class com.vaadin.data.util.AbstractContainer.BaseItemSetChangeEvent extends EventObject implements Serializable
-
Class com.vaadin.data.util.AbstractContainer.BasePropertySetChangeEvent extends EventObject implements Serializable
-
Class com.vaadin.data.util.AbstractInMemoryContainer extends AbstractContainer implements Serializable
-
Serialized Fields
-
allItemIds
List<ITEMIDTYPE> allItemIds
An orderedListof all item identifiers in the container, including those that have been filtered out. Must not be null. -
filteredItemIds
List<ITEMIDTYPE> filteredItemIds
An orderedListof item identifiers in the container after filtering, excluding those that have been filtered out. This is what the external API of theContainerinterface and its subinterfaces shows (e.g.AbstractInMemoryContainer.size(),AbstractInMemoryContainer.nextItemId(Object)). If null, the full item id list is used instead. -
filters
Set<Container.Filter> filters
Filters that are applied to the container to limit the items visible in it -
itemSorter
ItemSorter itemSorter
The item sorter which is used for sorting the container.
-
-
-
Class com.vaadin.data.util.AbstractInMemoryContainer.BaseItemAddEvent extends com.vaadin.data.util.AbstractInMemoryContainer.BaseItemAddOrRemoveEvent implements Serializable
-
Class com.vaadin.data.util.AbstractInMemoryContainer.BaseItemRemoveEvent extends com.vaadin.data.util.AbstractInMemoryContainer.BaseItemAddOrRemoveEvent implements Serializable
-
Class com.vaadin.data.util.AbstractProperty extends Object implements Serializable
-
Serialized Fields
-
readOnly
boolean readOnly
Is the Property read-only? -
readOnlyStatusChangeListeners
LinkedList<Property.ReadOnlyStatusChangeListener> readOnlyStatusChangeListeners
List of listeners who are interested in the read-only status changes of the Property -
valueChangeListeners
LinkedList<Property.ValueChangeListener> valueChangeListeners
List of listeners who are interested in the value changes of the Property
-
-
-
Class com.vaadin.data.util.AbstractProperty.ReadOnlyStatusChangeEvent extends EventObject implements Serializable
-
Class com.vaadin.data.util.BeanContainer extends AbstractBeanContainer<IDTYPE,BEANTYPE> implements Serializable
-
Class com.vaadin.data.util.BeanItem extends PropertysetItem implements Serializable
-
Serialized Fields
-
bean
BT bean
The bean which this Item is based on.
-
-
-
Class com.vaadin.data.util.BeanItemContainer extends AbstractBeanContainer<BEANTYPE,BEANTYPE> implements Serializable
-
Class com.vaadin.data.util.BeanUtil extends Object implements Serializable
-
Class com.vaadin.data.util.ContainerHierarchicalWrapper extends Object implements Serializable
-
Serialized Fields
-
children
Hashtable<Object,LinkedList<Object>> children
Mapping from Item ID to a list of child IDs -
container
Container container
The wrapped container -
hierarchical
boolean hierarchical
Is the wrapped container hierarchical by itself ? -
noChildrenAllowed
HashSet<Object> noChildrenAllowed
Set of IDs of those contained Items that can't have children. -
parent
Hashtable<Object,Object> parent
Mapping from Item ID to parent Item ID -
roots
LinkedHashSet<Object> roots
List that contains all root elements of the container.
-
-
-
Class com.vaadin.data.util.ContainerOrderedWrapper extends Object implements Serializable
-
Serialized Fields
-
container
Container container
The wrapped container -
first
Object first
ID of the first Item in the container. -
last
Object last
ID of the last Item in the container. -
lastKnownSize
int lastKnownSize
The last known size of the wrapped container. Used to check whether items have been added or removed to the wrapped container, when the wrapped container does not send ItemSetChangeEvents. -
next
Hashtable<Object,Object> next
Ordering information, ie. the mapping from Item ID to the next item ID. The last item id should not be present -
ordered
boolean ordered
Is the wrapped container ordered by itself, ie. does it implement the Container.Ordered interface by itself? If it does, this class will use the methods of the underlying container directly. -
prev
Hashtable<Object,Object> prev
Reverse ordering information for convenience and performance reasons. The first item id should not be present
-
-
-
Class com.vaadin.data.util.DefaultItemSorter extends Object implements Serializable
-
Serialized Fields
-
container
Container container
-
propertyValueComparator
Comparator<Object> propertyValueComparator
-
sortDirections
boolean[] sortDirections
-
sortPropertyIds
Object[] sortPropertyIds
-
-
-
Class com.vaadin.data.util.DefaultItemSorter.DefaultPropertyValueComparator extends Object implements Serializable
-
Class com.vaadin.data.util.FilesystemContainer extends Object implements Serializable
-
Serialized Fields
-
filter
FilenameFilter filter
-
recursive
boolean recursive
-
roots
File[] roots
-
-
-
Class com.vaadin.data.util.FilesystemContainer.FileExtensionFilter extends Object implements Serializable
-
Serialized Fields
-
filter
String filter
-
-
-
Class com.vaadin.data.util.FilesystemContainer.FileItem extends Object implements Serializable
-
Serialized Fields
-
file
File file
The wrapped file.
-
-
-
Class com.vaadin.data.util.GeneratedPropertyContainer extends AbstractContainer implements Serializable
-
Serialized Fields
-
activeFilters
Map<Container.Filter,List<Container.Filter>> activeFilters
-
filterableContainer
Container.Filterable filterableContainer
-
propertyGenerators
Map<Object,PropertyValueGenerator<?>> propertyGenerators
-
removedProperties
Set<Object> removedProperties
-
sortableContainer
Container.Sortable sortableContainer
-
wrappedContainer
Container.Indexed wrappedContainer
-
-
-
Class com.vaadin.data.util.GeneratedPropertyContainer.GeneratedItemAddEvent extends GeneratedPropertyContainer.GeneratedItemAddOrRemoveEvent implements Serializable
-
Class com.vaadin.data.util.GeneratedPropertyContainer.GeneratedItemAddOrRemoveEvent extends Object implements Serializable
-
Serialized Fields
-
count
int count
-
firstIndex
int firstIndex
-
firstItemId
Object firstItemId
-
-
-
Class com.vaadin.data.util.GeneratedPropertyContainer.GeneratedItemRemoveEvent extends GeneratedPropertyContainer.GeneratedItemAddOrRemoveEvent implements Serializable
-
Class com.vaadin.data.util.GeneratedPropertyContainer.GeneratedProperty extends Object implements Serializable
-
Serialized Fields
-
generator
PropertyValueGenerator<T> generator
-
item
Item item
-
itemId
Object itemId
-
propertyId
Object propertyId
-
-
-
Class com.vaadin.data.util.GeneratedPropertyContainer.GeneratedPropertyItem extends Object implements Serializable
-
Class com.vaadin.data.util.HierarchicalContainer extends IndexedContainer implements Serializable
-
Serialized Fields
-
children
HashMap<Object,LinkedList<Object>> children
Mapping from Item ID to a list of child IDs. -
contentChangedEventsDisabledCount
int contentChangedEventsDisabledCount
Counts how many nested contents change disable calls are in progress. Pending events are only fired when the counter reaches zero again. -
contentsChangedEventPending
boolean contentsChangedEventPending
-
filteredChildren
HashMap<Object,LinkedList<Object>> filteredChildren
Mapping from Item ID to a list of child IDs when filtered -
filteredParent
HashMap<Object,Object> filteredParent
Mapping from Item ID to parent Item ID for items included in the filtered container. -
filteredRoots
LinkedList<Object> filteredRoots
List that contains all filtered root elements of the container. -
filterOverride
Set<Object> filterOverride
-
includeParentsWhenFiltering
boolean includeParentsWhenFiltering
Determines how filtering of the container is done. -
noChildrenAllowed
HashSet<Object> noChildrenAllowed
Set of IDs of those contained Items that can't have children. -
parent
HashMap<Object,Object> parent
Mapping from Item ID to parent Item ID. -
roots
LinkedList<Object> roots
List that contains all root elements of the container.
-
-
-
Class com.vaadin.data.util.HierarchicalContainerOrderedWrapper extends ContainerOrderedWrapper implements Serializable
-
Serialized Fields
-
hierarchical
Container.Hierarchical hierarchical
-
-
-
Class com.vaadin.data.util.IndexedContainer extends AbstractInMemoryContainer<Object,Object,Item> implements Serializable
-
Serialized Fields
-
defaultPropertyValues
HashMap<Object,Object> defaultPropertyValues
-
items
Hashtable<Object,Map<Object,Object>> items
Hash of Items, where each Item is implemented as a mapping from Property ID to Property value. -
nextGeneratedItemId
int nextGeneratedItemId
-
propertyIds
ArrayList<Object> propertyIds
Linked list of ordered Property IDs. -
propertyValueChangeListeners
LinkedList<Property.ValueChangeListener> propertyValueChangeListeners
List of all Property value change event listeners listening all the properties. -
readOnlyProperties
HashSet<Property<?>> readOnlyProperties
Set of properties that are read-only. -
singlePropertyValueChangeListeners
Hashtable<Object,Map<Object,List<Property.ValueChangeListener>>> singlePropertyValueChangeListeners
Data structure containing all listeners interested in changes to single Properties. The data structure is a hashtable mapping Property IDs to a hashtable that maps Item IDs to a linked list of listeners listening Property identified by given Property ID and Item ID. -
types
Hashtable<Object,Class<?>> types
Property ID to type mapping.
-
-
-
Class com.vaadin.data.util.IndexedContainer.ItemSetChangeEvent extends AbstractContainer.BaseItemSetChangeEvent implements Serializable
-
Serialized Fields
-
addedItemIndex
int addedItemIndex
-
-
-
Class com.vaadin.data.util.LegacyPropertyHelper extends Object implements Serializable
-
Class com.vaadin.data.util.ListSet extends ArrayList<E> implements Serializable
-
Class com.vaadin.data.util.MethodProperty extends AbstractProperty<T> implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
setArgumentIndex
int setArgumentIndex
Index of the new value in the argument list for the setter method. If the setter method requires several parameters, this index tells which one is the actual value to change.
-
-
-
Class com.vaadin.data.util.MethodProperty.MethodException extends RuntimeException implements Serializable
-
Class com.vaadin.data.util.MethodPropertyDescriptor extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
-
Class com.vaadin.data.util.NestedMethodProperty extends AbstractProperty<T> implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
-
Class com.vaadin.data.util.NestedPropertyDescriptor extends Object implements Serializable
-
Class com.vaadin.data.util.ObjectProperty extends AbstractProperty<T> implements Serializable
-
Class com.vaadin.data.util.PropertyFormatter extends AbstractProperty<String> implements Serializable
-
Class com.vaadin.data.util.PropertysetItem extends Object implements Serializable
-
Serialized Fields
-
list
LinkedList<Object> list
List of all property ids to maintain the order. -
map
HashMap<Object,Property<?>> map
Mapping from property id to property. -
propertySetChangeListeners
LinkedList<Item.PropertySetChangeListener> propertySetChangeListeners
List of property set modification listeners.
-
-
-
Class com.vaadin.data.util.PropertyValueGenerator extends Object implements Serializable
-
Class com.vaadin.data.util.TextFileProperty extends AbstractProperty<String> implements Serializable
-
Class com.vaadin.data.util.TransactionalPropertyWrapper extends AbstractProperty<T> implements Serializable
-
Serialized Fields
-
inTransaction
boolean inTransaction
-
listener
Property.ValueChangeListener listener
-
valueBeforeTransaction
T valueBeforeTransaction
-
valueChangePending
boolean valueChangePending
-
wrappedProperty
Property<T> wrappedProperty
-
-
-
-
Package com.vaadin.data.util.converter
-
Class com.vaadin.data.util.converter.AbstractStringToNumberConverter extends Object implements Serializable
-
Class com.vaadin.data.util.converter.Converter.ConversionException extends RuntimeException implements Serializable
-
Class com.vaadin.data.util.converter.ConverterUtil extends Object implements Serializable
-
Class com.vaadin.data.util.converter.DateToLongConverter extends Object implements Serializable
-
Class com.vaadin.data.util.converter.DateToSqlDateConverter extends Object implements Serializable
-
Class com.vaadin.data.util.converter.DefaultConverterFactory extends Object implements Serializable
-
Class com.vaadin.data.util.converter.ReverseConverter extends Object implements Serializable
-
Serialized Fields
-
realConverter
Converter<MODEL,PRESENTATION> realConverter
-
-
-
Class com.vaadin.data.util.converter.StringToBigDecimalConverter extends AbstractStringToNumberConverter<BigDecimal> implements Serializable
-
Class com.vaadin.data.util.converter.StringToBigIntegerConverter extends AbstractStringToNumberConverter<BigInteger> implements Serializable
-
Class com.vaadin.data.util.converter.StringToBooleanConverter extends Object implements Serializable
-
Class com.vaadin.data.util.converter.StringToByteConverter extends AbstractStringToNumberConverter<Byte> implements Serializable
-
Class com.vaadin.data.util.converter.StringToCollectionConverter extends Object implements Serializable
-
Serialized Fields
-
delimiter
String delimiter
-
factory
StringToCollectionConverter.CollectionFactory factory
-
tokenConverter
Converter<String,?> tokenConverter
-
tokenType
Class<?> tokenType
-
-
-
Class com.vaadin.data.util.converter.StringToCollectionConverter.DefaultCollectionFactory extends Object implements Serializable
-
Class com.vaadin.data.util.converter.StringToDateConverter extends Object implements Serializable
-
Class com.vaadin.data.util.converter.StringToDoubleConverter extends AbstractStringToNumberConverter<Double> implements Serializable
-
Class com.vaadin.data.util.converter.StringToEnumConverter extends Object implements Serializable
-
Class com.vaadin.data.util.converter.StringToFloatConverter extends AbstractStringToNumberConverter<Float> implements Serializable
-
Class com.vaadin.data.util.converter.StringToIntegerConverter extends AbstractStringToNumberConverter<Integer> implements Serializable
-
Class com.vaadin.data.util.converter.StringToLongConverter extends AbstractStringToNumberConverter<Long> implements Serializable
-
Class com.vaadin.data.util.converter.StringToShortConverter extends AbstractStringToNumberConverter<Short> implements Serializable
-
-
Package com.vaadin.data.util.filter
-
Class com.vaadin.data.util.filter.AbstractJunctionFilter extends Object implements Serializable
-
Serialized Fields
-
filters
Collection<Container.Filter> filters
-
-
-
Class com.vaadin.data.util.filter.And extends AbstractJunctionFilter implements Serializable
-
Class com.vaadin.data.util.filter.Between extends Object implements Serializable
-
Serialized Fields
-
endValue
Comparable<?> endValue
-
propertyId
Object propertyId
-
startValue
Comparable<?> startValue
-
-
-
Class com.vaadin.data.util.filter.Compare extends Object implements Serializable
-
Serialized Fields
-
operation
Compare.Operation operation
-
propertyId
Object propertyId
-
value
Object value
-
-
-
Class com.vaadin.data.util.filter.Compare.Equal extends Compare implements Serializable
-
Class com.vaadin.data.util.filter.Compare.Greater extends Compare implements Serializable
-
Class com.vaadin.data.util.filter.Compare.GreaterOrEqual extends Compare implements Serializable
-
Class com.vaadin.data.util.filter.Compare.Less extends Compare implements Serializable
-
Class com.vaadin.data.util.filter.Compare.LessOrEqual extends Compare implements Serializable
-
Class com.vaadin.data.util.filter.IsNull extends Object implements Serializable
-
Serialized Fields
-
propertyId
Object propertyId
-
-
-
Class com.vaadin.data.util.filter.Like extends Object implements Serializable
-
Class com.vaadin.data.util.filter.Not extends Object implements Serializable
-
Serialized Fields
-
filter
Container.Filter filter
-
-
-
Class com.vaadin.data.util.filter.Or extends AbstractJunctionFilter implements Serializable
-
Class com.vaadin.data.util.filter.SimpleStringFilter extends Object implements Serializable
-
Class com.vaadin.data.util.filter.UnsupportedFilterException extends RuntimeException implements Serializable
-
-
Package com.vaadin.data.util.sqlcontainer
-
Class com.vaadin.data.util.sqlcontainer.ColumnProperty extends Object implements Serializable
- serialVersionUID:
- -3694463129581802457L
-
Serialized Fields
-
allowReadOnlyChange
boolean allowReadOnlyChange
-
changedValue
Object changedValue
-
modified
boolean modified
-
nullable
boolean nullable
-
owner
RowItem owner
-
primaryKey
boolean primaryKey
-
propertyId
String propertyId
-
readOnly
boolean readOnly
-
type
Class<?> type
-
value
Object value
-
versionColumn
boolean versionColumn
-
-
Class com.vaadin.data.util.sqlcontainer.ColumnProperty.NotNullableException extends RuntimeException implements Serializable
-
Class com.vaadin.data.util.sqlcontainer.OptimisticLockException extends RuntimeException implements Serializable
-
Serialized Fields
-
rowId
RowId rowId
-
-
-
Class com.vaadin.data.util.sqlcontainer.ReadOnlyRowId extends RowId implements Serializable
- serialVersionUID:
- -2626764781642012467L
-
Serialized Fields
-
rowNum
Integer rowNum
-
-
Class com.vaadin.data.util.sqlcontainer.RowId extends Object implements Serializable
- serialVersionUID:
- -3161778404698901258L
-
Serialized Fields
-
id
Object[] id
-
-
Class com.vaadin.data.util.sqlcontainer.RowItem extends Object implements Serializable
- serialVersionUID:
- -6228966439127951408L
-
Serialized Fields
-
container
SQLContainer container
-
id
RowId id
-
properties
Collection<ColumnProperty> properties
-
-
Class com.vaadin.data.util.sqlcontainer.SQLContainer extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
addedItems
List<RowItem> addedItems
-
autoCommit
boolean autoCommit
Auto commit mode, default = false -
cachedItems
com.vaadin.data.util.sqlcontainer.CacheMap<RowId,RowItem> cachedItems
-
cacheOverlap
int cacheOverlap
Amount of cache to overlap with previous page -
currentOffset
int currentOffset
Starting row number of the currently fetched page -
filters
List<Container.Filter> filters
Filters (WHERE) and sorters (ORDER BY) -
itemIndexes
Map<Integer,RowId> itemIndexes
Item and index caches -
itemSetChangeListeners
LinkedList<Container.ItemSetChangeListener> itemSetChangeListeners
ItemSetChangeListeners -
modifiedItems
List<RowItem> modifiedItems
-
notificationsEnabled
boolean notificationsEnabled
Cache flush notification system enabled. Disabled by default. -
pageLength
int pageLength
Page length = number of items contained in one page -
propertyIds
List<String> propertyIds
Container properties = column names, data types and statuses -
propertyNullable
Map<String,Boolean> propertyNullable
-
propertyPersistable
Map<String,Boolean> propertyPersistable
-
propertyPrimaryKey
Map<String,Boolean> propertyPrimaryKey
-
propertyReadOnly
Map<String,Boolean> propertyReadOnly
-
propertyTypes
Map<String,Class<?>> propertyTypes
-
queryDelegate
QueryDelegate queryDelegate
Query delegate -
references
Map<SQLContainer,com.vaadin.data.util.sqlcontainer.Reference> references
List of references to other SQLContainers -
removedItems
Map<RowId,RowItem> removedItems
Temporary storage for modified items and items to be removed and added -
size
int size
Total number of items available in the data source using the current query, filters and sorters. -
sizeDirty
boolean sizeDirty
-
sizeUpdated
Date sizeUpdated
-
sizeValidMilliSeconds
int sizeValidMilliSeconds
Size updating logic. Do not update size from data source if it has been updated in the last sizeValidMilliSeconds milliseconds. -
sorters
List<OrderBy> sorters
-
-
-
Class com.vaadin.data.util.sqlcontainer.SQLContainer.ItemSetChangeEvent extends EventObject implements Serializable
-
Class com.vaadin.data.util.sqlcontainer.SQLUtil extends Object implements Serializable
-
Class com.vaadin.data.util.sqlcontainer.TemporaryRowId extends RowId implements Serializable
- serialVersionUID:
- -641983830469018329L
-
-
Package com.vaadin.data.util.sqlcontainer.connection
-
Class com.vaadin.data.util.sqlcontainer.connection.J2EEConnectionPool extends Object implements Serializable
-
Serialized Fields
-
dataSource
DataSource dataSource
-
dataSourceJndiName
String dataSourceJndiName
-
-
-
Class com.vaadin.data.util.sqlcontainer.connection.SimpleJDBCConnectionPool extends Object implements Serializable
-
Serialization Methods
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
-
-
Package com.vaadin.data.util.sqlcontainer.query
-
Class com.vaadin.data.util.sqlcontainer.query.AbstractTransactionalQuery extends Object implements Serializable
-
Serialized Fields
-
connectionPool
JDBCConnectionPool connectionPool
-
-
-
Class com.vaadin.data.util.sqlcontainer.query.FreeformQuery extends AbstractTransactionalQuery implements Serializable
-
Serialization Methods
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
delegate
FreeformQueryDelegate delegate
-
primaryKeyColumns
List<String> primaryKeyColumns
-
queryString
String queryString
-
-
-
Class com.vaadin.data.util.sqlcontainer.query.OrderBy extends Object implements Serializable
-
Serialized Fields
-
column
String column
-
isAscending
boolean isAscending
-
-
-
Class com.vaadin.data.util.sqlcontainer.query.TableQuery extends AbstractTransactionalQuery implements Serializable
-
Serialization Methods
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Custom writeObject to call rollback() if object is serialized.- Throws:
IOException
-
-
Serialized Fields
-
bufferedEvents
List<TableQuery.RowIdChangeEvent> bufferedEvents
Row ID change events, stored until commit() is called -
catalogName
String catalogName
-
debug
boolean debug
Set to true to output generated SQL Queries to System.out -
filters
List<Container.Filter> filters
Currently set Filters and OrderBys -
fullTableName
String fullTableName
Cached concatenated version of the table name. -
orderBys
List<OrderBy> orderBys
-
primaryKeyColumns
List<String> primaryKeyColumns
Primary key column name(s) in the table. -
rowIdChangeListeners
LinkedList<QueryDelegate.RowIdChangeListener> rowIdChangeListeners
Row ID change listeners -
schemaName
String schemaName
-
sqlGenerator
SQLGenerator sqlGenerator
SQLGenerator instance to use for generating queries -
tableName
String tableName
Table name (without catalog or schema information). -
versionColumn
String versionColumn
Version column name in the table.
-
-
-
Class com.vaadin.data.util.sqlcontainer.query.TableQuery.RowIdChangeEvent extends EventObject implements Serializable
-
-
Package com.vaadin.data.util.sqlcontainer.query.generator
-
Class com.vaadin.data.util.sqlcontainer.query.generator.DefaultSQLGenerator extends Object implements Serializable
-
Serialized Fields
-
statementHelperClass
Class<? extends StatementHelper> statementHelperClass
-
-
-
Class com.vaadin.data.util.sqlcontainer.query.generator.MSSQLGenerator extends DefaultSQLGenerator implements Serializable
-
Class com.vaadin.data.util.sqlcontainer.query.generator.OracleGenerator extends DefaultSQLGenerator implements Serializable
-
Class com.vaadin.data.util.sqlcontainer.query.generator.StatementHelper extends Object implements Serializable
-
-
Package com.vaadin.data.util.sqlcontainer.query.generator.filter
-
Class com.vaadin.data.util.sqlcontainer.query.generator.filter.AndTranslator extends Object implements Serializable
-
Class com.vaadin.data.util.sqlcontainer.query.generator.filter.BetweenTranslator extends Object implements Serializable
-
Class com.vaadin.data.util.sqlcontainer.query.generator.filter.CompareTranslator extends Object implements Serializable
-
Class com.vaadin.data.util.sqlcontainer.query.generator.filter.IsNullTranslator extends Object implements Serializable
-
Class com.vaadin.data.util.sqlcontainer.query.generator.filter.LikeTranslator extends Object implements Serializable
-
Class com.vaadin.data.util.sqlcontainer.query.generator.filter.NotTranslator extends Object implements Serializable
-
Class com.vaadin.data.util.sqlcontainer.query.generator.filter.OrTranslator extends Object implements Serializable
-
Class com.vaadin.data.util.sqlcontainer.query.generator.filter.QueryBuilder extends Object implements Serializable
-
Class com.vaadin.data.util.sqlcontainer.query.generator.filter.SimpleStringTranslator extends Object implements Serializable
-
Class com.vaadin.data.util.sqlcontainer.query.generator.filter.StringDecorator extends Object implements Serializable
-
-
Package com.vaadin.data.validator
-
Class com.vaadin.data.validator.AbstractStringValidator extends AbstractValidator<String> implements Serializable
-
Class com.vaadin.data.validator.AbstractValidator extends Object implements Serializable
-
Serialized Fields
-
errorMessage
String errorMessage
Error message that is included in anValidator.InvalidValueExceptionif such is thrown.
-
-
-
Class com.vaadin.data.validator.BeanValidator extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.vaadin.data.validator.BeanValidator.SimpleContext extends Object implements Serializable
-
Serialized Fields
-
descriptor
javax.validation.metadata.ConstraintDescriptor<?> descriptor
-
value
Object value
-
violation
javax.validation.ConstraintViolation<?> violation
-
-
-
Class com.vaadin.data.validator.BigDecimalRangeValidator extends RangeValidator<BigDecimal> implements Serializable
-
Class com.vaadin.data.validator.BigIntegerRangeValidator extends RangeValidator<BigInteger> implements Serializable
-
Class com.vaadin.data.validator.ByteRangeValidator extends RangeValidator<Byte> implements Serializable
-
Class com.vaadin.data.validator.CompositeValidator extends Object implements Serializable
-
Serialized Fields
-
errorMessage
String errorMessage
-
mode
CompositeValidator.CombinationMode mode
Operation mode. -
validators
List<Validator> validators
List of contained validators.
-
-
-
Class com.vaadin.data.validator.DateRangeValidator extends RangeValidator<Date> implements Serializable
-
Class com.vaadin.data.validator.DoubleRangeValidator extends RangeValidator<Double> implements Serializable
-
Class com.vaadin.data.validator.DoubleValidator extends AbstractStringValidator implements Serializable
-
Class com.vaadin.data.validator.EmailValidator extends RegexpValidator implements Serializable
-
Class com.vaadin.data.validator.FloatRangeValidator extends RangeValidator<Float> implements Serializable
-
Class com.vaadin.data.validator.IntegerRangeValidator extends RangeValidator<Integer> implements Serializable
-
Class com.vaadin.data.validator.IntegerValidator extends AbstractStringValidator implements Serializable
-
Class com.vaadin.data.validator.LongRangeValidator extends RangeValidator<Long> implements Serializable
-
Class com.vaadin.data.validator.NullValidator extends Object implements Serializable
-
Serialized Fields
-
errorMessage
String errorMessage
-
onlyNullAllowed
boolean onlyNullAllowed
-
-
-
Class com.vaadin.data.validator.RangeValidator extends AbstractValidator<T extends Comparable> implements Serializable
-
Serialized Fields
-
maxValue
T extends Comparable maxValue
-
maxValueIncluded
boolean maxValueIncluded
-
minValue
T extends Comparable minValue
-
minValueIncluded
boolean minValueIncluded
-
type
Class<T extends Comparable> type
-
-
-
Class com.vaadin.data.validator.RegexpValidator extends AbstractStringValidator implements Serializable
-
Serialized Fields
-
complete
boolean complete
-
pattern
Pattern pattern
-
-
-
Class com.vaadin.data.validator.ShortRangeValidator extends RangeValidator<Short> implements Serializable
-
Class com.vaadin.data.validator.StringLengthValidator extends AbstractStringValidator implements Serializable
-
-
Package com.vaadin.event
-
Class com.vaadin.event.Action extends Object implements Serializable
-
Class com.vaadin.event.ActionManager extends Object implements Serializable
- serialVersionUID:
- 1641868163608066491L
-
Serialized Fields
-
actionHandlers
HashSet<Action.Handler> actionHandlers
List of action handlers. Guaranteed to keep the original insertion order. -
actionMapper
KeyMapper<Action> actionMapper
Action mapper -
clientHasActions
boolean clientHasActions
-
ownActions
HashSet<Action> ownActions
List of action handlers. Guaranteed to keep the original insertion order. -
viewer
Component viewer
-
-
Class com.vaadin.event.ConnectorActionManager extends ActionManager implements Serializable
-
Serialized Fields
-
connector
ClientConnector connector
-
-
-
Class com.vaadin.event.ConnectorEvent extends EventObject implements Serializable
-
Class com.vaadin.event.ContextClickEvent extends MouseEvents.ClickEvent implements Serializable
-
Class com.vaadin.event.DataBoundTransferable extends TransferableImpl implements Serializable
-
Class com.vaadin.event.EventRouter extends Object implements Serializable
-
Serialized Fields
-
listenerList
LinkedHashSet<ListenerMethod> listenerList
List of registered listeners.
-
-
-
Class com.vaadin.event.FieldEvents.BlurEvent extends Component.Event implements Serializable
-
Class com.vaadin.event.FieldEvents.FocusAndBlurServerRpcImpl extends Object implements Serializable
-
Serialized Fields
-
component
Component component
-
-
-
Class com.vaadin.event.FieldEvents.FocusEvent extends Component.Event implements Serializable
-
Class com.vaadin.event.FieldEvents.TextChangeEvent extends Component.Event implements Serializable
-
Class com.vaadin.event.ItemClickEvent extends MouseEvents.ClickEvent implements Serializable
-
Class com.vaadin.event.LayoutEvents.LayoutClickEvent extends MouseEvents.ClickEvent implements Serializable
-
Class com.vaadin.event.ListenerMethod extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
arguments
Object[] arguments
Optional argument set to pass to the trigger method. -
eventArgumentIndex
int eventArgumentIndex
Optional index toargumentsthat point out which one should be replaced with the triggering event object and thus be passed to the trigger method. -
eventType
Class<?> eventType
Type of the event that should trigger this listener. Also the subclasses of this class are accepted to trigger the listener. -
target
Object target
The object containing the trigger method.
-
-
-
Class com.vaadin.event.ListenerMethod.MethodException extends RuntimeException implements Serializable
-
Class com.vaadin.event.MarkedAsDirtyConnectorEvent extends ConnectorEvent implements Serializable
-
Serialized Fields
-
ui
UI ui
-
-
-
Class com.vaadin.event.MouseEvents.ClickEvent extends Component.Event implements Serializable
-
Serialized Fields
-
details
MouseEventDetails details
-
-
-
Class com.vaadin.event.MouseEvents.DoubleClickEvent extends Component.Event implements Serializable
-
Class com.vaadin.event.SelectionEvent extends EventObject implements Serializable
-
Serialized Fields
-
newSelection
LinkedHashSet<Object> newSelection
-
oldSelection
LinkedHashSet<Object> oldSelection
-
-
-
Class com.vaadin.event.ShortcutAction extends Action implements Serializable
-
Serialized Fields
-
keyCode
int keyCode
-
modifiers
int[] modifiers
-
-
-
Class com.vaadin.event.ShortcutListener extends ShortcutAction implements Serializable
- serialVersionUID:
- 1L
-
Class com.vaadin.event.SortEvent extends Component.Event implements Serializable
-
Class com.vaadin.event.TransferableImpl extends Object implements Serializable
-
Class com.vaadin.event.UIEvents.PollEvent extends Component.Event implements Serializable
-
-
Package com.vaadin.event.dd
-
Class com.vaadin.event.dd.DragAndDropEvent extends Object implements Serializable
-
Serialized Fields
-
dropTargetDetails
TargetDetails dropTargetDetails
-
transferable
Transferable transferable
-
-
-
Class com.vaadin.event.dd.TargetDetailsImpl extends Object implements Serializable
-
Serialized Fields
-
data
HashMap<String,Object> data
-
dropTarget
DropTarget dropTarget
-
-
-
-
Package com.vaadin.event.dd.acceptcriteria
-
Class com.vaadin.event.dd.acceptcriteria.AcceptAll extends ClientSideCriterion implements Serializable
- serialVersionUID:
- 7406683402153141461L
-
Class com.vaadin.event.dd.acceptcriteria.And extends ClientSideCriterion implements Serializable
- serialVersionUID:
- -5242574480825471748L
-
Serialized Fields
-
criteria
ClientSideCriterion[] criteria
-
-
Class com.vaadin.event.dd.acceptcriteria.ClientSideCriterion extends Object implements Serializable
-
Class com.vaadin.event.dd.acceptcriteria.ContainsDataFlavor extends ClientSideCriterion implements Serializable
-
Serialized Fields
-
dataFlavorId
String dataFlavorId
-
-
-
Class com.vaadin.event.dd.acceptcriteria.Not extends ClientSideCriterion implements Serializable
- serialVersionUID:
- 1131422338558613244L
-
Serialized Fields
-
acceptCriterion
AcceptCriterion acceptCriterion
-
-
Class com.vaadin.event.dd.acceptcriteria.Or extends ClientSideCriterion implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
criteria
AcceptCriterion[] criteria
-
-
Class com.vaadin.event.dd.acceptcriteria.ServerSideCriterion extends Object implements Serializable
- serialVersionUID:
- 2128510128911628902L
-
Class com.vaadin.event.dd.acceptcriteria.SourceIs extends ClientSideCriterion implements Serializable
-
Serialized Fields
-
components
Component[] components
-
-
-
Class com.vaadin.event.dd.acceptcriteria.SourceIsTarget extends ClientSideCriterion implements Serializable
- serialVersionUID:
- -451399314705532584L
-
Class com.vaadin.event.dd.acceptcriteria.TargetDetailIs extends ClientSideCriterion implements Serializable
- serialVersionUID:
- 763165450054331246L
-
-
Package com.vaadin.navigator
-
Class com.vaadin.navigator.Navigator extends Object implements Serializable
-
Serialized Fields
-
currentNavigationState
String currentNavigationState
-
currentView
View currentView
-
display
ViewDisplay display
-
errorProvider
ViewProvider errorProvider
-
listeners
List<ViewChangeListener> listeners
-
providers
List<ViewProvider> providers
-
stateManager
NavigationStateManager stateManager
-
ui
UI ui
-
-
-
Class com.vaadin.navigator.Navigator.ClassBasedViewProvider extends Object implements Serializable
-
Class com.vaadin.navigator.Navigator.ComponentContainerViewDisplay extends Object implements Serializable
-
Serialized Fields
-
container
ComponentContainer container
-
-
-
Class com.vaadin.navigator.Navigator.EmptyView extends CssLayout implements Serializable
-
Class com.vaadin.navigator.Navigator.SingleComponentContainerViewDisplay extends Object implements Serializable
-
Serialized Fields
-
container
SingleComponentContainer container
-
-
-
Class com.vaadin.navigator.Navigator.StaticViewProvider extends Object implements Serializable
-
Class com.vaadin.navigator.Navigator.UriFragmentManager extends Object implements Serializable
-
Class com.vaadin.navigator.ViewChangeListener.ViewChangeEvent extends EventObject implements Serializable
-
-
Package com.vaadin.server
-
Class com.vaadin.server.AbstractClientConnector extends Object implements Serializable
-
Serialized Fields
-
connectorId
String connectorId
-
errorHandler
ErrorHandler errorHandler
-
eventRouter
EventRouter eventRouter
The EventRouter used for the event model. -
extensions
ArrayList<Extension> extensions
-
pendingInvocations
ArrayList<ClientMethodInvocation> pendingInvocations
Pending RPC method invocations to be sent. -
rpcManagerMap
Map<String,ServerRpcManager<?>> rpcManagerMap
A map from client to server RPC interface class name to the RPC call manager that handles incoming RPC calls for that interface. -
rpcProxyMap
Map<Class<?>,ClientRpc> rpcProxyMap
A map from server to client RPC interface class to the RPC proxy that sends ourgoing RPC calls for that interface. -
sharedState
SharedState sharedState
Shared state object to be communicated from the server to the client when modified. -
stateType
Class<? extends SharedState> stateType
-
-
-
Class com.vaadin.server.AbstractDeploymentConfiguration extends Object implements Serializable
-
Class com.vaadin.server.AbstractErrorMessage extends Object implements Serializable
-
Serialized Fields
-
causes
List<ErrorMessage> causes
-
level
ErrorMessage.ErrorLevel level
Error level. -
message
String message
Message in content mode. -
mode
AbstractErrorMessage.ContentMode mode
Content mode.
-
-
-
Class com.vaadin.server.AbstractExtension extends AbstractClientConnector implements Serializable
-
Serialized Fields
-
parent
ClientConnector parent
-
previouslyAttached
boolean previouslyAttached
-
-
-
Class com.vaadin.server.AbstractJavaScriptExtension extends AbstractExtension implements Serializable
-
Serialized Fields
-
callbackHelper
JavaScriptCallbackHelper callbackHelper
-
-
-
Class com.vaadin.server.BootstrapFragmentResponse extends BootstrapResponse implements Serializable
-
Serialized Fields
-
fragmentNodes
List<org.jsoup.nodes.Node> fragmentNodes
-
-
-
Class com.vaadin.server.BootstrapHandler extends SynchronizedRequestHandler implements Serializable
-
Class com.vaadin.server.BootstrapHandler.BootstrapContext extends Object implements Serializable
-
Serialized Fields
-
appId
String appId
-
applicationParameters
elemental.json.JsonObject applicationParameters
-
bootstrapResponse
BootstrapFragmentResponse bootstrapResponse
-
pushMode
PushMode pushMode
-
response
VaadinResponse response
-
themeName
String themeName
-
uriResolver
VaadinUriResolver uriResolver
-
widgetsetInfo
WidgetsetInfo widgetsetInfo
-
-
-
Class com.vaadin.server.BootstrapPageResponse extends BootstrapResponse implements Serializable
-
Class com.vaadin.server.BootstrapResponse extends EventObject implements Serializable
-
Serialized Fields
-
request
VaadinRequest request
-
session
VaadinSession session
-
uiClass
Class<? extends UI> uiClass
-
uiProvider
UIProvider uiProvider
-
-
-
Class com.vaadin.server.BrowserWindowOpener extends AbstractExtension implements Serializable
-
Serialized Fields
-
uiProvider
com.vaadin.server.BrowserWindowOpener.BrowserWindowOpenerUIProvider uiProvider
-
-
-
Class com.vaadin.server.ClassResource extends Object implements Serializable
-
Serialized Fields
-
associatedClass
Class<?> associatedClass
Associated class used for identifying the source of the resource. -
bufferSize
int bufferSize
Default buffer size for this stream resource. -
cacheTime
long cacheTime
Default cache time for this stream resource. -
resourceName
String resourceName
Name of the resource is relative to the associated class.
-
-
-
Class com.vaadin.server.ClientConnector.AttachEvent extends ConnectorEvent implements Serializable
-
Class com.vaadin.server.ClientConnector.ConnectorErrorEvent extends ErrorEvent implements Serializable
-
Serialized Fields
-
connector
Connector connector
-
-
-
Class com.vaadin.server.ClientConnector.DetachEvent extends ConnectorEvent implements Serializable
-
Class com.vaadin.server.ClientMethodInvocation extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
connector
ClientConnector connector
-
interfaceName
String interfaceName
-
methodName
String methodName
-
parameterTypes
Type[] parameterTypes
-
sequenceNumber
long sequenceNumber
-
-
-
Class com.vaadin.server.ComponentSizeValidator extends Object implements Serializable
-
Class com.vaadin.server.ComponentSizeValidator.FileLocation extends Object implements Serializable
-
Class com.vaadin.server.ComponentSizeValidator.InvalidLayout extends Object implements Serializable
-
Serialized Fields
-
component
Component component
-
invalidHeight
boolean invalidHeight
-
invalidWidth
boolean invalidWidth
-
subErrors
Vector<ComponentSizeValidator.InvalidLayout> subErrors
-
-
-
Class com.vaadin.server.CompositeErrorMessage extends AbstractErrorMessage implements Serializable
-
Class com.vaadin.server.ConnectorResourceHandler extends Object implements Serializable
-
Serialized Fields
-
loggedDecodingWarning
boolean loggedDecodingWarning
-
-
-
Class com.vaadin.server.CustomizedSystemMessages extends SystemMessages implements Serializable
-
Class com.vaadin.server.DefaultDeploymentConfiguration extends AbstractDeploymentConfiguration implements Serializable
-
Serialized Fields
-
closeIdleSessions
boolean closeIdleSessions
-
heartbeatInterval
int heartbeatInterval
-
initParameters
Properties initParameters
-
legacyPropertyToStringMode
DeploymentConfiguration.LegacyProperyToStringMode legacyPropertyToStringMode
-
productionMode
boolean productionMode
-
pushMode
PushMode pushMode
-
resourceCacheTime
int resourceCacheTime
-
sendUrlsAsParameters
boolean sendUrlsAsParameters
-
syncIdCheck
boolean syncIdCheck
-
systemPropertyBaseClass
Class<?> systemPropertyBaseClass
-
xsrfProtectionEnabled
boolean xsrfProtectionEnabled
-
-
-
Class com.vaadin.server.DefaultErrorHandler extends Object implements Serializable
-
Class com.vaadin.server.DefaultSystemMessagesProvider extends Object implements Serializable
-
Class com.vaadin.server.DefaultUIProvider extends UIProvider implements Serializable
-
Class com.vaadin.server.DownloadStream extends Object implements Serializable
-
Class com.vaadin.server.DragAndDropService extends Object implements Serializable
-
Serialized Fields
-
acceptCriterion
AcceptCriterion acceptCriterion
-
dragEvent
DragAndDropEvent dragEvent
-
errorHandler
ErrorHandler errorHandler
-
lastVisitAccepted
boolean lastVisitAccepted
-
lastVisitId
int lastVisitId
-
session
VaadinSession session
-
-
-
Class com.vaadin.server.EncodeResult extends Object implements Serializable
-
Serialized Fields
-
diff
elemental.json.JsonValue diff
-
encodedValue
elemental.json.JsonValue encodedValue
-
-
-
Class com.vaadin.server.ErrorEvent extends Object implements Serializable
-
Serialized Fields
-
throwable
Throwable throwable
-
-
-
Class com.vaadin.server.ExternalResource extends Object implements Serializable
-
Class com.vaadin.server.FileDownloader extends AbstractExtension implements Serializable
-
Serialized Fields
-
overrideContentType
boolean overrideContentType
-
-
-
Class com.vaadin.server.FileResource extends Object implements Serializable
-
Serialized Fields
-
bufferSize
int bufferSize
Default buffer size for this stream resource. -
cacheTime
long cacheTime
Default cache time for this stream resource. -
sourceFile
File sourceFile
File where the downloaded content is fetched from.
-
-
-
Class com.vaadin.server.GAEVaadinServlet extends VaadinServlet implements Serializable
-
Class com.vaadin.server.GenericFontIcon extends Object implements Serializable
-
Serialized Fields
-
codePoint
int codePoint
-
fontFamily
String fontFamily
-
-
-
Class com.vaadin.server.GlobalResourceHandler extends Object implements Serializable
-
Serialized Fields
-
legacyResourceKeys
Map<ConnectorResource,String> legacyResourceKeys
-
legacyResources
Map<String,ConnectorResource> legacyResources
-
nextLegacyId
int nextLegacyId
-
resourceUsers
Map<Resource,Set<ClientConnector>> resourceUsers
Used to detect when a resource is no longer used by any connector. -
usedResources
Map<ClientConnector,Set<Resource>> usedResources
Used to find the resources that might not be needed any more when a connector is unregistered.
-
-
-
Class com.vaadin.server.JavaScriptCallbackHelper extends Object implements Serializable
-
Serialized Fields
-
callbacks
Map<String,JavaScriptFunction> callbacks
-
connector
AbstractClientConnector connector
-
javascriptCallbackRpc
JavaScript.JavaScriptCallbackRpc javascriptCallbackRpc
-
-
-
Class com.vaadin.server.JsonCodec extends Object implements Serializable
-
Class com.vaadin.server.JsonPaintTarget extends Object implements Serializable
-
Serialized Fields
-
cacheEnabled
boolean cacheEnabled
-
changes
int changes
-
closed
boolean closed
-
customLayoutArgumentsOpen
boolean customLayoutArgumentsOpen
-
manager
LegacyCommunicationManager manager
-
mOpenTags
Stack<String> mOpenTags
-
openJsonTags
Stack<com.vaadin.server.JsonPaintTarget.JsonTag> openJsonTags
-
openPaintables
Stack<ClientConnector> openPaintables
-
openPaintableTags
Stack<String> openPaintableTags
-
tag
com.vaadin.server.JsonPaintTarget.JsonTag tag
-
uidlBuffer
PrintWriter uidlBuffer
-
usedClientConnectors
Set<Class<? extends ClientConnector>> usedClientConnectors
-
usedResources
Set<Object> usedResources
-
-
-
Class com.vaadin.server.KeyMapper extends Object implements Serializable
-
Class com.vaadin.server.LegacyApplication extends Object implements Serializable
-
Serialized Fields
-
isRunning
boolean isRunning
Deprecated. -
legacyUINames
Map<String,LegacyWindow> legacyUINames
Deprecated. -
logoutURL
String logoutURL
Deprecated.URL where the user is redirected to on application close, or null if application is just closed without redirection. -
mainWindow
LegacyWindow mainWindow
Deprecated. -
namelessUIIndex
int namelessUIIndex
Deprecated.Counter to get unique names for windows with no explicit name -
theme
String theme
Deprecated. -
url
URL url
Deprecated.
-
-
-
Class com.vaadin.server.LegacyApplicationUIProvider extends UIProvider implements Serializable
-
Class com.vaadin.server.LegacyCommunicationManager extends Object implements Serializable
-
Serialized Fields
-
nextTypeKey
int nextTypeKey
Deprecated. -
publishedFileContexts
Map<String,Class<?>> publishedFileContexts
Deprecated. -
requestThemeName
String requestThemeName
Deprecated. -
session
VaadinSession session
Deprecated.The session this communication manager is used for -
typeToKey
HashMap<Class<? extends ClientConnector>,Integer> typeToKey
Deprecated. -
uiToClientCache
HashMap<Integer,LegacyCommunicationManager.ClientCache> uiToClientCache
Deprecated.
-
-
-
Class com.vaadin.server.LegacyCommunicationManager.ClientCache extends Object implements Serializable
-
Class com.vaadin.server.LegacyCommunicationManager.InvalidUIDLSecurityKeyException extends GeneralSecurityException implements Serializable
-
Class com.vaadin.server.LegacyPaint extends Object implements Serializable
-
Class com.vaadin.server.LegacyVaadinServlet extends VaadinServlet implements Serializable
-
Class com.vaadin.server.LocaleService extends Object implements Serializable
-
Serialized Fields
-
state
UIState.LocaleServiceState state
-
ui
UI ui
-
-
-
Class com.vaadin.server.NoInputStreamException extends Exception implements Serializable
-
Class com.vaadin.server.NoOutputStreamException extends Exception implements Serializable
-
Class com.vaadin.server.Page extends Object implements Serializable
-
Serialized Fields
-
browserWindowHeight
int browserWindowHeight
-
browserWindowWidth
int browserWindowWidth
-
eventRouter
EventRouter eventRouter
-
javaScript
JavaScript javaScript
-
location
URI location
The current browser location. -
notifications
List<Notification> notifications
A list of notifications that are waiting to be sent to the client. Cleared (set to null) when the notifications have been sent. -
openList
LinkedList<com.vaadin.server.Page.OpenResource> openList
Resources to be opened automatically on next repaint. The list is automatically cleared when it has been sent to the client. -
state
PageState state
-
styles
Page.Styles styles
-
uI
UI uI
-
windowName
String windowName
-
-
-
Class com.vaadin.server.Page.BrowserWindowResizeEvent extends EventObject implements Serializable
-
Serialized Fields
-
height
int height
-
width
int width
-
-
-
Class com.vaadin.server.Page.Styles extends Object implements Serializable
-
Serialized Fields
-
injectedStyles
LinkedHashSet<com.vaadin.server.Page.InjectedStyle> injectedStyles
-
pendingInjections
LinkedHashSet<com.vaadin.server.Page.InjectedStyle> pendingInjections
-
ui
UI ui
-
-
-
Class com.vaadin.server.Page.UriFragmentChangedEvent extends EventObject implements Serializable
-
Serialized Fields
-
uriFragment
String uriFragment
The new URI fragment
-
-
-
Class com.vaadin.server.PaintException extends IOException implements Serializable
-
Class com.vaadin.server.ResourceReference extends URLReference implements Serializable
-
Serialized Fields
-
connector
ClientConnector connector
-
key
String key
-
resource
Resource resource
-
-
-
Class com.vaadin.server.Responsive extends AbstractExtension implements Serializable
-
Class com.vaadin.server.ServerRpcManager extends Object implements Serializable
-
Class com.vaadin.server.ServerRpcManager.RpcInvocationException extends Exception implements Serializable
-
Class com.vaadin.server.ServerRpcMethodInvocation extends MethodInvocation implements Serializable
-
Class com.vaadin.server.ServiceDestroyEvent extends EventObject implements Serializable
-
Class com.vaadin.server.ServiceException extends Exception implements Serializable
-
Class com.vaadin.server.ServletPortletHelper extends Object implements Serializable
-
Class com.vaadin.server.SessionDestroyEvent extends EventObject implements Serializable
-
Serialized Fields
-
session
VaadinSession session
-
-
-
Class com.vaadin.server.SessionExpiredException extends Exception implements Serializable
-
Class com.vaadin.server.SessionInitEvent extends EventObject implements Serializable
-
Serialized Fields
-
request
VaadinRequest request
-
session
VaadinSession session
-
-
-
Class com.vaadin.server.SizeWithUnit extends Object implements Serializable
-
Serialized Fields
-
size
float size
-
unit
Sizeable.Unit unit
-
-
-
Class com.vaadin.server.StreamResource extends Object implements Serializable
-
Serialized Fields
-
bufferSize
int bufferSize
Default buffer size for this stream resource. -
cacheTime
long cacheTime
Default cache time for this stream resource. -
filename
String filename
Filename. -
MIMEType
String MIMEType
Explicit mime-type. -
streamSource
StreamResource.StreamSource streamSource
Source stream the downloaded content is fetched from.
-
-
-
Class com.vaadin.server.SynchronizedRequestHandler extends Object implements Serializable
-
Class com.vaadin.server.SystemError extends AbstractErrorMessage implements Serializable
-
Class com.vaadin.server.SystemMessageException extends RuntimeException implements Serializable
-
Serialized Fields
-
cause
Throwable cause
Cause of the method exception
-
-
-
Class com.vaadin.server.SystemMessages extends Object implements Serializable
-
Serialized Fields
-
authenticationErrorCaption
String authenticationErrorCaption
-
authenticationErrorMessage
String authenticationErrorMessage
-
authenticationErrorNotificationEnabled
boolean authenticationErrorNotificationEnabled
-
authenticationErrorURL
String authenticationErrorURL
-
communicationErrorCaption
String communicationErrorCaption
-
communicationErrorMessage
String communicationErrorMessage
-
communicationErrorNotificationEnabled
boolean communicationErrorNotificationEnabled
-
communicationErrorURL
String communicationErrorURL
-
cookiesDisabledCaption
String cookiesDisabledCaption
-
cookiesDisabledMessage
String cookiesDisabledMessage
-
cookiesDisabledNotificationEnabled
boolean cookiesDisabledNotificationEnabled
-
cookiesDisabledURL
String cookiesDisabledURL
-
internalErrorCaption
String internalErrorCaption
-
internalErrorMessage
String internalErrorMessage
-
internalErrorNotificationEnabled
boolean internalErrorNotificationEnabled
-
internalErrorURL
String internalErrorURL
-
sessionExpiredCaption
String sessionExpiredCaption
-
sessionExpiredMessage
String sessionExpiredMessage
-
sessionExpiredNotificationEnabled
boolean sessionExpiredNotificationEnabled
-
sessionExpiredURL
String sessionExpiredURL
-
-
-
Class com.vaadin.server.SystemMessagesInfo extends Object implements Serializable
-
Serialized Fields
-
locale
Locale locale
-
request
VaadinRequest request
-
service
VaadinService service
-
-
-
Class com.vaadin.server.ThemeResource extends Object implements Serializable
-
Serialized Fields
-
resourceID
String resourceID
Id of the terminal managed resource.
-
-
-
Class com.vaadin.server.UIClassSelectionEvent extends UIProviderEvent implements Serializable
-
Class com.vaadin.server.UICreateEvent extends UIProviderEvent implements Serializable
-
Class com.vaadin.server.UIProvider extends Object implements Serializable
-
Class com.vaadin.server.UIProviderEvent extends EventObject implements Serializable
-
Serialized Fields
-
request
VaadinRequest request
-
-
-
Class com.vaadin.server.UnsupportedBrowserHandler extends SynchronizedRequestHandler implements Serializable
-
Class com.vaadin.server.UploadException extends Exception implements Serializable
-
Class com.vaadin.server.UserError extends AbstractErrorMessage implements Serializable
-
Class com.vaadin.server.VaadinService extends Object implements Serializable
-
Serialized Fields
-
atmosphereAvailable
Boolean atmosphereAvailable
-
classLoader
ClassLoader classLoader
-
deploymentConfiguration
DeploymentConfiguration deploymentConfiguration
-
eventRouter
EventRouter eventRouter
-
initialized
boolean initialized
HasVaadinService.init()been run? -
pushWarningEmitted
boolean pushWarningEmitted
Keeps track of whether a warning about missing push support has already been logged. This is used to avoid spamming the log with the same message every time a new UI is bootstrapped. -
requestHandlers
Iterable<RequestHandler> requestHandlers
-
systemMessagesProvider
SystemMessagesProvider systemMessagesProvider
-
-
-
Class com.vaadin.server.VaadinServlet extends javax.servlet.http.HttpServlet implements Serializable
-
Serialized Fields
-
scssCache
Map<String,com.vaadin.server.VaadinServlet.ScssCacheEntry> scssCache
Global cache of scss compilation results. This map is protected from concurrent access byVaadinServlet.SCSS_MUTEX. -
servletService
VaadinServletService servletService
-
-
-
Class com.vaadin.server.VaadinServletRequest extends javax.servlet.http.HttpServletRequestWrapper implements Serializable
-
Serialized Fields
-
vaadinService
VaadinServletService vaadinService
-
-
-
Class com.vaadin.server.VaadinServletResponse extends javax.servlet.http.HttpServletResponseWrapper implements Serializable
-
Serialized Fields
-
vaadinService
VaadinServletService vaadinService
-
-
-
Class com.vaadin.server.VaadinServletService extends VaadinService implements Serializable
-
Serialized Fields
-
servlet
VaadinServlet servlet
-
-
-
Class com.vaadin.server.VaadinSession extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
Override default deserialization logic to account for transientVaadinSession.pendingAccessQueue.- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Override default serialization logic to avoid ConcurrentModificationException if the contents are modified while serialization is reading them.- Throws:
IOException
-
-
Serialized Fields
-
attributes
Map<String,Object> attributes
-
browser
WebBrowser browser
-
communicationManager
LegacyCommunicationManager communicationManager
-
configuration
DeploymentConfiguration configuration
Configuration for the session. -
connectorIdSequence
int connectorIdSequence
-
converterFactory
ConverterFactory converterFactory
The converter factory that is used to provide default converters for the session. -
csrfToken
String csrfToken
-
cumulativeRequestDuration
long cumulativeRequestDuration
-
dragAndDropService
DragAndDropService dragAndDropService
-
embedIdMap
Map<String,Integer> embedIdMap
-
errorHandler
ErrorHandler errorHandler
Session wide error handler which is used by default if an error is left unhandled. -
eventRouter
EventRouter eventRouter
-
globalResourceHandler
GlobalResourceHandler globalResourceHandler
-
lastRequestDuration
long lastRequestDuration
-
lastRequestTimestamp
long lastRequestTimestamp
-
locale
Locale locale
Default locale of the session. -
nextUIId
int nextUIId
-
pushId
String pushId
-
requestHandlers
LinkedList<RequestHandler> requestHandlers
-
state
VaadinSession.State state
-
uiProviderPriorityMap
Map<UIProvider,Integer> uiProviderPriorityMap
-
uiProviders
LinkedList<UIProvider> uiProviders
-
uIs
Map<Integer,UI> uIs
-
-
-
Class com.vaadin.server.WebBrowser extends Object implements Serializable
-
Serialized Fields
-
address
String address
-
browserApplication
String browserApplication
-
browserDetails
VBrowserDetails browserDetails
-
clientServerTimeDelta
long clientServerTimeDelta
-
dstInEffect
boolean dstInEffect
-
dstSavings
int dstSavings
-
locale
Locale locale
-
rawTimezoneOffset
int rawTimezoneOffset
-
screenHeight
int screenHeight
-
screenWidth
int screenWidth
-
secureConnection
boolean secureConnection
-
timezoneOffset
int timezoneOffset
-
touchDevice
boolean touchDevice
-
-
-
Class com.vaadin.server.WrappedHttpSession extends Object implements Serializable
-
Serialized Fields
-
session
javax.servlet.http.HttpSession session
-
-
-
-
Package com.vaadin.server.communication
-
Class com.vaadin.server.communication.AtmospherePushConnection extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
Reinitializes this PushConnection after deserialization. The connection is initially in disconnected state; the client will handle the reconnecting.- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
ui
UI ui
-
-
-
Class com.vaadin.server.communication.AtmospherePushConnection.FragmentedMessage extends Object implements Serializable
-
Serialized Fields
-
message
StringBuilder message
-
messageLength
int messageLength
-
-
-
Class com.vaadin.server.communication.ClientRpcWriter extends Object implements Serializable
-
Class com.vaadin.server.communication.ConnectorHierarchyWriter extends Object implements Serializable
-
Class com.vaadin.server.communication.ConnectorTypeWriter extends Object implements Serializable
-
Class com.vaadin.server.communication.FileUploadHandler extends Object implements Serializable
-
Class com.vaadin.server.communication.FileUploadHandler.UploadInterruptedException extends Exception implements Serializable
-
Class com.vaadin.server.communication.HeartbeatHandler extends SynchronizedRequestHandler implements Serializable
-
Class com.vaadin.server.communication.LegacyUidlWriter extends Object implements Serializable
-
Class com.vaadin.server.communication.LongPollingCacheFilter extends Object implements Serializable
-
Class com.vaadin.server.communication.MetadataWriter extends Object implements Serializable
-
Serialized Fields
-
timeoutInterval
int timeoutInterval
-
-
-
Class com.vaadin.server.communication.PublishedFileHandler extends Object implements Serializable
-
Class com.vaadin.server.communication.PushAtmosphereHandler extends org.atmosphere.handler.AbstractReflectorAtmosphereHandler implements Serializable
-
Serialized Fields
-
pushHandler
PushHandler pushHandler
-
-
-
Class com.vaadin.server.communication.PushRequestHandler extends Object implements Serializable
-
Serialized Fields
-
atmosphere
org.atmosphere.cpr.AtmosphereFramework atmosphere
-
pushHandler
PushHandler pushHandler
-
-
-
Class com.vaadin.server.communication.ResourceWriter extends Object implements Serializable
-
Class com.vaadin.server.communication.ServerRpcHandler extends Object implements Serializable
-
Class com.vaadin.server.communication.ServerRpcHandler.RpcRequest extends Object implements Serializable
-
Class com.vaadin.server.communication.ServletBootstrapHandler extends BootstrapHandler implements Serializable
-
Class com.vaadin.server.communication.ServletUIInitHandler extends UIInitHandler implements Serializable
-
Class com.vaadin.server.communication.SessionRequestHandler extends Object implements Serializable
-
Class com.vaadin.server.communication.SharedStateWriter extends Object implements Serializable
-
Class com.vaadin.server.communication.UidlRequestHandler extends SynchronizedRequestHandler implements Serializable
-
Serialized Fields
-
rpcHandler
ServerRpcHandler rpcHandler
-
-
-
Class com.vaadin.server.communication.UidlWriter extends Object implements Serializable
-
Class com.vaadin.server.communication.UIInitHandler extends SynchronizedRequestHandler implements Serializable
-
-
Package com.vaadin.server.communication.data
-
Class com.vaadin.server.communication.data.RpcDataProviderExtension extends AbstractExtension implements Serializable
-
Serialized Fields
-
activeItemHandler
com.vaadin.server.communication.data.RpcDataProviderExtension.ActiveItemHandler activeItemHandler
-
bareItemSetTriggeredSizeChange
boolean bareItemSetTriggeredSizeChange
Size possibly changed with a bare ItemSetChangeEvent -
container
Container.Indexed container
-
dataGenerators
Set<DataGenerator> dataGenerators
-
itemListener
Container.ItemSetChangeListener itemListener
-
refreshCache
boolean refreshCache
RpcDataProvider should send the current cache again. -
rpc
DataProviderRpc rpc
-
-
-
-
Package com.vaadin.ui
-
Class com.vaadin.ui.AbsoluteLayout extends AbstractLayout implements Serializable
-
Serialized Fields
-
componentToCoordinates
LinkedHashMap<Component,AbsoluteLayout.ComponentPosition> componentToCoordinates
-
rpc
AbsoluteLayoutServerRpc rpc
-
-
-
Class com.vaadin.ui.AbsoluteLayout.ComponentPosition extends Object implements Serializable
-
Serialized Fields
-
bottomUnits
Sizeable.Unit bottomUnits
-
bottomValue
Float bottomValue
-
leftUnits
Sizeable.Unit leftUnits
-
leftValue
Float leftValue
-
rightUnits
Sizeable.Unit rightUnits
-
rightValue
Float rightValue
-
topUnits
Sizeable.Unit topUnits
-
topValue
Float topValue
-
zIndex
int zIndex
-
-
-
Class com.vaadin.ui.AbstractColorPicker extends AbstractComponent implements Serializable
-
Serialized Fields
-
color
Color color
The color. -
historyVisible
boolean historyVisible
-
hsvVisible
boolean hsvVisible
-
parent
UI parent
The UI. -
popupCaption
String popupCaption
-
popupStyle
AbstractColorPicker.PopupStyle popupStyle
-
positionX
int positionX
-
positionY
int positionY
-
rgbVisible
boolean rgbVisible
-
rpc
ColorPickerServerRpc rpc
-
swatchesVisible
boolean swatchesVisible
-
textfieldVisible
boolean textfieldVisible
-
window
ColorPickerPopup window
The popup window.
-
-
-
Class com.vaadin.ui.AbstractComponent extends AbstractClientConnector implements Serializable
-
Serialized Fields
-
actionManager
ConnectorActionManager actionManager
Keeps track of the Actions added to this component; the actual handling/notifying is delegated, usually to the containing window. -
applicationData
Object applicationData
Application specific data object. The component does not use or modify this. -
componentError
ErrorMessage componentError
The internal error message of the component. -
delayedFocus
boolean delayedFocus
The component should receive focus (ifComponent.Focusable) when attached. -
explicitImmediateValue
Boolean explicitImmediateValue
-
height
float height
-
heightUnit
Sizeable.Unit heightUnit
-
locale
Locale locale
Locale of this component. -
parent
HasComponents parent
-
visible
boolean visible
-
width
float width
-
widthUnit
Sizeable.Unit widthUnit
-
-
-
Class com.vaadin.ui.AbstractComponentContainer extends AbstractComponent implements Serializable
-
Class com.vaadin.ui.AbstractEmbedded extends AbstractComponent implements Serializable
-
Class com.vaadin.ui.AbstractField extends AbstractComponent implements Serializable
-
Serialized Fields
-
buffered
boolean buffered
True if field is in buffered mode, false otherwise -
committingValueToDataSource
boolean committingValueToDataSource
Flag to indicate that the field is currently committing its value to the datasource. -
conversionError
String conversionError
The error message that is shown when the field value cannot be converted. -
converter
Converter<T,Object> converter
A converter used to convert from the data model type to the field type and vice versa. -
currentBufferedSourceException
Buffered.SourceException currentBufferedSourceException
Current source exception. -
dataSource
Property<?> dataSource
Connected data-source. -
invalidAllowed
boolean invalidAllowed
Are the invalid values allowed in fields ? -
invalidCommitted
boolean invalidCommitted
Are the invalid values committed ? -
isListeningToPropertyEvents
boolean isListeningToPropertyEvents
Whether this field is currently registered as listening to events from its data source. -
requiredError
String requiredError
The error message for the exception that is thrown when the field is required but empty. -
validationVisible
boolean validationVisible
Is automatic validation enabled. -
validators
LinkedList<Validator> validators
The list of validators. -
value
T value
Value of the abstract field. -
valueLocale
Locale valueLocale
The locale used when setting the value. -
valueWasModifiedByDataSourceDuringCommit
boolean valueWasModifiedByDataSourceDuringCommit
-
-
-
Class com.vaadin.ui.AbstractField.FocusShortcut extends ShortcutListener implements Serializable
-
Serialized Fields
-
focusable
Component.Focusable focusable
-
-
-
Class com.vaadin.ui.AbstractField.ReadOnlyStatusChangeEvent extends Component.Event implements Serializable
-
Class com.vaadin.ui.AbstractFocusable extends AbstractComponent implements Serializable
-
Class com.vaadin.ui.AbstractJavaScriptComponent extends AbstractComponent implements Serializable
-
Serialized Fields
-
callbackHelper
JavaScriptCallbackHelper callbackHelper
-
-
-
Class com.vaadin.ui.AbstractLayout extends AbstractComponentContainer implements Serializable
-
Class com.vaadin.ui.AbstractMedia extends AbstractComponent implements Serializable
-
Class com.vaadin.ui.AbstractOrderedLayout extends AbstractLayout implements Serializable
-
Serialized Fields
-
components
LinkedList<Component> components
Custom layout slots containing the components. -
defaultComponentAlignment
Alignment defaultComponentAlignment
-
rpc
AbstractOrderedLayoutServerRpc rpc
-
-
-
Class com.vaadin.ui.AbstractSelect extends AbstractField<Object> implements Serializable
-
Serialized Fields
-
allowNewOptions
boolean allowNewOptions
Is the user allowed to add new options? -
captionChangeListener
AbstractSelect.CaptionChangeListener captionChangeListener
-
itemCaptionMode
AbstractSelect.ItemCaptionMode itemCaptionMode
Item caption mode. -
itemCaptionPropertyId
Object itemCaptionPropertyId
Item caption source property id. -
itemCaptions
HashMap<Object,String> itemCaptions
Item captions. -
itemIconPropertyId
Object itemIconPropertyId
Item icon source property id. -
itemIcons
HashMap<Object,Resource> itemIcons
Item icons. -
itemIdMapper
KeyMapper<Object> itemIdMapper
Keymapper used to map key values. -
items
Container items
Select options. -
itemSetEventListeners
Set<Container.ItemSetChangeListener> itemSetEventListeners
List of item set change event listeners. -
multiSelect
boolean multiSelect
Is the select in multiselect mode? -
newItemHandler
AbstractSelect.NewItemHandler newItemHandler
-
nullSelectionAllowed
boolean nullSelectionAllowed
-
nullSelectionItemId
Object nullSelectionItemId
Item id that represents null selection of this select.Data interface does not support nulls as item ids. Selecting the item identified by this id is the same as selecting no items at all. This setting only affects the single select mode.
-
propertySetEventListeners
Set<Container.PropertySetChangeListener> propertySetEventListeners
List of property set change event listeners.
-
-
-
Class com.vaadin.ui.AbstractSelect.AbstractSelectTargetDetails extends TargetDetailsImpl implements Serializable
-
Serialized Fields
-
idOver
Object idOver
The item id over which the drag event happened.
-
-
-
Class com.vaadin.ui.AbstractSelect.AcceptItem extends com.vaadin.ui.AbstractSelect.AbstractItemSetCriterion implements Serializable
-
Class com.vaadin.ui.AbstractSelect.CaptionChangeListener extends Object implements Serializable
-
Class com.vaadin.ui.AbstractSelect.DefaultNewItemHandler extends Object implements Serializable
-
Class com.vaadin.ui.AbstractSelect.TargetItemIs extends com.vaadin.ui.AbstractSelect.AbstractItemSetCriterion implements Serializable
-
Class com.vaadin.ui.AbstractSelect.VerticalLocationIs extends TargetDetailIs implements Serializable
-
Class com.vaadin.ui.AbstractSingleComponentContainer extends AbstractComponent implements Serializable
-
Serialized Fields
-
content
Component content
-
-
-
Class com.vaadin.ui.AbstractSplitPanel extends AbstractComponentContainer implements Serializable
-
Serialized Fields
-
posMaxUnit
Sizeable.Unit posMaxUnit
-
posMinUnit
Sizeable.Unit posMinUnit
-
posUnit
Sizeable.Unit posUnit
-
rpc
AbstractSplitPanelRpc rpc
-
-
-
Class com.vaadin.ui.AbstractSplitPanel.SplitPositionChangeEvent extends Component.Event implements Serializable
-
Serialized Fields
-
position
float position
-
unit
Sizeable.Unit unit
-
-
-
Class com.vaadin.ui.AbstractSplitPanel.SplitterClickEvent extends MouseEvents.ClickEvent implements Serializable
-
Class com.vaadin.ui.AbstractTextField extends AbstractField<String> implements Serializable
-
Serialized Fields
-
changingVariables
boolean changingVariables
Flag used to determine whether we are currently handling a state change triggered by a user. Used to properly fire text change event before value change event triggered by the client side. -
DEFAULT_TEXTCHANGE_TIMEOUT
int DEFAULT_TEXTCHANGE_TIMEOUT
-
isFiringTextChangeEvent
boolean isFiringTextChangeEvent
-
lastKnownCursorPosition
int lastKnownCursorPosition
The position of the cursor when the last message to the server was sent. -
lastKnownTextContent
String lastKnownTextContent
The text content when the last messages to the server was sent. Cleared when value is changed. -
nullRepresentation
String nullRepresentation
Null representation. -
nullSettingAllowed
boolean nullSettingAllowed
Is setting to null from non-null value allowed by setting with null representation . -
selectionLength
int selectionLength
Temporarily holds the new selection length. -
selectionPosition
int selectionPosition
Temporarily holds the new selection position. Cleared on paint. -
textChangeEventMode
AbstractTextField.TextChangeEventMode textChangeEventMode
-
textChangeEventPending
boolean textChangeEventPending
Flag indicating that a text change event is pending to be triggered. Cleared byAbstractField.setInternalValue(Object)and when the event is fired. -
textChangeEventTimeout
int textChangeEventTimeout
-
-
-
Class com.vaadin.ui.AbstractTextField.TextChangeEventImpl extends FieldEvents.TextChangeEvent implements Serializable
-
Serialized Fields
-
cursorPosition
int cursorPosition
-
curText
String curText
-
-
-
Class com.vaadin.ui.Accordion extends TabSheet implements Serializable
-
Class com.vaadin.ui.Alignment extends Object implements Serializable
-
Serialized Fields
-
bitMask
int bitMask
-
-
-
Class com.vaadin.ui.Audio extends AbstractMedia implements Serializable
-
Class com.vaadin.ui.BrowserFrame extends AbstractEmbedded implements Serializable
-
Class com.vaadin.ui.Button extends AbstractFocusable implements Serializable
-
Serialized Fields
-
clickShortcut
Button.ClickShortcut clickShortcut
-
rpc
ButtonServerRpc rpc
-
-
-
Class com.vaadin.ui.Button.ClickEvent extends Component.Event implements Serializable
-
Serialized Fields
-
details
MouseEventDetails details
-
-
-
Class com.vaadin.ui.Button.ClickShortcut extends ShortcutListener implements Serializable
-
Serialized Fields
-
button
Button button
-
-
-
Class com.vaadin.ui.Calendar extends AbstractComponent implements Serializable
-
Serialized Fields
-
actionHandlers
LinkedList<Action.Handler> actionHandlers
List of action handlers. -
actionMapper
KeyMapper<Action> actionMapper
Action mapper. -
calendarEventProvider
CalendarEventProvider calendarEventProvider
Event provider. -
currentCalendar
Calendar currentCalendar
Internal calendar data source. -
currentTimeFormat
Calendar.TimeFormat currentTimeFormat
Defines currently active format for time. 12H/24H. -
customFirstDayOfWeek
Integer customFirstDayOfWeek
-
df_date
DateFormat df_date
Date format that will be used in the UIDL for dates. -
df_date_time
DateFormat df_date_time
Date format that will be used in the UIDL for both date and time. -
df_time
DateFormat df_time
Time format that will be used in the UIDL for time. -
dropHandler
DropHandler dropHandler
Drop Handler for Vaadin DD. By default null. -
endDate
Date endDate
Defines the calendar's date range ending point. -
events
List<CalendarEvent> events
Internal buffer for the events that are retrieved from the event provider. -
firstDay
int firstDay
First day to show for a week -
firstHour
int firstHour
First hour to show for a day -
handlers
Map<String,EventListener> handlers
Map from event ids to event handlers -
lastDay
int lastDay
Last day to show for a week -
lastHour
int lastHour
Last hour to show for a day -
maxTimeInMinutes
Integer maxTimeInMinutes
The cached maximum minute shown when usingCalendar.autoScaleVisibleHoursOfDay(). -
minTimeInMinutes
Integer minTimeInMinutes
The cached minimum minute shown when usingCalendar.autoScaleVisibleHoursOfDay(). -
rpc
com.vaadin.ui.Calendar.CalendarServerRpcImpl rpc
-
scrollTop
int scrollTop
Week view's scroll position. Client sends updates to this value so that scroll position wont reset all the time. -
startDate
Date startDate
Defines the calendar's date range starting point. -
timezone
TimeZone timezone
Defines the component's active time zone. -
weeklyCaptionFormat
String weeklyCaptionFormat
Caption format for the weekly view
-
-
-
Class com.vaadin.ui.CheckBox extends AbstractField<Boolean> implements Serializable
-
Serialized Fields
-
focusBlurRpc
FieldEvents.FocusAndBlurServerRpcImpl focusBlurRpc
-
rpc
CheckBoxServerRpc rpc
-
-
-
Class com.vaadin.ui.ColorPicker extends AbstractColorPicker implements Serializable
-
Class com.vaadin.ui.ColorPickerArea extends AbstractColorPicker implements Serializable
-
Class com.vaadin.ui.ComboBox extends AbstractSelect implements Serializable
-
Serialized Fields
-
currentPage
int currentPage
-
filteredOptions
List<Object> filteredOptions
Cache of filtered options, used only by the in-memory filtering system. -
filteredSize
int filteredSize
Number of options that pass the filter, excluding the null item if any. -
filteringMode
FilteringMode filteringMode
-
filterstring
String filterstring
-
inputPrompt
String inputPrompt
-
isPainting
boolean isPainting
True while painting to suppress item set change notifications that could be caused by temporary filtering. -
itemStyleGenerator
ComboBox.ItemStyleGenerator itemStyleGenerator
-
optionRequest
boolean optionRequest
Flag to indicate that request repaint is called by filter request only -
pageLength
int pageLength
Holds value of property pageLength. 0 disables paging. -
prevfilterstring
String prevfilterstring
-
scrollToSelectedItem
boolean scrollToSelectedItem
Flag to indicate whether to scroll the selected item visible (select the page on which it is) when opening the popup or not. Only applies to single select mode. This requires finding the index of the item, which can be expensive in many large lazy loading containers. -
suggestionPopupWidth
String suggestionPopupWidth
-
textInputAllowed
boolean textInputAllowed
If text input is not allowed, the ComboBox behaves like a pretty NativeSelect - the user can not enter any text and clicking the text field opens the drop down with options
-
-
-
Class com.vaadin.ui.Component.ErrorEvent extends Component.Event implements Serializable
-
Serialized Fields
-
message
ErrorMessage message
-
-
-
Class com.vaadin.ui.Component.Event extends ConnectorEvent implements Serializable
-
Class com.vaadin.ui.ConnectorTracker extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
connectorIdToConnector
HashMap<String,ClientConnector> connectorIdToConnector
-
currentSyncId
int currentSyncId
-
dirtyConnectors
Set<ClientConnector> dirtyConnectors
-
markedDirtyListeners
List<MarkedAsDirtyListener> markedDirtyListeners
-
pidToNameToStreamVariable
Map<String,Map<String,StreamVariable>> pidToNameToStreamVariable
Maps connectorIds to a map of named StreamVariables -
streamVariableToSeckey
Map<StreamVariable,String> streamVariableToSeckey
-
uI
UI uI
-
uninitializedConnectors
Set<ClientConnector> uninitializedConnectors
-
unregisteredConnectors
Set<ClientConnector> unregisteredConnectors
Connectors that have been unregistered and should be cleaned up the next timeConnectorTracker.cleanConnectorMap()is invoked unless they have been registered again. -
writingResponse
boolean writingResponse
-
-
-
Class com.vaadin.ui.CssLayout extends AbstractLayout implements Serializable
-
Serialized Fields
-
components
LinkedList<Component> components
Custom layout slots containing the components. -
rpc
CssLayoutServerRpc rpc
-
-
-
Class com.vaadin.ui.CustomComponent extends AbstractComponent implements Serializable
-
Serialized Fields
-
root
Component root
The root component implementing the custom component.
-
-
-
Class com.vaadin.ui.CustomField extends AbstractField<T> implements Serializable
-
Serialized Fields
-
root
Component root
The root component implementing the custom component.
-
-
-
Class com.vaadin.ui.CustomLayout extends AbstractLayout implements Serializable
-
Class com.vaadin.ui.DateField extends AbstractField<Date> implements Serializable
-
Serialized Fields
-
currentParseErrorMessage
String currentParseErrorMessage
-
currentRangeValidator
DateRangeValidator currentRangeValidator
-
dateFormat
String dateFormat
Overridden format string -
dateOutOfRangeMessage
String dateOutOfRangeMessage
-
dateString
String dateString
-
defaultParseErrorMessage
String defaultParseErrorMessage
-
lenient
boolean lenient
-
preventValueChangeEvent
boolean preventValueChangeEvent
Determines whether the ValueChangeEvent should be fired. Used to prevent firing the event when UI has invalid string until uiHasValidDateString flag is set -
resolution
Resolution resolution
Specified smallest modifiable unit for the date field. -
showISOWeekNumbers
boolean showISOWeekNumbers
Determines if week numbers are shown in the date selector. -
timeZone
TimeZone timeZone
-
uiHasValidDateString
boolean uiHasValidDateString
Was the last entered string parsable? If this flag is false, datefields internal validator does not pass.
-
-
-
Class com.vaadin.ui.DateField.UnparsableDateString extends Validator.InvalidValueException implements Serializable
-
Class com.vaadin.ui.DefaultFieldFactory extends Object implements Serializable
-
Class com.vaadin.ui.DragAndDropWrapper extends CustomComponent implements Serializable
-
Serialized Fields
-
dragImageComponent
Component dragImageComponent
-
dragStartMode
DragAndDropWrapper.DragStartMode dragStartMode
-
dropHandler
DropHandler dropHandler
-
html5DataFlavors
Map<String,Object> html5DataFlavors
-
receivers
Map<String,com.vaadin.ui.DragAndDropWrapper.ProxyReceiver> receivers
-
rpc
DragAndDropWrapperServerRpc rpc
-
sentIds
Set<String> sentIds
-
-
-
Class com.vaadin.ui.DragAndDropWrapper.WrapperTargetDetails extends TargetDetailsImpl implements Serializable
-
Class com.vaadin.ui.DragAndDropWrapper.WrapperTransferable extends TransferableImpl implements Serializable
-
Serialized Fields
-
files
Html5File[] files
-
-
-
Class com.vaadin.ui.Embedded extends AbstractComponent implements Serializable
-
Serialized Fields
-
altText
String altText
-
archive
String archive
-
classId
String classId
-
codebase
String codebase
Applet or other client side runnable properties. -
codetype
String codetype
-
mimeType
String mimeType
Generic object attributes. -
parameters
Map<String,String> parameters
Hash of object parameters. -
rpc
EmbeddedServerRpc rpc
-
standby
String standby
-
type
int type
Type of the object.
-
-
-
Class com.vaadin.ui.Field.ValueChangeEvent extends Component.Event implements Serializable
-
Class com.vaadin.ui.Flash extends AbstractEmbedded implements Serializable
-
Class com.vaadin.ui.Form extends AbstractField<Object> implements Serializable
-
Serialized Fields
-
buffered
boolean buffered
Deprecated.Is the form in buffered mode. -
currentBufferedSourceException
Buffered.SourceException currentBufferedSourceException
Deprecated.Current buffered source exception. -
fieldFactory
FormFieldFactory fieldFactory
Deprecated.Field factory for this form. -
fields
HashMap<Object,Field<?>> fields
Deprecated.Mapping from propertyName to corresponding field. -
fieldValueChangeListener
Property.ValueChangeListener fieldValueChangeListener
Deprecated.Form needs to repaint itself if child fields value changes due possible change in form validity. TODO introduce ValidityChangeEvent (#6239) and start using it instead. See e.g. DateField#notifyFormOfValidityChange(). -
gridlayoutCursorX
int gridlayoutCursorX
Deprecated. -
gridlayoutCursorY
int gridlayoutCursorY
Deprecated. -
itemDatasource
Item itemDatasource
Deprecated.Item connected to this form as datasource. -
ownActionManager
ActionManager ownActionManager
Deprecated.Keeps track of the Actions added to this component, and manages the painting and handling as well. Note that the extended AbstractField is aAction.ShortcutNotifierand has a actionManager that delegates actions to the containing window. This one does not delegate. -
ownProperties
HashMap<Object,Property<?>> ownProperties
Deprecated.Form may act as an Item, its own properties are stored here. -
propertyIds
LinkedList<Object> propertyIds
Deprecated.Ordered list of property ids in this editor. -
propertyValue
Object propertyValue
Deprecated. -
validationVisibleOnCommit
boolean validationVisibleOnCommit
Deprecated.If this is true, commit implicitly calls setValidationVisible(true). -
visibleItemProperties
Collection<?> visibleItemProperties
Deprecated.Visible item properties.
-
-
-
Class com.vaadin.ui.FormLayout extends AbstractOrderedLayout implements Serializable
-
Class com.vaadin.ui.Grid extends AbstractFocusable implements Serializable
-
Serialized Fields
-
applyingSelectionFromClient
boolean applyingSelectionFromClient
Used to know whether selection change events originate from the server or the client so the selection change handler knows whether the changes should be sent to the client. -
cellDescriptionGenerator
Grid.CellDescriptionGenerator cellDescriptionGenerator
-
cellStyleGenerator
Grid.CellStyleGenerator cellStyleGenerator
-
columnKeys
KeyMapper<Object> columnKeys
Key generator for column server-to-client communication -
columns
Map<Object,Grid.Column> columns
Property id to column instance mapping -
datasource
Container.Indexed datasource
The data source attached to the grid -
datasourceExtension
RpcDataProviderExtension datasourceExtension
-
defaultContainer
boolean defaultContainer
trueif Grid is using the internal IndexedContainer created in Grid() constructor, orfalseif the user has set their own Container.- See Also:
Grid.setContainerDataSource(Indexed),Grid()
-
detailComponentManager
Grid.DetailComponentManager detailComponentManager
-
editedItemId
Object editedItemId
-
editorActive
boolean editorActive
-
editorClosingItemSetListener
Container.ItemSetChangeListener editorClosingItemSetListener
-
editorErrorHandler
Grid.EditorErrorHandler editorErrorHandler
-
editorFieldGroup
FieldGroup editorFieldGroup
-
editorFields
Map<Object,Field<?>> editorFields
Poperty ID to Field mapping that stores editor fields set byGrid.setEditorField(Object, Field). -
editorSaving
boolean editorSaving
True while the editor is storing the field values, i.e. commiting the field group. -
extensionComponents
Set<Component> extensionComponents
-
footer
Grid.Footer footer
-
header
Grid.Header header
-
propertyListener
Container.PropertySetChangeListener propertyListener
Property listener for listening to changes in data source properties. -
rowDescriptionGenerator
Grid.RowDescriptionGenerator rowDescriptionGenerator
-
rowStyleGenerator
Grid.RowStyleGenerator rowStyleGenerator
-
selectionModel
Grid.SelectionModel selectionModel
The selection model that is currently in use. Nevernullafter the constructor has been run. -
sortOrder
List<SortOrder> sortOrder
The current sort order
-
-
-
Class com.vaadin.ui.Grid.AbstractGridExtension extends AbstractExtension implements Serializable
-
Class com.vaadin.ui.Grid.AbstractRenderer extends Grid.AbstractGridExtension implements Serializable
-
Class com.vaadin.ui.Grid.AbstractSelectionModel extends Grid.AbstractGridExtension implements Serializable
-
Serialized Fields
-
selection
LinkedHashSet<Object> selection
-
-
-
Class com.vaadin.ui.Grid.CellReference extends Object implements Serializable
-
Serialized Fields
-
propertyId
Object propertyId
-
rowReference
Grid.RowReference rowReference
-
-
-
Class com.vaadin.ui.Grid.Column extends Object implements Serializable
-
Serialized Fields
-
converter
Converter<?,Object> converter
-
grid
Grid grid
The grid this column is associated with -
isFirstConverterAssignment
boolean isFirstConverterAssignment
A check for allowing theconstructorto callGrid.Column.setConverter(Converter)with anull, even if model and renderer aren't compatible. -
propertyId
Object propertyId
Backing property for column -
state
GridColumnState state
The state of the column shared to the client
-
-
-
Class com.vaadin.ui.Grid.ColumnReorderEvent extends Component.Event implements Serializable
-
Serialized Fields
-
userOriginated
boolean userOriginated
-
-
-
Class com.vaadin.ui.Grid.ColumnResizeEvent extends Component.Event implements Serializable
-
Serialized Fields
-
column
Grid.Column column
-
userOriginated
boolean userOriginated
-
-
-
Class com.vaadin.ui.Grid.ColumnVisibilityChangeEvent extends Component.Event implements Serializable
-
Serialized Fields
-
column
Grid.Column column
-
hidden
boolean hidden
-
userOriginated
boolean userOriginated
-
-
-
Class com.vaadin.ui.Grid.CommitErrorEvent extends Component.Event implements Serializable
-
Serialized Fields
-
cause
FieldGroup.CommitException cause
-
errorColumns
Set<Grid.Column> errorColumns
-
userErrorMessage
String userErrorMessage
-
-
-
Class com.vaadin.ui.Grid.DefaultEditorErrorHandler extends Object implements Serializable
-
Class com.vaadin.ui.Grid.DetailComponentManager extends Grid.AbstractGridExtension implements Serializable
-
Serialized Fields
-
detailsGenerator
Grid.DetailsGenerator detailsGenerator
The user-defined details generator. -
emptyDetails
Set<Object> emptyDetails
Set of item ids that gotnullfrom DetailsGenerator whenGrid.DetailsGenerator.getDetails(RowReference)was called. -
itemIdToDetailsComponent
Map<Object,Component> itemIdToDetailsComponent
This map represents all details that are currently visible on the client. Details components get destroyed once they scroll out of view. -
openDetails
Set<Object> openDetails
Set of item IDs for all open details rows. Contains even the ones that are not currently visible on the client.
-
-
-
Class com.vaadin.ui.Grid.EditorCloseEvent extends Grid.EditorEvent implements Serializable
-
Class com.vaadin.ui.Grid.EditorEvent extends Component.Event implements Serializable
-
Serialized Fields
-
itemID
Object itemID
-
-
-
Class com.vaadin.ui.Grid.EditorFieldFactory extends DefaultFieldGroupFieldFactory implements Serializable
-
Class com.vaadin.ui.Grid.EditorMoveEvent extends Grid.EditorEvent implements Serializable
-
Class com.vaadin.ui.Grid.EditorOpenEvent extends Grid.EditorEvent implements Serializable
-
Class com.vaadin.ui.Grid.Footer extends Grid.StaticSection<Grid.FooterRow> implements Serializable
-
Serialized Fields
-
footerState
GridStaticSectionState footerState
-
-
-
Class com.vaadin.ui.Grid.FooterCell extends com.vaadin.ui.Grid.StaticSection.StaticCell implements Serializable
-
Class com.vaadin.ui.Grid.FooterRow extends Grid.StaticSection.StaticRow<Grid.FooterCell> implements Serializable
-
Class com.vaadin.ui.Grid.GridContextClickEvent extends ContextClickEvent implements Serializable
-
Serialized Fields
-
itemId
Object itemId
-
propertyId
Object propertyId
-
rowIndex
int rowIndex
-
section
GridConstants.Section section
-
-
-
Class com.vaadin.ui.Grid.Header extends Grid.StaticSection<Grid.HeaderRow> implements Serializable
-
Serialized Fields
-
defaultRow
Grid.HeaderRow defaultRow
-
headerState
GridStaticSectionState headerState
-
-
-
Class com.vaadin.ui.Grid.HeaderCell extends com.vaadin.ui.Grid.StaticSection.StaticCell implements Serializable
-
Class com.vaadin.ui.Grid.HeaderRow extends Grid.StaticSection.StaticRow<Grid.HeaderCell> implements Serializable
-
Class com.vaadin.ui.Grid.MultiSelectionModel extends Grid.AbstractSelectionModel implements Serializable
-
Serialized Fields
-
selectionLimit
int selectionLimit
-
-
-
Class com.vaadin.ui.Grid.NoSelectionModel extends Grid.AbstractSelectionModel implements Serializable
-
Class com.vaadin.ui.Grid.RowReference extends Object implements Serializable
-
Class com.vaadin.ui.Grid.SingleSelectionModel extends Grid.AbstractSelectionModel implements Serializable
-
Class com.vaadin.ui.Grid.StaticSection extends Object implements Serializable
-
Serialized Fields
-
grid
Grid grid
-
rows
List<ROWTYPE extends Grid.StaticSection.StaticRow<?>> rows
-
-
-
Class com.vaadin.ui.Grid.StaticSection.StaticRow extends Object implements Serializable
-
Serialized Fields
-
cellGroups
Map<Set<CELLTYPE extends com.vaadin.ui.Grid.StaticSection.StaticCell>,CELLTYPE extends com.vaadin.ui.Grid.StaticSection.StaticCell> cellGroups
-
cells
Map<Object,CELLTYPE extends com.vaadin.ui.Grid.StaticSection.StaticCell> cells
-
rowState
GridStaticSectionState.RowState rowState
-
section
Grid.StaticSection<?> section
-
-
-
Class com.vaadin.ui.GridLayout extends AbstractLayout implements Serializable
-
Serialized Fields
-
columnExpandRatio
Map<Integer,Float> columnExpandRatio
-
components
LinkedList<Component> components
-
cursorX
int cursorX
Cursor X position: this is where the next component with unspecified x,y is inserted -
cursorY
int cursorY
Cursor Y position: this is where the next component with unspecified x,y is inserted -
defaultComponentAlignment
Alignment defaultComponentAlignment
-
rowExpandRatio
Map<Integer,Float> rowExpandRatio
-
rpc
GridLayoutServerRpc rpc
-
-
-
Class com.vaadin.ui.GridLayout.Area extends Object implements Serializable
-
Serialized Fields
-
childData
GridLayoutState.ChildComponentData childData
-
component
Component component
-
-
-
Class com.vaadin.ui.GridLayout.OutOfBoundsException extends RuntimeException implements Serializable
-
Serialized Fields
-
areaOutOfBounds
GridLayout.Area areaOutOfBounds
-
-
-
Class com.vaadin.ui.GridLayout.OverlapsException extends RuntimeException implements Serializable
-
Serialized Fields
-
existingArea
GridLayout.Area existingArea
-
-
-
Class com.vaadin.ui.HasComponents.ComponentAttachEvent extends Component.Event implements Serializable
-
Serialized Fields
-
component
Component component
-
-
-
Class com.vaadin.ui.HasComponents.ComponentDetachEvent extends Component.Event implements Serializable
-
Serialized Fields
-
component
Component component
-
-
-
Class com.vaadin.ui.HorizontalLayout extends AbstractOrderedLayout implements Serializable
-
Class com.vaadin.ui.HorizontalSplitPanel extends AbstractSplitPanel implements Serializable
-
Class com.vaadin.ui.Html5File extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
size
long size
-
streamVariable
StreamVariable streamVariable
-
type
String type
-
-
-
Class com.vaadin.ui.Image extends AbstractEmbedded implements Serializable
-
Serialized Fields
-
rpc
ImageServerRpc rpc
-
-
-
Class com.vaadin.ui.InlineDateField extends DateField implements Serializable
-
Class com.vaadin.ui.JavaScript extends AbstractExtension implements Serializable
-
Serialized Fields
-
functions
Map<String,JavaScriptFunction> functions
-
-
-
Class com.vaadin.ui.Label extends AbstractComponent implements Serializable
-
Class com.vaadin.ui.Label.ValueChangeEvent extends Component.Event implements Serializable
-
Class com.vaadin.ui.LegacyWindow extends UI implements Serializable
-
Serialized Fields
-
application
LegacyApplication application
Deprecated. -
name
String name
Deprecated.
-
-
-
Class com.vaadin.ui.Link extends AbstractComponent implements Serializable
-
Class com.vaadin.ui.ListSelect extends AbstractSelect implements Serializable
-
Serialized Fields
-
columns
int columns
-
rows
int rows
-
-
-
Class com.vaadin.ui.LoginForm extends AbstractSingleComponentContainer implements Serializable
-
Class com.vaadin.ui.LoginForm.LoginEvent extends Component.Event implements Serializable
-
Class com.vaadin.ui.MenuBar extends AbstractComponent implements Serializable
-
Serialized Fields
-
htmlContentAllowed
boolean htmlContentAllowed
-
menuItems
List<MenuBar.MenuItem> menuItems
-
moreItem
MenuBar.MenuItem moreItem
-
numberOfItems
int numberOfItems
-
openRootOnHover
boolean openRootOnHover
-
-
-
Class com.vaadin.ui.MenuBar.MenuItem extends Object implements Serializable
-
Serialized Fields
-
checkable
boolean checkable
-
checked
boolean checked
-
description
String description
-
enabled
boolean enabled
-
isSeparator
boolean isSeparator
-
itsChildren
List<MenuBar.MenuItem> itsChildren
-
itsCommand
MenuBar.Command itsCommand
-
itsIcon
Resource itsIcon
-
itsId
int itsId
Private members * -
itsParent
MenuBar.MenuItem itsParent
-
itsText
String itsText
-
styleName
String styleName
-
visible
boolean visible
-
-
-
Class com.vaadin.ui.NativeButton extends Button implements Serializable
-
Class com.vaadin.ui.NativeSelect extends AbstractSelect implements Serializable
-
Serialized Fields
-
columns
int columns
-
focusBlurRpc
FieldEvents.FocusAndBlurServerRpcImpl focusBlurRpc
-
-
-
Class com.vaadin.ui.Notification extends Object implements Serializable
-
Class com.vaadin.ui.OptionGroup extends AbstractSelect implements Serializable
-
Class com.vaadin.ui.Panel extends AbstractSingleComponentContainer implements Serializable
-
Serialized Fields
-
actionManager
ActionManager actionManager
Keeps track of the Actions added to this component, and manages the painting and handling as well. -
rpc
PanelServerRpc rpc
-
-
-
Class com.vaadin.ui.PasswordField extends AbstractTextField implements Serializable
-
Class com.vaadin.ui.PopupDateField extends DateField implements Serializable
-
Serialized Fields
-
inputPrompt
String inputPrompt
-
-
-
Class com.vaadin.ui.PopupView extends AbstractComponent implements Serializable
-
Serialized Fields
-
content
PopupView.Content content
-
rpc
PopupViewServerRpc rpc
-
visibleComponent
Component visibleComponent
-
-
-
Class com.vaadin.ui.PopupView.PopupVisibilityEvent extends Component.Event implements Serializable
-
Class com.vaadin.ui.ProgressBar extends AbstractField<Float> implements Serializable
-
Class com.vaadin.ui.ProgressIndicator extends ProgressBar implements Serializable
-
Serialized Fields
-
rpc
ProgressIndicatorServerRpc rpc
Deprecated.
-
-
-
Class com.vaadin.ui.RichTextArea extends AbstractField<String> implements Serializable
-
Serialized Fields
-
nullRepresentation
String nullRepresentation
Null representation. -
nullSettingAllowed
boolean nullSettingAllowed
Is setting to null from non-null value allowed by setting with null representation . -
selectAll
boolean selectAll
Temporary flag that indicates all content will be selected after the next paint. Reset to false after painted.
-
-
-
Class com.vaadin.ui.Select extends ComboBox implements Serializable
-
Class com.vaadin.ui.Slider extends AbstractField<Double> implements Serializable
-
Serialized Fields
-
rpc
SliderServerRpc rpc
-
-
-
Class com.vaadin.ui.Slider.ValueOutOfBoundsException extends RuntimeException implements Serializable
-
Serialized Fields
-
value
Double value
-
-
-
Class com.vaadin.ui.Table extends AbstractSelect implements Serializable
-
Serialized Fields
-
actionHandlers
LinkedList<Action.Handler> actionHandlers
List of action handlers. -
actionMapper
KeyMapper<Action> actionMapper
Action mapper. -
alwaysRecalculateColumnWidths
boolean alwaysRecalculateColumnWidths
-
associatedProperties
Map<Field<?>,Property<?>> associatedProperties
-
cacheRate
double cacheRate
-
cellStyleGenerator
Table.CellStyleGenerator cellStyleGenerator
Table cell specific style generator -
childMeasurementHint
HasChildMeasurementHint.ChildMeasurementHint childMeasurementHint
How layout manager should behave when measuring Table's child components -
collapsedColumns
HashSet<Object> collapsedColumns
Holds propertyIds of currently collapsed columns. -
columnAlignments
HashMap<Object,Table.Align> columnAlignments
Holds alignments for visible columns (by propertyId). -
columnCollapsingAllowed
boolean columnCollapsingAllowed
True if column collapsing is allowed. -
columnExpandRatios
HashMap<Object,Float> columnExpandRatios
Holds column expand rations for visible columns (by propertyId). -
columnFooters
HashMap<Object,String> columnFooters
Holds footers for visible columns (by propertyId). -
columnFootersVisible
boolean columnFootersVisible
Should the Table footer be visible? -
columnGenerators
HashMap<Object,Table.ColumnGenerator> columnGenerators
Holds column generators -
columnHeaderMode
Table.ColumnHeaderMode columnHeaderMode
Holds value of property columnHeaderMode. -
columnHeaders
HashMap<Object,String> columnHeaders
Holds headers for visible columns (by propertyId). -
columnIcons
HashMap<Object,Resource> columnIcons
Holds icons for visible columns (by propertyId). -
columnIdMap
KeyMapper<Object> columnIdMap
Keymapper for column ids. -
columnReorderingAllowed
boolean columnReorderingAllowed
True if reordering of columns is allowed on the client side. -
columnWidths
HashMap<Object,Integer> columnWidths
Holds column widths in pixels for visible columns (by propertyId). -
containerChangeToBeRendered
boolean containerChangeToBeRendered
-
currentPageFirstItemId
Object currentPageFirstItemId
Id the first item on the current page. -
currentPageFirstItemIndex
int currentPageFirstItemIndex
Index of the first item on the current page. -
currentPageFirstItemIndexOnLastPage
int currentPageFirstItemIndexOnLastPage
Index of the "first" item on the last page if a user has used setCurrentPageFirstItemIndex to scroll down. -1 if not set. -
dragMode
Table.TableDragMode dragMode
-
dropHandler
DropHandler dropHandler
-
editable
boolean editable
Is table editable. -
exceptionsDuringCachePopulation
List<Throwable> exceptionsDuringCachePopulation
-
fieldFactory
TableFieldFactory fieldFactory
Table cell editor factory. -
firstToBeRenderedInClient
int firstToBeRenderedInClient
-
isBeingPainted
boolean isBeingPainted
-
isContentRefreshesEnabled
boolean isContentRefreshesEnabled
-
itemDescriptionGenerator
AbstractSelect.ItemDescriptionGenerator itemDescriptionGenerator
Table cell specific tooltip generator -
keyMapperReset
boolean keyMapperReset
Set to true if the client-side should be informed that the key mapper has been reset so it can avoid sending back references to keys that are no longer present. -
lastToBeRenderedInClient
int lastToBeRenderedInClient
-
listenedProperties
HashSet<Property<?>> listenedProperties
Set of properties listened - the list is kept to release the listeners later. -
multiSelectMode
MultiSelectMode multiSelectMode
-
multiSelectTouchDetectionEnabled
boolean multiSelectTouchDetectionEnabled
-
noncollapsibleColumns
HashSet<Object> noncollapsibleColumns
Holds noncollapsible columns. -
pageBuffer
Object[][] pageBuffer
Page contents buffer used in buffered mode. -
pageBufferFirstIndex
int pageBufferFirstIndex
-
pageLength
int pageLength
Holds value of property pageLength. 0 disables paging. -
painted
boolean painted
-
propertyValueConverters
HashMap<Object,Converter<String,Object>> propertyValueConverters
-
repairOnReAddAllRowsDataScrollPositionItemIndex
int repairOnReAddAllRowsDataScrollPositionItemIndex
-
reqFirstRowToPaint
int reqFirstRowToPaint
Index of the first rows explicitly requested by the client to be painted. This is -1 if no request by the client is made. Painting the component will automatically reset this to -1. -
reqRowsToPaint
int reqRowsToPaint
Number of rows explicitly requested by the client to be painted on next paint. This is -1 if no request by the client is made. Painting the component will automatically reset this to -1. -
rowCacheInvalidated
boolean rowCacheInvalidated
-
rowGenerator
Table.RowGenerator rowGenerator
-
rowHeaderMode
Table.RowHeaderMode rowHeaderMode
Holds value of property rowHeaderMode. -
selectable
Boolean selectable
Holds value of property selectable. -
sortAscending
boolean sortAscending
Current sorting direction. -
sortContainerPropertyId
Object sortContainerPropertyId
Currently table is sorted on this propertyId. -
sortEnabled
boolean sortEnabled
Is table sorting by the user enabled. -
visibleColumns
LinkedList<Object> visibleColumns
Holds visible column propertyIds - in order. -
visibleComponents
HashSet<Component> visibleComponents
Set of visible components - the is used for needsRepaint calculation.
-
-
-
Class com.vaadin.ui.Table.CacheUpdateException extends RuntimeException implements Serializable
-
Class com.vaadin.ui.Table.ColumnCollapseEvent extends Component.Event implements Serializable
-
Serialized Fields
-
propertyId
Object propertyId
-
-
-
Class com.vaadin.ui.Table.ColumnReorderEvent extends Component.Event implements Serializable
-
Class com.vaadin.ui.Table.ColumnResizeEvent extends Component.Event implements Serializable
-
Serialized Fields
-
columnPropertyId
Object columnPropertyId
-
currentWidth
int currentWidth
-
previousWidth
int previousWidth
-
-
-
Class com.vaadin.ui.Table.FooterClickEvent extends MouseEvents.ClickEvent implements Serializable
-
Serialized Fields
-
columnPropertyId
Object columnPropertyId
-
-
-
Class com.vaadin.ui.Table.GeneratedRow extends Object implements Serializable
-
Serialized Fields
-
htmlContentAllowed
boolean htmlContentAllowed
-
spanColumns
boolean spanColumns
-
text
String[] text
-
-
-
Class com.vaadin.ui.Table.HeaderClickEvent extends MouseEvents.ClickEvent implements Serializable
-
Serialized Fields
-
columnPropertyId
Object columnPropertyId
-
-
-
Class com.vaadin.ui.Table.TableContextClickEvent extends ContextClickEvent implements Serializable
-
Serialized Fields
-
itemId
Object itemId
-
propertyId
Object propertyId
-
section
TableConstants.Section section
-
-
-
Class com.vaadin.ui.Table.TableDropCriterion extends ServerSideCriterion implements Serializable
-
Class com.vaadin.ui.Table.TableTransferable extends DataBoundTransferable implements Serializable
-
Class com.vaadin.ui.TabSheet extends AbstractComponentContainer implements Serializable
-
Serialized Fields
-
closeHandler
TabSheet.CloseHandler closeHandler
Handler to be called when a tab is closed. -
components
ArrayList<Component> components
List of component tabs (tab contents). In addition to being on this list, there is aTabSheet.Tabobject in tabs for each tab with meta-data about the tab. -
focusBlurRpc
FieldEvents.FocusAndBlurServerRpcImpl focusBlurRpc
-
keyMapper
KeyMapper<Component> keyMapper
Mapper between server-side component instances (tab contents) and keys given to the client that identify tabs. -
rpc
TabSheet.TabsheetServerRpcImpl rpc
-
selected
Component selected
Selected tab content component. -
tabs
HashMap<Component,TabSheet.Tab> tabs
Map containing information related to the tabs (caption, icon etc).
-
-
-
Class com.vaadin.ui.TabSheet.SelectedTabChangeEvent extends Component.Event implements Serializable
-
Class com.vaadin.ui.TabSheet.TabsheetServerRpcImpl extends Object implements Serializable
-
Class com.vaadin.ui.TabSheet.TabSheetTabImpl extends Object implements Serializable
-
Serialized Fields
-
componentError
ErrorMessage componentError
-
defaultFocus
Component.Focusable defaultFocus
-
tabState
TabState tabState
-
-
-
Class com.vaadin.ui.TextArea extends AbstractTextField implements Serializable
-
Class com.vaadin.ui.TextField extends AbstractTextField implements Serializable
-
Class com.vaadin.ui.Tree extends AbstractSelect implements Serializable
-
Serialized Fields
-
actionHandlers
LinkedList<Action.Handler> actionHandlers
List of action handlers. -
actionMapper
KeyMapper<Action> actionMapper
Action mapper. -
dragMode
Tree.TreeDragMode dragMode
-
dropHandler
DropHandler dropHandler
-
expanded
HashSet<Object> expanded
Set of expanded nodes. -
expandedItemId
Object expandedItemId
Holds a itemId which was recently expanded -
htmlContentAllowed
boolean htmlContentAllowed
-
initialPaint
boolean initialPaint
a flag which indicates initial paint. After this flag set true partial updates are allowed. -
itemDescriptionGenerator
AbstractSelect.ItemDescriptionGenerator itemDescriptionGenerator
Item tooltip generator -
itemIconAlts
HashMap<Object,String> itemIconAlts
Item icons alt texts. -
itemStyleGenerator
Tree.ItemStyleGenerator itemStyleGenerator
-
multiSelectMode
MultiSelectMode multiSelectMode
-
partialUpdate
boolean partialUpdate
Flag to indicate sub-tree loading -
selectable
boolean selectable
Is the tree selectable on the client side.
-
-
-
Class com.vaadin.ui.Tree.CollapseEvent extends Component.Event implements Serializable
-
Serialized Fields
-
collapsedItemId
Object collapsedItemId
-
-
-
Class com.vaadin.ui.Tree.ExpandEvent extends Component.Event implements Serializable
-
Serialized Fields
-
expandedItemId
Object expandedItemId
-
-
-
Class com.vaadin.ui.Tree.TargetInSubtree extends ClientSideCriterion implements Serializable
-
Serialized Fields
-
depthToCheck
int depthToCheck
-
rootId
Object rootId
-
-
-
Class com.vaadin.ui.Tree.TargetItemAllowsChildren extends TargetDetailIs implements Serializable
-
Class com.vaadin.ui.Tree.TreeContextClickEvent extends ContextClickEvent implements Serializable
-
Serialized Fields
-
itemId
Object itemId
-
-
-
Class com.vaadin.ui.Tree.TreeDropCriterion extends ServerSideCriterion implements Serializable
-
Class com.vaadin.ui.Tree.TreeTargetDetails extends AbstractSelect.AbstractSelectTargetDetails implements Serializable
-
Class com.vaadin.ui.Tree.TreeTransferable extends DataBoundTransferable implements Serializable
-
Class com.vaadin.ui.TreeTable extends Table implements Serializable
-
Serialized Fields
-
animationsEnabled
boolean animationsEnabled
-
clearFocusedRowPending
boolean clearFocusedRowPending
-
containerSupportsPartialUpdates
boolean containerSupportsPartialUpdates
If the container does not send item set change events, always do a full repaint instead of a partial update when expanding/collapsing nodes. -
cStrategy
com.vaadin.ui.TreeTable.ContainerStrategy cStrategy
-
focusedRowId
Object focusedRowId
-
hierarchyColumnId
Object hierarchyColumnId
-
toggledItemId
Object toggledItemId
The item id that was expanded or collapsed during this request. Reset at the end of paint and only used for determining if a partial or full paint should be done. Can safely be reset to null whenever a change occurs that would prevent a partial update from rendering the correct result, e.g. rows added or removed during an expand operation.
-
-
-
Class com.vaadin.ui.TwinColSelect extends AbstractSelect implements Serializable
-
Class com.vaadin.ui.UI extends AbstractSingleComponentContainer implements Serializable
-
Serialized Fields
-
actionManager
ActionManager actionManager
Keeps track of the Actions added to this component, and manages the painting and handling as well. -
closing
boolean closing
-
connectorTracker
ConnectorTracker connectorTracker
-
debugRpc
DebugWindowServerRpc debugRpc
-
embedId
String embedId
-
lastHeartbeatTimestamp
long lastHeartbeatTimestamp
Timestamp keeping track of the last heartbeat of this UI. Updated to the current time whenever the application receives a heartbeat or UIDL request from the client for this UI. -
lastProcessedClientToServerId
int lastProcessedClientToServerId
Tracks which message from the client should come next. First message from the client has id 0. -
loadingIndicatorConfiguration
LoadingIndicatorConfiguration loadingIndicatorConfiguration
-
localeService
LocaleService localeService
-
navigator
Navigator navigator
-
notificationConfiguration
NotificationConfiguration notificationConfiguration
-
page
Page page
-
pendingFocus
Component.Focusable pendingFocus
Component that should be focused after the next repaint. Null if no focus change should take place. -
pushConfiguration
PushConfiguration pushConfiguration
-
pushConnection
PushConnection pushConnection
-
reconnectDialogConfiguration
ReconnectDialogConfiguration reconnectDialogConfiguration
-
resizeLazy
boolean resizeLazy
-
rpc
UIServerRpc rpc
-
scrollIntoView
Component scrollIntoView
The component that should be scrolled into view after the next repaint. Null if nothing should be scrolled into view. -
scrollLeft
int scrollLeft
Scroll X position -
scrollTop
int scrollTop
Scroll Y position. -
session
VaadinSession session
The application to which this UI belongs -
tooltipConfiguration
TooltipConfiguration tooltipConfiguration
-
uiId
int uiId
The id of this UI, used to find the server side instance of the UI form which a request originates. A negative value indicates that the UI id has not yet been assigned by the Application.- See Also:
VaadinSession.getNextUIid()
-
windows
LinkedHashSet<Window> windows
List of windows in this UI.
-
-
-
Class com.vaadin.ui.UIDetachedException extends RuntimeException implements Serializable
-
Class com.vaadin.ui.UniqueSerializable extends Object implements Serializable
-
Class com.vaadin.ui.Upload extends AbstractComponent implements Serializable
-
Serialized Fields
-
buttonCaption
String buttonCaption
-
contentLength
long contentLength
-
focus
boolean focus
Should the field be focused on next repaint? -
interrupted
boolean interrupted
-
isUploading
boolean isUploading
-
nextid
int nextid
-
notStarted
boolean notStarted
-
progressListeners
LinkedHashSet<Upload.ProgressListener> progressListeners
ProgressListeners to which information about progress is sent during upload -
receiver
Upload.Receiver receiver
The output of the upload is redirected to this receiver. -
streamVariable
StreamVariable streamVariable
-
tabIndex
int tabIndex
The tab order number of this field. -
totalBytes
int totalBytes
-
-
-
Class com.vaadin.ui.Upload.ChangeEvent extends Component.Event implements Serializable
-
Serialized Fields
-
filename
String filename
-
-
-
Class com.vaadin.ui.Upload.FailedEvent extends Upload.FinishedEvent implements Serializable
-
Serialized Fields
-
reason
Exception reason
-
-
-
Class com.vaadin.ui.Upload.FinishedEvent extends Component.Event implements Serializable
-
Class com.vaadin.ui.Upload.NoInputStreamEvent extends Upload.FailedEvent implements Serializable
-
Class com.vaadin.ui.Upload.NoOutputStreamEvent extends Upload.FailedEvent implements Serializable
-
Class com.vaadin.ui.Upload.StartedEvent extends Component.Event implements Serializable
-
Class com.vaadin.ui.Upload.SucceededEvent extends Upload.FinishedEvent implements Serializable
-
Class com.vaadin.ui.VerticalLayout extends AbstractOrderedLayout implements Serializable
-
Class com.vaadin.ui.VerticalSplitPanel extends AbstractSplitPanel implements Serializable
-
Class com.vaadin.ui.Video extends AbstractMedia implements Serializable
-
Class com.vaadin.ui.Window extends Panel implements Serializable
-
Serialized Fields
-
bringToFront
Integer bringToFront
Used to keep the right order of windows if multiple windows are brought to front in a single changeset. If this is not used, the order is quite random (depends on the order getting to dirty list. e.g. which window got variable changes). -
closeShortcuts
List<Window.CloseShortcut> closeShortcuts
Holds registered CloseShortcut instances for query and later removal -
rpc
WindowServerRpc rpc
-
-
-
Class com.vaadin.ui.Window.CloseEvent extends Component.Event implements Serializable
-
Class com.vaadin.ui.Window.CloseShortcut extends ShortcutListener implements Serializable
-
Serialized Fields
-
window
Window window
-
-
-
Class com.vaadin.ui.Window.ResizeEvent extends Component.Event implements Serializable
-
Class com.vaadin.ui.Window.WindowModeChangeEvent extends Component.Event implements Serializable
-
Serialized Fields
-
windowMode
WindowMode windowMode
-
-
-
-
Package com.vaadin.ui.components.calendar
-
Class com.vaadin.ui.components.calendar.CalendarComponentEvent extends Component.Event implements Serializable
-
Class com.vaadin.ui.components.calendar.CalendarComponentEvents.BackwardEvent extends CalendarComponentEvent implements Serializable
-
Class com.vaadin.ui.components.calendar.CalendarComponentEvents.DateClickEvent extends CalendarComponentEvent implements Serializable
-
Serialized Fields
-
date
Date date
Date that was clicked.
-
-
-
Class com.vaadin.ui.components.calendar.CalendarComponentEvents.EventClick extends CalendarComponentEvent implements Serializable
-
Serialized Fields
-
calendarEvent
CalendarEvent calendarEvent
Clicked source event.
-
-
-
Class com.vaadin.ui.components.calendar.CalendarComponentEvents.EventResize extends CalendarComponentEvent implements Serializable
-
Serialized Fields
-
calendarEvent
CalendarEvent calendarEvent
-
endTime
Date endTime
-
startTime
Date startTime
-
-
-
Class com.vaadin.ui.components.calendar.CalendarComponentEvents.ForwardEvent extends CalendarComponentEvent implements Serializable
-
Class com.vaadin.ui.components.calendar.CalendarComponentEvents.MoveEvent extends CalendarComponentEvent implements Serializable
-
Serialized Fields
-
calendarEvent
CalendarEvent calendarEvent
Index for the moved Schedule.Event. -
newStart
Date newStart
New starting date for the moved Calendar.Event.
-
-
-
Class com.vaadin.ui.components.calendar.CalendarComponentEvents.RangeSelectEvent extends CalendarComponentEvent implements Serializable
-
Class com.vaadin.ui.components.calendar.CalendarComponentEvents.WeekClick extends CalendarComponentEvent implements Serializable
-
Serialized Fields
-
week
int week
Target week. -
year
int year
Target year.
-
-
-
Class com.vaadin.ui.components.calendar.CalendarDateRange extends Object implements Serializable
-
Class com.vaadin.ui.components.calendar.CalendarTargetDetails extends TargetDetailsImpl implements Serializable
-
Serialized Fields
-
hasDropTime
boolean hasDropTime
-
-
-
Class com.vaadin.ui.components.calendar.ContainerEventProvider extends Object implements Serializable
-
Serialized Fields
-
allDayProperty
Object allDayProperty
-
captionProperty
Object captionProperty
Container properties. Defaults based on using theBasicEventhelper class. -
container
Container.Indexed container
The container used as datasource -
descriptionProperty
Object descriptionProperty
-
endDateProperty
Object endDateProperty
-
eventCache
List<CalendarEvent> eventCache
The event cache contains the events previously created byContainerEventProvider.getEvents(Date, Date) -
eventChangeListeners
List<CalendarEvent.EventChangeListener> eventChangeListeners
-
eventSetChangeListeners
List<CalendarEventProvider.EventSetChangeListener> eventSetChangeListeners
Listeners attached to the container -
startDateProperty
Object startDateProperty
-
styleNameProperty
Object styleNameProperty
-
-
-
-
Package com.vaadin.ui.components.calendar.event
-
Class com.vaadin.ui.components.calendar.event.BasicEvent extends Object implements Serializable
-
Class com.vaadin.ui.components.calendar.event.BasicEventProvider extends Object implements Serializable
-
Serialized Fields
-
eventList
List<CalendarEvent> eventList
-
listeners
List<CalendarEventProvider.EventSetChangeListener> listeners
-
-
-
Class com.vaadin.ui.components.calendar.event.CalendarEvent.EventChangeEvent extends Object implements Serializable
-
Serialized Fields
-
source
CalendarEvent source
-
-
-
Class com.vaadin.ui.components.calendar.event.CalendarEventProvider.EventSetChangeEvent extends Object implements Serializable
-
Serialized Fields
-
source
CalendarEventProvider source
-
-
-
-
Package com.vaadin.ui.components.calendar.handler
-
Class com.vaadin.ui.components.calendar.handler.BasicBackwardHandler extends Object implements Serializable
-
Class com.vaadin.ui.components.calendar.handler.BasicDateClickHandler extends Object implements Serializable
-
Class com.vaadin.ui.components.calendar.handler.BasicEventMoveHandler extends Object implements Serializable
-
Class com.vaadin.ui.components.calendar.handler.BasicEventResizeHandler extends Object implements Serializable
-
Class com.vaadin.ui.components.calendar.handler.BasicForwardHandler extends Object implements Serializable
-
Class com.vaadin.ui.components.calendar.handler.BasicWeekClickHandler extends Object implements Serializable
-
-
Package com.vaadin.ui.components.colorpicker
-
Class com.vaadin.ui.components.colorpicker.ColorChangeEvent extends Component.Event implements Serializable
-
Serialized Fields
-
color
Color color
-
-
-
Class com.vaadin.ui.components.colorpicker.ColorPickerGradient extends AbstractComponent implements Serializable
-
Serialized Fields
-
color
Color color
The foreground color. -
converter
AbstractColorPicker.Coordinates2Color converter
The converter. -
rpc
ColorPickerGradientServerRpc rpc
-
x
int x
The x-coordinate. -
y
int y
The y-coordinate.
-
-
-
Class com.vaadin.ui.components.colorpicker.ColorPickerGrid extends AbstractComponent implements Serializable
-
Serialized Fields
-
changedColors
Map<Point,Color> changedColors
The changed colors. -
colorGrid
Color[][] colorGrid
The color grid. -
columns
int columns
The columns. -
rows
int rows
The rows. -
rpc
ColorPickerGridServerRpc rpc
-
x
int x
The x-coordinate. -
y
int y
The y-coordinate.
-
-
-
Class com.vaadin.ui.components.colorpicker.ColorPickerHistory extends CustomComponent implements Serializable
-
Serialized Fields
-
grid
ColorPickerGrid grid
The grid. -
tempHistory
ArrayBlockingQueue<Color> tempHistory
Temporary color history for when the component is detached.
-
-
-
Class com.vaadin.ui.components.colorpicker.ColorPickerPopup extends Window implements Serializable
-
Serialized Fields
-
blueSlider
Slider blueSlider
The blue slider. -
cancel
Button cancel
The cancel button. -
colorSelect
ColorPickerSelect colorSelect
The color select. -
greenSlider
Slider greenSlider
The green slider. -
history
ColorPickerHistory history
The history. -
historyContainer
Layout historyContainer
The history container. -
HSVConverter
AbstractColorPicker.Coordinates2Color HSVConverter
HSV color converter -
hsvGradient
ColorPickerGradient hsvGradient
The hsv gradient. -
hsvPreview
ColorPickerPreview hsvPreview
The preview on the hsv tab. -
hsvTab
Component hsvTab
-
hueSlider
Slider hueSlider
The hue slider. -
layout
VerticalLayout layout
The layout. -
ok
Button ok
The ok button. -
redSlider
Slider redSlider
The red slider. -
resize
Button resize
The resize button. -
RGBConverter
AbstractColorPicker.Coordinates2Color RGBConverter
RGB color converter -
rgbGradient
ColorPickerGradient rgbGradient
The rgb gradient. -
rgbPreview
ColorPickerPreview rgbPreview
The preview on the rgb tab. -
rgbTab
Component rgbTab
-
saturationSlider
Slider saturationSlider
The saturation slider. -
selectedColor
Color selectedColor
The selected color. -
selectors
Set<ColorSelector> selectors
The selectors. -
selPreview
ColorPickerPreview selPreview
The preview on the swatches tab. -
swatchesTab
Component swatchesTab
-
tabs
TabSheet tabs
The tabs. -
updatingColors
boolean updatingColors
Set true while the slider values are updated after colorChange. When true, valueChange reactions from the sliders are disabled, because otherwise the set color may become corrupted as it is repeatedly re-set in valueChangeListeners using values from sliders that may not have been updated yet. -
valueSlider
Slider valueSlider
The value slider.
-
-
-
Class com.vaadin.ui.components.colorpicker.ColorPickerPreview extends CssLayout implements Serializable
-
Class com.vaadin.ui.components.colorpicker.ColorPickerSelect extends CustomComponent implements Serializable
-
Serialized Fields
-
grid
ColorPickerGrid grid
The grid. -
range
ComboBox range
The range.
-
-
-
-
Package com.vaadin.ui.declarative
-
Class com.vaadin.ui.declarative.Design extends Object implements Serializable
-
Class com.vaadin.ui.declarative.Design.DefaultComponentFactory extends Object implements Serializable
-
Class com.vaadin.ui.declarative.Design.DefaultComponentMapper extends Object implements Serializable
-
Class com.vaadin.ui.declarative.DesignAttributeHandler extends Object implements Serializable
-
Class com.vaadin.ui.declarative.DesignContext extends Object implements Serializable
-
Serialized Fields
-
captionToComponent
Map<String,Component> captionToComponent
-
componentToLocalId
Map<Component,String> componentToLocalId
-
customAttributes
Map<Component,Map<String,String>> customAttributes
-
doc
org.jsoup.nodes.Document doc
-
idToComponent
Map<String,Component> idToComponent
-
legacyDesignPrefix
Boolean legacyDesignPrefix
-
listeners
List<DesignContext.ComponentCreationListener> listeners
-
localIdToComponent
Map<String,Component> localIdToComponent
-
packageToPrefix
Map<String,String> packageToPrefix
-
prefixToPackage
Map<String,String> prefixToPackage
-
rootComponent
Component rootComponent
-
shouldWriteDataDelegate
ShouldWriteDataDelegate shouldWriteDataDelegate
-
-
-
Class com.vaadin.ui.declarative.DesignContext.ComponentCreatedEvent extends Object implements Serializable
-
Serialized Fields
-
component
Component component
-
context
DesignContext context
-
localId
String localId
-
-
-
Class com.vaadin.ui.declarative.DesignException extends RuntimeException implements Serializable
-
Class com.vaadin.ui.declarative.DesignFormatter extends Object implements Serializable
-
Class com.vaadin.ui.declarative.FieldBinder extends Object implements Serializable
-
Class com.vaadin.ui.declarative.FieldBindingException extends RuntimeException implements Serializable
-
-
Package com.vaadin.ui.declarative.converters
-
Class com.vaadin.ui.declarative.converters.DesignDateConverter extends Object implements Serializable
-
Class com.vaadin.ui.declarative.converters.DesignEnumConverter extends Object implements Serializable
-
Class com.vaadin.ui.declarative.converters.DesignObjectConverter extends Object implements Serializable
-
Class com.vaadin.ui.declarative.converters.DesignResourceConverter extends Object implements Serializable
-
Class com.vaadin.ui.declarative.converters.DesignShortcutActionConverter extends Object implements Serializable
-
Class com.vaadin.ui.declarative.converters.DesignTimeZoneConverter extends Object implements Serializable
-
Class com.vaadin.ui.declarative.converters.DesignToStringConverter extends Object implements Serializable
-
-
Package com.vaadin.ui.renderers
-
Class com.vaadin.ui.renderers.AbstractJavaScriptRenderer extends Grid.AbstractRenderer<T> implements Serializable
-
Serialized Fields
-
callbackHelper
JavaScriptCallbackHelper callbackHelper
-
-
-
Class com.vaadin.ui.renderers.ButtonRenderer extends ClickableRenderer<String> implements Serializable
-
Class com.vaadin.ui.renderers.ClickableRenderer extends Grid.AbstractRenderer<T> implements Serializable
-
Class com.vaadin.ui.renderers.ClickableRenderer.RendererClickEvent extends MouseEvents.ClickEvent implements Serializable
-
Serialized Fields
-
column
Grid.Column column
-
itemId
Object itemId
-
-
-
Class com.vaadin.ui.renderers.DateRenderer extends Grid.AbstractRenderer<Date> implements Serializable
-
Serialized Fields
-
dateFormat
DateFormat dateFormat
-
formatString
String formatString
-
locale
Locale locale
-
-
-
Class com.vaadin.ui.renderers.HtmlRenderer extends Grid.AbstractRenderer<String> implements Serializable
-
Class com.vaadin.ui.renderers.ImageRenderer extends ClickableRenderer<Resource> implements Serializable
-
Class com.vaadin.ui.renderers.NumberRenderer extends Grid.AbstractRenderer<Number> implements Serializable
-
Serialized Fields
-
formatString
String formatString
-
locale
Locale locale
-
numberFormat
NumberFormat numberFormat
-
-
-
Class com.vaadin.ui.renderers.ProgressBarRenderer extends Grid.AbstractRenderer<Double> implements Serializable
-
Class com.vaadin.ui.renderers.TextRenderer extends Grid.AbstractRenderer<String> implements Serializable
-
-
Package com.vaadin.util
-
Class com.vaadin.util.CurrentInstance extends Object implements Serializable
-
Serialized Fields
-
inheritable
boolean inheritable
-
instance
WeakReference<Object> instance
-
-
-
Class com.vaadin.util.FileTypeResolver extends Object implements Serializable
-
Class com.vaadin.util.ReflectTools extends Object implements Serializable
-