Serialized Form


Package com.vaadin

Class com.vaadin.Application extends Object implements Serializable

Serialized Fields

context

ApplicationContext context
Application context the application is running in.


user

Object user
The current user or null if no user has logged in.


applicationUrl

URL applicationUrl
The application's URL.


applicationIsRunning

boolean applicationIsRunning
Application status.


properties

Properties properties
Application properties.


locale

Locale locale
Default locale of the application.


userChangeListeners

LinkedList<E> userChangeListeners
List of listeners listening user changes.


resourceKeyMap

Hashtable<K,V> resourceKeyMap
Application resource mapping: key <-> resource.


keyResourceMap

Hashtable<K,V> keyResourceMap

lastResourceKeyNumber

long lastResourceKeyNumber

logoutURL

String logoutURL
URL where the user is redirected to on application close, or null if application is just closed without redirection.


errorHandler

Terminal.ErrorListener errorHandler
Application wide error handler which is used by default if an error is left unhandled.


converterFactory

ConverterFactory converterFactory
The converter factory that is used to provide default converters for the application.


requestHandlers

LinkedList<E> requestHandlers

nextRootId

int nextRootId

roots

Map<K,V> roots

productionMode

boolean productionMode

retainOnRefreshRoots

Map<K,V> retainOnRefreshRoots

initedRoots

Set<E> initedRoots
Keeps track of which roots have been inited.

TODO Investigate whether this might be derived from the different states in getRootForRrequest.


rootPreserved

boolean rootPreserved

connectorIdSequence

int connectorIdSequence

Class com.vaadin.Application.ApplicationError extends Object implements Serializable

Serialized Fields

throwable

Throwable throwable

Class com.vaadin.Application.ApplicationStartEvent extends Object implements Serializable

Serialized Fields

applicationUrl

URL applicationUrl

applicationProperties

Properties applicationProperties

context

ApplicationContext context

productionMode

boolean productionMode

Class com.vaadin.Application.CustomizedSystemMessages extends Application.SystemMessages implements Serializable

Class com.vaadin.Application.LegacyApplication extends Application implements Serializable

Serialized Fields

mainWindow

Root.LegacyWindow mainWindow
Deprecated. 

theme

String theme
Deprecated. 

legacyRootNames

Map<K,V> legacyRootNames
Deprecated. 

namelessRootIndex

int namelessRootIndex
Deprecated. 
Counter to get unique names for windows with no explicit name

Class com.vaadin.Application.SystemMessages extends Object implements Serializable

Serialized Fields

sessionExpiredURL

String sessionExpiredURL

sessionExpiredNotificationEnabled

boolean sessionExpiredNotificationEnabled

sessionExpiredCaption

String sessionExpiredCaption

sessionExpiredMessage

String sessionExpiredMessage

communicationErrorURL

String communicationErrorURL

communicationErrorNotificationEnabled

boolean communicationErrorNotificationEnabled

communicationErrorCaption

String communicationErrorCaption

communicationErrorMessage

String communicationErrorMessage

authenticationErrorURL

String authenticationErrorURL

authenticationErrorNotificationEnabled

boolean authenticationErrorNotificationEnabled

authenticationErrorCaption

String authenticationErrorCaption

authenticationErrorMessage

String authenticationErrorMessage

internalErrorURL

String internalErrorURL

internalErrorNotificationEnabled

boolean internalErrorNotificationEnabled

internalErrorCaption

String internalErrorCaption

internalErrorMessage

String internalErrorMessage

outOfSyncURL

String outOfSyncURL

outOfSyncNotificationEnabled

boolean outOfSyncNotificationEnabled

outOfSyncCaption

String outOfSyncCaption

outOfSyncMessage

String outOfSyncMessage

cookiesDisabledURL

String cookiesDisabledURL

cookiesDisabledNotificationEnabled

boolean cookiesDisabledNotificationEnabled

cookiesDisabledCaption

String cookiesDisabledCaption

cookiesDisabledMessage

String cookiesDisabledMessage

Class com.vaadin.Application.UserChangeEvent extends EventObject implements Serializable

Serialized Fields

newUser

Object newUser
New user of the application.


prevUser

Object prevUser
Previous user of the application.

Class com.vaadin.Application.WindowAttachEvent extends EventObject implements Serializable

Serialized Fields

window

Window window

Class com.vaadin.Application.WindowDetachEvent extends EventObject implements Serializable

Serialized Fields

window

Window window

Class com.vaadin.RootRequiresMoreInformationException extends Exception implements Serializable

Class com.vaadin.Version extends Object implements Serializable


Package com.vaadin.data

Class com.vaadin.data.Buffered.SourceException extends RuntimeException implements Serializable

Serialized Fields

source

Buffered source
Source class implementing the buffered interface


causes

Throwable[] causes
Original cause of the source exception

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

Class com.vaadin.data.fieldgroup.DefaultFieldGroupFieldFactory extends Object implements Serializable

Class com.vaadin.data.fieldgroup.FieldGroup extends Object implements Serializable

Serialized Fields

itemDataSource

Item itemDataSource

buffered

boolean buffered

enabled

boolean enabled

readOnly

boolean readOnly

propertyIdToField

HashMap<K,V> propertyIdToField

fieldToPropertyId

LinkedHashMap<K,V> fieldToPropertyId

commitHandlers

List<E> commitHandlers

fieldFactory

FieldGroupFieldFactory fieldFactory
The field factory used by builder methods.

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


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<K,V> itemIdToItem
Maps all item ids in the container (including filtered) to their corresponding BeanItem.


type

Class<T> type
The type of the beans in the container.


model

LinkedHashMap<K,V> model
A description of the properties found in beans of type AbstractBeanContainer.type. Determines the property ids that are present 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

propertySetChangeListeners

Collection<E> propertySetChangeListeners
List of all Property set change event listeners.


itemSetChangeListeners

Collection<E> itemSetChangeListeners
List of all container Item 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<E> allItemIds
An ordered List of all item identifiers in the container, including those that have been filtered out. Must not be null.


filteredItemIds

List<E> filteredItemIds
An ordered List of item identifiers in the container after filtering, excluding those that have been filtered out. This is what the external API of the Container interface and its subinterfaces shows (e.g. AbstractInMemoryContainer.size(), AbstractInMemoryContainer.nextItemId(Object)). If null, the full item id list is used instead.


filters

Set<E> 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.AbstractProperty extends Object implements Serializable

Serialized Fields

readOnlyStatusChangeListeners

LinkedList<E> readOnlyStatusChangeListeners
List of listeners who are interested in the read-only status changes of the Property


valueChangeListeners

LinkedList<E> valueChangeListeners
List of listeners who are interested in the value changes of the Property


readOnly

boolean readOnly
Is the Property read-only?

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

Object 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.ContainerHierarchicalWrapper extends Object implements Serializable

Serialized Fields

container

Container container
The wrapped container


noChildrenAllowed

HashSet<E> noChildrenAllowed
Set of IDs of those contained Items that can't have children.


parent

Hashtable<K,V> parent
Mapping from Item ID to parent Item ID


children

Hashtable<K,V> children
Mapping from Item ID to a list of child IDs


roots

LinkedHashSet<E> roots
List that contains all root elements of the container.


hierarchical

boolean hierarchical
Is the wrapped container hierarchical by itself ?

Class com.vaadin.data.util.ContainerOrderedWrapper extends Object implements Serializable

Serialized Fields

container

Container container
The wrapped container


next

Hashtable<K,V> next
Ordering information, ie. the mapping from Item ID to the next item ID


prev

Hashtable<K,V> prev
Reverse ordering information for convenience and performance reasons.


first

Object first
ID of the first Item in the container.


last

Object last
ID of the last Item in the container.


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.


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.

Class com.vaadin.data.util.DefaultItemSorter extends Object implements Serializable

Serialized Fields

sortPropertyIds

Object[] sortPropertyIds

sortDirections

boolean[] sortDirections

container

Container container

propertyValueComparator

Comparator<T> propertyValueComparator

Class com.vaadin.data.util.DefaultItemSorter.DefaultPropertyValueComparator extends Object implements Serializable

Class com.vaadin.data.util.FilesystemContainer extends Object implements Serializable

Serialized Fields

roots

File[] roots

filter

FilenameFilter filter

recursive

boolean recursive

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.HierarchicalContainer extends IndexedContainer implements Serializable

Serialized Fields

noChildrenAllowed

HashSet<E> noChildrenAllowed
Set of IDs of those contained Items that can't have children.


parent

HashMap<K,V> parent
Mapping from Item ID to parent Item ID.


filteredParent

HashMap<K,V> filteredParent
Mapping from Item ID to parent Item ID for items included in the filtered container.


children

HashMap<K,V> children
Mapping from Item ID to a list of child IDs.


filteredChildren

HashMap<K,V> filteredChildren
Mapping from Item ID to a list of child IDs when filtered


roots

LinkedList<E> roots
List that contains all root elements of the container.


filteredRoots

LinkedList<E> filteredRoots
List that contains all filtered root elements of the container.


includeParentsWhenFiltering

boolean includeParentsWhenFiltering
Determines how filtering of the container is done.


contentChangedEventsDisabled

boolean contentChangedEventsDisabled

contentsChangedEventPending

boolean contentsChangedEventPending

filterOverride

Set<E> filterOverride

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

propertyIds

ArrayList<E> propertyIds
Linked list of ordered Property IDs.


types

Hashtable<K,V> types
Property ID to type mapping.


items

Hashtable<K,V> items
Hash of Items, where each Item is implemented as a mapping from Property ID to Property value.


readOnlyProperties

HashSet<E> readOnlyProperties
Set of properties that are read-only.


propertyValueChangeListeners

LinkedList<E> propertyValueChangeListeners
List of all Property value change event listeners listening all the properties.


singlePropertyValueChangeListeners

Hashtable<K,V> 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.


defaultPropertyValues

HashMap<K,V> defaultPropertyValues

nextGeneratedItemId

int nextGeneratedItemId

Class com.vaadin.data.util.IndexedContainer.ItemSetChangeEvent extends AbstractContainer.BaseItemSetChangeEvent implements Serializable

Serialized Fields

addedItemIndex

int addedItemIndex

Class com.vaadin.data.util.ListSet extends ArrayList<E> implements Serializable

Serialized Fields

itemSet

HashSet<E> itemSet

duplicates

HashMap<K,V> duplicates
Contains a map from an element to the number of duplicates it has. Used to temporarily allow duplicates in the list.

Class com.vaadin.data.util.MethodProperty extends AbstractProperty<T> implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

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

Serialized Fields

property

Property<T> property
The method property from which the exception originates from


cause

Throwable cause
Cause of the method exception

Class com.vaadin.data.util.MethodPropertyDescriptor extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

name

String name

propertyType

Class<T> propertyType

Class com.vaadin.data.util.NestedMethodProperty extends AbstractProperty<T> implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

propertyName

String propertyName

instance

Object instance
Bean instance used as a starting point for accessing the property value.


type

Class<T> type

Class com.vaadin.data.util.NestedPropertyDescriptor extends Object implements Serializable

Serialized Fields

name

String name

propertyType

Class<T> propertyType

Class com.vaadin.data.util.ObjectProperty extends AbstractProperty<T> implements Serializable

Serialized Fields

value

Object value
The value contained by the Property.


type

Class<T> type
Data type of the Property's value.

Class com.vaadin.data.util.PropertyFormatter extends AbstractProperty<String> implements Serializable

Serialized Fields

dataSource

Property<T> dataSource
Deprecated. 
Datasource that stores the actual value.

Class com.vaadin.data.util.PropertysetItem extends Object implements Serializable

Serialized Fields

map

HashMap<K,V> map
Mapping from property id to property.


list

LinkedList<E> list
List of all property ids to maintain the order.


propertySetChangeListeners

LinkedList<E> propertySetChangeListeners
List of property set modification listeners.

Class com.vaadin.data.util.QueryContainer extends Object implements Serializable

Serialized Fields

resultSetType

int resultSetType
Deprecated. 

resultSetConcurrency

int resultSetConcurrency
Deprecated. 

queryStatement

String queryStatement
Deprecated. 

connection

Connection connection
Deprecated. 

result

ResultSet result
Deprecated. 

propertyIds

Collection<E> propertyIds
Deprecated. 

propertyTypes

HashMap<K,V> propertyTypes
Deprecated. 

size

int size
Deprecated. 

statement

Statement statement
Deprecated. 

Class com.vaadin.data.util.TextFileProperty extends AbstractProperty<String> implements Serializable

Serialized Fields

file

File file

charset

Charset charset

Class com.vaadin.data.util.TransactionalPropertyWrapper extends AbstractProperty<T> implements Serializable

Serialized Fields

wrappedProperty

Property<T> wrappedProperty

inTransaction

boolean inTransaction

valueChangePending

boolean valueChangePending

valueBeforeTransaction

Object valueBeforeTransaction

Package com.vaadin.data.util.converter

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.DefaultConverterFactory extends Object implements Serializable

Class com.vaadin.data.util.converter.ReverseConverter extends Object implements Serializable

Serialized Fields

realConverter

Converter<PRESENTATION,MODEL> realConverter

Class com.vaadin.data.util.converter.StringToBooleanConverter extends Object implements Serializable

Class com.vaadin.data.util.converter.StringToDateConverter extends Object implements Serializable

Class com.vaadin.data.util.converter.StringToDoubleConverter extends Object implements Serializable

Class com.vaadin.data.util.converter.StringToIntegerConverter extends Object implements Serializable

Class com.vaadin.data.util.converter.StringToNumberConverter extends Object implements Serializable


Package com.vaadin.data.util.filter

Class com.vaadin.data.util.filter.AbstractJunctionFilter extends Object implements Serializable

Serialized Fields

filters

Collection<E> 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

propertyId

Object propertyId

startValue

Comparable<T> startValue

endValue

Comparable<T> endValue

Class com.vaadin.data.util.filter.Compare extends Object implements Serializable

Serialized Fields

propertyId

Object propertyId

operation

Compare.Operation operation

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

Serialized Fields

propertyId

Object propertyId

value

String value

caseSensitive

boolean caseSensitive

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

Serialized Fields

propertyId

Object propertyId

filterString

String filterString

ignoreCase

boolean ignoreCase

onlyMatchPrefix

boolean onlyMatchPrefix

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

owner

RowItem owner

propertyId

String propertyId

readOnly

boolean readOnly

allowReadOnlyChange

boolean allowReadOnlyChange

nullable

boolean nullable

value

Object value

changedValue

Object changedValue

type

Class<T> type

modified

boolean modified

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<E> properties

Class com.vaadin.data.util.sqlcontainer.SQLContainer extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

delegate

QueryDelegate delegate
Query delegate


autoCommit

boolean autoCommit
Auto commit mode, default = false


pageLength

int pageLength
Page length = number of items contained in one page


itemIndexes

Map<K,V> itemIndexes
Item and index caches


cachedItems

com.vaadin.data.util.sqlcontainer.CacheMap<K,V> cachedItems

propertyIds

List<E> propertyIds
Container properties = column names, data types and statuses


propertyTypes

Map<K,V> propertyTypes

propertyReadOnly

Map<K,V> propertyReadOnly

propertyNullable

Map<K,V> propertyNullable

filters

List<E> filters
Filters (WHERE) and sorters (ORDER BY)


sorters

List<E> sorters

size

int size
Total number of items available in the data source using the current query, filters and sorters.


sizeValidMilliSeconds

int sizeValidMilliSeconds
Size updating logic. Do not update size from data source if it has been updated in the last sizeValidMilliSeconds milliseconds.


sizeDirty

boolean sizeDirty

sizeUpdated

Date sizeUpdated

currentOffset

int currentOffset
Starting row number of the currently fetched page


itemSetChangeListeners

LinkedList<E> itemSetChangeListeners
ItemSetChangeListeners


removedItems

Map<K,V> removedItems
Temporary storage for modified items and items to be removed and added


addedItems

List<E> addedItems

modifiedItems

List<E> modifiedItems

references

Map<K,V> references
List of references to other SQLContainers


notificationsEnabled

boolean notificationsEnabled
Cache flush notification system enabled. Disabled by default.

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

dataSourceJndiName

String dataSourceJndiName

dataSource

DataSource dataSource

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

initialConnections

int initialConnections

maxConnections

int maxConnections

driverName

String driverName

connectionUri

String connectionUri

userName

String userName

password

String password

initialized

boolean initialized

Package com.vaadin.data.util.sqlcontainer.query

Class com.vaadin.data.util.sqlcontainer.query.FreeformQuery extends Object implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

delegate

FreeformQueryDelegate delegate

queryString

String queryString

primaryKeyColumns

List<E> primaryKeyColumns

connectionPool

JDBCConnectionPool connectionPool

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 Object 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

tableName

String tableName
Table name, primary key column name(s) and version column name


primaryKeyColumns

List<E> primaryKeyColumns

versionColumn

String versionColumn

filters

List<E> filters
Currently set Filters and OrderBys


orderBys

List<E> orderBys

sqlGenerator

SQLGenerator sqlGenerator
SQLGenerator instance to use for generating queries


connectionPool

JDBCConnectionPool connectionPool
Fields related to Connection and Transaction handling


transactionOpen

boolean transactionOpen

rowIdChangeListeners

LinkedList<E> rowIdChangeListeners
Row ID change listeners


bufferedEvents

List<E> bufferedEvents
Row ID change events, stored until commit() is called


debug

boolean debug
Set to true to output generated SQL Queries to System.out

Class com.vaadin.data.util.sqlcontainer.query.TableQuery.RowIdChangeEvent extends EventObject implements Serializable

Serialized Fields

oldId

RowId oldId

newId

RowId newId

Package com.vaadin.data.util.sqlcontainer.query.generator

Class com.vaadin.data.util.sqlcontainer.query.generator.DefaultSQLGenerator extends Object implements Serializable

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

Serialized Fields

queryString

String queryString

parameters

List<E> parameters

dataTypes

Map<K,V> dataTypes

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

Serialized Fields

quoteStart

String quoteStart

quoteEnd

String quoteEnd

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 an InvalidValueException if such is thrown.

Class com.vaadin.data.validator.BeanValidator extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

propertyName

String propertyName

beanClass

Class<T> beanClass

locale

Locale locale

Class com.vaadin.data.validator.BeanValidator.SimpleContext extends Object implements Serializable

Serialized Fields

value

Object value

descriptor

javax.validation.metadata.ConstraintDescriptor<T extends Annotation> descriptor

Class com.vaadin.data.validator.CompositeValidator extends Object implements Serializable

Serialized Fields

errorMessage

String errorMessage

mode

CompositeValidator.CombinationMode mode
Operation mode.


validators

List<E> 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.IntegerRangeValidator extends RangeValidator<Integer> implements Serializable

Class com.vaadin.data.validator.IntegerValidator extends AbstractStringValidator implements Serializable

Class com.vaadin.data.validator.NullValidator extends Object implements Serializable

Serialized Fields

onlyNullAllowed

boolean onlyNullAllowed

errorMessage

String errorMessage

Class com.vaadin.data.validator.RangeValidator extends AbstractValidator<T extends Comparable> implements Serializable

Serialized Fields

minValue

Comparable<T> minValue

minValueIncluded

boolean minValueIncluded

maxValue

Comparable<T> maxValue

maxValueIncluded

boolean maxValueIncluded

type

Class<T> type

Class com.vaadin.data.validator.RegexpValidator extends AbstractStringValidator implements Serializable

Serialized Fields

pattern

Pattern pattern

complete

boolean complete

Class com.vaadin.data.validator.StringLengthValidator extends AbstractStringValidator implements Serializable

Serialized Fields

minLength

Integer minLength

maxLength

Integer maxLength

allowNull

boolean allowNull

Package com.vaadin.event

Class com.vaadin.event.Action extends Object implements Serializable

Serialized Fields

caption

String caption
Action title.


icon

Resource icon
Action icon.

Class com.vaadin.event.ActionManager extends Object implements Serializable

serialVersionUID: 1641868163608066491L

Serialized Fields

ownActions

HashSet<E> ownActions
List of action handlers


actionHandlers

HashSet<E> actionHandlers
List of action handlers


actionMapper

KeyMapper<V> actionMapper
Action mapper


viewer

Component viewer

clientHasActions

boolean clientHasActions

Class com.vaadin.event.DataBoundTransferable extends TransferableImpl implements Serializable

Class com.vaadin.event.EventRouter extends Object implements Serializable

Serialized Fields

listenerList

LinkedHashSet<E> 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

Serialized Fields

item

Item item

itemId

Object itemId

propertyId

Object propertyId

Class com.vaadin.event.LayoutEvents.LayoutClickEvent extends MouseEvents.ClickEvent implements Serializable

Serialized Fields

clickedComponent

Component clickedComponent

childComponent

Component childComponent

Class com.vaadin.event.ListenerMethod extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

eventType

Class<T> 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.


arguments

Object[] arguments
Optional argument set to pass to the trigger method.


eventArgumentIndex

int eventArgumentIndex
Optional index to arguments that point out which one should be replaced with the triggering event object and thus be passed to the trigger method.

Class com.vaadin.event.ListenerMethod.MethodException extends RuntimeException implements Serializable

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.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.TransferableImpl extends Object implements Serializable

Serialized Fields

rawVariables

Map<K,V> rawVariables

sourceComponent

Component sourceComponent

Package com.vaadin.event.dd

Class com.vaadin.event.dd.DragAndDropEvent extends Object implements Serializable

Serialized Fields

transferable

Transferable transferable

dropTargetDetails

TargetDetails dropTargetDetails

Class com.vaadin.event.dd.TargetDetailsImpl extends Object implements Serializable

Serialized Fields

data

HashMap<K,V> 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

Serialized Fields

propertyName

String propertyName

value

Object value

Package com.vaadin.external.json

Class com.vaadin.external.json.JSONArray extends Object implements Serializable

Serialized Fields

myArrayList

ArrayList<E> myArrayList
The arrayList where the JSONArray's properties are kept.

Class com.vaadin.external.json.JSONException extends Exception implements Serializable

serialVersionUID: 0L

Serialized Fields

cause

Throwable cause

Class com.vaadin.external.json.JSONObject extends Object implements Serializable

Serialized Fields

map

Map<K,V> map
The map where the JSONObject's properties are kept.

Class com.vaadin.external.json.JSONStringer extends JSONWriter implements Serializable

Class com.vaadin.external.json.JSONTokener extends Object implements Serializable

Serialized Fields

character

int character

eof

boolean eof

index

int index

line

int line

previous

char previous

reader

Reader reader

usePrevious

boolean usePrevious

Class com.vaadin.external.json.JSONWriter extends Object implements Serializable

Serialized Fields

comma

boolean comma
The comma flag determines if a comma should be output before the next value.


mode

char mode
The current mode. Values: 'a' (array), 'd' (done), 'i' (initial), 'k' (key), 'o' (object).


stack

JSONObject[] stack
The object/array stack.


top

int top
The stack top index. A value of 0 indicates that the stack is empty.


writer

Writer writer
The writer that will receive the output.


Package com.vaadin.navigator

Class com.vaadin.navigator.Navigator extends Object implements Serializable

Serialized Fields

fragmentManager

FragmentManager fragmentManager

display

ViewDisplay display

currentView

View currentView

listeners

List<E> listeners

providers

List<E> providers

Class com.vaadin.navigator.Navigator.ClassBasedViewProvider extends Object implements Serializable

Serialized Fields

viewName

String viewName

viewClass

Class<T> viewClass

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.SimpleViewDisplay extends CustomComponent implements Serializable

Class com.vaadin.navigator.Navigator.StaticViewProvider extends Object implements Serializable

Serialized Fields

viewName

String viewName

view

View view

Class com.vaadin.navigator.Navigator.UriFragmentManager extends Object implements Serializable

Serialized Fields

page

Page page

navigator

Navigator navigator

Class com.vaadin.navigator.ViewChangeListener.ViewChangeEvent extends EventObject implements Serializable

Serialized Fields

oldView

View oldView

newView

View newView

viewName

String viewName

fragmentParameters

String fragmentParameters

Package com.vaadin.service

Class com.vaadin.service.FileTypeResolver extends Object implements Serializable


Package com.vaadin.terminal

Class com.vaadin.terminal.AbstractClientConnector extends Object implements Serializable

Serialized Fields

rpcManagerMap

Map<K,V> rpcManagerMap
A map from client to server RPC interface class to the RPC call manager that handles incoming RPC calls for that interface.


rpcProxyMap

Map<K,V> 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.


pendingInvocations

ArrayList<E> pendingInvocations
Pending RPC method invocations to be sent.


connectorId

String connectorId

extensions

ArrayList<E> extensions

parent

ClientConnector parent

Class com.vaadin.terminal.AbstractErrorMessage extends Object implements Serializable

Serialized Fields

mode

AbstractErrorMessage.ContentMode mode
Content mode.


message

String message
Message in content mode.


level

ErrorMessage.ErrorLevel level
Error level.


causes

List<E> causes

Class com.vaadin.terminal.AbstractExtension extends AbstractClientConnector implements Serializable

Serialized Fields

previouslyAttached

boolean previouslyAttached

Class com.vaadin.terminal.AbstractJavaScriptExtension extends AbstractExtension implements Serializable

Serialized Fields

callbackHelper

JavaScriptCallbackHelper callbackHelper

Class com.vaadin.terminal.ClassResource 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.


associatedClass

Class<T> associatedClass
Associated class used for indetifying the source of the resource.


resourceName

String resourceName
Name of the resource is relative to the associated class.


application

Application application
Application used for serving the class.

Class com.vaadin.terminal.CombinedRequest extends Object implements Serializable

Serialized Fields

secondRequest

WrappedRequest secondRequest

parameterMap

Map<K,V> parameterMap

Class com.vaadin.terminal.CompositeErrorMessage extends AbstractErrorMessage implements Serializable

Class com.vaadin.terminal.DownloadStream extends Object implements Serializable

Serialized Fields

stream

InputStream stream

contentType

String contentType

fileName

String fileName

params

Map<K,V> params

cacheTime

long cacheTime

bufferSize

int bufferSize

Class com.vaadin.terminal.ExternalResource extends Object implements Serializable

Serialized Fields

sourceURL

String sourceURL
Url of the download.


mimeType

String mimeType
MIME Type for the resource

Class com.vaadin.terminal.FileResource extends Object implements Serializable

Serialized Fields

bufferSize

int bufferSize
Default buffer size for this stream resource.


sourceFile

File sourceFile
File where the downloaded content is fetched from.


application

Application application
Application.


cacheTime

long cacheTime
Default cache time for this stream resource.

Class com.vaadin.terminal.JavaScriptCallbackHelper extends Object implements Serializable

Serialized Fields

connector

AbstractClientConnector connector

callbacks

Map<K,V> callbacks

javascriptCallbackRpc

JavaScript.JavaScriptCallbackRpc javascriptCallbackRpc

Class com.vaadin.terminal.KeyMapper extends Object implements Serializable

Serialized Fields

lastKey

int lastKey

objectKeyMap

HashMap<K,V> objectKeyMap

keyObjectMap

HashMap<K,V> keyObjectMap

Class com.vaadin.terminal.LegacyPaint extends Object implements Serializable

Class com.vaadin.terminal.Page extends Object implements Serializable

Serialized Fields

openList

LinkedList<E> openList
Resources to be opened automatically on next repaint. The list is automatically cleared when it has been sent to the client.


notifications

List<E> notifications
A list of notifications that are waiting to be sent to the client. Cleared (set to null) when the notifications have been sent.


eventRouter

EventRouter eventRouter

fragment

String fragment
The current URI fragment.


root

Root root

browserWindowWidth

int browserWindowWidth

browserWindowHeight

int browserWindowHeight

javaScript

JavaScript javaScript

Class com.vaadin.terminal.Page.BrowserWindowResizeEvent extends EventObject implements Serializable

Serialized Fields

width

int width

height

int height

Class com.vaadin.terminal.Page.FragmentChangedEvent extends EventObject implements Serializable

Serialized Fields

fragment

String fragment
The new uri fragment

Class com.vaadin.terminal.PaintException extends IOException implements Serializable

Class com.vaadin.terminal.StreamResource extends Object implements Serializable

Serialized Fields

streamSource

StreamResource.StreamSource streamSource
Source stream the downloaded content is fetched from.


MIMEType

String MIMEType
Explicit mime-type.


filename

String filename
Filename.


application

Application application
Application.


bufferSize

int bufferSize
Default buffer size for this stream resource.


cacheTime

long cacheTime
Default cache time for this stream resource.

Class com.vaadin.terminal.SystemError extends AbstractErrorMessage implements Serializable

Class com.vaadin.terminal.ThemeResource extends Object implements Serializable

Serialized Fields

resourceID

String resourceID
Id of the terminal managed resource.

Class com.vaadin.terminal.UserError extends AbstractErrorMessage implements Serializable


Package com.vaadin.terminal.gwt.client

Class com.vaadin.terminal.gwt.client.AbstractFieldState extends ComponentState implements Serializable

Serialized Fields

propertyReadOnly

boolean propertyReadOnly

hideErrors

boolean hideErrors

required

boolean required

modified

boolean modified

tabIndex

int tabIndex
The tab order number of this field.

Class com.vaadin.terminal.gwt.client.ComponentState extends SharedState implements Serializable

Serialized Fields

height

String height

width

String width

readOnly

boolean readOnly

immediate

boolean immediate

description

String description

caption

String caption

visible

boolean visible

icon

URLReference icon

styles

List<E> styles

debugId

String debugId

registeredEventListeners

Set<E> registeredEventListeners
A set of event identifiers with registered listeners.


errorMessage

String errorMessage

Class com.vaadin.terminal.gwt.client.JavaScriptExtension extends AbstractExtensionConnector implements Serializable

Serialized Fields

helper

JavaScriptConnectorHelper helper

Class com.vaadin.terminal.gwt.client.JavaScriptExtensionState extends SharedState implements Serializable

Serialized Fields

callbackNames

Set<E> callbackNames

rpcInterfaces

Map<K,V> rpcInterfaces

Class com.vaadin.terminal.gwt.client.LocaleNotLoadedException extends Exception implements Serializable

Class com.vaadin.terminal.gwt.client.MouseEventDetails extends Object implements Serializable

Serialized Fields

button

int button

clientX

int clientX

clientY

int clientY

altKey

boolean altKey

ctrlKey

boolean ctrlKey

metaKey

boolean metaKey

shiftKey

boolean shiftKey

type

int type

relativeX

int relativeX

relativeY

int relativeY

Class com.vaadin.terminal.gwt.client.VBrowserDetails extends Object implements Serializable

Serialized Fields

isGecko

boolean isGecko

isWebKit

boolean isWebKit

isPresto

boolean isPresto

isChromeFrameCapable

boolean isChromeFrameCapable

isChromeFrame

boolean isChromeFrame

isSafari

boolean isSafari

isChrome

boolean isChrome

isFirefox

boolean isFirefox

isOpera

boolean isOpera

isIE

boolean isIE

os

VBrowserDetails.OperatingSystem os

browserEngineVersion

float browserEngineVersion

browserMajorVersion

int browserMajorVersion

browserMinorVersion

int browserMinorVersion

osMajorVersion

int osMajorVersion

osMinorVersion

int osMinorVersion

Package com.vaadin.terminal.gwt.client.communication

Class com.vaadin.terminal.gwt.client.communication.MethodInvocation extends Object implements Serializable

Serialized Fields

connectorId

String connectorId

interfaceName

String interfaceName

methodName

String methodName

parameters

Object[] parameters

Class com.vaadin.terminal.gwt.client.communication.SharedState extends Object implements Serializable

Serialized Fields

enabled

boolean enabled

Class com.vaadin.terminal.gwt.client.communication.UidlValue extends Object implements Serializable

Serialized Fields

value

Object value

Class com.vaadin.terminal.gwt.client.communication.URLReference extends Object implements Serializable

Serialized Fields

URL

String URL

Package com.vaadin.terminal.gwt.client.extensions

Class com.vaadin.terminal.gwt.client.extensions.AbstractExtensionConnector extends AbstractConnector implements Serializable


Package com.vaadin.terminal.gwt.client.extensions.javascriptmanager

Class com.vaadin.terminal.gwt.client.extensions.javascriptmanager.JavaScriptManagerConnector extends AbstractExtensionConnector implements Serializable

Serialized Fields

currentNames

Set<E> currentNames

Class com.vaadin.terminal.gwt.client.extensions.javascriptmanager.JavaScriptManagerState extends SharedState implements Serializable

Serialized Fields

names

Set<E> names

Package com.vaadin.terminal.gwt.client.ui

Class com.vaadin.terminal.gwt.client.ui.AbstractComponentConnector extends AbstractConnector implements Serializable

Serialized Fields

widget

com.google.gwt.user.client.ui.Widget widget

lastKnownWidth

String lastKnownWidth

lastKnownHeight

String lastKnownHeight

styleNames

List<E> styleNames
The style names from getState().getStyles() which are currently applied to the widget.

Class com.vaadin.terminal.gwt.client.ui.AbstractComponentContainerConnector extends AbstractComponentConnector implements Serializable

Serialized Fields

childComponents

List<E> childComponents

debugLogging

boolean debugLogging

Class com.vaadin.terminal.gwt.client.ui.AbstractConnector extends Object implements Serializable

Serialized Fields

connection

ApplicationConnection connection

id

String id

handlerManager

com.google.gwt.event.shared.HandlerManager handlerManager

rpcImplementations

Map<K,V> rpcImplementations

debugLogging

boolean debugLogging

state

SharedState state

parent

ServerConnector parent

lastEnabledState

boolean lastEnabledState
Temporary storage for last enabled state to be able to see if it has changed. Can be removed once we are able to listen specifically for enabled changes in the state. Widget.isEnabled() cannot be used as all Widgets do not implement HasEnabled


children

List<E> children

Class com.vaadin.terminal.gwt.client.ui.AbstractFieldConnector extends AbstractComponentConnector implements Serializable

Class com.vaadin.terminal.gwt.client.ui.AbstractLayoutConnector extends AbstractComponentContainerConnector implements Serializable

Class com.vaadin.terminal.gwt.client.ui.AbstractLayoutState extends ComponentState implements Serializable

Serialized Fields

marginsBitmask

int marginsBitmask

Class com.vaadin.terminal.gwt.client.ui.AbstractMediaState extends ComponentState implements Serializable

Serialized Fields

showControls

boolean showControls

altText

String altText

htmlContentAllowed

boolean htmlContentAllowed

autoplay

boolean autoplay

muted

boolean muted

sources

List<E> sources

sourceTypes

List<E> sourceTypes

Class com.vaadin.terminal.gwt.client.ui.JavaScriptComponentConnector extends AbstractComponentConnector implements Serializable

Serialized Fields

helper

JavaScriptConnectorHelper helper

Class com.vaadin.terminal.gwt.client.ui.JavaScriptComponentState extends ComponentState implements Serializable

Serialized Fields

callbackNames

Set<E> callbackNames

rpcInterfaces

Map<K,V> rpcInterfaces

Class com.vaadin.terminal.gwt.client.ui.MediaBaseConnector extends AbstractComponentConnector implements Serializable

Class com.vaadin.terminal.gwt.client.ui.UnknownComponentConnector extends AbstractComponentConnector implements Serializable

Class com.vaadin.terminal.gwt.client.ui.Vaadin6Connector extends AbstractComponentConnector implements Serializable

Class com.vaadin.terminal.gwt.client.ui.VMarginInfo extends Object implements Serializable

Serialized Fields

bitMask

int bitMask

Package com.vaadin.terminal.gwt.client.ui.absolutelayout

Class com.vaadin.terminal.gwt.client.ui.absolutelayout.AbsoluteLayoutConnector extends AbstractComponentContainerConnector implements Serializable

Serialized Fields

clickEventHandler

LayoutClickEventHandler clickEventHandler

rpc

AbsoluteLayoutServerRpc rpc

connectorIdToComponentWrapper

Map<K,V> connectorIdToComponentWrapper

Class com.vaadin.terminal.gwt.client.ui.absolutelayout.AbsoluteLayoutState extends AbstractLayoutState implements Serializable

Serialized Fields

connectorToCssPosition

Map<K,V> connectorToCssPosition

Package com.vaadin.terminal.gwt.client.ui.accordion

Class com.vaadin.terminal.gwt.client.ui.accordion.AccordionConnector extends TabsheetBaseConnector implements Serializable


Package com.vaadin.terminal.gwt.client.ui.audio

Class com.vaadin.terminal.gwt.client.ui.audio.AudioConnector extends MediaBaseConnector implements Serializable


Package com.vaadin.terminal.gwt.client.ui.button

Class com.vaadin.terminal.gwt.client.ui.button.ButtonConnector extends AbstractComponentConnector implements Serializable

Serialized Fields

rpc

ButtonServerRpc rpc

focusBlurProxy

FieldRpc.FocusAndBlurServerRpc focusBlurProxy

focusHandlerRegistration

com.google.gwt.event.shared.HandlerRegistration focusHandlerRegistration

blurHandlerRegistration

com.google.gwt.event.shared.HandlerRegistration blurHandlerRegistration

Class com.vaadin.terminal.gwt.client.ui.button.ButtonState extends ComponentState implements Serializable

Serialized Fields

disableOnClick

boolean disableOnClick

clickShortcutKeyCode

int clickShortcutKeyCode

tabIndex

int tabIndex
The tab order number of this field.


htmlContentAllowed

boolean htmlContentAllowed
If caption should be rendered in HTML


Package com.vaadin.terminal.gwt.client.ui.checkbox

Class com.vaadin.terminal.gwt.client.ui.checkbox.CheckBoxConnector extends AbstractFieldConnector implements Serializable

Serialized Fields

focusHandlerRegistration

com.google.gwt.event.shared.HandlerRegistration focusHandlerRegistration

blurHandlerRegistration

com.google.gwt.event.shared.HandlerRegistration blurHandlerRegistration

rpc

CheckBoxServerRpc rpc

focusBlurRpc

FieldRpc.FocusAndBlurServerRpc focusBlurRpc

Class com.vaadin.terminal.gwt.client.ui.checkbox.CheckBoxState extends AbstractFieldState implements Serializable

Serialized Fields

checked

boolean checked

Package com.vaadin.terminal.gwt.client.ui.combobox

Class com.vaadin.terminal.gwt.client.ui.combobox.ComboBoxConnector extends AbstractFieldConnector implements Serializable


Package com.vaadin.terminal.gwt.client.ui.csslayout

Class com.vaadin.terminal.gwt.client.ui.csslayout.CssLayoutConnector extends AbstractLayoutConnector implements Serializable

Serialized Fields

clickEventHandler

LayoutClickEventHandler clickEventHandler

rpc

CssLayoutServerRpc rpc

childToCaption

Map<K,V> childToCaption

Class com.vaadin.terminal.gwt.client.ui.csslayout.CssLayoutState extends AbstractLayoutState implements Serializable

Serialized Fields

childCss

Map<K,V> childCss

Package com.vaadin.terminal.gwt.client.ui.customcomponent

Class com.vaadin.terminal.gwt.client.ui.customcomponent.CustomComponentConnector extends AbstractComponentContainerConnector implements Serializable


Package com.vaadin.terminal.gwt.client.ui.customfield

Class com.vaadin.terminal.gwt.client.ui.customfield.CustomFieldConnector extends CustomComponentConnector implements Serializable


Package com.vaadin.terminal.gwt.client.ui.customlayout

Class com.vaadin.terminal.gwt.client.ui.customlayout.CustomLayoutConnector extends AbstractLayoutConnector implements Serializable

Class com.vaadin.terminal.gwt.client.ui.customlayout.CustomLayoutState extends AbstractLayoutState implements Serializable

Serialized Fields

childLocations

Map<K,V> childLocations

templateContents

String templateContents

templateName

String templateName

Package com.vaadin.terminal.gwt.client.ui.datefield

Class com.vaadin.terminal.gwt.client.ui.datefield.AbstractDateFieldConnector extends AbstractFieldConnector implements Serializable

Class com.vaadin.terminal.gwt.client.ui.datefield.InlineDateFieldConnector extends AbstractDateFieldConnector implements Serializable

Class com.vaadin.terminal.gwt.client.ui.datefield.PopupDateFieldConnector extends TextualDateConnector implements Serializable

Class com.vaadin.terminal.gwt.client.ui.datefield.TextualDateConnector extends AbstractDateFieldConnector implements Serializable


Package com.vaadin.terminal.gwt.client.ui.draganddropwrapper

Class com.vaadin.terminal.gwt.client.ui.draganddropwrapper.DragAndDropWrapperConnector extends CustomComponentConnector implements Serializable


Package com.vaadin.terminal.gwt.client.ui.embedded

Class com.vaadin.terminal.gwt.client.ui.embedded.EmbeddedConnector extends AbstractComponentConnector implements Serializable

Serialized Fields

rpc

EmbeddedServerRpc rpc

clickEventHandler

ClickEventHandler clickEventHandler

Package com.vaadin.terminal.gwt.client.ui.form

Class com.vaadin.terminal.gwt.client.ui.form.FormConnector extends AbstractComponentContainerConnector implements Serializable

Serialized Fields

footerResizeListener

ElementResizeListener footerResizeListener

Class com.vaadin.terminal.gwt.client.ui.form.FormState extends AbstractFieldState implements Serializable

Serialized Fields

layout

Connector layout

footer

Connector footer

Package com.vaadin.terminal.gwt.client.ui.formlayout

Class com.vaadin.terminal.gwt.client.ui.formlayout.FormLayoutConnector extends AbstractLayoutConnector implements Serializable


Package com.vaadin.terminal.gwt.client.ui.gridlayout

Class com.vaadin.terminal.gwt.client.ui.gridlayout.GridLayoutConnector extends AbstractComponentContainerConnector implements Serializable

Serialized Fields

clickEventHandler

LayoutClickEventHandler clickEventHandler

rpc

GridLayoutServerRpc rpc

needCaptionUpdate

boolean needCaptionUpdate

Class com.vaadin.terminal.gwt.client.ui.gridlayout.GridLayoutState extends AbstractLayoutState implements Serializable

Serialized Fields

spacing

boolean spacing

rows

int rows

columns

int columns

Package com.vaadin.terminal.gwt.client.ui.label

Class com.vaadin.terminal.gwt.client.ui.label.LabelConnector extends AbstractComponentConnector implements Serializable

Class com.vaadin.terminal.gwt.client.ui.label.LabelState extends ComponentState implements Serializable

Serialized Fields

contentMode

ContentMode contentMode

text

String text

Package com.vaadin.terminal.gwt.client.ui.layout

Package com.vaadin.terminal.gwt.client.ui.link

Class com.vaadin.terminal.gwt.client.ui.link.LinkConnector extends AbstractComponentConnector implements Serializable


Package com.vaadin.terminal.gwt.client.ui.listselect

Class com.vaadin.terminal.gwt.client.ui.listselect.ListSelectConnector extends OptionGroupBaseConnector implements Serializable


Package com.vaadin.terminal.gwt.client.ui.menubar

Class com.vaadin.terminal.gwt.client.ui.menubar.MenuBarConnector extends AbstractComponentConnector implements Serializable


Package com.vaadin.terminal.gwt.client.ui.nativebutton

Class com.vaadin.terminal.gwt.client.ui.nativebutton.NativeButtonConnector extends AbstractComponentConnector implements Serializable

Serialized Fields

focusHandlerRegistration

com.google.gwt.event.shared.HandlerRegistration focusHandlerRegistration

blurHandlerRegistration

com.google.gwt.event.shared.HandlerRegistration blurHandlerRegistration

focusBlurRpc

FieldRpc.FocusAndBlurServerRpc focusBlurRpc

Package com.vaadin.terminal.gwt.client.ui.nativeselect

Class com.vaadin.terminal.gwt.client.ui.nativeselect.NativeSelectConnector extends OptionGroupBaseConnector implements Serializable


Package com.vaadin.terminal.gwt.client.ui.notification

Class com.vaadin.terminal.gwt.client.ui.notification.VNotification.HideEvent extends EventObject implements Serializable


Package com.vaadin.terminal.gwt.client.ui.optiongroup

Class com.vaadin.terminal.gwt.client.ui.optiongroup.OptionGroupBaseConnector extends AbstractFieldConnector implements Serializable

Class com.vaadin.terminal.gwt.client.ui.optiongroup.OptionGroupConnector extends OptionGroupBaseConnector implements Serializable


Package com.vaadin.terminal.gwt.client.ui.orderedlayout

Class com.vaadin.terminal.gwt.client.ui.orderedlayout.AbstractOrderedLayoutConnector extends AbstractLayoutConnector implements Serializable

Serialized Fields

rpc

AbstractOrderedLayoutServerRpc rpc

clickEventHandler

LayoutClickEventHandler clickEventHandler

Class com.vaadin.terminal.gwt.client.ui.orderedlayout.AbstractOrderedLayoutState extends AbstractLayoutState implements Serializable

Serialized Fields

spacing

boolean spacing

childData

HashMap<K,V> childData

Class com.vaadin.terminal.gwt.client.ui.orderedlayout.AbstractOrderedLayoutState.ChildComponentData extends Object implements Serializable

Serialized Fields

alignmentBitmask

int alignmentBitmask

expandRatio

float expandRatio

Class com.vaadin.terminal.gwt.client.ui.orderedlayout.HorizontalLayoutConnector extends AbstractOrderedLayoutConnector implements Serializable

Class com.vaadin.terminal.gwt.client.ui.orderedlayout.VerticalLayoutConnector extends AbstractOrderedLayoutConnector implements Serializable


Package com.vaadin.terminal.gwt.client.ui.panel

Class com.vaadin.terminal.gwt.client.ui.panel.PanelConnector extends AbstractComponentContainerConnector implements Serializable

Serialized Fields

uidlScrollTop

Integer uidlScrollTop

clickEventHandler

ClickEventHandler clickEventHandler

uidlScrollLeft

Integer uidlScrollLeft

rpc

PanelServerRpc rpc

Class com.vaadin.terminal.gwt.client.ui.panel.PanelState extends ComponentState implements Serializable

Serialized Fields

tabIndex

int tabIndex

scrollLeft

int scrollLeft

scrollTop

int scrollTop

Package com.vaadin.terminal.gwt.client.ui.passwordfield

Class com.vaadin.terminal.gwt.client.ui.passwordfield.PasswordFieldConnector extends TextFieldConnector implements Serializable


Package com.vaadin.terminal.gwt.client.ui.popupview

Class com.vaadin.terminal.gwt.client.ui.popupview.PopupViewConnector extends AbstractComponentContainerConnector implements Serializable

Serialized Fields

centerAfterLayout

boolean centerAfterLayout

Package com.vaadin.terminal.gwt.client.ui.progressindicator

Class com.vaadin.terminal.gwt.client.ui.progressindicator.ProgressIndicatorConnector extends AbstractFieldConnector implements Serializable


Package com.vaadin.terminal.gwt.client.ui.richtextarea

Class com.vaadin.terminal.gwt.client.ui.richtextarea.RichTextAreaConnector extends AbstractFieldConnector implements Serializable


Package com.vaadin.terminal.gwt.client.ui.root

Class com.vaadin.terminal.gwt.client.ui.root.RootConnector extends AbstractComponentContainerConnector implements Serializable

Serialized Fields

rpc

RootServerRpc rpc

childStateChangeHandlerRegistration

com.google.web.bindery.event.shared.HandlerRegistration childStateChangeHandlerRegistration

childStateChangeHandler

StateChangeEvent.StateChangeHandler childStateChangeHandler

clickEventHandler

ClickEventHandler clickEventHandler

Class com.vaadin.terminal.gwt.client.ui.root.RootState extends ComponentState implements Serializable

Serialized Fields

content

Connector content

Package com.vaadin.terminal.gwt.client.ui.slider

Class com.vaadin.terminal.gwt.client.ui.slider.SliderConnector extends AbstractFieldConnector implements Serializable


Package com.vaadin.terminal.gwt.client.ui.splitpanel

Class com.vaadin.terminal.gwt.client.ui.splitpanel.AbstractSplitPanelConnector extends AbstractComponentContainerConnector implements Serializable

Serialized Fields

rpc

AbstractSplitPanelRpc rpc

clickEventHandler

ClickEventHandler clickEventHandler

Class com.vaadin.terminal.gwt.client.ui.splitpanel.AbstractSplitPanelState extends ComponentState implements Serializable

Serialized Fields

firstChild

Connector firstChild

secondChild

Connector secondChild

splitterState

AbstractSplitPanelState.SplitterState splitterState

Class com.vaadin.terminal.gwt.client.ui.splitpanel.AbstractSplitPanelState.SplitterState extends Object implements Serializable

Serialized Fields

position

float position

positionUnit

String positionUnit

minPosition

float minPosition

minPositionUnit

String minPositionUnit

maxPosition

float maxPosition

maxPositionUnit

String maxPositionUnit

positionReversed

boolean positionReversed

locked

boolean locked

Class com.vaadin.terminal.gwt.client.ui.splitpanel.HorizontalSplitPanelConnector extends AbstractSplitPanelConnector implements Serializable

Class com.vaadin.terminal.gwt.client.ui.splitpanel.VerticalSplitPanelConnector extends AbstractSplitPanelConnector implements Serializable


Package com.vaadin.terminal.gwt.client.ui.table

Class com.vaadin.terminal.gwt.client.ui.table.TableConnector extends AbstractComponentContainerConnector implements Serializable


Package com.vaadin.terminal.gwt.client.ui.tabsheet

Class com.vaadin.terminal.gwt.client.ui.tabsheet.TabsheetBaseConnector extends AbstractComponentContainerConnector implements Serializable

Class com.vaadin.terminal.gwt.client.ui.tabsheet.TabsheetConnector extends TabsheetBaseConnector implements Serializable


Package com.vaadin.terminal.gwt.client.ui.textarea

Class com.vaadin.terminal.gwt.client.ui.textarea.TextAreaConnector extends TextFieldConnector implements Serializable

Class com.vaadin.terminal.gwt.client.ui.textarea.TextAreaState extends AbstractTextFieldState implements Serializable

Serialized Fields

rows

int rows
Number of visible rows in the text area. The default is 5.


wordwrap

boolean wordwrap
Tells if word-wrapping should be used in the text area.


Package com.vaadin.terminal.gwt.client.ui.textfield

Class com.vaadin.terminal.gwt.client.ui.textfield.AbstractTextFieldState extends AbstractFieldState implements Serializable

Serialized Fields

maxLength

int maxLength
Maximum character count in text field.


columns

int columns
Number of visible columns in the TextField.


inputPrompt

String inputPrompt
The prompt to display in an empty field. Null when disabled.


text

String text
The text in the field

Class com.vaadin.terminal.gwt.client.ui.textfield.TextFieldConnector extends AbstractFieldConnector implements Serializable


Package com.vaadin.terminal.gwt.client.ui.tree

Class com.vaadin.terminal.gwt.client.ui.tree.TreeConnector extends AbstractComponentConnector implements Serializable

Serialized Fields

tooltipMap

Map<K,V> tooltipMap

Package com.vaadin.terminal.gwt.client.ui.treetable

Class com.vaadin.terminal.gwt.client.ui.treetable.TreeTableConnector extends TableConnector implements Serializable


Package com.vaadin.terminal.gwt.client.ui.twincolselect

Class com.vaadin.terminal.gwt.client.ui.twincolselect.TwinColSelectConnector extends OptionGroupBaseConnector implements Serializable


Package com.vaadin.terminal.gwt.client.ui.upload

Class com.vaadin.terminal.gwt.client.ui.upload.UploadConnector extends AbstractComponentConnector implements Serializable


Package com.vaadin.terminal.gwt.client.ui.video

Class com.vaadin.terminal.gwt.client.ui.video.VideoConnector extends MediaBaseConnector implements Serializable

Class com.vaadin.terminal.gwt.client.ui.video.VideoState extends AbstractMediaState implements Serializable

Serialized Fields

poster

URLReference poster

Package com.vaadin.terminal.gwt.client.ui.window

Class com.vaadin.terminal.gwt.client.ui.window.WindowConnector extends AbstractComponentContainerConnector implements Serializable

Serialized Fields

clickEventHandler

ClickEventHandler clickEventHandler

rpc

WindowServerRpc rpc

minWidthChecked

boolean minWidthChecked

Class com.vaadin.terminal.gwt.client.ui.window.WindowState extends PanelState implements Serializable

Serialized Fields

modal

boolean modal

resizable

boolean resizable

resizeLazy

boolean resizeLazy

draggable

boolean draggable

centered

boolean centered

positionX

int positionX

positionY

int positionY

Package com.vaadin.terminal.gwt.server

Class com.vaadin.terminal.gwt.server.AbstractApplicationPortlet.AbstractApplicationPortletWrapper extends Object implements Serializable

Serialized Fields

portlet

AbstractApplicationPortlet portlet

Class com.vaadin.terminal.gwt.server.AbstractApplicationPortlet.RequestError extends Object implements Serializable

Serialized Fields

throwable

Throwable throwable

Class com.vaadin.terminal.gwt.server.AbstractApplicationPortlet.WrappedGateinRequest extends AbstractApplicationPortlet.WrappedHttpAndPortletRequest implements Serializable

Class com.vaadin.terminal.gwt.server.AbstractApplicationPortlet.WrappedHttpAndPortletRequest extends WrappedPortletRequest implements Serializable

Serialized Fields

originalRequest

HttpServletRequest originalRequest

Class com.vaadin.terminal.gwt.server.AbstractApplicationPortlet.WrappedLiferayRequest extends AbstractApplicationPortlet.WrappedHttpAndPortletRequest implements Serializable

Class com.vaadin.terminal.gwt.server.AbstractApplicationServlet extends HttpServlet implements Serializable

Serialized Fields

applicationProperties

Properties applicationProperties

productionMode

boolean productionMode

resourcePath

String resourcePath

resourceCacheTime

int resourceCacheTime

deploymentConfiguration

DeploymentConfiguration deploymentConfiguration

Class com.vaadin.terminal.gwt.server.AbstractApplicationServlet.RequestError extends Object implements Serializable

Serialized Fields

throwable

Throwable throwable

Class com.vaadin.terminal.gwt.server.AbstractCommunicationManager extends Object implements Serializable

Serialized Fields

rootToClientCache

HashMap<K,V> rootToClientCache

application

Application application
The application this communication manager is used for


locales

List<E> locales

pendingLocalesIndex

int pendingLocalesIndex

timeoutInterval

int timeoutInterval

dragAndDropService

DragAndDropService dragAndDropService

requestThemeName

String requestThemeName

maxInactiveInterval

int maxInactiveInterval

highlightedConnector

Connector highlightedConnector

connectorResourceContexts

Map<K,V> connectorResourceContexts

typeToKey

HashMap<K,V> typeToKey

nextTypeKey

int nextTypeKey

bootstrapHandler

BootstrapHandler bootstrapHandler

Class com.vaadin.terminal.gwt.server.AbstractCommunicationManager.ErrorHandlerErrorEvent extends Object implements Serializable

Serialized Fields

throwable

Throwable throwable

Class com.vaadin.terminal.gwt.server.AbstractCommunicationManager.InvalidUIDLSecurityKeyException extends GeneralSecurityException implements Serializable

Class com.vaadin.terminal.gwt.server.AbstractWebApplicationContext extends Object implements Serializable

Serialized Fields

listeners

Collection<E> listeners

applications

HashSet<E> applications

browser

WebBrowser browser

applicationToAjaxAppMgrMap

HashMap<K,V> applicationToAjaxAppMgrMap

totalSessionTime

long totalSessionTime

lastRequestTime

long lastRequestTime

Class com.vaadin.terminal.gwt.server.ApplicationResourceHandler extends Object implements Serializable

Class com.vaadin.terminal.gwt.server.ApplicationServlet extends AbstractApplicationServlet implements Serializable

Serialized Fields

applicationClass

Class<T> applicationClass

Class com.vaadin.terminal.gwt.server.BootstrapHandler extends Object implements Serializable

Class com.vaadin.terminal.gwt.server.BootstrapHandler.BootstrapContext extends Object implements Serializable

Serialized Fields

response

WrappedResponse response

request

WrappedRequest request

application

Application application

rootId

Integer rootId

writer

Writer writer

root

Root root

widgetsetName

String widgetsetName

themeName

String themeName

appId

String appId

rootFetched

boolean rootFetched

Class com.vaadin.terminal.gwt.server.ChangeVariablesErrorEvent extends Object implements Serializable

Serialized Fields

throwable

Throwable throwable

component

Component component

variableChanges

Map<K,V> variableChanges

Class com.vaadin.terminal.gwt.server.ClientMethodInvocation extends Object implements Serializable

Serialized Fields

connector

ClientConnector connector

interfaceName

String interfaceName

methodName

String methodName

parameters

Object[] parameters

parameterTypes

Type[] parameterTypes

sequenceNumber

long sequenceNumber

Class com.vaadin.terminal.gwt.server.CommunicationManager extends AbstractCommunicationManager implements Serializable

Serialized Fields

pidToNameToStreamVariable

Map<K,V> pidToNameToStreamVariable

streamVariableToSeckey

Map<K,V> streamVariableToSeckey

Class com.vaadin.terminal.gwt.server.ComponentSizeValidator extends Object implements Serializable

Class com.vaadin.terminal.gwt.server.ComponentSizeValidator.FileLocation extends Object implements Serializable

Serialized Fields

method

String method

file

String file

className

String className

classNameSimple

String classNameSimple

lineNumber

int lineNumber

Class com.vaadin.terminal.gwt.server.ComponentSizeValidator.InvalidLayout extends Object implements Serializable

Serialized Fields

component

Component component

invalidHeight

boolean invalidHeight

invalidWidth

boolean invalidWidth

subErrors

Vector<E> subErrors

Class com.vaadin.terminal.gwt.server.DragAndDropService extends Object implements Serializable

Serialized Fields

lastVisitId

int lastVisitId

lastVisitAccepted

boolean lastVisitAccepted

dragEvent

DragAndDropEvent dragEvent

manager

AbstractCommunicationManager manager

acceptCriterion

AcceptCriterion acceptCriterion

Class com.vaadin.terminal.gwt.server.GAEApplicationServlet extends ApplicationServlet implements Serializable

Class com.vaadin.terminal.gwt.server.JsonCodec extends Object implements Serializable

Class com.vaadin.terminal.gwt.server.JsonPaintTarget extends Object implements Serializable

Serialized Fields

mOpenTags

Stack<E> mOpenTags

openJsonTags

Stack<E> openJsonTags

openPaintables

Stack<E> openPaintables

openPaintableTags

Stack<E> openPaintableTags

uidlBuffer

PrintWriter uidlBuffer

closed

boolean closed

manager

AbstractCommunicationManager manager

changes

int changes

usedResources

Set<E> usedResources

customLayoutArgumentsOpen

boolean customLayoutArgumentsOpen

tag

com.vaadin.terminal.gwt.server.JsonPaintTarget.JsonTag tag

cacheEnabled

boolean cacheEnabled

usedClientConnectors

Set<E> usedClientConnectors

Class com.vaadin.terminal.gwt.server.LegacyChangeVariablesInvocation extends MethodInvocation implements Serializable

Serialized Fields

variableChanges

Map<K,V> variableChanges

Class com.vaadin.terminal.gwt.server.NoInputStreamException extends Exception implements Serializable

Class com.vaadin.terminal.gwt.server.NoOutputStreamException extends Exception implements Serializable

Class com.vaadin.terminal.gwt.server.PortletApplicationContext2 extends AbstractWebApplicationContext implements Serializable

Serialized Fields

portletListeners

Map<K,V> portletListeners

portletWindowIdToApplicationMap

HashMap<K,V> portletWindowIdToApplicationMap

eventActionDestinationMap

Map<K,V> eventActionDestinationMap

eventActionValueMap

Map<K,V> eventActionValueMap

sharedParameterActionNameMap

Map<K,V> sharedParameterActionNameMap

sharedParameterActionValueMap

Map<K,V> sharedParameterActionValueMap

Class com.vaadin.terminal.gwt.server.PortletCommunicationManager extends AbstractCommunicationManager implements Serializable

Serialized Fields

ownerToNameToStreamVariable

Map<K,V> ownerToNameToStreamVariable

Class com.vaadin.terminal.gwt.server.RequestTimer extends Object implements Serializable

Serialized Fields

requestStartTime

long requestStartTime

Class com.vaadin.terminal.gwt.server.ResourceReference extends URLReference implements Serializable

Serialized Fields

resource

Resource resource

Class com.vaadin.terminal.gwt.server.RpcManager.RpcInvocationException extends Exception implements Serializable

Class com.vaadin.terminal.gwt.server.ServerRpcManager extends Object implements Serializable

Serialized Fields

implementation

Object implementation

rpcInterface

Class<T> rpcInterface

Class com.vaadin.terminal.gwt.server.ServerRpcMethodInvocation extends MethodInvocation implements Serializable

Serialized Fields

method

Method method

interfaceClass

Class<T> interfaceClass

Class com.vaadin.terminal.gwt.server.ServletPortletHelper.ApplicationClassException extends Exception implements Serializable

Class com.vaadin.terminal.gwt.server.SessionExpiredException extends Exception implements Serializable

Class com.vaadin.terminal.gwt.server.SystemMessageException extends RuntimeException implements Serializable

Serialized Fields

cause

Throwable cause
Cause of the method exception

Class com.vaadin.terminal.gwt.server.UnsupportedBrowserHandler extends Object implements Serializable

Class com.vaadin.terminal.gwt.server.UploadException extends Exception implements Serializable

Class com.vaadin.terminal.gwt.server.WebApplicationContext extends AbstractWebApplicationContext implements Serializable

Class com.vaadin.terminal.gwt.server.WebBrowser extends Object implements Serializable

Serialized Fields

screenHeight

int screenHeight

screenWidth

int screenWidth

browserApplication

String browserApplication

locale

Locale locale

address

String address

secureConnection

boolean secureConnection

timezoneOffset

int timezoneOffset

rawTimezoneOffset

int rawTimezoneOffset

dstSavings

int dstSavings

dstInEffect

boolean dstInEffect

touchDevice

boolean touchDevice

browserDetails

VBrowserDetails browserDetails

clientServerTimeDelta

long clientServerTimeDelta

Class com.vaadin.terminal.gwt.server.WrappedHttpServletRequest extends HttpServletRequestWrapper implements Serializable

Serialized Fields

deploymentConfiguration

DeploymentConfiguration deploymentConfiguration

Class com.vaadin.terminal.gwt.server.WrappedHttpServletResponse extends HttpServletResponseWrapper implements Serializable

Serialized Fields

deploymentConfiguration

DeploymentConfiguration deploymentConfiguration

Class com.vaadin.terminal.gwt.server.WrappedPortletRequest extends Object implements Serializable

Serialized Fields

request

PortletRequest request

deploymentConfiguration

DeploymentConfiguration deploymentConfiguration

Class com.vaadin.terminal.gwt.server.WrappedPortletResponse extends Object implements Serializable

Serialized Fields

response

PortletResponse response

deploymentConfiguration

DeploymentConfiguration deploymentConfiguration

Package com.vaadin.ui

Class com.vaadin.ui.AbsoluteLayout extends AbstractLayout implements Serializable

Serialized Fields

rpc

AbsoluteLayoutServerRpc rpc

componentToCoordinates

LinkedHashMap<K,V> componentToCoordinates

Class com.vaadin.ui.AbsoluteLayout.ComponentPosition extends Object implements Serializable

Serialized Fields

zIndex

int zIndex

topValue

Float topValue

rightValue

Float rightValue

bottomValue

Float bottomValue

leftValue

Float leftValue

topUnits

Sizeable.Unit topUnits

rightUnits

Sizeable.Unit rightUnits

bottomUnits

Sizeable.Unit bottomUnits

leftUnits

Sizeable.Unit leftUnits

Class com.vaadin.ui.AbstractComponent extends AbstractClientConnector implements Serializable

Serialized Fields

applicationData

Object applicationData
Application specific data object. The component does not use or modify this.


eventRouter

EventRouter eventRouter
The EventRouter used for the event model.


componentError

ErrorMessage componentError
The internal error message of the component.


locale

Locale locale
Locale of this component.


delayedFocus

boolean delayedFocus
The component should receive focus (if Focusable) when attached.


width

float width

height

float height

widthUnit

Sizeable.Unit widthUnit

heightUnit

Sizeable.Unit heightUnit

errorHandler

AbstractComponent.ComponentErrorHandler errorHandler

actionManager

ActionManager actionManager
Keeps track of the Actions added to this component; the actual handling/notifying is delegated, usually to the containing window.

Class com.vaadin.ui.AbstractComponentContainer extends AbstractComponent implements Serializable

Class com.vaadin.ui.AbstractField extends AbstractComponent implements Serializable

Serialized Fields

value

Object value
Value of the abstract field.


converter

Converter<PRESENTATION,MODEL> converter
A converter used to convert from the data model type to the field type and vice versa.


dataSource

Property<T> dataSource
Connected data-source.


validators

LinkedList<E> validators
The list of validators.


writeThroughMode

boolean writeThroughMode
Auto commit mode.


readThroughMode

boolean readThroughMode
Reads the value from data-source, when it is not modified.


committingValueToDataSource

boolean committingValueToDataSource
Flag to indicate that the field is currently committing its value to the datasource.


currentBufferedSourceException

Buffered.SourceException currentBufferedSourceException
Current source exception.


invalidAllowed

boolean invalidAllowed
Are the invalid values allowed in fields ?


invalidCommitted

boolean invalidCommitted
Are the invalid values committed ?


requiredError

String requiredError
The error message for the exception that is thrown when the field is required but empty.


conversionError

String conversionError
The error message that is shown when the field value cannot be converted.


validationVisible

boolean validationVisible
Is automatic validation enabled.


valueWasModifiedByDataSourceDuringCommit

boolean valueWasModifiedByDataSourceDuringCommit

isListeningToPropertyEvents

boolean isListeningToPropertyEvents
Whether this field is currently registered as listening to events from its data source.

See Also:
AbstractField.setPropertyDataSource(Property), AbstractField.addPropertyListeners(), AbstractField.removePropertyListeners()

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.AbstractJavaScriptComponent extends AbstractComponent implements Serializable

Serialized Fields

callbackHelper

JavaScriptCallbackHelper callbackHelper

Class com.vaadin.ui.AbstractLayout extends AbstractComponentContainer implements Serializable

Serialized Fields

margins

Layout.MarginInfo margins

Class com.vaadin.ui.AbstractMedia extends AbstractComponent implements Serializable

Class com.vaadin.ui.AbstractOrderedLayout extends AbstractLayout implements Serializable

Serialized Fields

rpc

AbstractOrderedLayoutServerRpc rpc

components

LinkedList<E> components
Custom layout slots containing the components.

Class com.vaadin.ui.AbstractSelect extends AbstractField<Object> implements Serializable

Serialized Fields

multiSelect

boolean multiSelect
Is the select in multiselect mode?


items

Container items
Select options.


allowNewOptions

boolean allowNewOptions
Is the user allowed to add new options?


itemIdMapper

KeyMapper<V> itemIdMapper
Keymapper used to map key values.


itemIcons

HashMap<K,V> itemIcons
Item icons.


itemCaptions

HashMap<K,V> itemCaptions
Item captions.


itemCaptionMode

AbstractSelect.ItemCaptionMode itemCaptionMode
Item caption mode.


itemCaptionPropertyId

Object itemCaptionPropertyId
Item caption source property id.


itemIconPropertyId

Object itemIconPropertyId
Item icon source property id.


propertySetEventListeners

Set<E> propertySetEventListeners
List of property set change event listeners.


itemSetEventListeners

Set<E> itemSetEventListeners
List of item set change event listeners.


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.


nullSelectionAllowed

boolean nullSelectionAllowed

newItemHandler

AbstractSelect.NewItemHandler newItemHandler

captionChangeListener

AbstractSelect.CaptionChangeListener captionChangeListener

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

Serialized Fields

captionChangeNotifiers

HashSet<E> captionChangeNotifiers

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.AbstractSplitPanel extends AbstractComponentContainer implements Serializable

Serialized Fields

posUnit

Sizeable.Unit posUnit

posMinUnit

Sizeable.Unit posMinUnit

posMaxUnit

Sizeable.Unit posMaxUnit

rpc

AbstractSplitPanelRpc rpc

Class com.vaadin.ui.AbstractSplitPanel.SplitterClickEvent extends MouseEvents.ClickEvent implements Serializable

Class com.vaadin.ui.AbstractTextField 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 .


lastKnownTextContent

String lastKnownTextContent
The text content when the last messages to the server was sent. Cleared when value is changed.


lastKnownCursorPosition

int lastKnownCursorPosition
The position of the cursor when the last message to the server was sent.


textChangeEventPending

boolean textChangeEventPending
Flag indicating that a text change event is pending to be triggered. Cleared by AbstractField.setInternalValue(Object) and when the event is fired.


isFiringTextChangeEvent

boolean isFiringTextChangeEvent

textChangeEventMode

AbstractTextField.TextChangeEventMode textChangeEventMode

DEFAULT_TEXTCHANGE_TIMEOUT

int DEFAULT_TEXTCHANGE_TIMEOUT

textChangeEventTimeout

int textChangeEventTimeout

selectionPosition

int selectionPosition
Temporarily holds the new selection position. Cleared on paint.


selectionLength

int selectionLength
Temporarily holds the new selection length.


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.

Class com.vaadin.ui.AbstractTextField.TextChangeEventImpl extends FieldEvents.TextChangeEvent implements Serializable

Serialized Fields

curText

String curText

cursorPosition

int cursorPosition

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.Button extends AbstractComponent implements Serializable

Serialized Fields

rpc

ButtonServerRpc rpc

focusBlurRpc

FieldEvents.FocusAndBlurServerRpcImpl focusBlurRpc

clickShortcut

Button.ClickShortcut clickShortcut

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.CheckBox extends AbstractField<Boolean> implements Serializable

Serialized Fields

rpc

CheckBoxServerRpc rpc

focusBlurRpc

FieldEvents.FocusAndBlurServerRpcImpl focusBlurRpc

Class com.vaadin.ui.ComboBox extends Select implements Serializable

Serialized Fields

inputPrompt

String inputPrompt

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 EventObject implements Serializable

Class com.vaadin.ui.ComponentContainer.ComponentAttachEvent extends Component.Event implements Serializable

Serialized Fields

component

Component component

Class com.vaadin.ui.ComponentContainer.ComponentDetachEvent extends Component.Event implements Serializable

Serialized Fields

component

Component component

Class com.vaadin.ui.ConnectorTracker extends Object implements Serializable

Serialized Fields

connectorIdToConnector

HashMap<K,V> connectorIdToConnector

dirtyConnectors

Set<E> dirtyConnectors

root

Root root

Class com.vaadin.ui.CssLayout extends AbstractLayout implements Serializable

Serialized Fields

rpc

CssLayoutServerRpc rpc

components

LinkedList<E> components
Custom layout slots containing the components.

Class com.vaadin.ui.CustomComponent extends AbstractComponentContainer 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

Serialized Fields

slots

HashMap<K,V> slots
Custom layout slots containing the components.

Class com.vaadin.ui.DateField extends AbstractField<Date> implements Serializable

Serialized Fields

resolution

DateField.Resolution resolution
Specified smallest modifiable unit for the date field.


dateFormat

String dateFormat
Overridden format string


lenient

boolean lenient

dateString

String dateString

uiHasValidDateString

boolean uiHasValidDateString
Was the last entered string parsable? If this flag is false, datefields internal validator does not pass.


showISOWeekNumbers

boolean showISOWeekNumbers
Determines if week numbers are shown in the date selector.


currentParseErrorMessage

String currentParseErrorMessage

defaultParseErrorMessage

String defaultParseErrorMessage

timeZone

TimeZone timeZone

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

receivers

Map<K,V> receivers

html5DataFlavors

Map<K,V> html5DataFlavors

dragStartMode

DragAndDropWrapper.DragStartMode dragStartMode

dropHandler

DropHandler dropHandler

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

type

int type
Type of the object.


source

Resource source
Source of the embedded object.


mimeType

String mimeType
Generic object attributes.


standby

String standby

parameters

Map<K,V> parameters
Hash of object parameters.


codebase

String codebase
Applet or other client side runnable properties.


codetype

String codetype

classId

String classId

archive

String archive

altText

String altText

rpc

EmbeddedServerRpc rpc

Class com.vaadin.ui.Field.ValueChangeEvent extends Component.Event implements Serializable

Class com.vaadin.ui.Form extends AbstractField<Object> implements Serializable

Serialized Fields

propertyValue

Object propertyValue
Deprecated. 

itemDatasource

Item itemDatasource
Deprecated. 
Item connected to this form as datasource.


propertyIds

LinkedList<E> propertyIds
Deprecated. 
Ordered list of property ids in this editor.


currentBufferedSourceException

Buffered.SourceException currentBufferedSourceException
Deprecated. 
Current buffered source exception.


writeThrough

boolean writeThrough
Deprecated. 
Is the form in write trough mode.


readThrough

boolean readThrough
Deprecated. 
Is the form in read trough mode.


fields

HashMap<K,V> fields
Deprecated. 
Mapping from propertyName to corresponding field.


ownProperties

HashMap<K,V> ownProperties
Deprecated. 
Form may act as an Item, its own properties are stored here.


fieldFactory

FormFieldFactory fieldFactory
Deprecated. 
Field factory for this form.


visibleItemProperties

Collection<E> visibleItemProperties
Deprecated. 
Visible item properties.


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().


validationVisibleOnCommit

boolean validationVisibleOnCommit
Deprecated. 
If this is true, commit implicitly calls setValidationVisible(true).


gridlayoutCursorX

int gridlayoutCursorX
Deprecated. 

gridlayoutCursorY

int gridlayoutCursorY
Deprecated. 

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 a Action.ShortcutNotifier and has a actionManager that delegates actions to the containing window. This one does not delegate.

Class com.vaadin.ui.FormLayout extends AbstractOrderedLayout implements Serializable

Class com.vaadin.ui.GridLayout extends AbstractLayout implements Serializable

Serialized Fields

rpc

GridLayoutServerRpc rpc

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


areas

LinkedList<E> areas
Contains all items that are placed on the grid. These are components with grid area definition.


components

LinkedList<E> components
Mapping from components to their respective areas.


componentToAlignment

Map<K,V> componentToAlignment
Mapping from components to alignments (horizontal + vertical).


structuralChange

boolean structuralChange
Has there been rows inserted or deleted in the middle of the layout since the last paint operation.


columnExpandRatio

Map<K,V> columnExpandRatio

rowExpandRatio

Map<K,V> rowExpandRatio

Class com.vaadin.ui.GridLayout.Area extends Object implements Serializable

Serialized Fields

column1

int column1
The column of the upper left corner cell of the area.


row1

int row1
The row of the upper left corner cell of the area.


column2

int column2
The column of the lower right corner cell of the area.


row2

int row2
The row of the lower right corner cell of the area.


component

Component component
Component painted in the area.

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.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.InlineDateField extends DateField implements Serializable

Class com.vaadin.ui.JavaScript extends AbstractExtension implements Serializable

Serialized Fields

callbacks

Map<K,V> callbacks

Class com.vaadin.ui.Label extends AbstractComponent implements Serializable

Serialized Fields

converter

Converter<PRESENTATION,MODEL> converter
A converter used to convert from the data model type to the field type and vice versa. Label type is always String.


dataSource

Property<T> dataSource

Class com.vaadin.ui.Label.ValueChangeEvent extends Component.Event implements Serializable

Class com.vaadin.ui.Layout.MarginInfo extends VMarginInfo implements Serializable

Class com.vaadin.ui.Link extends AbstractComponent implements Serializable

Serialized Fields

resource

Resource resource

targetName

String targetName

targetBorder

int targetBorder

targetWidth

int targetWidth

targetHeight

int targetHeight

Class com.vaadin.ui.ListSelect extends AbstractSelect implements Serializable

Serialized Fields

columns

int columns

rows

int rows

Class com.vaadin.ui.LoginForm extends CustomComponent implements Serializable

Serialized Fields

usernameCaption

String usernameCaption

passwordCaption

String passwordCaption

loginButtonCaption

String loginButtonCaption

iframe

Embedded iframe

loginPage

ApplicationResource loginPage

requestHandler

RequestHandler requestHandler

Class com.vaadin.ui.LoginForm.LoginEvent extends Component.Event implements Serializable

Serialized Fields

params

Map<K,V> params

Class com.vaadin.ui.MenuBar extends AbstractComponent implements Serializable

Serialized Fields

menuItems

List<E> menuItems

numberOfItems

int numberOfItems

moreItem

MenuBar.MenuItem moreItem

openRootOnHover

boolean openRootOnHover

htmlContentAllowed

boolean htmlContentAllowed

Class com.vaadin.ui.MenuBar.MenuItem extends Object implements Serializable

Serialized Fields

itsId

int itsId
Private members *


itsCommand

MenuBar.Command itsCommand

itsText

String itsText

itsChildren

List<E> itsChildren

itsIcon

Resource itsIcon

itsParent

MenuBar.MenuItem itsParent

enabled

boolean enabled

visible

boolean visible

isSeparator

boolean isSeparator

styleName

String styleName

description

String description

checkable

boolean checkable

checked

boolean checked

Class com.vaadin.ui.NativeButton extends Button implements Serializable

Class com.vaadin.ui.NativeSelect extends AbstractSelect implements Serializable

Serialized Fields

columns

int columns

Class com.vaadin.ui.Notification extends Object implements Serializable

Serialized Fields

caption

String caption

description

String description

icon

Resource icon

position

int position

delayMsec

int delayMsec

styleName

String styleName

htmlContentAllowed

boolean htmlContentAllowed

Class com.vaadin.ui.OptionGroup extends AbstractSelect implements Serializable

Serialized Fields

disabledItemIds

Set<E> disabledItemIds

htmlContentAllowed

boolean htmlContentAllowed

Class com.vaadin.ui.Panel extends AbstractComponentContainer implements Serializable

Serialized Fields

content

ComponentContainer content
Content of the panel.


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 AbstractComponentContainer implements Serializable

Serialized Fields

content

PopupView.Content content

hideOnMouseOut

boolean hideOnMouseOut

visibleComponent

Component visibleComponent

Class com.vaadin.ui.PopupView.PopupVisibilityEvent extends Component.Event implements Serializable

Class com.vaadin.ui.ProgressIndicator extends AbstractField<Number> implements Serializable

Serialized Fields

indeterminate

boolean indeterminate

dataSource

Property<T> dataSource

pollingInterval

int pollingInterval

Class com.vaadin.ui.RichTextArea extends AbstractField<String> implements Serializable

Serialized Fields

format

Format format
Deprecated. 
Value formatter used to format the string contents.


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.Root extends AbstractComponentContainer implements Serializable

Serialized Fields

application

Application application
The application to which this root belongs


windows

LinkedHashSet<E> windows
List of windows in this root.


scrollIntoView

Component scrollIntoView
The component that should be scrolled into view after the next repaint. Null if nothing should be scrolled into view.


rootId

int rootId
The id of this root, used to find the server side instance of the root form which a request originates. A negative value indicates that the root id has not yet been assigned by the Application.

See Also:
Application.nextRootId

actionManager

ActionManager actionManager
Keeps track of the Actions added to this component, and manages the painting and handling as well.


connectorTracker

ConnectorTracker connectorTracker

page

Page page

rpc

RootServerRpc rpc

pendingFocus

Component.Focusable pendingFocus
Component that should be focused after the next repaint. Null if no focus change should take place.


resizeLazy

boolean resizeLazy

Class com.vaadin.ui.Root.LegacyWindow extends Root implements Serializable

Serialized Fields

name

String name
Deprecated. 

Class com.vaadin.ui.Select extends AbstractSelect implements Serializable

Serialized Fields

pageLength

int pageLength
Holds value of property pageLength. 0 disables paging.


columns

int columns

currentPage

int currentPage

filteringMode

int filteringMode

filterstring

String filterstring

prevfilterstring

String prevfilterstring

filteredSize

int filteredSize
Number of options that pass the filter, excluding the null item if any.


filteredOptions

List<E> filteredOptions
Cache of filtered options, used only by the in-memory filtering system.


optionRequest

boolean optionRequest
Flag to indicate that request repaint is called by filter request only


filteringContainer

boolean filteringContainer
True if the container is being filtered temporarily and item set change notifications should be suppressed.


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.

Class com.vaadin.ui.Slider extends AbstractField<Double> implements Serializable

Serialized Fields

min

double min
Minimum value of slider


max

double max
Maximum value of slider


resolution

int resolution
Resolution, how many digits are considered relevant after the decimal point. Must be a non-negative value


orientation

int orientation
Slider orientation (horizontal/vertical), defaults .

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

columnCollapsingAllowed

boolean columnCollapsingAllowed
True if column collapsing is allowed.


columnReorderingAllowed

boolean columnReorderingAllowed
True if reordering of columns is allowed on the client side.


columnIdMap

KeyMapper<V> columnIdMap
Keymapper for column ids.


visibleColumns

LinkedList<E> visibleColumns
Holds visible column propertyIds - in order.


noncollapsibleColumns

HashSet<E> noncollapsibleColumns
Holds noncollapsible columns.


collapsedColumns

HashSet<E> collapsedColumns
Holds propertyIds of currently collapsed columns.


columnHeaders

HashMap<K,V> columnHeaders
Holds headers for visible columns (by propertyId).


columnFooters

HashMap<K,V> columnFooters
Holds footers for visible columns (by propertyId).


columnIcons

HashMap<K,V> columnIcons
Holds icons for visible columns (by propertyId).


columnAlignments

HashMap<K,V> columnAlignments
Holds alignments for visible columns (by propertyId).


columnWidths

HashMap<K,V> columnWidths
Holds column widths in pixels (Integer) or expand ratios (Float) for visible columns (by propertyId).


columnGenerators

HashMap<K,V> columnGenerators
Holds column generators


pageLength

int pageLength
Holds value of property pageLength. 0 disables paging.


currentPageFirstItemId

Object currentPageFirstItemId
Id the first item on the current page.


currentPageFirstItemIndex

int currentPageFirstItemIndex
Index of the first item on the current page.


selectable

boolean selectable
Holds value of property selectable.


columnHeaderMode

Table.ColumnHeaderMode columnHeaderMode
Holds value of property columnHeaderMode.


rowHeaderMode

Table.RowHeaderMode rowHeaderMode
Holds value of property rowHeaderMode.


columnFootersVisible

boolean columnFootersVisible
Should the Table footer be visible?


pageBuffer

Object[][] pageBuffer
Page contents buffer used in buffered mode.


listenedProperties

HashSet<E> listenedProperties
Set of properties listened - the list is kept to release the listeners later.


visibleComponents

HashSet<E> visibleComponents
Set of visible components - the is used for needsRepaint calculation.


actionHandlers

LinkedList<E> actionHandlers
List of action handlers.


actionMapper

KeyMapper<V> actionMapper
Action mapper.


fieldFactory

TableFieldFactory fieldFactory
Table cell editor factory.


editable

boolean editable
Is table editable.


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.


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.


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.


firstToBeRenderedInClient

int firstToBeRenderedInClient

lastToBeRenderedInClient

int lastToBeRenderedInClient

isContentRefreshesEnabled

boolean isContentRefreshesEnabled

pageBufferFirstIndex

int pageBufferFirstIndex

containerChangeToBeRendered

boolean containerChangeToBeRendered

cellStyleGenerator

Table.CellStyleGenerator cellStyleGenerator
Table cell specific style generator


itemDescriptionGenerator

AbstractSelect.ItemDescriptionGenerator itemDescriptionGenerator
Table cell specific tooltip generator


alwaysRecalculateColumnWidths

boolean alwaysRecalculateColumnWidths

cacheRate

double cacheRate

dragMode

Table.TableDragMode dragMode

dropHandler

DropHandler dropHandler

multiSelectMode

AbstractSelect.MultiSelectMode multiSelectMode

rowCacheInvalidated

boolean rowCacheInvalidated

rowGenerator

Table.RowGenerator rowGenerator

associatedProperties

Map<K,V> associatedProperties

painted

boolean painted

propertyValueConverters

HashMap<K,V> propertyValueConverters

Class com.vaadin.ui.Table.ColumnReorderEvent extends Component.Event implements Serializable

Class com.vaadin.ui.Table.ColumnResizeEvent extends Component.Event implements Serializable

Serialized Fields

previousWidth

int previousWidth

currentWidth

int currentWidth

columnPropertyId

Object columnPropertyId

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.TableDropCriterion extends ServerSideCriterion implements Serializable

Serialized Fields

table

Table table

allowedItemIds

Set<E> allowedItemIds

Class com.vaadin.ui.Table.TableTransferable extends DataBoundTransferable implements Serializable

Class com.vaadin.ui.TabSheet extends AbstractComponentContainer implements Serializable

Serialized Fields

components

ArrayList<E> components
List of component tabs (tab contents). In addition to being on this list, there is a TabSheet.Tab object in tabs for each tab with meta-data about the tab.


tabs

HashMap<K,V> tabs
Map containing information related to the tabs (caption, icon etc).


selected

Component selected
Selected tab content component.


keyMapper

KeyMapper<V> keyMapper
Mapper between server-side component instances (tab contents) and keys given to the client that identify tabs.


tabsHidden

boolean tabsHidden
When true, the tab selection area is not displayed to the user.


closeHandler

TabSheet.CloseHandler closeHandler
Handler to be called when a tab is closed.


tabIndex

int tabIndex

Class com.vaadin.ui.TabSheet.SelectedTabChangeEvent extends Component.Event implements Serializable

Class com.vaadin.ui.TabSheet.TabSheetTabImpl extends Object implements Serializable

Serialized Fields

caption

String caption

icon

Resource icon

enabled

boolean enabled

visible

boolean visible

closable

boolean closable

description

String description

componentError

ErrorMessage componentError

styleName

String styleName

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

expanded

HashSet<E> expanded
Set of expanded nodes.


actionHandlers

LinkedList<E> actionHandlers
List of action handlers.


actionMapper

KeyMapper<V> actionMapper
Action mapper.


selectable

boolean selectable
Is the tree selectable on the client side.


partialUpdate

boolean partialUpdate
Flag to indicate sub-tree loading


expandedItemId

Object expandedItemId
Holds a itemId which was recently expanded


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


dragMode

Tree.TreeDragMode dragMode

multiSelectMode

AbstractSelect.MultiSelectMode multiSelectMode

itemStyleGenerator

Tree.ItemStyleGenerator itemStyleGenerator

dropHandler

DropHandler dropHandler

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

rootId

Object rootId

depthToCheck

int depthToCheck

Class com.vaadin.ui.Tree.TargetItemAllowsChildren extends TargetDetailIs implements Serializable

Class com.vaadin.ui.Tree.TreeDropCriterion extends ServerSideCriterion implements Serializable

Serialized Fields

tree

Tree tree

allowedItemIds

Set<E> allowedItemIds

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

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.


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.

Class com.vaadin.ui.TwinColSelect extends AbstractSelect implements Serializable

Serialized Fields

columns

int columns

rows

int rows

leftColumnCaption

String leftColumnCaption

rightColumnCaption

String rightColumnCaption

Class com.vaadin.ui.UniqueSerializable extends Object implements Serializable

Class com.vaadin.ui.Upload extends AbstractComponent implements Serializable

Serialized Fields

focus

boolean focus
Should the field be focused on next repaint?


tabIndex

int tabIndex
The tab order number of this field.


receiver

Upload.Receiver receiver
The output of the upload is redirected to this receiver.


isUploading

boolean isUploading

contentLength

long contentLength

totalBytes

int totalBytes

buttonCaption

String buttonCaption

progressListeners

LinkedHashSet<E> progressListeners
ProgressListeners to which information about progress is sent during upload


interrupted

boolean interrupted

notStarted

boolean notStarted

nextid

int nextid

forceSubmit

boolean forceSubmit
Flag to indicate that submitting file has been requested.


streamVariable

StreamVariable streamVariable

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

Serialized Fields

length

long length
Length of the received file.


type

String type
MIME type of the received file.


filename

String filename
Received file name.

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

Serialized Fields

filename

String filename

type

String type

length

long length
Length of the received file.

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

rpc

WindowServerRpc rpc

browserWindowWidth

int browserWindowWidth

browserWindowHeight

int browserWindowHeight

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).


closeShortcut

Window.CloseShortcut closeShortcut

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



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.