Serialized Form


Package com.vaadin.shared

Class com.vaadin.shared.AbstractComponentState extends SharedState implements Serializable

Serialized Fields

height

java.lang.String height

width

java.lang.String width

readOnly

boolean readOnly

immediate

boolean immediate

description

java.lang.String description

caption

java.lang.String caption

styles

java.util.List<E> styles

id

java.lang.String id

primaryStyleName

java.lang.String primaryStyleName

errorMessage

java.lang.String errorMessage

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

Class com.vaadin.shared.ApplicationConstants extends java.lang.Object implements Serializable

Class com.vaadin.shared.ComponentConstants extends java.lang.Object implements Serializable

Class com.vaadin.shared.JavaScriptExtensionState extends SharedState implements Serializable

Serialized Fields

callbackNames

java.util.Set<E> callbackNames

rpcInterfaces

java.util.Map<K,V> rpcInterfaces

Class com.vaadin.shared.JsonConstants extends java.lang.Object implements Serializable

Class com.vaadin.shared.MouseEventDetails extends java.lang.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 java.lang.Object implements Serializable

Class com.vaadin.shared.VBrowserDetails extends java.lang.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

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 java.lang.Object implements Serializable


Package com.vaadin.shared.annotations

Class com.vaadin.shared.annotations.DelegateToWidget.Helper extends java.lang.Object implements Serializable


Package com.vaadin.shared.communication

Class com.vaadin.shared.communication.FieldRpc extends java.lang.Object implements Serializable

Class com.vaadin.shared.communication.LegacyChangeVariablesInvocation extends MethodInvocation implements Serializable

Serialized Fields

variableChanges

java.util.Map<K,V> variableChanges

Class com.vaadin.shared.communication.MethodInvocation extends java.lang.Object implements Serializable

Serialized Fields

connectorId

java.lang.String connectorId

interfaceName

java.lang.String interfaceName

methodName

java.lang.String methodName

parameters

java.lang.Object[] parameters

Class com.vaadin.shared.communication.PushConstants extends java.lang.Object implements Serializable

Class com.vaadin.shared.communication.SharedState extends java.lang.Object implements Serializable

Serialized Fields

resources

java.util.Map<K,V> resources
The automatically managed resources used by the connector.

See Also:
com.vaadin.server.AbstractClientConnector#setResource(String, com.vaadin.server.Resource), com.vaadin.client.ui.AbstractConnector#getResourceUrl(String)

enabled

boolean enabled

registeredEventListeners

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

Class com.vaadin.shared.communication.UidlValue extends java.lang.Object implements Serializable

Serialized Fields

value

java.lang.Object value

Class com.vaadin.shared.communication.URLReference extends java.lang.Object implements Serializable

Serialized Fields

URL

java.lang.String URL

Package com.vaadin.shared.data

Package com.vaadin.shared.extension.javascriptmanager

Class com.vaadin.shared.extension.javascriptmanager.JavaScriptManagerState extends SharedState implements Serializable

Serialized Fields

names

java.util.Set<E> names

Package com.vaadin.shared.ui

Class com.vaadin.shared.ui.AbstractEmbeddedState extends AbstractComponentState implements Serializable

Serialized Fields

alternateText

java.lang.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

java.lang.String altText

htmlContentAllowed

boolean htmlContentAllowed

autoplay

boolean autoplay

muted

boolean muted

sources

java.util.List<E> sources

sourceTypes

java.util.List<E> sourceTypes

Class com.vaadin.shared.ui.AlignmentInfo extends java.lang.Object implements Serializable

Serialized Fields

bitMask

int bitMask

Class com.vaadin.shared.ui.AlignmentInfo.Bits extends java.lang.Object implements Serializable

Class com.vaadin.shared.ui.BrowserWindowOpenerState extends AbstractComponentState implements Serializable

Serialized Fields

target

java.lang.String target

features

java.lang.String features

uriFragment

java.lang.String uriFragment

parameters

java.util.Map<K,V> parameters

Class com.vaadin.shared.ui.ComponentStateUtil extends java.lang.Object implements Serializable

Class com.vaadin.shared.ui.JavaScriptComponentState extends AbstractComponentState implements Serializable

Serialized Fields

callbackNames

java.util.Set<E> callbackNames

rpcInterfaces

java.util.Map<K,V> rpcInterfaces

Class com.vaadin.shared.ui.MarginInfo extends java.lang.Object implements Serializable

Serialized Fields

bitMask

int bitMask

Class com.vaadin.shared.ui.ShortCutConstants extends java.lang.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

Serialized Fields

connectorToCssPosition

java.util.Map<K,V> connectorToCssPosition

Package com.vaadin.shared.ui.accordion

Class com.vaadin.shared.ui.accordion.AccordionState extends TabsheetState 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

java.lang.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 java.lang.Object implements Serializable

Class com.vaadin.shared.ui.calendar.CalendarState extends AbstractComponentState implements Serializable

Serialized Fields

format24H

boolean format24H

dayNames

java.lang.String[] dayNames

monthNames

java.lang.String[] monthNames

firstVisibleDayOfWeek

int firstVisibleDayOfWeek

lastVisibleDayOfWeek

int lastVisibleDayOfWeek

firstHourOfDay

int firstHourOfDay

lastHourOfDay

int lastHourOfDay

firstDayOfWeek

int firstDayOfWeek

scroll

int scroll

now

java.lang.String now

days

java.util.List<E> days

events

java.util.List<E> events

actions

java.util.List<E> actions

eventCaptionAsHtml

boolean eventCaptionAsHtml

Class com.vaadin.shared.ui.calendar.CalendarState.Action extends java.lang.Object implements Serializable

Serialized Fields

caption

java.lang.String caption

iconKey

java.lang.String iconKey

actionKey

java.lang.String actionKey

startDate

java.lang.String startDate

endDate

java.lang.String endDate

Class com.vaadin.shared.ui.calendar.CalendarState.Day extends java.lang.Object implements Serializable

Serialized Fields

date

java.lang.String date

localizedDateFormat

java.lang.String localizedDateFormat

dayOfWeek

int dayOfWeek

week

int week

yearOfWeek

int yearOfWeek

Class com.vaadin.shared.ui.calendar.CalendarState.Event extends java.lang.Object implements Serializable

Serialized Fields

index

int index

caption

java.lang.String caption

dateFrom

java.lang.String dateFrom

dateTo

java.lang.String dateTo

timeFrom

java.lang.String timeFrom

timeTo

java.lang.String timeTo

styleName

java.lang.String styleName

description

java.lang.String description

allDay

boolean allDay

Class com.vaadin.shared.ui.calendar.DateConstants extends java.lang.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 java.lang.Object implements Serializable

Serialized Fields

red

int red

green

int green

blue

int blue

alpha

int alpha

OUTOFRANGE

java.lang.String OUTOFRANGE

Class com.vaadin.shared.ui.colorpicker.ColorPickerGradientState extends AbstractComponentState implements Serializable

Serialized Fields

cursorX

int cursorX

cursorY

int cursorY

bgColor

java.lang.String bgColor

Class com.vaadin.shared.ui.colorpicker.ColorPickerGridState extends AbstractComponentState implements Serializable

Serialized Fields

rowCount

int rowCount

columnCount

int columnCount

changedX

java.lang.String[] changedX

changedY

java.lang.String[] changedY

changedColor

java.lang.String[] changedColor

Class com.vaadin.shared.ui.colorpicker.ColorPickerState extends AbstractComponentState implements Serializable

Serialized Fields

popupVisible

boolean popupVisible

color

java.lang.String color

showDefaultCaption

boolean showDefaultCaption

Package com.vaadin.shared.ui.combobox

Class com.vaadin.shared.ui.combobox.ComboBoxConstants extends java.lang.Object implements Serializable

Class com.vaadin.shared.ui.combobox.ComboBoxState extends AbstractFieldState implements Serializable


Package com.vaadin.shared.ui.csslayout

Class com.vaadin.shared.ui.csslayout.CssLayoutState extends AbstractLayoutState implements Serializable

Serialized Fields

childCss

java.util.Map<K,V> childCss

Package com.vaadin.shared.ui.customlayout

Class com.vaadin.shared.ui.customlayout.CustomLayoutState extends AbstractLayoutState implements Serializable

Serialized Fields

childLocations

java.util.Map<K,V> childLocations

templateContents

java.lang.String templateContents

templateName

java.lang.String templateName

Package com.vaadin.shared.ui.datefield

Class com.vaadin.shared.ui.datefield.DateFieldConstants extends java.lang.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

java.lang.String descriptionForAssistiveDevices

Class com.vaadin.shared.ui.datefield.TextualDateFieldState extends AbstractFieldState implements Serializable

Serialized Fields

rangeStart

java.util.Date rangeStart

rangeEnd

java.util.Date rangeEnd

Package com.vaadin.shared.ui.draganddropwrapper

Class com.vaadin.shared.ui.draganddropwrapper.DragAndDropWrapperConstants extends java.lang.Object implements Serializable


Package com.vaadin.shared.ui.embedded

Class com.vaadin.shared.ui.embedded.EmbeddedConstants extends java.lang.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

Serialized Fields

classId

java.lang.String classId

codebase

java.lang.String codebase

codetype

java.lang.String codetype

archive

java.lang.String archive

standby

java.lang.String standby

embedParams

java.util.Map<K,V> embedParams

Package com.vaadin.shared.ui.form

Class com.vaadin.shared.ui.form.FormState extends AbstractFieldState implements Serializable

Serialized Fields

layout

Connector layout

footer

Connector footer

Package com.vaadin.shared.ui.grid

Class com.vaadin.shared.ui.grid.ColumnGroupState extends java.lang.Object implements Serializable

Serialized Fields

columns

java.util.List<E> columns
The columns that is included in the group


header

java.lang.String header
The header text of the group


footer

java.lang.String footer
The footer text of the group

Class com.vaadin.shared.ui.grid.GridColumnState extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.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
Are sorting indicators shown for a column. Default is false.


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.

Class com.vaadin.shared.ui.grid.GridConstants extends java.lang.Object implements Serializable

Class com.vaadin.shared.ui.grid.GridState extends AbstractComponentState implements Serializable

Serialized Fields

columns

java.util.List<E> columns
Columns in grid.


columnOrder

java.util.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.


selectedKeys

java.util.List<E> selectedKeys

selectionMode

GridState.SharedSelectionMode selectionMode

singleSelectDeselectAllowed

boolean singleSelectDeselectAllowed
Whether single select mode can be cleared through the UI


sortColumns

java.lang.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


hasRowStyleGenerator

boolean hasRowStyleGenerator
Whether row data might contain generated row styles


hasCellStyleGenerator

boolean hasCellStyleGenerator
Whether row data might contain generated cell styles


editorSaveCaption

java.lang.String editorSaveCaption
The caption for the save button in the editor


editorCancelCaption

java.lang.String editorCancelCaption
The caption for the cancel button in the editor

Class com.vaadin.shared.ui.grid.GridStaticSectionState extends java.lang.Object implements Serializable

Serialized Fields

rows

java.util.List<E> rows

visible

boolean visible

Class com.vaadin.shared.ui.grid.GridStaticSectionState.CellState extends java.lang.Object implements Serializable

Serialized Fields

text

java.lang.String text

html

java.lang.String html

connector

Connector connector

type

GridStaticCellType type

columnId

java.lang.String columnId

styleName

java.lang.String styleName

Class com.vaadin.shared.ui.grid.GridStaticSectionState.RowState extends java.lang.Object implements Serializable

Serialized Fields

cells

java.util.List<E> cells

defaultRow

boolean defaultRow

cellGroups

java.util.Map<K,V> cellGroups
Map from column id set to cell state for merged state.


styleName

java.lang.String styleName
The style name for the row. Null if none.

Class com.vaadin.shared.ui.grid.Range extends java.lang.Object implements Serializable

Serialized Fields

start

int start

end

int end

Package com.vaadin.shared.ui.grid.renderers

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

java.util.Set<E> explicitRowRatios

explicitColRatios

java.util.Set<E> explicitColRatios

childData

java.util.Map<K,V> childData

hideEmptyRowsAndColumns

boolean hideEmptyRowsAndColumns

Class com.vaadin.shared.ui.gridlayout.GridLayoutState.ChildComponentData extends java.lang.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

java.lang.String text

Package com.vaadin.shared.ui.link

Class com.vaadin.shared.ui.link.LinkConstants extends java.lang.Object implements Serializable

Class com.vaadin.shared.ui.link.LinkState extends AbstractComponentState implements Serializable

Serialized Fields

name

java.lang.String name

target

java.lang.String target

targetBorder

BorderStyle targetBorder

targetWidth

int targetWidth

targetHeight

int targetHeight

Package com.vaadin.shared.ui.menubar

Class com.vaadin.shared.ui.menubar.MenuBarConstants extends java.lang.Object implements Serializable

Class com.vaadin.shared.ui.menubar.MenuBarState extends TabIndexState implements Serializable


Package com.vaadin.shared.ui.optiongroup

Class com.vaadin.shared.ui.optiongroup.OptionGroupConstants extends java.lang.Object implements Serializable

Class com.vaadin.shared.ui.optiongroup.OptionGroupState extends AbstractFieldState implements Serializable


Package com.vaadin.shared.ui.orderedlayout

Class com.vaadin.shared.ui.orderedlayout.AbstractOrderedLayoutState extends AbstractLayoutState implements Serializable

Serialized Fields

spacing

boolean spacing

childData

java.util.HashMap<K,V> childData

marginsBitmask

int marginsBitmask

Class com.vaadin.shared.ui.orderedlayout.AbstractOrderedLayoutState.ChildComponentData extends java.lang.Object implements Serializable

Serialized Fields

alignmentBitmask

int alignmentBitmask

expandRatio

float expandRatio

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

java.lang.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

java.lang.Float state

Class com.vaadin.shared.ui.progressindicator.ProgressIndicatorState extends ProgressBarState implements Serializable

Serialized Fields

pollingInterval

int pollingInterval
Deprecated. 

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 java.lang.Object implements Serializable

Serialized Fields

position

float position

positionUnit

java.lang.String positionUnit

minPosition

float minPosition

minPositionUnit

java.lang.String minPositionUnit

maxPosition

float maxPosition

maxPositionUnit

java.lang.String maxPositionUnit

positionReversed

boolean positionReversed

locked

boolean locked

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 java.lang.Object implements Serializable

Class com.vaadin.shared.ui.table.TableState extends AbstractFieldState implements Serializable


Package com.vaadin.shared.ui.tabsheet

Class com.vaadin.shared.ui.tabsheet.TabsheetBaseConstants extends java.lang.Object implements Serializable

Class com.vaadin.shared.ui.tabsheet.TabsheetConstants extends java.lang.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

java.util.List<E> tabs

tabsVisible

boolean tabsVisible
true to show the tab bar, false to only show the contained component


selected

java.lang.String selected
the key of the currently selected tab


tabCaptionsAsHtml

boolean tabCaptionsAsHtml

Class com.vaadin.shared.ui.tabsheet.TabState extends java.lang.Object implements Serializable

Serialized Fields

caption

java.lang.String caption

enabled

boolean enabled

visible

boolean visible

closable

boolean closable

description

java.lang.String description

styleName

java.lang.String styleName

key

java.lang.String key

componentError

java.lang.String componentError

id

java.lang.String id

iconAltText

java.lang.String iconAltText

Package com.vaadin.shared.ui.textarea

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

Serialized Fields

maxLength

int maxLength
Maximum character count in text field.


columns

int columns
Number of visible columns in the TextField.


inputPrompt

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


text

java.lang.String text
The text in the field

Class com.vaadin.shared.ui.textfield.TextFieldConstants extends java.lang.Object implements Serializable


Package com.vaadin.shared.ui.tree

Class com.vaadin.shared.ui.tree.TreeConstants extends java.lang.Object implements Serializable

Class com.vaadin.shared.ui.tree.TreeState extends AbstractFieldState implements Serializable


Package com.vaadin.shared.ui.treetable

Class com.vaadin.shared.ui.treetable.TreeTableConstants extends java.lang.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 java.lang.Object implements Serializable

Class com.vaadin.shared.ui.twincolselect.TwinColSelectState extends AbstractFieldState implements Serializable


Package com.vaadin.shared.ui.ui

Class com.vaadin.shared.ui.ui.PageState extends java.lang.Object implements Serializable

Serialized Fields

hasResizeListeners

boolean hasResizeListeners
True if the page has browser window resize listeners.


title

java.lang.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 java.lang.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

java.lang.String overlayContainerLabel

notificationConfigurations

java.util.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

java.lang.String theme
Currently used theme.

Since:
7.3

Class com.vaadin.shared.ui.ui.UIState.LoadingIndicatorConfigurationState extends java.lang.Object implements Serializable

Serialized Fields

firstDelay

int firstDelay

secondDelay

int secondDelay

thirdDelay

int thirdDelay

Class com.vaadin.shared.ui.ui.UIState.LocaleData extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

monthNames

java.lang.String[] monthNames

shortMonthNames

java.lang.String[] shortMonthNames

shortDayNames

java.lang.String[] shortDayNames

dayNames

java.lang.String[] dayNames

firstDayOfWeek

int firstDayOfWeek

dateFormat

java.lang.String dateFormat

twelveHourClock

boolean twelveHourClock

hourMinuteDelimiter

java.lang.String hourMinuteDelimiter

am

java.lang.String am

pm

java.lang.String pm

Class com.vaadin.shared.ui.ui.UIState.LocaleServiceState extends java.lang.Object implements Serializable

Serialized Fields

localeData

java.util.List<E> localeData

Class com.vaadin.shared.ui.ui.UIState.NotificationTypeConfiguration extends java.lang.Object implements Serializable

Serialized Fields

prefix

java.lang.String prefix

postfix

java.lang.String postfix

notificationRole

NotificationRole notificationRole

Class com.vaadin.shared.ui.ui.UIState.PushConfigurationState extends java.lang.Object implements Serializable

Serialized Fields

mode

PushMode mode

parameters

java.util.Map<K,V> parameters

Class com.vaadin.shared.ui.ui.UIState.TooltipConfigurationState extends java.lang.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

Package com.vaadin.shared.ui.video

Class com.vaadin.shared.ui.video.VideoConstants extends java.lang.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

java.lang.String assistivePrefix

assistivePostfix

java.lang.String assistivePostfix

contentDescription

Connector[] contentDescription

role

WindowRole role

assistiveTabStop

boolean assistiveTabStop

assistiveTabStopTopText

java.lang.String assistiveTabStopTopText

assistiveTabStopBottomText

java.lang.String assistiveTabStopBottomText

Package com.vaadin.shared.util

Class com.vaadin.shared.util.SharedUtil extends java.lang.Object implements Serializable



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