Serialized Form
-
Package com.vaadin.shared
-
Class com.vaadin.shared.AbstractComponentState extends SharedState implements Serializable
-
Serialized Fields
-
caption
String caption
-
captionAsHtml
boolean captionAsHtml
-
description
String description
-
errorLevel
ErrorLevel errorLevel
Level of error- Since:
- 7.7.11
-
errorMessage
String errorMessage
HTML formatted error message for the component -
height
String height
-
id
String id
-
immediate
boolean immediate
-
primaryStyleName
String primaryStyleName
-
readOnly
boolean readOnly
-
styles
List<String> styles
-
width
String width
-
-
-
Class com.vaadin.shared.AbstractFieldState extends TabIndexState implements Serializable
-
Serialized Fields
-
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
-
hideErrors
boolean hideErrors
-
modified
boolean modified
-
propertyReadOnly
boolean propertyReadOnly
-
required
boolean required
-
-
-
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
-
altKey
boolean altKey
-
button
MouseEventDetails.MouseButton button
-
clientX
int clientX
-
clientY
int clientY
-
ctrlKey
boolean ctrlKey
-
metaKey
boolean metaKey
-
relativeX
int relativeX
-
relativeY
int relativeY
-
shiftKey
boolean shiftKey
-
type
int type
-
-
-
Class com.vaadin.shared.VaadinUriResolver extends Object implements Serializable
-
Class com.vaadin.shared.VBrowserDetails extends Object implements Serializable
-
Serialized Fields
-
browserEngineVersion
float browserEngineVersion
-
browserMajorVersion
int browserMajorVersion
-
browserMinorVersion
int browserMinorVersion
-
isChrome
boolean isChrome
-
isChromeFrame
boolean isChromeFrame
-
isChromeFrameCapable
boolean isChromeFrameCapable
-
isEdge
boolean isEdge
-
isFirefox
boolean isFirefox
-
isGecko
boolean isGecko
-
isIE
boolean isIE
-
isIPad
boolean isIPad
-
isIPhone
boolean isIPhone
-
isOpera
boolean isOpera
-
isPhantomJS
boolean isPhantomJS
-
isPresto
boolean isPresto
-
isSafari
boolean isSafari
-
isTrident
boolean isTrident
-
isWebKit
boolean isWebKit
-
isWindowsPhone
boolean isWindowsPhone
-
os
VBrowserDetails.OperatingSystem os
-
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
-
Serialized Fields
-
enabled
boolean enabled
-
registeredEventListeners
Set<String> registeredEventListeners
A set of event identifiers with registered listeners. -
resources
Map<String,URLReference> 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)
-
-
-
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
-
altText
String altText
-
autoplay
boolean autoplay
-
htmlContentAllowed
boolean htmlContentAllowed
-
loop
boolean loop
Looping of media active (true) or not.- Since:
- 7.7.11
-
muted
boolean muted
-
preload
PreloadMode preload
Preload mode for the media.- Since:
- 7.7.11
-
showControls
boolean showControls
-
sources
List<URLReference> sources
-
sourceTypes
List<String> 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
-
clickShortcutKeyCode
int clickShortcutKeyCode
-
disableOnClick
boolean disableOnClick
-
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
-
actions
List<CalendarState.Action> actions
-
dayNames
String[] dayNames
-
days
List<CalendarState.Day> days
-
eventCaptionAsHtml
boolean eventCaptionAsHtml
-
events
List<CalendarState.Event> events
-
firstDayOfWeek
int firstDayOfWeek
-
firstHourOfDay
int firstHourOfDay
-
firstVisibleDayOfWeek
int firstVisibleDayOfWeek
-
format24H
boolean format24H
-
lastHourOfDay
int lastHourOfDay
-
lastVisibleDayOfWeek
int lastVisibleDayOfWeek
-
monthNames
String[] monthNames
-
now
String now
-
scroll
int scroll
-
-
-
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
-
alpha
int alpha
-
blue
int blue
-
green
int green
-
OUTOFRANGE
String OUTOFRANGE
-
red
int red
-
-
-
Class com.vaadin.shared.ui.colorpicker.ColorPickerGradientState extends AbstractComponentState implements Serializable
-
Serialized Fields
-
bgColor
String bgColor
-
cursorX
int cursorX
-
cursorY
int cursorY
-
-
-
Class com.vaadin.shared.ui.colorpicker.ColorPickerGridState extends AbstractComponentState implements Serializable
-
Class com.vaadin.shared.ui.colorpicker.ColorPickerState extends AbstractComponentState implements Serializable
-
Serialized Fields
-
color
String color
-
popupVisible
boolean popupVisible
-
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
-
descriptionForAssistiveDevices
String descriptionForAssistiveDevices
-
textFieldEnabled
boolean textFieldEnabled
-
-
-
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
-
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. -
expandRatio
int expandRatio
How much of the remaining space this column will reserve. -
headerCaption
String headerCaption
Column header caption -
hidable
boolean hidable
Whether the column can be hidden by the user. -
hidden
boolean hidden
Whether this column is currently hidden. -
hidingToggleCaption
String hidingToggleCaption
The caption for the column hiding toggle. -
id
String id
Id used by grid connector to map server side column with client side column -
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. -
rendererConnector
Connector rendererConnector
The connector for the renderer used to render the cells in this column. -
resizable
boolean resizable
Whether this column is resizable by the user. -
sortable
boolean sortable
Whether this column is sortable by the user -
width
double width
Column width in pixels. Default column width is -1.0.
-
-
-
Class com.vaadin.shared.ui.grid.GridConstants extends Object implements Serializable
-
Class com.vaadin.shared.ui.grid.GridState extends TabIndexState implements Serializable
-
Serialized Fields
-
cellTooltipContentMode
ContentMode cellTooltipContentMode
The content mode used for cell tooltips.- Since:
- 7.7.14
-
columnOrder
List<String> columnOrder
Column order in grid. -
columnReorderingAllowed
boolean columnReorderingAllowed
Whether the columns can be reordered -
columnResizeMode
ColumnResizeMode columnResizeMode
Column resize mode in grid.- Since:
- 7.7.5
-
columns
List<GridColumnState> columns
Columns in grid. -
editorBuffered
boolean editorBuffered
Buffered editor mode- Since:
- 7.6
-
editorCancelCaption
String editorCancelCaption
The caption for the cancel button in the editor -
editorEnabled
boolean editorEnabled
The enabled state of the editor interface -
editorSaveCaption
String editorSaveCaption
The caption for the save button in the editor -
footer
GridStaticSectionState footer
-
frozenColumnCount
int frozenColumnCount
The number of frozen columns -
hasDescriptions
boolean hasDescriptions
Whether rows and/or cells have generated descriptions (tooltips)- Since:
- 7.6
-
header
GridStaticSectionState header
-
heightByRows
double heightByRows
The height of the Grid in terms of body rows. -
heightMode
HeightMode heightMode
The mode by which Grid defines its height. -
rowTooltipContentMode
ContentMode rowTooltipContentMode
The content mode used for row tooltips.- Since:
- 7.7.14
-
sortColumns
String[] sortColumns
Keys of the currently sorted columns -
sortDirs
SortDirection[] sortDirs
Directions for each sorted column
-
-
-
Class com.vaadin.shared.ui.grid.GridStaticSectionState extends Object implements Serializable
-
Serialized Fields
-
rows
List<GridStaticSectionState.RowState> rows
-
visible
boolean visible
-
-
-
Class com.vaadin.shared.ui.grid.GridStaticSectionState.CellState extends Object implements Serializable
-
Class com.vaadin.shared.ui.grid.GridStaticSectionState.RowState extends Object implements Serializable
-
Serialized Fields
-
cellGroups
Map<Set<String>,GridStaticSectionState.CellState> cellGroups
Map from column id set to cell state for merged state. -
cells
List<GridStaticSectionState.CellState> cells
-
defaultRow
boolean defaultRow
-
styleName
String styleName
The style name for the row. Null if none.
-
-
-
Class com.vaadin.shared.ui.grid.Range extends Object implements Serializable
-
Serialized Fields
-
end
int end
-
start
int start
-
-
-
-
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
-
childData
Map<Connector,GridLayoutState.ChildComponentData> childData
-
colExpand
float[] colExpand
-
columns
int columns
-
explicitColRatios
Set<Integer> explicitColRatios
-
explicitRowRatios
Set<Integer> explicitRowRatios
-
hideEmptyRowsAndColumns
boolean hideEmptyRowsAndColumns
-
marginsBitmask
int marginsBitmask
-
rowExpand
float[] rowExpand
-
rows
int rows
-
spacing
boolean spacing
-
-
-
Class com.vaadin.shared.ui.gridlayout.GridLayoutState.ChildComponentData extends Object implements Serializable
-
Serialized Fields
-
alignment
int alignment
-
column1
int column1
-
column2
int column2
-
row1
int row1
-
row2
int row2
-
-
-
-
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
-
targetHeight
int targetHeight
-
targetWidth
int targetWidth
-
-
-
-
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
-
loginButtonConnector
Connector loginButtonConnector
-
loginResource
URLReference loginResource
-
passwordFieldConnector
Connector passwordFieldConnector
-
userNameFieldConnector
Connector userNameFieldConnector
-
-
-
-
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
-
Serialized Fields
-
childData
HashMap<Connector,AbstractOrderedLayoutState.ChildComponentData> childData
-
marginsBitmask
int marginsBitmask
-
spacing
boolean spacing
-
-
-
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
-
scrollLeft
int scrollLeft
-
scrollTop
int scrollTop
-
tabIndex
int tabIndex
-
-
-
-
Package com.vaadin.shared.ui.popupview
-
Class com.vaadin.shared.ui.popupview.PopupViewState extends AbstractComponentState implements Serializable
-
Serialized Fields
-
hideOnMouseOut
boolean hideOnMouseOut
-
html
String html
-
-
-
-
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
-
maxValue
double maxValue
-
minValue
double minValue
-
orientation
SliderOrientation orientation
-
resolution
int resolution
The number of fractional digits that are considered significant. Must be non-negative. -
value
double value
-
-
-
-
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
-
selected
String selected
the key of the currently selected tab -
tabCaptionsAsHtml
boolean tabCaptionsAsHtml
-
tabIndex
int tabIndex
Index of the component when switching focus - not related to Tabsheet tabs. -
tabs
List<TabState> tabs
-
tabsVisible
boolean tabsVisible
true to show the tab bar, false to only show the contained component
-
-
-
Class com.vaadin.shared.ui.tabsheet.TabState extends Object implements Serializable
-
Serialized Fields
-
caption
String caption
-
closable
boolean closable
-
componentError
String componentError
-
componentErrorLevel
ErrorLevel componentErrorLevel
The error level of the component.- Since:
- 7.7.11
-
description
String description
-
enabled
boolean enabled
-
iconAltText
String iconAltText
-
id
String id
-
key
String key
-
styleName
String styleName
-
visible
boolean visible
-
-
-
-
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
-
loadingIndicatorConfiguration
UIState.LoadingIndicatorConfigurationState loadingIndicatorConfiguration
-
localeServiceState
UIState.LocaleServiceState localeServiceState
State related to the LocaleService class. -
notificationConfigurations
Map<String,UIState.NotificationTypeConfiguration> notificationConfigurations
-
overlayContainerLabel
String overlayContainerLabel
-
pageState
PageState pageState
State related to the Page class. -
pollInterval
int pollInterval
-
pushConfiguration
UIState.PushConfigurationState pushConfiguration
Configuration for the push channel -
reconnectDialogConfiguration
UIState.ReconnectDialogConfigurationState reconnectDialogConfiguration
-
theme
String theme
Currently used theme.- Since:
- 7.3
-
tooltipConfiguration
UIState.TooltipConfigurationState tooltipConfiguration
-
-
-
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
-
am
String am
-
dateFormat
String dateFormat
-
dayNames
String[] dayNames
-
firstDayOfWeek
int firstDayOfWeek
-
hourMinuteDelimiter
String hourMinuteDelimiter
-
monthNames
String[] monthNames
-
name
String name
-
pm
String pm
-
shortDayNames
String[] shortDayNames
-
shortMonthNames
String[] shortMonthNames
-
twelveHourClock
boolean twelveHourClock
-
-
-
Class com.vaadin.shared.ui.ui.UIState.LocaleServiceState extends Object implements Serializable
-
Serialized Fields
-
localeData
List<UIState.LocaleData> localeData
-
-
-
Class com.vaadin.shared.ui.ui.UIState.NotificationTypeConfiguration extends Object implements Serializable
-
Serialized Fields
-
notificationRole
NotificationRole notificationRole
-
postfix
String postfix
-
prefix
String prefix
-
-
-
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
-
closeTimeout
int closeTimeout
-
maxWidth
int maxWidth
-
openDelay
int openDelay
-
quickOpenDelay
int quickOpenDelay
-
quickOpenTimeout
int quickOpenTimeout
-
-
-
-
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
-
assistivePostfix
String assistivePostfix
-
assistivePrefix
String assistivePrefix
-
assistiveTabStop
boolean assistiveTabStop
-
assistiveTabStopBottomText
String assistiveTabStopBottomText
-
assistiveTabStopTopText
String assistiveTabStopTopText
-
centered
boolean centered
-
contentDescription
Connector[] contentDescription
-
draggable
boolean draggable
-
modal
boolean modal
-
positionX
int positionX
-
positionY
int positionY
-
resizable
boolean resizable
-
resizeLazy
boolean resizeLazy
-
role
WindowRole role
-
windowMode
WindowMode windowMode
-
-
-
-
Package com.vaadin.shared.util
-
Class com.vaadin.shared.util.SharedUtil extends Object implements Serializable
-