Serialized Form
-
Package com.vaadin.osgi.resources
-
Class com.vaadin.osgi.resources.OsgiVaadinResources.ResourceBundleInactiveException extends Exception implements Serializable
-
-
Package com.vaadin.shared
-
Class com.vaadin.shared.AbstractComponentState extends SharedState implements Serializable
-
Serialized Fields
-
caption
String caption
-
captionAsHtml
boolean captionAsHtml
-
description
String description
-
descriptionContentMode
ContentMode descriptionContentMode
-
errorLevel
ErrorLevel errorLevel
Level of error.- Since:
- 8.2
-
errorMessage
String errorMessage
HTML formatted error message for the component. -
height
String height
-
id
String id
-
primaryStyleName
String primaryStyleName
-
styles
List<String> styles
-
width
String width
-
-
-
Class com.vaadin.shared.AbstractFieldState extends TabIndexState implements Serializable
-
Serialized Fields
-
readOnly
boolean readOnly
Is the field read-only or not. -
required
boolean required
Is the required indicator visible or not.
-
-
-
Class com.vaadin.shared.ApplicationConstants extends Object implements Serializable
-
Class com.vaadin.shared.ComponentConstants extends Object implements Serializable
-
Class com.vaadin.shared.JavaScriptExtensionState extends AbstractRendererState 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.Range extends Object implements Serializable
-
Serialized Fields
-
end
int end
-
start
int start
-
-
-
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
-
browserVersion
String browserVersion
-
isChrome
boolean isChrome
-
isChromeFrame
boolean isChromeFrame
-
isChromeFrameCapable
boolean isChromeFrameCapable
-
isChromeOS
boolean isChromeOS
-
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.customcomponent
-
Class com.vaadin.shared.customcomponent.CustomComponentState extends AbstractComponentState implements Serializable
-
-
Package com.vaadin.shared.data
-
Class com.vaadin.shared.data.DataCommunicatorConstants extends Object implements Serializable
-
Class com.vaadin.shared.data.HierarchicalDataCommunicatorConstants extends Object implements Serializable
-
-
Package com.vaadin.shared.data.selection
-
Package com.vaadin.shared.extension
-
Class com.vaadin.shared.extension.PartInformationState extends SharedState implements Serializable
-
Serialized Fields
-
partInformation
String partInformation
Information passed to the widget on the client side, to allow it to attach to the correct DOM element.
-
-
-
-
Package com.vaadin.shared.extension.abstractlisting
-
Class com.vaadin.shared.extension.abstractlisting.AbstractListingExtensionState extends SharedState implements Serializable
-
-
Package com.vaadin.shared.extension.datacommunicator
-
Class com.vaadin.shared.extension.datacommunicator.DataCommunicatorState extends SharedState implements Serializable
-
Class com.vaadin.shared.extension.datacommunicator.HierarchicalDataCommunicatorState extends DataCommunicatorState implements Serializable
-
-
Package com.vaadin.shared.extension.filedownloader
-
Class com.vaadin.shared.extension.filedownloader.FileDownloaderState extends PartInformationState implements Serializable
-
-
Package com.vaadin.shared.extension.javascriptmanager
-
Class com.vaadin.shared.extension.javascriptmanager.JavaScriptManagerState extends SharedState implements Serializable
-
-
Package com.vaadin.shared.extension.responsive
-
Class com.vaadin.shared.extension.responsive.ResponsiveState extends SharedState implements Serializable
-
-
Package com.vaadin.shared.ui
-
Class com.vaadin.shared.ui.AbstractComponentContainerState extends AbstractComponentState implements Serializable
-
Class com.vaadin.shared.ui.AbstractEmbeddedState extends AbstractComponentState implements Serializable
-
Serialized Fields
-
alternateText
String alternateText
-
-
-
Class com.vaadin.shared.ui.AbstractLayoutState extends AbstractComponentContainerState 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.AbstractSingleComponentContainerState extends AbstractComponentState implements Serializable
-
Class com.vaadin.shared.ui.AbstractSingleSelectState extends AbstractListingState implements Serializable
-
Serialized Fields
-
selectedItemKey
String selectedItemKey
The key of the currently selected item ornullif no item is selected.
-
-
-
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 PartInformationState 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.ListingJsonConstants extends Object 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.abstractlisting
-
Class com.vaadin.shared.ui.abstractlisting.AbstractListingState extends AbstractFieldState implements Serializable
-
-
Package com.vaadin.shared.ui.abstractmultiselect
-
Class com.vaadin.shared.ui.abstractmultiselect.AbstractMultiSelectState extends AbstractListingState 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.checkbox
-
Class com.vaadin.shared.ui.checkbox.CheckBoxState extends AbstractFieldState implements Serializable
-
-
Package com.vaadin.shared.ui.colorpicker
-
Class com.vaadin.shared.ui.colorpicker.AbstractColorPickerState extends AbstractFieldState implements Serializable
-
Serialized Fields
-
color
String color
-
popupVisible
boolean popupVisible
-
showDefaultCaption
boolean showDefaultCaption
-
-
-
Class com.vaadin.shared.ui.colorpicker.Color extends Object implements Serializable
-
Serialized Fields
-
alpha
int alpha
-
blue
int blue
-
green
int green
-
red
int red
-
-
-
Class com.vaadin.shared.ui.colorpicker.ColorPickerAreaState extends AbstractColorPickerState implements Serializable
-
Class com.vaadin.shared.ui.colorpicker.ColorPickerGradientState extends AbstractFieldState implements Serializable
-
Serialized Fields
-
bgColor
String bgColor
-
cursorX
int cursorX
-
cursorY
int cursorY
-
-
-
Class com.vaadin.shared.ui.colorpicker.ColorPickerGridState extends AbstractFieldState implements Serializable
-
Class com.vaadin.shared.ui.colorpicker.ColorPickerState extends AbstractColorPickerState implements Serializable
-
-
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 AbstractSingleSelectState implements Serializable
-
Serialized Fields
-
allowNewItems
boolean allowNewItems
True to allow the user to send new items to the server, false to only select among existing items. -
currentFilterText
String currentFilterText
Filter string that is currently in use in the suggestion listing.- Since:
- 8.3.2
-
emptySelectionAllowed
boolean emptySelectionAllowed
True to allow selecting nothing (a special empty selection item is shown at the beginning of the list), false not to allow empty selection by the user. -
emptySelectionCaption
String emptySelectionCaption
Caption for item which represents empty selection. -
forceDataSourceUpdate
boolean forceDataSourceUpdate
Ensure the data source is updated when backing dataprovider has been refreshed.- Since:
- 8.9
-
pageLength
int pageLength
Number of items to show per page or 0 to disable paging. -
placeholder
String placeholder
The prompt to display in an empty field. Null when disabled. -
scrollToSelectedItem
boolean scrollToSelectedItem
True to automatically scroll the ComboBox to show the selected item, false not to search for it in the results. -
selectedItemCaption
String selectedItemCaption
The caption of the currently selected item ornullif no item is selected. -
selectedItemIcon
String selectedItemIcon
Selected item icon uri.- Since:
- 8.0
-
suggestionPopupWidth
String suggestionPopupWidth
Suggestion pop-up's width as a CSS string. By using relative units (e.g. "50%") it's possible to set the popup's width relative to the ComboBox itself. -
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.- Since:
- 8.0
-
-
-
-
Package com.vaadin.shared.ui.composite
-
Class com.vaadin.shared.ui.composite.CompositeState extends AbstractComponentState implements Serializable
-
-
Package com.vaadin.shared.ui.csslayout
-
Class com.vaadin.shared.ui.csslayout.CssLayoutState extends AbstractLayoutState implements Serializable
-
-
Package com.vaadin.shared.ui.customfield
-
Class com.vaadin.shared.ui.customfield.CustomFieldState extends AbstractFieldState implements Serializable
-
Serialized Fields
-
focusDelegate
Connector focusDelegate
The component which should receive focus events instead of the custom field wrapper.
-
-
-
-
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.AbstractDateFieldState extends AbstractFieldState implements Serializable
-
Serialized Fields
-
assistiveLabels
Map<AbstractDateFieldState.AccessibleElement,String> assistiveLabels
Map of elements and their corresponding assistive labels.- Since:
- 8.4
-
dateStyles
Map<String,String> dateStyles
Map of custom style names that correspond with given dates. Each date must be set to midnight for the handling logic to work correctly.- Since:
- 8.3
-
format
String format
Overridden date format string, can benullif default formatting of the components locale is used.- Since:
- 8.2
-
lenient
boolean lenient
Whether the date/time interpretation is lenient.- Since:
- 8.2
-
locale
String locale
The used Locale, can benull.- Since:
- 8.2
-
parsable
boolean parsable
Was the last entered string parsable? If this flag is false, datefields internal validator does not pass.- Since:
- 8.2
-
rangeEnd
String rangeEnd
End range that has been cleared, depending on the resolution of the date field. The format is "2018-05-27" or "2018-05-27 14:38:39"- See Also:
com.vaadin.ui.AbstractDateField#RANGE_FORMATTER
-
rangeStart
String rangeStart
Start range that has been cleared, depending on the resolution of the date field. The format is "2018-05-27" or "2018-05-27 14:38:39"- See Also:
com.vaadin.ui.AbstractDateField#RANGE_FORMATTER
-
resolutions
Map<String,Integer> resolutions
The map ofResolutions which are currently used by the component. The key is the resolution name e.g. "HOUR", "MINUTE", with possibly prefixed by "default-". The value can benull- Since:
- 8.2
-
showISOWeekNumbers
boolean showISOWeekNumbers
Determines if week numbers are shown in the date selector.- Since:
- 8.2
-
timeZoneJSON
String timeZoneJSON
The JSON used to construct a TimeZone on the client side, can benull.- Since:
- 8.2
-
-
-
Class com.vaadin.shared.ui.datefield.AbstractTextualDateFieldState extends AbstractDateFieldState implements Serializable
-
Class com.vaadin.shared.ui.datefield.InlineDateFieldState extends AbstractTextualDateFieldState implements Serializable
-
Class com.vaadin.shared.ui.datefield.InlineDateTimeFieldState extends AbstractTextualDateFieldState implements Serializable
-
Class com.vaadin.shared.ui.datefield.LocalDateFieldState extends TextualDateFieldState implements Serializable
-
Class com.vaadin.shared.ui.datefield.LocalDateTimeFieldState extends TextualDateFieldState implements Serializable
-
Class com.vaadin.shared.ui.datefield.TextualDateFieldState extends AbstractTextualDateFieldState implements Serializable
-
-
Package com.vaadin.shared.ui.dnd
-
Class com.vaadin.shared.ui.dnd.DragSourceState extends SharedState implements Serializable
-
Serialized Fields
-
data
Map<String,String> data
Used to store data in theDataTransferobject for the drag event. -
effectAllowed
EffectAllowed effectAllowed
DataTransfer.effectAllowedparameter for the drag event. -
payload
Map<String,Payload> payload
Payload for comparing against acceptance criteria. Transferred in theDataTransferobject as data type. -
types
List<String> types
DataTransfer.typesparameter. Used to keep track of data formats set for the drag event.
-
-
-
Class com.vaadin.shared.ui.dnd.DropTargetState extends SharedState implements Serializable
-
Serialized Fields
-
criteria
List<Criterion> criteria
List of criteria to compare against the payload. -
criteriaMatch
Criterion.Match criteriaMatch
Declares whether any or all of the given criteria should match the payload. -
criteriaScript
String criteriaScript
Criteria script to allow drop event on the element. -
dropEffect
DropEffect dropEffect
DataTransfer.dropEffectparameter for the drag event.
-
-
-
Class com.vaadin.shared.ui.dnd.FileDropTargetState extends DropTargetState implements Serializable
-
Class com.vaadin.shared.ui.dnd.FileParameters extends Object implements Serializable
-
-
Package com.vaadin.shared.ui.dnd.criteria
-
Class com.vaadin.shared.ui.dnd.criteria.Criterion extends Object implements Serializable
-
Serialized Fields
-
key
String key
-
operator
ComparisonOperator operator
-
value
String value
-
valueType
Payload.ValueType valueType
-
-
-
Class com.vaadin.shared.ui.dnd.criteria.Payload extends Object implements Serializable
-
Serialized Fields
-
key
String key
-
value
String value
-
valueType
Payload.ValueType valueType
-
-
-
-
Package com.vaadin.shared.ui.draganddropwrapper
-
Class com.vaadin.shared.ui.draganddropwrapper.DragAndDropWrapperConstants extends Object implements Serializable
-
Class com.vaadin.shared.ui.draganddropwrapper.DragAndDropWrapperState extends CustomComponentState implements Serializable
-
-
Package com.vaadin.shared.ui.embedded
-
Class com.vaadin.shared.ui.embedded.EmbeddedState extends AbstractEmbeddedState implements Serializable
-
Serialized Fields
-
altText
String altText
The component's "alt-text".- Since:
- 8.2
-
archive
String archive
May be used to specify a space-separated list of URIs for archives containing resources relevant to the object.- Since:
- 8.2
-
classId
String classId
May be used to specify the location of an object's implementation via a URI.- Since:
- 8.2
-
codebase
String codebase
Specifies the base path used to resolve relative URIs specified by the classid, data, and archive attributes.- Since:
- 8.2
-
codetype
String codetype
The MIME-Type of the code.- Since:
- 8.2
-
mimeType
String mimeType
The MIME-type of the object.- Since:
- 8.2
-
parameters
Map<String,String> parameters
Object parameters. Parameters are optional information, and they are passed to the instantiated object.- Since:
- 8.2
-
standby
String standby
Specifies a message that a user agent may render while loading the object's implementation and data.- Since:
- 8.2
-
type
int type
The object type.- Since:
- 8.2
-
-
-
-
Package com.vaadin.shared.ui.grid
-
Class com.vaadin.shared.ui.grid.AbstractGridExtensionState extends AbstractListingExtensionState implements Serializable
-
Class com.vaadin.shared.ui.grid.AbstractSelectionModelState extends AbstractGridExtensionState implements Serializable
-
Serialized Fields
-
selectionAllowed
boolean selectionAllowed
Whether the selection model allows selection from the client side.
-
-
-
Class com.vaadin.shared.ui.grid.ColumnState extends AbstractGridExtensionState implements Serializable
-
Serialized Fields
-
assistiveCaption
String assistiveCaption
The assistive device caption for the column. -
caption
String caption
-
editable
boolean editable
-
expandRatio
int expandRatio
How much of the remaining space this column will reserve. -
handleWidgetEvents
boolean handleWidgetEvents
Sets whether Grid should handle events from Widgets from this column or not.- Since:
- 8.3
-
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. -
internalId
String internalId
-
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. -
minimumWidthFromContent
boolean minimumWidthFromContent
Whether the contents define the minimum width for this column.- Since:
- 8.1
-
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. -
renderer
Connector renderer
-
resizable
boolean resizable
Whether this column is resizable by the user. -
sortable
boolean sortable
-
tooltipContentMode
ContentMode tooltipContentMode
The content mode for tooltips.- Since:
- 8.2
-
width
double width
Column width in pixels. Default column width is -1.0.
-
-
-
Class com.vaadin.shared.ui.grid.DetailsManagerState extends AbstractGridExtensionState implements Serializable
-
Serialized Fields
-
hasDetailsGenerator
boolean hasDetailsGenerator
For informing the connector when details handling can be skipped altogether as it's not possible to have any details rows without a generator.- Since:
- 8.9
-
-
-
Class com.vaadin.shared.ui.grid.GridConstants extends Object implements Serializable
-
Class com.vaadin.shared.ui.grid.GridDragSourceState extends DragSourceState implements Serializable
-
Class com.vaadin.shared.ui.grid.GridDropTargetState extends DropTargetState implements Serializable
-
Serialized Fields
-
dropMode
DropMode dropMode
Stores the drop mode of the drop target Grid. -
dropThreshold
int dropThreshold
Stores the threshold between drop locations within a row in pixels. Defaults to 5px.- See Also:
DropMode.ON_TOP_OR_BETWEEN
-
-
-
Class com.vaadin.shared.ui.grid.GridState extends AbstractSingleSelectState implements Serializable
-
Serialized Fields
-
accessibleNavigation
boolean accessibleNavigation
Whether accessible navigation is enabled for the grid.- Since:
- 8.28
-
bodyRowHeight
double bodyRowHeight
Explicit body row height in pixels for grid rows, or -1 to calculate automatically based on the theme.- Since:
- 8.2
-
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
-
footer
SectionState footer
The state of the footer section. -
footerRowHeight
double footerRowHeight
Explicit body row height in pixels for grid rows, or -1 to calculate automatically based on the theme.- Since:
- 8.2
-
frozenColumnCount
int frozenColumnCount
The number of frozen columns. -
hasDescriptions
boolean hasDescriptions
Whether rows and/or cells have generated descriptions (tooltips). -
header
SectionState header
The state of the header section. -
headerRowHeight
double headerRowHeight
Explicit body row height in pixels for grid rows, or -1 to calculate automatically based on the theme.- Since:
- 8.2
-
heightByRows
double heightByRows
The height of the Grid in terms of body rows. -
heightMode
HeightMode heightMode
The mode by which Grid defines its height. -
rowDescriptionContentMode
ContentMode rowDescriptionContentMode
The content mode for row descriptions.- Since:
- 8.2
-
sidebarColumnOrder
GridConstants.SidebarColumnOrder sidebarColumnOrder
Ordering of columns in the sidebar column hider widget -
sortColumns
String[] sortColumns
Keys of the currently sorted columns. -
sortDirs
SortDirection[] sortDirs
Directions for each sorted column.
-
-
-
Class com.vaadin.shared.ui.grid.MultiSelectionModelState extends AbstractSelectionModelState implements Serializable
-
Serialized Fields
-
allSelected
boolean allSelected
Select All -checkbox status. -
selectAllCheckBoxVisible
boolean selectAllCheckBoxVisible
Is the select all checkbox visible.
-
-
-
Class com.vaadin.shared.ui.grid.SectionState extends Object implements Serializable
-
Serialized Fields
-
rows
List<SectionState.RowState> rows
The rows in this section. -
visible
boolean visible
Visibility of this section.- Since:
- 8.1.1
-
-
-
Class com.vaadin.shared.ui.grid.SectionState.CellState extends Object implements Serializable
-
Serialized Fields
-
columnId
String columnId
The id of the column that this cell belongs to. -
connector
Connector connector
The connector for the component that is set to be displayed in this cell. Null if none. -
description
String description
The tooltip for the cell -
descriptionContentMode
ContentMode descriptionContentMode
The content mode for the tooltip for the cell -
html
String html
The html content of this cell. -
styleName
String styleName
The style name for this cell. Null if none. -
text
String text
The textual caption of this cell. -
type
GridStaticCellType type
-
-
-
Class com.vaadin.shared.ui.grid.SectionState.RowState extends Object implements Serializable
-
Serialized Fields
-
cellGroups
Map<SectionState.CellState,Set<String>> cellGroups
The map from a joint cell to column id sets in this row. -
cells
Map<String,SectionState.CellState> cells
The map from column ids to the cells in this row. -
defaultHeader
boolean defaultHeader
Whether this row is the default header row. Always false for footer rows. -
styleName
String styleName
The style name for the row. Null if none.
-
-
-
Class com.vaadin.shared.ui.grid.SingleSelectionModelState extends AbstractSelectionModelState implements Serializable
-
Serialized Fields
-
deselectAllowed
boolean deselectAllowed
-
-
-
-
Package com.vaadin.shared.ui.grid.editor
-
Class com.vaadin.shared.ui.grid.editor.EditorState extends AbstractGridExtensionState implements Serializable
-
Serialized Fields
-
-
-
Package com.vaadin.shared.ui.grid.renderers
-
Class com.vaadin.shared.ui.grid.renderers.AbstractRendererState extends SharedState implements Serializable
-
Class com.vaadin.shared.ui.grid.renderers.ButtonRendererState extends ClickableRendererState implements Serializable
-
Serialized Fields
-
htmlContentAllowed
boolean htmlContentAllowed
-
-
-
Class com.vaadin.shared.ui.grid.renderers.ClickableRendererState extends AbstractRendererState implements Serializable
-
Class com.vaadin.shared.ui.grid.renderers.ComponentRendererState extends AbstractRendererState implements Serializable
-
Class com.vaadin.shared.ui.grid.renderers.DateRendererState extends TextRendererState implements Serializable
-
Class com.vaadin.shared.ui.grid.renderers.HtmlRendererState extends AbstractRendererState implements Serializable
-
Class com.vaadin.shared.ui.grid.renderers.ImageRendererState extends ClickableRendererState implements Serializable
-
Class com.vaadin.shared.ui.grid.renderers.LocalDateRendererState extends TextRendererState implements Serializable
-
Class com.vaadin.shared.ui.grid.renderers.LocalDateTimeRendererState extends TextRendererState implements Serializable
-
Class com.vaadin.shared.ui.grid.renderers.NumberRendererState extends TextRendererState implements Serializable
-
Class com.vaadin.shared.ui.grid.renderers.ProgressBarRendererState extends AbstractRendererState implements Serializable
-
Class com.vaadin.shared.ui.grid.renderers.TextRendererState extends AbstractRendererState implements Serializable
-
-
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.listselect
-
Class com.vaadin.shared.ui.listselect.ListSelectState extends AbstractMultiSelectState implements Serializable
-
Serialized Fields
-
rows
int rows
-
-
-
-
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 AbstractSingleComponentContainerState 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.nativeselect
-
Class com.vaadin.shared.ui.nativeselect.NativeSelectState extends AbstractSingleSelectState implements Serializable
-
Serialized Fields
-
emptySelectionAllowed
boolean emptySelectionAllowed
True to allow selecting nothing (a special empty selection item is shown at the beginning of the list), false not to allow empty selection by the user. -
emptySelectionCaption
String emptySelectionCaption
Caption for item which represents empty selection. -
visibleItemCount
int visibleItemCount
The number of items that are visible. If only one item is visible, then the box will be displayed as a drop-down list.- Since:
- 8.1
-
-
-
-
Package com.vaadin.shared.ui.notification
-
Class com.vaadin.shared.ui.notification.NotificationState extends SharedState implements Serializable
-
Serialized Fields
-
caption
String caption
Thecom.vaadin.ui.Notificationcaption, can benull. -
delay
int delay
The delay in milliseconds before disappearing,-1for forever. -
description
String description
The description, can benull. -
htmlContentAllowed
boolean htmlContentAllowed
Whether texts are interpreted as HTML (true) or not (false). -
position
Position position
-
styleName
String styleName
The style name, can benull.
-
-
-
-
Package com.vaadin.shared.ui.optiongroup
-
Class com.vaadin.shared.ui.optiongroup.CheckBoxGroupState extends AbstractMultiSelectState implements Serializable
-
Serialized Fields
-
htmlContentAllowed
boolean htmlContentAllowed
-
-
-
Class com.vaadin.shared.ui.optiongroup.RadioButtonGroupState extends AbstractSingleSelectState implements Serializable
-
Serialized Fields
-
htmlContentAllowed
boolean htmlContentAllowed
Is HTML allowed in the item captions.
-
-
-
-
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 AbstractSingleComponentContainerState implements Serializable
-
Serialized Fields
-
scrollLeft
int scrollLeft
-
scrollTop
int scrollTop
-
tabIndex
int tabIndex
-
-
-
-
Package com.vaadin.shared.ui.passwordfield
-
Class com.vaadin.shared.ui.passwordfield.PasswordFieldState extends TextFieldState implements Serializable
-
-
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
-
-
-
-
Package com.vaadin.shared.ui.richtextarea
-
Class com.vaadin.shared.ui.richtextarea.RichTextAreaState extends AbstractFieldState implements Serializable
-
Serialized Fields
-
maxLength
int maxLength
Maximum character count in text field. -
snippets
List<Snippet> snippets
-
value
String value
The text in the field. -
valueChangeMode
ValueChangeMode valueChangeMode
-
valueChangeTimeout
int valueChangeTimeout
-
-
-
Class com.vaadin.shared.ui.richtextarea.Snippet extends Object 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. -
updateValueOnClick
boolean updateValueOnClick
-
value
double value
-
-
-
-
Package com.vaadin.shared.ui.splitpanel
-
Class com.vaadin.shared.ui.splitpanel.AbstractSplitPanelState extends AbstractComponentContainerState 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.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 AbstractComponentContainerState 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
Represents the level of error on a tab.- Since:
- 8.2
-
description
String description
-
descriptionContentMode
ContentMode descriptionContentMode
-
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.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. -
placeholder
String placeholder
The prompt to display in an empty field. Null when disabled. -
text
String text
The text in the field. -
valueChangeMode
ValueChangeMode valueChangeMode
-
valueChangeTimeout
int valueChangeTimeout
-
-
-
Class com.vaadin.shared.ui.textfield.TextFieldState extends AbstractTextFieldState implements Serializable
-
-
Package com.vaadin.shared.ui.tree
-
Class com.vaadin.shared.ui.tree.TreeMultiSelectionModelState extends MultiSelectionModelState implements Serializable
-
Class com.vaadin.shared.ui.tree.TreeRendererState extends AbstractRendererState implements Serializable
-
Serialized Fields
-
mode
ContentMode mode
-
-
-
-
Package com.vaadin.shared.ui.treegrid
-
Class com.vaadin.shared.ui.treegrid.TreeGridDragSourceState extends GridDragSourceState implements Serializable
-
Class com.vaadin.shared.ui.treegrid.TreeGridDropTargetState extends GridDropTargetState implements Serializable
-
Class com.vaadin.shared.ui.treegrid.TreeGridState extends GridState implements Serializable
-
Serialized Fields
-
hierarchyColumnId
String hierarchyColumnId
Contains ID of the hierarchy column set by the developer.
-
-
-
-
Package com.vaadin.shared.ui.twincolselect
-
Class com.vaadin.shared.ui.twincolselect.TwinColSelectState extends AbstractMultiSelectState 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 AbstractSingleComponentContainerState implements Serializable
-
Serialized Fields
-
enableMobileHTML5DnD
boolean enableMobileHTML5DnD
Enable Mobile HTML5 DnD support.- Since:
- 8.1
-
latestDelayedCallbackID
long latestDelayedCallbackID
The latest ID for a delayed callback.- Since:
- 8.18
-
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
-
tabIndex
int tabIndex
The tabulator index of the field. -
theme
String theme
Currently used theme.- Since:
- 7.3
-
thoroughSizeCheck
boolean thoroughSizeCheck
Should the more thorough size check be in use in LayoutManager calculations. If this value is changed tofalse, the size calculations can result in incorrect values if they are triggered while a transform animation is ongoing. This can happen e.g. when a PopupView is opened.- Since:
- 8.13
-
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
-
Serialized Fields
-
acceptMimeTypes
String acceptMimeTypes
Upload component's list of accepted content-types. -
buttonCaption
String buttonCaption
Caption of the button that fires uploading. -
buttonCaptionAsHtml
boolean buttonCaptionAsHtml
Should the caption of the button that fires uploading be rendered as HTML. -
buttonStyleName
String buttonStyleName
Style name of the button that fires uploading. -
immediateMode
boolean immediateMode
Is the upload component in immediate mode or not.
-
-
-
-
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
-
closable
boolean closable
-
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
-