Serialized Form
-
Package com.vaadin.client
-
Class com.vaadin.client.JavaScriptExtension extends AbstractExtensionConnector implements Serializable
-
Serialized Fields
-
helper
JavaScriptConnectorHelper helper
-
-
-
Class com.vaadin.client.LocaleNotLoadedException extends Exception implements Serializable
-
Class com.vaadin.client.WidgetUtil.CssSize extends Object implements Serializable
-
Serialized Fields
-
value
float value
-
unit
com.google.gwt.dom.client.Style.Unit unit
-
-
-
-
Package com.vaadin.client.communication
-
Class com.vaadin.client.communication.JavaScriptMethodInvocation extends MethodInvocation implements Serializable
-
Class com.vaadin.client.communication.TranslatedURLReference extends URLReference implements Serializable
-
Serialized Fields
-
connection
ApplicationConnection connection
-
-
-
-
Package com.vaadin.client.connectors
-
Class com.vaadin.client.connectors.AbstractRendererConnector extends AbstractExtensionConnector implements Serializable
-
Class com.vaadin.client.connectors.AbstractSelectionModelConnector extends AbstractExtensionConnector implements Serializable
-
Class com.vaadin.client.connectors.ButtonRendererConnector extends ClickableRendererConnector<String> implements Serializable
-
Class com.vaadin.client.connectors.ClickableRendererConnector extends AbstractRendererConnector<T> implements Serializable
-
Serialized Fields
-
clickRegistration
com.google.web.bindery.event.shared.HandlerRegistration clickRegistration
-
-
-
Class com.vaadin.client.connectors.DateRendererConnector extends TextRendererConnector implements Serializable
-
Class com.vaadin.client.connectors.DetailComponentManagerConnector extends AbstractExtensionConnector implements Serializable
-
Class com.vaadin.client.connectors.GridConnector extends AbstractHasComponentsConnector implements Serializable
-
Serialized Fields
-
columnReorderHandler
ColumnReorderHandler<T> columnReorderHandler
-
columnVisibilityChangeHandler
ColumnVisibilityChangeHandler<T> columnVisibilityChangeHandler
-
columnResizeHandler
ColumnResizeHandler<T> columnResizeHandler
-
columnIdToColumn
Map<K,V> columnIdToColumn
Maps a generated column id to a grid column instance
-
columnOrder
List<E> columnOrder
-
columnsUpdatedFromState
boolean columnsUpdatedFromState
GridConnector.columnsUpdatedFromState
is set to true whenGridConnector.updateColumnOrderFromState(List)
is updating the column order for the widget. This flag tells theGridConnector.columnReorderHandler
to not send same data straight back to server. After updates, listener sets the value back to false. -
dataSource
RpcDataSourceConnector.RpcDataSource dataSource
-
columnToErrorMessage
Map<K,V> columnToErrorMessage
-
itemClickHandler
com.vaadin.client.connectors.GridConnector.ItemClickHandler itemClickHandler
-
lastKnownTheme
String lastKnownTheme
-
customDetailsGenerator
com.vaadin.client.connectors.GridConnector.CustomDetailsGenerator customDetailsGenerator
-
styleGenerator
com.vaadin.client.connectors.GridConnector.CustomStyleGenerator styleGenerator
-
detailsListener
com.vaadin.client.connectors.RpcDataSourceConnector.DetailsListener detailsListener
-
lazyDetailsScroller
com.vaadin.client.connectors.GridConnector.LazyDetailsScroller lazyDetailsScroller
-
editorHandler
com.vaadin.client.connectors.GridConnector.CustomEditorHandler editorHandler
-
initialChange
boolean initialChange
-
-
-
Class com.vaadin.client.connectors.ImageRendererConnector extends ClickableRendererConnector<String> implements Serializable
-
Class com.vaadin.client.connectors.JavaScriptRendererConnector extends AbstractRendererConnector<Object> implements Serializable
-
Serialized Fields
-
helper
JavaScriptConnectorHelper helper
-
cellReferenceWrapper
com.google.gwt.core.client.JavaScriptObject cellReferenceWrapper
-
-
-
Class com.vaadin.client.connectors.MultiSelectionModelConnector extends AbstractSelectionModelConnector<SelectionModel.Multi<JsonObject>> implements Serializable
-
Serialized Fields
-
selectionModel
SelectionModel.Multi<T> selectionModel
-
spaceHandler
SpaceSelectHandler<T> spaceHandler
-
-
-
Class com.vaadin.client.connectors.NoSelectionModelConnector extends AbstractSelectionModelConnector<SelectionModel<JsonObject>> implements Serializable
-
Class com.vaadin.client.connectors.NumberRendererConnector extends TextRendererConnector implements Serializable
-
Class com.vaadin.client.connectors.ProgressBarRendererConnector extends AbstractRendererConnector<Double> implements Serializable
-
Class com.vaadin.client.connectors.RpcDataSourceConnector extends AbstractExtensionConnector implements Serializable
-
Serialized Fields
-
dataSource
RpcDataSourceConnector.RpcDataSource dataSource
-
-
-
Class com.vaadin.client.connectors.SingleSelectionModelConnector extends AbstractSelectionModelConnector<SelectionModel.Single<JsonObject>> implements Serializable
-
Serialized Fields
-
spaceHandler
SpaceSelectHandler<T> spaceHandler
-
clickHandler
ClickSelectHandler<T> clickHandler
-
selectionModel
SelectionModel.Single<T> selectionModel
-
-
-
Class com.vaadin.client.connectors.TextRendererConnector extends AbstractRendererConnector<String> implements Serializable
-
Class com.vaadin.client.connectors.UnsafeHtmlRendererConnector extends AbstractRendererConnector<String> implements Serializable
-
-
Package com.vaadin.client.extensions
-
Class com.vaadin.client.extensions.AbstractExtensionConnector extends AbstractConnector implements Serializable
-
Serialized Fields
-
hasBeenAttached
boolean hasBeenAttached
-
-
-
Class com.vaadin.client.extensions.BrowserWindowOpenerConnector extends AbstractExtensionConnector implements Serializable
-
Class com.vaadin.client.extensions.FileDownloaderConnector extends AbstractExtensionConnector implements Serializable
-
Serialized Fields
-
iframe
com.google.gwt.dom.client.IFrameElement iframe
-
-
-
Class com.vaadin.client.extensions.ResponsiveConnector extends AbstractExtensionConnector implements Serializable
-
Serialized Fields
-
target
AbstractComponentConnector target
The target component which we will monitor for width changes
-
widthBreakpoints
com.google.gwt.core.client.JavaScriptObject widthBreakpoints
All the width breakpoints found for this particular instance
-
heightBreakpoints
com.google.gwt.core.client.JavaScriptObject heightBreakpoints
All the height breakpoints found for this particular instance
-
currentWidthRanges
String currentWidthRanges
-
currentHeightRanges
String currentHeightRanges
-
-
-
-
Package com.vaadin.client.extensions.javascriptmanager
-
Class com.vaadin.client.extensions.javascriptmanager.JavaScriptManagerConnector extends AbstractExtensionConnector implements Serializable
-
-
Package com.vaadin.client.metadata
-
Class com.vaadin.client.metadata.NoDataException extends Exception implements Serializable
-
-
Package com.vaadin.client.ui
-
Class com.vaadin.client.ui.AbstractComponentConnector extends AbstractConnector implements Serializable
-
Serialized Fields
-
contextHandler
com.google.gwt.event.shared.HandlerRegistration contextHandler
-
widget
com.google.gwt.user.client.ui.Widget widget
-
lastKnownWidth
String lastKnownWidth
-
lastKnownHeight
String lastKnownHeight
-
tooltipListenersAttached
boolean tooltipListenersAttached
-
styleNames
com.google.gwt.core.client.JsArrayString styleNames
The style names from getState().getStyles() which are currently applied to the widget.
-
longTouchTimer
com.google.gwt.user.client.Timer longTouchTimer
-
touchStartHandler
com.google.gwt.event.shared.HandlerRegistration touchStartHandler
-
touchMoveHandler
com.google.gwt.event.shared.HandlerRegistration touchMoveHandler
-
touchEndHandler
com.google.gwt.event.shared.HandlerRegistration touchEndHandler
-
touchStartX
int touchStartX
-
touchStartY
int touchStartY
-
preventNextTouchEnd
boolean preventNextTouchEnd
-
SIGNIFICANT_MOVE_THRESHOLD
int SIGNIFICANT_MOVE_THRESHOLD
-
-
-
Class com.vaadin.client.ui.AbstractComponentContainerConnector extends AbstractHasComponentsConnector implements Serializable
-
Class com.vaadin.client.ui.AbstractConnector extends Object implements Serializable
-
Serialized Fields
-
connection
ApplicationConnection connection
-
id
String id
-
handlerManager
com.google.gwt.event.shared.HandlerManager handlerManager
-
statePropertyHandlerManagers
FastStringMap<T> statePropertyHandlerManagers
-
rpcImplementations
FastStringMap<T> rpcImplementations
-
debugLogging
boolean debugLogging
-
state
SharedState state
-
parent
ServerConnector parent
-
rpcProxyMap
FastStringMap<T> rpcProxyMap
A map from client-to-server RPC interface class to the RPC proxy that sends outgoing RPC calls for that interface.
-
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.client.ui.AbstractFieldConnector extends AbstractComponentConnector implements Serializable
-
Class com.vaadin.client.ui.AbstractHasComponentsConnector extends AbstractComponentConnector implements Serializable
-
Class com.vaadin.client.ui.AbstractLayoutConnector extends AbstractComponentContainerConnector implements Serializable
-
Class com.vaadin.client.ui.AbstractSingleComponentContainerConnector extends AbstractHasComponentsConnector implements Serializable
-
Class com.vaadin.client.ui.ConnectorFocusAndBlurHandler extends Object implements Serializable
-
Serialized Fields
-
connector
AbstractComponentConnector connector
-
widget
com.google.gwt.user.client.ui.Widget widget
-
focusRegistration
com.google.gwt.event.shared.HandlerRegistration focusRegistration
-
blurRegistration
com.google.gwt.event.shared.HandlerRegistration blurRegistration
-
-
-
Class com.vaadin.client.ui.JavaScriptComponentConnector extends AbstractComponentConnector implements Serializable
-
Serialized Fields
-
helper
JavaScriptConnectorHelper helper
-
-
-
Class com.vaadin.client.ui.LegacyConnector extends AbstractComponentConnector implements Serializable
-
Class com.vaadin.client.ui.MediaBaseConnector extends AbstractComponentConnector implements Serializable
-
Class com.vaadin.client.ui.UnknownComponentConnector extends AbstractComponentConnector implements Serializable
-
Class com.vaadin.client.ui.UnknownExtensionConnector extends AbstractExtensionConnector implements Serializable
-
Class com.vaadin.client.ui.VCalendarPanel.FocusedDate extends Date implements Serializable
-
Class com.vaadin.client.ui.VNotification.HideEvent extends EventObject implements Serializable
-
Class com.vaadin.client.ui.VPopupView.CustomPopup extends VOverlay implements Serializable
-
Serialized Fields
-
popupComponentConnector
ComponentConnector popupComponentConnector
-
popupComponentWidget
com.google.gwt.user.client.ui.Widget popupComponentWidget
For internal use only. May be removed or replaced in the future.
-
captionWrapper
VCaptionWrapper captionWrapper
For internal use only. May be removed or replaced in the future.
-
hasHadMouseOver
boolean hasHadMouseOver
-
hideOnMouseOut
boolean hideOnMouseOut
-
activeChildren
Set<E> activeChildren
-
shortcutActionHandler
ShortcutActionHandler shortcutActionHandler
-
-
-
-
Package com.vaadin.client.ui.absolutelayout
-
Class com.vaadin.client.ui.absolutelayout.AbsoluteLayoutConnector extends AbstractComponentContainerConnector implements Serializable
-
Serialized Fields
-
clickEventHandler
LayoutClickEventHandler clickEventHandler
-
childStateChangeHandler
StateChangeEvent.StateChangeHandler childStateChangeHandler
-
-
-
-
Package com.vaadin.client.ui.accordion
-
Class com.vaadin.client.ui.accordion.AccordionConnector extends TabsheetBaseConnector implements Serializable
-
-
Package com.vaadin.client.ui.audio
-
Class com.vaadin.client.ui.audio.AudioConnector extends MediaBaseConnector implements Serializable
-
-
Package com.vaadin.client.ui.browserframe
-
Class com.vaadin.client.ui.browserframe.BrowserFrameConnector extends AbstractComponentConnector implements Serializable
-
-
Package com.vaadin.client.ui.button
-
Class com.vaadin.client.ui.button.ButtonConnector extends AbstractComponentConnector implements Serializable
-
-
Package com.vaadin.client.ui.calendar
-
Class com.vaadin.client.ui.calendar.CalendarConnector extends AbstractComponentConnector implements Serializable
-
-
Package com.vaadin.client.ui.checkbox
-
Class com.vaadin.client.ui.checkbox.CheckBoxConnector extends AbstractFieldConnector implements Serializable
-
Serialized Fields
-
contextEventSunk
boolean contextEventSunk
-
-
-
-
Package com.vaadin.client.ui.colorpicker
-
Class com.vaadin.client.ui.colorpicker.AbstractColorPickerConnector extends AbstractComponentConnector implements Serializable
-
Class com.vaadin.client.ui.colorpicker.ColorPickerAreaConnector extends AbstractColorPickerConnector implements Serializable
-
Serialized Fields
-
rpc
ColorPickerServerRpc rpc
-
-
-
Class com.vaadin.client.ui.colorpicker.ColorPickerConnector extends AbstractColorPickerConnector implements Serializable
-
Serialized Fields
-
rpc
ColorPickerServerRpc rpc
-
-
-
Class com.vaadin.client.ui.colorpicker.ColorPickerGradientConnector extends AbstractComponentConnector implements Serializable
-
Serialized Fields
-
rpc
ColorPickerGradientServerRpc rpc
-
-
-
Class com.vaadin.client.ui.colorpicker.ColorPickerGridConnector extends AbstractComponentConnector implements Serializable
-
Serialized Fields
-
rpc
ColorPickerGridServerRpc rpc
-
-
-
-
Package com.vaadin.client.ui.combobox
-
Class com.vaadin.client.ui.combobox.ComboBoxConnector extends AbstractFieldConnector implements Serializable
-
Serialized Fields
-
oldSuggestionTextMatchTheOldSelection
boolean oldSuggestionTextMatchTheOldSelection
-
-
-
-
Package com.vaadin.client.ui.csslayout
-
Class com.vaadin.client.ui.csslayout.CssLayoutConnector extends AbstractLayoutConnector implements Serializable
-
Serialized Fields
-
clickEventHandler
LayoutClickEventHandler clickEventHandler
-
childIdToCaption
FastStringMap<T> childIdToCaption
-
-
-
-
Package com.vaadin.client.ui.customcomponent
-
Class com.vaadin.client.ui.customcomponent.CustomComponentConnector extends AbstractHasComponentsConnector implements Serializable
-
-
Package com.vaadin.client.ui.customfield
-
Class com.vaadin.client.ui.customfield.CustomFieldConnector extends AbstractFieldConnector implements Serializable
-
-
Package com.vaadin.client.ui.customlayout
-
Class com.vaadin.client.ui.customlayout.CustomLayoutConnector extends AbstractLayoutConnector implements Serializable
-
Serialized Fields
-
templateUpdated
boolean templateUpdated
-
-
-
-
Package com.vaadin.client.ui.datefield
-
Class com.vaadin.client.ui.datefield.AbstractDateFieldConnector extends AbstractFieldConnector implements Serializable
-
Class com.vaadin.client.ui.datefield.DateFieldConnector extends TextualDateConnector implements Serializable
-
Class com.vaadin.client.ui.datefield.InlineDateFieldConnector extends AbstractDateFieldConnector implements Serializable
-
Class com.vaadin.client.ui.datefield.PopupDateFieldConnector extends DateFieldConnector implements Serializable
-
Class com.vaadin.client.ui.datefield.TextualDateConnector extends AbstractDateFieldConnector implements Serializable
-
-
Package com.vaadin.client.ui.draganddropwrapper
-
Class com.vaadin.client.ui.draganddropwrapper.DragAndDropWrapperConnector extends CustomComponentConnector implements Serializable
-
-
Package com.vaadin.client.ui.embedded
-
Class com.vaadin.client.ui.embedded.EmbeddedConnector extends AbstractComponentConnector implements Serializable
-
Serialized Fields
-
resourceElement
com.google.gwt.dom.client.Element resourceElement
-
objectElement
com.google.gwt.dom.client.ObjectElement objectElement
-
resourceUrl
String resourceUrl
-
clickEventHandler
ClickEventHandler clickEventHandler
-
-
-
-
Package com.vaadin.client.ui.flash
-
Class com.vaadin.client.ui.flash.FlashConnector extends AbstractComponentConnector implements Serializable
-
Serialized Fields
-
listener
ElementResizeListener listener
-
-
-
-
Package com.vaadin.client.ui.form
-
Class com.vaadin.client.ui.form.FormConnector extends AbstractComponentContainerConnector implements Serializable
-
Serialized Fields
-
footerResizeListener
ElementResizeListener footerResizeListener
-
-
-
-
Package com.vaadin.client.ui.formlayout
-
Class com.vaadin.client.ui.formlayout.FormLayoutConnector extends AbstractLayoutConnector implements Serializable
-
Serialized Fields
-
clickEventHandler
LayoutClickEventHandler clickEventHandler
-
oldMaxWidths
Map<K,V> oldMaxWidths
-
resizeListener
ElementResizeListener resizeListener
-
-
-
-
Package com.vaadin.client.ui.gridlayout
-
Class com.vaadin.client.ui.gridlayout.GridLayoutConnector extends AbstractComponentContainerConnector implements Serializable
-
Serialized Fields
-
clickEventHandler
LayoutClickEventHandler clickEventHandler
-
-
-
-
Package com.vaadin.client.ui.image
-
Class com.vaadin.client.ui.image.ImageConnector extends AbstractComponentConnector implements Serializable
-
Serialized Fields
-
clickEventHandler
ClickEventHandler clickEventHandler
-
-
-
-
Package com.vaadin.client.ui.label
-
Class com.vaadin.client.ui.label.LabelConnector extends AbstractComponentConnector implements Serializable
-
-
Package com.vaadin.client.ui.layout
-
Package com.vaadin.client.ui.link
-
Class com.vaadin.client.ui.link.LinkConnector extends AbstractComponentConnector implements Serializable
-
-
Package com.vaadin.client.ui.listselect
-
Class com.vaadin.client.ui.listselect.ListSelectConnector extends OptionGroupBaseConnector implements Serializable
-
-
Package com.vaadin.client.ui.loginform
-
Class com.vaadin.client.ui.loginform.LoginFormConnector extends AbstractSingleComponentContainerConnector implements Serializable
-
Serialized Fields
-
passwordField
VTextField passwordField
-
userField
VTextField userField
-
loginFormRpc
LoginFormRpc loginFormRpc
-
-
-
-
Package com.vaadin.client.ui.menubar
-
Class com.vaadin.client.ui.menubar.MenuBarConnector extends AbstractComponentConnector implements Serializable
-
-
Package com.vaadin.client.ui.nativebutton
-
Class com.vaadin.client.ui.nativebutton.NativeButtonConnector extends AbstractComponentConnector implements Serializable
-
-
Package com.vaadin.client.ui.nativeselect
-
Class com.vaadin.client.ui.nativeselect.NativeSelectConnector extends OptionGroupBaseConnector implements Serializable
-
-
Package com.vaadin.client.ui.optiongroup
-
Class com.vaadin.client.ui.optiongroup.OptionGroupBaseConnector extends AbstractFieldConnector implements Serializable
-
Class com.vaadin.client.ui.optiongroup.OptionGroupConnector extends OptionGroupBaseConnector implements Serializable
-
-
Package com.vaadin.client.ui.orderedlayout
-
Class com.vaadin.client.ui.orderedlayout.AbstractOrderedLayoutConnector extends AbstractLayoutConnector implements Serializable
-
Serialized Fields
-
clickEventHandler
LayoutClickEventHandler clickEventHandler
-
childStateChangeHandler
StateChangeEvent.StateChangeHandler childStateChangeHandler
-
slotCaptionResizeListener
ElementResizeListener slotCaptionResizeListener
-
childComponentResizeListener
ElementResizeListener childComponentResizeListener
-
spacingResizeListener
ElementResizeListener spacingResizeListener
-
hasChildrenWithRelativeHeight
boolean hasChildrenWithRelativeHeight
Keep track of whether any child has relative height. Used to determine whether measurements are needed to make relative child heights work together with undefined container height.
-
hasChildrenWithRelativeWidth
boolean hasChildrenWithRelativeWidth
Keep track of whether any child has relative width. Used to determine whether measurements are needed to make relative child widths work together with undefined container width.
-
hasChildrenWithMiddleAlignment
boolean hasChildrenWithMiddleAlignment
Keep track of whether any child is middle aligned. Used to determine if measurements are needed to make middle aligned children work.
-
needsExpand
boolean needsExpand
Keeps track of whether slots should be expanded based on available space.
-
processedResponseId
int processedResponseId
The id of the previous response for which state changes have been processed. If this is the same as the
ApplicationConnection.getLastSeenServerSyncId()
, it means that we can skip some quite expensive calculations because we know that the state hasn't changed since the last time the values were calculated.
-
-
-
Class com.vaadin.client.ui.orderedlayout.HorizontalLayoutConnector extends AbstractOrderedLayoutConnector implements Serializable
-
Class com.vaadin.client.ui.orderedlayout.VerticalLayoutConnector extends AbstractOrderedLayoutConnector implements Serializable
-
-
Package com.vaadin.client.ui.panel
-
Class com.vaadin.client.ui.panel.PanelConnector extends AbstractSingleComponentContainerConnector implements Serializable
-
Serialized Fields
-
uidlScrollTop
Integer uidlScrollTop
-
clickEventHandler
ClickEventHandler clickEventHandler
-
uidlScrollLeft
Integer uidlScrollLeft
-
-
-
-
Package com.vaadin.client.ui.passwordfield
-
Class com.vaadin.client.ui.passwordfield.PasswordFieldConnector extends TextFieldConnector implements Serializable
-
-
Package com.vaadin.client.ui.popupview
-
Class com.vaadin.client.ui.popupview.PopupViewConnector extends AbstractHasComponentsConnector implements Serializable
-
-
Package com.vaadin.client.ui.progressindicator
-
Class com.vaadin.client.ui.progressindicator.ProgressBarConnector extends AbstractFieldConnector implements Serializable
-
Class com.vaadin.client.ui.progressindicator.ProgressIndicatorConnector extends ProgressBarConnector implements Serializable
-
Serialized Fields
-
poller
com.google.gwt.user.client.Timer poller
Deprecated.
-
-
-
-
Package com.vaadin.client.ui.richtextarea
-
Class com.vaadin.client.ui.richtextarea.RichTextAreaConnector extends AbstractFieldConnector implements Serializable
-
Serialized Fields
-
cachedValue
String cachedValue
-
-
-
-
Package com.vaadin.client.ui.slider
-
Class com.vaadin.client.ui.slider.SliderConnector extends AbstractFieldConnector implements Serializable
-
Serialized Fields
-
rpc
SliderServerRpc rpc
-
resizeListener
ElementResizeListener resizeListener
-
-
-
-
Package com.vaadin.client.ui.splitpanel
-
Class com.vaadin.client.ui.splitpanel.AbstractSplitPanelConnector extends AbstractComponentContainerConnector implements Serializable
-
Serialized Fields
-
clickEventHandler
ClickEventHandler clickEventHandler
-
-
-
Class com.vaadin.client.ui.splitpanel.HorizontalSplitPanelConnector extends AbstractSplitPanelConnector implements Serializable
-
Class com.vaadin.client.ui.splitpanel.VerticalSplitPanelConnector extends AbstractSplitPanelConnector implements Serializable
-
-
Package com.vaadin.client.ui.table
-
Class com.vaadin.client.ui.table.TableConnector extends AbstractFieldConnector implements Serializable
-
-
Package com.vaadin.client.ui.tabsheet
-
Class com.vaadin.client.ui.tabsheet.TabsheetBaseConnector extends AbstractComponentContainerConnector implements Serializable
-
Class com.vaadin.client.ui.tabsheet.TabsheetConnector extends TabsheetBaseConnector implements Serializable
-
-
Package com.vaadin.client.ui.textarea
-
Class com.vaadin.client.ui.textarea.TextAreaConnector extends TextFieldConnector implements Serializable
-
-
Package com.vaadin.client.ui.textfield
-
Class com.vaadin.client.ui.textfield.TextFieldConnector extends AbstractFieldConnector implements Serializable
-
-
Package com.vaadin.client.ui.tree
-
Class com.vaadin.client.ui.tree.TreeConnector extends AbstractComponentConnector implements Serializable
-
-
Package com.vaadin.client.ui.treetable
-
Class com.vaadin.client.ui.treetable.TreeTableConnector extends TableConnector implements Serializable
-
-
Package com.vaadin.client.ui.twincolselect
-
Class com.vaadin.client.ui.twincolselect.TwinColSelectConnector extends OptionGroupBaseConnector implements Serializable
-
-
Package com.vaadin.client.ui.ui
-
Class com.vaadin.client.ui.ui.UIConnector extends AbstractSingleComponentContainerConnector implements Serializable
-
Serialized Fields
-
childStateChangeHandlerRegistration
com.google.web.bindery.event.shared.HandlerRegistration childStateChangeHandlerRegistration
-
activeTheme
String activeTheme
-
childStateChangeHandler
StateChangeEvent.StateChangeHandler childStateChangeHandler
-
clickEventHandler
ClickEventHandler clickEventHandler
-
pollTimer
com.google.gwt.user.client.Timer pollTimer
-
-
-
-
Package com.vaadin.client.ui.upload
-
Class com.vaadin.client.ui.upload.UploadConnector extends AbstractComponentConnector implements Serializable
-
-
Package com.vaadin.client.ui.video
-
Class com.vaadin.client.ui.video.VideoConnector extends MediaBaseConnector implements Serializable
-
-
Package com.vaadin.client.ui.window
-
Class com.vaadin.client.ui.window.WindowConnector extends AbstractSingleComponentContainerConnector implements Serializable
-
Serialized Fields
-
windowClone
com.google.gwt.dom.client.Node windowClone
-
clickEventHandler
ClickEventHandler clickEventHandler
-
maximizeRestoreClickHandler
com.vaadin.client.ui.window.WindowConnector.WindowEventHandler maximizeRestoreClickHandler
-
-
-
-
Package com.vaadin.client.widget.grid
-
Package com.vaadin.data
-
Class com.vaadin.data.Buffered.SourceException extends RuntimeException implements Serializable
-
Class com.vaadin.data.ContainerHelpers extends Object implements Serializable
-
Class com.vaadin.data.Property.ReadOnlyException extends RuntimeException implements Serializable
-
Class com.vaadin.data.Validator.EmptyValueException extends Validator.InvalidValueException implements Serializable
-
Class com.vaadin.data.Validator.InvalidValueException extends RuntimeException implements Serializable
-
Serialized Fields
-
causes
Validator.InvalidValueException[] causes
Array of one or more validation errors that are causing this validation error.
-
-
-
-
Package com.vaadin.data.fieldgroup
-
Class com.vaadin.data.fieldgroup.BeanFieldGroup extends FieldGroup implements Serializable
-
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
-
Serialized Fields
-
fieldGroup
FieldGroup fieldGroup
-
-
-
Class com.vaadin.data.fieldgroup.FieldGroup.FieldGroupInvalidValueException extends Validator.InvalidValueException implements Serializable
-
Class com.vaadin.data.fieldgroup.FieldGroup.SearchException extends RuntimeException implements Serializable
-
-
Package com.vaadin.data.sort
-
Class com.vaadin.data.sort.Sort extends Object implements Serializable
-
Class com.vaadin.data.sort.SortOrder extends Object implements Serializable
-
Serialized Fields
-
propertyId
Object propertyId
-
direction
SortDirection direction
-
-
-
-
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 theContainer
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.AbstractInMemoryContainer.BaseItemAddEvent extends com.vaadin.data.util.AbstractInMemoryContainer.BaseItemAddOrRemoveEvent implements Serializable
-
Class com.vaadin.data.util.AbstractInMemoryContainer.BaseItemRemoveEvent extends com.vaadin.data.util.AbstractInMemoryContainer.BaseItemAddOrRemoveEvent implements Serializable
-
Class com.vaadin.data.util.AbstractProperty extends Object implements Serializable
-
Serialized Fields
-
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.BeanUtil extends Object 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. The last item id should not be present
-
prev
Hashtable<K,V> prev
Reverse ordering information for convenience and performance reasons. The first item id should not be present
-
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.GeneratedPropertyContainer extends AbstractContainer implements Serializable
-
Serialized Fields
-
wrappedContainer
Container.Indexed wrappedContainer
-
propertyGenerators
Map<K,V> propertyGenerators
-
activeFilters
Map<K,V> activeFilters
-
sortableContainer
Container.Sortable sortableContainer
-
filterableContainer
Container.Filterable filterableContainer
-
removedProperties
Set<E> removedProperties
-
-
-
Class com.vaadin.data.util.GeneratedPropertyContainer.GeneratedItemAddEvent extends GeneratedPropertyContainer.GeneratedItemAddOrRemoveEvent implements Serializable
-
Class com.vaadin.data.util.GeneratedPropertyContainer.GeneratedItemAddOrRemoveEvent extends Object implements Serializable
-
Serialized Fields
-
firstItemId
Object firstItemId
-
firstIndex
int firstIndex
-
count
int count
-
-
-
Class com.vaadin.data.util.GeneratedPropertyContainer.GeneratedItemRemoveEvent extends GeneratedPropertyContainer.GeneratedItemAddOrRemoveEvent implements Serializable
-
Class com.vaadin.data.util.GeneratedPropertyContainer.GeneratedProperty extends Object implements Serializable
-
Serialized Fields
-
item
Item item
-
itemId
Object itemId
-
propertyId
Object propertyId
-
generator
PropertyValueGenerator<T> generator
-
-
-
Class com.vaadin.data.util.GeneratedPropertyContainer.GeneratedPropertyItem extends Object implements Serializable
-
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.
-
contentChangedEventsDisabledCount
int contentChangedEventsDisabledCount
Counts how many nested contents change disable calls are in progress. Pending events are only fired when the counter reaches zero again.
-
contentsChangedEventPending
boolean contentsChangedEventPending
-
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.LegacyPropertyHelper extends Object implements Serializable
-
Class com.vaadin.data.util.ListSet extends ArrayList<E> implements Serializable
-
Class com.vaadin.data.util.MethodProperty extends AbstractProperty<T> implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Throws:
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Throws:
-
-
Serialized Fields
-
setArgumentIndex
int setArgumentIndex
Index of the new value in the argument list for the setter method. If the setter method requires several parameters, this index tells which one is the actual value to change.
-
-
-
Class com.vaadin.data.util.MethodProperty.MethodException extends RuntimeException implements Serializable
-
Class com.vaadin.data.util.MethodPropertyDescriptor extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Throws:
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Throws:
-
-
Serialized Fields
-
-
Class com.vaadin.data.util.NestedMethodProperty extends AbstractProperty<T> implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Throws:
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Throws:
-
-
Serialized Fields
-
-
Class com.vaadin.data.util.NestedPropertyDescriptor extends Object implements Serializable
-
Class com.vaadin.data.util.ObjectProperty extends AbstractProperty<T> implements Serializable
-
Class com.vaadin.data.util.PropertyFormatter extends AbstractProperty<String> implements Serializable
-
Class com.vaadin.data.util.PropertysetItem extends Object implements Serializable
-
Serialized Fields
-
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.PropertyValueGenerator extends Object implements Serializable
-
Class com.vaadin.data.util.TextFileProperty extends AbstractProperty<String> implements Serializable
-
Class com.vaadin.data.util.TransactionalPropertyWrapper extends AbstractProperty<T> implements Serializable
-
Serialized Fields
-
wrappedProperty
Property<T> wrappedProperty
-
inTransaction
boolean inTransaction
-
valueChangePending
boolean valueChangePending
-
valueBeforeTransaction
Object valueBeforeTransaction
-
listener
Property.ValueChangeListener listener
-
-
-
-
Package com.vaadin.data.util.converter
-
Class com.vaadin.data.util.converter.AbstractStringToNumberConverter extends Object implements Serializable
-
Class com.vaadin.data.util.converter.Converter.ConversionException extends RuntimeException implements Serializable
-
Class com.vaadin.data.util.converter.ConverterUtil extends Object implements Serializable
-
Class com.vaadin.data.util.converter.DateToLongConverter extends Object implements Serializable
-
Class com.vaadin.data.util.converter.DateToSqlDateConverter extends Object implements Serializable
-
Class com.vaadin.data.util.converter.DefaultConverterFactory extends Object implements Serializable
-
Class com.vaadin.data.util.converter.ReverseConverter extends Object implements Serializable
-
Serialized Fields
-
realConverter
Converter<PRESENTATION,MODEL> realConverter
-
-
-
Class com.vaadin.data.util.converter.StringToBigDecimalConverter extends AbstractStringToNumberConverter<BigDecimal> implements Serializable
-
Class com.vaadin.data.util.converter.StringToBigIntegerConverter extends AbstractStringToNumberConverter<BigInteger> implements Serializable
-
Class com.vaadin.data.util.converter.StringToBooleanConverter extends Object implements Serializable
-
Class com.vaadin.data.util.converter.StringToByteConverter extends AbstractStringToNumberConverter<Byte> implements Serializable
-
Class com.vaadin.data.util.converter.StringToCollectionConverter extends Object implements Serializable
-
Serialized Fields
-
delimiter
String delimiter
-
tokenConverter
Converter<PRESENTATION,MODEL> tokenConverter
-
tokenType
Class<T> tokenType
-
factory
StringToCollectionConverter.CollectionFactory factory
-
-
-
Class com.vaadin.data.util.converter.StringToCollectionConverter.DefaultCollectionFactory extends Object implements Serializable
-
Class com.vaadin.data.util.converter.StringToDateConverter extends Object implements Serializable
-
Class com.vaadin.data.util.converter.StringToDoubleConverter extends AbstractStringToNumberConverter<Double> implements Serializable
-
Class com.vaadin.data.util.converter.StringToEnumConverter extends Object implements Serializable
-
Class com.vaadin.data.util.converter.StringToFloatConverter extends AbstractStringToNumberConverter<Float> implements Serializable
-
Class com.vaadin.data.util.converter.StringToIntegerConverter extends AbstractStringToNumberConverter<Integer> implements Serializable
-
Class com.vaadin.data.util.converter.StringToLongConverter extends AbstractStringToNumberConverter<Long> implements Serializable
-
Class com.vaadin.data.util.converter.StringToShortConverter extends AbstractStringToNumberConverter<Short> implements Serializable
-
-
Package com.vaadin.data.util.filter
-
Class com.vaadin.data.util.filter.AbstractJunctionFilter extends Object implements Serializable
-
Serialized Fields
-
filters
Collection<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
-
Class com.vaadin.data.util.filter.Not extends Object implements Serializable
-
Serialized Fields
-
filter
Container.Filter filter
-
-
-
Class com.vaadin.data.util.filter.Or extends AbstractJunctionFilter implements Serializable
-
Class com.vaadin.data.util.filter.SimpleStringFilter extends Object implements Serializable
-
Class com.vaadin.data.util.filter.UnsupportedFilterException extends RuntimeException implements Serializable
-
-
Package com.vaadin.data.util.sqlcontainer
-
Class com.vaadin.data.util.sqlcontainer.ColumnProperty extends Object implements Serializable
serialVersionUID:
-3694463129581802457L
-
Serialized Fields
-
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
-
primaryKey
boolean primaryKey
-
-
-
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:
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Throws:
-
-
Serialized Fields
-
queryDelegate
QueryDelegate queryDelegate
Query delegate
-
autoCommit
boolean autoCommit
Auto commit mode, default = false
-
pageLength
int pageLength
Page length = number of items contained in one page
-
cacheOverlap
int cacheOverlap
Amount of cache to overlap with previous 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
-
propertyPersistable
Map<K,V> propertyPersistable
-
propertyNullable
Map<K,V> propertyNullable
-
propertyPrimaryKey
Map<K,V> propertyPrimaryKey
-
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:
-
-
Serialized Fields
-
-
-
Package com.vaadin.data.util.sqlcontainer.query
-
Class com.vaadin.data.util.sqlcontainer.query.AbstractTransactionalQuery extends Object implements Serializable
-
Serialized Fields
-
connectionPool
JDBCConnectionPool connectionPool
-
-
-
Class com.vaadin.data.util.sqlcontainer.query.FreeformQuery extends AbstractTransactionalQuery implements Serializable
-
Serialization Methods
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Throws:
-
-
Serialized Fields
-
delegate
FreeformQueryDelegate delegate
-
queryString
String queryString
-
primaryKeyColumns
List<E> primaryKeyColumns
-
-
-
Class com.vaadin.data.util.sqlcontainer.query.OrderBy extends Object implements Serializable
-
Serialized Fields
-
column
String column
-
isAscending
boolean isAscending
-
-
-
Class com.vaadin.data.util.sqlcontainer.query.TableQuery extends AbstractTransactionalQuery implements Serializable
-
Serialization Methods
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Custom writeObject to call rollback() if object is serialized.
Throws:
-
-
Serialized Fields
-
tableName
String tableName
Table name (without catalog or schema information).
-
catalogName
String catalogName
-
schemaName
String schemaName
-
fullTableName
String fullTableName
Cached concatenated version of the table name.
-
primaryKeyColumns
List<E> primaryKeyColumns
Primary key column name(s) in the table.
-
versionColumn
String versionColumn
Version column name in the table.
-
filters
List<E> filters
Currently set Filters and OrderBys
-
orderBys
List<E> orderBys
-
sqlGenerator
SQLGenerator sqlGenerator
SQLGenerator instance to use for generating queries
-
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
-
-
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
-
-
Package com.vaadin.data.util.sqlcontainer.query.generator.filter
-
Class com.vaadin.data.util.sqlcontainer.query.generator.filter.AndTranslator extends Object implements Serializable
-
Class com.vaadin.data.util.sqlcontainer.query.generator.filter.BetweenTranslator extends Object implements Serializable
-
Class com.vaadin.data.util.sqlcontainer.query.generator.filter.CompareTranslator extends Object implements Serializable
-
Class com.vaadin.data.util.sqlcontainer.query.generator.filter.IsNullTranslator extends Object implements Serializable
-
Class com.vaadin.data.util.sqlcontainer.query.generator.filter.LikeTranslator extends Object implements Serializable
-
Class com.vaadin.data.util.sqlcontainer.query.generator.filter.NotTranslator extends Object implements Serializable
-
Class com.vaadin.data.util.sqlcontainer.query.generator.filter.OrTranslator extends Object implements Serializable
-
Class com.vaadin.data.util.sqlcontainer.query.generator.filter.QueryBuilder extends Object implements Serializable
-
Class com.vaadin.data.util.sqlcontainer.query.generator.filter.SimpleStringTranslator extends Object implements Serializable
-
Class com.vaadin.data.util.sqlcontainer.query.generator.filter.StringDecorator extends Object implements Serializable
-
-
Package com.vaadin.data.validator
-
Class com.vaadin.data.validator.AbstractStringValidator extends AbstractValidator<String> implements Serializable
-
Class com.vaadin.data.validator.AbstractValidator extends Object implements Serializable
-
Serialized Fields
-
errorMessage
String errorMessage
Error message that is included in an
InvalidValueException
if such is thrown.
-
-
-
Class com.vaadin.data.validator.BeanValidator extends Object implements Serializable
serialVersionUID:
1L
-
Class com.vaadin.data.validator.BeanValidator.SimpleContext extends Object implements Serializable
-
Serialized Fields
-
value
Object value
-
descriptor
javax.validation.metadata.ConstraintDescriptor<T extends Annotation> descriptor
-
-
-
Class com.vaadin.data.validator.BigDecimalRangeValidator extends RangeValidator<BigDecimal> implements Serializable
-
Class com.vaadin.data.validator.BigIntegerRangeValidator extends RangeValidator<BigInteger> implements Serializable
-
Class com.vaadin.data.validator.ByteRangeValidator extends RangeValidator<Byte> implements Serializable
-
Class com.vaadin.data.validator.CompositeValidator extends Object implements Serializable
-
Serialized Fields
-
errorMessage
String errorMessage
-
mode
CompositeValidator.CombinationMode mode
Operation mode.
-
validators
List<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.FloatRangeValidator extends RangeValidator<Float> implements Serializable
-
Class com.vaadin.data.validator.IntegerRangeValidator extends RangeValidator<Integer> implements Serializable
-
Class com.vaadin.data.validator.IntegerValidator extends AbstractStringValidator implements Serializable
-
Class com.vaadin.data.validator.LongRangeValidator extends RangeValidator<Long> implements Serializable
-
Class com.vaadin.data.validator.NullValidator extends Object implements Serializable
-
Serialized Fields
-
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.ShortRangeValidator extends RangeValidator<Short> implements Serializable
-
Class com.vaadin.data.validator.StringLengthValidator extends AbstractStringValidator implements Serializable
-
-
Package com.vaadin.event
-
Class com.vaadin.event.Action extends Object implements Serializable
-
Class com.vaadin.event.ActionManager extends Object implements Serializable
serialVersionUID:
1641868163608066491L
-
Serialized Fields
-
ownActions
HashSet<E> ownActions
List of action handlers. Guaranteed to keep the original insertion order.
-
actionHandlers
HashSet<E> actionHandlers
List of action handlers. Guaranteed to keep the original insertion order.
-
actionMapper
KeyMapper<V> actionMapper
Action mapper
-
viewer
Component viewer
-
clientHasActions
boolean clientHasActions
-
-
-
Class com.vaadin.event.ConnectorActionManager extends ActionManager implements Serializable
-
Serialized Fields
-
connector
ClientConnector connector
-
-
-
Class com.vaadin.event.ConnectorEvent extends EventObject implements Serializable
-
Class com.vaadin.event.ContextClickEvent extends MouseEvents.ClickEvent implements Serializable
-
Class com.vaadin.event.DataBoundTransferable extends TransferableImpl implements Serializable
-
Class com.vaadin.event.EventRouter extends Object implements Serializable
-
Serialized Fields
-
listenerList
LinkedHashSet<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
-
Class com.vaadin.event.LayoutEvents.LayoutClickEvent extends MouseEvents.ClickEvent implements Serializable
-
Class com.vaadin.event.ListenerMethod extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Throws:
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Throws:
-
-
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.MarkedAsDirtyConnectorEvent extends ConnectorEvent implements Serializable
-
Serialized Fields
-
ui
UI ui
-
-
-
Class com.vaadin.event.MouseEvents.ClickEvent extends Component.Event implements Serializable
-
Serialized Fields
-
details
MouseEventDetails details
-
-
-
Class com.vaadin.event.MouseEvents.DoubleClickEvent extends Component.Event implements Serializable
-
Class com.vaadin.event.SelectionEvent extends EventObject implements Serializable
-
Serialized Fields
-
oldSelection
LinkedHashSet<E> oldSelection
-
newSelection
LinkedHashSet<E> newSelection
-
-
-
Class com.vaadin.event.ShortcutAction extends Action implements Serializable
-
Serialized Fields
-
keyCode
int keyCode
-
modifiers
int[] modifiers
-
-
-
Class com.vaadin.event.ShortcutListener extends ShortcutAction implements Serializable
serialVersionUID:
1L
-
Class com.vaadin.event.SortEvent extends Component.Event implements Serializable
-
Class com.vaadin.event.TransferableImpl extends Object implements Serializable
-
Class com.vaadin.event.UIEvents.PollEvent extends Component.Event implements Serializable
-
-
Package com.vaadin.event.dd
-
Class com.vaadin.event.dd.DragAndDropEvent extends Object implements Serializable
-
Serialized Fields
-
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
-
-
Package com.vaadin.navigator
-
Class com.vaadin.navigator.Navigator extends Object implements Serializable
-
Serialized Fields
-
ui
UI ui
-
stateManager
NavigationStateManager stateManager
-
display
ViewDisplay display
-
currentView
View currentView
-
listeners
List<E> listeners
-
providers
List<E> providers
-
currentNavigationState
String currentNavigationState
-
errorProvider
ViewProvider errorProvider
-
-
-
Class com.vaadin.navigator.Navigator.ClassBasedViewProvider extends Object implements Serializable
-
Class com.vaadin.navigator.Navigator.ComponentContainerViewDisplay extends Object implements Serializable
-
Serialized Fields
-
container
ComponentContainer container
-
-
-
Class com.vaadin.navigator.Navigator.EmptyView extends CssLayout implements Serializable
-
Class com.vaadin.navigator.Navigator.SingleComponentContainerViewDisplay extends Object implements Serializable
-
Serialized Fields
-
container
SingleComponentContainer container
-
-
-
Class com.vaadin.navigator.Navigator.StaticViewProvider extends Object implements Serializable
-
Class com.vaadin.navigator.Navigator.UriFragmentManager extends Object implements Serializable
-
Class com.vaadin.navigator.ViewChangeListener.ViewChangeEvent extends EventObject implements Serializable
-
-
Package com.vaadin.server
-
Class com.vaadin.server.AbstractClientConnector extends Object implements Serializable
-
Serialized Fields
-
rpcManagerMap
Map<K,V> rpcManagerMap
A map from client to server RPC interface class name to the RPC call manager that handles incoming RPC calls for that interface.
-
rpcProxyMap
Map<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.
-
stateType
Class<T> stateType
-
pendingInvocations
ArrayList<E> pendingInvocations
Pending RPC method invocations to be sent.
-
connectorId
String connectorId
-
extensions
ArrayList<E> extensions
-
eventRouter
EventRouter eventRouter
The EventRouter used for the event model.
-
errorHandler
ErrorHandler errorHandler
-
-
-
Class com.vaadin.server.AbstractDeploymentConfiguration extends Object implements Serializable
-
Class com.vaadin.server.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.server.AbstractExtension extends AbstractClientConnector implements Serializable
-
Serialized Fields
-
previouslyAttached
boolean previouslyAttached
-
parent
ClientConnector parent
-
-
-
Class com.vaadin.server.AbstractJavaScriptExtension extends AbstractExtension implements Serializable
-
Serialized Fields
-
callbackHelper
JavaScriptCallbackHelper callbackHelper
-
-
-
Class com.vaadin.server.BootstrapFragmentResponse extends BootstrapResponse implements Serializable
-
Class com.vaadin.server.BootstrapHandler extends SynchronizedRequestHandler implements Serializable
-
Class com.vaadin.server.BootstrapHandler.BootstrapContext extends Object implements Serializable
-
Serialized Fields
-
response
VaadinResponse response
-
bootstrapResponse
BootstrapFragmentResponse bootstrapResponse
-
themeName
String themeName
-
appId
String appId
-
pushMode
PushMode pushMode
-
applicationParameters
JsonObject applicationParameters
-
uriResolver
VaadinUriResolver uriResolver
-
widgetsetInfo
WidgetsetInfo widgetsetInfo
-
-
-
Class com.vaadin.server.BootstrapPageResponse extends BootstrapResponse implements Serializable
-
Class com.vaadin.server.BootstrapResponse extends EventObject implements Serializable
-
Serialized Fields
-
request
VaadinRequest request
-
session
VaadinSession session
-
uiClass
Class<T> uiClass
-
uiProvider
UIProvider uiProvider
-
-
-
Class com.vaadin.server.BrowserWindowOpener extends AbstractExtension implements Serializable
-
Serialized Fields
-
uiProvider
com.vaadin.server.BrowserWindowOpener.BrowserWindowOpenerUIProvider uiProvider
-
-
-
Class com.vaadin.server.ClassResource extends Object implements Serializable
-
Serialized Fields
-
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 identifying the source of the resource.
-
resourceName
String resourceName
Name of the resource is relative to the associated class.
-
-
-
Class com.vaadin.server.ClientConnector.AttachEvent extends ConnectorEvent implements Serializable
-
Class com.vaadin.server.ClientConnector.ConnectorErrorEvent extends ErrorEvent implements Serializable
-
Serialized Fields
-
connector
Connector connector
-
-
-
Class com.vaadin.server.ClientConnector.DetachEvent extends ConnectorEvent implements Serializable
-
Class com.vaadin.server.ClientMethodInvocation extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
Throws:
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
Throws:
-
-
Serialized Fields
-
connector
ClientConnector connector
-
interfaceName
String interfaceName
-
methodName
String methodName
-
parameterTypes
Type[] parameterTypes
-
sequenceNumber
long sequenceNumber
-
-
-
Class com.vaadin.server.ComponentSizeValidator extends Object implements Serializable
-
Class com.vaadin.server.ComponentSizeValidator.FileLocation extends Object implements Serializable
-
Class com.vaadin.server.ComponentSizeValidator.InvalidLayout extends Object implements Serializable
-
Class com.vaadin.server.CompositeErrorMessage extends AbstractErrorMessage implements Serializable
-
Class com.vaadin.server.ConnectorResourceHandler extends Object implements Serializable
-
Serialized Fields
-
loggedDecodingWarning
boolean loggedDecodingWarning
-
-
-
Class com.vaadin.server.CustomizedSystemMessages extends SystemMessages implements Serializable
-
Class com.vaadin.server.DefaultDeploymentConfiguration extends AbstractDeploymentConfiguration implements Serializable
-
Serialized Fields
-
initParameters
Properties initParameters
-
productionMode
boolean productionMode
-
xsrfProtectionEnabled
boolean xsrfProtectionEnabled
-
resourceCacheTime
int resourceCacheTime
-
heartbeatInterval
int heartbeatInterval
-
closeIdleSessions
boolean closeIdleSessions
-
pushMode
PushMode pushMode
-
systemPropertyBaseClass
Class<T> systemPropertyBaseClass
-
legacyPropertyToStringMode
DeploymentConfiguration.LegacyProperyToStringMode legacyPropertyToStringMode
-
syncIdCheck
boolean syncIdCheck
-
sendUrlsAsParameters
boolean sendUrlsAsParameters
-
-
-
Class com.vaadin.server.DefaultErrorHandler extends Object implements Serializable
-
Class com.vaadin.server.DefaultSystemMessagesProvider extends Object implements Serializable
-
Class com.vaadin.server.DefaultUIProvider extends UIProvider implements Serializable
-
Class com.vaadin.server.DownloadStream extends Object implements Serializable
-
Class com.vaadin.server.DragAndDropService extends Object implements Serializable
-
Serialized Fields
-
lastVisitId
int lastVisitId
-
lastVisitAccepted
boolean lastVisitAccepted
-
dragEvent
DragAndDropEvent dragEvent
-
session
VaadinSession session
-
acceptCriterion
AcceptCriterion acceptCriterion
-
errorHandler
ErrorHandler errorHandler
-
-
-
Class com.vaadin.server.EncodeResult extends Object implements Serializable
-
Class com.vaadin.server.ErrorEvent extends Object implements Serializable
-
Serialized Fields
-
throwable
Throwable throwable
-
-
-
Class com.vaadin.server.ExternalResource extends Object implements Serializable
-
Class com.vaadin.server.FileDownloader extends AbstractExtension implements Serializable
-
Serialized Fields
-
overrideContentType
boolean overrideContentType
-
-
-
Class com.vaadin.server.FileResource extends Object implements Serializable
-
Serialized Fields
-
bufferSize
int bufferSize
Default buffer size for this stream resource.
-
sourceFile
File sourceFile
File where the downloaded content is fetched from.
-
cacheTime
long cacheTime
Default cache time for this stream resource.
-
-
-
Class com.vaadin.server.GAEVaadinServlet extends VaadinServlet implements Serializable
-
Class com.vaadin.server.GenericFontIcon extends Object implements Serializable
-
Serialized Fields
-
fontFamily
String fontFamily
-
codePoint
int codePoint
-
-
-
Class com.vaadin.server.GlobalResourceHandler extends Object implements Serializable
-
Serialized Fields
-
resourceUsers
Map<K,V> resourceUsers
Used to detect when a resource is no longer used by any connector.
-
usedResources
Map<K,V> usedResources
Used to find the resources that might not be needed any more when a connector is unregistered.
-
legacyResourceKeys
Map<K,V> legacyResourceKeys
-
legacyResources
Map<K,V> legacyResources
-
nextLegacyId
int nextLegacyId
-
-
-
Class com.vaadin.server.JavaScriptCallbackHelper extends Object implements Serializable
-
Serialized Fields
-
connector
AbstractClientConnector connector
-
callbacks
Map<K,V> callbacks
-
javascriptCallbackRpc
JavaScript.JavaScriptCallbackRpc javascriptCallbackRpc
-
-
-
Class com.vaadin.server.JsonCodec extends Object implements Serializable
-
Class com.vaadin.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
LegacyCommunicationManager manager
-
changes
int changes
-
usedResources
Set<E> usedResources
-
customLayoutArgumentsOpen
boolean customLayoutArgumentsOpen
-
tag
com.vaadin.server.JsonPaintTarget.JsonTag tag
-
cacheEnabled
boolean cacheEnabled
-
usedClientConnectors
Set<E> usedClientConnectors
-
-
-
Class com.vaadin.server.KeyMapper extends Object implements Serializable
-
Class com.vaadin.server.LegacyApplication extends Object implements Serializable
-
Serialized Fields
-
mainWindow
LegacyWindow mainWindow
Deprecated.
-
theme
String theme
Deprecated.
-
legacyUINames
Map<K,V> legacyUINames
Deprecated.
-
isRunning
boolean isRunning
Deprecated.
-
logoutURL
String logoutURL
Deprecated.
URL where the user is redirected to on application close, or null if application is just closed without redirection.
-
url
URL url
Deprecated.
-
namelessUIIndex
int namelessUIIndex
Deprecated.
Counter to get unique names for windows with no explicit name
-
-
-
Class com.vaadin.server.LegacyApplicationUIProvider extends UIProvider implements Serializable
-
Class com.vaadin.server.LegacyCommunicationManager extends Object implements Serializable
-
Serialized Fields
-
uiToClientCache
HashMap<K,V> uiToClientCache
Deprecated.
-
session
VaadinSession session
Deprecated.
The session this communication manager is used for
-
requestThemeName
String requestThemeName
Deprecated.
-
publishedFileContexts
Map<K,V> publishedFileContexts
Deprecated.
-
typeToKey
HashMap<K,V> typeToKey
Deprecated.
-
nextTypeKey
int nextTypeKey
Deprecated.
-
-
-
Class com.vaadin.server.LegacyCommunicationManager.ClientCache extends Object implements Serializable
-
Class com.vaadin.server.LegacyCommunicationManager.InvalidUIDLSecurityKeyException extends GeneralSecurityException implements Serializable
-
Class com.vaadin.server.LegacyPaint extends Object implements Serializable
-
Class com.vaadin.server.LegacyVaadinPortlet extends VaadinPortlet implements Serializable
-
Class com.vaadin.server.LegacyVaadinServlet extends VaadinServlet implements Serializable
-
Class com.vaadin.server.LocaleService extends Object implements Serializable
-
Serialized Fields
-
ui
UI ui
-
state
UIState.LocaleServiceState state
-
-
-
Class com.vaadin.server.NoInputStreamException extends Exception implements Serializable
-
Class com.vaadin.server.NoOutputStreamException extends Exception implements Serializable
-
Class com.vaadin.server.Page extends Object implements Serializable
-
Serialized Fields
-
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
-
uI
UI uI
-
browserWindowWidth
int browserWindowWidth
-
browserWindowHeight
int browserWindowHeight
-
javaScript
JavaScript javaScript
-
styles
Page.Styles styles
-
location
URI location
The current browser location.
-
state
PageState state
-
windowName
String windowName
-
-
-
Class com.vaadin.server.Page.BrowserWindowResizeEvent extends EventObject implements Serializable
-
Serialized Fields
-
width
int width
-
height
int height
-
-
-
Class com.vaadin.server.Page.Styles extends Object implements Serializable
-
Serialized Fields
-
injectedStyles
LinkedHashSet<E> injectedStyles
-
pendingInjections
LinkedHashSet<E> pendingInjections
-
ui
UI ui
-
-
-
Class com.vaadin.server.Page.UriFragmentChangedEvent extends EventObject implements Serializable
-
Serialized Fields
-
uriFragment
String uriFragment
The new URI fragment
-
-
-
Class com.vaadin.server.PaintException extends IOException implements Serializable
-
Class com.vaadin.server.ResourceReference extends URLReference implements Serializable
-
Serialized Fields
-
resource
Resource resource
-
connector
ClientConnector connector
-
key
String key
-
-
-
Class com.vaadin.server.Responsive extends AbstractExtension implements Serializable
-
Class com.vaadin.server.ServerRpcManager extends Object implements Serializable
-
Class com.vaadin.server.ServerRpcManager.RpcInvocationException extends Exception implements Serializable
-
Class com.vaadin.server.ServerRpcMethodInvocation extends MethodInvocation implements Serializable
-
Class com.vaadin.server.ServiceDestroyEvent extends EventObject implements Serializable
-
Class com.vaadin.server.ServiceException extends Exception implements Serializable
-
Class com.vaadin.server.ServletPortletHelper extends Object implements Serializable
-
Class com.vaadin.server.SessionDestroyEvent extends EventObject implements Serializable
-
Serialized Fields
-
session
VaadinSession session
-
-
-
Class com.vaadin.server.SessionExpiredException extends Exception implements Serializable
-
Class com.vaadin.server.SessionInitEvent extends EventObject implements Serializable
-
Serialized Fields
-
session
VaadinSession session
-
request
VaadinRequest request
-
-
-
Class com.vaadin.server.SizeWithUnit extends Object implements Serializable
-
Serialized Fields
-
size
float size
-
unit
Sizeable.Unit unit
-
-
-
Class com.vaadin.server.StreamResource extends Object implements Serializable
-
Serialized Fields
-
streamSource
StreamResource.StreamSource streamSource
Source stream the downloaded content is fetched from.
-
MIMEType
String MIMEType
Explicit mime-type.
-
filename
String filename
Filename.
-
bufferSize
int bufferSize
Default buffer size for this stream resource.
-
cacheTime
long cacheTime
Default cache time for this stream resource.
-
-
-
Class com.vaadin.server.SynchronizedRequestHandler extends Object implements Serializable
-
Class com.vaadin.server.SystemError extends AbstractErrorMessage implements Serializable
-
Class com.vaadin.server.SystemMessageException extends RuntimeException implements Serializable
-
Serialized Fields
-
cause
Throwable cause
Cause of the method exception
-
-
-
Class com.vaadin.server.SystemMessages extends Object implements Serializable
-
Serialized Fields
-
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
-
cookiesDisabledURL
String cookiesDisabledURL
-
cookiesDisabledNotificationEnabled
boolean cookiesDisabledNotificationEnabled
-
cookiesDisabledCaption
String cookiesDisabledCaption
-
cookiesDisabledMessage
String cookiesDisabledMessage
-
-
-
Class com.vaadin.server.SystemMessagesInfo extends Object implements Serializable
-
Serialized Fields
-
locale
Locale locale
-
request
VaadinRequest request
-
service
VaadinService service
-
-
-
Class com.vaadin.server.ThemeResource extends Object implements Serializable
-
Serialized Fields
-
resourceID
String resourceID
Id of the terminal managed resource.
-
-
-
Class com.vaadin.server.UIClassSelectionEvent extends UIProviderEvent implements Serializable
-
Class com.vaadin.server.UICreateEvent extends UIProviderEvent implements Serializable
-
Class com.vaadin.server.UIProvider extends Object implements Serializable
-
Class com.vaadin.server.UIProviderEvent extends EventObject implements Serializable
-
Serialized Fields
-
request
VaadinRequest request
-
-
-
Class com.vaadin.server.UnsupportedBrowserHandler extends SynchronizedRequestHandler implements Serializable
-
Class com.vaadin.server.UploadException extends Exception implements Serializable
-
Class com.vaadin.server.UserError extends AbstractErrorMessage implements Serializable
-
Class com.vaadin.server.VaadinPortlet extends GenericPortlet implements Serializable
-
Serialized Fields
-
vaadinService
VaadinPortletService vaadinService
-
-
-
Class com.vaadin.server.VaadinPortlet.VaadinGateInRequest extends VaadinPortlet.VaadinHttpAndPortletRequest implements Serializable
-
Class com.vaadin.server.VaadinPortlet.VaadinHttpAndPortletRequest extends VaadinPortletRequest implements Serializable
-
Serialized Fields
-
originalRequest
javax.servlet.http.HttpServletRequest originalRequest
-
-
-
Class com.vaadin.server.VaadinPortlet.VaadinLiferayRequest extends VaadinPortlet.VaadinHttpAndPortletRequest implements Serializable
-
Class com.vaadin.server.VaadinPortlet.VaadinWebLogicPortalRequest extends VaadinPortlet.VaadinHttpAndPortletRequest implements Serializable
-
Class com.vaadin.server.VaadinPortlet.VaadinWebSpherePortalRequest extends VaadinPortlet.VaadinHttpAndPortletRequest implements Serializable
-
Class com.vaadin.server.VaadinPortletRequest extends PortletRequestWrapper implements Serializable
-
Serialized Fields
-
vaadinService
VaadinPortletService vaadinService
-
-
-
Class com.vaadin.server.VaadinPortletResponse extends Object implements Serializable
-
Serialized Fields
-
response
PortletResponse response
-
vaadinService
VaadinPortletService vaadinService
-
-
-
Class com.vaadin.server.VaadinPortletService extends VaadinService implements Serializable
-
Serialized Fields
-
portlet
VaadinPortlet portlet
-
-
-
Class com.vaadin.server.VaadinPortletSession extends VaadinSession implements Serializable
-
Serialized Fields
-
-
Class com.vaadin.server.VaadinService extends Object implements Serializable
-
Serialized Fields
-
deploymentConfiguration
DeploymentConfiguration deploymentConfiguration
-
eventRouter
EventRouter eventRouter
-
systemMessagesProvider
SystemMessagesProvider systemMessagesProvider
-
classLoader
ClassLoader classLoader
-
requestHandlers
Iterable<T> requestHandlers
-
atmosphereAvailable
boolean atmosphereAvailable
-
pushWarningEmitted
boolean pushWarningEmitted
Keeps track of whether a warning about missing push support has already been logged. This is used to avoid spamming the log with the same message every time a new UI is bootstrapped.
-
initialized
boolean initialized
Has
VaadinService.init()
been run?
-
-
-
Class com.vaadin.server.VaadinServlet extends javax.servlet.http.HttpServlet implements Serializable
-
Serialized Fields
-
servletService
VaadinServletService servletService
-
scssCache
Map<K,V> scssCache
Global cache of scss compilation results. This map is protected from concurrent access by
VaadinServlet.SCSS_MUTEX
.
-
-
-
Class com.vaadin.server.VaadinServletRequest extends javax.servlet.http.HttpServletRequestWrapper implements Serializable
-
Serialized Fields
-
vaadinService
VaadinServletService vaadinService
-
-
-
Class com.vaadin.server.VaadinServletResponse extends javax.servlet.http.HttpServletResponseWrapper implements Serializable
-
Serialized Fields
-
vaadinService
VaadinServletService vaadinService
-
-
-
Class com.vaadin.server.VaadinServletService extends VaadinService implements Serializable
-
Serialized Fields
-
servlet
VaadinServlet servlet
-
-
-
Class com.vaadin.server.VaadinSession extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
Override default deserialization logic to account for transient
VaadinSession.pendingAccessQueue
.Throws:
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Override default serialization logic to avoid ConcurrentModificationException if the contents are modified while serialization is reading them.
Throws:
-
-
Serialized Fields
-
configuration
DeploymentConfiguration configuration
Configuration for the session.
-
locale
Locale locale
Default locale of the session.
-
errorHandler
ErrorHandler errorHandler
Session 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 session.
-
requestHandlers
LinkedList<E> requestHandlers
-
nextUIId
int nextUIId
-
uIs
Map<K,V> uIs
-
embedIdMap
Map<K,V> embedIdMap
-
eventRouter
EventRouter eventRouter
-
globalResourceHandler
GlobalResourceHandler globalResourceHandler
-
browser
WebBrowser browser
-
dragAndDropService
DragAndDropService dragAndDropService
-
communicationManager
LegacyCommunicationManager communicationManager
-
cumulativeRequestDuration
long cumulativeRequestDuration
-
lastRequestDuration
long lastRequestDuration
-
lastRequestTimestamp
long lastRequestTimestamp
-
state
VaadinSession.State state
-
attributes
Map<K,V> attributes
-
uiProviders
LinkedList<E> uiProviders
-
connectorIdSequence
int connectorIdSequence
-
csrfToken
String csrfToken
-
pushId
String pushId
-
-
-
Class com.vaadin.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.server.WrappedHttpSession extends Object implements Serializable
-
Serialized Fields
-
session
javax.servlet.http.HttpSession session
-
-
-
Class com.vaadin.server.WrappedPortletSession extends Object implements Serializable
-
Serialized Fields
-
session
PortletSession session
-
-
-
-
Package com.vaadin.server.communication
-
Class com.vaadin.server.communication.AtmospherePushConnection extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
Reinitializes this PushConnection after deserialization. The connection is initially in disconnected state; the client will handle the reconnecting.
Throws:
-
-
Serialized Fields
-
ui
UI ui
-
-
-
Class com.vaadin.server.communication.AtmospherePushConnection.FragmentedMessage extends Object implements Serializable
-
Serialized Fields
-
message
StringBuilder message
-
messageLength
int messageLength
-
-
-
Class com.vaadin.server.communication.ClientRpcWriter extends Object implements Serializable
-
Class com.vaadin.server.communication.ConnectorHierarchyWriter extends Object implements Serializable
-
Class com.vaadin.server.communication.ConnectorTypeWriter extends Object implements Serializable
-
Class com.vaadin.server.communication.FileUploadHandler extends Object implements Serializable
-
Class com.vaadin.server.communication.FileUploadHandler.UploadInterruptedException extends Exception implements Serializable
-
Class com.vaadin.server.communication.HeartbeatHandler extends SynchronizedRequestHandler implements Serializable
-
Class com.vaadin.server.communication.LegacyUidlWriter extends Object implements Serializable
-
Class com.vaadin.server.communication.MetadataWriter extends Object implements Serializable
-
Serialized Fields
-
timeoutInterval
int timeoutInterval
-
-
-
Class com.vaadin.server.communication.PortletBootstrapHandler extends BootstrapHandler implements Serializable
-
Class com.vaadin.server.communication.PortletDummyRequestHandler extends Object implements Serializable
-
Class com.vaadin.server.communication.PortletListenerNotifier extends SynchronizedRequestHandler implements Serializable
-
Class com.vaadin.server.communication.PortletStateAwareRequestHandler extends Object implements Serializable
-
Class com.vaadin.server.communication.PortletUIInitHandler extends UIInitHandler implements Serializable
-
Class com.vaadin.server.communication.PublishedFileHandler extends Object implements Serializable
-
Class com.vaadin.server.communication.PushAtmosphereHandler extends org.atmosphere.handler.AbstractReflectorAtmosphereHandler implements Serializable
-
Serialized Fields
-
pushHandler
PushHandler pushHandler
-
-
-
Class com.vaadin.server.communication.PushRequestHandler extends Object implements Serializable
-
Serialized Fields
-
atmosphere
org.atmosphere.cpr.AtmosphereFramework atmosphere
-
pushHandler
PushHandler pushHandler
-
-
-
Class com.vaadin.server.communication.ResourceWriter extends Object implements Serializable
-
Class com.vaadin.server.communication.ServerRpcHandler extends Object implements Serializable
-
Class com.vaadin.server.communication.ServerRpcHandler.RpcRequest extends Object implements Serializable
-
Serialized Fields
-
csrfToken
String csrfToken
-
invocations
JsonArray invocations
-
syncId
int syncId
-
json
JsonObject json
-
resynchronize
boolean resynchronize
-
clientToServerMessageId
int clientToServerMessageId
-
widgetsetVersion
String widgetsetVersion
-
-
-
Class com.vaadin.server.communication.ServletBootstrapHandler extends BootstrapHandler implements Serializable
-
Class com.vaadin.server.communication.ServletUIInitHandler extends UIInitHandler implements Serializable
-
Class com.vaadin.server.communication.SessionRequestHandler extends Object implements Serializable
-
Class com.vaadin.server.communication.SharedStateWriter extends Object implements Serializable
-
Class com.vaadin.server.communication.UidlRequestHandler extends SynchronizedRequestHandler implements Serializable
-
Serialized Fields
-
rpcHandler
ServerRpcHandler rpcHandler
-
-
-
Class com.vaadin.server.communication.UidlWriter extends Object implements Serializable
-
Class com.vaadin.server.communication.UIInitHandler extends SynchronizedRequestHandler implements Serializable
-
-
Package com.vaadin.server.communication.data
-
Class com.vaadin.server.communication.data.RpcDataProviderExtension extends AbstractExtension implements Serializable
-
Serialized Fields
-
container
Container.Indexed container
-
rpc
DataProviderRpc rpc
-
itemListener
Container.ItemSetChangeListener itemListener
-
refreshCache
boolean refreshCache
RpcDataProvider should send the current cache again.
-
bareItemSetTriggeredSizeChange
boolean bareItemSetTriggeredSizeChange
Size possibly changed with a bare ItemSetChangeEvent
-
dataGenerators
Set<E> dataGenerators
-
activeItemHandler
com.vaadin.server.communication.data.RpcDataProviderExtension.ActiveItemHandler activeItemHandler
-
-
-
-
Package com.vaadin.shared
-
Class com.vaadin.shared.AbstractComponentState extends SharedState implements Serializable
-
Serialized Fields
-
height
String height
-
width
String width
-
readOnly
boolean readOnly
-
immediate
boolean immediate
-
description
String description
-
caption
String caption
-
styles
List<E> styles
-
id
String id
-
primaryStyleName
String primaryStyleName
-
errorMessage
String errorMessage
HTML formatted error message for the component
-
errorLevel
ErrorLevel errorLevel
Level of error
Since:
7.7.11
-
captionAsHtml
boolean captionAsHtml
-
-
-
Class com.vaadin.shared.AbstractFieldState extends TabIndexState implements Serializable
-
Serialized Fields
-
propertyReadOnly
boolean propertyReadOnly
-
hideErrors
boolean hideErrors
-
required
boolean required
-
modified
boolean modified
-
focusDelegate
Connector focusDelegate
The component which should receive focus events instead of the custom field wrapper.
This is not used in all fields, but needs to be here for the time being (#20468).
Since:
7.7.5
-
-
-
Class com.vaadin.shared.ApplicationConstants extends Object implements Serializable
-
Class com.vaadin.shared.ComponentConstants extends Object implements Serializable
-
Class com.vaadin.shared.JavaScriptExtensionState extends SharedState implements Serializable
-
Class com.vaadin.shared.JsonConstants extends Object implements Serializable
-
Class com.vaadin.shared.MouseEventDetails extends Object implements Serializable
-
Serialized Fields
-
button
MouseEventDetails.MouseButton 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.shared.VaadinUriResolver extends Object implements Serializable
-
Class com.vaadin.shared.VBrowserDetails extends Object implements Serializable
-
Serialized Fields
-
isGecko
boolean isGecko
-
isWebKit
boolean isWebKit
-
isPresto
boolean isPresto
-
isTrident
boolean isTrident
-
isChromeFrameCapable
boolean isChromeFrameCapable
-
isChromeFrame
boolean isChromeFrame
-
isSafari
boolean isSafari
-
isChrome
boolean isChrome
-
isFirefox
boolean isFirefox
-
isOpera
boolean isOpera
-
isIE
boolean isIE
-
isEdge
boolean isEdge
-
isPhantomJS
boolean isPhantomJS
-
isWindowsPhone
boolean isWindowsPhone
-
isIPad
boolean isIPad
-
isIPhone
boolean isIPhone
-
os
VBrowserDetails.OperatingSystem os
-
browserEngineVersion
float browserEngineVersion
-
browserMajorVersion
int browserMajorVersion
-
browserMinorVersion
int browserMinorVersion
-
osMajorVersion
int osMajorVersion
-
osMinorVersion
int osMinorVersion
-
-
-
Class com.vaadin.shared.Version extends Object implements Serializable
-
-
Package com.vaadin.shared.annotations
-
Class com.vaadin.shared.annotations.DelegateToWidget.Helper extends Object implements Serializable
-
-
Package com.vaadin.shared.communication
-
Class com.vaadin.shared.communication.FieldRpc extends Object implements Serializable
-
Class com.vaadin.shared.communication.LegacyChangeVariablesInvocation extends MethodInvocation implements Serializable
-
Class com.vaadin.shared.communication.MethodInvocation extends Object implements Serializable
-
Class com.vaadin.shared.communication.PushConstants extends Object implements Serializable
-
Class com.vaadin.shared.communication.SharedState extends Object implements Serializable
-
Class com.vaadin.shared.communication.UidlValue extends Object implements Serializable
-
Serialized Fields
-
value
Object value
-
-
-
Class com.vaadin.shared.communication.URLReference extends Object implements Serializable
-
Serialized Fields
-
URL
String URL
-
-
-
-
Package com.vaadin.shared.data
-
Package com.vaadin.shared.extension.javascriptmanager
-
Class com.vaadin.shared.extension.javascriptmanager.JavaScriptManagerState extends SharedState implements Serializable
-
-
Package com.vaadin.shared.ui
-
Class com.vaadin.shared.ui.AbstractEmbeddedState extends AbstractComponentState implements Serializable
-
Serialized Fields
-
alternateText
String alternateText
-
-
-
Class com.vaadin.shared.ui.AbstractLayoutState extends AbstractComponentState implements Serializable
-
Class com.vaadin.shared.ui.AbstractMediaState extends AbstractComponentState implements Serializable
-
Serialized Fields
-
showControls
boolean showControls
-
altText
String altText
-
htmlContentAllowed
boolean htmlContentAllowed
-
autoplay
boolean autoplay
-
muted
boolean muted
-
preload
PreloadMode preload
Preload mode for the media.
Since:
7.7.11
-
loop
boolean loop
Looping of media active (true) or not.
Since:
7.7.11
-
sources
List<E> sources
-
sourceTypes
List<E> sourceTypes
-
-
-
Class com.vaadin.shared.ui.AlignmentInfo extends Object implements Serializable
-
Serialized Fields
-
bitMask
int bitMask
-
-
-
Class com.vaadin.shared.ui.AlignmentInfo.Bits extends Object implements Serializable
-
Class com.vaadin.shared.ui.BrowserWindowOpenerState extends AbstractComponentState implements Serializable
-
Class com.vaadin.shared.ui.ComponentStateUtil extends Object implements Serializable
-
Class com.vaadin.shared.ui.JavaScriptComponentState extends AbstractComponentState implements Serializable
-
Class com.vaadin.shared.ui.MarginInfo extends Object implements Serializable
-
Serialized Fields
-
bitMask
int bitMask
-
-
-
Class com.vaadin.shared.ui.ShortCutConstants extends Object implements Serializable
-
Class com.vaadin.shared.ui.TabIndexState extends AbstractComponentState implements Serializable
-
Serialized Fields
-
tabIndex
int tabIndex
The tabulator index of the field.
-
-
-
-
Package com.vaadin.shared.ui.absolutelayout
-
Class com.vaadin.shared.ui.absolutelayout.AbsoluteLayoutState extends AbstractLayoutState implements Serializable
-
-
Package com.vaadin.shared.ui.accordion
-
Class com.vaadin.shared.ui.accordion.AccordionState extends TabsheetState implements Serializable
-
-
Package com.vaadin.shared.ui.audio
-
Class com.vaadin.shared.ui.audio.AudioState extends AbstractMediaState implements Serializable
-
-
Package com.vaadin.shared.ui.browserframe
-
Class com.vaadin.shared.ui.browserframe.BrowserFrameState extends AbstractEmbeddedState implements Serializable
-
-
Package com.vaadin.shared.ui.button
-
Class com.vaadin.shared.ui.button.ButtonState extends TabIndexState implements Serializable
-
Serialized Fields
-
disableOnClick
boolean disableOnClick
-
clickShortcutKeyCode
int clickShortcutKeyCode
-
iconAltText
String iconAltText
-
-
-
Class com.vaadin.shared.ui.button.NativeButtonState extends ButtonState implements Serializable
-
-
Package com.vaadin.shared.ui.calendar
-
Class com.vaadin.shared.ui.calendar.CalendarEventId extends Object implements Serializable
-
Class com.vaadin.shared.ui.calendar.CalendarState extends AbstractComponentState implements Serializable
-
Serialized Fields
-
format24H
boolean format24H
-
dayNames
String[] dayNames
-
monthNames
String[] monthNames
-
firstVisibleDayOfWeek
int firstVisibleDayOfWeek
-
lastVisibleDayOfWeek
int lastVisibleDayOfWeek
-
firstHourOfDay
int firstHourOfDay
-
lastHourOfDay
int lastHourOfDay
-
firstDayOfWeek
int firstDayOfWeek
-
scroll
int scroll
-
now
String now
-
days
List<E> days
-
events
List<E> events
-
actions
List<E> actions
-
eventCaptionAsHtml
boolean eventCaptionAsHtml
-
-
-
Class com.vaadin.shared.ui.calendar.CalendarState.Action extends Object implements Serializable
-
Class com.vaadin.shared.ui.calendar.CalendarState.Day extends Object implements Serializable
-
Class com.vaadin.shared.ui.calendar.CalendarState.Event extends Object implements Serializable
-
Class com.vaadin.shared.ui.calendar.DateConstants extends Object implements Serializable
-
-
Package com.vaadin.shared.ui.checkbox
-
Class com.vaadin.shared.ui.checkbox.CheckBoxState extends AbstractFieldState implements Serializable
-
Serialized Fields
-
checked
boolean checked
-
-
-
-
Package com.vaadin.shared.ui.colorpicker
-
Class com.vaadin.shared.ui.colorpicker.Color extends Object implements Serializable
-
Serialized Fields
-
red
int red
-
green
int green
-
blue
int blue
-
alpha
int alpha
-
OUTOFRANGE
String OUTOFRANGE
-
-
-
Class com.vaadin.shared.ui.colorpicker.ColorPickerGradientState extends AbstractComponentState implements Serializable
-
Serialized Fields
-
cursorX
int cursorX
-
cursorY
int cursorY
-
bgColor
String bgColor
-
-
-
Class com.vaadin.shared.ui.colorpicker.ColorPickerGridState extends AbstractComponentState implements Serializable
-
Class com.vaadin.shared.ui.colorpicker.ColorPickerState extends AbstractComponentState implements Serializable
-
Serialized Fields
-
popupVisible
boolean popupVisible
-
color
String color
-
showDefaultCaption
boolean showDefaultCaption
-
-
-
-
Package com.vaadin.shared.ui.combobox
-
Class com.vaadin.shared.ui.combobox.ComboBoxConstants extends Object implements Serializable
-
Class com.vaadin.shared.ui.combobox.ComboBoxState extends AbstractSelectState implements Serializable
-
-
Package com.vaadin.shared.ui.csslayout
-
Class com.vaadin.shared.ui.csslayout.CssLayoutState extends AbstractLayoutState implements Serializable
-
-
Package com.vaadin.shared.ui.customlayout
-
Class com.vaadin.shared.ui.customlayout.CustomLayoutState extends AbstractLayoutState implements Serializable
-
-
Package com.vaadin.shared.ui.datefield
-
Class com.vaadin.shared.ui.datefield.DateFieldConstants extends Object implements Serializable
-
Class com.vaadin.shared.ui.datefield.InlineDateFieldState extends TextualDateFieldState implements Serializable
-
Class com.vaadin.shared.ui.datefield.PopupDateFieldState extends TextualDateFieldState implements Serializable
-
Serialized Fields
-
textFieldEnabled
boolean textFieldEnabled
-
descriptionForAssistiveDevices
String descriptionForAssistiveDevices
-
-
-
Class com.vaadin.shared.ui.datefield.TextualDateFieldState extends AbstractFieldState implements Serializable
-
-
Package com.vaadin.shared.ui.draganddropwrapper
-
Class com.vaadin.shared.ui.draganddropwrapper.DragAndDropWrapperConstants extends Object implements Serializable
-
-
Package com.vaadin.shared.ui.embedded
-
Class com.vaadin.shared.ui.embedded.EmbeddedConstants extends Object implements Serializable
-
Class com.vaadin.shared.ui.embedded.EmbeddedState extends AbstractEmbeddedState implements Serializable
-
-
Package com.vaadin.shared.ui.flash
-
Class com.vaadin.shared.ui.flash.FlashState extends AbstractEmbeddedState implements Serializable
-
-
Package com.vaadin.shared.ui.form
-
Class com.vaadin.shared.ui.form.FormState extends AbstractFieldState implements Serializable
-
-
Package com.vaadin.shared.ui.grid
-
Class com.vaadin.shared.ui.grid.ColumnGroupState extends Object implements Serializable
-
Class com.vaadin.shared.ui.grid.GridColumnState extends Object implements Serializable
-
Serialized Fields
-
id
String id
Id used by grid connector to map server side column with client side column
-
width
double width
Column width in pixels. Default column width is .
-
rendererConnector
Connector rendererConnector
The connector for the renderer used to render the cells in this column.
-
editable
boolean editable
Whether the values in this column are editable when the editor interface is active.
-
editorConnector
Connector editorConnector
The connector for the field used to edit cells in this column when the editor interface is active.
-
sortable
boolean sortable
Whether this column is sortable by the user
-
expandRatio
int expandRatio
How much of the remaining space this column will reserve.
-
maxWidth
double maxWidth
The maximum expansion width of this column. -1 for "no maximum". If maxWidth is less than the calculated width, maxWidth is ignored.
-
minWidth
double minWidth
The minimum expansion width of this column. -1 for "no minimum". If minWidth is less than the calculated width, minWidth will win.
-
hidden
boolean hidden
Whether this column is currently hidden.
-
hidable
boolean hidable
Whether the column can be hidden by the user.
-
hidingToggleCaption
String hidingToggleCaption
The caption for the column hiding toggle.
-
headerCaption
String headerCaption
Column header caption
-
resizable
boolean resizable
Whether this column is resizable by the user.
-
-
-
Class com.vaadin.shared.ui.grid.GridConstants extends Object implements Serializable
-
Class com.vaadin.shared.ui.grid.GridState extends TabIndexState implements Serializable
-
Serialized Fields
-
columnResizeMode
ColumnResizeMode columnResizeMode
Column resize mode in grid.
Since:
7.7.5
-
columns
List<E> columns
Columns in grid.
-
columnOrder
List<E> columnOrder
Column order in grid.
-
header
GridStaticSectionState header
-
footer
GridStaticSectionState footer
-
frozenColumnCount
int frozenColumnCount
The number of frozen columns
-
heightByRows
double heightByRows
The height of the Grid in terms of body rows.
-
heightMode
HeightMode heightMode
The mode by which Grid defines its height.
-
sortColumns
String[] sortColumns
Keys of the currently sorted columns
-
sortDirs
SortDirection[] sortDirs
Directions for each sorted column
-
editorEnabled
boolean editorEnabled
The enabled state of the editor interface
-
editorBuffered
boolean editorBuffered
Buffered editor mode
Since:
7.6
-
hasDescriptions
boolean hasDescriptions
Whether rows and/or cells have generated descriptions (tooltips)
Since:
7.6
-
editorSaveCaption
String editorSaveCaption
The caption for the save button in the editor
-
editorCancelCaption
String editorCancelCaption
The caption for the cancel button in the editor
-
columnReorderingAllowed
boolean columnReorderingAllowed
Whether the columns can be reordered
-
cellTooltipContentMode
ContentMode cellTooltipContentMode
The content mode used for cell tooltips.
Since:
7.7.14
-
rowTooltipContentMode
ContentMode rowTooltipContentMode
The content mode used for row tooltips.
Since:
7.7.14
-
-
-
Class com.vaadin.shared.ui.grid.GridStaticSectionState extends Object implements Serializable
-
Class com.vaadin.shared.ui.grid.GridStaticSectionState.CellState extends Object implements Serializable
-
Class com.vaadin.shared.ui.grid.GridStaticSectionState.RowState extends Object implements Serializable
-
Class com.vaadin.shared.ui.grid.Range extends Object implements Serializable
-
Serialized Fields
-
start
int start
-
end
int end
-
-
-
-
Package com.vaadin.shared.ui.grid.renderers
-
Package com.vaadin.shared.ui.grid.selection
-
Class com.vaadin.shared.ui.grid.selection.MultiSelectionModelState extends SharedState implements Serializable
-
Serialized Fields
-
allSelected
boolean allSelected
-
userSelectionAllowed
boolean userSelectionAllowed
-
-
-
Class com.vaadin.shared.ui.grid.selection.SingleSelectionModelState extends SharedState implements Serializable
-
Serialized Fields
-
deselectAllowed
boolean deselectAllowed
-
userSelectionAllowed
boolean userSelectionAllowed
-
-
-
-
Package com.vaadin.shared.ui.gridlayout
-
Class com.vaadin.shared.ui.gridlayout.GridLayoutState extends AbstractLayoutState implements Serializable
-
Serialized Fields
-
spacing
boolean spacing
-
rows
int rows
-
columns
int columns
-
marginsBitmask
int marginsBitmask
-
explicitRowRatios
Set<E> explicitRowRatios
-
explicitColRatios
Set<E> explicitColRatios
-
childData
Map<K,V> childData
-
hideEmptyRowsAndColumns
boolean hideEmptyRowsAndColumns
-
rowExpand
float[] rowExpand
-
colExpand
float[] colExpand
-
-
-
Class com.vaadin.shared.ui.gridlayout.GridLayoutState.ChildComponentData extends Object implements Serializable
-
Serialized Fields
-
column1
int column1
-
row1
int row1
-
column2
int column2
-
row2
int row2
-
alignment
int alignment
-
-
-
-
Package com.vaadin.shared.ui.image
-
Class com.vaadin.shared.ui.image.ImageState extends AbstractEmbeddedState implements Serializable
-
-
Package com.vaadin.shared.ui.label
-
Class com.vaadin.shared.ui.label.LabelState extends AbstractComponentState implements Serializable
-
Serialized Fields
-
contentMode
ContentMode contentMode
-
text
String text
-
-
-
-
Package com.vaadin.shared.ui.link
-
Class com.vaadin.shared.ui.link.LinkConstants extends Object implements Serializable
-
Class com.vaadin.shared.ui.link.LinkState extends AbstractComponentState implements Serializable
-
Serialized Fields
-
name
String name
-
target
String target
-
targetBorder
BorderStyle targetBorder
-
targetWidth
int targetWidth
-
targetHeight
int targetHeight
-
-
-
-
Package com.vaadin.shared.ui.loginform
-
Class com.vaadin.shared.ui.loginform.LoginFormConstants extends Object implements Serializable
-
Class com.vaadin.shared.ui.loginform.LoginFormState extends AbstractComponentState implements Serializable
-
Serialized Fields
-
userNameFieldConnector
Connector userNameFieldConnector
-
passwordFieldConnector
Connector passwordFieldConnector
-
loginButtonConnector
Connector loginButtonConnector
-
loginResource
URLReference loginResource
-
-
-
-
Package com.vaadin.shared.ui.menubar
-
Class com.vaadin.shared.ui.menubar.MenuBarConstants extends Object implements Serializable
-
Class com.vaadin.shared.ui.menubar.MenuBarState extends TabIndexState implements Serializable
-
Serialized Fields
-
delayMs
int delayMs
-
-
-
-
Package com.vaadin.shared.ui.optiongroup
-
Class com.vaadin.shared.ui.optiongroup.OptionGroupConstants extends Object implements Serializable
-
Class com.vaadin.shared.ui.optiongroup.OptionGroupState extends AbstractSelectState implements Serializable
-
-
Package com.vaadin.shared.ui.orderedlayout
-
Class com.vaadin.shared.ui.orderedlayout.AbstractOrderedLayoutState extends AbstractLayoutState implements Serializable
-
Class com.vaadin.shared.ui.orderedlayout.AbstractOrderedLayoutState.ChildComponentData extends Object implements Serializable
-
Serialized Fields
-
alignmentBitmask
int alignmentBitmask
-
expandRatio
float expandRatio
-
-
-
Class com.vaadin.shared.ui.orderedlayout.FormLayoutState extends AbstractOrderedLayoutState implements Serializable
-
Class com.vaadin.shared.ui.orderedlayout.HorizontalLayoutState extends AbstractOrderedLayoutState implements Serializable
-
Class com.vaadin.shared.ui.orderedlayout.VerticalLayoutState extends AbstractOrderedLayoutState implements Serializable
-
-
Package com.vaadin.shared.ui.panel
-
Class com.vaadin.shared.ui.panel.PanelState extends AbstractComponentState implements Serializable
-
Serialized Fields
-
tabIndex
int tabIndex
-
scrollLeft
int scrollLeft
-
scrollTop
int scrollTop
-
-
-
-
Package com.vaadin.shared.ui.popupview
-
Class com.vaadin.shared.ui.popupview.PopupViewState extends AbstractComponentState implements Serializable
-
Serialized Fields
-
html
String html
-
hideOnMouseOut
boolean hideOnMouseOut
-
-
-
-
Package com.vaadin.shared.ui.progressindicator
-
Class com.vaadin.shared.ui.progressindicator.ProgressBarState extends AbstractFieldState implements Serializable
-
Serialized Fields
-
indeterminate
boolean indeterminate
-
state
Float state
-
-
-
Class com.vaadin.shared.ui.progressindicator.ProgressIndicatorState extends ProgressBarState implements Serializable
-
Serialized Fields
-
pollingInterval
int pollingInterval
Deprecated.
-
-
-
-
Package com.vaadin.shared.ui.select
-
Class com.vaadin.shared.ui.select.AbstractSelectState extends AbstractFieldState implements Serializable
-
-
Package com.vaadin.shared.ui.slider
-
Class com.vaadin.shared.ui.slider.SliderState extends AbstractFieldState implements Serializable
-
Serialized Fields
-
value
double value
-
maxValue
double maxValue
-
minValue
double minValue
-
resolution
int resolution
The number of fractional digits that are considered significant. Must be non-negative.
-
orientation
SliderOrientation orientation
-
-
-
-
Package com.vaadin.shared.ui.splitpanel
-
Class com.vaadin.shared.ui.splitpanel.AbstractSplitPanelState extends AbstractComponentState implements Serializable
-
Serialized Fields
-
firstChild
Connector firstChild
-
secondChild
Connector secondChild
-
splitterState
AbstractSplitPanelState.SplitterState splitterState
-
-
-
Class com.vaadin.shared.ui.splitpanel.AbstractSplitPanelState.SplitterState extends Object implements Serializable
-
Class com.vaadin.shared.ui.splitpanel.HorizontalSplitPanelState extends AbstractSplitPanelState implements Serializable
-
Class com.vaadin.shared.ui.splitpanel.VerticalSplitPanelState extends AbstractSplitPanelState implements Serializable
-
-
Package com.vaadin.shared.ui.table
-
Class com.vaadin.shared.ui.table.TableConstants extends Object implements Serializable
-
Class com.vaadin.shared.ui.table.TableState extends AbstractSelectState implements Serializable
-
Serialized Fields
-
collapseMenuContent
CollapseMenuContent collapseMenuContent
-
-
-
-
Package com.vaadin.shared.ui.tabsheet
-
Class com.vaadin.shared.ui.tabsheet.TabsheetBaseConstants extends Object implements Serializable
-
Class com.vaadin.shared.ui.tabsheet.TabsheetConstants extends Object implements Serializable
-
Class com.vaadin.shared.ui.tabsheet.TabsheetState extends AbstractComponentState implements Serializable
-
Serialized Fields
-
tabIndex
int tabIndex
Index of the component when switching focus - not related to Tabsheet tabs.
-
tabs
List<E> tabs
-
tabsVisible
boolean tabsVisible
true to show the tab bar, false to only show the contained component
-
selected
String selected
the key of the currently selected tab
-
tabCaptionsAsHtml
boolean tabCaptionsAsHtml
-
-
-
Class com.vaadin.shared.ui.tabsheet.TabState extends Object implements Serializable
-
Serialized Fields
-
caption
String caption
-
enabled
boolean enabled
-
visible
boolean visible
-
closable
boolean closable
-
description
String description
-
styleName
String styleName
-
key
String key
-
componentError
String componentError
-
componentErrorLevel
ErrorLevel componentErrorLevel
The error level of the component.
Since:
7.7.11
-
id
String id
-
iconAltText
String iconAltText
-
-
-
-
Package com.vaadin.shared.ui.textarea
-
Class com.vaadin.shared.ui.textarea.RichTextAreaState extends AbstractTextFieldState implements Serializable
-
Class com.vaadin.shared.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.shared.ui.textfield
-
Class com.vaadin.shared.ui.textfield.AbstractTextFieldState extends AbstractFieldState implements Serializable
-
Class com.vaadin.shared.ui.textfield.TextFieldConstants extends Object implements Serializable
-
-
Package com.vaadin.shared.ui.tree
-
Class com.vaadin.shared.ui.tree.TreeConstants extends Object implements Serializable
-
Class com.vaadin.shared.ui.tree.TreeState extends AbstractSelectState implements Serializable
-
-
Package com.vaadin.shared.ui.treetable
-
Class com.vaadin.shared.ui.treetable.TreeTableConstants extends Object implements Serializable
-
Class com.vaadin.shared.ui.treetable.TreeTableState extends TableState implements Serializable
-
-
Package com.vaadin.shared.ui.twincolselect
-
Class com.vaadin.shared.ui.twincolselect.TwinColSelectConstants extends Object implements Serializable
-
Class com.vaadin.shared.ui.twincolselect.TwinColSelectState extends AbstractSelectState implements Serializable
-
-
Package com.vaadin.shared.ui.ui
-
Class com.vaadin.shared.ui.ui.PageState extends Object implements Serializable
-
Serialized Fields
-
hasResizeListeners
boolean hasResizeListeners
True if the page has browser window resize listeners.
-
title
String title
Non-null if the title is set. Null means Vaadin does not touch the title.
-
-
-
Class com.vaadin.shared.ui.ui.UIConstants extends Object implements Serializable
-
Class com.vaadin.shared.ui.ui.UIState extends TabIndexState implements Serializable
-
Serialized Fields
-
tooltipConfiguration
UIState.TooltipConfigurationState tooltipConfiguration
-
loadingIndicatorConfiguration
UIState.LoadingIndicatorConfigurationState loadingIndicatorConfiguration
-
pollInterval
int pollInterval
-
overlayContainerLabel
String overlayContainerLabel
-
notificationConfigurations
Map<K,V> notificationConfigurations
-
pageState
PageState pageState
State related to the Page class.
-
localeServiceState
UIState.LocaleServiceState localeServiceState
State related to the LocaleService class.
-
pushConfiguration
UIState.PushConfigurationState pushConfiguration
Configuration for the push channel
-
theme
String theme
Currently used theme.
Since:
7.3
-
reconnectDialogConfiguration
UIState.ReconnectDialogConfigurationState reconnectDialogConfiguration
-
-
-
Class com.vaadin.shared.ui.ui.UIState.LoadingIndicatorConfigurationState extends Object implements Serializable
-
Serialized Fields
-
firstDelay
int firstDelay
-
secondDelay
int secondDelay
-
thirdDelay
int thirdDelay
-
-
-
Class com.vaadin.shared.ui.ui.UIState.LocaleData extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
monthNames
String[] monthNames
-
shortMonthNames
String[] shortMonthNames
-
shortDayNames
String[] shortDayNames
-
dayNames
String[] dayNames
-
firstDayOfWeek
int firstDayOfWeek
-
dateFormat
String dateFormat
-
twelveHourClock
boolean twelveHourClock
-
hourMinuteDelimiter
String hourMinuteDelimiter
-
am
String am
-
pm
String pm
-
-
-
Class com.vaadin.shared.ui.ui.UIState.LocaleServiceState extends Object implements Serializable
-
Class com.vaadin.shared.ui.ui.UIState.NotificationTypeConfiguration extends Object implements Serializable
-
Serialized Fields
-
prefix
String prefix
-
postfix
String postfix
-
notificationRole
NotificationRole notificationRole
-
-
-
Class com.vaadin.shared.ui.ui.UIState.PushConfigurationState extends Object implements Serializable
-
Class com.vaadin.shared.ui.ui.UIState.ReconnectDialogConfigurationState extends Object implements Serializable
-
Class com.vaadin.shared.ui.ui.UIState.TooltipConfigurationState extends Object implements Serializable
-
Serialized Fields
-
openDelay
int openDelay
-
quickOpenDelay
int quickOpenDelay
-
quickOpenTimeout
int quickOpenTimeout
-
closeTimeout
int closeTimeout
-
maxWidth
int maxWidth
-
-
-
-
Package com.vaadin.shared.ui.upload
-
Class com.vaadin.shared.ui.upload.UploadState extends AbstractComponentState implements Serializable
-
-
Package com.vaadin.shared.ui.video
-
Class com.vaadin.shared.ui.video.VideoConstants extends Object implements Serializable
-
Class com.vaadin.shared.ui.video.VideoState extends AbstractMediaState implements Serializable
-
-
Package com.vaadin.shared.ui.window
-
Class com.vaadin.shared.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
-
windowMode
WindowMode windowMode
-
assistivePrefix
String assistivePrefix
-
assistivePostfix
String assistivePostfix
-
contentDescription
Connector[] contentDescription
-
role
WindowRole role
-
assistiveTabStop
boolean assistiveTabStop
-
assistiveTabStopTopText
String assistiveTabStopTopText
-
assistiveTabStopBottomText
String assistiveTabStopBottomText
-
-
-
-
Package com.vaadin.shared.util
-
Class com.vaadin.shared.util.SharedUtil extends Object implements Serializable
-
-
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.AbstractColorPicker extends AbstractComponent implements Serializable
-
Serialized Fields
-
rpc
ColorPickerServerRpc rpc
-
popupStyle
AbstractColorPicker.PopupStyle popupStyle
-
window
ColorPickerPopup window
The popup window.
-
color
Color color
The color.
-
parent
UI parent
The UI.
-
popupCaption
String popupCaption
-
positionX
int positionX
-
positionY
int positionY
-
rgbVisible
boolean rgbVisible
-
hsvVisible
boolean hsvVisible
-
swatchesVisible
boolean swatchesVisible
-
historyVisible
boolean historyVisible
-
textfieldVisible
boolean textfieldVisible
-
-
-
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.
-
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
-
actionManager
ConnectorActionManager actionManager
Keeps track of the Actions added to this component; the actual handling/notifying is delegated, usually to the containing window.
-
visible
boolean visible
-
parent
HasComponents parent
-
explicitImmediateValue
Boolean explicitImmediateValue
-
-
-
Class com.vaadin.ui.AbstractComponentContainer extends AbstractComponent implements Serializable
-
Class com.vaadin.ui.AbstractEmbedded extends AbstractComponent implements Serializable
-
Class com.vaadin.ui.AbstractField extends AbstractComponent implements Serializable
-
Serialized Fields
-
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.
-
buffered
boolean buffered
True if field is in buffered mode, false otherwise
-
committingValueToDataSource
boolean committingValueToDataSource
Flag to indicate that the field is currently committing its value to the datasource.
-
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.
-
valueLocale
Locale valueLocale
The locale used when setting the value.
-
-
-
Class com.vaadin.ui.AbstractField.FocusShortcut extends ShortcutListener implements Serializable
-
Serialized Fields
-
focusable
Component.Focusable focusable
-
-
-
Class com.vaadin.ui.AbstractField.ReadOnlyStatusChangeEvent extends Component.Event implements Serializable
-
Class com.vaadin.ui.AbstractFocusable extends AbstractComponent implements Serializable
-
Class com.vaadin.ui.AbstractJavaScriptComponent extends AbstractComponent implements Serializable
-
Serialized Fields
-
callbackHelper
JavaScriptCallbackHelper callbackHelper
-
-
-
Class com.vaadin.ui.AbstractLayout extends AbstractComponentContainer implements Serializable
-
Class com.vaadin.ui.AbstractMedia extends AbstractComponent implements Serializable
-
Class com.vaadin.ui.AbstractOrderedLayout extends AbstractLayout implements Serializable
-
Serialized Fields
-
rpc
AbstractOrderedLayoutServerRpc rpc
-
components
LinkedList<E> components
Custom layout slots containing the components.
-
defaultComponentAlignment
Alignment defaultComponentAlignment
-
-
-
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
-
Class com.vaadin.ui.AbstractSelect.DefaultNewItemHandler extends Object implements Serializable
-
Class com.vaadin.ui.AbstractSelect.TargetItemIs extends com.vaadin.ui.AbstractSelect.AbstractItemSetCriterion implements Serializable
-
Class com.vaadin.ui.AbstractSelect.VerticalLocationIs extends TargetDetailIs implements Serializable
-
Class com.vaadin.ui.AbstractSingleComponentContainer extends AbstractComponent implements Serializable
-
Serialized Fields
-
content
Component content
-
-
-
Class com.vaadin.ui.AbstractSplitPanel extends AbstractComponentContainer implements Serializable
-
Serialized Fields
-
posUnit
Sizeable.Unit posUnit
-
posMinUnit
Sizeable.Unit posMinUnit
-
posMaxUnit
Sizeable.Unit posMaxUnit
-
rpc
AbstractSplitPanelRpc rpc
-
-
-
Class com.vaadin.ui.AbstractSplitPanel.SplitPositionChangeEvent extends Component.Event implements Serializable
-
Serialized Fields
-
position
float position
-
unit
Sizeable.Unit unit
-
-
-
Class com.vaadin.ui.AbstractSplitPanel.SplitterClickEvent extends MouseEvents.ClickEvent implements Serializable
-
Class com.vaadin.ui.AbstractTextField extends AbstractField<String> implements Serializable
-
Serialized Fields
-
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.BrowserFrame extends AbstractEmbedded implements Serializable
-
Class com.vaadin.ui.Button extends AbstractFocusable implements Serializable
-
Serialized Fields
-
rpc
ButtonServerRpc rpc
-
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.Calendar extends AbstractComponent implements Serializable
-
Serialized Fields
-
currentTimeFormat
Calendar.TimeFormat currentTimeFormat
Defines currently active format for time. 12H/24H.
-
currentCalendar
Calendar currentCalendar
Internal calendar data source.
-
timezone
TimeZone timezone
Defines the component's active time zone.
-
startDate
Date startDate
Defines the calendar's date range starting point.
-
endDate
Date endDate
Defines the calendar's date range ending point.
-
calendarEventProvider
CalendarEventProvider calendarEventProvider
Event provider.
-
events
List<E> events
Internal buffer for the events that are retrieved from the event provider.
-
df_date
DateFormat df_date
Date format that will be used in the UIDL for dates.
-
df_time
DateFormat df_time
Time format that will be used in the UIDL for time.
-
df_date_time
DateFormat df_date_time
Date format that will be used in the UIDL for both date and time.
-
scrollTop
int scrollTop
Week view's scroll position. Client sends updates to this value so that scroll position wont reset all the time.
-
weeklyCaptionFormat
String weeklyCaptionFormat
Caption format for the weekly view
-
handlers
Map<K,V> handlers
Map from event ids to event handlers
-
dropHandler
DropHandler dropHandler
Drop Handler for Vaadin DD. By default null.
-
firstDay
int firstDay
First day to show for a week
-
lastDay
int lastDay
Last day to show for a week
-
firstHour
int firstHour
First hour to show for a day
-
lastHour
int lastHour
Last hour to show for a day
-
actionHandlers
LinkedList<E> actionHandlers
List of action handlers.
-
actionMapper
KeyMapper<V> actionMapper
Action mapper.
-
rpc
com.vaadin.ui.Calendar.CalendarServerRpcImpl rpc
-
minTimeInMinutes
Integer minTimeInMinutes
The cached minimum minute shown when using
Calendar.autoScaleVisibleHoursOfDay()
. -
maxTimeInMinutes
Integer maxTimeInMinutes
The cached maximum minute shown when using
Calendar.autoScaleVisibleHoursOfDay()
. -
customFirstDayOfWeek
Integer customFirstDayOfWeek
-
-
-
Class com.vaadin.ui.CheckBox extends AbstractField<Boolean> implements Serializable
-
Serialized Fields
-
rpc
CheckBoxServerRpc rpc
-
focusBlurRpc
FieldEvents.FocusAndBlurServerRpcImpl focusBlurRpc
-
-
-
Class com.vaadin.ui.ColorPicker extends AbstractColorPicker implements Serializable
-
Class com.vaadin.ui.ColorPickerArea extends AbstractColorPicker implements Serializable
-
Class com.vaadin.ui.ComboBox extends AbstractSelect implements Serializable
-
Serialized Fields
-
inputPrompt
String inputPrompt
-
pageLength
int pageLength
Holds value of property pageLength. 0 disables paging.
-
currentPage
int currentPage
-
filteringMode
FilteringMode 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
-
isPainting
boolean isPainting
True while painting to suppress item set change notifications that could be caused by temporary filtering.
-
scrollToSelectedItem
boolean scrollToSelectedItem
Flag to indicate whether to scroll the selected item visible (select the page on which it is) when opening the popup or not. Only applies to single select mode. This requires finding the index of the item, which can be expensive in many large lazy loading containers.
-
suggestionPopupWidth
String suggestionPopupWidth
-
textInputAllowed
boolean textInputAllowed
If text input is not allowed, the ComboBox behaves like a pretty NativeSelect - the user can not enter any text and clicking the text field opens the drop down with options
-
itemStyleGenerator
ComboBox.ItemStyleGenerator itemStyleGenerator
-
-
-
Class com.vaadin.ui.Component.ErrorEvent extends Component.Event implements Serializable
-
Serialized Fields
-
message
ErrorMessage message
-
-
-
Class com.vaadin.ui.Component.Event extends ConnectorEvent implements Serializable
-
Class com.vaadin.ui.ConnectorTracker extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Throws:
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Throws:
-
-
Serialized Fields
-
connectorIdToConnector
HashMap<K,V> connectorIdToConnector
-
dirtyConnectors
Set<E> dirtyConnectors
-
uninitializedConnectors
Set<E> uninitializedConnectors
-
markedDirtyListeners
List<E> markedDirtyListeners
-
unregisteredConnectors
Set<E> unregisteredConnectors
Connectors that have been unregistered and should be cleaned up the next time
ConnectorTracker.cleanConnectorMap()
is invoked unless they have been registered again. -
writingResponse
boolean writingResponse
-
uI
UI uI
-
pidToNameToStreamVariable
Map<K,V> pidToNameToStreamVariable
Maps connectorIds to a map of named StreamVariables
-
streamVariableToSeckey
Map<K,V> streamVariableToSeckey
-
currentSyncId
int currentSyncId
-
-
-
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 AbstractComponent implements Serializable
-
Serialized Fields
-
root
Component root
The root component implementing the custom component.
-
-
-
Class com.vaadin.ui.CustomField extends AbstractField<T> implements Serializable
-
Serialized Fields
-
root
Component root
The root component implementing the custom component.
-
-
-
Class com.vaadin.ui.CustomLayout extends AbstractLayout implements Serializable
-
Class com.vaadin.ui.DateField extends AbstractField<Date> implements Serializable
-
Serialized Fields
-
resolution
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
-
dateOutOfRangeMessage
String dateOutOfRangeMessage
-
currentRangeValidator
DateRangeValidator currentRangeValidator
-
preventValueChangeEvent
boolean preventValueChangeEvent
Determines whether the ValueChangeEvent should be fired. Used to prevent firing the event when UI has invalid string until uiHasValidDateString flag is set
-
-
-
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
-
rpc
DragAndDropWrapperServerRpc rpc
-
receivers
Map<K,V> receivers
-
html5DataFlavors
Map<K,V> html5DataFlavors
-
dragStartMode
DragAndDropWrapper.DragStartMode dragStartMode
-
dragImageComponent
Component dragImageComponent
-
sentIds
Set<E> sentIds
-
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.
-
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.Flash extends AbstractEmbedded 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.
-
buffered
boolean buffered
Deprecated.
Is the form in buffered 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.Grid extends AbstractFocusable implements Serializable
-
Serialized Fields
-
datasource
Container.Indexed datasource
The data source attached to the grid
-
columns
Map<K,V> columns
Property id to column instance mapping
-
columnKeys
KeyMapper<V> columnKeys
Key generator for column server-to-client communication
-
sortOrder
List<E> sortOrder
The current sort order
-
propertyListener
Container.PropertySetChangeListener propertyListener
Property listener for listening to changes in data source properties.
-
editorClosingItemSetListener
Container.ItemSetChangeListener editorClosingItemSetListener
-
datasourceExtension
RpcDataProviderExtension datasourceExtension
-
selectionModel
Grid.SelectionModel selectionModel
The selection model that is currently in use. Never
null
after the constructor has been run. -
applyingSelectionFromClient
boolean applyingSelectionFromClient
Used to know whether selection change events originate from the server or the client so the selection change handler knows whether the changes should be sent to the client.
-
header
Grid.Header header
-
footer
Grid.Footer footer
-
editedItemId
Object editedItemId
-
editorActive
boolean editorActive
-
editorSaving
boolean editorSaving
True while the editor is storing the field values, i.e. commiting the field group.
-
editorFieldGroup
FieldGroup editorFieldGroup
-
editorFields
Map<K,V> editorFields
Poperty ID to Field mapping that stores editor fields set by
Grid.setEditorField(Object, Field)
. -
cellStyleGenerator
Grid.CellStyleGenerator cellStyleGenerator
-
rowStyleGenerator
Grid.RowStyleGenerator rowStyleGenerator
-
cellDescriptionGenerator
Grid.CellDescriptionGenerator cellDescriptionGenerator
-
rowDescriptionGenerator
Grid.RowDescriptionGenerator rowDescriptionGenerator
-
defaultContainer
boolean defaultContainer
true
if Grid is using the internal IndexedContainer created in Grid() constructor, orfalse
if the user has set their own Container.See Also:
#setContainerDataSource(Indexed)
,Grid.Grid()
-
editorErrorHandler
Grid.EditorErrorHandler editorErrorHandler
-
detailComponentManager
Grid.DetailComponentManager detailComponentManager
-
extensionComponents
Set<E> extensionComponents
-
-
-
Class com.vaadin.ui.Grid.AbstractGridExtension extends AbstractExtension implements Serializable
-
Class com.vaadin.ui.Grid.AbstractRenderer extends Grid.AbstractGridExtension implements Serializable
-
Class com.vaadin.ui.Grid.AbstractSelectionModel extends Grid.AbstractGridExtension implements Serializable
-
Serialized Fields
-
selection
LinkedHashSet<E> selection
-
-
-
Class com.vaadin.ui.Grid.CellReference extends Object implements Serializable
-
Serialized Fields
-
rowReference
Grid.RowReference rowReference
-
propertyId
Object propertyId
-
-
-
Class com.vaadin.ui.Grid.Column extends Object implements Serializable
-
Serialized Fields
-
state
GridColumnState state
The state of the column shared to the client
-
grid
Grid grid
The grid this column is associated with
-
propertyId
Object propertyId
Backing property for column
-
converter
Converter<PRESENTATION,MODEL> converter
-
isFirstConverterAssignment
boolean isFirstConverterAssignment
A check for allowing the
constructor
to callGrid.Column.setConverter(Converter)
with anull
, even if model and renderer aren't compatible.
-
-
-
Class com.vaadin.ui.Grid.ColumnReorderEvent extends Component.Event implements Serializable
-
Serialized Fields
-
userOriginated
boolean userOriginated
-
-
-
Class com.vaadin.ui.Grid.ColumnResizeEvent extends Component.Event implements Serializable
-
Serialized Fields
-
column
Grid.Column column
-
userOriginated
boolean userOriginated
-
-
-
Class com.vaadin.ui.Grid.ColumnVisibilityChangeEvent extends Component.Event implements Serializable
-
Serialized Fields
-
column
Grid.Column column
-
userOriginated
boolean userOriginated
-
hidden
boolean hidden
-
-
-
Class com.vaadin.ui.Grid.CommitErrorEvent extends Component.Event implements Serializable
-
Serialized Fields
-
cause
FieldGroup.CommitException cause
-
errorColumns
Set<E> errorColumns
-
userErrorMessage
String userErrorMessage
-
-
-
Class com.vaadin.ui.Grid.DefaultEditorErrorHandler extends Object implements Serializable
-
Class com.vaadin.ui.Grid.DetailComponentManager extends Grid.AbstractGridExtension implements Serializable
-
Serialized Fields
-
detailsGenerator
Grid.DetailsGenerator detailsGenerator
The user-defined details generator.
-
itemIdToDetailsComponent
Map<K,V> itemIdToDetailsComponent
This map represents all details that are currently visible on the client. Details components get destroyed once they scroll out of view.
-
emptyDetails
Set<E> emptyDetails
Set of item ids that got
null
from DetailsGenerator whenDetailsGenerator#getDetails(RowReference)
was called. -
openDetails
Set<E> openDetails
Set of item IDs for all open details rows. Contains even the ones that are not currently visible on the client.
-
-
-
Class com.vaadin.ui.Grid.EditorCloseEvent extends Grid.EditorEvent implements Serializable
-
Class com.vaadin.ui.Grid.EditorEvent extends Component.Event implements Serializable
-
Serialized Fields
-
itemID
Object itemID
-
-
-
Class com.vaadin.ui.Grid.EditorFieldFactory extends DefaultFieldGroupFieldFactory implements Serializable
-
Class com.vaadin.ui.Grid.EditorMoveEvent extends Grid.EditorEvent implements Serializable
-
Class com.vaadin.ui.Grid.EditorOpenEvent extends Grid.EditorEvent implements Serializable
-
Class com.vaadin.ui.Grid.Footer extends Grid.StaticSection<Grid.FooterRow> implements Serializable
-
Serialized Fields
-
footerState
GridStaticSectionState footerState
-
-
-
Class com.vaadin.ui.Grid.FooterCell extends com.vaadin.ui.Grid.StaticSection.StaticCell implements Serializable
-
Class com.vaadin.ui.Grid.FooterRow extends Grid.StaticSection.StaticRow<Grid.FooterCell> implements Serializable
-
Class com.vaadin.ui.Grid.GridContextClickEvent extends ContextClickEvent implements Serializable
-
Serialized Fields
-
itemId
Object itemId
-
rowIndex
int rowIndex
-
propertyId
Object propertyId
-
section
GridConstants.Section section
-
-
-
Class com.vaadin.ui.Grid.Header extends Grid.StaticSection<Grid.HeaderRow> implements Serializable
-
Serialized Fields
-
defaultRow
Grid.HeaderRow defaultRow
-
headerState
GridStaticSectionState headerState
-
-
-
Class com.vaadin.ui.Grid.HeaderCell extends com.vaadin.ui.Grid.StaticSection.StaticCell implements Serializable
-
Class com.vaadin.ui.Grid.HeaderRow extends Grid.StaticSection.StaticRow<Grid.HeaderCell> implements Serializable
-
Class com.vaadin.ui.Grid.MultiSelectionModel extends Grid.AbstractSelectionModel implements Serializable
-
Serialized Fields
-
selectionLimit
int selectionLimit
-
-
-
Class com.vaadin.ui.Grid.NoSelectionModel extends Grid.AbstractSelectionModel implements Serializable
-
Class com.vaadin.ui.Grid.RowReference extends Object implements Serializable
-
Class com.vaadin.ui.Grid.SingleSelectionModel extends Grid.AbstractSelectionModel implements Serializable
-
Class com.vaadin.ui.Grid.StaticSection extends Object implements Serializable
-
Class com.vaadin.ui.Grid.StaticSection.StaticRow extends Object implements Serializable
-
Serialized Fields
-
rowState
GridStaticSectionState.RowState rowState
-
section
Grid.StaticSection<ROWTYPE extends Grid.StaticSection.StaticRow<?>> section
-
cells
Map<K,V> cells
-
cellGroups
Map<K,V> cellGroups
-
-
-
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
-
components
LinkedList<E> components
-
columnExpandRatio
Map<K,V> columnExpandRatio
-
rowExpandRatio
Map<K,V> rowExpandRatio
-
defaultComponentAlignment
Alignment defaultComponentAlignment
-
-
-
Class com.vaadin.ui.GridLayout.Area extends Object implements Serializable
-
Serialized Fields
-
childData
GridLayoutState.ChildComponentData childData
-
component
Component component
-
-
-
Class com.vaadin.ui.GridLayout.OutOfBoundsException extends RuntimeException implements Serializable
-
Serialized Fields
-
areaOutOfBounds
GridLayout.Area areaOutOfBounds
-
-
-
Class com.vaadin.ui.GridLayout.OverlapsException extends RuntimeException implements Serializable
-
Serialized Fields
-
existingArea
GridLayout.Area existingArea
-
-
-
Class com.vaadin.ui.HasComponents.ComponentAttachEvent extends Component.Event implements Serializable
-
Serialized Fields
-
component
Component component
-
-
-
Class com.vaadin.ui.HasComponents.ComponentDetachEvent extends Component.Event implements Serializable
-
Serialized Fields
-
component
Component component
-
-
-
Class com.vaadin.ui.HorizontalLayout extends AbstractOrderedLayout implements Serializable
-
Class com.vaadin.ui.HorizontalSplitPanel extends AbstractSplitPanel implements Serializable
-
Class com.vaadin.ui.Html5File extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
size
long size
-
streamVariable
StreamVariable streamVariable
-
type
String type
-
-
-
Class com.vaadin.ui.Image extends AbstractEmbedded implements Serializable
-
Serialized Fields
-
rpc
ImageServerRpc rpc
-
-
-
Class com.vaadin.ui.InlineDateField extends DateField implements Serializable
-
Class com.vaadin.ui.JavaScript extends AbstractExtension implements Serializable
-
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.LegacyWindow extends UI implements Serializable
-
Serialized Fields
-
name
String name
Deprecated.
-
application
LegacyApplication application
Deprecated.
-
-
-
Class com.vaadin.ui.Link extends AbstractComponent implements Serializable
-
Class com.vaadin.ui.ListSelect extends AbstractSelect implements Serializable
-
Serialized Fields
-
columns
int columns
-
rows
int rows
-
-
-
Class com.vaadin.ui.LoginForm extends AbstractSingleComponentContainer implements Serializable
-
Class com.vaadin.ui.LoginForm.LoginEvent extends Component.Event implements Serializable
-
Class com.vaadin.ui.MenuBar extends AbstractComponent implements Serializable
-
Serialized Fields
-
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
-
focusBlurRpc
FieldEvents.FocusAndBlurServerRpcImpl focusBlurRpc
-
-
-
Class com.vaadin.ui.Notification extends Object implements Serializable
-
Class com.vaadin.ui.OptionGroup extends AbstractSelect implements Serializable
-
Class com.vaadin.ui.Panel extends AbstractSingleComponentContainer implements Serializable
-
Serialized Fields
-
actionManager
ActionManager actionManager
Keeps track of the Actions added to this component, and manages the painting and handling as well.
-
rpc
PanelServerRpc rpc
-
-
-
Class com.vaadin.ui.PasswordField extends AbstractTextField implements Serializable
-
Class com.vaadin.ui.PopupDateField extends DateField implements Serializable
-
Serialized Fields
-
inputPrompt
String inputPrompt
-
-
-
Class com.vaadin.ui.PopupView extends AbstractComponent implements Serializable
-
Serialized Fields
-
content
PopupView.Content content
-
visibleComponent
Component visibleComponent
-
rpc
PopupViewServerRpc rpc
-
-
-
Class com.vaadin.ui.PopupView.PopupVisibilityEvent extends Component.Event implements Serializable
-
Class com.vaadin.ui.ProgressBar extends AbstractField<Float> implements Serializable
-
Class com.vaadin.ui.ProgressIndicator extends ProgressBar implements Serializable
-
Serialized Fields
-
rpc
ProgressIndicatorServerRpc rpc
Deprecated.
-
-
-
Class com.vaadin.ui.RichTextArea extends AbstractField<String> implements Serializable
-
Serialized Fields
-
nullRepresentation
String nullRepresentation
Null representation.
-
nullSettingAllowed
boolean nullSettingAllowed
Is setting to null from non-null value allowed by setting with null representation .
-
selectAll
boolean selectAll
Temporary flag that indicates all content will be selected after the next paint. Reset to false after painted.
-
-
-
Class com.vaadin.ui.Select extends ComboBox implements Serializable
-
Class com.vaadin.ui.Slider extends AbstractField<Double> implements Serializable
-
Serialized Fields
-
rpc
SliderServerRpc rpc
-
-
-
Class com.vaadin.ui.Slider.ValueOutOfBoundsException extends RuntimeException implements Serializable
-
Serialized Fields
-
value
Double value
-
-
-
Class com.vaadin.ui.Table extends AbstractSelect implements Serializable
-
Serialized Fields
-
childMeasurementHint
HasChildMeasurementHint.ChildMeasurementHint childMeasurementHint
How layout manager should behave when measuring Table's child components
-
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 for visible columns (by propertyId).
-
columnExpandRatios
HashMap<K,V> columnExpandRatios
Holds column expand rations 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.
-
repairOnReAddAllRowsDataScrollPositionItemIndex
int repairOnReAddAllRowsDataScrollPositionItemIndex
-
currentPageFirstItemIndex
int currentPageFirstItemIndex
Index of the first item on the current page.
-
currentPageFirstItemIndexOnLastPage
int currentPageFirstItemIndexOnLastPage
Index of the "first" item on the last page if a user has used setCurrentPageFirstItemIndex to scroll down. -1 if not set.
-
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
MultiSelectMode multiSelectMode
-
rowCacheInvalidated
boolean rowCacheInvalidated
-
rowGenerator
Table.RowGenerator rowGenerator
-
associatedProperties
Map<K,V> associatedProperties
-
painted
boolean painted
-
propertyValueConverters
HashMap<K,V> propertyValueConverters
-
keyMapperReset
boolean keyMapperReset
Set to true if the client-side should be informed that the key mapper has been reset so it can avoid sending back references to keys that are no longer present.
-
exceptionsDuringCachePopulation
List<E> exceptionsDuringCachePopulation
-
isBeingPainted
boolean isBeingPainted
-
-
-
Class com.vaadin.ui.Table.CacheUpdateException extends RuntimeException implements Serializable
-
Class com.vaadin.ui.Table.ColumnCollapseEvent extends Component.Event implements Serializable
-
Serialized Fields
-
propertyId
Object propertyId
-
-
-
Class com.vaadin.ui.Table.ColumnReorderEvent extends Component.Event implements Serializable
-
Class com.vaadin.ui.Table.ColumnResizeEvent extends Component.Event implements Serializable
-
Serialized Fields
-
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.TableContextClickEvent extends ContextClickEvent implements Serializable
-
Serialized Fields
-
itemId
Object itemId
-
propertyId
Object propertyId
-
section
TableConstants.Section section
-
-
-
Class com.vaadin.ui.Table.TableDropCriterion extends ServerSideCriterion implements Serializable
-
Class com.vaadin.ui.Table.TableTransferable extends DataBoundTransferable implements Serializable
-
Class com.vaadin.ui.TabSheet extends AbstractComponentContainer implements Serializable
-
Serialized Fields
-
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.
-
closeHandler
TabSheet.CloseHandler closeHandler
Handler to be called when a tab is closed.
-
rpc
TabSheet.TabsheetServerRpcImpl rpc
-
focusBlurRpc
FieldEvents.FocusAndBlurServerRpcImpl focusBlurRpc
-
-
-
Class com.vaadin.ui.TabSheet.SelectedTabChangeEvent extends Component.Event implements Serializable
-
Class com.vaadin.ui.TabSheet.TabsheetServerRpcImpl extends Object implements Serializable
-
Class com.vaadin.ui.TabSheet.TabSheetTabImpl extends Object implements Serializable
-
Serialized Fields
-
tabState
TabState tabState
-
defaultFocus
Component.Focusable defaultFocus
-
componentError
ErrorMessage componentError
-
-
-
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
-
itemIconAlts
HashMap<K,V> itemIconAlts
Item icons alt texts.
-
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
MultiSelectMode multiSelectMode
-
itemStyleGenerator
Tree.ItemStyleGenerator itemStyleGenerator
-
dropHandler
DropHandler dropHandler
-
htmlContentAllowed
boolean htmlContentAllowed
-
-
-
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.TreeContextClickEvent extends ContextClickEvent implements Serializable
-
Serialized Fields
-
itemId
Object itemId
-
-
-
Class com.vaadin.ui.Tree.TreeDropCriterion extends ServerSideCriterion implements Serializable
-
Class com.vaadin.ui.Tree.TreeTargetDetails extends AbstractSelect.AbstractSelectTargetDetails implements Serializable
-
Class com.vaadin.ui.Tree.TreeTransferable extends DataBoundTransferable implements Serializable
-
Class com.vaadin.ui.TreeTable extends Table implements Serializable
-
Serialized Fields
-
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
-
Class com.vaadin.ui.UI extends AbstractSingleComponentContainer implements Serializable
-
Serialized Fields
-
session
VaadinSession session
The application to which this UI belongs
-
windows
LinkedHashSet<E> windows
List of windows in this UI.
-
scrollIntoView
Component scrollIntoView
The component that should be scrolled into view after the next repaint. Null if nothing should be scrolled into view.
-
uiId
int uiId
The id of this UI, used to find the server side instance of the UI form which a request originates. A negative value indicates that the UI id has not yet been assigned by the Application.
See Also:
-
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
-
loadingIndicatorConfiguration
LoadingIndicatorConfiguration loadingIndicatorConfiguration
-
scrollTop
int scrollTop
Scroll Y position.
-
scrollLeft
int scrollLeft
Scroll X position
-
rpc
UIServerRpc rpc
-
debugRpc
DebugWindowServerRpc debugRpc
-
lastHeartbeatTimestamp
long lastHeartbeatTimestamp
Timestamp keeping track of the last heartbeat of this UI. Updated to the current time whenever the application receives a heartbeat or UIDL request from the client for this UI.
-
closing
boolean closing
-
tooltipConfiguration
TooltipConfiguration tooltipConfiguration
-
pushConfiguration
PushConfiguration pushConfiguration
-
reconnectDialogConfiguration
ReconnectDialogConfiguration reconnectDialogConfiguration
-
notificationConfiguration
NotificationConfiguration notificationConfiguration
-
lastProcessedClientToServerId
int lastProcessedClientToServerId
Tracks which message from the client should come next. First message from the client has id 0.
-
pendingFocus
Component.Focusable pendingFocus
Component that should be focused after the next repaint. Null if no focus change should take place.
-
resizeLazy
boolean resizeLazy
-
navigator
Navigator navigator
-
pushConnection
PushConnection pushConnection
-
localeService
LocaleService localeService
-
embedId
String embedId
-
-
-
Class com.vaadin.ui.UIDetachedException extends RuntimeException implements Serializable
-
Class com.vaadin.ui.UniqueSerializable extends Object implements Serializable
-
Class com.vaadin.ui.Upload extends AbstractComponent implements Serializable
-
Serialized Fields
-
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
-
streamVariable
StreamVariable streamVariable
-
-
-
Class com.vaadin.ui.Upload.ChangeEvent extends Component.Event implements Serializable
-
Serialized Fields
-
filename
String filename
-
-
-
Class com.vaadin.ui.Upload.FailedEvent extends Upload.FinishedEvent implements Serializable
-
Serialized Fields
-
reason
Exception reason
-
-
-
Class com.vaadin.ui.Upload.FinishedEvent extends Component.Event implements Serializable
-
Class com.vaadin.ui.Upload.NoInputStreamEvent extends Upload.FailedEvent implements Serializable
-
Class com.vaadin.ui.Upload.NoOutputStreamEvent extends Upload.FailedEvent implements Serializable
-
Class com.vaadin.ui.Upload.StartedEvent extends Component.Event implements Serializable
-
Class com.vaadin.ui.Upload.SucceededEvent extends Upload.FinishedEvent implements Serializable
-
Class com.vaadin.ui.VerticalLayout extends AbstractOrderedLayout implements Serializable
-
Class com.vaadin.ui.VerticalSplitPanel extends AbstractSplitPanel implements Serializable
-
Class com.vaadin.ui.Video extends AbstractMedia implements Serializable
-
Class com.vaadin.ui.Window extends Panel implements Serializable
-
Serialized Fields
-
rpc
WindowServerRpc rpc
-
closeShortcuts
List<E> closeShortcuts
Holds registered CloseShortcut instances for query and later removal
-
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).
-
-
-
Class com.vaadin.ui.Window.CloseEvent extends Component.Event implements Serializable
-
Class com.vaadin.ui.Window.CloseShortcut extends ShortcutListener implements Serializable
-
Serialized Fields
-
window
Window window
-
-
-
Class com.vaadin.ui.Window.ResizeEvent extends Component.Event implements Serializable
-
Class com.vaadin.ui.Window.WindowModeChangeEvent extends Component.Event implements Serializable
-
Serialized Fields
-
windowMode
WindowMode windowMode
-
-
-
-
Package com.vaadin.ui.components.calendar
-
Class com.vaadin.ui.components.calendar.CalendarComponentEvent extends Component.Event implements Serializable
-
Class com.vaadin.ui.components.calendar.CalendarComponentEvents.BackwardEvent extends CalendarComponentEvent implements Serializable
-
Class com.vaadin.ui.components.calendar.CalendarComponentEvents.DateClickEvent extends CalendarComponentEvent implements Serializable
-
Serialized Fields
-
date
Date date
Date that was clicked.
-
-
-
Class com.vaadin.ui.components.calendar.CalendarComponentEvents.EventClick extends CalendarComponentEvent implements Serializable
-
Serialized Fields
-
calendarEvent
CalendarEvent calendarEvent
Clicked source event.
-
-
-
Class com.vaadin.ui.components.calendar.CalendarComponentEvents.EventResize extends CalendarComponentEvent implements Serializable
-
Serialized Fields
-
calendarEvent
CalendarEvent calendarEvent
-
startTime
Date startTime
-
endTime
Date endTime
-
-
-
Class com.vaadin.ui.components.calendar.CalendarComponentEvents.ForwardEvent extends CalendarComponentEvent implements Serializable
-
Class com.vaadin.ui.components.calendar.CalendarComponentEvents.MoveEvent extends CalendarComponentEvent implements Serializable
-
Serialized Fields
-
calendarEvent
CalendarEvent calendarEvent
Index for the moved Schedule.Event.
-
newStart
Date newStart
New starting date for the moved Calendar.Event.
-
-
-
Class com.vaadin.ui.components.calendar.CalendarComponentEvents.RangeSelectEvent extends CalendarComponentEvent implements Serializable
-
Class com.vaadin.ui.components.calendar.CalendarComponentEvents.WeekClick extends CalendarComponentEvent implements Serializable
-
Serialized Fields
-
week
int week
Target week.
-
year
int year
Target year.
-
-
-
Class com.vaadin.ui.components.calendar.CalendarDateRange extends Object implements Serializable
-
Class com.vaadin.ui.components.calendar.CalendarTargetDetails extends TargetDetailsImpl implements Serializable
-
Serialized Fields
-
hasDropTime
boolean hasDropTime
-
-
-
Class com.vaadin.ui.components.calendar.ContainerEventProvider extends Object implements Serializable
-
Serialized Fields
-
eventSetChangeListeners
List<E> eventSetChangeListeners
Listeners attached to the container
-
eventChangeListeners
List<E> eventChangeListeners
-
eventCache
List<E> eventCache
The event cache contains the events previously created by
ContainerEventProvider.getEvents(Date, Date)
-
container
Container.Indexed container
The container used as datasource
-
captionProperty
Object captionProperty
Container properties. Defaults based on using the
BasicEvent
helper class. -
descriptionProperty
Object descriptionProperty
-
startDateProperty
Object startDateProperty
-
endDateProperty
Object endDateProperty
-
styleNameProperty
Object styleNameProperty
-
allDayProperty
Object allDayProperty
-
-
-
-
Package com.vaadin.ui.components.calendar.event
-
Class com.vaadin.ui.components.calendar.event.BasicEvent extends Object implements Serializable
-
Class com.vaadin.ui.components.calendar.event.BasicEventProvider extends Object implements Serializable
-
Class com.vaadin.ui.components.calendar.event.CalendarEvent.EventChangeEvent extends Object implements Serializable
-
Serialized Fields
-
source
CalendarEvent source
-
-
-
Class com.vaadin.ui.components.calendar.event.CalendarEventProvider.EventSetChangeEvent extends Object implements Serializable
-
Serialized Fields
-
source
CalendarEventProvider source
-
-
-
-
Package com.vaadin.ui.components.calendar.handler
-
Class com.vaadin.ui.components.calendar.handler.BasicBackwardHandler extends Object implements Serializable
-
Class com.vaadin.ui.components.calendar.handler.BasicDateClickHandler extends Object implements Serializable
-
Class com.vaadin.ui.components.calendar.handler.BasicEventMoveHandler extends Object implements Serializable
-
Class com.vaadin.ui.components.calendar.handler.BasicEventResizeHandler extends Object implements Serializable
-
Class com.vaadin.ui.components.calendar.handler.BasicForwardHandler extends Object implements Serializable
-
Class com.vaadin.ui.components.calendar.handler.BasicWeekClickHandler extends Object implements Serializable
-
-
Package com.vaadin.ui.components.colorpicker
-
Class com.vaadin.ui.components.colorpicker.ColorChangeEvent extends Component.Event implements Serializable
-
Serialized Fields
-
color
Color color
-
-
-
Class com.vaadin.ui.components.colorpicker.ColorPickerGradient extends AbstractComponent implements Serializable
-
Serialized Fields
-
rpc
ColorPickerGradientServerRpc rpc
-
converter
AbstractColorPicker.Coordinates2Color converter
The converter.
-
color
Color color
The foreground color.
-
x
int x
The x-coordinate.
-
y
int y
The y-coordinate.
-
-
-
Class com.vaadin.ui.components.colorpicker.ColorPickerGrid extends AbstractComponent implements Serializable
-
Serialized Fields
-
rpc
ColorPickerGridServerRpc rpc
-
x
int x
The x-coordinate.
-
y
int y
The y-coordinate.
-
rows
int rows
The rows.
-
columns
int columns
The columns.
-
colorGrid
Color[][] colorGrid
The color grid.
-
changedColors
Map<K,V> changedColors
The changed colors.
-
-
-
Class com.vaadin.ui.components.colorpicker.ColorPickerHistory extends CustomComponent implements Serializable
-
Serialized Fields
-
tempHistory
ArrayBlockingQueue<E> tempHistory
Temporary color history for when the component is detached.
-
grid
ColorPickerGrid grid
The grid.
-
-
-
Class com.vaadin.ui.components.colorpicker.ColorPickerPopup extends Window implements Serializable
-
Serialized Fields
-
tabs
TabSheet tabs
The tabs.
-
rgbTab
Component rgbTab
-
hsvTab
Component hsvTab
-
swatchesTab
Component swatchesTab
-
layout
VerticalLayout layout
The layout.
-
ok
Button ok
The ok button.
-
cancel
Button cancel
The cancel button.
-
resize
Button resize
The resize button.
-
selectedColor
Color selectedColor
The selected color.
-
history
ColorPickerHistory history
The history.
-
historyContainer
Layout historyContainer
The history container.
-
rgbGradient
ColorPickerGradient rgbGradient
The rgb gradient.
-
hsvGradient
ColorPickerGradient hsvGradient
The hsv gradient.
-
redSlider
Slider redSlider
The red slider.
-
greenSlider
Slider greenSlider
The green slider.
-
blueSlider
Slider blueSlider
The blue slider.
-
hueSlider
Slider hueSlider
The hue slider.
-
saturationSlider
Slider saturationSlider
The saturation slider.
-
valueSlider
Slider valueSlider
The value slider.
-
rgbPreview
ColorPickerPreview rgbPreview
The preview on the rgb tab.
-
hsvPreview
ColorPickerPreview hsvPreview
The preview on the hsv tab.
-
selPreview
ColorPickerPreview selPreview
The preview on the swatches tab.
-
colorSelect
ColorPickerSelect colorSelect
The color select.
-
selectors
Set<E> selectors
The selectors.
-
updatingColors
boolean updatingColors
Set true while the slider values are updated after colorChange. When true, valueChange reactions from the sliders are disabled, because otherwise the set color may become corrupted as it is repeatedly re-set in valueChangeListeners using values from sliders that may not have been updated yet.
-
RGBConverter
AbstractColorPicker.Coordinates2Color RGBConverter
RGB color converter
-
HSVConverter
AbstractColorPicker.Coordinates2Color HSVConverter
HSV color converter
-
-
-
Class com.vaadin.ui.components.colorpicker.ColorPickerPreview extends CssLayout implements Serializable
-
Class com.vaadin.ui.components.colorpicker.ColorPickerSelect extends CustomComponent implements Serializable
-
Serialized Fields
-
range
ComboBox range
The range.
-
grid
ColorPickerGrid grid
The grid.
-
-
-
-
Package com.vaadin.ui.declarative
-
Class com.vaadin.ui.declarative.Design extends Object implements Serializable
-
Class com.vaadin.ui.declarative.Design.DefaultComponentFactory extends Object implements Serializable
-
Class com.vaadin.ui.declarative.Design.DefaultComponentMapper extends Object implements Serializable
-
Class com.vaadin.ui.declarative.DesignAttributeHandler extends Object implements Serializable
-
Class com.vaadin.ui.declarative.DesignContext extends Object implements Serializable
-
Serialized Fields
-
rootComponent
Component rootComponent
-
idToComponent
Map<K,V> idToComponent
-
localIdToComponent
Map<K,V> localIdToComponent
-
captionToComponent
Map<K,V> captionToComponent
-
componentToLocalId
Map<K,V> componentToLocalId
-
doc
org.jsoup.nodes.Document doc
-
packageToPrefix
Map<K,V> packageToPrefix
-
prefixToPackage
Map<K,V> prefixToPackage
-
customAttributes
Map<K,V> customAttributes
-
listeners
List<E> listeners
-
shouldWriteDataDelegate
ShouldWriteDataDelegate shouldWriteDataDelegate
-
legacyDesignPrefix
Boolean legacyDesignPrefix
-
-
-
Class com.vaadin.ui.declarative.DesignContext.ComponentCreatedEvent extends Object implements Serializable
-
Serialized Fields
-
localId
String localId
-
component
Component component
-
context
DesignContext context
-
-
-
Class com.vaadin.ui.declarative.DesignException extends RuntimeException implements Serializable
-
Class com.vaadin.ui.declarative.DesignFormatter extends Object implements Serializable
-
Serialized Fields
-
converterMap
Map<K,V> converterMap
-
stringEnumConverter
Converter<PRESENTATION,MODEL> stringEnumConverter
-
stringObjectConverter
Converter<PRESENTATION,MODEL> stringObjectConverter
-
-
-
Class com.vaadin.ui.declarative.FieldBinder extends Object implements Serializable
-
Class com.vaadin.ui.declarative.FieldBindingException extends RuntimeException implements Serializable
-
-
Package com.vaadin.ui.declarative.converters
-
Class com.vaadin.ui.declarative.converters.DesignDateConverter extends Object implements Serializable
-
Class com.vaadin.ui.declarative.converters.DesignEnumConverter extends Object implements Serializable
-
Class com.vaadin.ui.declarative.converters.DesignObjectConverter extends Object implements Serializable
-
Class com.vaadin.ui.declarative.converters.DesignResourceConverter extends Object implements Serializable
-
Class com.vaadin.ui.declarative.converters.DesignShortcutActionConverter extends Object implements Serializable
-
Class com.vaadin.ui.declarative.converters.DesignTimeZoneConverter extends Object implements Serializable
-
Class com.vaadin.ui.declarative.converters.DesignToStringConverter extends Object implements Serializable
-
-
Package com.vaadin.ui.renderers
-
Class com.vaadin.ui.renderers.AbstractJavaScriptRenderer extends Grid.AbstractRenderer<T> implements Serializable
-
Serialized Fields
-
callbackHelper
JavaScriptCallbackHelper callbackHelper
-
-
-
Class com.vaadin.ui.renderers.ButtonRenderer extends ClickableRenderer<String> implements Serializable
-
Class com.vaadin.ui.renderers.ClickableRenderer extends Grid.AbstractRenderer<T> implements Serializable
-
Class com.vaadin.ui.renderers.ClickableRenderer.RendererClickEvent extends MouseEvents.ClickEvent implements Serializable
-
Serialized Fields
-
itemId
Object itemId
-
column
Grid.Column column
-
-
-
Class com.vaadin.ui.renderers.DateRenderer extends Grid.AbstractRenderer<Date> implements Serializable
-
Serialized Fields
-
locale
Locale locale
-
formatString
String formatString
-
dateFormat
DateFormat dateFormat
-
-
-
Class com.vaadin.ui.renderers.HtmlRenderer extends Grid.AbstractRenderer<String> implements Serializable
-
Class com.vaadin.ui.renderers.ImageRenderer extends ClickableRenderer<Resource> implements Serializable
-
Class com.vaadin.ui.renderers.NumberRenderer extends Grid.AbstractRenderer<Number> implements Serializable
-
Serialized Fields
-
locale
Locale locale
-
numberFormat
NumberFormat numberFormat
-
formatString
String formatString
-
-
-
Class com.vaadin.ui.renderers.ProgressBarRenderer extends Grid.AbstractRenderer<Double> implements Serializable
-
Class com.vaadin.ui.renderers.TextRenderer extends Grid.AbstractRenderer<String> implements Serializable
-
-
Package com.vaadin.util
-
Class com.vaadin.util.CurrentInstance extends Object implements Serializable
-
Serialized Fields
-
instance
WeakReference<T> instance
-
inheritable
boolean inheritable
-
-
-
Class com.vaadin.util.FileTypeResolver extends Object implements Serializable
-
Class com.vaadin.util.ReflectTools extends Object implements Serializable
-
-
Package elemental.json
-
Class elemental.json.JsonException extends RuntimeException implements Serializable
-
-
Package elemental.json.impl
-
Class elemental.json.impl.JreJsonArray extends JreJsonValue implements Serializable
serialVersionUID:
1L
-
Serialization Methods
-
readObject
@GwtIncompatible private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
Throws:
-
writeObject
@GwtIncompatible private void writeObject(ObjectOutputStream stream) throws IOException
Throws:
-
-
-
Class elemental.json.impl.JreJsonBoolean extends JreJsonValue implements Serializable
serialVersionUID:
1L
-
Serialization Methods
-
readObject
@GwtIncompatible private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
Throws:
-
writeObject
@GwtIncompatible private void writeObject(ObjectOutputStream stream) throws IOException
Throws:
-
-
-
Class elemental.json.impl.JreJsonNull extends JreJsonValue implements Serializable
serialVersionUID:
1L
-
Serialization Methods
-
readResolve
@GwtIncompatible private Object readResolve() throws ObjectStreamException
Throws:
-
-
-
Class elemental.json.impl.JreJsonNumber extends JreJsonValue implements Serializable
serialVersionUID:
1L
-
Serialization Methods
-
readObject
@GwtIncompatible private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
Throws:
-
writeObject
@GwtIncompatible private void writeObject(ObjectOutputStream stream) throws IOException
Throws:
-
-
-
Class elemental.json.impl.JreJsonObject extends JreJsonValue implements Serializable
serialVersionUID:
1L
-
Serialization Methods
-
readObject
@GwtIncompatible private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
Throws:
-
writeObject
@GwtIncompatible private void writeObject(ObjectOutputStream stream) throws IOException
Throws:
-
-
-
Class elemental.json.impl.JreJsonString extends JreJsonValue implements Serializable
serialVersionUID:
1L
-
Serialization Methods
-
readObject
@GwtIncompatible private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
Throws:
-
writeObject
@GwtIncompatible private void writeObject(ObjectOutputStream stream) throws IOException
Throws:
-
-
-
Class elemental.json.impl.JreJsonValue extends Object implements Serializable
-