- CalendarClientRpc - Interface in com.vaadin.shared.ui.calendar
-
- CalendarEventId - Class in com.vaadin.shared.ui.calendar
-
CalendarEventId contains static String identifiers for all Calendar events.
- CalendarEventId() - Constructor for class com.vaadin.shared.ui.calendar.CalendarEventId
-
- CalendarServerRpc - Interface in com.vaadin.shared.ui.calendar
-
- CalendarState - Class in com.vaadin.shared.ui.calendar
-
- CalendarState() - Constructor for class com.vaadin.shared.ui.calendar.CalendarState
-
- CalendarState.Action - Class in com.vaadin.shared.ui.calendar
-
- CalendarState.Day - Class in com.vaadin.shared.ui.calendar
-
- CalendarState.Event - Class in com.vaadin.shared.ui.calendar
-
- camelCaseToHumanFriendly(String) - Static method in class com.vaadin.shared.util.SharedUtil
-
Converts a camelCaseString to a human friendly format (Camel case
string).
- cancel(int) - Method in interface com.vaadin.shared.ui.grid.EditorClientRpc
-
Tells the client to cancel editing and hide the editor.
- cancel(int) - Method in interface com.vaadin.shared.ui.grid.EditorServerRpc
-
Tells the server to cancel editing.
- capitalize(String) - Static method in class com.vaadin.shared.util.SharedUtil
-
Capitalizes the first character in the given string in a way suitable for
use in code (methods, properties etc)
- caption - Variable in class com.vaadin.shared.AbstractComponentState
-
- caption - Variable in class com.vaadin.shared.ui.calendar.CalendarState.Action
-
- caption - Variable in class com.vaadin.shared.ui.calendar.CalendarState.Event
-
- caption - Variable in class com.vaadin.shared.ui.tabsheet.TabState
-
- captionAsHtml - Variable in class com.vaadin.shared.AbstractComponentState
-
- cellGroups - Variable in class com.vaadin.shared.ui.grid.GridStaticSectionState.RowState
-
Map from column id set to cell state for merged state.
- cells - Variable in class com.vaadin.shared.ui.grid.GridStaticSectionState.RowState
-
- CellState() - Constructor for class com.vaadin.shared.ui.grid.GridStaticSectionState.CellState
-
- CENTER - Static variable in class com.vaadin.shared.ui.AlignmentInfo
-
- centered - Variable in class com.vaadin.shared.ui.window.WindowState
-
- CHANGE - Static variable in interface com.vaadin.shared.EventId
-
- change(String) - Method in interface com.vaadin.shared.ui.upload.UploadServerRpc
-
Event sent when the file name of the upload component is changed.
- changedColor - Variable in class com.vaadin.shared.ui.colorpicker.ColorPickerGridState
-
- changedX - Variable in class com.vaadin.shared.ui.colorpicker.ColorPickerGridState
-
- changedY - Variable in class com.vaadin.shared.ui.colorpicker.ColorPickerGridState
-
- CheckBoxServerRpc - Interface in com.vaadin.shared.ui.checkbox
-
- CheckBoxState - Class in com.vaadin.shared.ui.checkbox
-
- CheckBoxState() - Constructor for class com.vaadin.shared.ui.checkbox.CheckBoxState
-
- checked - Variable in class com.vaadin.shared.ui.checkbox.CheckBoxState
-
- ChildComponentData() - Constructor for class com.vaadin.shared.ui.gridlayout.GridLayoutState.ChildComponentData
-
- ChildComponentData() - Constructor for class com.vaadin.shared.ui.orderedlayout.AbstractOrderedLayoutState.ChildComponentData
-
- childCss - Variable in class com.vaadin.shared.ui.csslayout.CssLayoutState
-
- childData - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState
-
- childData - Variable in class com.vaadin.shared.ui.orderedlayout.AbstractOrderedLayoutState
-
- childLocations - Variable in class com.vaadin.shared.ui.customlayout.CustomLayoutState
-
- classId - Variable in class com.vaadin.shared.ui.flash.FlashState
-
- click(MouseEventDetails) - Method in interface com.vaadin.shared.ui.button.ButtonServerRpc
-
Button click event.
- click(MouseEventDetails) - Method in interface com.vaadin.shared.ui.ClickRpc
-
Called when a click event has occurred and there are server side
listeners for the event.
- click(String, String, MouseEventDetails) - Method in interface com.vaadin.shared.ui.grid.renderers.RendererClickRpc
-
Called when a click event has occurred and there are server side
listeners for the event.
- CLICK_EVENT_IDENTIFIER - Static variable in interface com.vaadin.shared.EventId
-
- ClickRpc - Interface in com.vaadin.shared.ui
-
- clickShortcutKeyCode - Variable in class com.vaadin.shared.ui.button.ButtonState
-
- CLIENT_DATE_FORMAT - Static variable in class com.vaadin.shared.ui.calendar.DateConstants
-
- CLIENT_TIME_FORMAT - Static variable in class com.vaadin.shared.ui.calendar.DateConstants
-
- CLIENT_TO_SERVER_ID - Static variable in class com.vaadin.shared.ApplicationConstants
-
The name of the parameter used to transmit the id of the client to server
messages.
- ClientRpc - Interface in com.vaadin.shared.communication
-
Interface to be extended by all server to client RPC interfaces.
- closable - Variable in class com.vaadin.shared.ui.tabsheet.TabState
-
- closeTab(String) - Method in interface com.vaadin.shared.ui.tabsheet.TabsheetServerRpc
-
Tell server that a tab has been closed by the user.
- closeTimeout - Variable in class com.vaadin.shared.ui.ui.UIState.TooltipConfigurationState
-
- codebase - Variable in class com.vaadin.shared.ui.flash.FlashState
-
- codetype - Variable in class com.vaadin.shared.ui.flash.FlashState
-
- colExpand - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState
-
- CollapseMenuContent - Enum in com.vaadin.shared.ui.table
-
Defines whether only collapsible columns should be shown to the user in the
column collapse menu.
- collapseMenuContent - Variable in class com.vaadin.shared.ui.table.TableState
-
- Color - Class in com.vaadin.shared.ui.colorpicker
-
Default implementation for color.
- Color(int, int, int, int) - Constructor for class com.vaadin.shared.ui.colorpicker.Color
-
Creates a color that has the specified red, green, blue, and alpha values
within the range [0 - 255].
- Color(int, int, int) - Constructor for class com.vaadin.shared.ui.colorpicker.Color
-
Creates a color that has the specified red, green, and blue values within
the range [0 - 255].
- Color(int) - Constructor for class com.vaadin.shared.ui.colorpicker.Color
-
Creates a color based on an RGB value.
- color - Variable in class com.vaadin.shared.ui.colorpicker.ColorPickerState
-
- ColorPickerGradientServerRpc - Interface in com.vaadin.shared.ui.colorpicker
-
RPC interface for ColorPickerGradient.
- ColorPickerGradientState - Class in com.vaadin.shared.ui.colorpicker
-
Default shared state implementation for ColorPickerGradient.
- ColorPickerGradientState() - Constructor for class com.vaadin.shared.ui.colorpicker.ColorPickerGradientState
-
- ColorPickerGridServerRpc - Interface in com.vaadin.shared.ui.colorpicker
-
RPC interface for ColorPickerGrid.
- ColorPickerGridState - Class in com.vaadin.shared.ui.colorpicker
-
Default shared state implementation for ColorPickerGrid.
- ColorPickerGridState() - Constructor for class com.vaadin.shared.ui.colorpicker.ColorPickerGridState
-
- ColorPickerServerRpc - Interface in com.vaadin.shared.ui.colorpicker
-
RPC interface for AbstractColorPicker.
- ColorPickerState - Class in com.vaadin.shared.ui.colorpicker
-
Default shared state implementation for AbstractColorPicker.
- ColorPickerState() - Constructor for class com.vaadin.shared.ui.colorpicker.ColorPickerState
-
- column1 - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState.ChildComponentData
-
- column2 - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState.ChildComponentData
-
- COLUMN_COLLAPSE_EVENT_ID - Static variable in class com.vaadin.shared.ui.table.TableConstants
-
- COLUMN_REORDER_EVENT_ID - Static variable in class com.vaadin.shared.ui.table.TableConstants
-
- COLUMN_RESIZE_EVENT_ID - Static variable in class com.vaadin.shared.ui.table.TableConstants
-
- columnCount - Variable in class com.vaadin.shared.ui.colorpicker.ColorPickerGridState
-
- ColumnGroupState - Class in com.vaadin.shared.ui.grid
-
The column group data shared between the server and the client
- ColumnGroupState() - Constructor for class com.vaadin.shared.ui.grid.ColumnGroupState
-
- columnId - Variable in class com.vaadin.shared.ui.grid.GridStaticSectionState.CellState
-
- columnOrder - Variable in class com.vaadin.shared.ui.grid.GridState
-
Column order in grid.
- columnReorderingAllowed - Variable in class com.vaadin.shared.ui.grid.GridState
-
Whether the columns can be reordered
- columnResized(String, double) - Method in interface com.vaadin.shared.ui.grid.GridServerRpc
-
Informs the server that a column has been resized by the user.
- ColumnResizeMode - Enum in com.vaadin.shared.ui.grid
-
Collection of modes used for resizing columns in the Grid.
- columnResizeMode - Variable in class com.vaadin.shared.ui.grid.GridState
-
Column resize mode in grid.
- columns - Variable in class com.vaadin.shared.ui.grid.ColumnGroupState
-
The columns that is included in the group
- columns - Variable in class com.vaadin.shared.ui.grid.GridState
-
Columns in grid.
- columns - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState
-
- columns - Variable in class com.vaadin.shared.ui.textfield.AbstractTextFieldState
-
Number of visible columns in the TextField.
- columnsReordered(List<String>, List<String>) - Method in interface com.vaadin.shared.ui.grid.GridServerRpc
-
Informs the server that the columns of the Grid have been reordered.
- columnVisibilityChanged(String, boolean, boolean) - Method in interface com.vaadin.shared.ui.grid.GridServerRpc
-
Informs the server that a column's visibility has been changed.
- com.vaadin.shared - package com.vaadin.shared
-
- com.vaadin.shared.annotations - package com.vaadin.shared.annotations
-
- com.vaadin.shared.communication - package com.vaadin.shared.communication
-
- com.vaadin.shared.data - package com.vaadin.shared.data
-
- com.vaadin.shared.data.sort - package com.vaadin.shared.data.sort
-
- com.vaadin.shared.extension.javascriptmanager - package com.vaadin.shared.extension.javascriptmanager
-
- com.vaadin.shared.ui - package com.vaadin.shared.ui
-
- com.vaadin.shared.ui.absolutelayout - package com.vaadin.shared.ui.absolutelayout
-
- com.vaadin.shared.ui.accordion - package com.vaadin.shared.ui.accordion
-
- com.vaadin.shared.ui.audio - package com.vaadin.shared.ui.audio
-
- com.vaadin.shared.ui.browserframe - package com.vaadin.shared.ui.browserframe
-
- com.vaadin.shared.ui.button - package com.vaadin.shared.ui.button
-
- com.vaadin.shared.ui.calendar - package com.vaadin.shared.ui.calendar
-
- com.vaadin.shared.ui.checkbox - package com.vaadin.shared.ui.checkbox
-
- com.vaadin.shared.ui.colorpicker - package com.vaadin.shared.ui.colorpicker
-
- com.vaadin.shared.ui.combobox - package com.vaadin.shared.ui.combobox
-
- com.vaadin.shared.ui.csslayout - package com.vaadin.shared.ui.csslayout
-
- com.vaadin.shared.ui.customlayout - package com.vaadin.shared.ui.customlayout
-
- com.vaadin.shared.ui.datefield - package com.vaadin.shared.ui.datefield
-
- com.vaadin.shared.ui.dd - package com.vaadin.shared.ui.dd
-
- com.vaadin.shared.ui.draganddropwrapper - package com.vaadin.shared.ui.draganddropwrapper
-
- com.vaadin.shared.ui.embedded - package com.vaadin.shared.ui.embedded
-
- com.vaadin.shared.ui.flash - package com.vaadin.shared.ui.flash
-
- com.vaadin.shared.ui.form - package com.vaadin.shared.ui.form
-
- com.vaadin.shared.ui.grid - package com.vaadin.shared.ui.grid
-
- com.vaadin.shared.ui.grid.renderers - package com.vaadin.shared.ui.grid.renderers
-
- com.vaadin.shared.ui.grid.selection - package com.vaadin.shared.ui.grid.selection
-
- com.vaadin.shared.ui.gridlayout - package com.vaadin.shared.ui.gridlayout
-
- com.vaadin.shared.ui.image - package com.vaadin.shared.ui.image
-
- com.vaadin.shared.ui.label - package com.vaadin.shared.ui.label
-
- com.vaadin.shared.ui.link - package com.vaadin.shared.ui.link
-
- com.vaadin.shared.ui.loginform - package com.vaadin.shared.ui.loginform
-
- com.vaadin.shared.ui.menubar - package com.vaadin.shared.ui.menubar
-
- com.vaadin.shared.ui.optiongroup - package com.vaadin.shared.ui.optiongroup
-
- com.vaadin.shared.ui.orderedlayout - package com.vaadin.shared.ui.orderedlayout
-
- com.vaadin.shared.ui.panel - package com.vaadin.shared.ui.panel
-
- com.vaadin.shared.ui.popupview - package com.vaadin.shared.ui.popupview
-
- com.vaadin.shared.ui.progressindicator - package com.vaadin.shared.ui.progressindicator
-
- com.vaadin.shared.ui.select - package com.vaadin.shared.ui.select
-
- com.vaadin.shared.ui.slider - package com.vaadin.shared.ui.slider
-
- com.vaadin.shared.ui.splitpanel - package com.vaadin.shared.ui.splitpanel
-
- com.vaadin.shared.ui.table - package com.vaadin.shared.ui.table
-
- com.vaadin.shared.ui.tabsheet - package com.vaadin.shared.ui.tabsheet
-
- com.vaadin.shared.ui.textarea - package com.vaadin.shared.ui.textarea
-
- com.vaadin.shared.ui.textfield - package com.vaadin.shared.ui.textfield
-
- com.vaadin.shared.ui.tree - package com.vaadin.shared.ui.tree
-
- com.vaadin.shared.ui.treetable - package com.vaadin.shared.ui.treetable
-
- com.vaadin.shared.ui.twincolselect - package com.vaadin.shared.ui.twincolselect
-
- com.vaadin.shared.ui.ui - package com.vaadin.shared.ui.ui
-
- com.vaadin.shared.ui.upload - package com.vaadin.shared.ui.upload
-
- com.vaadin.shared.ui.video - package com.vaadin.shared.ui.video
-
- com.vaadin.shared.ui.window - package com.vaadin.shared.ui.window
-
- com.vaadin.shared.util - package com.vaadin.shared.util
-
- combineWith(Range) - Method in class com.vaadin.shared.ui.grid.Range
-
Combines two ranges to create a range containing all values in both
ranges, provided there are no gaps between the ranges.
- ComboBoxConstants - Class in com.vaadin.shared.ui.combobox
-
Deprecated.
- ComboBoxConstants() - Constructor for class com.vaadin.shared.ui.combobox.ComboBoxConstants
-
Deprecated.
- ComboBoxState - Class in com.vaadin.shared.ui.combobox
-
Shared state for the ComboBox component.
- ComboBoxState() - Constructor for class com.vaadin.shared.ui.combobox.ComboBoxState
-
- ComponentConstants - Class in com.vaadin.shared
-
- ComponentConstants() - Constructor for class com.vaadin.shared.ComponentConstants
-
- componentError - Variable in class com.vaadin.shared.ui.tabsheet.TabState
-
- ComponentStateUtil - Class in com.vaadin.shared.ui
-
- confirmBind(boolean) - Method in interface com.vaadin.shared.ui.grid.EditorClientRpc
-
- confirmSave(boolean, String, List<String>) - Method in interface com.vaadin.shared.ui.grid.EditorClientRpc
-
- Connect - Annotation Type in com.vaadin.shared.ui
-
Annotation defining the server side connector that this ClientSideConnector
should connect to.
- Connect.LoadStyle - Enum in com.vaadin.shared.ui
-
- Connector - Interface in com.vaadin.shared
-
Interface implemented by all classes that are capable of communicating with
the server or the client side.
- connector - Variable in class com.vaadin.shared.ui.grid.GridStaticSectionState.CellState
-
- connectorToCssPosition - Variable in class com.vaadin.shared.ui.absolutelayout.AbsoluteLayoutState
-
- contains(int) - Method in class com.vaadin.shared.ui.grid.Range
-
Checks whether an integer is found within this range.
- containsDuplicates(Object[]) - Static method in class com.vaadin.shared.util.SharedUtil
-
- contentDescription - Variable in class com.vaadin.shared.ui.window.WindowState
-
- ContentMode - Enum in com.vaadin.shared.ui.label
-
Content modes defining how the client should interpret a Label's value.
- contentMode - Variable in class com.vaadin.shared.ui.label.LabelState
-
- CONTEXT_CLICK - Static variable in interface com.vaadin.shared.EventId
-
- contextClick(MouseEventDetails) - Method in interface com.vaadin.shared.ContextClickRpc
-
- contextClick(int, String, String, GridConstants.Section, MouseEventDetails) - Method in interface com.vaadin.shared.ui.grid.GridServerRpc
-
Informs the server that a context click has happened inside of Grid.
- contextClick(String, String, TableConstants.Section, MouseEventDetails) - Method in interface com.vaadin.shared.ui.table.TableServerRpc
-
Informs the server that a context click happened inside of Table
- contextClick(String, MouseEventDetails) - Method in interface com.vaadin.shared.ui.tree.TreeServerRpc
-
Informs the server that a context click happened inside of Tree
- ContextClickRpc - Interface in com.vaadin.shared
-
Client-to-server RPC interface for context click events
- CSRF_TOKEN - Static variable in class com.vaadin.shared.ApplicationConstants
-
The name of the parameter used to transmit the CSRF token
- CSRF_TOKEN_DEFAULT_VALUE - Static variable in class com.vaadin.shared.ApplicationConstants
-
Default value to use in case the security protection is disabled.
- CSRF_TOKEN_PARAMETER - Static variable in class com.vaadin.shared.ApplicationConstants
-
Name of the parameter used to transmit the CSRF token.
- CssLayoutServerRpc - Interface in com.vaadin.shared.ui.csslayout
-
- CssLayoutState - Class in com.vaadin.shared.ui.csslayout
-
- CssLayoutState() - Constructor for class com.vaadin.shared.ui.csslayout.CssLayoutState
-
- cursorX - Variable in class com.vaadin.shared.ui.colorpicker.ColorPickerGradientState
-
- cursorY - Variable in class com.vaadin.shared.ui.colorpicker.ColorPickerGradientState
-
- CustomLayoutState - Class in com.vaadin.shared.ui.customlayout
-
- CustomLayoutState() - Constructor for class com.vaadin.shared.ui.customlayout.CustomLayoutState
-
- CYAN - Static variable in class com.vaadin.shared.ui.colorpicker.Color
-
- dashSeparatedToCamelCase(String) - Static method in class com.vaadin.shared.util.SharedUtil
-
Converts a dash ("-") separated string into camelCase.
- DataProviderRpc - Interface in com.vaadin.shared.data
-
RPC interface used for pushing container data to the client.
- DataRequestRpc - Interface in com.vaadin.shared.data
-
RPC interface used for requesting container data to the client.
- date - Variable in class com.vaadin.shared.ui.calendar.CalendarState.Day
-
- DATECLICK - Static variable in class com.vaadin.shared.ui.calendar.CalendarEventId
-
- dateClick(String) - Method in interface com.vaadin.shared.ui.calendar.CalendarServerRpc
-
- DateConstants - Class in com.vaadin.shared.ui.calendar
-
- DateConstants() - Constructor for class com.vaadin.shared.ui.calendar.DateConstants
-
- DateFieldConstants - Class in com.vaadin.shared.ui.datefield
-
Deprecated.
- DateFieldConstants() - Constructor for class com.vaadin.shared.ui.datefield.DateFieldConstants
-
Deprecated.
- dateFormat - Variable in class com.vaadin.shared.ui.ui.UIState.LocaleData
-
- dateFrom - Variable in class com.vaadin.shared.ui.calendar.CalendarState.Event
-
- dateTo - Variable in class com.vaadin.shared.ui.calendar.CalendarState.Event
-
- Day() - Constructor for class com.vaadin.shared.ui.calendar.CalendarState.Day
-
- DAYINMILLIS - Static variable in class com.vaadin.shared.ui.calendar.DateConstants
-
- DAYINMINUTES - Static variable in class com.vaadin.shared.ui.calendar.DateConstants
-
- dayNames - Variable in class com.vaadin.shared.ui.calendar.CalendarState
-
- dayNames - Variable in class com.vaadin.shared.ui.ui.UIState.LocaleData
-
- dayOfWeek - Variable in class com.vaadin.shared.ui.calendar.CalendarState.Day
-
- days - Variable in class com.vaadin.shared.ui.calendar.CalendarState
-
- DebugWindowClientRpc - Interface in com.vaadin.shared.ui.ui
-
Client RPC methods for the Debug Window.
- DebugWindowServerRpc - Interface in com.vaadin.shared.ui.ui
-
Server RPC methods for the Debug Window.
- DEFAULT_CANCEL_CAPTION - Static variable in class com.vaadin.shared.ui.grid.GridConstants
-
The default cancel button caption in the editor
- DEFAULT_COLLAPSE_MENU_CONTENT - Static variable in class com.vaadin.shared.ui.table.TableConstants
-
- DEFAULT_COLUMN_WIDTH_PX - Static variable in class com.vaadin.shared.ui.grid.GridConstants
-
Default width for columns.
- DEFAULT_EXPAND_RATIO - Static variable in class com.vaadin.shared.ui.grid.GridConstants
-
Default expand ratio for columns.
- DEFAULT_HEIGHT_BY_ROWS - Static variable in class com.vaadin.shared.ui.grid.GridState
-
The default value for height-by-rows for both GWT widgets
Grid and
Escalator
- DEFAULT_MAX_WIDTH - Static variable in class com.vaadin.shared.ui.grid.GridConstants
-
Default maximum width for columns.
- DEFAULT_MIN_WIDTH - Static variable in class com.vaadin.shared.ui.grid.GridConstants
-
Default minimum width for columns.
- DEFAULT_PADDING - Static variable in class com.vaadin.shared.ui.grid.GridConstants
-
Default padding in pixels when scrolling programmatically, without an
explicitly defined padding value.
- DEFAULT_SAVE_CAPTION - Static variable in class com.vaadin.shared.ui.grid.GridConstants
-
The default save button caption in the editor
- defaultRow - Variable in class com.vaadin.shared.ui.grid.GridStaticSectionState.RowState
-
- Delayed - Annotation Type in com.vaadin.shared.annotations
-
Invoking a method in a
ServerRpc interface marked with this
annotation will only add the invocation to a queue of outgoing RPC
invocations, but it will not cause the queue to be purged and sent to the
server.
- DelegateToWidget - Annotation Type in com.vaadin.shared.annotations
-
Signals that the property value from a state class should be forwarded to the
Widget of the corresponding connector instance.
- DelegateToWidget.Helper - Class in com.vaadin.shared.annotations
-
Internal helper for handling default values in a uniform way both at
runtime and during widgetset compilation.
- description - Variable in class com.vaadin.shared.AbstractComponentState
-
- description - Variable in class com.vaadin.shared.ui.calendar.CalendarState.Event
-
- description - Variable in class com.vaadin.shared.ui.tabsheet.TabState
-
- DESCRIPTION_FOR_ASSISTIVE_DEVICES - Static variable in class com.vaadin.shared.ui.datefield.PopupDateFieldState
-
- descriptionForAssistiveDevices - Variable in class com.vaadin.shared.ui.datefield.PopupDateFieldState
-
- deselect(List<String>) - Method in interface com.vaadin.shared.ui.grid.selection.MultiSelectionModelServerRpc
-
Deselect a list of rows based on their row keys on the server-side.
- deselectAll() - Method in interface com.vaadin.shared.ui.grid.selection.MultiSelectionModelServerRpc
-
Deselects all rows on the server-side.
- deselectAllowed - Variable in class com.vaadin.shared.ui.grid.selection.SingleSelectionModelState
-
- deSerialize(String) - Static method in class com.vaadin.shared.MouseEventDetails
-
- DetailsConnectorChange - Class in com.vaadin.shared.ui.grid
-
A description of an indexing modification for a connector.
- DetailsConnectorChange() - Constructor for class com.vaadin.shared.ui.grid.DetailsConnectorChange
-
Create a new connector index change
- DetailsConnectorChange(Connector, Integer, Integer, boolean) - Constructor for class com.vaadin.shared.ui.grid.DetailsConnectorChange
-
Convenience constructor for setting all the fields in one line.
- dialogGracePeriod - Variable in class com.vaadin.shared.ui.ui.UIState.ReconnectDialogConfigurationState
-
- dialogModal - Variable in class com.vaadin.shared.ui.ui.UIState.ReconnectDialogConfigurationState
-
- dialogText - Variable in class com.vaadin.shared.ui.ui.UIState.ReconnectDialogConfigurationState
-
- dialogTextGaveUp - Variable in class com.vaadin.shared.ui.ui.UIState.ReconnectDialogConfigurationState
-
- disableOnClick() - Method in interface com.vaadin.shared.ui.button.ButtonServerRpc
-
Indicate to the server that the client has disabled the button as a
result of a click.
- disableOnClick - Variable in class com.vaadin.shared.ui.button.ButtonState
-
- DRAG_AND_DROP_CONNECTOR_ID - Static variable in class com.vaadin.shared.ApplicationConstants
-
Deprecated.
- DRAG_START_COMPONENT_ATTRIBUTE - Static variable in class com.vaadin.shared.ui.draganddropwrapper.DragAndDropWrapperConstants
-
Deprecated.
- DRAG_START_MODE - Static variable in class com.vaadin.shared.ui.draganddropwrapper.DragAndDropWrapperConstants
-
Deprecated.
- DragAndDropWrapperConstants - Class in com.vaadin.shared.ui.draganddropwrapper
-
Deprecated.
- DragAndDropWrapperConstants() - Constructor for class com.vaadin.shared.ui.draganddropwrapper.DragAndDropWrapperConstants
-
Deprecated.
- DragAndDropWrapperServerRpc - Interface in com.vaadin.shared.ui.draganddropwrapper
-
RPC interface for calls from client to server.
- DragEventType - Enum in com.vaadin.shared.ui.dd
-
- draggable - Variable in class com.vaadin.shared.ui.window.WindowState
-
- dropRows(JsonArray) - Method in interface com.vaadin.shared.data.DataRequestRpc
-
Informs the server that items have been dropped from the client cache.
- GENERATED_BODY_CLASSNAME - Static variable in class com.vaadin.shared.ApplicationConstants
-
- getAlpha() - Method in class com.vaadin.shared.ui.colorpicker.Color
-
Returns the alpha value of the color.
- getBitMask() - Method in class com.vaadin.shared.ui.AlignmentInfo
-
- getBitMask() - Method in class com.vaadin.shared.ui.MarginInfo
-
Deprecated.
- getBlue() - Method in class com.vaadin.shared.ui.colorpicker.Color
-
Returns the blue value of the color.
- getBrowserEngineVersion() - Method in class com.vaadin.shared.VBrowserDetails
-
Returns the version of the browser engine.
- getBrowserMajorVersion() - Method in class com.vaadin.shared.VBrowserDetails
-
Returns the browser major version e.g., 3 for Firefox 3.5, 4 for Chrome
4, 8 for Internet Explorer 8.
- getBrowserMinorVersion() - Method in class com.vaadin.shared.VBrowserDetails
-
Returns the browser minor version e.g., 5 for Firefox 3.5.
- getBuildIdentifier() - Static method in class com.vaadin.shared.Version
-
- getButton() - Method in class com.vaadin.shared.MouseEventDetails
-
- getButtonName() - Method in class com.vaadin.shared.MouseEventDetails
-
- getByIdentifier(String) - Static method in enum com.vaadin.shared.ui.ui.Transport
-
Returns a Transport by its identifier.
- getCalendarField() - Method in enum com.vaadin.shared.ui.datefield.Resolution
-
Returns the field in java.util.Calendar that corresponds to this
resolution.
- getCallbackNames() - Method in interface com.vaadin.shared.JavaScriptConnectorState
-
- getCallbackNames() - Method in class com.vaadin.shared.JavaScriptExtensionState
-
- getCallbackNames() - Method in class com.vaadin.shared.ui.JavaScriptComponentState
-
- getClientX() - Method in class com.vaadin.shared.MouseEventDetails
-
- getClientY() - Method in class com.vaadin.shared.MouseEventDetails
-
- getConnector() - Method in class com.vaadin.shared.ui.grid.DetailsConnectorChange
-
Gets the changed connector.
- getConnectorId() - Method in class com.vaadin.shared.communication.MethodInvocation
-
- getConnectorId() - Method in interface com.vaadin.shared.Connector
-
Returns the id for this connector.
- getCSS() - Method in class com.vaadin.shared.ui.colorpicker.Color
-
Returns CSS representation of the Color, e.g.
- getDelegateTarget(String, String) - Static method in class com.vaadin.shared.annotations.DelegateToWidget.Helper
-
Gets the name of the method to delegate to for a given property name
and annotation value.
- getDuplicates(Object[]) - Static method in class com.vaadin.shared.util.SharedUtil
-
Return duplicate values in the given array in the format
"duplicateValue1, duplicateValue2".
- getEnd() - Method in class com.vaadin.shared.ui.grid.Range
-
Returns the exclusive end point of this range.
- getFullVersion() - Static method in class com.vaadin.shared.Version
-
- getGreen() - Method in class com.vaadin.shared.ui.colorpicker.Color
-
Returns the green value of the color.
- getHorizontalAlignment() - Method in class com.vaadin.shared.ui.AlignmentInfo
-
- getHSV() - Method in class com.vaadin.shared.ui.colorpicker.Color
-
Returns converted HSV components of the color.
- getIdentifier() - Method in enum com.vaadin.shared.ui.ui.Transport
-
- getInterfaceName() - Method in class com.vaadin.shared.communication.MethodInvocation
-
- getLastOnlyTag() - Method in class com.vaadin.shared.communication.LegacyChangeVariablesInvocation
-
- getLastOnlyTag() - Method in class com.vaadin.shared.communication.MethodInvocation
-
Gets a String tag that is used to uniquely identify previous method
invocations that should be purged from the queue if
@Delay(lastOnly = true) is used.
- getMajorVersion() - Static method in class com.vaadin.shared.Version
-
- getMethodName() - Method in class com.vaadin.shared.communication.MethodInvocation
-
- getMinorVersion() - Static method in class com.vaadin.shared.Version
-
- getName() - Method in enum com.vaadin.shared.MouseEventDetails.MouseButton
-
Returns a human readable text representing the button
- getNewIndex() - Method in class com.vaadin.shared.ui.grid.DetailsConnectorChange
-
Gets the new index for the connector.
- getOldIndex() - Method in class com.vaadin.shared.ui.grid.DetailsConnectorChange
-
Gets the old index for the connector.
- getOperatingSystemMajorVersion() - Method in class com.vaadin.shared.VBrowserDetails
-
Returns the major version of the operating system.
- getOperatingSystemMinorVersion() - Method in class com.vaadin.shared.VBrowserDetails
-
Returns the minor version of the operating system.
- getOpposite() - Method in enum com.vaadin.shared.data.sort.SortDirection
-
Get the sort direction that is the direct opposite to this one.
- getParameters() - Method in class com.vaadin.shared.communication.MethodInvocation
-
- getParent() - Method in interface com.vaadin.shared.Connector
-
Gets the parent connector of this connector, or null if the
connector is not attached to any parent.
- getRed() - Method in class com.vaadin.shared.ui.colorpicker.Color
-
Returns the red value of the color.
- getRelativeX() - Method in class com.vaadin.shared.MouseEventDetails
-
- getRelativeY() - Method in class com.vaadin.shared.MouseEventDetails
-
- getResolutionsHigherOrEqualTo(Resolution) - Static method in enum com.vaadin.shared.ui.datefield.Resolution
-
Returns the resolutions that are higher or equal to the given resolution,
starting from the given resolution.
- getResolutionsLowerThan(Resolution) - Static method in enum com.vaadin.shared.ui.datefield.Resolution
-
Returns the resolutions that are lower than the given resolution,
starting from the given resolution.
- getRevision() - Static method in class com.vaadin.shared.Version
-
- getRGB() - Method in class com.vaadin.shared.ui.colorpicker.Color
-
Returns RGB value of the color.
- getRpcInterfaces() - Method in interface com.vaadin.shared.JavaScriptConnectorState
-
- getRpcInterfaces() - Method in class com.vaadin.shared.JavaScriptExtensionState
-
- getRpcInterfaces() - Method in class com.vaadin.shared.ui.JavaScriptComponentState
-
- getServiceUrl() - Method in class com.vaadin.shared.VaadinUriResolver
-
Gets the URL handled by VaadinService to handle application requests.
- getServiceUrlParameterName() - Method in class com.vaadin.shared.VaadinUriResolver
-
Gets the name of the request parameter that should be used for sending
the requested URL to the
service URL.
- getStart() - Method in class com.vaadin.shared.ui.grid.Range
-
Returns the inclusive start point of this range.
- getThemeUri() - Method in class com.vaadin.shared.VaadinUriResolver
-
Gets the URI of the directory of the current theme.
- getType() - Method in class com.vaadin.shared.MouseEventDetails
-
- getURL() - Method in class com.vaadin.shared.communication.URLReference
-
Returns the URL that this object refers to.
- getVaadinDirUrl() - Method in class com.vaadin.shared.VaadinUriResolver
-
Gets the URL pointing to the VAADIN directory.
- getValue() - Method in class com.vaadin.shared.communication.UidlValue
-
- getVariableChanges() - Method in class com.vaadin.shared.communication.LegacyChangeVariablesInvocation
-
- getVerticalAlignment() - Method in class com.vaadin.shared.ui.AlignmentInfo
-
- GREEN - Static variable in class com.vaadin.shared.ui.colorpicker.Color
-
- GridClientRpc - Interface in com.vaadin.shared.ui.grid
-
Server-to-client RPC interface for the Grid component.
- GridColumnState - Class in com.vaadin.shared.ui.grid
-
Column state DTO for transferring column properties from the server to the
client
- GridColumnState() - Constructor for class com.vaadin.shared.ui.grid.GridColumnState
-
- GridConstants - Class in com.vaadin.shared.ui.grid
-
Container class for common constants and default values used by the Grid
component.
- GridConstants() - Constructor for class com.vaadin.shared.ui.grid.GridConstants
-
- GridConstants.Section - Enum in com.vaadin.shared.ui.grid
-
Enum describing different sections of Grid.
- GridLayoutServerRpc - Interface in com.vaadin.shared.ui.gridlayout
-
- GridLayoutState - Class in com.vaadin.shared.ui.gridlayout
-
- GridLayoutState() - Constructor for class com.vaadin.shared.ui.gridlayout.GridLayoutState
-
- GridLayoutState.ChildComponentData - Class in com.vaadin.shared.ui.gridlayout
-
- GridServerRpc - Interface in com.vaadin.shared.ui.grid
-
Client-to-server RPC interface for the Grid component
- GridState - Class in com.vaadin.shared.ui.grid
-
The shared state for the com.vaadin.ui.components.grid.Grid component
- GridState() - Constructor for class com.vaadin.shared.ui.grid.GridState
-
- GridState.SharedSelectionMode - Enum in com.vaadin.shared.ui.grid
-
A description of which of the three bundled SelectionModels is currently
in use.
- GridStaticCellType - Enum in com.vaadin.shared.ui.grid
-
Enumeration, specifying the content type of a Cell in a GridStaticSection.
- GridStaticSectionState - Class in com.vaadin.shared.ui.grid
-
Shared state for Grid headers and footers.
- GridStaticSectionState() - Constructor for class com.vaadin.shared.ui.grid.GridStaticSectionState
-
- GridStaticSectionState.CellState - Class in com.vaadin.shared.ui.grid
-
- GridStaticSectionState.RowState - Class in com.vaadin.shared.ui.grid
-
- ICON_RESOURCE - Static variable in class com.vaadin.shared.ComponentConstants
-
- iconAltText - Variable in class com.vaadin.shared.ui.button.ButtonState
-
- iconAltText - Variable in class com.vaadin.shared.ui.tabsheet.TabState
-
- iconKey - Variable in class com.vaadin.shared.ui.calendar.CalendarState.Action
-
- id - Variable in class com.vaadin.shared.AbstractComponentState
-
- id - Variable in class com.vaadin.shared.ui.grid.GridColumnState
-
Id used by grid connector to map server side column with client side
column
- id - Variable in class com.vaadin.shared.ui.tabsheet.TabState
-
- ImageServerRpc - Interface in com.vaadin.shared.ui.image
-
- ImageState - Class in com.vaadin.shared.ui.image
-
- ImageState() - Constructor for class com.vaadin.shared.ui.image.ImageState
-
- immediate - Variable in class com.vaadin.shared.AbstractComponentState
-
- indeterminate - Variable in class com.vaadin.shared.ui.progressindicator.ProgressBarState
-
- index - Variable in class com.vaadin.shared.ui.calendar.CalendarState.Event
-
- InlineDateFieldState - Class in com.vaadin.shared.ui.datefield
-
- InlineDateFieldState() - Constructor for class com.vaadin.shared.ui.datefield.InlineDateFieldState
-
- inputPrompt - Variable in class com.vaadin.shared.ui.textfield.AbstractTextFieldState
-
The prompt to display in an empty field.
- insertRowData(int, int) - Method in interface com.vaadin.shared.data.DataProviderRpc
-
Informs the client to insert new row data.
- intersects(Range) - Method in class com.vaadin.shared.ui.grid.Range
-
Checks whether this range and another range are at least partially
covering the same values.
- isAltKey() - Method in class com.vaadin.shared.MouseEventDetails
-
- isAndroid() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is run on Android.
- isBottom() - Method in class com.vaadin.shared.ui.AlignmentInfo
-
- isChrome() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is Chrome.
- isChromeFrame() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is running ChromeFrame.
- isChromeFrameCapable() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is capable of running ChromeFrame.
- isCtrlKey() - Method in class com.vaadin.shared.MouseEventDetails
-
- isDoubleClick() - Method in class com.vaadin.shared.MouseEventDetails
-
- isEdge() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is Edge.
- isEmpty() - Method in class com.vaadin.shared.ui.grid.Range
-
Checks whether the range has no elements between the start and end.
- isEnabled() - Method in enum com.vaadin.shared.communication.PushMode
-
Checks whether the push mode is using push functionality
- isFirefox() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is Firefox.
- isGecko() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is using the Gecko engine
- isHorizontalCenter() - Method in class com.vaadin.shared.ui.AlignmentInfo
-
- isIE() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is Internet Explorer.
- isIOS() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is run in iOS.
- isIPad() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is run on iPad.
- isIPhone() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is run on iPhone.
- isLeft() - Method in class com.vaadin.shared.ui.AlignmentInfo
-
- isLegacyVariableChange(String, String) - Static method in class com.vaadin.shared.communication.LegacyChangeVariablesInvocation
-
- isLinux() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is run on Linux.
- isMacOSX() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is run on Mac OSX.
- isMetaKey() - Method in class com.vaadin.shared.MouseEventDetails
-
- isOpera() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is Opera.
- isPhantomJS() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is PhantomJS.
- isPresto() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is using the Presto engine
- isRelativeHeight(AbstractComponentState) - Static method in class com.vaadin.shared.ui.ComponentStateUtil
-
- isRelativeWidth(AbstractComponentState) - Static method in class com.vaadin.shared.ui.ComponentStateUtil
-
- isRight() - Method in class com.vaadin.shared.ui.AlignmentInfo
-
- isSafari() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is Safari.
- isShiftKey() - Method in class com.vaadin.shared.MouseEventDetails
-
- isShouldStillBeVisible() - Method in class com.vaadin.shared.ui.grid.DetailsConnectorChange
-
Checks whether whether the details should remain open, even if connector
might be null.
- isSubsetOf(Range) - Method in class com.vaadin.shared.ui.grid.Range
-
Checks whether this range is a subset of another range.
- isTooOldToFunctionProperly() - Method in class com.vaadin.shared.VBrowserDetails
-
Checks if the browser is so old that it simply won't work with a Vaadin
application.
- isTop() - Method in class com.vaadin.shared.ui.AlignmentInfo
-
- isTrident() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is using the Trident engine
- isUndefinedHeight(AbstractComponentState) - Static method in class com.vaadin.shared.ui.ComponentStateUtil
-
- isUndefinedWidth(AbstractComponentState) - Static method in class com.vaadin.shared.ui.ComponentStateUtil
-
- isVerticalCenter() - Method in class com.vaadin.shared.ui.AlignmentInfo
-
- isWebKit() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is using the WebKit engine
- isWindows() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is run on Windows.
- isWindowsPhone() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is run on Windows Phone.
- ITEM_CLICK_EVENT_ID - Static variable in class com.vaadin.shared.ui.grid.GridConstants
-
Event ID for item click events
- ITEM_CLICK_EVENT_ID - Static variable in class com.vaadin.shared.ui.table.TableConstants
-
- ITEM_CLICK_EVENT_ID - Static variable in class com.vaadin.shared.ui.tree.TreeConstants
-
Deprecated.
- itemClick(String, String, MouseEventDetails) - Method in interface com.vaadin.shared.ui.grid.GridServerRpc
-
Informs the server that an item has been clicked in Grid.
- save(int) - Method in interface com.vaadin.shared.ui.grid.EditorServerRpc
-
Asks the server to save unsaved changes in the editor to the data source.
- scroll(int) - Method in interface com.vaadin.shared.ui.calendar.CalendarClientRpc
-
- scroll(int) - Method in interface com.vaadin.shared.ui.calendar.CalendarServerRpc
-
- scroll - Variable in class com.vaadin.shared.ui.calendar.CalendarState
-
- scroll(int, int) - Method in interface com.vaadin.shared.ui.ui.UIServerRpc
-
- ScrollClientRpc - Interface in com.vaadin.shared.ui.ui
-
- ScrollDestination - Enum in com.vaadin.shared.ui.grid
-
Enumeration, specifying the destinations that are supported when scrolling
rows or columns into view.
- scrollLeft - Variable in class com.vaadin.shared.ui.panel.PanelState
-
- scrollToEnd() - Method in interface com.vaadin.shared.ui.grid.GridClientRpc
-
Command client Grid to scroll to the last row.
- scrollTop - Variable in class com.vaadin.shared.ui.panel.PanelState
-
- scrollToRow(int, ScrollDestination) - Method in interface com.vaadin.shared.ui.grid.GridClientRpc
-
Command client Grid to scroll to a specific data row and its (optional)
details.
- scrollToStart() - Method in interface com.vaadin.shared.ui.grid.GridClientRpc
-
Command client Grid to scroll to the first row.
- secondChild - Variable in class com.vaadin.shared.ui.splitpanel.AbstractSplitPanelState
-
- secondDelay - Variable in class com.vaadin.shared.ui.ui.UIState.LoadingIndicatorConfigurationState
-
- select(int, int) - Method in interface com.vaadin.shared.ui.colorpicker.ColorPickerGradientServerRpc
-
ColorPickerGradient mouseUp event.
- select(int, int) - Method in interface com.vaadin.shared.ui.colorpicker.ColorPickerGridServerRpc
-
ColorPickerGrid click event.
- select(List<String>) - Method in interface com.vaadin.shared.ui.grid.selection.MultiSelectionModelServerRpc
-
Select a list of rows based on their row keys on the server-side.
- select(String) - Method in interface com.vaadin.shared.ui.grid.selection.SingleSelectionModelServerRpc
-
Selects a row on server-side.
- selectAll() - Method in interface com.vaadin.shared.ui.grid.selection.MultiSelectionModelServerRpc
-
Selects all rows on the server-side.
- selected - Variable in class com.vaadin.shared.ui.tabsheet.TabsheetState
-
the key of the currently selected tab
- serialize() - Method in class com.vaadin.shared.MouseEventDetails
-
- SERVER_SYNC_ID - Static variable in class com.vaadin.shared.ApplicationConstants
-
The name of the parameter used to transmit the sync id.
- ServerRpc - Interface in com.vaadin.shared.communication
-
Interface to be extended by all client to server RPC interfaces.
- SERVICE_URL - Static variable in class com.vaadin.shared.ApplicationConstants
-
- SERVICE_URL_PARAMETER_NAME - Static variable in class com.vaadin.shared.ApplicationConstants
-
- setAlpha(int) - Method in class com.vaadin.shared.ui.colorpicker.Color
-
Sets the alpha value of the color.
- setAltKey(boolean) - Method in class com.vaadin.shared.MouseEventDetails
-
- setBlue(int) - Method in class com.vaadin.shared.ui.colorpicker.Color
-
Sets the blue value of the color.
- setButton(MouseEventDetails.MouseButton) - Method in class com.vaadin.shared.MouseEventDetails
-
- setCallbackNames(Set<String>) - Method in class com.vaadin.shared.JavaScriptExtensionState
-
- setCallbackNames(Set<String>) - Method in class com.vaadin.shared.ui.JavaScriptComponentState
-
- setChecked(boolean, MouseEventDetails) - Method in interface com.vaadin.shared.ui.checkbox.CheckBoxServerRpc
-
- setClientX(int) - Method in class com.vaadin.shared.MouseEventDetails
-
- setClientY(int) - Method in class com.vaadin.shared.MouseEventDetails
-
- setConnector(Connector) - Method in class com.vaadin.shared.ui.grid.DetailsConnectorChange
-
Sets the changed connector.
- setCtrlKey(boolean) - Method in class com.vaadin.shared.MouseEventDetails
-
- setGreen(int) - Method in class com.vaadin.shared.ui.colorpicker.Color
-
Sets the green value of the color.
- setIEMode(int) - Method in class com.vaadin.shared.VBrowserDetails
-
Sets the version for IE based on the documentMode.
- setMargins(boolean) - Method in class com.vaadin.shared.ui.MarginInfo
-
Enables or disables margins on all edges simultaneously.
- setMargins(boolean, boolean, boolean, boolean) - Method in class com.vaadin.shared.ui.MarginInfo
-
Sets margins on all edges individually.
- setMargins(MarginInfo) - Method in class com.vaadin.shared.ui.MarginInfo
-
Copies margin values from another MarginInfo object.
- setMetaKey(boolean) - Method in class com.vaadin.shared.MouseEventDetails
-
- setNewIndex(Integer) - Method in class com.vaadin.shared.ui.grid.DetailsConnectorChange
-
Sets the new index
- setOldIndex(Integer) - Method in class com.vaadin.shared.ui.grid.DetailsConnectorChange
-
Sets the old index
- setParameters(Object[]) - Method in class com.vaadin.shared.communication.MethodInvocation
-
- setPopupVisibility(boolean) - Method in interface com.vaadin.shared.ui.popupview.PopupViewServerRpc
-
- setRed(int) - Method in class com.vaadin.shared.ui.colorpicker.Color
-
Sets the red value of the color.
- setRelativeX(int) - Method in class com.vaadin.shared.MouseEventDetails
-
- setRelativeY(int) - Method in class com.vaadin.shared.MouseEventDetails
-
- setRowData(int, JsonArray) - Method in interface com.vaadin.shared.data.DataProviderRpc
-
Sends updated row data to a client.
- setRpcInterfaces(Map<String, Set<String>>) - Method in class com.vaadin.shared.JavaScriptExtensionState
-
- setRpcInterfaces(Map<String, Set<String>>) - Method in class com.vaadin.shared.ui.JavaScriptComponentState
-
- setScrollLeft(int) - Method in interface com.vaadin.shared.ui.ui.ScrollClientRpc
-
- setScrollTop(int) - Method in interface com.vaadin.shared.ui.ui.ScrollClientRpc
-
- setSelected(String) - Method in interface com.vaadin.shared.ui.tabsheet.TabsheetServerRpc
-
Tell server that a tab has been selected by the user.
- setShiftKey(boolean) - Method in class com.vaadin.shared.MouseEventDetails
-
- setShouldStillBeVisible(boolean) - Method in class com.vaadin.shared.ui.grid.DetailsConnectorChange
-
Sets whether the details should remain open, even if connector might be
null.
- setSplitterPosition(float) - Method in interface com.vaadin.shared.ui.splitpanel.AbstractSplitPanelRpc
-
Called when the position has been updated by the user.
- setType(int) - Method in class com.vaadin.shared.MouseEventDetails
-
- setURL(String) - Method in class com.vaadin.shared.communication.URLReference
-
Sets the URL that this object refers to
- setVariableChange(String, Object) - Method in class com.vaadin.shared.communication.LegacyChangeVariablesInvocation
-
- SharedState - Class in com.vaadin.shared.communication
-
Interface to be implemented by all shared state classes used to communicate
basic information about a
Connector from server to client.
- SharedState() - Constructor for class com.vaadin.shared.communication.SharedState
-
- SharedUtil - Class in com.vaadin.shared.util
-
Misc internal utility methods used by both the server and the client package.
- SharedUtil() - Constructor for class com.vaadin.shared.util.SharedUtil
-
- ShortCutConstants - Class in com.vaadin.shared.ui
-
- ShortCutConstants() - Constructor for class com.vaadin.shared.ui.ShortCutConstants
-
- shortDayNames - Variable in class com.vaadin.shared.ui.ui.UIState.LocaleData
-
- shortMonthNames - Variable in class com.vaadin.shared.ui.ui.UIState.LocaleData
-
- showControls - Variable in class com.vaadin.shared.ui.AbstractMediaState
-
- showDefaultCaption - Variable in class com.vaadin.shared.ui.colorpicker.ColorPickerState
-
- showServerDebugInfo(Connector) - Method in interface com.vaadin.shared.ui.ui.DebugWindowServerRpc
-
Sends a request to the server to print details to console that will help
the developer to locate the corresponding server-side connector in the
source code.
- showServerDesign(Connector) - Method in interface com.vaadin.shared.ui.ui.DebugWindowServerRpc
-
Sends a request to the server to print a design to the console for the
given component.
- SingleSelectionModelServerRpc - Interface in com.vaadin.shared.ui.grid.selection
-
ServerRpc for SingleSelectionModel.
- SingleSelectionModelState - Class in com.vaadin.shared.ui.grid.selection
-
SharedState object for SingleSelectionModel.
- SingleSelectionModelState() - Constructor for class com.vaadin.shared.ui.grid.selection.SingleSelectionModelState
-
- SIZE_PATTERN - Static variable in class com.vaadin.shared.util.SharedUtil
-
RegEx pattern to extract the width/height values.
- SliderOrientation - Enum in com.vaadin.shared.ui.slider
-
- SliderServerRpc - Interface in com.vaadin.shared.ui.slider
-
- SliderState - Class in com.vaadin.shared.ui.slider
-
- SliderState() - Constructor for class com.vaadin.shared.ui.slider.SliderState
-
- sort(String[], SortDirection[], boolean) - Method in interface com.vaadin.shared.ui.grid.GridServerRpc
-
- sortable - Variable in class com.vaadin.shared.ui.grid.GridColumnState
-
Whether this column is sortable by the user
- sortColumns - Variable in class com.vaadin.shared.ui.grid.GridState
-
Keys of the currently sorted columns
- SortDirection - Enum in com.vaadin.shared.data.sort
-
Describes sorting direction.
- sortDirs - Variable in class com.vaadin.shared.ui.grid.GridState
-
Directions for each sorted column
- SOURCE_RESOURCE - Static variable in class com.vaadin.shared.ui.AbstractEmbeddedState
-
- sources - Variable in class com.vaadin.shared.ui.AbstractMediaState
-
- sourceTypes - Variable in class com.vaadin.shared.ui.AbstractMediaState
-
- spacing - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState
-
- spacing - Variable in class com.vaadin.shared.ui.orderedlayout.AbstractOrderedLayoutState
-
- splitAt(int) - Method in class com.vaadin.shared.ui.grid.Range
-
Split the range into two at a certain integer.
- splitAtFromStart(int) - Method in class com.vaadin.shared.ui.grid.Range
-
Split the range into two after a certain number of integers into the
range.
- splitCamelCase(String) - Static method in class com.vaadin.shared.util.SharedUtil
-
Splits a camelCaseString into an array of words with the casing
preserved.
- splitterClick(MouseEventDetails) - Method in interface com.vaadin.shared.ui.splitpanel.AbstractSplitPanelRpc
-
Called when a click event has occurred on the splitter.
- splitterState - Variable in class com.vaadin.shared.ui.splitpanel.AbstractSplitPanelState
-
- SplitterState() - Constructor for class com.vaadin.shared.ui.splitpanel.AbstractSplitPanelState.SplitterState
-
- standby - Variable in class com.vaadin.shared.ui.flash.FlashState
-
- startDate - Variable in class com.vaadin.shared.ui.calendar.CalendarState.Action
-
- startsAfter(Range) - Method in class com.vaadin.shared.ui.grid.Range
-
Checks whether this range starts after the end of another range.
- startsBefore(Range) - Method in class com.vaadin.shared.ui.grid.Range
-
Checks whether this range starts before the start of another range.
- state - Variable in class com.vaadin.shared.ui.progressindicator.ProgressBarState
-
- styleName - Variable in class com.vaadin.shared.ui.calendar.CalendarState.Event
-
- styleName - Variable in class com.vaadin.shared.ui.grid.GridStaticSectionState.CellState
-
- styleName - Variable in class com.vaadin.shared.ui.grid.GridStaticSectionState.RowState
-
The style name for the row.
- styleName - Variable in class com.vaadin.shared.ui.tabsheet.TabState
-
- styles - Variable in class com.vaadin.shared.AbstractComponentState
-
- submitCompleted() - Method in interface com.vaadin.shared.ui.loginform.LoginFormRpc
-
- submitUpload() - Method in interface com.vaadin.shared.ui.upload.UploadClientRpc
-
Forces the upload the send selected file to the server.
- V_RESOURCE_PATH - Static variable in class com.vaadin.shared.ApplicationConstants
-
- VAADIN_BOOTSTRAP_JS - Static variable in class com.vaadin.shared.ApplicationConstants
-
The name of the javascript containing the bootstrap code.
- VAADIN_DIR_URL - Static variable in class com.vaadin.shared.ApplicationConstants
-
Configuration parameter giving the (in some cases relative) URL to the
VAADIN folder from where themes and widgetsets are loaded.
- VAADIN_PROTOCOL_PREFIX - Static variable in class com.vaadin.shared.ApplicationConstants
-
- VAADIN_PUSH_DEBUG_JS - Static variable in class com.vaadin.shared.ApplicationConstants
-
The name of the debug version of the javascript containing push support.
- VAADIN_PUSH_JS - Static variable in class com.vaadin.shared.ApplicationConstants
-
The name of the javascript containing push support.
- VaadinUriResolver - Class in com.vaadin.shared
-
Utility for translating special Vaadin URIs like theme:// and app:// into
URLs usable by the browser.
- VaadinUriResolver() - Constructor for class com.vaadin.shared.VaadinUriResolver
-
- value - Variable in class com.vaadin.shared.ui.slider.SliderState
-
- valueChanged(double) - Method in interface com.vaadin.shared.ui.slider.SliderServerRpc
-
Invoked when the value of a variable has changed.
- valueOf(String) - Static method in enum com.vaadin.shared.communication.PushMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.data.sort.SortDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.MouseEventDetails.MouseButton
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.BorderStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.combobox.FilteringMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.Connect.LoadStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.datefield.Resolution
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.dd.DragEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.dd.HorizontalDropLocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.dd.VerticalDropLocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.grid.ColumnResizeMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.grid.GridConstants.Section
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.grid.GridState.SharedSelectionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.grid.GridStaticCellType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.grid.HeightMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.grid.ScrollDestination
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.label.ContentMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.MultiSelectMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.Orientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.slider.SliderOrientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.table.CollapseMenuContent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.table.TableConstants.Section
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.ui.NotificationRole
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.ui.Transport
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.window.WindowMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.window.WindowRole
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.VBrowserDetails.OperatingSystem
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.vaadin.shared.communication.PushMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.shared.data.sort.SortDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.shared.MouseEventDetails.MouseButton
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.shared.Position
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.BorderStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.combobox.FilteringMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.Connect.LoadStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.datefield.Resolution
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.dd.DragEventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.dd.HorizontalDropLocation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.dd.VerticalDropLocation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.grid.ColumnResizeMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.grid.GridConstants.Section
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.grid.GridState.SharedSelectionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.grid.GridStaticCellType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.grid.HeightMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.grid.ScrollDestination
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.label.ContentMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.MultiSelectMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.Orientation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.slider.SliderOrientation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.table.CollapseMenuContent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.table.TableConstants.Section
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.ui.NotificationRole
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.ui.Transport
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.window.WindowMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.window.WindowRole
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.shared.VBrowserDetails.OperatingSystem
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VAR_CUR_TEXT - Static variable in class com.vaadin.shared.ui.textfield.TextFieldConstants
-
- VAR_CURSOR - Static variable in class com.vaadin.shared.ui.textfield.TextFieldConstants
-
- VBrowserDetails - Class in com.vaadin.shared
-
Class that parses the user agent string from the browser and provides
information about the browser.
- VBrowserDetails(String) - Constructor for class com.vaadin.shared.VBrowserDetails
-
Create an instance based on the given user agent.
- VBrowserDetails.OperatingSystem - Enum in com.vaadin.shared
-
- Version - Class in com.vaadin.shared
-
- Version() - Constructor for class com.vaadin.shared.Version
-
- VerticalDropLocation - Enum in com.vaadin.shared.ui.dd
-
- VerticalLayoutState - Class in com.vaadin.shared.ui.orderedlayout
-
- VerticalLayoutState() - Constructor for class com.vaadin.shared.ui.orderedlayout.VerticalLayoutState
-
- VerticalSplitPanelState - Class in com.vaadin.shared.ui.splitpanel
-
- VerticalSplitPanelState() - Constructor for class com.vaadin.shared.ui.splitpanel.VerticalSplitPanelState
-
- VideoConstants - Class in com.vaadin.shared.ui.video
-
- VideoConstants() - Constructor for class com.vaadin.shared.ui.video.VideoConstants
-
- VideoState - Class in com.vaadin.shared.ui.video
-
- VideoState() - Constructor for class com.vaadin.shared.ui.video.VideoState
-
- visible - Variable in class com.vaadin.shared.ui.grid.GridStaticSectionState
-
- visible - Variable in class com.vaadin.shared.ui.tabsheet.TabState
-
- VTYPE_ARRAY - Static variable in class com.vaadin.shared.JsonConstants
-
- VTYPE_BOOLEAN - Static variable in class com.vaadin.shared.JsonConstants
-
- VTYPE_CONNECTOR - Static variable in class com.vaadin.shared.JsonConstants
-
- VTYPE_DOUBLE - Static variable in class com.vaadin.shared.JsonConstants
-
- VTYPE_FLOAT - Static variable in class com.vaadin.shared.JsonConstants
-
- VTYPE_INTEGER - Static variable in class com.vaadin.shared.JsonConstants
-
- VTYPE_LIST - Static variable in class com.vaadin.shared.JsonConstants
-
- VTYPE_LONG - Static variable in class com.vaadin.shared.JsonConstants
-
- VTYPE_MAP - Static variable in class com.vaadin.shared.JsonConstants
-
- VTYPE_NULL - Static variable in class com.vaadin.shared.JsonConstants
-
- VTYPE_SET - Static variable in class com.vaadin.shared.JsonConstants
-
- VTYPE_STRING - Static variable in class com.vaadin.shared.JsonConstants
-
- VTYPE_STRINGARRAY - Static variable in class com.vaadin.shared.JsonConstants
-