A B C D E F G H I J K L M N O P R S T U V W X Y Z 
All Classes All Packages

A

AbsoluteLayoutConnector - Class in com.vaadin.client.ui.absolutelayout
Connects the server side AbsoluteLayout with the client side counterpart VAbsoluteLayout.
AbsoluteLayoutConnector() - Constructor for class com.vaadin.client.ui.absolutelayout.AbsoluteLayoutConnector
 
AbsoluteWrapper(Widget) - Constructor for class com.vaadin.client.ui.VAbsoluteLayout.AbsoluteWrapper
Constructor.
AbstractBasicSymmetricalCacheStrategy() - Constructor for class com.vaadin.client.data.CacheStrategy.AbstractBasicSymmetricalCacheStrategy
 
AbstractClickEventHandler - Class in com.vaadin.client.ui
 
AbstractClickEventHandler(ComponentConnector, String) - Constructor for class com.vaadin.client.ui.AbstractClickEventHandler
 
AbstractColorPickerConnector - Class in com.vaadin.client.ui.colorpicker
An abstract class that defines default implementation for a color picker connector.
AbstractColorPickerConnector() - Constructor for class com.vaadin.client.ui.colorpicker.AbstractColorPickerConnector
 
AbstractComponentConnector - Class in com.vaadin.client.ui
Base class for component connectors.
AbstractComponentConnector() - Constructor for class com.vaadin.client.ui.AbstractComponentConnector
Default constructor.
AbstractComponentContainerConnector - Class in com.vaadin.client.ui
Client side connector for subclasses of AbstractComponentConnector.
AbstractComponentContainerConnector() - Constructor for class com.vaadin.client.ui.AbstractComponentContainerConnector
 
AbstractConnector - Class in com.vaadin.client.ui
An abstract implementation of Connector.
AbstractConnector() - Constructor for class com.vaadin.client.ui.AbstractConnector
 
AbstractDateFieldConnector<R extends Enum<R>> - Class in com.vaadin.client.ui.datefield
Base class for various DateField connectors.
AbstractDateFieldConnector() - Constructor for class com.vaadin.client.ui.datefield.AbstractDateFieldConnector
 
AbstractEventTriggerExtensionConnector - Class in com.vaadin.client.extensions
An abstract extension connector with trigger support.
AbstractEventTriggerExtensionConnector() - Constructor for class com.vaadin.client.extensions.AbstractEventTriggerExtensionConnector
 
AbstractExtensionConnector - Class in com.vaadin.client.extensions
An abstract implementation for extension connectors.
AbstractExtensionConnector() - Constructor for class com.vaadin.client.extensions.AbstractExtensionConnector
 
AbstractFieldConnector - Class in com.vaadin.client.ui
Base class for field connectors.
AbstractFieldConnector() - Constructor for class com.vaadin.client.ui.AbstractFieldConnector
 
AbstractFocusableListingConnector<WIDGET extends com.google.gwt.user.client.ui.Widget & com.google.gwt.event.dom.client.HasAllFocusHandlers> - Class in com.vaadin.client.connectors
Abstract class for listing widget connectors that contains focusable children to track their focus/blur events.
AbstractFocusableListingConnector() - Constructor for class com.vaadin.client.connectors.AbstractFocusableListingConnector
 
AbstractGridKeyEvent() - Constructor for class com.vaadin.client.widgets.Grid.AbstractGridKeyEvent
 
AbstractGridKeyEvent(Grid<?>, CellReference<?>) - Constructor for class com.vaadin.client.widgets.Grid.AbstractGridKeyEvent
Deprecated.
This constructor's arguments are no longer used. Use the no-args constructor instead.
AbstractGridKeyEventHandler - Interface in com.vaadin.client.widget.grid.events
Base interface of all handlers for Grid.AbstractGridKeyEvents.
AbstractGridKeyEventHandler.GridKeyDownHandler - Interface in com.vaadin.client.widget.grid.events
Handler for Grid key down events.
AbstractGridKeyEventHandler.GridKeyPressHandler - Interface in com.vaadin.client.widget.grid.events
Handler for Grid key press events.
AbstractGridKeyEventHandler.GridKeyUpHandler - Interface in com.vaadin.client.widget.grid.events
Handler for Grid key up events.
AbstractGridMouseEvent() - Constructor for class com.vaadin.client.widgets.Grid.AbstractGridMouseEvent
 
AbstractGridMouseEvent(Grid<?>, CellReference<?>) - Constructor for class com.vaadin.client.widgets.Grid.AbstractGridMouseEvent
Deprecated.
This constructor's arguments are no longer used. Use the no-args constructor instead.
AbstractGridMouseEventHandler - Interface in com.vaadin.client.widget.grid.events
Base interface of all handlers for Grid.AbstractGridMouseEvents.
AbstractGridMouseEventHandler.GridClickHandler - Interface in com.vaadin.client.widget.grid.events
Handler for Grid click events.
AbstractGridMouseEventHandler.GridDoubleClickHandler - Interface in com.vaadin.client.widget.grid.events
Handler for Grid double-click events.
AbstractGridRendererConnector<T> - Class in com.vaadin.client.connectors.grid
An abstract base class for renderer connectors.
AbstractGridRendererConnector() - Constructor for class com.vaadin.client.connectors.grid.AbstractGridRendererConnector
 
AbstractHasComponentsConnector - Class in com.vaadin.client.ui
Base class for component connectors whose widget is a component container.
AbstractHasComponentsConnector() - Constructor for class com.vaadin.client.ui.AbstractHasComponentsConnector
Default constructor.
AbstractInlineDateFieldConnector<PANEL extends VAbstractCalendarPanel<R>,​R extends Enum<R>> - Class in com.vaadin.client.ui.datefield
Base class for inline data field connector.
AbstractInlineDateFieldConnector() - Constructor for class com.vaadin.client.ui.datefield.AbstractInlineDateFieldConnector
 
AbstractJSO() - Constructor for class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
 
AbstractLayoutConnector - Class in com.vaadin.client.ui
Base class for layout connectors.
AbstractLayoutConnector() - Constructor for class com.vaadin.client.ui.AbstractLayoutConnector
 
AbstractListingConnector - Class in com.vaadin.client.connectors
A base connector class for AbstractListing.
AbstractListingConnector() - Constructor for class com.vaadin.client.connectors.AbstractListingConnector
 
AbstractMultiSelectConnector - Class in com.vaadin.client.connectors
A base connector class for multiselects.
AbstractMultiSelectConnector() - Constructor for class com.vaadin.client.connectors.AbstractMultiSelectConnector
 
AbstractMultiSelectConnector.MultiSelectWidget - Interface in com.vaadin.client.connectors
Abstraction layer to help populate different multiselect widgets based on same JSON data.
AbstractOrderedLayoutConnector - Class in com.vaadin.client.ui.orderedlayout
Base class for vertical and horizontal ordered layouts.
AbstractOrderedLayoutConnector() - Constructor for class com.vaadin.client.ui.orderedlayout.AbstractOrderedLayoutConnector
 
AbstractRemoteDataSource<T> - Class in com.vaadin.client.data
Base implementation for data sources that fetch data from a remote system.
AbstractRemoteDataSource() - Constructor for class com.vaadin.client.data.AbstractRemoteDataSource
 
AbstractRemoteDataSource.RequestRowsCallback<T> - Class in com.vaadin.client.data
Callback used by AbstractRemoteDataSource.requestRows(int, int, RequestRowsCallback) to pass data to the underlying implementation when data has been fetched.
AbstractRemoteDataSource.RowHandleImpl - Class in com.vaadin.client.data
 
AbstractRendererConnector<T> - Class in com.vaadin.client.connectors
An abstract base class for renderer connectors.
AbstractRendererConnector() - Constructor for class com.vaadin.client.connectors.AbstractRendererConnector
 
AbstractRowContainer(TableSectionElement) - Constructor for class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Constructs a row container that uses the given table section element as the root element for the rows.
AbstractSelectionModelConnector - Class in com.vaadin.client.connectors.grid
Abstract base class for grid's selection models.
AbstractSelectionModelConnector() - Constructor for class com.vaadin.client.connectors.grid.AbstractSelectionModelConnector
 
AbstractServerConnectorEvent<H extends com.google.gwt.event.shared.EventHandler> - Class in com.vaadin.client.communication
 
AbstractServerConnectorEvent() - Constructor for class com.vaadin.client.communication.AbstractServerConnectorEvent
 
AbstractSingleComponentContainerConnector - Class in com.vaadin.client.ui
Client side connector for subclasses of AbstractSingleComponentConnector.
AbstractSingleComponentContainerConnector() - Constructor for class com.vaadin.client.ui.AbstractSingleComponentContainerConnector
 
AbstractSingleSelectConnector<WIDGET extends com.google.gwt.user.client.ui.Widget & com.google.gwt.event.dom.client.HasAllFocusHandlers> - Class in com.vaadin.client.connectors
An abstract class for single selection connectors.
AbstractSingleSelectConnector() - Constructor for class com.vaadin.client.connectors.AbstractSingleSelectConnector
 
AbstractSplitPanelConnector - Class in com.vaadin.client.ui.splitpanel
An abstract connector class for the SplitPanel components.
AbstractSplitPanelConnector() - Constructor for class com.vaadin.client.ui.splitpanel.AbstractSplitPanelConnector
 
AbstractTextFieldConnector - Class in com.vaadin.client.ui.textfield
Connector class for AbstractTextField.
AbstractTextFieldConnector() - Constructor for class com.vaadin.client.ui.textfield.AbstractTextFieldConnector
 
AbstractTextFieldWidget - Interface in com.vaadin.client.ui
Implemented by all widgets used by a connector extending AbstractTextFieldConnector.
AbstractTextualDateConnector<R extends Enum<R>> - Class in com.vaadin.client.ui.datefield
Abstract base class for date fields with textual date representation.
AbstractTextualDateConnector() - Constructor for class com.vaadin.client.ui.datefield.AbstractTextualDateConnector
 
ac - Variable in class com.vaadin.client.ui.VOverlay
Deprecated.
 
accept(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VAcceptAll
Deprecated.
 
accept(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VAcceptCriterion
Deprecated.
Returns whether a client-side check accepts the drop attempt.
accept(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VAnd
Deprecated.
 
accept(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VContainsDataFlavor
Deprecated.
 
accept(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VDragSourceIs
Deprecated.
 
accept(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VLazyInitItemIdentifiers
Deprecated.
 
accept(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VNot
Deprecated.
 
accept(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VOr
Deprecated.
 
accept(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VOverTreeNode
Deprecated.
 
accept(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VServerAccept
Deprecated.
 
accept(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VSourceIsTarget
Deprecated.
 
accept(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VTargetDetailIs
Deprecated.
 
accept(VDragEvent, UIDL, VAcceptCallback) - Method in class com.vaadin.client.ui.dd.VAcceptCriterion
Deprecated.
Checks if current drag event has valid drop target and target accepts the transferable.
accept(VDragEvent, UIDL, VAcceptCallback) - Method in class com.vaadin.client.ui.dd.VLazyInitItemIdentifiers
Deprecated.
 
accept(VDragEvent, UIDL, VAcceptCallback) - Method in class com.vaadin.client.ui.dd.VNot
Deprecated.
 
accept(VDragEvent, UIDL, VAcceptCallback) - Method in class com.vaadin.client.ui.dd.VOr
Deprecated.
 
accept(VDragEvent, UIDL, VAcceptCallback) - Method in class com.vaadin.client.ui.dd.VServerAccept
Deprecated.
 
acceptDayFocus() - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Returns true if current resolution assumes handling focus event for day UI component.
acceptDayFocus() - Method in class com.vaadin.client.ui.VDateCalendarPanel
 
acceptDayFocus() - Method in class com.vaadin.client.ui.VDateTimeCalendarPanel
 
accepted(VDragEvent) - Method in interface com.vaadin.client.ui.dd.VAcceptCallback
Deprecated.
This method is called by VDragAndDropManager if the VDragEvent is still active.
accepted(VDragEvent) - Method in class com.vaadin.client.ui.dd.VAnd
Deprecated.
 
accepted(VDragEvent) - Method in class com.vaadin.client.ui.dd.VOr
Deprecated.
 
acceptedTypes - Variable in class com.vaadin.client.ui.VDragAndDropWrapper
 
AccordionConnector - Class in com.vaadin.client.ui.accordion
A connector class for the Accordion component.
AccordionConnector() - Constructor for class com.vaadin.client.ui.accordion.AccordionConnector
 
Action - Class in com.vaadin.client.ui
 
Action(ActionOwner) - Constructor for class com.vaadin.client.ui.Action
 
actionHandler - Variable in class com.vaadin.client.ui.VUI
For internal use only.
ActionOwner - Interface in com.vaadin.client.ui
 
activateTheme(String) - Method in class com.vaadin.client.ui.ui.UIConnector
Activates the new theme.
ACTIVATING - com.vaadin.client.widgets.Grid.Editor.State
Editor is getting activated.
active - Variable in class com.vaadin.client.debug.internal.DebugButton
 
ACTIVE - com.vaadin.client.widgets.Grid.Editor.State
Editor is open and enabled and in edit mode.
ACTIVE_DRAG_SOURCE_STYLENAME - Static variable in class com.vaadin.client.ui.dd.VDragAndDropManager
Deprecated.
Style name for the active drag source.
activeSection - Variable in class com.vaadin.client.debug.internal.VDebugWindow
 
activeTabIndex - Variable in class com.vaadin.client.ui.VTabsheetBase
For internal use only.
actOnEnteredValueAfterFiltering(String) - Method in class com.vaadin.client.ui.VComboBox.SuggestionMenu
Create/select a suggestion based on the used entered string.
add(Widget) - Method in class com.vaadin.client.SimpleTree
Deprecated.
 
add(Widget) - Method in class com.vaadin.client.ui.VAbsoluteLayout
 
add(Widget) - Method in class com.vaadin.client.ui.VCustomLayout
Adding widget without specifying location is not supported.
add(Widget) - Method in class com.vaadin.client.ui.VTabsheetPanel
Adds the specified widget to the deck.
add(Widget) - Method in class com.vaadin.client.widgets.ChildFocusAwareFlowPanel
 
add(Widget) - Method in class com.vaadin.client.widgets.Grid
Deprecated.
add(Widget, Element) - Method in class com.vaadin.client.SimpleTree
Deprecated.
add(Widget, Element) - Method in class com.vaadin.client.SimpleTree
Deprecated.
As of 7.2, call and override SimpleTree.add(Widget, Element) instead.
add(MethodInvocation, boolean) - Method in class com.vaadin.client.communication.ServerRpcQueue
Adds an explicit RPC method invocation to the send queue.
add(String) - Method in class com.vaadin.client.FastStringSet
 
add(T) - Method in class com.vaadin.client.JsArrayObject
 
addAll(JsArrayString) - Method in class com.vaadin.client.FastStringSet
 
addAll(FastStringSet) - Method in class com.vaadin.client.FastStringSet
 
addAllTo(Collection<String>) - Method in class com.vaadin.client.FastStringSet
 
addAnimationEndListener(Element, AnimationUtil.AnimationEndListener) - Static method in class com.vaadin.client.AnimationUtil
For internal use only.
addAsyncBlockLoader(AsyncBundleLoader) - Method in class com.vaadin.client.metadata.ConnectorBundleLoader
 
addBlurHandler(BlurHandler) - Method in class com.vaadin.client.ui.FocusableFlexTable
 
addBlurHandler(BlurHandler) - Method in class com.vaadin.client.ui.FocusableFlowPanel
 
addBlurHandler(BlurHandler) - Method in class com.vaadin.client.ui.SimpleFocusablePanel
 
addBlurHandler(BlurHandler) - Method in class com.vaadin.client.ui.VRichTextArea
Adds a blur handler to the component.
addBlurHandler(BlurHandler) - Method in class com.vaadin.client.ui.VTabsheet.Tab
 
addBlurHandler(BlurHandler) - Method in class com.vaadin.client.widgets.ChildFocusAwareFlowPanel
 
addBlurHandler(BlurHandler) - Method in class com.vaadin.client.widgets.FocusableFlowPanelComposite
 
addBodyClickHandler(BodyClickHandler) - Method in class com.vaadin.client.widget.treegrid.TreeGrid
 
addBodyClickHandler(BodyClickHandler) - Method in class com.vaadin.client.widgets.Grid
Register a BodyClickHandler to this Grid.
addBodyDoubleClickHandler(BodyDoubleClickHandler) - Method in class com.vaadin.client.widget.treegrid.TreeGrid
 
addBodyDoubleClickHandler(BodyDoubleClickHandler) - Method in class com.vaadin.client.widgets.Grid
Register a BodyDoubleClickHandler to this Grid.
addBodyKeyDownHandler(BodyKeyDownHandler) - Method in class com.vaadin.client.widgets.Grid
Register a BodyKeyDownHandler to this Grid.
addBodyKeyPressHandler(BodyKeyPressHandler) - Method in class com.vaadin.client.widgets.Grid
Register a BodyKeyPressHandler to this Grid.
addBodyKeyUpHandler(BodyKeyUpHandler) - Method in class com.vaadin.client.widgets.Grid
Register a BodyKeyUpHandler to this Grid.
addBootstrapData(LinkedHashMap<String, Double>) - Method in interface com.vaadin.client.Profiler.ProfilerResultConsumer
 
addBrowserEventHandler(int, GridEventHandler<T>) - Method in class com.vaadin.client.widgets.Grid
Adds a low-level DOM event handler to this Grid.
addCallback(BundleLoadCallback) - Method in class com.vaadin.client.metadata.AsyncBundleLoader
 
addCell(Grid.Column<?, ?>) - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticRow
Creates and adds a cell to this row for the given column.
addCells(int, int) - Method in class com.vaadin.client.widget.escalator.FlyweightRow
Adds cell representations (i.e. new columns) for the indicated cell range and updates the subsequent indexing.
addClickHandler(ClickHandler) - Method in class com.vaadin.client.ui.colorpicker.VColorPickerGrid
 
addClickHandler(ClickHandler) - Method in class com.vaadin.client.ui.VColorPickerArea
Adds a click handler to the widget and sinks the click event.
addClickHandler(ClickHandler) - Method in class com.vaadin.client.ui.VTabsheet.Tab
Adds a ClickEvent handler to the tab caption.
addClickHandler(ClickableRenderer.RendererClickHandler<?>) - Method in class com.vaadin.client.renderers.ClickableRenderer
Adds a click handler to this button renderer.
addClickHandler(ClickableRenderer.RendererClickHandler<JsonObject>) - Method in class com.vaadin.client.connectors.ButtonRendererConnector
 
addClickHandler(ClickableRenderer.RendererClickHandler<JsonObject>) - Method in class com.vaadin.client.connectors.ClickableRendererConnector
 
addClickHandler(ClickableRenderer.RendererClickHandler<JsonObject>) - Method in class com.vaadin.client.connectors.ImageRendererConnector
 
addColumn(C) - Method in class com.vaadin.client.widgets.Grid
Adds a column as the last column in the grid.
addColumn(ColumnConnector.CustomColumn, String) - Method in class com.vaadin.client.connectors.grid.GridConnector
Adds a column to the Grid widget.
addColumn(Grid.Column<?, ?>) - Method in class com.vaadin.client.widgets.Grid.Header
 
addColumn(Grid.Column<?, ?>) - Method in class com.vaadin.client.widgets.Grid.StaticSection
Adds cells for the given column to all the rows within this section.
addColumn(C, int) - Method in class com.vaadin.client.widgets.Grid
Inserts a column into a specific position in the grid.
addColumnReorderHandler(ColumnReorderHandler<T>) - Method in class com.vaadin.client.widgets.Grid
Register a column reorder handler to this Grid.
addColumnResizeHandler(ColumnResizeHandler<T>) - Method in class com.vaadin.client.widgets.Grid
Register a column resize handler to this Grid.
addColumns(Grid.Column<?, T>...) - Method in class com.vaadin.client.widgets.Grid
Adds columns as the last columns in the grid.
addColumnVisibilityChangeHandler(ColumnVisibilityChangeHandler<T>) - Method in class com.vaadin.client.widgets.Grid
Register a column visibility change handler to this Grid.
addComponentInheritanceInfo(ValueMap) - Method in class com.vaadin.client.ApplicationConfiguration
 
addComponentMappings(ValueMap, WidgetSet) - Method in class com.vaadin.client.ApplicationConfiguration
 
addConnectorHierarchyChangeHandler(ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler) - Method in class com.vaadin.client.connectors.grid.GridConnector
 
addConnectorHierarchyChangeHandler(ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler) - Method in interface com.vaadin.client.HasComponentsConnector
Adds a handler that is called whenever the child hierarchy of this connector has been updated by the server.
addConnectorHierarchyChangeHandler(ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler) - Method in class com.vaadin.client.ui.AbstractHasComponentsConnector
 
addConnectorHierarchyChangeHandler(ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler) - Method in class com.vaadin.client.ui.customfield.CustomFieldConnector
 
addDataAvailableHandler(DataAvailableHandler) - Method in class com.vaadin.client.widgets.Grid
Register a GWT event handler for a data available event.
addDataChangeHandler(DataChangeHandler) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
 
addDataChangeHandler(DataChangeHandler) - Method in interface com.vaadin.client.data.DataSource
Sets a data change handler to inform when data is updated, added or removed.
addDataChangeHandler(DataChangeHandler) - Method in class com.vaadin.client.widget.grid.datasources.ListDataSource
 
addDataChangeHandler(Consumer<Range>) - Method in interface com.vaadin.client.data.DataSource
Sets a simple data change handler for a widget without lazy loading.
addDependent(String) - Method in class com.vaadin.client.MeasuredSize
 
addDoubleClickHandler(DoubleClickHandler) - Method in class com.vaadin.client.SimpleTree
Deprecated.
Events are not fired when double clicking child widgets.
addDoubleClickHandler(DoubleClickHandler) - Method in class com.vaadin.client.ui.VTwinColSelect.DoubleClickListBox
 
addDraggable(Element) - Method in class com.vaadin.client.extensions.DragSourceExtensionConnector
Makes the given element draggable and adds class name.
addDraggedStyle(NativeEvent) - Method in class com.vaadin.client.connectors.grid.GridDragSourceConnector
Add v-grid-row-dragged class name to each row being dragged.
addDraggedStyle(NativeEvent) - Method in class com.vaadin.client.extensions.DragSourceExtensionConnector
Add class name to indicate that the drag source element is being dragged.
addDragListeners(Element) - Method in class com.vaadin.client.extensions.DragSourceExtensionConnector
Adds dragstart and dragend event listeners to the given DOM element.
addDragOverStyle(NativeEvent) - Method in class com.vaadin.client.connectors.grid.GridDropTargetConnector
 
addDragOverStyle(NativeEvent) - Method in class com.vaadin.client.extensions.DropTargetExtensionConnector
Add class that indicates that the component is a target while data is being dragged over it.
addDropTargetStyle() - Method in class com.vaadin.client.extensions.DropTargetExtensionConnector
Add class name for the drop target element indicating that data can be dropped onto it.
addElement(Element) - Method in class com.vaadin.client.ui.TouchScrollDelegate.TouchScrollHandler
Registers the given element as scrollable.
addElementResizeListener(Element, ElementResizeListener) - Method in class com.vaadin.client.LayoutManager
Adds a listener that will be notified whenever the size of a specific element changes.
addEnabledHandler(GridEnabledHandler) - Method in class com.vaadin.client.widgets.Grid
Register a enabled status change handler to this Grid.
addEscalatorSizeChangeHandler(EscalatorSizeChangeHandler) - Method in class com.vaadin.client.widgets.Escalator
FOR INTERNAL USE ONLY, MAY GET REMOVED OR MODIFIED AT ANY TIME!
addEventListener(VNotification.EventListener) - Method in class com.vaadin.client.ui.VNotification
 
addFocusHandler(FocusHandler) - Method in class com.vaadin.client.ui.FocusableFlexTable
 
addFocusHandler(FocusHandler) - Method in class com.vaadin.client.ui.FocusableFlowPanel
 
addFocusHandler(FocusHandler) - Method in class com.vaadin.client.ui.SimpleFocusablePanel
 
addFocusHandler(FocusHandler) - Method in class com.vaadin.client.ui.VTabsheet.Tab
 
addFocusHandler(FocusHandler) - Method in class com.vaadin.client.widgets.ChildFocusAwareFlowPanel
 
addFocusHandler(FocusHandler) - Method in class com.vaadin.client.widgets.FocusableFlowPanelComposite
 
addFooterClickHandler(FooterClickHandler) - Method in class com.vaadin.client.widgets.Grid
Register a FooterClickHandler to this Grid.
addFooterDoubleClickHandler(FooterDoubleClickHandler) - Method in class com.vaadin.client.widgets.Grid
Register a FooterDoubleClickHandler to this Grid.
addFooterKeyDownHandler(FooterKeyDownHandler) - Method in class com.vaadin.client.widgets.Grid
Register a FooterKeyDownHandler to this Grid.
addFooterKeyPressHandler(FooterKeyPressHandler) - Method in class com.vaadin.client.widgets.Grid
Register a FooterKeyPressHandler to this Grid.
addFooterKeyUpHandler(FooterKeyUpHandler) - Method in class com.vaadin.client.widgets.Grid
Register a FooterKeyUpHandler to this Grid.
addFooterRowAt(int) - Method in class com.vaadin.client.widgets.Grid
Inserts a new row at the given position to the footer section.
addGetParameters(String, String) - Static method in class com.vaadin.client.ApplicationConnection
addHandler(GwtEvent.Type<H>, H) - Method in class com.vaadin.client.ApplicationConnection
 
addHandlers(AbstractComponentConnector) - Static method in class com.vaadin.client.ui.ConnectorFocusAndBlurHandler
Add focus/blur handlers to the widget of the connector.
addHandlers(AbstractComponentConnector, Widget) - Static method in class com.vaadin.client.ui.ConnectorFocusAndBlurHandler
Add focus/blur handlers to the widget and a state change handler for the connector.
addHeaderClickHandler(HeaderClickHandler) - Method in class com.vaadin.client.widgets.Grid
Register a HeaderClickHandler to this Grid.
addHeaderDoubleClickHandler(HeaderDoubleClickHandler) - Method in class com.vaadin.client.widgets.Grid
Register a HeaderDoubleClickHandler to this Grid.
addHeaderKeyDownHandler(HeaderKeyDownHandler) - Method in class com.vaadin.client.widgets.Grid
Register a HeaderKeyDownHandler to this Grid.
addHeaderKeyPressHandler(HeaderKeyPressHandler) - Method in class com.vaadin.client.widgets.Grid
Register a HeaderKeyPressHandler to this Grid.
addHeaderKeyUpHandler(HeaderKeyUpHandler) - Method in class com.vaadin.client.widgets.Grid
Register a HeaderKeyUpHandler to this Grid.
addHeaderRowAt(int) - Method in class com.vaadin.client.widgets.Grid
Inserts a new row at the given position to the header section.
addInputHandler(Command) - Method in class com.vaadin.client.ui.VRichTextArea
 
addItem(MenuItem) - Method in class com.vaadin.client.ui.menubar.MenuBar
Deprecated.
Adds a menu item to the bar.
addItem(VMenuBar.CustomMenuItem) - Method in class com.vaadin.client.ui.VMenuBar
Add a new item to this menu.
addItem(VMenuBar.CustomMenuItem, int) - Method in class com.vaadin.client.ui.VMenuBar
 
addItem(String) - Method in class com.vaadin.client.SimpleTree
Deprecated.
 
addItem(String, boolean, Command) - Method in class com.vaadin.client.ui.menubar.MenuBar
Deprecated.
Adds a menu item to the bar, that will fire the given command when it is selected.
addItem(String, boolean, MenuBar) - Method in class com.vaadin.client.ui.menubar.MenuBar
Deprecated.
Adds a menu item to the bar, that will open the specified menu when it is selected.
addItem(String, Command) - Method in class com.vaadin.client.ui.menubar.MenuBar
Deprecated.
Adds a menu item to the bar, that will fire the given command when it is selected.
addItem(String, Command) - Method in class com.vaadin.client.ui.VMenuBar
Add a new item to this menu.
addItem(String, MenuBar) - Method in class com.vaadin.client.ui.menubar.MenuBar
Deprecated.
Adds a menu item to the bar, that will open the specified menu when it is selected.
ADDITIONAL_CLASSNAME_ANIMATE_IN - Static variable in class com.vaadin.client.widgets.Overlay
 
ADDITIONAL_CLASSNAME_ANIMATE_OUT - Static variable in class com.vaadin.client.widgets.Overlay
 
addKeyDownHandler(KeyDownHandler) - Method in class com.vaadin.client.ui.FocusableFlexTable
 
addKeyDownHandler(KeyDownHandler) - Method in class com.vaadin.client.ui.FocusableFlowPanel
 
addKeyDownHandler(KeyDownHandler) - Method in class com.vaadin.client.ui.SimpleFocusablePanel
 
addKeyDownHandler(KeyDownHandler) - Method in class com.vaadin.client.ui.VTabsheet.Tab
 
addKeyPressHandler(KeyPressHandler) - Method in class com.vaadin.client.ui.FocusableFlexTable
 
addKeyPressHandler(KeyPressHandler) - Method in class com.vaadin.client.ui.FocusableFlowPanel
 
addKeyPressHandler(KeyPressHandler) - Method in class com.vaadin.client.ui.SimpleFocusablePanel
 
addKeyUpHandler(KeyUpHandler) - Method in class com.vaadin.client.ui.SimpleFocusablePanel
 
addListener(SelectConnectorListener) - Method in class com.vaadin.client.debug.internal.AnalyzeLayoutsPanel
 
addListener(SelectConnectorListener) - Method in class com.vaadin.client.debug.internal.HierarchyPanel
 
addLocale(UIState.LocaleData) - Static method in class com.vaadin.client.LocaleService
 
addLocales(List<UIState.LocaleData>) - Static method in class com.vaadin.client.LocaleService
 
addMouseDownHandler(MouseDownHandler) - Method in class com.vaadin.client.ui.VTabsheet.Tab
 
addMoveHandler(WindowMoveHandler) - Method in class com.vaadin.client.ui.VWindow
Adds a Handler for when user moves the window.
addOnloadHandler(Element, ResourceLoader.ResourceLoadListener, ResourceLoader.ResourceLoadEvent) - Static method in class com.vaadin.client.ResourceLoader
Adds an onload listener to the given element, which should be a link or a script tag.
addOnStateChangeMethod(Class<?>, OnStateChangeMethod) - Method in class com.vaadin.client.metadata.TypeDataStore
Adds data about a method annotated with OnStateChange for the given connector type.
addOrMove(Widget, int) - Method in class com.vaadin.client.ui.VCssLayout
For internal use only.
addOrMoveSlot(Slot, int) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
addOrMoveSlot(Slot, int, boolean) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
Add or move a slot to another index.
addProfilerData(Profiler.Node, List<Profiler.Node>) - Method in interface com.vaadin.client.Profiler.ProfilerResultConsumer
 
addResizeHandler(ResizeHandler) - Method in class com.vaadin.client.ui.VUI
 
addRowAt(int) - Method in class com.vaadin.client.widgets.Grid.StaticSection
Inserts a new row at the given position.
addRowHeightChangedHandler(RowHeightChangedHandler) - Method in class com.vaadin.client.widgets.Grid
Register a row height changed handler to this Grid.
addRows(int) - Method in class com.vaadin.client.widgets.Escalator.AriaGridHelper
Adds the given numberOfRows to allRows and calls Escalator.AriaGridHelper.updateAriaRowCount().
addRowVisibilityChangeHandler(RowVisibilityChangeHandler) - Method in class com.vaadin.client.widgets.Escalator
Adds an event handler that gets notified when the range of visible rows changes e.g. because of scrolling, row resizing or spacers appearing/disappearing.
addRowVisibilityChangeHandler(RowVisibilityChangeHandler) - Method in class com.vaadin.client.widgets.Grid
Adds an event handler that gets notified when the range of visible rows changes e.g. because of scrolling, row resizing or spacers appearing/disappearing.
addScrollHandler(ScrollHandler) - Method in class com.vaadin.client.ui.FocusableScrollPanel
 
addScrollHandler(ScrollHandler) - Method in class com.vaadin.client.ui.VUI
 
addScrollHandler(ScrollHandler) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
Adds a scroll handler to the scrollbar bundle.
addScrollHandler(ScrollHandler) - Method in class com.vaadin.client.widgets.Escalator
Adds a scroll handler to this escalator.
addScrollHandler(ScrollHandler) - Method in class com.vaadin.client.widgets.Grid
Adds a scroll handler to this grid.
addSection(Section) - Method in class com.vaadin.client.debug.internal.VDebugWindow
Adds the given Section as a tab in the VDebugWindow UI.
addSelectAllHandler(SelectAllHandler<T>) - Method in class com.vaadin.client.widgets.Grid
Register a GWT event handler for a select all event.
addSelectionAllowedHandler(GridSelectionAllowedHandler) - Method in class com.vaadin.client.widgets.Grid
Register a selection allowed status change handler to this Grid.
addSelectionChangeHandler(BiConsumer<JsonObject, Boolean>) - Method in class com.vaadin.client.ui.VCheckBoxGroup
 
addSelectionChangeHandler(Consumer<JsonObject>) - Method in class com.vaadin.client.ui.VRadioButtonGroup
Adds the given selection change handler to this widget.
addSelectionChangeListener(BiConsumer<Set<String>, Set<String>>) - Method in interface com.vaadin.client.connectors.AbstractMultiSelectConnector.MultiSelectWidget
Adds a selection change listener the select.
addSelectionChangeListener(BiConsumer<Set<String>, Set<String>>) - Method in class com.vaadin.client.ui.VListSelect
 
addSelectionChangeListener(BiConsumer<Set<String>, Set<String>>) - Method in class com.vaadin.client.ui.VTwinColSelect
 
addSelectionHandler(SelectionHandler<T>) - Method in interface com.vaadin.client.widget.grid.selection.HasSelectionHandlers
Register a selection change handler.
addSelectionHandler(SelectionHandler<T>) - Method in class com.vaadin.client.widgets.Grid
 
addSortHandler(SortHandler<T>) - Method in class com.vaadin.client.widgets.Grid
Register a GWT event handler for a sorting event.
addSource(String, String) - Method in class com.vaadin.client.ui.VMediaBase
 
addSpacerIndexChangedHandler(SpacerIndexChangedHandler) - Method in class com.vaadin.client.widgets.Grid
Adds a spacer index changed handler to the underlying escalator.
addSpacerVisibilityChangedHandler(SpacerVisibilityChangedHandler) - Method in class com.vaadin.client.widgets.Grid
Adds a spacer visibility changed handler to the underlying escalator.
addStateChangeHandler(StateChangeEvent.StateChangeHandler) - Method in interface com.vaadin.client.ServerConnector
Adds a handler that is called whenever any part of the state has been updated by the server.
addStateChangeHandler(StateChangeEvent.StateChangeHandler) - Method in class com.vaadin.client.ui.AbstractConnector
 
addStateChangeHandler(String, StateChangeEvent.StateChangeHandler) - Method in interface com.vaadin.client.ServerConnector
Adds a handler that is called whenever the given part of the state has been updated by the server.
addStateChangeHandler(String, StateChangeEvent.StateChangeHandler) - Method in class com.vaadin.client.ui.AbstractConnector
 
addStyleDependentName(String) - Method in class com.vaadin.client.ui.VWindow
 
addStyleName(String) - Method in class com.vaadin.client.ui.dd.DragHandle
Adds CSS style name to the drag handle element.
addTabKey(String, boolean) - Method in class com.vaadin.client.ui.VTabsheetBase
For internal use only.
addTo(Element) - Method in class com.vaadin.client.ui.dd.DragHandle
Adds this drag handle to an HTML element.
addTrigger(Command, String) - Method in interface com.vaadin.client.extensions.EventTrigger
Adds an appropriate event handler on the correct element inside the widget and invokes the given file downloader when the event occurs.
addTrigger(Command, String) - Method in class com.vaadin.client.ui.VMenuBar
 
addValueChangeHandler(ValueChangeHandler<Double>) - Method in class com.vaadin.client.ui.VSlider
 
addVerticalScrollbarVisibilityChangeHandler(VerticalScrollbarVisibilityChangeHandler) - Method in class com.vaadin.client.widgets.Escalator
FOR INTERNAL USE ONLY, MAY GET REMOVED OR MODIFIED AT ANY TIME!
addVisibilityChangeHandler(VisibilityChangeHandler) - Method in class com.vaadin.client.ui.VPopupView
Adds the given visibility change handler to this widget.
addVisibilityHandler(ScrollbarBundle.VisibilityHandler) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
Adds handler for the scrollbar handle visibility.
addWindowOrderHandler(WindowOrderHandler) - Static method in class com.vaadin.client.ui.VWindow
Adds a Handler for window order change event.
addXsrfHeaderFromCookie(RequestBuilder) - Static method in class com.vaadin.client.communication.XhrConnection
 
alert(String) - Static method in class com.vaadin.client.Util
Deprecated.
As of 7.4.0, use WidgetUtil.alert(String) instead.
alert(String) - Static method in class com.vaadin.client.WidgetUtil
 
allowNewItems - Variable in class com.vaadin.client.ui.VComboBox
For internal use only.
altElement - Variable in class com.vaadin.client.ui.VBrowserFrame
 
altText - Variable in class com.vaadin.client.ui.VBrowserFrame
 
ANALYZE - com.vaadin.client.debug.internal.Icon
 
analyzeLayouts() - Method in class com.vaadin.client.ApplicationConnection
Deprecated.
as of 7.1. Replaced by UIConnector.analyzeLayouts()
analyzeLayouts() - Method in class com.vaadin.client.ui.ui.UIConnector
Invokes the layout analyzer on the server.
AnalyzeLayoutsPanel - Class in com.vaadin.client.debug.internal
Analyze layouts view panel of the debug window.
AnalyzeLayoutsPanel() - Constructor for class com.vaadin.client.debug.internal.AnalyzeLayoutsPanel
 
anchor - Variable in class com.vaadin.client.ui.VLink
For internal use only.
AnimationUtil - Class in com.vaadin.client
Utility methods for working with CSS transitions and animations.
AnimationUtil() - Constructor for class com.vaadin.client.AnimationUtil
 
AnimationUtil.AnimationEndListener - Interface in com.vaadin.client
For internal use only.
appendFooterRow() - Method in class com.vaadin.client.widgets.Grid
Adds a new row at the bottom of the footer section.
appendHeaderRow() - Method in class com.vaadin.client.widgets.Grid
Adds a new row at the bottom of the header section.
appendRow() - Method in class com.vaadin.client.widgets.Grid.StaticSection
Adds a new row at the bottom of this section.
ApplicationConfiguration - Class in com.vaadin.client
 
ApplicationConfiguration() - Constructor for class com.vaadin.client.ApplicationConfiguration
 
ApplicationConfiguration.ErrorMessage - Class in com.vaadin.client
Wraps a native javascript object containing fields for an error message.
ApplicationConnection - Class in com.vaadin.client
This is the client side communication "engine", managing client-server communication with its server side counterpart com.vaadin.server.VaadinService.
ApplicationConnection() - Constructor for class com.vaadin.client.ApplicationConnection
 
ApplicationConnection.ApplicationConnectionEvent - Class in com.vaadin.client
 
ApplicationConnection.ApplicationState - Enum in com.vaadin.client
 
ApplicationConnection.ApplicationStoppedEvent - Class in com.vaadin.client
Event triggered when a application is stopped by calling {@link ApplicationConnection#setApplicationRunning(false)}.
ApplicationConnection.ApplicationStoppedHandler - Interface in com.vaadin.client
A listener for listening to application stopped events.
ApplicationConnection.CommunicationErrorHandler - Interface in com.vaadin.client
Allows custom handling of communication errors.
ApplicationConnection.CommunicationHandler - Interface in com.vaadin.client
The communication handler methods are called at certain points during communication with the server.
ApplicationConnection.MultiStepDuration - Class in com.vaadin.client
 
ApplicationConnection.RequestStartingEvent - Class in com.vaadin.client
 
ApplicationConnection.ResponseHandlingEndedEvent - Class in com.vaadin.client
 
ApplicationConnection.ResponseHandlingStartedEvent - Class in com.vaadin.client
 
ApplicationConnectionEvent(ApplicationConnection) - Constructor for class com.vaadin.client.ApplicationConnection.ApplicationConnectionEvent
 
ApplicationStoppedEvent() - Constructor for class com.vaadin.client.ApplicationConnection.ApplicationStoppedEvent
 
applyInvocation(MethodInvocation, ServerConnector) - Method in class com.vaadin.client.communication.RpcManager
Perform server to client RPC invocation.
AriaGridHelper() - Constructor for class com.vaadin.client.widgets.Escalator.AriaGridHelper
 
AriaHelper - Class in com.vaadin.client.ui.aria
Helper class that helps to implement the WAI-ARIA functionality.
AriaHelper() - Constructor for class com.vaadin.client.ui.aria.AriaHelper
 
asList() - Method in class com.vaadin.client.widget.grid.datasources.ListDataSource
Gets the list that backs this datasource.
assertArgumentsAreValidAndWithinRange(int, int) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Checks validity of the given arguments for a row range that needs handling.
ASSISTIVE - Static variable in class com.vaadin.client.ui.VNotification
Position that is only accessible for assistive devices, invisible for visual users.
ASSISTIVE_DEVICE_ONLY_STYLE - Static variable in class com.vaadin.client.ui.aria.AriaHelper
 
asTwoDigits(int) - Static method in class com.vaadin.client.DateTimeService
Utility method to format positive int as zero-padded two-digits number.
AsyncBundleLoader - Class in com.vaadin.client.metadata
 
AsyncBundleLoader(String, String[]) - Constructor for class com.vaadin.client.metadata.AsyncBundleLoader
 
AsyncBundleLoader.State - Enum in com.vaadin.client.metadata
 
AtmosphereConfiguration() - Constructor for class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereConfiguration
 
AtmospherePushConnection - Class in com.vaadin.client.communication
The default PushConnection implementation that uses Atmosphere for handling the communication channel.
AtmospherePushConnection() - Constructor for class com.vaadin.client.communication.AtmospherePushConnection
 
AtmospherePushConnection.AbstractJSO - Class in com.vaadin.client.communication
 
AtmospherePushConnection.AtmosphereConfiguration - Class in com.vaadin.client.communication
 
AtmospherePushConnection.AtmosphereResponse - Class in com.vaadin.client.communication
 
AtmospherePushConnection.FragmentedMessage - Class in com.vaadin.client.communication
Represents a message that should be sent as multiple fragments.
AtmospherePushConnection.State - Enum in com.vaadin.client.communication
 
AtmosphereResponse() - Constructor for class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereResponse
 
AudioConnector - Class in com.vaadin.client.ui.audio
A connector class for the Audio component.
AudioConnector() - Constructor for class com.vaadin.client.ui.audio.AudioConnector
 
autodetectRowHeightLater() - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Triggers delayed auto-detection of default row height if it hasn't been set by that point and the Escalator is both attached and displayed.
autodetectRowHeightNow() - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Auto-detect row height immediately, if possible.
AutoScroller - Class in com.vaadin.client.widget.grid
A class for handling automatic scrolling vertically / horizontally in the Grid when the cursor is close enough the edge of the body of the grid, depending on the scroll direction chosen.
AutoScroller(Grid<?>) - Constructor for class com.vaadin.client.widget.grid.AutoScroller
Creates a new instance for scrolling the given grid.
AutoScroller.AutoScrollerCallback - Interface in com.vaadin.client.widget.grid
Callback that notifies when the cursor is on top of a new row or column because of the automatic scrolling.
AutoScroller.ScrollAxis - Enum in com.vaadin.client.widget.grid
Scroll direction for automatic scrolling.

B

bind(EditorHandler.EditorRequest<T>) - Method in interface com.vaadin.client.widget.grid.EditorHandler
Binds row data to the editor widgets.
bindAriaCaption(Element) - Method in interface com.vaadin.client.ui.aria.HandlesAriaCaption
Called to bind the provided caption (label in HTML speak) element to the main input element of the Widget.
bindAriaCaption(Element) - Method in class com.vaadin.client.ui.VAbstractPopupCalendar
 
bindAriaCaption(Element) - Method in class com.vaadin.client.ui.VAbstractTextualDate
 
bindAriaCaption(Element) - Method in class com.vaadin.client.ui.VComboBox
 
bindAriaCaption(Element) - Method in class com.vaadin.client.ui.VListSelect
 
bindAriaCaption(Element) - Method in class com.vaadin.client.ui.VNativeSelect
 
bindCaption(Widget, Element) - Static method in class com.vaadin.client.ui.aria.AriaHelper
Binds a caption (label in HTML speak) to the form element as required by WAI-ARIA specification.
BINDING - com.vaadin.client.widgets.Grid.Editor.State
Editor binding is being set up.
black() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
 
blue() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
 
blur() - Method in class com.vaadin.client.ui.VTabsheet
Deprecated.
This method is not called by the framework code anymore.
blur() - Method in class com.vaadin.client.ui.VTabsheet.Tab
Removes focus from the tab.
BodyClickHandler - Interface in com.vaadin.client.widget.grid.events
Handler for GridClickEvents that happen in the body of the Grid.
BodyDoubleClickHandler - Interface in com.vaadin.client.widget.grid.events
Handler for GridDoubleClickEvents that happen in the body of the Grid.
BodyKeyDownHandler - Interface in com.vaadin.client.widget.grid.events
Handler for GridKeyDownEvents that happen when the focused cell is in the body of the Grid.
BodyKeyPressHandler - Interface in com.vaadin.client.widget.grid.events
Handler for GridKeyPressEvents that happen when the focused cell is in the body of the Grid.
BodyKeyUpHandler - Interface in com.vaadin.client.widget.grid.events
Handler for GridKeyUpEvents that happen when the focused cell is in the body of the Grid.
BodyUpdater() - Constructor for class com.vaadin.client.widget.treegrid.TreeGrid.BodyUpdater
 
BodyUpdater() - Constructor for class com.vaadin.client.widgets.Grid.BodyUpdater
 
bold() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
 
bold() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
 
BORDER_STYLE_DEFAULT - Static variable in class com.vaadin.client.ui.VLink
Deprecated.
BORDER_STYLE_MINIMAL - Static variable in class com.vaadin.client.ui.VLink
Deprecated.
BORDER_STYLE_NONE - Static variable in class com.vaadin.client.ui.VLink
Deprecated.
borderStyle - Variable in class com.vaadin.client.ui.VLink
For internal use only.
BOTTOM - com.vaadin.client.ui.orderedlayout.CaptionPosition
Caption placed to bottom.
BOTTOM_LEFT - Static variable in class com.vaadin.client.ui.VNotification
 
BOTTOM_RIGHT - Static variable in class com.vaadin.client.ui.VNotification
 
bottomDecoration - Variable in class com.vaadin.client.ui.VPanel
For internal use only.
bringNotificationsToFront() - Static method in class com.vaadin.client.ui.VNotification
Moves currently visible notifications to the top of the event preview stack.
bringToFront() - Method in class com.vaadin.client.ui.VWindow
Rearranges the window order to place this one on the top.
bringToFrontSequence - Variable in class com.vaadin.client.ui.VWindow
For internal use only.
browserDebugger() - Static method in class com.vaadin.client.Util
Deprecated.
As of 7.4.0, use WidgetUtil.browserDebugger() instead.
browserDebugger() - Static method in class com.vaadin.client.WidgetUtil
Helper method for debugging purposes.
browserElement - Variable in class com.vaadin.client.ui.VEmbedded
For internal use only.
BrowserFrameConnector - Class in com.vaadin.client.ui.browserframe
A connector class for the BrowserFrame component.
BrowserFrameConnector() - Constructor for class com.vaadin.client.ui.browserframe.BrowserFrameConnector
 
BrowserInfo - Class in com.vaadin.client
Class used to query information about web browser.
BrowserWindowOpenerConnector - Class in com.vaadin.client.extensions
Client-side code for BrowserWindowOpener.
BrowserWindowOpenerConnector() - Constructor for class com.vaadin.client.extensions.BrowserWindowOpenerConnector
 
bufferedDateString - Variable in class com.vaadin.client.ui.VDateField
A temporary holder of the date string, which would be sent to the server through VDateField.sendBufferedValues().
bufferedResolutions - Variable in class com.vaadin.client.ui.VDateField
A temporary holder of the time units (resolutions), which would be sent to the server through VDateField.sendBufferedValues().
build() - Method in class com.vaadin.client.widget.grid.sort.Sort
Build a sort order list.
buildBase() - Method in class com.vaadin.client.ui.VSlider
For internal use only.
buildDate() - Method in class com.vaadin.client.ui.VAbstractPopupCalendar
For internal use only.
buildDate() - Method in class com.vaadin.client.ui.VAbstractTextualDate
Updates the text field according to the current date (provided by VDateField.getDate()).
buildDate(boolean) - Method in class com.vaadin.client.ui.VAbstractPopupCalendar
Update the text field contents from the date.
buildItemHTML(boolean, boolean, String, String) - Method in class com.vaadin.client.ui.VMenuBar
Build the HTML content for a menu item.
buildItemHTML(UIDL) - Method in class com.vaadin.client.ui.VMenuBar
Build the HTML content for a menu item.
buildMouseEventDetails(NativeEvent) - Static method in class com.vaadin.client.MouseEventDetailsBuilder
Construct a MouseEventDetails object from the given event.
buildMouseEventDetails(NativeEvent, Element) - Static method in class com.vaadin.client.MouseEventDetailsBuilder
Construct a MouseEventDetails object from the given event.
buildOptions(List<JsonObject>) - Method in class com.vaadin.client.ui.VCheckBoxGroup
 
buildOptions(List<JsonObject>) - Method in class com.vaadin.client.ui.VRadioButtonGroup
Build all the options.
BundleLoadCallback - Interface in com.vaadin.client.metadata
 
ButtonConnector - Class in com.vaadin.client.ui.button
A connector class for the Button component.
ButtonConnector() - Constructor for class com.vaadin.client.ui.button.ButtonConnector
 
ButtonRenderer - Class in com.vaadin.client.renderers
A Renderer that displays buttons with textual captions.
ButtonRenderer() - Constructor for class com.vaadin.client.renderers.ButtonRenderer
 
ButtonRendererConnector - Class in com.vaadin.client.connectors
A connector for ButtonRenderer.
ButtonRendererConnector() - Constructor for class com.vaadin.client.connectors.ButtonRendererConnector
 
buttonRpcProxy - Variable in class com.vaadin.client.ui.VNativeButton
For internal use only.
by(Grid.Column<?, ?>) - Static method in class com.vaadin.client.widget.grid.sort.Sort
Start building a Sort order by sorting a provided column in ascending order.
by(Grid.Column<?, ?>, SortDirection) - Static method in class com.vaadin.client.widget.grid.sort.Sort
Start building a Sort order by sorting a provided column.

C

CacheStrategy - Interface in com.vaadin.client.data
Determines what data an AbstractRemoteDataSource should fetch and keep cached.
CacheStrategy.AbstractBasicSymmetricalCacheStrategy - Class in com.vaadin.client.data
A helper class for creating a simple symmetric cache strategy that uses the same logic for both rows before and after the currently cached range.
CacheStrategy.DefaultCacheStrategy - Class in com.vaadin.client.data
The default cache strategy used by AbstractRemoteDataSource, using multiples of the page size for determining the minimum and maximum number of items to keep in the cache.
calculateMaxColWidth(int) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Iterates through all the cells in a column and returns the width of the widest element in this RowContainer.
calculateTotalRowHeight() - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Returns the height of all rows in the row container.
calendar - Variable in class com.vaadin.client.ui.VAbstractPopupCalendar
For internal use only.
CalendarEntry - Class in com.vaadin.client.ui
 
CalendarEntry(String, Date, Date, String, String) - Constructor for class com.vaadin.client.ui.CalendarEntry
 
CalendarEntry(String, Date, Date, String, String, boolean) - Constructor for class com.vaadin.client.ui.CalendarEntry
 
calendarPanel - Variable in class com.vaadin.client.ui.VAbstractDateFieldCalendar
For internal use only.
calendarToggle - Variable in class com.vaadin.client.ui.VAbstractPopupCalendar
For internal use only.
cancel() - Method in class com.vaadin.client.widgets.Grid.Editor
Cancels the currently active edit and hides the editor.
cancel(EditorHandler.EditorRequest<T>, boolean) - Method in interface com.vaadin.client.widget.grid.EditorHandler
Called by the editor when editing is cancelled.
cancelEditor() - Method in class com.vaadin.client.widgets.Grid
Cancels the currently active edit and hides the editor.
canFetchData() - Method in class com.vaadin.client.data.AbstractRemoteDataSource
Checks if it is possible to currently fetch data from the remote data source.
canvas - Variable in class com.vaadin.client.ui.VAbsoluteLayout
 
caption - Variable in class com.vaadin.client.ui.Action
 
Caption(ComponentConnector) - Constructor for class com.vaadin.client.ui.VFormLayout.Caption
 
CAPTION - Static variable in class com.vaadin.client.ui.VNotification
 
captionElement - Variable in class com.vaadin.client.ui.VButton
For internal use only.
captionElement - Variable in class com.vaadin.client.ui.VLink
For internal use only.
captionElement - Variable in class com.vaadin.client.ui.VNativeButton
For internal use only.
captionNode - Variable in class com.vaadin.client.ui.VPanel
For internal use only.
CaptionPosition - Enum in com.vaadin.client.ui.orderedlayout
Defines where the caption should be placed.
captionSizeUpdated(Widget) - Method in class com.vaadin.client.ApplicationConnection
Deprecated.
As of 7.0.2, has not had any effect for a long time
captionWrapper - Variable in class com.vaadin.client.ui.VPopupView.CustomPopup
For internal use only.
Cell - Class in com.vaadin.client.widget.escalator
Describes a cell
Cell(int, int) - Constructor for class com.vaadin.client.ui.VGridLayout.Cell
 
Cell(int, int, TableCellElement) - Constructor for class com.vaadin.client.widget.escalator.Cell
Constructs a new Cell.
cellFocusHandler - Variable in class com.vaadin.client.widgets.Grid
Focus handler for Grid's cells.
CellReference<T> - Class in com.vaadin.client.widget.grid
A data class which contains information which identifies a cell in a Grid.
CellReference(RowReference<T>) - Constructor for class com.vaadin.client.widget.grid.CellReference
Constructs a new cell reference for the given row.
CellStyleGenerator<T> - Interface in com.vaadin.client.widget.grid
Callback interface for generating custom style names for cells.
center() - Method in class com.vaadin.client.ui.VPopupView
For internal use only.
center() - Method in class com.vaadin.client.widgets.Overlay
 
centered - Variable in class com.vaadin.client.ui.VWindow
If centered (via UIDL), the window should stay in the centered -mode until a position is received from the server, or the user moves or resizes the window.
CENTERED - Static variable in class com.vaadin.client.ui.VNotification
 
CENTERED_BOTTOM - Static variable in class com.vaadin.client.ui.VNotification
 
CENTERED_TOP - Static variable in class com.vaadin.client.ui.VNotification
 
changed(int, int, int, int) - Method in interface com.vaadin.client.ui.VDateTimeCalendarPanel.TimeChangeListener
Handle time change.
checkable - Variable in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
CheckBoxConnector - Class in com.vaadin.client.ui.checkbox
The client-side connector for the CheckBoxGroup component.
CheckBoxConnector() - Constructor for class com.vaadin.client.ui.checkbox.CheckBoxConnector
 
CheckBoxGroupConnector - Class in com.vaadin.client.ui.optiongroup
CheckBoxGroup client side connector.
CheckBoxGroupConnector() - Constructor for class com.vaadin.client.ui.optiongroup.CheckBoxGroupConnector
 
checked - Variable in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
checkGroupFocus(boolean) - Method in class com.vaadin.client.ui.VAbstractTextualDate
Checks if the group focus has changed, and sends to the server if needed.
checkValidity() - Method in interface com.vaadin.client.widget.grid.EditorHandler
Called by the editor's event handler when editing is shifting to a new row in order to check the validity of the binder's value.
ChildFocusAwareFlowPanel - Class in com.vaadin.client.widgets
Focusable flow panel which fires focus/blur events if it or any of its child is focused/blurred, but doesn't fire events if it happens between its content (child) elements.
ChildFocusAwareFlowPanel() - Constructor for class com.vaadin.client.widgets.ChildFocusAwareFlowPanel
Creates a new panel instance.
CLASSNAME - Static variable in class com.vaadin.client.ui.colorpicker.VColorPickerGradient
Default class name for this widget.
CLASSNAME - Static variable in class com.vaadin.client.ui.Icon
 
CLASSNAME - Static variable in class com.vaadin.client.ui.ImageIcon
 
CLASSNAME - Static variable in class com.vaadin.client.ui.VAbsoluteLayout
Class name, prefix in styling.
CLASSNAME - Static variable in class com.vaadin.client.ui.VAbstractSplitPanel
Default classname for this widget.
CLASSNAME - Static variable in class com.vaadin.client.ui.VAccordion
Default classname for this widget.
CLASSNAME - Static variable in class com.vaadin.client.ui.VBrowserFrame
 
CLASSNAME - Static variable in class com.vaadin.client.ui.VButton
 
CLASSNAME - Static variable in class com.vaadin.client.ui.VCheckBox
 
CLASSNAME - Static variable in class com.vaadin.client.ui.VCheckBoxGroup
 
CLASSNAME - Static variable in class com.vaadin.client.ui.VColorPickerArea
 
CLASSNAME - Static variable in class com.vaadin.client.ui.VComboBox
 
CLASSNAME - Static variable in class com.vaadin.client.ui.VCssLayout
 
CLASSNAME - Static variable in class com.vaadin.client.ui.VCustomLayout
The default classname for this widget.
CLASSNAME - Static variable in class com.vaadin.client.ui.VDateField
Default classname for this widget.
CLASSNAME - Static variable in class com.vaadin.client.ui.VEmbedded
The default classname for this widget.
CLASSNAME - Static variable in class com.vaadin.client.ui.VFormLayout.Caption
 
CLASSNAME - Static variable in class com.vaadin.client.ui.VGridLayout
 
CLASSNAME - Static variable in class com.vaadin.client.ui.VHorizontalLayout
 
CLASSNAME - Static variable in class com.vaadin.client.ui.VImage
 
CLASSNAME - Static variable in class com.vaadin.client.ui.VLabel
 
CLASSNAME - Static variable in class com.vaadin.client.ui.VLink
 
CLASSNAME - Static variable in class com.vaadin.client.ui.VMenuBar
Set the CSS class name to allow styling.
CLASSNAME - Static variable in class com.vaadin.client.ui.VNativeButton
 
CLASSNAME - Static variable in class com.vaadin.client.ui.VPanel
 
CLASSNAME - Static variable in class com.vaadin.client.ui.VPasswordField
Default classname for this widget.
CLASSNAME - Static variable in class com.vaadin.client.ui.VPopupView
Default classname for this widget.
CLASSNAME - Static variable in class com.vaadin.client.ui.VRadioButtonGroup
Default classname for this widget.
CLASSNAME - Static variable in class com.vaadin.client.ui.VRichTextArea
The input node CSS classname.
CLASSNAME - Static variable in class com.vaadin.client.ui.VSlider
Default classname for this widget.
CLASSNAME - Static variable in class com.vaadin.client.ui.VTabsheet
Default classname for this widget.
CLASSNAME - Static variable in class com.vaadin.client.ui.VTextArea
Default classname for this widget.
CLASSNAME - Static variable in class com.vaadin.client.ui.VTextField
Default classname for this widget.
CLASSNAME - Static variable in class com.vaadin.client.ui.VTwinColSelect
Primary style name for twin col select.
CLASSNAME - Static variable in class com.vaadin.client.ui.VUpload
Default classname for this widget.
CLASSNAME - Static variable in class com.vaadin.client.ui.VVerticalLayout
Default classname for this widget.
CLASSNAME - Static variable in class com.vaadin.client.ui.VVideo
Default classname for this widget.
CLASSNAME - Static variable in class com.vaadin.client.ui.VWindow
The default classname for this widget.
CLASSNAME - Static variable in class com.vaadin.client.VCaption
 
CLASSNAME - Static variable in class com.vaadin.client.VCaptionWrapper
 
CLASSNAME - Static variable in class com.vaadin.client.VErrorMessage
 
CLASSNAME_BACKGROUND - Static variable in class com.vaadin.client.ui.colorpicker.VColorPickerGradient
Default class name for the background element within this widget.
CLASSNAME_CLICKLAYER - Static variable in class com.vaadin.client.ui.colorpicker.VColorPickerGradient
Default class name for the clicklayer element within this widget.
CLASSNAME_CONTAINER - Static variable in class com.vaadin.client.ui.colorpicker.VColorPickerGradient
Default class name for the container sub-element that contains all other sub-elements within this widget.
CLASSNAME_CONTAINER - Static variable in class com.vaadin.client.widgets.Overlay
Style name for the overlay container element (see Overlay.getOverlayContainer().
CLASSNAME_FOCUS - Static variable in class com.vaadin.client.ui.VTextField
Classname suffix for this widget when focused.
CLASSNAME_FOREGROUND - Static variable in class com.vaadin.client.ui.colorpicker.VColorPickerGradient
Default class name for the foreground element within this widget.
CLASSNAME_HIGHERBOX - Static variable in class com.vaadin.client.ui.colorpicker.VColorPickerGradient
Default class name for the higherbox element within this widget.
CLASSNAME_LOWERBOX - Static variable in class com.vaadin.client.ui.colorpicker.VColorPickerGradient
Default class name for the lowerbox element within this widget.
CLASSNAME_OPTION - Static variable in class com.vaadin.client.ui.VCheckBoxGroup
 
CLASSNAME_OPTION - Static variable in class com.vaadin.client.ui.VRadioButtonGroup
Default classname for all radio buttons within this widget.
CLASSNAME_OPTION_SELECTED - Static variable in class com.vaadin.client.ui.VCheckBoxGroup
 
CLASSNAME_OPTION_SELECTED - Static variable in class com.vaadin.client.ui.VRadioButtonGroup
Default classname for the selected radio button within this widget.
CLASSNAME_SHADOW - Static variable in class com.vaadin.client.widgets.Overlay
Deprecated.
See main JavaDoc for Overlay
cleanFormat(String) - Method in class com.vaadin.client.ui.VAbstractTextualDate
Clean date format string to make it suitable for VAbstractTextualDate.getFormatString().
cleanFormat(String) - Method in class com.vaadin.client.ui.VPopupCalendar
 
cleanFormat(String) - Method in class com.vaadin.client.ui.VPopupTimeCalendar
 
cleanReferences(Widget) - Method in class com.vaadin.client.ui.VFormLayout.VFormLayoutTable
 
cleanupWrappers() - Method in class com.vaadin.client.ui.VAbsoluteLayout
Cleanup old wrappers which have been left empty by other inner layouts moving the widget from the wrapper into their own hierarchy.
clear() - Method in class com.vaadin.client.communication.ServerRpcQueue
Clears the queue.
clear() - Method in class com.vaadin.client.ConnectorMap
Removes all registered connectors.
clear() - Method in class com.vaadin.client.ui.VCustomLayout
Clear all widgets from the layout.
clear() - Method in class com.vaadin.client.widgets.ChildFocusAwareFlowPanel
 
clear() - Method in class com.vaadin.client.widgets.Grid
Deprecated.
CLEAR - com.vaadin.client.debug.internal.Icon
 
clearComparators() - Method in class com.vaadin.client.widget.grid.datasources.ListSorter
Remove all comparator mappings.
clearContents() - Method in class com.vaadin.client.debug.internal.ConnectorInfoPanel
Clear the contents of the panel.
clearEditorColumnErrors() - Method in class com.vaadin.client.widgets.Grid.Editor
Clears all editor error styles from the editor cells and clears the error column collection.
clearExpand() - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
Removes elements used to expand a slot.
clearExpandRatio() - Method in class com.vaadin.client.widgets.Grid.Column
Clears the column's expand ratio.
clearInternalHeights() - Method in class com.vaadin.client.ui.VTwinColSelect
For internal use only.
clearInternalWidths() - Method in class com.vaadin.client.ui.VTwinColSelect
For internal use only.
clearItems() - Method in class com.vaadin.client.ui.menubar.MenuBar
Deprecated.
Removes all menu items from this menu bar.
clearItems() - Method in class com.vaadin.client.ui.VMenuBar
Remove all the items in this menu.
clearNewItemHandlingIfMatch(String) - Method in class com.vaadin.client.ui.combobox.ComboBoxConnector
Clears the new item handling variables if the given value matches the pending value.
clearPaintables() - Method in class com.vaadin.client.ui.VAccordion
Deprecated.
This method is not called by the framework code anymore.
clearPaintables() - Method in class com.vaadin.client.ui.VTabsheet
Deprecated.
This method is not called by the framework code anymore.
clearPaintables() - Method in class com.vaadin.client.ui.VTabsheetBase
Deprecated.
This method is not called by the framework code anymore.
clearPendingNavigation() - Method in class com.vaadin.client.ui.VComboBox.DataReceivedHandler
Called by the connector any pending navigation operations should be cleared.
clearServerCallback() - Method in interface com.vaadin.client.ui.dd.VDragAndDropManager.DDManagerMediator
Deprecated.
Clean up server communication callback.
clearTabKeys() - Method in class com.vaadin.client.ui.VTabsheetBase
For internal use only.
clearTextSelection() - Static method in class com.vaadin.client.WidgetUtil
JavaScript hack to clear text selection in various browsers.
ClickableRenderer<T,​W extends com.google.gwt.user.client.ui.Widget> - Class in com.vaadin.client.renderers
An abstract superclass for renderers that render clickable widgets.
ClickableRenderer() - Constructor for class com.vaadin.client.renderers.ClickableRenderer
 
ClickableRenderer.RendererClickEvent<R> - Class in com.vaadin.client.renderers
An event fired when a widget rendered by a ClickableWidgetRenderer subclass is clicked.
ClickableRenderer.RendererClickHandler<R> - Interface in com.vaadin.client.renderers
A handler for renderer click events.
ClickableRendererConnector<T> - Class in com.vaadin.client.connectors
An abstract base class for ClickableRenderer connectors.
ClickableRendererConnector() - Constructor for class com.vaadin.client.connectors.ClickableRendererConnector
 
clickEventHandler - Variable in class com.vaadin.client.ui.embedded.EmbeddedConnector
Click event handler for sending click data to the server.
clickEventHandler - Variable in class com.vaadin.client.ui.image.ImageConnector
Click event handler for sending click data to the server.
ClickEventHandler - Class in com.vaadin.client.ui
 
ClickEventHandler(ComponentConnector) - Constructor for class com.vaadin.client.ui.ClickEventHandler
 
ClickEventHandler(ComponentConnector, String) - Constructor for class com.vaadin.client.ui.ClickEventHandler
 
clickPending - Variable in class com.vaadin.client.ui.VButton
Helper flag to handle special-case where the button is moved from under mouse while clicking it.
clickPending - Variable in class com.vaadin.client.ui.VNativeButton
Helper flag to handle special-case where the button is moved from under mouse while clicking it.
ClickSelectHandler<T> - Class in com.vaadin.client.widget.grid.selection
Generic class to perform selections when clicking on cells in body of Grid.
ClickSelectHandler(Grid<T>) - Constructor for class com.vaadin.client.widget.grid.selection.ClickSelectHandler
Constructor for ClickSelectHandler.
clickShortcut - Variable in class com.vaadin.client.ui.VButton
For internal use only.
client - Variable in class com.vaadin.client.ui.VAbstractSplitPanel
For internal use only.
client - Variable in class com.vaadin.client.ui.VButton
For internal use only.
client - Variable in class com.vaadin.client.ui.VCheckBox
For internal use only.
client - Variable in class com.vaadin.client.ui.VCheckBoxGroup
For internal use only.
client - Variable in class com.vaadin.client.ui.VCustomLayout
For internal use only.
client - Variable in class com.vaadin.client.ui.VDateField
For internal use only.
client - Variable in class com.vaadin.client.ui.VDragAndDropWrapper
For internal use only.
client - Variable in class com.vaadin.client.ui.VEmbedded
For internal use only.
client - Variable in class com.vaadin.client.ui.VGridLayout
For internal use only.
client - Variable in class com.vaadin.client.ui.VMenuBar
For internal use only.
client - Variable in class com.vaadin.client.ui.VNativeButton
For internal use only.
client - Variable in class com.vaadin.client.ui.VPanel
For internal use only.
client - Variable in class com.vaadin.client.ui.VPopupView
For internal use only.
client - Variable in class com.vaadin.client.ui.VRadioButtonGroup
For internal use only.
client - Variable in class com.vaadin.client.ui.VRichTextArea
For internal use only.
client - Variable in class com.vaadin.client.ui.VSlider
Deprecated.
this field is no longer used by the framework
client - Variable in class com.vaadin.client.ui.VTabsheetBase
For internal use only.
client - Variable in class com.vaadin.client.ui.VUpload
For internal use only.
client - Variable in class com.vaadin.client.ui.VWindow
For internal use only.
cloneNode(Element, boolean) - Static method in class com.vaadin.client.Util
Deprecated.
As of 7.4.0, use WidgetUtil.cloneNode(Element, boolean) instead.
cloneNode(Element, boolean) - Static method in class com.vaadin.client.WidgetUtil
Clones given element as in JavaScript.
close - Variable in class com.vaadin.client.debug.internal.VDebugWindow
 
close() - Method in class com.vaadin.client.debug.internal.ErrorNotificationHandler
 
close() - Method in class com.vaadin.client.debug.internal.VDebugWindow
Closes the window and stops visual logging.
close() - Method in class com.vaadin.client.SimpleTree
Deprecated.
 
close() - Method in class com.vaadin.client.ui.VAccordion.StackItem
Closes this stack item and removes the wrapped widget from the DOM tree and this stack item.
close(CloseEvent<PopupPanel>, boolean) - Method in class com.vaadin.client.ui.VMenuBar
 
close(VAccordion.StackItem) - Method in class com.vaadin.client.ui.VAccordion
For internal use only.
CLOSE - com.vaadin.client.debug.internal.Icon
 
closeBox - Variable in class com.vaadin.client.ui.VWindow
For internal use only.
closeCalendarPanel() - Method in class com.vaadin.client.ui.VAbstractPopupCalendar
Closes the open popup panel.
colDelta - Variable in enum com.vaadin.client.widget.grid.DefaultEditorEventHandler.CursorMoveDelta
Horizontal change.
colExpandRatioArray - Variable in class com.vaadin.client.ui.VGridLayout
For internal use only.
collapsedRootItems - Variable in class com.vaadin.client.ui.VMenuBar
For internal use only.
collectionsEquals(Collection<?>, Collection<?>) - Static method in class com.vaadin.client.Util
Performs a shallow comparison of the collections.
color() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
 
ColorPickerAreaConnector - Class in com.vaadin.client.ui.colorpicker
A class that defines an implementation for a color picker connector.
ColorPickerAreaConnector() - Constructor for class com.vaadin.client.ui.colorpicker.ColorPickerAreaConnector
 
ColorPickerConnector - Class in com.vaadin.client.ui.colorpicker
A class that defines default implementation for a color picker connector.
ColorPickerConnector() - Constructor for class com.vaadin.client.ui.colorpicker.ColorPickerConnector
 
ColorPickerGradientConnector - Class in com.vaadin.client.ui.colorpicker
A class that defines the default implementation for a color picker gradient connector.
ColorPickerGradientConnector() - Constructor for class com.vaadin.client.ui.colorpicker.ColorPickerGradientConnector
 
ColorPickerGridConnector - Class in com.vaadin.client.ui.colorpicker
A class that defines the default implementation for a color picker grid connector.
ColorPickerGridConnector() - Constructor for class com.vaadin.client.ui.colorpicker.ColorPickerGridConnector
 
COLSPAN_ATTR - Static variable in class com.vaadin.client.widget.escalator.FlyweightCell
The column span property name.
Column() - Constructor for class com.vaadin.client.widgets.Grid.Column
Constructs a new column with a simple TextRenderer.
Column(Renderer<? super C>) - Constructor for class com.vaadin.client.widgets.Grid.Column
Constructs a new column with a custom renderer.
Column(String) - Constructor for class com.vaadin.client.widgets.Grid.Column
Constructs a new column with a simple TextRenderer.
Column(String, Renderer<? super C>) - Constructor for class com.vaadin.client.widgets.Grid.Column
Constructs a new column with a custom renderer.
COLUMN_WIDGET - Static variable in class com.vaadin.client.ui.VFormLayout.VFormLayoutTable
 
ColumnConfiguration - Interface in com.vaadin.client.widget.escalator
A representation of the columns in an instance of Escalator.
ColumnConnector - Class in com.vaadin.client.connectors.grid
A connector class for columns of the Grid component.
ColumnConnector() - Constructor for class com.vaadin.client.connectors.grid.ColumnConnector
 
ColumnConnector.CustomColumn - Class in com.vaadin.client.connectors.grid
Class for representing a custom column.
COLUMNHEADER - com.vaadin.client.widgets.Escalator.AriaGridRole
Aria role for grid column header cell elements.
ColumnReorderEvent<T> - Class in com.vaadin.client.widget.grid.events
An event for notifying that the columns in the Grid have been reordered.
ColumnReorderEvent(List<Grid.Column<?, T>>, List<Grid.Column<?, T>>, boolean) - Constructor for class com.vaadin.client.widget.grid.events.ColumnReorderEvent
Constructs a reorder event for grid columns.
ColumnReorderHandler<T> - Interface in com.vaadin.client.widget.grid.events
Handler for a Grid column reorder event, called when the Grid's columns has been reordered.
ColumnResizeEvent<T> - Class in com.vaadin.client.widget.grid.events
An event for notifying that the columns in the Grid have been resized.
ColumnResizeEvent(Grid.Column<?, T>) - Constructor for class com.vaadin.client.widget.grid.events.ColumnResizeEvent
Constructs a resize event for a grid column.
ColumnResizeHandler<T> - Interface in com.vaadin.client.widget.grid.events
Handler for a Grid column resize event, called when the Grid's columns has been resized.
ColumnVisibilityChangeEvent<T> - Class in com.vaadin.client.widget.grid.events
An event for notifying that the columns in the Grid's have changed visibility.
ColumnVisibilityChangeEvent(Grid.Column<?, T>, boolean, boolean) - Constructor for class com.vaadin.client.widget.grid.events.ColumnVisibilityChangeEvent
Constructs a visibility change event for a grid column.
ColumnVisibilityChangeHandler<T> - Interface in com.vaadin.client.widget.grid.events
Handler for a Grid column visibility change event, called when the Grid's columns have changed visibility to hidden or visible.
columnWidths - Variable in class com.vaadin.client.ui.VGridLayout
For internal use only.
com.vaadin.client - package com.vaadin.client
 
com.vaadin.client.annotations - package com.vaadin.client.annotations
 
com.vaadin.client.communication - package com.vaadin.client.communication
 
com.vaadin.client.componentlocator - package com.vaadin.client.componentlocator
 
com.vaadin.client.connectors - package com.vaadin.client.connectors
 
com.vaadin.client.connectors.data - package com.vaadin.client.connectors.data
 
com.vaadin.client.connectors.grid - package com.vaadin.client.connectors.grid
 
com.vaadin.client.connectors.tree - package com.vaadin.client.connectors.tree
 
com.vaadin.client.data - package com.vaadin.client.data
 
com.vaadin.client.debug.internal - package com.vaadin.client.debug.internal
 
com.vaadin.client.debug.internal.theme - package com.vaadin.client.debug.internal.theme
 
com.vaadin.client.event - package com.vaadin.client.event
 
com.vaadin.client.extensions - package com.vaadin.client.extensions
 
com.vaadin.client.extensions.javascriptmanager - package com.vaadin.client.extensions.javascriptmanager
 
com.vaadin.client.metadata - package com.vaadin.client.metadata
 
com.vaadin.client.renderers - package com.vaadin.client.renderers
 
com.vaadin.client.ui - package com.vaadin.client.ui
 
com.vaadin.client.ui.absolutelayout - package com.vaadin.client.ui.absolutelayout
 
com.vaadin.client.ui.accordion - package com.vaadin.client.ui.accordion
 
com.vaadin.client.ui.aria - package com.vaadin.client.ui.aria
 
com.vaadin.client.ui.audio - package com.vaadin.client.ui.audio
 
com.vaadin.client.ui.browserframe - package com.vaadin.client.ui.browserframe
 
com.vaadin.client.ui.button - package com.vaadin.client.ui.button
 
com.vaadin.client.ui.checkbox - package com.vaadin.client.ui.checkbox
 
com.vaadin.client.ui.colorpicker - package com.vaadin.client.ui.colorpicker
 
com.vaadin.client.ui.combobox - package com.vaadin.client.ui.combobox
 
com.vaadin.client.ui.composite - package com.vaadin.client.ui.composite
 
com.vaadin.client.ui.csslayout - package com.vaadin.client.ui.csslayout
 
com.vaadin.client.ui.customcomponent - package com.vaadin.client.ui.customcomponent
 
com.vaadin.client.ui.customfield - package com.vaadin.client.ui.customfield
 
com.vaadin.client.ui.customlayout - package com.vaadin.client.ui.customlayout
 
com.vaadin.client.ui.datefield - package com.vaadin.client.ui.datefield
 
com.vaadin.client.ui.dd - package com.vaadin.client.ui.dd
 
com.vaadin.client.ui.draganddropwrapper - package com.vaadin.client.ui.draganddropwrapper
 
com.vaadin.client.ui.embedded - package com.vaadin.client.ui.embedded
 
com.vaadin.client.ui.formlayout - package com.vaadin.client.ui.formlayout
 
com.vaadin.client.ui.gridlayout - package com.vaadin.client.ui.gridlayout
 
com.vaadin.client.ui.image - package com.vaadin.client.ui.image
 
com.vaadin.client.ui.label - package com.vaadin.client.ui.label
 
com.vaadin.client.ui.layout - package com.vaadin.client.ui.layout
 
com.vaadin.client.ui.link - package com.vaadin.client.ui.link
 
com.vaadin.client.ui.listselect - package com.vaadin.client.ui.listselect
 
com.vaadin.client.ui.loginform - package com.vaadin.client.ui.loginform
 
com.vaadin.client.ui.menubar - package com.vaadin.client.ui.menubar
 
com.vaadin.client.ui.nativebutton - package com.vaadin.client.ui.nativebutton
 
com.vaadin.client.ui.nativeselect - package com.vaadin.client.ui.nativeselect
 
com.vaadin.client.ui.notification - package com.vaadin.client.ui.notification
 
com.vaadin.client.ui.optiongroup - package com.vaadin.client.ui.optiongroup
 
com.vaadin.client.ui.orderedlayout - package com.vaadin.client.ui.orderedlayout
 
com.vaadin.client.ui.panel - package com.vaadin.client.ui.panel
 
com.vaadin.client.ui.passwordfield - package com.vaadin.client.ui.passwordfield
 
com.vaadin.client.ui.popupview - package com.vaadin.client.ui.popupview
 
com.vaadin.client.ui.progressbar - package com.vaadin.client.ui.progressbar
 
com.vaadin.client.ui.richtextarea - package com.vaadin.client.ui.richtextarea
 
com.vaadin.client.ui.slider - package com.vaadin.client.ui.slider
 
com.vaadin.client.ui.splitpanel - package com.vaadin.client.ui.splitpanel
 
com.vaadin.client.ui.tabsheet - package com.vaadin.client.ui.tabsheet
 
com.vaadin.client.ui.textarea - package com.vaadin.client.ui.textarea
 
com.vaadin.client.ui.textfield - package com.vaadin.client.ui.textfield
 
com.vaadin.client.ui.treegrid - package com.vaadin.client.ui.treegrid
 
com.vaadin.client.ui.twincolselect - package com.vaadin.client.ui.twincolselect
 
com.vaadin.client.ui.ui - package com.vaadin.client.ui.ui
 
com.vaadin.client.ui.upload - package com.vaadin.client.ui.upload
 
com.vaadin.client.ui.video - package com.vaadin.client.ui.video
 
com.vaadin.client.ui.window - package com.vaadin.client.ui.window
 
com.vaadin.client.widget.escalator - package com.vaadin.client.widget.escalator
 
com.vaadin.client.widget.escalator.events - package com.vaadin.client.widget.escalator.events
 
com.vaadin.client.widget.grid - package com.vaadin.client.widget.grid
 
com.vaadin.client.widget.grid.datasources - package com.vaadin.client.widget.grid.datasources
 
com.vaadin.client.widget.grid.events - package com.vaadin.client.widget.grid.events
 
com.vaadin.client.widget.grid.selection - package com.vaadin.client.widget.grid.selection
 
com.vaadin.client.widget.grid.sort - package com.vaadin.client.widget.grid.sort
 
com.vaadin.client.widget.treegrid - package com.vaadin.client.widget.treegrid
 
com.vaadin.client.widget.treegrid.events - package com.vaadin.client.widget.treegrid.events
 
com.vaadin.client.widgets - package com.vaadin.client.widgets
 
ComboBoxConnector - Class in com.vaadin.client.ui.combobox
A connector class for the ComboBox component.
ComboBoxConnector() - Constructor for class com.vaadin.client.ui.combobox.ComboBoxConnector
 
ComboBoxSuggestion(String, String, String, String) - Constructor for class com.vaadin.client.ui.VComboBox.ComboBoxSuggestion
Constructor for a single suggestion.
command - Variable in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
ComplexRenderer<T> - Class in com.vaadin.client.renderers
Base class for renderers that needs initialization and destruction logic (override #init(FlyweightCell) and #destroy(FlyweightCell) and event handling (see #onBrowserEvent(Cell, NativeEvent), ComplexRenderer.getConsumedEvents() and #onActivate().
ComplexRenderer() - Constructor for class com.vaadin.client.renderers.ComplexRenderer
 
COMPONENT - Static variable in class com.vaadin.client.ui.VDragAndDropWrapper
 
COMPONENT_OTHER - Static variable in class com.vaadin.client.ui.VDragAndDropWrapper
 
ComponentConnector - Interface in com.vaadin.client
An interface used by client-side widgets or paintable parts to receive updates from the corresponding server-side components in the form of UIDL.
ComponentConnectorLayoutSlot - Class in com.vaadin.client.ui.layout
A slot class implementation for ManagedLayout cells.
ComponentConnectorLayoutSlot(String, ComponentConnector, ManagedLayout) - Constructor for class com.vaadin.client.ui.layout.ComponentConnectorLayoutSlot
Constructs a slot instance for a ManagedLayout cell.
ComponentLocator - Class in com.vaadin.client.componentlocator
ComponentLocator provides methods for generating a String locator for a given DOM element and for locating a DOM element using a String locator.
ComponentLocator(ApplicationConnection) - Constructor for class com.vaadin.client.componentlocator.ComponentLocator
Construct a ComponentLocator for the given ApplicationConnection.
ComponentRendererConnector - Class in com.vaadin.client.connectors.grid
Connector for ComponentRenderer.
ComponentRendererConnector() - Constructor for class com.vaadin.client.connectors.grid.ComponentRendererConnector
 
componentStyleNames - Variable in class com.vaadin.client.ui.VAbstractSplitPanel
For internal use only.
CompositeConnector - Class in com.vaadin.client.ui.composite
Connector for the Composite component.
CompositeConnector() - Constructor for class com.vaadin.client.ui.composite.CompositeConnector
 
computedStyle - Variable in class com.vaadin.client.ComputedStyle
 
ComputedStyle - Class in com.vaadin.client
 
ComputedStyle(Element) - Constructor for class com.vaadin.client.ComputedStyle
Gets this element's computed style object which can be used to gather information about the current state of the rendered node.
configurationUpdated() - Method in interface com.vaadin.client.communication.ConnectionStateHandler
Called when some part of the reconnect dialog configuration has been changed.
configurationUpdated() - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
 
confirmValidity(boolean) - Method in class com.vaadin.client.widget.grid.DefaultEditorEventHandler
 
confirmValidity(boolean) - Method in interface com.vaadin.client.widgets.Grid.Editor.EventHandler
Confirms the valid status of the binder so as to determine whether to allow pending navigation action.
CONNECT_PENDING - com.vaadin.client.communication.AtmospherePushConnection.State
Opening request has been sent, but still waiting for confirmation.
CONNECTED - com.vaadin.client.communication.AtmospherePushConnection.State
Connection is open and ready to use.
connectHandlersToWidget(Widget) - Method in class com.vaadin.client.VTooltip
Connects DOM handlers to widget that are needed for tooltip presentation.
connection - Variable in class com.vaadin.client.communication.ServerRpcQueue
 
connection - Variable in class com.vaadin.client.ui.VUI
For internal use only.
connectionStateHandler - Variable in class com.vaadin.client.ApplicationConnection
 
ConnectionStateHandler - Interface in com.vaadin.client.communication
Interface for handling problems and other events which occur during communication with the server.
connector - Variable in class com.vaadin.client.ui.AbstractClickEventHandler
 
connector - Variable in class com.vaadin.client.ui.VComboBox
For internal use only.
connector - Variable in class com.vaadin.client.ui.VDateField
For internal use only.
connector - Variable in class com.vaadin.client.ui.VTabsheetBase
For internal use only.
connector - Variable in class com.vaadin.client.ui.VWindow
For internal use only.
ConnectorBundleLoader - Class in com.vaadin.client.metadata
 
ConnectorBundleLoader() - Constructor for class com.vaadin.client.metadata.ConnectorBundleLoader
 
ConnectorBundleLoader.CValUiInfo - Class in com.vaadin.client.metadata
 
ConnectorFocusAndBlurHandler - Class in com.vaadin.client.ui
A handler for focus and blur events which uses FieldRpc.FocusAndBlurServerRpc to transmit received events to the server.
ConnectorHierarchyChangeEvent - Class in com.vaadin.client
Event for containing data related to a change in the ServerConnector hierarchy.
ConnectorHierarchyChangeEvent() - Constructor for class com.vaadin.client.ConnectorHierarchyChangeEvent
 
ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler - Interface in com.vaadin.client
Handles connector hierarchy events.
ConnectorInfoPanel - Class in com.vaadin.client.debug.internal
Connector information view panel of the debug window.
ConnectorInfoPanel() - Constructor for class com.vaadin.client.debug.internal.ConnectorInfoPanel
 
ConnectorMap - Class in com.vaadin.client
 
ConnectorMap() - Constructor for class com.vaadin.client.ConnectorMap
 
constructDom() - Method in class com.vaadin.client.ui.VAbstractSplitPanel
Constructs the DOM structure for this widget.
constructDOM() - Method in class com.vaadin.client.ui.VWindow
Constructs the DOM structure for this widget.
constructSelectorsForTarget() - Method in class com.vaadin.client.extensions.ResponsiveConnector
Construct the list of selectors that should be matched against in the range selectors.
container - Variable in class com.vaadin.client.ui.VListSelect
Container for select.
containerElement - Variable in class com.vaadin.client.ui.VMenuBar
 
ContainerResizedListener - Interface in com.vaadin.client
Deprecated.
As of 7.0, serves no purpose. Use LayoutManager and its methods instead.
contains(Widget) - Method in class com.vaadin.client.ui.VAbsoluteLayout
Does this layout contain a widget.
contains(Widget, Element) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Checks if subElement is inside the widget DOM hierarchy.
contains(ComponentConnector) - Method in class com.vaadin.client.ui.VAccordion.StackItem
Deprecated.
This method is not called by the framework code anymore.
contains(String) - Method in class com.vaadin.client.FastStringSet
 
containsKey(String) - Method in class com.vaadin.client.FastStringMap
 
containsKey(String) - Method in class com.vaadin.client.ValueMap
 
content - Variable in class com.vaadin.client.debug.internal.VDebugWindow
 
contentNode - Variable in class com.vaadin.client.ui.VPanel
For internal use only.
contentNode - Variable in class com.vaadin.client.ui.VTabsheet
For internal use only.
contentPanel - Variable in class com.vaadin.client.ui.VWindow
For internal use only.
contents - Variable in class com.vaadin.client.ui.VWindow
For internal use only.
controls - Variable in class com.vaadin.client.debug.internal.VDebugWindow
 
create() - Static method in class com.vaadin.client.FastStringMap
 
create() - Static method in class com.vaadin.client.FastStringSet
 
create(Class<T>, ServerConnector) - Static method in class com.vaadin.client.communication.RpcProxy
 
createAltTextElement() - Method in class com.vaadin.client.ui.VBrowserFrame
 
createBodyUpdater() - Method in class com.vaadin.client.widget.treegrid.TreeGrid
 
createBodyUpdater() - Method in class com.vaadin.client.widgets.Grid
Creates the escalator updater used to update the body rows in this grid.
createCell() - Method in class com.vaadin.client.widgets.Grid.FooterRow
 
createCell() - Method in class com.vaadin.client.widgets.Grid.HeaderRow
 
createCell() - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticRow
Creates a cell of a type that matches this row.
createCell(TableCellElement) - Method in class com.vaadin.client.widgets.Grid.Editor
Creates an editor cell corresponding to the given table cell.
createCellElement(double) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Create and setup an empty cell element.
createConfig() - Method in class com.vaadin.client.communication.AtmospherePushConnection
 
createConnector(int, ApplicationConfiguration) - Method in class com.vaadin.client.WidgetSet
Create an uninitialized connector that best matches given UIDL.
createDataTransferData(NativeEvent) - Method in class com.vaadin.client.connectors.grid.GridDragSourceConnector
 
createDataTransferData(NativeEvent) - Method in class com.vaadin.client.extensions.DragSourceExtensionConnector
Creates the data map to be set as the DataTransfer object's data.
createDragImage(Element, boolean) - Method in class com.vaadin.client.ui.dd.VDragEvent
Deprecated.
Automatically tries to create a proxy image from given element.
createDragImage(Element, boolean) - Method in class com.vaadin.client.ui.dd.VDragEvent
Deprecated.
As of 7.2, call or override VDragEvent.createDragImage(Element,boolean) instead
createErrorIndicatorElement() - Static method in class com.vaadin.client.WidgetUtil.ErrorUtil
Creates an element to use by widgets as an error indicator.
createFooterUpdater() - Method in class com.vaadin.client.widgets.Grid
Creates the escalator updater used to update the footer rows in this grid.
createFormatString() - Method in class com.vaadin.client.ui.VAbstractTextualDate
Create a format string suitable for the widget in its current state.
createFormatString() - Method in class com.vaadin.client.ui.VPopupTimeCalendar
 
createHeaderUpdater() - Method in class com.vaadin.client.widgets.Grid
Creates the escalator updater used to update the header rows in this grid.
createIFrameElement(String) - Method in class com.vaadin.client.ui.VBrowserFrame
Always creates new iframe inside widget.
createInstance() - Method in class com.vaadin.client.metadata.Type
 
createLink() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
 
createLink() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
 
createMessage(String) - Static method in class com.vaadin.client.ui.UnknownComponentConnector
Creates a message that warns about the issue with the named component and gives debugging hints.
createNewCell(int, int) - Method in class com.vaadin.client.ui.VGridLayout
Creates a new Cell with the given coordinates.
createNotification(int, Widget) - Static method in class com.vaadin.client.ui.VNotification
 
createOverlay() - Method in class com.vaadin.client.ui.VMenuBar
Create an overlay for the menu bar.
createProxy(InvokationHandler) - Method in interface com.vaadin.client.metadata.ProxyHandler
 
createProxy(InvokationHandler) - Method in class com.vaadin.client.metadata.Type
 
createRenderer() - Method in class com.vaadin.client.connectors.AbstractRendererConnector
Creates a new Renderer instance associated with this renderer connector.
createRenderer() - Method in class com.vaadin.client.connectors.grid.ComponentRendererConnector
 
createRenderer() - Method in class com.vaadin.client.connectors.grid.TreeRendererConnector
 
createRenderer() - Method in class com.vaadin.client.connectors.JavaScriptRendererConnector
 
createResponseHandler() - Method in class com.vaadin.client.communication.XhrConnection
 
createRow() - Method in class com.vaadin.client.widgets.Grid.Footer
 
createRow() - Method in class com.vaadin.client.widgets.Grid.Header
 
createRow() - Method in class com.vaadin.client.widgets.Grid.StaticSection
Creates and returns a new instance of the row type.
createRpcObject(String, Set<String>) - Method in class com.vaadin.client.JavaScriptConnectorHelper
 
createSelectionModel() - Method in class com.vaadin.client.connectors.grid.MultiSelectionModelConnector
Creates an instance of MultiSelectionModel.
createSelectionModel() - Method in class com.vaadin.client.connectors.tree.TreeMultiSelectionModelConnector
 
createSlot(Widget) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
Create a slot to be added to the layout.
createState() - Method in class com.vaadin.client.ui.AbstractConnector
Creates a state object with default values for this connector.
createSuggestionPopup() - Method in class com.vaadin.client.ui.VComboBox
This method will create the SuggestionPopup used by the VComboBox instance.
createTextBox() - Method in class com.vaadin.client.ui.VComboBox
This method will create the TextBox used by the VComboBox instance.
createWidget() - Method in class com.vaadin.client.renderers.ButtonRenderer
 
createWidget() - Method in class com.vaadin.client.renderers.ClickableRenderer
Creates a widget to attach to a cell.
createWidget() - Method in class com.vaadin.client.renderers.HierarchyRenderer
 
createWidget() - Method in class com.vaadin.client.renderers.ImageRenderer
 
createWidget() - Method in class com.vaadin.client.renderers.ProgressBarRenderer
 
createWidget() - Method in class com.vaadin.client.renderers.WidgetRenderer
Creates a widget to attach to a cell.
createWidget() - Method in class com.vaadin.client.ui.AbstractComponentConnector
Creates and returns the widget for this VPaintableWidget.
createWidget() - Method in class com.vaadin.client.ui.audio.AudioConnector
 
createWidget() - Method in class com.vaadin.client.ui.colorpicker.ColorPickerAreaConnector
 
createWidget() - Method in class com.vaadin.client.ui.colorpicker.ColorPickerConnector
 
createWidget() - Method in class com.vaadin.client.ui.colorpicker.ColorPickerGradientConnector
 
createWidget() - Method in class com.vaadin.client.ui.colorpicker.ColorPickerGridConnector
 
createWidget() - Method in class com.vaadin.client.ui.composite.CompositeConnector
 
createWidget() - Method in class com.vaadin.client.ui.JavaScriptComponentConnector
 
createWidget() - Method in class com.vaadin.client.widget.grid.selection.MultiSelectionRenderer
 
css() - Method in interface com.vaadin.client.debug.internal.theme.DebugWindowStyles
 
CssLayoutConnector - Class in com.vaadin.client.ui.csslayout
Connects the server side widget CssLayout with the client side counterpart VCssLayout.
CssLayoutConnector() - Constructor for class com.vaadin.client.ui.csslayout.CssLayoutConnector
 
cssLoaded - Variable in class com.vaadin.client.ApplicationConnection
 
CSSRule - Class in com.vaadin.client
Utility class for fetching CSS properties from DOM StyleSheets JS object.
CSSRule(String, boolean) - Constructor for class com.vaadin.client.CSSRule
 
current - Static variable in class com.vaadin.client.widgets.Overlay
A "thread local" of sorts, set temporarily so that OverlayImpl knows which Overlay is using it, so that it can be attached to the correct overlay container.
currentLocale - Variable in class com.vaadin.client.ui.VDateField
Currently used locale string, e.g.
currentPage - Variable in class com.vaadin.client.ui.VComboBox
For internal use only.
currentSuggestion - Variable in class com.vaadin.client.ui.VComboBox
The current suggestion selected from the dropdown.
currentSuggestions - Variable in class com.vaadin.client.ui.VComboBox
A collection of available suggestions (options) as received from the server.
CustomComponentConnector - Class in com.vaadin.client.ui.customcomponent
A connector class for the CustomComponent component base.
CustomComponentConnector() - Constructor for class com.vaadin.client.ui.customcomponent.CustomComponentConnector
 
CustomDropHandler() - Constructor for class com.vaadin.client.ui.VDragAndDropWrapper.CustomDropHandler
 
CustomFieldConnector - Class in com.vaadin.client.ui.customfield
A connector class for the CustomField component.
CustomFieldConnector() - Constructor for class com.vaadin.client.ui.customfield.CustomFieldConnector
Default constructor.
CustomLayoutConnector - Class in com.vaadin.client.ui.customlayout
A connector class for CustomLayout.
CustomLayoutConnector() - Constructor for class com.vaadin.client.ui.customlayout.CustomLayoutConnector
 
CustomMenuItem() - Constructor for class com.vaadin.client.ui.VMenuBar.CustomMenuItem
Default menu item Widget constructor for GWT.create().
CustomMenuItem(String, Command) - Constructor for class com.vaadin.client.ui.VMenuBar.CustomMenuItem
Deprecated.
CustomPopup() - Constructor for class com.vaadin.client.ui.VPopupView.CustomPopup
Constructs a popup widget for VPopupView.
cval(String) - Method in class com.vaadin.client.metadata.ConnectorBundleLoader
 
cvals - Variable in class com.vaadin.client.metadata.ConnectorBundleLoader
 
CValUiInfo(String, String, String, String) - Constructor for class com.vaadin.client.metadata.ConnectorBundleLoader.CValUiInfo
 

D

dataAdded(int, int) - Method in interface com.vaadin.client.data.DataChangeHandler
Called when the new rows have been added to the container.
dataAdded(int, int) - Method in class com.vaadin.client.data.SimpleDataChangeHandler
 
dataAvailable(int, int) - Method in interface com.vaadin.client.data.DataChangeHandler
Called when rows requested with DataSource.ensureAvailability(int, int) rows are available.
dataAvailable(int, int) - Method in class com.vaadin.client.data.SimpleDataChangeHandler
 
DataAvailableEvent - Class in com.vaadin.client.widget.grid
Event object describing a change of row availability in DataSource of a Grid.
DataAvailableEvent(Range) - Constructor for class com.vaadin.client.widget.grid.DataAvailableEvent
Constructs a data availability event for the given row range.
DataAvailableHandler - Interface in com.vaadin.client.widget.grid
Handler for DataAvailableEvents.
DataChangeHandler - Interface in com.vaadin.client.data
Callback interface used by DataSource to inform its user about updates to the data.
DataCommunicatorConnector - Class in com.vaadin.client.connectors.data
A connector for DataCommunicator class.
DataCommunicatorConnector() - Constructor for class com.vaadin.client.connectors.data.DataCommunicatorConnector
 
DataCommunicatorConnector.VaadinDataSource - Class in com.vaadin.client.connectors.data
Client-side DataSource implementation to be used with DataCommunicator.
dataReceived() - Method in class com.vaadin.client.ui.VComboBox.DataReceivedHandler
Called by the connector when new data for the last requested filter is received from the server.
DataReceivedHandler() - Constructor for class com.vaadin.client.ui.VComboBox.DataReceivedHandler
 
dataRemoved(int, int) - Method in interface com.vaadin.client.data.DataChangeHandler
Called when rows have been removed from the data source.
dataRemoved(int, int) - Method in class com.vaadin.client.data.SimpleDataChangeHandler
 
DataSource<T> - Interface in com.vaadin.client.data
Source of data for widgets showing lazily loaded data based on indexable items (e.g. rows) of a specified type.
DataSource.RowHandle<T> - Class in com.vaadin.client.data
A handle that contains information on whether a row should be pinned or unpinned, and also always the most recent representation for that particular row.
dataUpdated(int, int) - Method in interface com.vaadin.client.data.DataChangeHandler
Called when the contents of the data source has changed.
dataUpdated(int, int) - Method in class com.vaadin.client.data.SimpleDataChangeHandler
 
Date_Serializer - Class in com.vaadin.client.communication
Client side serializer/deserializer for java.util.Date.
Date_Serializer() - Constructor for class com.vaadin.client.communication.Date_Serializer
 
DateFieldConnector - Class in com.vaadin.client.ui.datefield
A connector class for the abstract AbstractLocalDateField component.
DateFieldConnector() - Constructor for class com.vaadin.client.ui.datefield.DateFieldConnector
 
DateRenderer - Class in com.vaadin.client.renderers
A renderer for rendering dates into cells.
DateRenderer() - Constructor for class com.vaadin.client.renderers.DateRenderer
Constructs a renderer for displaying date data.
DateRenderer(DateTimeFormat) - Constructor for class com.vaadin.client.renderers.DateRenderer
Constructs a renderer for displaying date data.
DateRenderer(DateTimeFormat.PredefinedFormat) - Constructor for class com.vaadin.client.renderers.DateRenderer
Constructs a renderer for displaying date data.
DateRendererConnector - Class in com.vaadin.client.connectors.grid
A connector for DateRenderer.
DateRendererConnector() - Constructor for class com.vaadin.client.connectors.grid.DateRendererConnector
 
DateTimeFieldConnector - Class in com.vaadin.client.ui.datefield
The client-side connector for AbstractLocalDateTimeField.
DateTimeFieldConnector() - Constructor for class com.vaadin.client.ui.datefield.DateTimeFieldConnector
 
DateTimeService - Class in com.vaadin.client
This class provides date/time parsing services to all components on the client side.
DateTimeService() - Constructor for class com.vaadin.client.DateTimeService
Creates a new date time service with the application default locale.
DateTimeService(String) - Constructor for class com.vaadin.client.DateTimeService
Creates a new date time service with a given locale.
DDEventHandleStrategy - Class in com.vaadin.client.ui.dd
Deprecated.
Replaced in 8.1 with DropTargetExtensionConnector
DDEventHandleStrategy() - Constructor for class com.vaadin.client.ui.dd.DDEventHandleStrategy
Deprecated.
 
DDUtil - Class in com.vaadin.client.ui.dd
Utility class for drag and drop handling.
debug(Element) - Method in class com.vaadin.client.ui.TouchScrollDelegate.TouchScrollHandler
 
DebugButton - Class in com.vaadin.client.debug.internal
Simple extension of Button that is preconfigured with for use in VDebugWindow.
DebugButton(Icon) - Constructor for class com.vaadin.client.debug.internal.DebugButton
Creates a Button with the given icon-font icon.
DebugButton(Icon, String) - Constructor for class com.vaadin.client.debug.internal.DebugButton
Creates a Button with the given icon-font icon and title (tooltip).
DebugButton(Icon, String, String) - Constructor for class com.vaadin.client.debug.internal.DebugButton
Creates a Button with the given icon-font icon, title (tooltip), and caption.
DebugWindowStyles - Interface in com.vaadin.client.debug.internal.theme
 
decode(JsonValue) - Method in class com.vaadin.client.connectors.AbstractRendererConnector
Decodes the given JSON value into a value of type T so it can be passed to the renderer.
decode(JsonValue) - Method in class com.vaadin.client.connectors.ImageRendererConnector
 
decode(JsonValue) - Method in class com.vaadin.client.connectors.JavaScriptRendererConnector
 
decodeRpcParameters(JsonArray) - Method in class com.vaadin.client.JavaScriptConnectorHelper
 
decodeValue(Type, JsonValue, Object, ApplicationConnection) - Static method in class com.vaadin.client.communication.JsonDecoder
Decode a JSON array with two elements (type and value) into a client-side type, recursively if necessary.
deEmphasis(boolean) - Method in class com.vaadin.client.ui.VDragAndDropWrapper
 
DefaultCacheStrategy() - Constructor for class com.vaadin.client.data.CacheStrategy.DefaultCacheStrategy
Creates a DefaultCacheStrategy keeping between 3 and 4 pages worth of data cached both before and after the active range.
DefaultCacheStrategy(int, int) - Constructor for class com.vaadin.client.data.CacheStrategy.DefaultCacheStrategy
Creates a DefaultCacheStrategy with custom ratios for how much data to cache.
DefaultConnectionStateHandler - Class in com.vaadin.client.communication
Default implementation of the connection state handler.
DefaultConnectionStateHandler() - Constructor for class com.vaadin.client.communication.DefaultConnectionStateHandler
 
DefaultConnectionStateHandler.Type - Enum in com.vaadin.client.communication
 
DefaultEditorEventHandler<T> - Class in com.vaadin.client.widget.grid
The default handler for Grid editor events.
DefaultEditorEventHandler() - Constructor for class com.vaadin.client.widget.grid.DefaultEditorEventHandler
 
DefaultEditorEventHandler.CursorMoveDelta - Enum in com.vaadin.client.widget.grid
Specifies the direction at which the focus should move.
DefaultReconnectDialog - Class in com.vaadin.client.communication
The default implementation of the reconnect dialog.
DefaultReconnectDialog() - Constructor for class com.vaadin.client.communication.DefaultReconnectDialog
 
deferOrdering() - Static method in class com.vaadin.client.ui.VWindow
Calling this method will defer ordering algorithm, to order windows based on servers bringToFront and modality instructions.
DEFERRED_BUNDLE_NAME - Static variable in class com.vaadin.client.metadata.ConnectorBundleLoader
 
DeferredWorker - Interface in com.vaadin.client
Give widgets and connectors the possibility to indicate to the framework that there is work scheduled to be executed in the near future and that the framework should wait for this work to complete before assuming the UI has reached a steady state.
definedHeight - Variable in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
Defined height state.
DELAY_FOREVER - Static variable in class com.vaadin.client.ui.VNotification
 
DELAY_NONE - Static variable in class com.vaadin.client.ui.VNotification
 
DELAYED - com.vaadin.client.metadata.TypeDataStore.MethodAttribute
 
delegateCaptionHandling() - Method in interface com.vaadin.client.ComponentConnector
Return true if parent handles caption, false if the paintable handles the caption itself.
delegateCaptionHandling() - Method in class com.vaadin.client.ui.AbstractComponentConnector
 
delegateCaptionHandling() - Method in class com.vaadin.client.ui.button.ButtonConnector
 
delegateCaptionHandling() - Method in class com.vaadin.client.ui.checkbox.CheckBoxConnector
 
delegateCaptionHandling() - Method in class com.vaadin.client.ui.colorpicker.AbstractColorPickerConnector
 
delegateCaptionHandling() - Method in class com.vaadin.client.ui.composite.CompositeConnector
 
delegateCaptionHandling() - Method in class com.vaadin.client.ui.link.LinkConnector
 
delegateCaptionHandling() - Method in class com.vaadin.client.ui.nativebutton.NativeButtonConnector
 
delegateCaptionHandling() - Method in class com.vaadin.client.ui.panel.PanelConnector
 
delegateCaptionHandling() - Method in class com.vaadin.client.ui.UnknownComponentConnector
 
delegateCaptionHandling() - Method in class com.vaadin.client.ui.window.WindowConnector
 
DependencyLoader - Class in com.vaadin.client
Handles loading of dependencies (style sheets and scripts) in the application.
DependencyLoader() - Constructor for class com.vaadin.client.DependencyLoader
 
description - Variable in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
DESCRIPTION - Static variable in class com.vaadin.client.ui.VNotification
 
descriptionContentMode - Variable in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
deselect(JsonObject) - Method in class com.vaadin.client.connectors.grid.MultiSelectionModelConnector.MultiSelectionModel
 
deselect(JsonObject) - Method in class com.vaadin.client.connectors.grid.SingleSelectionModelConnector.SingleSelectionModel
 
deselect(T) - Method in interface com.vaadin.client.widget.grid.selection.SelectionModel
Deselects the given item.
deselect(T) - Method in class com.vaadin.client.widget.grid.selection.SelectionModel.NoSelectionModel
 
deselect(T) - Method in class com.vaadin.client.widgets.Grid
Deselects a row using the current selection model.
deselectAll() - Method in class com.vaadin.client.connectors.grid.MultiSelectionModelConnector.MultiSelectionModel
 
deselectAll() - Method in class com.vaadin.client.connectors.grid.SingleSelectionModelConnector.SingleSelectionModel
 
deselectAll() - Method in interface com.vaadin.client.widget.grid.selection.SelectionModel
Deselects all currently selected items.
deselectAll() - Method in class com.vaadin.client.widget.grid.selection.SelectionModel.NoSelectionModel
 
deselectAll() - Method in class com.vaadin.client.widgets.Grid
Deselects all rows using the current selection model.
deserialize(Type, JsonValue, ApplicationConnection) - Method in class com.vaadin.client.communication.Date_Serializer
 
deserialize(Type, JsonValue, ApplicationConnection) - Method in interface com.vaadin.client.communication.JSONSerializer
Creates and deserializes an object received from the server.
deserialize(Type, JsonValue, ApplicationConnection) - Method in class com.vaadin.client.communication.URLReference_Serializer
 
destroy() - Method in class com.vaadin.client.renderers.ComplexRenderer
Called when the renderer is deemed to be destroyed and no longer used by the Grid.
destroy() - Method in class com.vaadin.client.ui.VAbsoluteLayout.AbsoluteWrapper
Removes the wrapper caption and itself from the layout.
destroy() - Method in class com.vaadin.client.widget.grid.selection.MultiSelectionRenderer
 
destroy(Spacer) - Method in interface com.vaadin.client.widget.escalator.SpacerUpdater
Called whenever a spacer should be cleaned.
destroy(RendererCellReference) - Method in class com.vaadin.client.renderers.ComplexRenderer
Called after the cell is deemed to be destroyed and no longer used by the Grid.
detachAttach(Element) - Static method in class com.vaadin.client.Util
Deprecated.
As of 7.4.0, use WidgetUtil.detachAttach(Element) instead.
detachAttach(Element) - Static method in class com.vaadin.client.WidgetUtil
Detaches and re-attaches the element from its parent.
DETAILS - Static variable in class com.vaadin.client.ui.VNotification
 
DetailsGenerator - Interface in com.vaadin.client.widget.grid
A callback interface for generating details for a particular row in Grid.
DetailsManagerConnector - Class in com.vaadin.client.connectors.grid
Connector class for Grid.DetailsManager of the Grid component.
DetailsManagerConnector() - Constructor for class com.vaadin.client.connectors.grid.DetailsManagerConnector
 
detailsRefreshed(boolean) - Method in class com.vaadin.client.connectors.grid.GridConnector
Method called for a row details refresh.
DEVMODE_OFF - com.vaadin.client.debug.internal.Icon
 
DEVMODE_ON - com.vaadin.client.debug.internal.Icon
 
DEVMODE_SUPER - com.vaadin.client.debug.internal.Icon
 
DiffJSONSerializer<T> - Interface in com.vaadin.client.communication
 
DirectionalManagedLayout - Interface in com.vaadin.client
 
dirUIDL(ValueMap, ApplicationConnection) - Static method in class com.vaadin.client.VConsole
Deprecated.
 
disableBrowserAutocomplete(TextBox) - Static method in class com.vaadin.client.WidgetUtil
 
disabled - Variable in class com.vaadin.client.ui.VSlider
Is this widget disabled.
disabled - Variable in class com.vaadin.client.ui.VTabsheetBase
For internal use only.
DISABLED - Static variable in class com.vaadin.client.StyleConstants
 
DISABLED_CLASSNAME - Static variable in class com.vaadin.client.ApplicationConnection
Deprecated.
disableDevModeAndReload() - Static method in class com.vaadin.client.SuperDevMode
 
disabledTabKeys - Variable in class com.vaadin.client.ui.VTabsheetBase
For internal use only.
disableTitle(boolean) - Method in class com.vaadin.client.ui.VUpload
For internal use only.
disableUpload() - Method in class com.vaadin.client.ui.VUpload
For internal use only.
disconnect(Command) - Method in class com.vaadin.client.communication.AtmospherePushConnection
 
disconnect(Command) - Method in interface com.vaadin.client.communication.PushConnection
Closes the push connection.
DISCONNECT_PENDING - com.vaadin.client.communication.AtmospherePushConnection.State
Connection was disconnected while the connection was pending.
DISCONNECTED - com.vaadin.client.communication.AtmospherePushConnection.State
Connection has been disconnected and should not be used any more.
dispatch(ApplicationConnection.ApplicationStoppedHandler) - Method in class com.vaadin.client.ApplicationConnection.ApplicationStoppedEvent
 
dispatch(ApplicationConnection.CommunicationHandler) - Method in class com.vaadin.client.ApplicationConnection.RequestStartingEvent
 
dispatch(ApplicationConnection.CommunicationHandler) - Method in class com.vaadin.client.ApplicationConnection.ResponseHandlingEndedEvent
 
dispatch(ApplicationConnection.CommunicationHandler) - Method in class com.vaadin.client.ApplicationConnection.ResponseHandlingStartedEvent
 
dispatch(StateChangeEvent.StateChangeHandler) - Method in class com.vaadin.client.communication.StateChangeEvent
 
dispatch(ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler) - Method in class com.vaadin.client.ConnectorHierarchyChangeEvent
 
dispatch(InputHandler) - Method in class com.vaadin.client.event.InputEvent
 
dispatch(PointerCancelHandler) - Method in class com.vaadin.client.event.PointerCancelEvent
 
dispatch(PointerDownHandler) - Method in class com.vaadin.client.event.PointerDownEvent
 
dispatch(PointerMoveHandler) - Method in class com.vaadin.client.event.PointerMoveEvent
 
dispatch(PointerUpHandler) - Method in class com.vaadin.client.event.PointerUpEvent
 
dispatch(ClickableRenderer.RendererClickHandler) - Method in class com.vaadin.client.renderers.ClickableRenderer.RendererClickEvent
 
dispatch(VisibilityChangeHandler) - Method in class com.vaadin.client.ui.popupview.VisibilityChangeEvent
 
dispatch(VAbstractSplitPanel.SplitterMoveHandler) - Method in class com.vaadin.client.ui.VAbstractSplitPanel.SplitterMoveHandler.SplitterMoveEvent
 
dispatch(WindowMoveHandler) - Method in class com.vaadin.client.ui.window.WindowMoveEvent
 
dispatch(WindowOrderHandler) - Method in class com.vaadin.client.ui.window.WindowOrderEvent
 
dispatch(RowHeightChangedHandler) - Method in class com.vaadin.client.widget.escalator.events.RowHeightChangedEvent
 
dispatch(SpacerIndexChangedHandler) - Method in class com.vaadin.client.widget.escalator.events.SpacerIndexChangedEvent
 
dispatch(SpacerVisibilityChangedHandler) - Method in class com.vaadin.client.widget.escalator.events.SpacerVisibilityChangedEvent
 
dispatch(RowVisibilityChangeHandler) - Method in class com.vaadin.client.widget.escalator.RowVisibilityChangeEvent
 
dispatch(ScrollbarBundle.VisibilityHandler) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.VisibilityChangeEvent
 
dispatch(DataAvailableHandler) - Method in class com.vaadin.client.widget.grid.DataAvailableEvent
 
dispatch(ColumnReorderHandler<T>) - Method in class com.vaadin.client.widget.grid.events.ColumnReorderEvent
 
dispatch(ColumnResizeHandler<T>) - Method in class com.vaadin.client.widget.grid.events.ColumnResizeEvent
 
dispatch(ColumnVisibilityChangeHandler<T>) - Method in class com.vaadin.client.widget.grid.events.ColumnVisibilityChangeEvent
 
dispatch(EscalatorSizeChangeHandler) - Method in class com.vaadin.client.widget.grid.events.EscalatorSizeChangeHandler.EscalatorSizeChangeEvent
 
dispatch(GridEnabledHandler) - Method in class com.vaadin.client.widget.grid.events.GridEnabledEvent
 
dispatch(GridSelectionAllowedHandler) - Method in class com.vaadin.client.widget.grid.events.GridSelectionAllowedEvent
 
dispatch(ScrollHandler) - Method in class com.vaadin.client.widget.grid.events.ScrollEvent
 
dispatch(SelectAllHandler<T>) - Method in class com.vaadin.client.widget.grid.events.SelectAllEvent
 
dispatch(VerticalScrollbarVisibilityChangeHandler) - Method in class com.vaadin.client.widget.grid.events.VerticalScrollbarVisibilityChangeHandler.VerticalScrollbarVisibilityChangeEvent
 
dispatch(SelectionHandler) - Method in class com.vaadin.client.widget.grid.selection.SelectionEvent
 
dispatch(SortHandler<?>) - Method in class com.vaadin.client.widget.grid.sort.SortEvent
 
dispatch(H) - Method in class com.vaadin.client.communication.AbstractServerConnectorEvent
Sends this event to the given handler.
dispatch(HANDLER) - Method in class com.vaadin.client.widgets.Grid.AbstractGridKeyEvent
 
dispatch(HANDLER) - Method in class com.vaadin.client.widgets.Grid.AbstractGridMouseEvent
 
doAttachChildren() - Method in class com.vaadin.client.widgets.Grid
 
doDetachChildren() - Method in class com.vaadin.client.widgets.Grid
 
doDispatch(AbstractGridKeyEventHandler.GridKeyDownHandler, GridConstants.Section) - Method in class com.vaadin.client.widget.grid.events.GridKeyDownEvent
 
doDispatch(AbstractGridKeyEventHandler.GridKeyPressHandler, GridConstants.Section) - Method in class com.vaadin.client.widget.grid.events.GridKeyPressEvent
 
doDispatch(AbstractGridKeyEventHandler.GridKeyUpHandler, GridConstants.Section) - Method in class com.vaadin.client.widget.grid.events.GridKeyUpEvent
 
doDispatch(AbstractGridMouseEventHandler.GridClickHandler, GridConstants.Section) - Method in class com.vaadin.client.widget.grid.events.GridClickEvent
 
doDispatch(AbstractGridMouseEventHandler.GridDoubleClickHandler, GridConstants.Section) - Method in class com.vaadin.client.widget.grid.events.GridDoubleClickEvent
 
doDispatch(HANDLER, GridConstants.Section) - Method in class com.vaadin.client.widgets.Grid.AbstractGridKeyEvent
The given handler processes the event if the handler type matches the given section.
doDispatch(HANDLER, GridConstants.Section) - Method in class com.vaadin.client.widgets.Grid.AbstractGridMouseEvent
The given handler processes the event if the handler type matches the given section.
doGetResolutions() - Method in class com.vaadin.client.ui.VDateField
Returns all available resolutions as an array.
doGetResolutions() - Method in class com.vaadin.client.ui.VDateFieldCalendar
 
doGetResolutions() - Method in class com.vaadin.client.ui.VDateTimeFieldCalendar
 
doGetResolutions() - Method in class com.vaadin.client.ui.VPopupCalendar
 
doGetResolutions() - Method in class com.vaadin.client.ui.VPopupTimeCalendar
 
doInit(String, ApplicationConnection) - Method in interface com.vaadin.client.ServerConnector
Called once by the framework to initialize the connector.
doInit(String, ApplicationConnection) - Method in class com.vaadin.client.ui.AbstractConnector
Called once by the framework to initialize the connector.
doItemAction(MenuItem, boolean) - Method in class com.vaadin.client.ui.menubar.MenuBar
Deprecated.
Performs the action associated with the given menu item.
doReconnect(JsonObject) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
Re-sends the payload to the server (if not null) or re-sends a heartbeat request immediately.
doRenderCalendar(boolean) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Performs the rendering required by the VAbstractCalendarPanel.renderCalendar(boolean).
doRenderCalendar(boolean) - Method in class com.vaadin.client.ui.VDateTimeCalendarPanel
 
doSetDate(Date, boolean, Runnable) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
The actual implementation of the logic which sets the data of the Panel.
doSetSelectAllCheckBoxVisible() - Method in class com.vaadin.client.widgets.Grid.SelectionColumn
Sets the select all checkbox visible or hidden.
DoubleClickListBox() - Constructor for class com.vaadin.client.ui.VTwinColSelect.DoubleClickListBox
Constructs a new DoubleClickListBox.
DOWN - com.vaadin.client.widget.grid.DefaultEditorEventHandler.CursorMoveDelta
 
dragAccepted(VDragEvent) - Method in class com.vaadin.client.ui.dd.VAbstractDropHandler
Deprecated.
This method is called when a valid drop location was found with AcceptCriterion either via client or server side check.
dragAccepted(VDragEvent) - Method in class com.vaadin.client.ui.VDragAndDropWrapper.CustomDropHandler
 
DragAndDropHandler - Class in com.vaadin.client.ui.dd
A simple event handler for elements that can be drag and dropped.
DragAndDropHandler() - Constructor for class com.vaadin.client.ui.dd.DragAndDropHandler
 
DragAndDropHandler.DragAndDropCallback - Interface in com.vaadin.client.ui.dd
Callback interface for drag and drop.
DragAndDropWrapperConnector - Class in com.vaadin.client.ui.draganddropwrapper
Deprecated.
DragAndDropWrapperConnector() - Constructor for class com.vaadin.client.ui.draganddropwrapper.DragAndDropWrapperConnector
Deprecated.
 
dragEnter(VDragEvent) - Method in class com.vaadin.client.ui.dd.VAbstractDropHandler
Deprecated.
The default implementation in VAbstractDropHandler checks if the Transferable is accepted.
dragEnter(VDragEvent) - Method in interface com.vaadin.client.ui.dd.VDropHandler
Deprecated.
Called by DragAndDropManager when a drag operation is in progress and the cursor enters the area occupied by this Paintable.
dragEnter(VDragEvent) - Method in class com.vaadin.client.ui.VDragAndDropWrapper.CustomDropHandler
 
DRAGGABLE - Static variable in class com.vaadin.client.ui.VDragAndDropWrapper
 
DragHandle - Class in com.vaadin.client.ui.dd
Drag handle implementation.
DragHandle(String) - Constructor for class com.vaadin.client.ui.dd.DragHandle
Creates a new DragHandle.
DragHandle(String, DragHandle.DragHandleCallback) - Constructor for class com.vaadin.client.ui.dd.DragHandle
Creates a new DragHandle.
DragHandle.DragHandleCallback - Interface in com.vaadin.client.ui.dd
Callback interface for the DragHandle event life cycle.
DragImageModifier - Interface in com.vaadin.client.ui.dd
Deprecated.
Since 8.1, no direct replacement, see DragSourceExtensionConnector
dragLeave(VDragEvent) - Method in class com.vaadin.client.ui.dd.VAbstractDropHandler
Deprecated.
Default implementation does nothing.
dragLeave(VDragEvent) - Method in interface com.vaadin.client.ui.dd.VDropHandler
Deprecated.
Called by DragAndDropManager when a drag operation is in progress and the cursor leaves the area occupied by this Paintable.
dragLeave(VDragEvent) - Method in class com.vaadin.client.ui.VDragAndDropWrapper.CustomDropHandler
 
dragOver(VDragEvent) - Method in class com.vaadin.client.ui.dd.VAbstractDropHandler
Deprecated.
Default implementation does nothing.
dragOver(VDragEvent) - Method in interface com.vaadin.client.ui.dd.VDropHandler
Deprecated.
When drag is over current drag handler.
dragOver(VDragEvent) - Method in class com.vaadin.client.ui.VDragAndDropWrapper.CustomDropHandler
 
DragSourceExtensionConnector - Class in com.vaadin.client.extensions
Extension to add drag source functionality to a widget for using HTML5 drag and drop.
DragSourceExtensionConnector() - Constructor for class com.vaadin.client.extensions.DragSourceExtensionConnector
 
dragStartMode - Variable in class com.vaadin.client.ui.VDragAndDropWrapper
For internal use only.
drop(VDragEvent) - Method in class com.vaadin.client.ui.dd.VAbstractDropHandler
Deprecated.
The default implemmentation visits server if AcceptCriterion can't be verified on client or if AcceptCriterion are met on client.
drop(VDragEvent) - Method in interface com.vaadin.client.ui.dd.VDropHandler
Deprecated.
Called by DragAndDropManager when a drag operation was in progress and a drop was performed on this Paintable.
drop(VDragEvent) - Method in class com.vaadin.client.ui.VDragAndDropWrapper.CustomDropHandler
 
dropFromCache(Range) - Method in class com.vaadin.client.connectors.data.DataCommunicatorConnector.VaadinDataSource
 
dropFromCache(Range) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
Drop the given range of rows from this data source's cache.
dropHandler - Variable in class com.vaadin.client.ui.VDragAndDropWrapper
For internal use only.
DropTargetExtensionConnector - Class in com.vaadin.client.extensions
Extension to add drop target functionality to a widget for using HTML5 drag and drop.
DropTargetExtensionConnector() - Constructor for class com.vaadin.client.extensions.DropTargetExtensionConnector
 
dts - Variable in class com.vaadin.client.ui.VDateField
For internal use only.
dump() - Method in class com.vaadin.client.FastStringSet
 

E

EAGER_BUNDLE_NAME - Static variable in class com.vaadin.client.metadata.ConnectorBundleLoader
 
Editor() - Constructor for class com.vaadin.client.widgets.Grid.Editor
Constructs a new Grid.Editor.
EditorConnector - Class in com.vaadin.client.connectors.grid
Connector for Grid Editor.
EditorConnector() - Constructor for class com.vaadin.client.connectors.grid.EditorConnector
 
EditorDomEvent(Event, EventCellReference<T>, Widget) - Constructor for class com.vaadin.client.widgets.Grid.EditorDomEvent
Constructs a new Grid.EditorDomEvent.
EditorHandler<T> - Interface in com.vaadin.client.widget.grid
An interface for binding widgets and data to the grid row editor.
EditorHandler.EditorRequest<T> - Interface in com.vaadin.client.widget.grid
A request class passed as a parameter to the editor handler methods.
editRow(int) - Method in class com.vaadin.client.widgets.Grid.Editor
If a cell of this Grid had focus once this editRow call was triggered, the editor component at the previously focused column index will be focused.
editRow(int) - Method in class com.vaadin.client.widgets.Grid
Opens the editor over the row with the given index.
editRow(int, int) - Method in class com.vaadin.client.widgets.Grid.Editor
Opens the editor over the row with the given index and attempts to focus the editor widget in the given column index.
editRow(Grid.EditorDomEvent<T>, int, int) - Method in class com.vaadin.client.widget.grid.DefaultEditorEventHandler
Opens the editor over the row with the given index and attempts to focus the editor widget in the given column index.
element - Variable in class com.vaadin.client.ui.VUpload
For internal use only.
ElementResizeEvent - Class in com.vaadin.client.ui.layout
Event for an element resize.
ElementResizeEvent(LayoutManager, Element) - Constructor for class com.vaadin.client.ui.layout.ElementResizeEvent
Constructs an element resize event.
ElementResizeListener - Interface in com.vaadin.client.ui.layout
Event listener for element resize events.
EmbeddedConnector - Class in com.vaadin.client.ui.embedded
A connector class for the Embedded component.
EmbeddedConnector() - Constructor for class com.vaadin.client.ui.embedded.EmbeddedConnector
 
emphasis(VDragEvent) - Method in class com.vaadin.client.ui.VDragAndDropWrapper
 
emptyCommand - Static variable in class com.vaadin.client.ui.VMenuBar
An empty command to be used when the item has no command associated
enableBasedOnParameter() - Static method in class com.vaadin.client.SuperDevMode
Enables SuperDevMode if the url contains the "superdevmode" parameter.
enabled - Variable in class com.vaadin.client.ui.VComboBox
For internal use only.
enabled - Variable in class com.vaadin.client.ui.VDateField
Is the widget enabled or not.
enabled - Variable in class com.vaadin.client.ui.VLink
For internal use only.
enabled - Variable in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
enabled - Variable in class com.vaadin.client.ui.VMenuBar
For internal use only.
EnabledProfiler() - Constructor for class com.vaadin.client.Profiler.EnabledProfiler
 
enableTouchScrolling(Widget, Element...) - Static method in class com.vaadin.client.ui.TouchScrollDelegate
Makes the given elements scrollable, either natively or by using a TouchScrollDelegate, depending on platform capabilities.
enableUpload() - Method in class com.vaadin.client.ui.VUpload
For internal use only.
encode(Object, Type, ApplicationConnection) - Static method in class com.vaadin.client.communication.JsonEncoder
Encode a value to a JSON representation for transport from the client to the server.
endDrag() - Method in class com.vaadin.client.ui.dd.VDragAndDropManager
Deprecated.
Drag is ended (drop happened) on current drop handler.
endRequest() - Method in class com.vaadin.client.communication.MessageSender
 
ENGINE_GECKO - Static variable in class com.vaadin.client.BrowserInfo
 
ENGINE_PRESTO - Static variable in class com.vaadin.client.BrowserInfo
 
ENGINE_TRIDENT - Static variable in class com.vaadin.client.BrowserInfo
 
ENGINE_WEBKIT - Static variable in class com.vaadin.client.BrowserInfo
 
ensureAvailability(int, int) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
 
ensureAvailability(int, int) - Method in interface com.vaadin.client.data.DataSource
Informs the data source that data for the given range is needed.
ensureAvailability(int, int) - Method in class com.vaadin.client.widget.grid.datasources.ListDataSource
 
ensureConnectorLoaded(int, ApplicationConfiguration) - Method in class com.vaadin.client.WidgetSet
Due its nature, GWT does not support dynamic classloading.
ensureDeferredBundleLoaded() - Method in class com.vaadin.client.metadata.ConnectorBundleLoader
Starts loading the deferred bundle if it hasn't already been started.
ensureHandlerManager() - Method in class com.vaadin.client.ui.AbstractConnector
Ensure there is a handler manager.
ensureHasId(Element) - Static method in class com.vaadin.client.ui.aria.AriaHelper
Makes sure that the provided element has an id attribute.
ensureHidden(ActionOwner) - Method in class com.vaadin.client.ui.VContextMenu
Hides context menu if it is currently shown by given action owner.
ensureJavascriptInited() - Method in class com.vaadin.client.JavaScriptConnectorHelper
Makes sure the javascript part of the connector has been initialized.
ensureTargetFrame() - Method in class com.vaadin.client.ui.VUpload
For internal use only.
ensureTriggered() - Method in class com.vaadin.client.VLoadingIndicator
Triggers displaying of this loading indicator unless it's already visible or scheduled to be shown after a delay.
enter(String) - Static method in class com.vaadin.client.Profiler
Enters a named block.
enterChild(String, double) - Method in class com.vaadin.client.Profiler.Node
Creates a new child node or retrieves and existing child and updates its total time and hit count.
equals(TooltipInfo) - Method in class com.vaadin.client.TooltipInfo
Indicates whether another tooltip info instance is equal to this one.
equals(Object) - Method in class com.vaadin.client.data.DataSource.RowHandle
 
equals(Object) - Method in class com.vaadin.client.metadata.Method
 
equals(Object) - Method in class com.vaadin.client.metadata.Property
 
equals(Object) - Method in class com.vaadin.client.metadata.Type
 
equals(Object) - Method in class com.vaadin.client.RenderInformation.Size
 
equals(Object) - Method in class com.vaadin.client.ui.VComboBox.ComboBoxSuggestion
 
equals(Object) - Method in class com.vaadin.client.WidgetUtil.CssSize
 
equals(Object, Object) - Static method in class com.vaadin.client.Util
Deprecated.
As of 7.1 use Object.equals(Object) instead
equals(String, String) - Static method in class com.vaadin.client.WidgetUtil.CssSize
Check whether the two sizes are equals.
equalsExplicit(Object) - Method in class com.vaadin.client.data.AbstractRemoteDataSource.RowHandleImpl
 
equalsExplicit(Object) - Method in class com.vaadin.client.data.DataSource.RowHandle
An explicit override for Object.equals(Object).
error(String) - Static method in class com.vaadin.client.VConsole
Deprecated.
 
error(Throwable) - Static method in class com.vaadin.client.VConsole
Deprecated.
 
ERROR - com.vaadin.client.debug.internal.Icon
 
ERROR - com.vaadin.client.metadata.AsyncBundleLoader.State
 
ERROR_CLASSNAME_EXT - Static variable in class com.vaadin.client.ApplicationConnection
Deprecated.
ERROR_EXT - Static variable in class com.vaadin.client.StyleConstants
 
ErrorFlag(ComponentConnector) - Constructor for class com.vaadin.client.ui.VFormLayout.ErrorFlag
 
ErrorMessage() - Constructor for class com.vaadin.client.ApplicationConfiguration.ErrorMessage
 
ErrorNotificationHandler - Class in com.vaadin.client.debug.internal
Log message handler that shows big red notification for Level.SEVERE messages that have a throwable.
ErrorNotificationHandler() - Constructor for class com.vaadin.client.debug.internal.ErrorNotificationHandler
 
ErrorUtil() - Constructor for class com.vaadin.client.WidgetUtil.ErrorUtil
 
Escalator - Class in com.vaadin.client.widgets
A low-level table-like widget that features a scrolling virtual viewport and lazily generated rows.
Escalator() - Constructor for class com.vaadin.client.widgets.Escalator
Creates a new Escalator widget instance.
Escalator.AbstractRowContainer - Class in com.vaadin.client.widgets
A representation of the rows within a section (header, body, or footer).
Escalator.AriaGridHelper - Class in com.vaadin.client.widgets
Helper class that helps to implement the WAI-ARIA functionality for the Grid and TreeGrid component.
Escalator.AriaGridRole - Enum in com.vaadin.client.widgets
Holds the currently used aria roles within the grid for rows and cells.
Escalator.SubPartArguments - Class in com.vaadin.client.widgets
Utility class for parsing and storing SubPart request string attributes for Grid and Escalator.
EscalatorSizeChangeEvent() - Constructor for class com.vaadin.client.widget.grid.events.EscalatorSizeChangeHandler.EscalatorSizeChangeEvent
FOR INTERNAL USE ONLY, MAY GET REMOVED OR MODIFIED AT ANY TIME!
EscalatorSizeChangeHandler - Interface in com.vaadin.client.widget.grid.events
FOR INTERNAL USE ONLY, MAY GET REMOVED OR MODIFIED AT ANY TIME!
EscalatorSizeChangeHandler.EscalatorSizeChangeEvent - Class in com.vaadin.client.widget.grid.events
FOR INTERNAL USE ONLY, MAY GET REMOVED OR MODIFIED AT ANY TIME!
EscalatorUpdater - Interface in com.vaadin.client.widget.escalator
An interface that allows client code to define how a certain row in Escalator will be displayed.
escapeAttribute(String) - Static method in class com.vaadin.client.Util
Deprecated.
As of 7.4.0, use WidgetUtil.escapeAttribute(String) instead.
escapeAttribute(String) - Static method in class com.vaadin.client.WidgetUtil
Escapes the string so it is safe to write inside an HTML attribute.
escapeHTML(String) - Static method in class com.vaadin.client.Util
Deprecated.
As of 7.4.0, use WidgetUtil.escapeHTML(String) instead.
escapeHTML(String) - Static method in class com.vaadin.client.WidgetUtil
Converts html entities to text.
eval(String) - Static method in class com.vaadin.client.ui.VCustomLayout
Evaluate given script in browser document.
EventCellReference<T> - Class in com.vaadin.client.widget.grid
A data class which contains information which identifies a cell being the target of an event from Grid.
EventCellReference(Grid<T>) - Constructor for class com.vaadin.client.widget.grid.EventCellReference
Constructs a cell reference for an event targeting a grid cell.
EventHelper - Class in com.vaadin.client
Helper class for attaching/detaching handlers for Vaadin client side components, based on identifiers in UIDL.
EventHelper() - Constructor for class com.vaadin.client.EventHelper
 
EventTrigger - Interface in com.vaadin.client.extensions
Provides support for triggering an event from a given parts of a component or using various events.
execute() - Method in class com.vaadin.client.ui.Action
Executed when action fired.
execute() - Method in class com.vaadin.client.ui.TreeAction
Sends message to server that this action has been fired.
execute() - Method in class com.vaadin.client.ui.VComboBox.ComboBoxSuggestion
Executes a selection of this item.
executeWhenCSSLoaded(Command) - Method in class com.vaadin.client.ApplicationConnection
 
executeWhenReady(Command) - Method in class com.vaadin.client.ui.dd.VDragAndDropManager
Deprecated.
Method to execute commands when all existing dd related tasks are completed (some may require server visit).
explicitColRatios - Variable in class com.vaadin.client.ui.VGridLayout
 
explicitRowRatios - Variable in class com.vaadin.client.ui.VGridLayout
 
extend(ServerConnector) - Method in class com.vaadin.client.connectors.AbstractRendererConnector
Deprecated.
extend(ServerConnector) - Method in class com.vaadin.client.connectors.data.DataCommunicatorConnector
 
extend(ServerConnector) - Method in class com.vaadin.client.connectors.grid.AbstractSelectionModelConnector
 
extend(ServerConnector) - Method in class com.vaadin.client.connectors.grid.ColumnConnector
 
extend(ServerConnector) - Method in class com.vaadin.client.connectors.grid.DetailsManagerConnector
 
extend(ServerConnector) - Method in class com.vaadin.client.connectors.grid.EditorConnector
 
extend(ServerConnector) - Method in class com.vaadin.client.connectors.grid.GridDragSourceConnector
 
extend(ServerConnector) - Method in class com.vaadin.client.connectors.grid.GridDropTargetConnector
 
extend(ServerConnector) - Method in class com.vaadin.client.connectors.grid.NoSelectionModelConnector
 
extend(ServerConnector) - Method in class com.vaadin.client.extensions.AbstractEventTriggerExtensionConnector
 
extend(ServerConnector) - Method in class com.vaadin.client.extensions.AbstractExtensionConnector
Called when the extension is attached to its parent.
extend(ServerConnector) - Method in class com.vaadin.client.extensions.DragSourceExtensionConnector
 
extend(ServerConnector) - Method in class com.vaadin.client.extensions.DropTargetExtensionConnector
 
extend(ServerConnector) - Method in class com.vaadin.client.extensions.javascriptmanager.JavaScriptManagerConnector
 
extend(ServerConnector) - Method in class com.vaadin.client.extensions.ResponsiveConnector
 
extend(ServerConnector) - Method in class com.vaadin.client.JavaScriptExtension
 
extend(ServerConnector) - Method in class com.vaadin.client.ui.notification.NotificationConnector
 
extend(ServerConnector) - Method in class com.vaadin.client.ui.UnknownExtensionConnector
 
extendLiferaySession() - Static method in class com.vaadin.client.communication.MessageSender
If on Liferay and logged in, ask the client side session management JavaScript to extend the session duration.
extractPostFilterPredicates(String) - Static method in class com.vaadin.client.componentlocator.SelectorPredicate
 
extractPredicates(String) - Static method in class com.vaadin.client.componentlocator.SelectorPredicate
Generates a list of predicates from a single predicate string.

F

failed(Throwable) - Method in interface com.vaadin.client.metadata.BundleLoadCallback
 
failure() - Method in interface com.vaadin.client.widget.grid.EditorHandler.EditorRequest
Informs Grid that an error occurred while trying to process the request.
failure(String, Collection<Grid.Column<?, T>>) - Method in interface com.vaadin.client.widget.grid.EditorHandler.EditorRequest
Informs Grid that an error occurred while trying to process the request.
FastStringMap<T> - Class in com.vaadin.client
 
FastStringMap() - Constructor for class com.vaadin.client.FastStringMap
 
FastStringSet - Class in com.vaadin.client
 
FastStringSet() - Constructor for class com.vaadin.client.FastStringSet
 
Field - Interface in com.vaadin.client.ui
This interface indicates that the component is a Field (serverside), and wants (for instance) to automatically get the v-modified classname.
FileDownloaderConnector - Class in com.vaadin.client.extensions
 
FileDownloaderConnector() - Constructor for class com.vaadin.client.extensions.FileDownloaderConnector
 
FileDropTargetConnector - Class in com.vaadin.client.extensions
Extension to add file drop target functionality to a widget.
FileDropTargetConnector() - Constructor for class com.vaadin.client.extensions.FileDropTargetConnector
Constructs file drop target connector.
fileIds - Variable in class com.vaadin.client.ui.VDragAndDropWrapper
For internal use only.
fileIdToReceiver - Variable in class com.vaadin.client.ui.VDragAndDropWrapper
For internal use only.
files - Variable in class com.vaadin.client.ui.VDragAndDropWrapper
For internal use only.
filterOptions(int) - Method in class com.vaadin.client.ui.VComboBox
Filters the options at a certain page.
filterOptions(int, String) - Method in class com.vaadin.client.ui.VComboBox
Filters the options at certain page using the given filter.
FilterSelectTextBox() - Constructor for class com.vaadin.client.ui.VComboBox.FilterSelectTextBox
Creates a new filter select text box.
findConnectorFor(Widget) - Static method in class com.vaadin.client.Util
 
findDragTarget(Element) - Method in class com.vaadin.client.ui.dd.VDragAndDropManager
Deprecated.
First seeks the widget from this element, then iterates widgets until one implement HasDropHandler.
findDragTarget(Element, VDragAndDropManager.DDManagerMediator) - Method in class com.vaadin.client.ui.dd.DDEventHandleStrategy
Deprecated.
Find drag handler for the target element.
findIdentifiersFor(Class<?>) - Method in class com.vaadin.client.metadata.TypeDataStore
 
findNextEditableColumnIndex(Grid<T>, int) - Method in class com.vaadin.client.widget.grid.DefaultEditorEventHandler
Finds index of the first editable column, starting at the specified index.
findPaintable(ApplicationConnection, Element) - Static method in class com.vaadin.client.Util
Helper method to find the nearest parent paintable instance by traversing the DOM upwards from given element.
findPrevEditableColumnIndex(Grid<T>, int) - Method in class com.vaadin.client.widget.grid.DefaultEditorEventHandler
Finds index of the last editable column, searching backwards starting at the specified index.
findRowContainer(Element) - Method in class com.vaadin.client.widgets.Escalator
Returns the RowContainer which contains the element.
findSerializer() - Method in class com.vaadin.client.metadata.Type
 
findSerializer(Type) - Static method in class com.vaadin.client.metadata.TypeDataStore
 
findWidget(Element) - Static method in class com.vaadin.client.WidgetUtil
Helper method to find first instance of any Widget found by traversing DOM upwards from given element.
findWidget(Element, Class<? extends Widget>) - Static method in class com.vaadin.client.Util
Deprecated.
As of 7.4.0, use WidgetUtil.findWidget(Element, Class) instead.
findWidget(Element, Class<? extends Widget>) - Static method in class com.vaadin.client.WidgetUtil
Helper method to find first instance of given Widget type found by traversing DOM upwards from given element.
findWidget(Element, Class<? extends Widget>, boolean) - Static method in class com.vaadin.client.WidgetUtil
Helper method to find first instance of given Widget type found by traversing DOM upwards from given element.
fireClick(NativeEvent) - Method in class com.vaadin.client.ui.AbstractClickEventHandler
Sends the click event based on the given native event.
fireClick(NativeEvent) - Method in class com.vaadin.client.ui.ClickEventHandler
Sends the click event based on the given native event.
fireClick(NativeEvent) - Method in class com.vaadin.client.ui.LayoutClickEventHandler
 
fireClick(NativeEvent, MouseEventDetails) - Method in class com.vaadin.client.ui.ClickEventHandler
Sends the click event to the server.
fireEvent(GwtEvent<?>) - Method in class com.vaadin.client.ApplicationConnection
 
fireEvent(GwtEvent<?>) - Method in interface com.vaadin.client.ServerConnector
Sends the given event to all registered handlers.
fireEvent(GwtEvent<?>) - Method in class com.vaadin.client.ui.AbstractConnector
 
fixDragImageOffsetsForDesktop(NativeEvent, Element) - Method in class com.vaadin.client.extensions.DragSourceExtensionConnector
Fixes missing or offset drag image caused by using css transform: translate (or such) by using a cloned drag image element, for which the property has been cleared.
fixDragImageTransformForMobile(Element) - Method in class com.vaadin.client.extensions.DragSourceExtensionConnector
Fix drag image offset for touch devices when the dragged image has been offset with css transform: translate/translate3d.
fixHeightTo(int) - Method in class com.vaadin.client.ui.VComboBox.SuggestionMenu
Fixes menus height to use same space as full page would use.
fixVisibleTabSize(int, int, int) - Method in class com.vaadin.client.ui.VTabsheetPanel
Updates the size of the visible widget.
FloatSize(float, float) - Constructor for class com.vaadin.client.RenderInformation.FloatSize
 
flush() - Method in class com.vaadin.client.communication.ServerRpcQueue
Triggers a send of server RPC and legacy variable changes to the server.
flush() - Method in interface com.vaadin.client.ComponentConnector
Called for the active (focused) connector when a situation occurs that the focused connector might have buffered changes which need to be processed before other activity takes place.
flush() - Method in class com.vaadin.client.debug.internal.ErrorNotificationHandler
 
flush() - Method in class com.vaadin.client.ui.AbstractComponentConnector
 
flush() - Method in class com.vaadin.client.ui.datefield.AbstractDateFieldConnector
 
flush() - Method in class com.vaadin.client.ui.richtextarea.RichTextAreaConnector
 
flush() - Method in class com.vaadin.client.ui.textfield.AbstractTextFieldConnector
 
flushActiveConnector() - Method in class com.vaadin.client.ApplicationConnection
Calls ComponentConnector.flush() on the active connector.
FlyweightCell - Class in com.vaadin.client.widget.escalator
A FlyweightCell represents a cell in the Grid or Escalator at a certain point in time.
FlyweightCell(FlyweightRow, int) - Constructor for class com.vaadin.client.widget.escalator.FlyweightCell
Creates a cell representation that follows the Flyweight-pattern.
FlyweightRow - Class in com.vaadin.client.widget.escalator
An internal implementation of the Row interface.
FlyweightRow() - Constructor for class com.vaadin.client.widget.escalator.FlyweightRow
 
focus() - Method in interface com.vaadin.client.Focusable
Sets focus to this widget.
focus() - Method in class com.vaadin.client.ui.FocusableFlexTable
 
focus() - Method in class com.vaadin.client.ui.FocusableFlowPanel
Focus the panel.
focus() - Method in class com.vaadin.client.ui.SimpleFocusablePanel
 
focus() - Method in class com.vaadin.client.ui.VAbstractTextualDate
 
focus() - Method in class com.vaadin.client.ui.VCheckBoxGroup
Set focus to the first check box.
focus() - Method in class com.vaadin.client.ui.VComboBox
 
focus() - Method in class com.vaadin.client.ui.VCustomField
 
focus() - Method in class com.vaadin.client.ui.VListSelect
 
focus() - Method in class com.vaadin.client.ui.VPanel
 
focus() - Method in class com.vaadin.client.ui.VRadioButtonGroup
Set focus to the selected radio button (or first radio button if there is no selection).
focus() - Method in class com.vaadin.client.ui.VTabsheet
 
focus() - Method in class com.vaadin.client.ui.VTabsheet.Tab
Scrolls the tab into view and focuses it.
focus() - Method in class com.vaadin.client.ui.VTwinColSelect
 
focus() - Method in class com.vaadin.client.ui.VUI
 
focus() - Method in class com.vaadin.client.ui.VWindow
 
focus() - Method in class com.vaadin.client.widgets.ChildFocusAwareFlowPanel
 
focus() - Method in class com.vaadin.client.widgets.FocusableFlowPanelComposite
 
focus() - Method in class com.vaadin.client.widgets.Grid
 
focus(Element) - Static method in class com.vaadin.client.Util
Deprecated.
As of 7.4.0, use WidgetUtil.focus(Element) instead.
focus(Element) - Static method in class com.vaadin.client.WidgetUtil
Will (attempt) to focus the given DOM Element.
Focusable - Interface in com.vaadin.client
GWT's HasFocus is way too overkill for just receiving focus in simple components.
FocusableFlexTable - Class in com.vaadin.client.ui
Adds keyboard focus to FlexPanel.
FocusableFlexTable() - Constructor for class com.vaadin.client.ui.FocusableFlexTable
Default constructor.
FocusableFlowPanel - Class in com.vaadin.client.ui
 
FocusableFlowPanel() - Constructor for class com.vaadin.client.ui.FocusableFlowPanel
Constructor.
FocusableFlowPanelComposite - Class in com.vaadin.client.widgets
Focusable composite whose widget is ChildFocusAwareFlowPanel (flow panel that tracks focus/blur events from its children).
FocusableFlowPanelComposite() - Constructor for class com.vaadin.client.widgets.FocusableFlowPanelComposite
Creates a new instance.
FocusableScrollPanel - Class in com.vaadin.client.ui
A scrollhandlers similar to ScrollPanel.
FocusableScrollPanel() - Constructor for class com.vaadin.client.ui.FocusableScrollPanel
 
FocusableScrollPanel(boolean) - Constructor for class com.vaadin.client.ui.FocusableScrollPanel
 
focusCell(int, int) - Method in class com.vaadin.client.widget.treegrid.TreeGrid
Method for accessing the private Grid.focusCell(int, int) method from this package.
focusChanged(Date) - Method in interface com.vaadin.client.ui.VAbstractCalendarPanel.FocusChangeListener
Called when focused date has changed in the calendar panel.
focused - Variable in class com.vaadin.client.ui.VComboBox
For internal use only.
FocusedDate(int, int, int) - Constructor for class com.vaadin.client.ui.VAbstractCalendarPanel.FocusedDate
Constructs a date instance that keeps track of the currently selected date within the calendar panel and updates the related text field accordingly if there is one.
FocusElementPanel - Class in com.vaadin.client.ui
A panel that contains an always visible 0x0 size element that holds the focus.
FocusElementPanel() - Constructor for class com.vaadin.client.ui.FocusElementPanel
 
focusFirstEnabledChild() - Method in class com.vaadin.client.widgets.ChildFocusAwareFlowPanel
Put focus in the first child Widget that can be focused and is not disabled.
focusOnFirstFocusableElement(Element) - Static method in class com.vaadin.client.ui.FocusUtil
Moves the focus to the first focusable child of given parent element.
focusOnLastFocusableElement(Element) - Static method in class com.vaadin.client.ui.FocusUtil
Moves the focus to the last focusable child of given parent element.
FocusStack() - Constructor for class com.vaadin.client.widgets.Grid.FocusStack
 
focusStoredElement() - Method in class com.vaadin.client.ui.VUI
Restores the previously stored focus Element.
FocusUtil - Class in com.vaadin.client.ui
A helper class used to make it easier for Widgets to implement Focusable.
FocusUtil() - Constructor for class com.vaadin.client.ui.FocusUtil
 
font() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
 
FontIcon - Class in com.vaadin.client.ui
A font-based icon implementation.
FontIcon() - Constructor for class com.vaadin.client.ui.FontIcon
 
fontSize - Variable in class com.vaadin.client.debug.internal.VDebugWindow
 
footer - Variable in class com.vaadin.client.ui.VWindow
For internal use only.
Footer() - Constructor for class com.vaadin.client.widgets.Grid.Footer
 
FooterCell() - Constructor for class com.vaadin.client.widgets.Grid.FooterCell
 
FooterClickHandler - Interface in com.vaadin.client.widget.grid.events
Handler for GridClickEvents that happen in the footer of the Grid.
FooterDoubleClickHandler - Interface in com.vaadin.client.widget.grid.events
Handler for GridDoubleClickEvents that happen in the footer of the Grid.
FooterKeyDownHandler - Interface in com.vaadin.client.widget.grid.events
Handler for GridKeyDownEvents that happen when the focused cell is in the footer of the Grid.
FooterKeyPressHandler - Interface in com.vaadin.client.widget.grid.events
Handler for GridKeyPressEvents that happen when the focused cell is in the footer of the Grid.
FooterKeyUpHandler - Interface in com.vaadin.client.widget.grid.events
Handler for GridKeyUpEvents that happen when the focused cell is in the footer of the Grid.
FooterRow() - Constructor for class com.vaadin.client.widgets.Grid.FooterRow
 
forceIERedraw(Element) - Static method in class com.vaadin.client.Util
Deprecated.
As of 7.4.0, use WidgetUtil.forceIERedraw(Element) instead.
forceIERedraw(Element) - Static method in class com.vaadin.client.WidgetUtil
Performs a hack to trigger a re-layout in the IE browser.
forceLayout() - Method in class com.vaadin.client.ApplicationConnection
This will cause re-layouting of all components.
forceLayout() - Method in class com.vaadin.client.LayoutManager
 
forceScrollbar(boolean) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
Force the scrollbar to be visible with CSS.
forceStateChange() - Method in class com.vaadin.client.ui.AbstractConnector
Force the connector to recheck its state variables as the variables or their meaning might have changed.
forceStateChangeRecursively(AbstractConnector) - Static method in class com.vaadin.client.ui.ui.UIConnector
Force a full recursive re-check of every connector's state variables.
forceWebkitRedraw(Element) - Static method in class com.vaadin.client.Util
Deprecated.
As of 7.4.0, use WidgetUtil.forceWebkitRedraw(Element) instead.
forceWebkitRedraw(Element) - Static method in class com.vaadin.client.WidgetUtil
Force webkit to redraw an element.
formatDate(Date, String) - Method in class com.vaadin.client.DateTimeService
Check if format contains the month name.
formatDate(Date, String, TimeZone) - Method in class com.vaadin.client.DateTimeService
Check if format contains the month name.
formatter - Variable in class com.vaadin.client.ui.VRichTextArea
For internal use only.
FormLayoutConnector - Class in com.vaadin.client.ui.formlayout
A connector class for FormLayout.
FormLayoutConnector() - Constructor for class com.vaadin.client.ui.formlayout.FormLayoutConnector
 
FragmentedMessage(String) - Constructor for class com.vaadin.client.communication.AtmospherePushConnection.FragmentedMessage
 
fromString(String) - Static method in class com.vaadin.client.WidgetUtil.CssSize
Parse the size from string format to WidgetUtil.CssSize.
fromValueUnit(float, Style.Unit) - Static method in class com.vaadin.client.WidgetUtil.CssSize
Creates a WidgetUtil.CssSize using a value and its measurement unit.
fu - Variable in class com.vaadin.client.ui.VUpload
FileUpload component that opens native OS dialog to select file.
fullH - Variable in class com.vaadin.client.debug.internal.VDebugWindow
 
fullW - Variable in class com.vaadin.client.debug.internal.VDebugWindow
 
fullX - Variable in class com.vaadin.client.debug.internal.VDebugWindow
 
fullY - Variable in class com.vaadin.client.debug.internal.VDebugWindow
 

G

generateOptimizedWidgetSet(Set<String>) - Method in class com.vaadin.client.debug.internal.OptimizedWidgetsetPanel
 
get() - Static method in class com.vaadin.client.BrowserInfo
Singleton method to get BrowserInfo object.
get() - Static method in class com.vaadin.client.debug.internal.VDebugWindow
Gets the VDebugWindow() singleton instance.
get() - Static method in class com.vaadin.client.metadata.ConnectorBundleLoader
 
get() - Static method in class com.vaadin.client.metadata.TypeDataStore
 
get() - Static method in class com.vaadin.client.ResourceLoader
Returns the default ResourceLoader.
get() - Static method in class com.vaadin.client.ui.dd.VDragAndDropManager
Deprecated.
Returns the current drag and drop manager instance.
get() - Method in class com.vaadin.client.WidgetUtil.Reference
Gets the current object.
get(int) - Method in class com.vaadin.client.JsArrayObject
 
get(ApplicationConnection) - Static method in class com.vaadin.client.communication.ServerRpcQueue
Returns the server RPC queue for the given application.
get(ApplicationConnection) - Static method in class com.vaadin.client.ConnectorMap
 
get(ApplicationConnection) - Static method in class com.vaadin.client.LayoutManager
Gets the layout manager associated with the given ApplicationConnection.
get(String) - Method in class com.vaadin.client.FastStringMap
 
get(String) - Static method in class com.vaadin.client.ui.dd.VAcceptCriteria
Deprecated.
Returns the accept criterion that matches the given identifier.
get(String) - Method in class com.vaadin.client.ui.dd.VAcceptCriterionFactory
Deprecated.
Returns the accept criterion that matches the given identifier.
getAbsoluteUrl(String) - Static method in class com.vaadin.client.Util
Deprecated.
As of 7.4.0, use WidgetUtil.getAbsoluteUrl(String) instead.
getAbsoluteUrl(String) - Static method in class com.vaadin.client.WidgetUtil
Resolve a relative URL to an absolute URL based on the current document's location.
getActionKey() - Method in class com.vaadin.client.ui.TreeAction
 
getActions() - Method in interface com.vaadin.client.ui.ActionOwner
 
getActiveScrollDelegate() - Static method in class com.vaadin.client.ui.TouchScrollDelegate
 
getActiveTheme() - Method in class com.vaadin.client.ui.ui.UIConnector
Returns the name of the theme currently in used by the UI.
getAdded() - Method in class com.vaadin.client.widget.grid.selection.SelectionEvent
Gets all rows added to the selection since the last SelectionEvent .
getAlignment() - Method in class com.vaadin.client.ui.layout.VLayoutSlot
Returns the alignment data for this slot.
getAlignment() - Method in class com.vaadin.client.ui.orderedlayout.Slot
Returns the alignment for the slot.
getAll() - Method in class com.vaadin.client.communication.ServerRpcQueue
Returns a collection of all queued method invocations.
getAmPmStrings() - Method in class com.vaadin.client.DateTimeService
 
getAmPmStrings(String) - Static method in class com.vaadin.client.LocaleService
 
getAnimationName(NativeEvent) - Static method in class com.vaadin.client.AnimationUtil
For internal use only.
getAnimationName(ComputedStyle) - Static method in class com.vaadin.client.AnimationUtil
For internal use only.
getApplicationConnection() - Method in interface com.vaadin.client.ui.dd.VDropHandler
Deprecated.
Returns the application connection to which this VDropHandler belongs to.
getApplicationConnection() - Method in class com.vaadin.client.ui.VDragAndDropWrapper.CustomDropHandler
 
getApplicationConnection() - Method in class com.vaadin.client.ui.VOverlay
Deprecated.
Get the ApplicationConnection that this overlay belongs to.
getApplicationConnection() - Method in class com.vaadin.client.ui.VTabsheet
Deprecated.
since 7.2 - use more specific methods instead (getRpcProxy(), getConnectorForWidget(Widget) etc.)
getApplicationState() - Method in class com.vaadin.client.ApplicationConnection
Returns the state of this application.
getAssistiveCaption() - Method in class com.vaadin.client.widgets.Grid.Column
Returns the current header aria-label for this column.
getAssistiveDescription() - Method in class com.vaadin.client.ui.VWindow
Gets the connectors that are used as assistive description.
getAssistivePostfix() - Method in class com.vaadin.client.ui.VWindow
Getter for the text for assistive devices the window caption is postfixed with.
getAssistivePrefix() - Method in class com.vaadin.client.ui.VWindow
Getter for the text for assistive devices the window caption is prefixed with.
getAssociatedType() - Method in class com.vaadin.client.ApplicationConnection.ApplicationStoppedEvent
 
getAssociatedType() - Method in class com.vaadin.client.ApplicationConnection.RequestStartingEvent
 
getAssociatedType() - Method in class com.vaadin.client.ApplicationConnection.ResponseHandlingEndedEvent
 
getAssociatedType() - Method in class com.vaadin.client.ApplicationConnection.ResponseHandlingStartedEvent
 
getAssociatedType() - Method in class com.vaadin.client.communication.StateChangeEvent
 
getAssociatedType() - Method in class com.vaadin.client.ConnectorHierarchyChangeEvent
 
getAssociatedType() - Method in class com.vaadin.client.event.InputEvent
 
getAssociatedType() - Method in class com.vaadin.client.event.PointerCancelEvent
 
getAssociatedType() - Method in class com.vaadin.client.event.PointerDownEvent
 
getAssociatedType() - Method in class com.vaadin.client.event.PointerMoveEvent
 
getAssociatedType() - Method in class com.vaadin.client.event.PointerUpEvent
 
getAssociatedType() - Method in class com.vaadin.client.renderers.ClickableRenderer.RendererClickEvent
 
getAssociatedType() - Method in class com.vaadin.client.ui.popupview.VisibilityChangeEvent
 
getAssociatedType() - Method in class com.vaadin.client.ui.VAbstractSplitPanel.SplitterMoveHandler.SplitterMoveEvent
 
getAssociatedType() - Method in class com.vaadin.client.ui.window.WindowMoveEvent
 
getAssociatedType() - Method in class com.vaadin.client.ui.window.WindowOrderEvent
 
getAssociatedType() - Method in class com.vaadin.client.widget.escalator.events.RowHeightChangedEvent
 
getAssociatedType() - Method in class com.vaadin.client.widget.escalator.events.SpacerIndexChangedEvent
 
getAssociatedType() - Method in class com.vaadin.client.widget.escalator.events.SpacerVisibilityChangedEvent
 
getAssociatedType() - Method in class com.vaadin.client.widget.escalator.RowVisibilityChangeEvent
 
getAssociatedType() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.VisibilityChangeEvent
 
getAssociatedType() - Method in class com.vaadin.client.widget.grid.DataAvailableEvent
 
getAssociatedType() - Method in class com.vaadin.client.widget.grid.events.ColumnReorderEvent
 
getAssociatedType() - Method in class com.vaadin.client.widget.grid.events.ColumnResizeEvent
 
getAssociatedType() - Method in class com.vaadin.client.widget.grid.events.ColumnVisibilityChangeEvent
 
getAssociatedType() - Method in class com.vaadin.client.widget.grid.events.EscalatorSizeChangeHandler.EscalatorSizeChangeEvent
 
getAssociatedType() - Method in class com.vaadin.client.widget.grid.events.GridClickEvent
 
getAssociatedType() - Method in class com.vaadin.client.widget.grid.events.GridDoubleClickEvent
 
getAssociatedType() - Method in class com.vaadin.client.widget.grid.events.GridEnabledEvent
 
getAssociatedType() - Method in class com.vaadin.client.widget.grid.events.GridKeyDownEvent
 
getAssociatedType() - Method in class com.vaadin.client.widget.grid.events.GridKeyPressEvent
 
getAssociatedType() - Method in class com.vaadin.client.widget.grid.events.GridKeyUpEvent
 
getAssociatedType() - Method in class com.vaadin.client.widget.grid.events.GridSelectionAllowedEvent
 
getAssociatedType() - Method in class com.vaadin.client.widget.grid.events.ScrollEvent
 
getAssociatedType() - Method in class com.vaadin.client.widget.grid.events.SelectAllEvent
 
getAssociatedType() - Method in class com.vaadin.client.widget.grid.events.VerticalScrollbarVisibilityChangeHandler.VerticalScrollbarVisibilityChangeEvent
 
getAssociatedType() - Method in class com.vaadin.client.widget.grid.selection.SelectionEvent
 
getAssociatedType() - Method in class com.vaadin.client.widget.grid.sort.SortEvent
 
getAssociatedType() - Method in class com.vaadin.client.widget.treegrid.events.TreeGridClickEvent
 
getAssociatedType() - Method in class com.vaadin.client.widget.treegrid.events.TreeGridDoubleClickEvent
 
getAsString(String) - Method in class com.vaadin.client.ValueMap
 
getAtmosphereJSVersion() - Method in class com.vaadin.client.ApplicationConfiguration
Return Atmosphere JS version.
getAtmosphereVersion() - Method in class com.vaadin.client.ApplicationConfiguration
Return Atmosphere version.
getAttributeNames() - Method in class com.vaadin.client.UIDL
Gets the names of the attributes available.
getAuthorizationError() - Method in class com.vaadin.client.ApplicationConfiguration
 
getAutoOpen() - Method in class com.vaadin.client.ui.menubar.MenuBar
Deprecated.
Gets whether this menu bar's child menus will open when the mouse is moved over it.
getAvailableLocales() - Static method in class com.vaadin.client.LocaleService
 
getAvailableRows() - Method in class com.vaadin.client.widget.grid.DataAvailableEvent
Returns the range of available rows in DataSource for this event.
getBackwardKey() - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
The key that selects the previous day in the calendar.
getBaseTypeName() - Method in class com.vaadin.client.metadata.Type
 
getBeanType() - Method in class com.vaadin.client.metadata.Property
 
getBody() - Method in class com.vaadin.client.widgets.Escalator
Returns the row container for the body in this Escalator.
getBoolean(String) - Method in class com.vaadin.client.ValueMap
 
getBooleanAttribute(String) - Method in class com.vaadin.client.UIDL
Gets the named attribute as a boolean.
getBooleanValue(String) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
 
getBooleanVariable(String) - Method in class com.vaadin.client.UIDL
Gets the value of the named variable.
getBorder() - Method in class com.vaadin.client.ComputedStyle
Get current border values from the DOM.
getBorderBottom() - Method in class com.vaadin.client.MeasuredSize
 
getBorderBottom(Element) - Method in class com.vaadin.client.LayoutManager
Gets the bottom border of the given element, provided that it has been measured.
getBorderBottomThickness(Element) - Static method in class com.vaadin.client.WidgetUtil
Returns the thickness of the given element's bottom border.
getBorderHeight() - Method in class com.vaadin.client.ComputedStyle
Returns the sum of the top and bottom border width.
getBorderHeight() - Method in class com.vaadin.client.MeasuredSize
 
getBorderHeight(Element) - Method in class com.vaadin.client.LayoutManager
Gets the border height (top border + bottom border) of the given element, provided that it has been measured.
getBorderLeft() - Method in class com.vaadin.client.MeasuredSize
 
getBorderLeft(Element) - Method in class com.vaadin.client.LayoutManager
Gets the left border of the given element, provided that it has been measured.
getBorderLeftAndRightThickness(Element) - Static method in class com.vaadin.client.WidgetUtil
Returns the thickness of the given element's left and right borders.
getBorderLeftThickness(Element) - Static method in class com.vaadin.client.WidgetUtil
Returns the thickness of the given element's left border.
getBorderRight() - Method in class com.vaadin.client.MeasuredSize
 
getBorderRight(Element) - Method in class com.vaadin.client.LayoutManager
Gets the right border of the given element, provided that it has been measured.
getBorderRightThickness(Element) - Static method in class com.vaadin.client.WidgetUtil
Returns the thickness of the given element's right border.
getBorderTop() - Method in class com.vaadin.client.MeasuredSize
 
getBorderTop(Element) - Method in class com.vaadin.client.LayoutManager
Gets the top border of the given element, provided that it has been measured.
getBorderTopAndBottomThickness(Element) - Static method in class com.vaadin.client.WidgetUtil
Returns the combined thickness of the given element's top and bottom borders.
getBorderTopThickness(Element) - Static method in class com.vaadin.client.WidgetUtil
Returns the thickness of the given element's top border.
getBorderWidth() - Method in class com.vaadin.client.ComputedStyle
Returns the sum of the left and right border width.
getBorderWidth() - Method in class com.vaadin.client.MeasuredSize
 
getBorderWidth(Element) - Method in class com.vaadin.client.LayoutManager
Gets the border width (left border + right border) of the given element, provided that it has been measured.
getBottom() - Method in class com.vaadin.client.WidgetUtil.TextRectangle
 
getBoundingClientRect(Element) - Static method in class com.vaadin.client.WidgetUtil
 
getBrowserEventType() - Method in class com.vaadin.client.widget.grid.events.GridClickEvent
 
getBrowserEventType() - Method in class com.vaadin.client.widget.grid.events.GridDoubleClickEvent
 
getBrowserEventType() - Method in class com.vaadin.client.widget.grid.events.GridKeyDownEvent
 
getBrowserEventType() - Method in class com.vaadin.client.widget.grid.events.GridKeyPressEvent
 
getBrowserEventType() - Method in class com.vaadin.client.widget.grid.events.GridKeyUpEvent
 
getBrowserEventType() - Method in class com.vaadin.client.widgets.Grid.AbstractGridKeyEvent
Returns the BrowserEvents type that corresponds with this event.
getBrowserEventType() - Method in class com.vaadin.client.widgets.Grid.AbstractGridMouseEvent
Returns the BrowserEvents type that corresponds with this event.
getBrowserMajorVersion() - Method in class com.vaadin.client.BrowserInfo
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.client.BrowserInfo
Returns the browser minor version e.g., 5 for Firefox 3.5.
getBrowserString() - Static method in class com.vaadin.client.BrowserInfo
 
getBrowserVersion() - Method in class com.vaadin.client.BrowserInfo
Gets the complete browser version in form of a string.
getBundleForIdentifier(String) - Method in class com.vaadin.client.metadata.ConnectorBundleLoader
 
getCachedRange() - Method in class com.vaadin.client.data.AbstractRemoteDataSource
Gets the current range of cached rows.
getCallback() - Method in class com.vaadin.client.metadata.AsyncBundleLoader
 
getCancelCaption() - Method in class com.vaadin.client.widgets.Grid.Editor
Returns the caption of the cancel button.
getCaption() - Method in class com.vaadin.client.ApplicationConfiguration.ErrorMessage
 
getCaption() - Method in class com.vaadin.client.SimpleTree
Deprecated.
 
getCaption() - Method in class com.vaadin.client.ui.Action
 
getCaption() - Method in class com.vaadin.client.ui.colorpicker.AbstractColorPickerConnector
Get caption for the color picker widget.
getCaption() - Method in class com.vaadin.client.ui.layout.VLayoutSlot
Returns the caption element for this slot.
getCaption() - Method in class com.vaadin.client.ui.VAbsoluteLayout.AbsoluteWrapper
Get the caption of the wrapper.
getCaption(Widget) - Method in class com.vaadin.client.ui.VFormLayout.VFormLayoutTable
 
getCaption(JsonObject) - Static method in interface com.vaadin.client.connectors.AbstractMultiSelectConnector.MultiSelectWidget
Returns the caption for the given item.
getCaptionElement() - Method in class com.vaadin.client.ui.orderedlayout.Slot
Get the slots caption element.
getCaptionHeight() - Method in class com.vaadin.client.ui.layout.ComponentConnectorLayoutSlot
 
getCaptionHeight() - Method in class com.vaadin.client.ui.layout.VLayoutSlot
Returns the height of the caption, or zero if there is no caption.
getCaptionHeight() - Method in class com.vaadin.client.ui.VAccordion.StackItem
Returns the offset height of the caption node.
getCaptionOwnerPid(Element) - Static method in class com.vaadin.client.VCaption
 
getCaptionPosition() - Method in class com.vaadin.client.ui.orderedlayout.Slot
Get the position of the caption relative to the slot.
getCaptionPositionFromElement(Element) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
Deducts the caption position by examining the wrapping element.
getCaptionPositionFromElement(Element) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
Deprecated.
getCaptionResizeListener() - Method in class com.vaadin.client.ui.orderedlayout.Slot
Returns the caption resize listener for this slot if one has been set.
getCaptionWidth() - Method in class com.vaadin.client.ui.layout.ComponentConnectorLayoutSlot
 
getCaptionWidth() - Method in class com.vaadin.client.ui.layout.VLayoutSlot
Returns the width of the caption, or zero if there is no caption.
getCaptionWidth() - Method in class com.vaadin.client.ui.VAccordion.StackItem
Returns caption width including padding.
getCaptionWrapper() - Method in class com.vaadin.client.ui.VTwinColSelect
For internal use only.
getCell() - Method in class com.vaadin.client.renderers.ClickableRenderer.RendererClickEvent
Returns the cell of the clicked button.
getCell() - Method in class com.vaadin.client.widgets.Grid.GridEvent
Returns the Grid cell this event originated from.
getCell(int, int) - Method in class com.vaadin.client.ui.VGridLayout
For internal use only.
getCell(Element) - Method in interface com.vaadin.client.widget.escalator.RowContainer
Returns the cell object which contains information about the cell the element is in.
getCell(Element) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
 
getCell(Grid.Column<?, ?>) - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticRow
Returns the cell on given GridColumn.
getCellElementRole() - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Gets the role attribute of an element to represent a cell in a row.
getCellElementTagName() - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Gets the tag name of an element to represent a cell in a row.
getCellReference(Element) - Method in class com.vaadin.client.widgets.Grid
Returns a CellReference for the cell to which the given element belongs to.
getCells() - Method in class com.vaadin.client.widget.escalator.FlyweightRow
Returns flyweight cells for the client code to render.
getCells(int, int) - Method in class com.vaadin.client.widget.escalator.FlyweightRow
Returns a subrange of flyweight cells for the client code to render.
getCellStyleGenerator() - Method in class com.vaadin.client.widgets.Grid
Gets the style generator that is used for generating styles for cells.
getChangedProperties() - Method in class com.vaadin.client.communication.StateChangeEvent
Deprecated.
As of 7.0.1, use StateChangeEvent.hasPropertyChanged(String) instead for improved performance.
getChangedPropertiesFastSet() - Method in class com.vaadin.client.communication.StateChangeEvent
Deprecated.
As of 7.0.1, use StateChangeEvent.hasPropertyChanged(String) instead for improved performance.
getCharCode() - Method in class com.vaadin.client.widget.grid.events.GridKeyPressEvent
Gets the char code for this event.
getChild() - Method in class com.vaadin.client.ui.layout.ComponentConnectorLayoutSlot
Returns the connector of the child component that has been assigned to this slot.
getChildByTagName(String) - Method in class com.vaadin.client.UIDL
Returns the child UIDL by its name.
getChildComponent(NativeEvent) - Method in class com.vaadin.client.ui.LayoutClickEventHandler
 
getChildComponent(Element) - Method in class com.vaadin.client.ui.LayoutClickEventHandler
 
getChildComponents() - Method in class com.vaadin.client.connectors.grid.GridConnector
 
getChildComponents() - Method in interface com.vaadin.client.HasComponentsConnector
Returns the child components for this connector.
getChildComponents() - Method in class com.vaadin.client.ui.AbstractHasComponentsConnector
 
getChildComponents() - Method in class com.vaadin.client.ui.customfield.CustomFieldConnector
 
getChildCount() - Method in class com.vaadin.client.UIDL
Returns the number of children.
getChildElementIndex(Element) - Static method in class com.vaadin.client.Util
Deprecated.
getChildElementIndex(Element) - Static method in class com.vaadin.client.WidgetUtil
Returns the index of the childElement within its parent.
getChildIterator() - Method in class com.vaadin.client.UIDL
Deprecated.
As of 8.2, please use UIDL.iterator() instead
getChildMeasurementHint() - Method in interface com.vaadin.client.HasChildMeasurementHintConnector
Returns the current child measurement hint value.
getChildren() - Method in class com.vaadin.client.Profiler.Node
Gets the child nodes of this node.
getChildren() - Method in interface com.vaadin.client.ServerConnector
Returns the child connectors for this connector (child components and extensions).
getChildren() - Method in class com.vaadin.client.ui.AbstractConnector
 
getChildrenAsXML() - Method in class com.vaadin.client.UIDL
Deprecated. 
getChildString(int) - Method in class com.vaadin.client.UIDL
Gets the child at the given index as a String.
getChildUIDL(int) - Method in class com.vaadin.client.UIDL
Gets the UIDL for the child at the given index.
getChildWidget() - Method in class com.vaadin.client.ui.VAccordion.StackItem
Returns the wrapped widget of this stack item.
getChildWrapper(Widget) - Method in class com.vaadin.client.ui.VAbsoluteLayout
Get the wrapper for a widget.
getClass(String) - Static method in class com.vaadin.client.metadata.TypeData
 
getClass(String) - Static method in class com.vaadin.client.metadata.TypeDataStore
 
getClient() - Method in class com.vaadin.client.componentlocator.ComponentLocator
Returns the ApplicationConnection used by this locator.
getClient() - Method in interface com.vaadin.client.ui.ActionOwner
 
getClient() - Method in class com.vaadin.client.ui.VDateField
Returns the current application connection.
getClockDelimeter() - Method in class com.vaadin.client.DateTimeService
 
getClockDelimiter(String) - Static method in class com.vaadin.client.LocaleService
 
getCloseButton() - Method in class com.vaadin.client.ui.VTabsheet.TabCaption
Returns the close button if one exists.
getCloseKey() - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Returns the key that closes the popup window if this is a VPopopCalendar.
getCloseMenuKey() - Method in class com.vaadin.client.ui.VMenuBar
Get the key that closes the menu.
getCloseTabKey() - Method in class com.vaadin.client.ui.VTabsheet
Returns the key code of the keyboard shortcut that closes the currently focused tab (if closable) in a focused tabsheet.
getCloseTimeout() - Method in class com.vaadin.client.VTooltip
Returns the time (in ms) the tooltip should be displayed after an event that will cause it to be closed (e.g. mouse click outside the component, key down).
getCodepoint() - Method in class com.vaadin.client.ui.FontIcon
Gets the codepoint indicating which particular icon (character) within the font-family this is.
getColor() - Method in class com.vaadin.client.ui.VColorPicker
Gets the color.
getColor() - Method in class com.vaadin.client.ui.VColorPickerArea
Gets the color.
getColspan() - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
Returns the amount of columns the cell spans.
getColSpan() - Method in class com.vaadin.client.widget.escalator.FlyweightCell
Return the colspan attribute of the element of the cell.
getColSpan() - Method in class com.vaadin.client.widget.grid.RendererCellReference
Gets the colspan attribute of the element of this cell.
getColumn() - Method in class com.vaadin.client.widget.escalator.Cell
Returns the index of the column the cell resides in.
getColumn() - Method in class com.vaadin.client.widget.escalator.FlyweightCell
Returns the column index of the cell.
getColumn() - Method in class com.vaadin.client.widget.grid.CellReference
Gets the column objects.
getColumn() - Method in class com.vaadin.client.widget.grid.events.ColumnResizeEvent
 
getColumn() - Method in class com.vaadin.client.widget.grid.events.ColumnVisibilityChangeEvent
Returns the column where the visibility change occurred.
getColumn() - Method in class com.vaadin.client.widget.grid.sort.SortOrder
Returns the GridColumn reference given in the constructor.
getColumn(int) - Method in class com.vaadin.client.widgets.Grid
Returns a column by its index in the grid.
getColumn(String) - Method in class com.vaadin.client.connectors.grid.GridConnector
Gets the column corresponding to the given string identifier.
getColumnConfiguration() - Method in class com.vaadin.client.widgets.Escalator
Returns the configuration object for the columns in this Escalator.
getColumnCount() - Method in interface com.vaadin.client.widget.escalator.ColumnConfiguration
Returns the number of columns in the escalator.
getColumnCount() - Method in class com.vaadin.client.widgets.Grid
Returns the amount of columns in the grid.
getColumnId(Grid.Column<?, ?>) - Method in class com.vaadin.client.connectors.grid.GridConnector
Gets the string identifier of the given column in this grid.
getColumnId(Grid.Column<?, JsonObject>) - Method in class com.vaadin.client.connectors.grid.AbstractGridRendererConnector
Gets the column id for a column.
getColumnIndex() - Method in class com.vaadin.client.widget.grid.CellReference
Gets the index of the column.
getColumnIndex() - Method in interface com.vaadin.client.widget.grid.EditorHandler.EditorRequest
Returns the DOM index of the column being focused.
getColumnIndexDOM() - Method in class com.vaadin.client.widget.grid.CellReference
Gets the index of the cell in the DOM.
getColumnResizeMode() - Method in class com.vaadin.client.widgets.Grid
Returns the current column resize mode.
getColumns() - Method in class com.vaadin.client.widgets.Grid
Returns a list columns in the grid, including hidden columns.
getColumnWidth(int) - Method in interface com.vaadin.client.widget.escalator.ColumnConfiguration
Returns the user-defined width of a column.
getColumnWidthActual(int) - Method in interface com.vaadin.client.widget.escalator.ColumnConfiguration
Returns the actual width of a column.
getColumnWidths() - Method in class com.vaadin.client.ui.VGridLayout
Returns the column widths measured in pixels.
getCommand() - Method in class com.vaadin.client.ui.menubar.MenuItem
Deprecated.
Gets the command associated with this item.
getCommand() - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
getCommunicationError() - Method in class com.vaadin.client.ApplicationConfiguration
 
getCommunicationMethodName() - Method in class com.vaadin.client.communication.MessageSender
Returns a human readable string representation of the method used to communicate with the server.
getComparator(Grid.Column<C, T>) - Method in class com.vaadin.client.widget.grid.datasources.ListSorter
Retrieve the comparator assigned for a specific grid column.
getComponent() - Method in class com.vaadin.client.ui.VAccordion.StackItem
Deprecated.
This method is not called by the framework code anymore. Use VAccordion.StackItem.getChildWidget() instead.
getComponent(Element) - Method in class com.vaadin.client.ui.VGridLayout
Returns the deepest nested child component which contains "element".
getComponent(Element) - Method in class com.vaadin.client.ui.VGridLayout
Deprecated.
As of 7.2, call or override VGridLayout.getComponent(Element) instead
getComponentConnectors() - Method in class com.vaadin.client.ConnectorMap
Deprecated.
As of 7.0.1, use ConnectorMap.getComponentConnectorsAsJsArray() for better performance.
getComponentConnectorsAsJsArray() - Method in class com.vaadin.client.ConnectorMap
 
getComponentName(String) - Method in class com.vaadin.client.debug.internal.SelectorPath
Returns the name of the component described by given query fragment.
getConfig() - Method in class com.vaadin.client.communication.AtmospherePushConnection
 
getConfigFromDOM(String) - Static method in class com.vaadin.client.ApplicationConfiguration
 
getConfiguration() - Method in class com.vaadin.client.ApplicationConnection
Gets the ApplicationConfiguration for the current application.
getConnection() - Method in class com.vaadin.client.ApplicationConnection.ApplicationConnectionEvent
 
getConnection() - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
Returns the connection this handler is connected to.
getConnection() - Method in class com.vaadin.client.communication.Heartbeat
Deprecated.
getConnection() - Method in class com.vaadin.client.LayoutManager
Returns the application connection for this layout manager.
getConnection() - Method in interface com.vaadin.client.ServerConnector
Gets ApplicationConnection instance that created this connector.
getConnection() - Method in class com.vaadin.client.ui.AbstractConnector
 
getConnection() - Method in class com.vaadin.client.VLoadingIndicator
Returns the ApplicationConnection which uses this loading indicator.
getConnectionStateHandler() - Method in class com.vaadin.client.ApplicationConnection
Gets the communication error handler for this application.
getConnector() - Method in class com.vaadin.client.communication.AbstractServerConnectorEvent
 
getConnector() - Method in class com.vaadin.client.ui.dd.VAbstractDropHandler
Deprecated.
Returns the Paintable who owns this VAbstractDropHandler.
getConnector() - Method in interface com.vaadin.client.ui.dd.VDropHandler
Deprecated.
Returns the ComponentConnector with which this DropHandler is associated.
getConnector() - Method in class com.vaadin.client.ui.VDragAndDropWrapper.CustomDropHandler
 
getConnector() - Method in class com.vaadin.client.ui.VDragAndDropWrapper
 
getConnector(Element) - Method in class com.vaadin.client.ConnectorMap
Returns a ComponentConnector element by its root element.
getConnector(Widget) - Method in class com.vaadin.client.ConnectorMap
Retrieves the connector whose widget matches the parameter.
getConnector(String) - Method in class com.vaadin.client.ConnectorMap
Returns a ServerConnector by its id.
getConnector(String, int) - Method in class com.vaadin.client.ApplicationConnection
Get either an existing ComponentConnector or create a new ComponentConnector with the given type and id.
getConnectorClassByEncodedTag(int) - Method in class com.vaadin.client.ApplicationConfiguration
 
getConnectorForElement(Element) - Method in class com.vaadin.client.ui.absolutelayout.AbsoluteLayoutConnector
Returns the deepest nested child component which contains "element".
getConnectorForElement(Element) - Method in class com.vaadin.client.ui.absolutelayout.AbsoluteLayoutConnector
Deprecated.
getConnectorForElement(ApplicationConnection, Widget, Element) - Static method in class com.vaadin.client.Util
Locates the nested child component of parent which contains the element element.
getConnectorForWidget(Widget) - Method in class com.vaadin.client.ui.VTabsheetBase
For internal use only.
getConnectorId() - Method in class com.vaadin.client.connectors.grid.ColumnConnector.CustomColumn
Returns the id for the corresponding connector.
getConnectorId() - Method in class com.vaadin.client.ui.AbstractConnector
 
getConnectors() - Method in class com.vaadin.client.ConnectorMap
Deprecated.
As of 7.0.1, use ConnectorMap.getConnectorsAsJsArray() for improved performance.
getConnectorsAsJsArray() - Method in class com.vaadin.client.ConnectorMap
 
getConnectorString(ServerConnector) - Static method in class com.vaadin.client.Util
 
getConnectorWrapper() - Method in class com.vaadin.client.JavaScriptConnectorHelper
 
getConstructor(Type) - Static method in class com.vaadin.client.metadata.TypeDataStore
 
getConsumedEvents() - Method in class com.vaadin.client.renderers.ComplexRenderer
Returns the events that the renderer should consume.
getConsumedEvents() - Method in class com.vaadin.client.widget.grid.selection.MultiSelectionRenderer
 
getConsumedEvents() - Method in class com.vaadin.client.widgets.Grid.Header
Returns the events consumed by the header.
getContainerElement() - Method in class com.vaadin.client.ui.orderedlayout.Slot
 
getContainerElement() - Method in class com.vaadin.client.ui.VAccordion.StackItem
Returns the container element for the content widget.
getContainerElement() - Method in class com.vaadin.client.ui.VPanel
 
getContainerElement() - Method in class com.vaadin.client.ui.VPopupView.CustomPopup
 
getContainerElement() - Method in class com.vaadin.client.ui.VTabsheet.Tab
 
getContainerElement() - Method in class com.vaadin.client.ui.VWindow
 
getContent() - Method in class com.vaadin.client.debug.internal.HierarchySection
 
getContent() - Method in class com.vaadin.client.debug.internal.InfoSection
 
getContent() - Method in class com.vaadin.client.debug.internal.LogSection
 
getContent() - Method in class com.vaadin.client.debug.internal.NetworkSection
 
getContent() - Method in class com.vaadin.client.debug.internal.ProfilerSection
 
getContent() - Method in interface com.vaadin.client.debug.internal.Section
Returns a widget that is the main content of the section, displayed when the section is active in the VDebugWindow.
getContent() - Method in class com.vaadin.client.debug.internal.TestBenchSection
 
getContent() - Method in class com.vaadin.client.ui.AbstractSingleComponentContainerConnector
Returns the content (only/first child) of the container.
getContent() - Method in class com.vaadin.client.ui.customfield.CustomFieldConnector
Returns the content (only/first child) of the container.
getContent() - Method in class com.vaadin.client.ui.ui.UIConnector
 
getContentAreaBorderWidth() - Method in class com.vaadin.client.ui.VTabsheet
For internal use only.
getContentAreaSize() - Method in class com.vaadin.client.RenderInformation
 
getContentMode() - Method in class com.vaadin.client.TooltipInfo
Gets the tooltip title's content mode.
getContentWidget() - Method in class com.vaadin.client.ui.AbstractSingleComponentContainerConnector
Returns the widget (if any) of the content of the container.
getContentWidget() - Method in class com.vaadin.client.ui.customfield.CustomFieldConnector
Returns the widget (if any) of the content of the container.
getContextMenu() - Method in class com.vaadin.client.ApplicationConnection
Singleton method to get instance of app's context menu.
getContextRootUrl() - Method in class com.vaadin.client.ApplicationConfiguration
Gets the URL to the context root of the web application.
getControls() - Method in class com.vaadin.client.debug.internal.HierarchySection
 
getControls() - Method in class com.vaadin.client.debug.internal.InfoSection
 
getControls() - Method in class com.vaadin.client.debug.internal.LogSection
 
getControls() - Method in class com.vaadin.client.debug.internal.NetworkSection
 
getControls() - Method in class com.vaadin.client.debug.internal.ProfilerSection
 
getControls() - Method in interface com.vaadin.client.debug.internal.Section
Returns a widget that is placed on top of the Section content when the Section (tab) is active in the VDebugWindow.
getControls() - Method in class com.vaadin.client.debug.internal.TestBenchSection
 
getCount() - Method in class com.vaadin.client.Profiler.Node
Gets the number of times this node has been entered.
getCsrfToken() - Method in class com.vaadin.client.communication.MessageHandler
Gets the token (aka double submit cookie) that the server uses to protect against Cross Site Request Forgery attacks.
getCSSClass() - Method in class com.vaadin.client.BrowserInfo
Returns a string representing the browser in use, for use in CSS classnames.
getCurrentDate() - Method in class com.vaadin.client.ui.VDateField
Returns the current date value.
getCurrentDragApplicationConnection() - Method in class com.vaadin.client.ui.dd.VDragAndDropManager
Deprecated.
Returns the application connection for the current drag source.
getCurrentDropHandler() - Method in class com.vaadin.client.ui.dd.VDragAndDropManager
Deprecated.
Returns the current drop handler.
getCurrentGwtEvent() - Method in class com.vaadin.client.ui.dd.VDragEvent
Deprecated.
Returns the latest NativeEvent that relates to this drag and drop operation.
getCurrentLocale() - Method in class com.vaadin.client.ui.VDateField
Returns the current locale String.
getCurrentlyDisplayedWidget() - Method in class com.vaadin.client.ui.VTabsheet
Returns the currently displayed widget in the tab panel.
getCurrentResolution() - Method in class com.vaadin.client.ui.VDateField
Returns the current resolution.
getCursorPos() - Method in interface com.vaadin.client.ui.AbstractTextFieldWidget
Gets the current cursor position inside the field.
getCursorX() - Method in class com.vaadin.client.ui.colorpicker.VColorPickerGradient
Returns the latest x-coordinate for pressed-down mouse cursor.
getCursorY() - Method in class com.vaadin.client.ui.colorpicker.VColorPickerGradient
Returns the latest y-coordinate for pressed-down mouse cursor.
getData(String) - Method in class com.vaadin.client.ui.dd.VTransferable
Deprecated.
Returns previously saved data that is referred to by the given identifier.
getDataAsText(String) - Method in class com.vaadin.client.ui.dd.VHtml5DragEvent
Deprecated.
Returns the data for the given type as text.
getDataFlavors() - Method in class com.vaadin.client.ui.dd.VTransferable
Deprecated.
Returns a collection of stored identifiers that each correspond with one stored data object.
getDataReceivedHandler() - Method in class com.vaadin.client.ui.VComboBox
Returns a handler receiving notifications from the connector about communications.
getDataSource() - Method in class com.vaadin.client.connectors.AbstractListingConnector
 
getDataSource() - Method in interface com.vaadin.client.connectors.data.HasDataSource
Gets the current data source for this Connector.
getDataSource() - Method in class com.vaadin.client.widgets.Grid
Gets the for this Grid.
getDate() - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Returns the current date value.
getDate() - Method in class com.vaadin.client.ui.VDateField
Returns a copy of the current date.
getDate(Map<DateResolution, Integer>) - Method in class com.vaadin.client.ui.VDateFieldCalendar
 
getDate(Map<DateResolution, Integer>) - Method in class com.vaadin.client.ui.VPopupCalendar
 
getDate(Map<DateTimeResolution, Integer>) - Method in class com.vaadin.client.ui.VDateTimeFieldCalendar
 
getDate(Map<DateTimeResolution, Integer>) - Method in class com.vaadin.client.ui.VPopupTimeCalendar
 
getDate(Map<R, Integer>) - Method in class com.vaadin.client.ui.VDateField
Returns a date based on the provided date values map.
getDateField() - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Returns the date field which this panel is attached to.
getDateFormat(String) - Static method in class com.vaadin.client.LocaleService
 
getDateTimeService() - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Returns date time service for the widget.
getDateTimeService() - Method in class com.vaadin.client.ui.VDateField
Returns the date time service for this widget.
getDay(int) - Method in class com.vaadin.client.DateTimeService
 
getDayNames(String) - Static method in class com.vaadin.client.LocaleService
 
getDecoElement() - Method in interface com.vaadin.client.widget.escalator.Spacer
Gets the decorative element for this spacer.
getDefaultAltHtml() - Method in class com.vaadin.client.ui.audio.AudioConnector
 
getDefaultAltHtml() - Method in class com.vaadin.client.ui.MediaBaseConnector
 
getDefaultAltHtml() - Method in class com.vaadin.client.ui.video.VideoConnector
 
getDefaultDate() - Method in class com.vaadin.client.ui.VDateField
Sets the default date when no date is selected.
getDefaultHeaderRow() - Method in class com.vaadin.client.widgets.Grid
Returns the current default row of the header section.
getDefaultLocale() - Static method in class com.vaadin.client.LocaleService
 
getDefaultRow() - Method in class com.vaadin.client.widgets.Grid.Header
Returns the current default row of this header.
getDefaultRowHeight() - Method in interface com.vaadin.client.widget.escalator.RowContainer
Returns the default height of the rows in this RowContainer.
getDefaultRowHeight() - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
 
getDefaultValues() - Method in class com.vaadin.client.ui.datefield.AbstractDateFieldConnector
Returns the default date (when no date is selected) components as a map from Resolution to the corresponding value.
getDelayToCancelTouchScroll() - Method in class com.vaadin.client.widgets.Escalator
Returns the time after which to not consider a touch event a scroll event if the user has not moved the touch.
getDelegateToWidget(Property) - Static method in class com.vaadin.client.metadata.TypeDataStore
 
getDelegateToWidgetMethodName() - Method in class com.vaadin.client.metadata.Property
 
getDelegateToWidgetProperites(Type) - Static method in class com.vaadin.client.metadata.TypeDataStore
 
getDelegateToWidgetProperties() - Method in class com.vaadin.client.metadata.Type
 
getDeltaFromKeyDownEvent(Grid.EditorDomEvent<T>) - Method in class com.vaadin.client.widget.grid.DefaultEditorEventHandler
Returns the direction to which the cursor should move.
getDependencyLoader() - Method in class com.vaadin.client.ApplicationConnection
Gets the instance which handles loading of dependencies.
getDependents() - Method in class com.vaadin.client.MeasuredSize
 
getDependentStyle(ApplicationConnection, String) - Static method in class com.vaadin.client.ui.VNotification
Meant for internal usage only.
getDescription() - Method in class com.vaadin.client.ui.CalendarEntry
 
getDescription() - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
Gets the tooltip for the cell.
getDescriptionContentMode() - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
Gets the content mode for the tooltip.
getDescriptionForAssistiveDevices() - Method in class com.vaadin.client.ui.VAbstractPopupCalendar
Get the description that explains the usage of the Widget for users of assistive devices.
getDetails(int) - Method in interface com.vaadin.client.widget.grid.DetailsGenerator
This method is called for whenever a new details row needs to be generated.
getDetailsGenerator() - Method in class com.vaadin.client.widgets.Grid
Gets the current details generator for row details.
getDetailsHeight(int) - Method in interface com.vaadin.client.widget.grid.HeightAwareDetailsGenerator
Deprecated.
This method is called for whenever a details row's height needs to be calculated.
getDialogText(int) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
Gets the text to show in the reconnect dialog.
getDialogTextGaveUp(int) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
Gets the text to show in the reconnect dialog after giving up (reconnect limit reached).
getDirection() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
Returns the scroll direction of this scrollbar bundle.
getDirection() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.HorizontalScrollbarBundle
 
getDirection() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.VerticalScrollbarBundle
 
getDirection() - Method in class com.vaadin.client.widget.grid.sort.SortOrder
Returns the SortDirection value given in the constructor.
getDisplayName() - Method in class com.vaadin.client.metadata.Property
Gets the property name formatted for displaying in a user interface.
getDisplayString() - Method in class com.vaadin.client.ui.VComboBox.ComboBoxSuggestion
Gets the visible row in the popup as a HTML string.
getDomEvent() - Method in class com.vaadin.client.widgets.Grid.GridEvent
Returns the wrapped DOM event.
getDomRowCount() - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
This method calculates the current row count directly from the DOM.
getDoubleAttribute(String) - Method in class com.vaadin.client.UIDL
Gets the named attribute as a double.
getDoubleProperty(String) - Method in class com.vaadin.client.ComputedStyle
Retrieves the given computed property as a double.
getDoubleVariable(String) - Method in class com.vaadin.client.UIDL
Gets the value of the named variable.
getDragEvent() - Method in interface com.vaadin.client.ui.dd.VDragAndDropManager.DDManagerMediator
Deprecated.
Returns current drag event.
getDraggableElement() - Method in class com.vaadin.client.extensions.DragSourceExtensionConnector
Finds the draggable element within the widget.
getDragImage() - Method in class com.vaadin.client.ui.dd.VDragEvent
Deprecated.
 
getDragImageWidget() - Method in class com.vaadin.client.ui.VDragAndDropWrapper
 
getDragSource() - Method in class com.vaadin.client.ui.dd.VTransferable
Deprecated.
Returns the component from which the transferable is created (e.g. a tree which node is dragged).
getDragStartElement() - Method in class com.vaadin.client.ui.VDragAndDropWrapper
 
getDragStartElement() - Method in class com.vaadin.client.ui.VDragAndDropWrapperIE
 
getDropDetails() - Method in class com.vaadin.client.ui.dd.VDragEvent
Deprecated.
Returns the details of the drag and drop operation.
getDropEffect(DataTransfer) - Static method in class com.vaadin.client.extensions.DragSourceExtensionConnector
Returns the dropEffect for the given data transfer.
getDropHandler() - Method in interface com.vaadin.client.ui.dd.VHasDropHandler
Deprecated.
Returns the drop handler for this widget.
getDropHandler() - Method in class com.vaadin.client.ui.VDragAndDropWrapper
 
getDropLocation(Element, NativeEvent) - Method in class com.vaadin.client.connectors.grid.GridDropTargetConnector
Returns the location of the event within the row.
getDropTargetElement() - Method in class com.vaadin.client.connectors.grid.GridDropTargetConnector
 
getDropTargetElement() - Method in class com.vaadin.client.extensions.DropTargetExtensionConnector
Finds the drop target element within the widget.
getEditor() - Method in class com.vaadin.client.widgets.Grid.EditorDomEvent
Returns the editor of the Grid this event originated from.
getEditor() - Method in class com.vaadin.client.widgets.Grid
Returns the Grid.Editor for this Grid.
getEditorCancelCaption() - Method in class com.vaadin.client.widgets.Grid
Gets the caption on the cancel button in the Grid editor.
getEditorHandler() - Method in class com.vaadin.client.widgets.Grid
Returns the handler responsible for binding data and editor widgets to the editor.
getEditorSaveCaption() - Method in class com.vaadin.client.widgets.Grid
Gets the current caption on the save button in the Grid editor.
getEditorWidget() - Method in class com.vaadin.client.widgets.Grid.EditorDomEvent
Returns the currently focused editor widget.
getEditorWidget(Grid.Column<?, T>) - Method in class com.vaadin.client.widgets.Grid
Returns the editor widget associated with the given column.
getEffectAllowed() - Method in class com.vaadin.client.ui.dd.VHtml5DragEvent
Deprecated.
Returns whether drop effect is allowed or not.
getElement() - Method in class com.vaadin.client.debug.internal.SelectorPath
 
getElement() - Method in class com.vaadin.client.ui.dd.DragHandle
Gets the element used as actual drag handle.
getElement() - Method in class com.vaadin.client.ui.layout.ElementResizeEvent
Returns the resized element.
getElement() - Method in class com.vaadin.client.VLoadingIndicator
Returns the root element of the loading indicator.
getElement() - Method in class com.vaadin.client.widget.escalator.Cell
Returns the element of the cell.
getElement() - Method in class com.vaadin.client.widget.escalator.FlyweightCell
Returns the element of the cell.
getElement() - Method in class com.vaadin.client.widget.escalator.FlyweightRow
 
getElement() - Method in interface com.vaadin.client.widget.escalator.Row
Gets the root element for this row.
getElement() - Method in interface com.vaadin.client.widget.escalator.RowContainer
Returns the root element of RowContainer.
getElement() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
Gets the root element of this scrollbar-composition.
getElement() - Method in interface com.vaadin.client.widget.escalator.Spacer
Gets the root element for the spacer content.
getElement() - Method in class com.vaadin.client.widget.grid.CellReference
Get the element of the cell.
getElement() - Method in class com.vaadin.client.widget.grid.EventCellReference
 
getElement() - Method in class com.vaadin.client.widget.grid.RendererCellReference
Returns the element of the cell.
getElement() - Method in class com.vaadin.client.widget.grid.RowReference
Gets the table row element of the row.
getElement() - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
 
getElement(String) - Method in class com.vaadin.client.ConnectorMap
Gets the main element for the connector with the given id.
getElementByPath(String) - Method in class com.vaadin.client.componentlocator.ComponentLocator
Locates an element using a String locator (path) which identifies a DOM element.
getElementByPath(String) - Method in class com.vaadin.client.componentlocator.LegacyLocatorStrategy
Locates an element using a String locator (path) which identifies a DOM element.
getElementByPath(String) - Method in interface com.vaadin.client.componentlocator.LocatorStrategy
Locates an element using a String locator (path) which identifies a DOM element.
getElementByPath(String) - Method in class com.vaadin.client.componentlocator.VaadinFinderLocatorStrategy
Locates an element using a String locator (path) which identifies a DOM element.
getElementByPathStartingAt(String, Element) - Method in class com.vaadin.client.componentlocator.ComponentLocator
Locates an element using a String locator (path) which identifies a DOM element.
getElementByPathStartingAt(String, Element) - Method in class com.vaadin.client.componentlocator.LegacyLocatorStrategy
Locates an element using a String locator (path) which identifies a DOM element.
getElementByPathStartingAt(String, Element) - Method in interface com.vaadin.client.componentlocator.LocatorStrategy
Locates an element using a String locator (path) which identifies a DOM element.
getElementByPathStartingAt(String, Element) - Method in class com.vaadin.client.componentlocator.VaadinFinderLocatorStrategy
Locates an element using a String locator (path) which identifies a DOM element.
getElementColumn(Element) - Method in class com.vaadin.client.widgets.Grid.Editor
Returns the column index of the editor cell that contains the given element, or -1 if the element can't be found within the editor cells.
getElementFromPoint(int, int) - Static method in class com.vaadin.client.Util
Deprecated.
getElementFromPoint(int, int) - Static method in class com.vaadin.client.WidgetUtil
Returns the topmost element of from given coordinates.
getElementOver() - Method in class com.vaadin.client.ui.dd.VDragEvent
Deprecated.
Detecting the element on which the the event is happening may be problematic during drag and drop operation.
getElementQuery() - Method in class com.vaadin.client.debug.internal.SelectorPath
Generate ElementQuery code for Java.
getElements(Element) - Static method in class com.vaadin.client.ui.TouchScrollDelegate
 
getElementsByPath(String) - Method in class com.vaadin.client.componentlocator.ComponentLocator
Locates elements using a String locator (path) which identifies DOM elements.
getElementsByPath(String) - Method in class com.vaadin.client.componentlocator.LegacyLocatorStrategy
Locates all elements that match a String locator (path) which identifies DOM elements.
getElementsByPath(String) - Method in interface com.vaadin.client.componentlocator.LocatorStrategy
Locates all elements that match a String locator (path) which identifies DOM elements.
getElementsByPath(String) - Method in class com.vaadin.client.componentlocator.VaadinFinderLocatorStrategy
Locates all elements that match a String locator (path) which identifies DOM elements.
getElementsByPathStartingAt(String, Element) - Method in class com.vaadin.client.componentlocator.ComponentLocator
Locates elements using a String locator (path) which identifies DOM elements.
getElementsByPathStartingAt(String, Element) - Method in class com.vaadin.client.componentlocator.LegacyLocatorStrategy
Locates all elements that match a String locator (path) which identifies DOM elements.
getElementsByPathStartingAt(String, Element) - Method in interface com.vaadin.client.componentlocator.LocatorStrategy
Locates all elements that match a String locator (path) which identifies DOM elements.
getElementsByPathStartingAt(String, Element) - Method in class com.vaadin.client.componentlocator.VaadinFinderLocatorStrategy
Locates all elements that match a String locator (path) which identifies DOM elements.
getElementUnderMouse(NativeEvent) - Static method in class com.vaadin.client.Util
Deprecated.
getElementUnderMouse(NativeEvent) - Static method in class com.vaadin.client.WidgetUtil
Find the element corresponding to the coordinates in the passed mouse event.
getEmptySelectionCaption() - Method in class com.vaadin.client.ui.VComboBox
Gets the empty selection caption.
getEnd() - Method in class com.vaadin.client.ui.CalendarEntry
 
getError() - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereResponse
 
getError() - Method in class com.vaadin.client.metadata.AsyncBundleLoader
 
getError(Widget) - Method in class com.vaadin.client.ui.VFormLayout.VFormLayoutTable
 
getErrorIndicatorElement() - Method in interface com.vaadin.client.ui.HasErrorIndicatorElement
Gets the error indicator element.
getErrorIndicatorElement() - Method in class com.vaadin.client.ui.orderedlayout.Slot
 
getErrorIndicatorElement() - Method in class com.vaadin.client.ui.VButton
 
getErrorIndicatorElement() - Method in class com.vaadin.client.ui.VCheckBox
 
getErrorIndicatorElement() - Method in class com.vaadin.client.ui.VFormLayout.ErrorFlag
 
getErrorIndicatorElement() - Method in class com.vaadin.client.ui.VLink
 
getErrorIndicatorElement() - Method in class com.vaadin.client.ui.VNativeButton
 
getErrorIndicatorElement() - Method in class com.vaadin.client.ui.VPanel
 
getErrorIndicatorElement() - Method in class com.vaadin.client.VCaption
 
getErrorLevel() - Method in class com.vaadin.client.TooltipInfo
Gets the error level.
getErrorMessage() - Method in class com.vaadin.client.TooltipInfo
Gets the error message.
getEscalator() - Method in class com.vaadin.client.widgets.Grid
Gets the Escalator used by this Grid instance.
getEscalatorUpdater() - Method in interface com.vaadin.client.widget.escalator.RowContainer
Returns the current EscalatorUpdater used to render cells.
getEscalatorUpdater() - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
 
getEventCell() - Method in class com.vaadin.client.widgets.Grid
Returns the EventCellReference for the latest event fired from this Grid.
getEventHandler() - Method in class com.vaadin.client.widgets.Grid.Editor
Returns the event handler of this Editor.
getEventHandleStrategy() - Method in class com.vaadin.client.ui.dd.VDragAndDropManager
Deprecated.
Returns DnD strategy to handle native preview events used by the manager.
getEventPosition(Event) - Method in class com.vaadin.client.ui.VSlider
TODO consider extracting touches support to an impl class specific for webkit (only browser that really supports touches).
getException() - Method in class com.vaadin.client.communication.XhrConnectionError
Returns the exception which caused the problem, if available.
getExpandRatio() - Method in class com.vaadin.client.ui.layout.VLayoutSlot
Deprecated.
this value isn't used for anything by default
getExpandRatio() - Method in class com.vaadin.client.ui.orderedlayout.Slot
Get the expand ratio for the slot.
getExpandRatio() - Method in class com.vaadin.client.widgets.Grid.Column
Gets the expand ratio for this column.
getExpandRatio() - Method in class com.vaadin.client.widgets.Grid.SelectionColumn
 
getFallbackTransport() - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereConfiguration
 
getFile(int) - Method in class com.vaadin.client.ui.dd.VHtml5DragEvent
Deprecated.
Returns the file indicated by the given index.
getFileAsString(int) - Method in class com.vaadin.client.ui.dd.VHtml5DragEvent
Deprecated.
this method is no longer used internally
getFileCount() - Method in class com.vaadin.client.ui.dd.VHtml5DragEvent
Deprecated.
Returns the transfer file count.
getFirstContainer() - Method in class com.vaadin.client.ui.VAbstractSplitPanel
Gets the first region's container element.
getFirstDayOfWeek() - Method in class com.vaadin.client.DateTimeService
Returns the first day of the week, according to the used Locale.
getFirstDayOfWeek(String) - Static method in class com.vaadin.client.LocaleService
 
getFirstDelay() - Method in class com.vaadin.client.VLoadingIndicator
Returns the delay (in ms) which must pass before the loading indicator moves into the "first" state and is shown to the user.
getFirstItem() - Method in class com.vaadin.client.ui.menubar.MenuBar
Deprecated.
Gets the first item from the menu or null if no items.
getFirstVisibleRow() - Method in class com.vaadin.client.widget.escalator.RowVisibilityChangeEvent
Gets the index of the first row that is at least partially visible.
getFirstWidget() - Method in class com.vaadin.client.ui.VAbstractSplitPanel
Returns the widget in the first region, if any.
getFloatAttribute(String) - Method in class com.vaadin.client.UIDL
Gets the named attribute as a float.
getFloatVariable(String) - Method in class com.vaadin.client.UIDL
Gets the value of the named variable.
getFocusableChildren(Element) - Static method in class com.vaadin.client.ui.FocusUtil
Finds all the focusable children of given parent element.
getFocusedCell() - Method in class com.vaadin.client.widgets.Grid.AbstractGridKeyEvent
Gets the reference of target cell for this event, if this event originated from a Grid.
getFocusedColumnIndex() - Method in class com.vaadin.client.widgets.Grid.EditorDomEvent
Returns the DOM column index (excluding hidden columns) the editor was opened at.
getFocusedElement() - Static method in class com.vaadin.client.Util
Deprecated.
As of 7.4.0, use WidgetUtil.getFocusedElement() instead.
getFocusedElement() - Static method in class com.vaadin.client.WidgetUtil
Gets the currently focused element.
getFocusElement() - Method in class com.vaadin.client.ui.FocusableScrollPanel
 
getFocusElement() - Method in class com.vaadin.client.ui.FocusElementPanel
 
getFontFamily() - Method in class com.vaadin.client.ui.FontIcon
Gets the font-family from which this icon comes.
getFontStylename() - Method in class com.vaadin.client.ui.FontIcon
Get the font-family based stylename used to apply the font-family.
getFooter() - Method in class com.vaadin.client.widgets.Escalator
Returns the row container for the footer in this Escalator.
getFooter() - Method in class com.vaadin.client.widgets.Grid
Returns the footer section of this grid.
getFooterRow(int) - Method in class com.vaadin.client.widgets.Grid
Gets the footer row at given index.
getFooterRowCount() - Method in class com.vaadin.client.widgets.Grid
Gets the row count for the footer.
getFormat() - Method in class com.vaadin.client.renderers.DateRenderer
Gets the format of how the date is formatted.
getFormat() - Method in class com.vaadin.client.renderers.NumberRenderer
Gets the number format that the number should be formatted in.
getFormatString() - Method in class com.vaadin.client.ui.VAbstractTextualDate
Gets the date format string for the current locale.
getForwardKey() - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
The key that selects the next day in the calendar.
getFrontendUrl() - Method in class com.vaadin.client.ApplicationConfiguration
Gets the URL of the that the frontend:// protocol should resolve to.
getFrozenColumnCount() - Method in interface com.vaadin.client.widget.escalator.ColumnConfiguration
Get the number of leftmost columns that are not affected by horizontal scrolling.
getFrozenColumnCount() - Method in class com.vaadin.client.widgets.Grid
Gets the number of frozen columns in this grid. 0 means that no data columns will be frozen, but the built-in selection checkbox column will still be frozen if it's in use. -1 means that not even the selection column is frozen.
getFrozenColumnsWidth() - Method in class com.vaadin.client.widget.grid.AutoScroller
Returns how wide the frozen columns are all counted together.
getGeckoVersion() - Method in class com.vaadin.client.BrowserInfo
Returns the Gecko version if the browser is Gecko based.
getGrid() - Method in class com.vaadin.client.connectors.grid.AbstractSelectionModelConnector
Shorthand for fetching the grid this selection model is bound to.
getGrid() - Method in class com.vaadin.client.widget.grid.CellReference
Gets the grid that contains the referenced cell.
getGrid() - Method in interface com.vaadin.client.widget.grid.EditorHandler.EditorRequest
Returns the grid instance related to this editor request.
getGrid() - Method in class com.vaadin.client.widget.grid.RowReference
Gets the grid that contains the referenced row.
getGrid() - Method in class com.vaadin.client.widget.grid.sort.SortEvent
Get access to the Grid that fired this event.
getGrid() - Method in class com.vaadin.client.widget.treegrid.events.TreeGridClickEvent
 
getGrid() - Method in class com.vaadin.client.widget.treegrid.events.TreeGridDoubleClickEvent
 
getGrid() - Method in class com.vaadin.client.widgets.Grid.AbstractGridKeyEvent
Gets the Grid instance for this event, if it originated from a Grid.
getGrid() - Method in class com.vaadin.client.widgets.Grid.AbstractGridMouseEvent
Gets the Grid instance for this event, if it originated from a Grid.
getGrid() - Method in class com.vaadin.client.widgets.Grid.GridEvent
Returns the Grid instance this event originated from.
getGrid() - Method in class com.vaadin.client.widgets.Grid.StaticSection
Returns the grid this section belongs to.
getGrid() - Method in class com.vaadin.client.widgets.Grid.StaticSectionUpdater
Returns the Grid instance for this updater.
getGridConnector() - Method in class com.vaadin.client.connectors.grid.AbstractGridRendererConnector
Gets the grid connector for this renderer connector.
getHandle(T) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
 
getHandle(T) - Method in interface com.vaadin.client.data.DataSource
Gets a DataSource.RowHandle of a row object in the cache.
getHandle(T) - Method in class com.vaadin.client.widget.grid.datasources.ListDataSource
 
getHandler() - Method in class com.vaadin.client.widgets.Grid.Editor
Returns the handler responsible for binding data and editor widgets to this editor.
getHandlerManager() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
Returns the handler manager for this scrollbar bundle.
getHeader() - Method in class com.vaadin.client.widgets.Escalator
Returns the row container for the header in this Escalator.
getHeader() - Method in class com.vaadin.client.widgets.Grid
Returns the header section of this grid.
getHeaderCaption() - Method in class com.vaadin.client.widgets.Grid.Column
Returns the current header caption for this column.
getHeaderRow(int) - Method in class com.vaadin.client.widgets.Grid
Gets the header row at given index.
getHeaderRowCount() - Method in class com.vaadin.client.widgets.Grid
Gets the row count for the header section.
getHeartbeat() - Method in class com.vaadin.client.ApplicationConnection
Returns the hearbeat instance.
getHeartbeatInterval() - Method in class com.vaadin.client.ApplicationConfiguration
 
getHeight() - Method in class com.vaadin.client.ComputedStyle
Returns the current height from the DOM.
getHeight() - Method in class com.vaadin.client.event.PointerEvent
Gets the height of the contact geometry of the pointer in CSS pixels.
getHeight() - Method in class com.vaadin.client.RenderInformation.FloatSize
 
getHeight() - Method in class com.vaadin.client.RenderInformation.Size
 
getHeight() - Method in class com.vaadin.client.RenderSpace
Returns pixels available vertically for contained widget, including possible scrollbars.
getHeight() - Method in class com.vaadin.client.ui.VAccordion.StackItem
Deprecated.
This method is not called by the framework code anymore. Use UIObject.getOffsetHeight() instead.
getHeight() - Method in class com.vaadin.client.ui.VGridLayout.Cell
 
getHeight() - Method in class com.vaadin.client.VCaption
 
getHeight() - Method in class com.vaadin.client.widgets.Overlay.PositionAndSize
Returns the pixel value for height css property.
getHeight() - Method in class com.vaadin.client.WidgetUtil.TextRectangle
 
getHeightByRows() - Method in class com.vaadin.client.widgets.Escalator
Gets the amount of rows in Escalator's body that are shown, while Escalator.getHeightMode() is HeightMode.ROW.
getHeightByRows() - Method in class com.vaadin.client.widgets.Grid
Gets the amount of rows in Grid's body that are shown, while Grid.getHeightMode() is HeightMode.ROW.
getHeightIncludingBorderPadding() - Method in class com.vaadin.client.ComputedStyle
Returns the current height, padding and border from the DOM.
getHeightMode() - Method in class com.vaadin.client.widgets.Escalator
Returns the current HeightMode the Escalator is in.
getHeightMode() - Method in class com.vaadin.client.widgets.Grid
Returns the current HeightMode the Grid is in.
getHeightOfSection() - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
The height of this table section.
getHidingToggleCaption() - Method in class com.vaadin.client.widgets.Grid.Column
Gets the hiding toggle caption for this column.
getHorizontal() - Method in class com.vaadin.client.ui.layout.Margins
Returns the combined width of the left and the right margins.
getHorizontalDropLocation(Element, NativeEvent, double) - Static method in class com.vaadin.client.ui.dd.DDUtil
Get horizontal drop location.
getHorizontalLayoutTargets() - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
Deprecated.
As of 7.0.1, use LayoutDependencyTree.getHorizontalLayoutTargetsJsArray() for improved performance.
getHorizontalLayoutTargetsJsArray() - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
Returns a JsArrayString array of connectorIds for managed layouts that are waiting for horizontal layouting.
getHorizontalScrollPosition() - Method in class com.vaadin.client.ui.FocusableScrollPanel
Gets the horizontal scroll position.
getHorizontalSpacing() - Method in class com.vaadin.client.ui.orderedlayout.Slot
Get the horizontal amount of pixels of the spacing.
getHorizontalSpacing() - Method in class com.vaadin.client.ui.VGridLayout
Returns the spacing between the cells horizontally in pixels.
getHtml() - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
Returns the html inside the cell.
getHTML() - Method in class com.vaadin.client.ui.Action
 
getHTML() - Method in class com.vaadin.client.ui.menubar.MenuItem
Deprecated.
 
getHTML() - Method in class com.vaadin.client.ui.VColorPickerArea
Gets the caption's contents as HTML.
getHTML() - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
getIcon() - Method in class com.vaadin.client.ui.AbstractComponentConnector
Gets the icon set for this component.
getIcon(String) - Method in class com.vaadin.client.ApplicationConnection
Gets an Icon instance corresponding to a URI.
getIconUri() - Method in class com.vaadin.client.ui.AbstractComponentConnector
Gets the URI of the icon set for this component.
getIconUri() - Method in class com.vaadin.client.ui.VComboBox.ComboBoxSuggestion
Get the URI of the icon.
getIconUrl() - Method in class com.vaadin.client.ui.Action
 
getIconUrl(JsonObject) - Static method in interface com.vaadin.client.connectors.AbstractMultiSelectConnector.MultiSelectWidget
Returns the optional icon URL for the given item.
getId() - Method in enum com.vaadin.client.debug.internal.Icon
 
getId() - Method in class com.vaadin.client.ui.VDateField
Deprecated.
This method is not used by the framework code anymore.
getId() - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
getId() - Method in class com.vaadin.client.UIDL
Shorthand for getting the attribute named "id", which for Paintables is the essential paintableId which binds the server side component to the client side widget.
getIdentifier() - Method in class com.vaadin.client.TooltipInfo
Gets the tooltip's identifier.
getIEFocusedElement() - Static method in class com.vaadin.client.Util
Deprecated.
Use #getFocusedElement instead
getIEVersion() - Method in class com.vaadin.client.BrowserInfo
 
getIndentifiers() - Method in class com.vaadin.client.metadata.AsyncBundleLoader
 
getIndex() - Method in class com.vaadin.client.componentlocator.SelectorPredicate
 
getIndex(int) - Method in class com.vaadin.client.widgets.Escalator.SubPartArguments
Returns the indicated index within the indices array.
getIndices() - Method in class com.vaadin.client.widgets.Escalator.SubPartArguments
Returns indices that define which particular element is being targeted.
getIndicesLength() - Method in class com.vaadin.client.widgets.Escalator.SubPartArguments
Returns how many indices there are within these arguments.
getInitFunctionName() - Method in class com.vaadin.client.JavaScriptConnectorHelper
 
getInnerHeight() - Method in class com.vaadin.client.MeasuredSize
 
getInnerHeight() - Method in class com.vaadin.client.widgets.Escalator
Gets the escalator's inner height.
getInnerHeight(Element) - Method in class com.vaadin.client.LayoutManager
Gets the inner height (excluding margins, paddings and borders) of the given element, provided that it has been measured.
getInnerHeightDouble(Element) - Method in class com.vaadin.client.LayoutManager
Gets the inner height (excluding margins, paddings and borders) of the given element, provided that it has been measured.
getInnerRenderer() - Method in class com.vaadin.client.renderers.HierarchyRenderer
Returns the wrapped renderer.
getInnerWidth() - Method in class com.vaadin.client.MeasuredSize
 
getInnerWidth() - Method in class com.vaadin.client.widgets.Escalator
Gets the escalator's inner width.
getInnerWidth(Element) - Method in class com.vaadin.client.LayoutManager
Gets the inner width (excluding margins, paddings and borders) of the given element, provided that it has been measured.
getInnerWidthDouble(Element) - Method in class com.vaadin.client.LayoutManager
Gets the inner width (excluding margins, paddings and borders) of the given element, provided that it has been measured.
getInputElement() - Method in class com.vaadin.client.ui.VCheckBox
Gives access to the input element.
getInt(String) - Method in class com.vaadin.client.ValueMap
 
getIntArray(String) - Method in class com.vaadin.client.ValueMap
 
getIntArrayAttribute(String) - Method in class com.vaadin.client.UIDL
Gets the named attribute as an int array.
getIntArrayVariable(String) - Method in class com.vaadin.client.UIDL
Gets the value of the named variable.
getIntAttribute(String) - Method in class com.vaadin.client.UIDL
Gets the named attribute as an int.
getInterval() - Method in class com.vaadin.client.communication.Heartbeat
 
getIntProperty(String) - Method in class com.vaadin.client.ComputedStyle
Retrieves the given computed property as an integer.
getIntValue(String) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
 
getIntVariable(String) - Method in class com.vaadin.client.UIDL
Gets the value of the named variable.
getInvoker(Method) - Static method in class com.vaadin.client.metadata.TypeDataStore
 
getISODate() - Method in class com.vaadin.client.ui.VAbstractTextualDate
Gets the value of the date field as a locale independent ISO date (yyyy-MM-dd'T'HH:mm:ss or yyyy-MM-dd depending on whether this is a date field or a date and time field).
getISOWeekNumber(Date) - Static method in class com.vaadin.client.DateTimeService
Returns the ISO-8601 week number of the given date.
getItem(Element) - Method in class com.vaadin.client.ui.VCheckBoxGroup
Returns the JsonObject used to populate the CheckBox widget that contains given Element.
getItem(Element) - Method in class com.vaadin.client.ui.VRadioButtonGroup
Returns the JsonObject used to populate the RadioButton widget that contains given Element.
getItems() - Method in class com.vaadin.client.ui.menubar.MenuBar
Deprecated.
Returns a list containing the MenuItem objects in the menu bar.
getItems() - Method in class com.vaadin.client.ui.VMenuBar
Returns a list of items in this menu.
getJavascriptConnectorHelper() - Method in interface com.vaadin.client.communication.HasJavaScriptConnectorHelper
 
getJavascriptConnectorHelper() - Method in class com.vaadin.client.connectors.JavaScriptRendererConnector
 
getJavascriptConnectorHelper() - Method in class com.vaadin.client.JavaScriptExtension
 
getJavascriptConnectorHelper() - Method in class com.vaadin.client.ui.JavaScriptComponentConnector
 
getJavaScriptObject(String) - Method in class com.vaadin.client.ValueMap
 
getJSStringArray(String) - Method in class com.vaadin.client.ValueMap
 
getJSValueMapArray(String) - Method in class com.vaadin.client.ValueMap
 
getKey(JsonObject) - Static method in interface com.vaadin.client.connectors.AbstractMultiSelectConnector.MultiSelectWidget
Returns the key for the given item.
getKeyArray() - Method in class com.vaadin.client.ValueMap
 
getKeyCode(KeyEvent<?>) - Static method in class com.vaadin.client.Util
Deprecated.
As of 7.4.0, use WidgetUtil.getKeyCode(KeyEvent) instead.
getKeyCode(KeyEvent<?>) - Static method in class com.vaadin.client.WidgetUtil
Helper method for a bug fix #14041.
getKeys() - Method in class com.vaadin.client.FastStringMap
 
getKeySet() - Method in class com.vaadin.client.ValueMap
 
getLabelElement() - Method in class com.vaadin.client.ui.VCheckBox
Gives access to the label element.
getLastItem() - Method in class com.vaadin.client.ui.menubar.MenuBar
Deprecated.
Gest the last item from the menu or null if no items.
getLastSeenServerSyncId() - Method in class com.vaadin.client.ApplicationConnection
 
getLastSeenServerSyncId() - Method in class com.vaadin.client.communication.MessageHandler
Gets the server id included in the last received response.
getLayoutClickRPC() - Method in class com.vaadin.client.ui.LayoutClickEventHandler
 
getLayoutManager() - Method in interface com.vaadin.client.ComponentConnector
 
getLayoutManager() - Method in class com.vaadin.client.ui.AbstractComponentConnector
 
getLayoutManager() - Method in class com.vaadin.client.ui.layout.ComponentConnectorLayoutSlot
Returns the layout manager for the managed layout.
getLayoutManager() - Method in class com.vaadin.client.ui.layout.ElementResizeEvent
Returns the current layout manager.
getLayoutManager() - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
Get the layout manager used by this layout.
getLeft() - Method in class com.vaadin.client.widgets.Overlay.PositionAndSize
Returns the pixel value for left css property.
getLeft() - Method in class com.vaadin.client.WidgetUtil.TextRectangle
 
getLimit() - Method in class com.vaadin.client.debug.internal.LogSection
Gets the current log row limit.
getListBox() - Method in class com.vaadin.client.ui.VNativeSelect
Gets the underlying ListBox widget that this widget wraps.
getLoadedBundles() - Method in class com.vaadin.client.metadata.ConnectorBundleLoader
Gets a list of all currently loaded bundle names.
getLoadingIndicator() - Method in class com.vaadin.client.ApplicationConnection
Returns the loading indicator used by this ApplicationConnection.
getLocale() - Method in class com.vaadin.client.DateTimeService
 
getLocation(Widget) - Method in class com.vaadin.client.ui.VCustomLayout
Get the location of an widget.
getLocator() - Method in class com.vaadin.client.debug.internal.SelectorPath
 
getLogicalRowIndex(TableRowElement) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Gets the logical row index for the given table row element.
getLongAttribute(String) - Method in class com.vaadin.client.UIDL
Gets the named attribute as a long.
getLongVariable(String) - Method in class com.vaadin.client.UIDL
Gets the value of the named variable.
getLookupKey() - Method in class com.vaadin.client.metadata.Method
Gets the string that is internally used when looking up generated support code for this method.
getLookupKey() - Method in class com.vaadin.client.metadata.Property
Gets the string that is internally used when looking up generated support code for this method.
getManager() - Method in interface com.vaadin.client.ui.dd.VDragAndDropManager.DDManagerMediator
Deprecated.
Returns DnD manager instance.
getMapAttribute(String) - Method in class com.vaadin.client.UIDL
Gets the named attribute as a Map of named values (key/value pairs).
getMargin() - Method in class com.vaadin.client.ComputedStyle
Get current margin values from the DOM.
getMarginBottom() - Method in class com.vaadin.client.MeasuredSize
 
getMarginBottom() - Method in class com.vaadin.client.ui.layout.Margins
Returns the height of the bottom margin.
getMarginBottom(Element) - Method in class com.vaadin.client.LayoutManager
Gets the bottom margin of the given element, provided that it has been measured.
getMarginHeight() - Method in class com.vaadin.client.ComputedStyle
Returns the sum of the top and bottom margin.
getMarginHeight() - Method in class com.vaadin.client.MeasuredSize
 
getMarginHeight(Element) - Method in class com.vaadin.client.LayoutManager
Gets the combined top & bottom margin of the given element, provided that they have been measured.
getMarginLeft() - Method in class com.vaadin.client.MeasuredSize
 
getMarginLeft() - Method in class com.vaadin.client.ui.layout.Margins
Returns the width of the left margin.
getMarginLeft(Element) - Method in class com.vaadin.client.LayoutManager
Gets the left margin of the given element, provided that it has been measured.
getMarginRight() - Method in class com.vaadin.client.MeasuredSize
 
getMarginRight() - Method in class com.vaadin.client.ui.layout.Margins
Returns the width of the right margin.
getMarginRight(Element) - Method in class com.vaadin.client.LayoutManager
Gets the right margin of the given element, provided that it has been measured.
getMarginTop() - Method in class com.vaadin.client.MeasuredSize
 
getMarginTop() - Method in class com.vaadin.client.ui.layout.Margins
Returns the height of the top margin.
getMarginTop(Element) - Method in class com.vaadin.client.LayoutManager
Gets the top margin of the given element, provided that it has been measured.
getMarginWidth() - Method in class com.vaadin.client.ComputedStyle
Returns the sum of the left and right margin.
getMarginWidth() - Method in class com.vaadin.client.MeasuredSize
 
getMarginWidth(Element) - Method in class com.vaadin.client.LayoutManager
Gets the combined left & right margin of the given element, provided that they have been measured.
getMaxCacheRange(Range, Range, Range) - Method in class com.vaadin.client.data.CacheStrategy.AbstractBasicSymmetricalCacheStrategy
 
getMaxCacheRange(Range, Range, Range) - Method in interface com.vaadin.client.data.CacheStrategy
Gets the maximum row range that should be cached.
getMaximumCacheSize(int) - Method in class com.vaadin.client.data.CacheStrategy.AbstractBasicSymmetricalCacheStrategy
Gets the maximum number of extra items to cache in one direction.
getMaximumCacheSize(int) - Method in class com.vaadin.client.data.CacheStrategy.DefaultCacheStrategy
 
getMaximumWidth() - Method in class com.vaadin.client.widgets.Grid.Column
Gets the maximum width for this column.
getMaximumWidth() - Method in class com.vaadin.client.widgets.Grid.SelectionColumn
 
getMaxTimeSpent() - Method in class com.vaadin.client.Profiler.Node
Gets the maximum time spent for one invocation of this node, including time spent in sub nodes.
getMaxTouchPoints() - Method in class com.vaadin.client.BrowserInfo
Get maximum supported touch points.
getMaxVisibleRowCount() - Method in class com.vaadin.client.widgets.Escalator
Gets the maximum number of body rows that can be visible on the screen at once.
getMaxWidth() - Method in class com.vaadin.client.VTooltip
Returns the maximum width of the tooltip popup.
getMeasuredSize(Element, MeasuredSize) - Method in class com.vaadin.client.LayoutManager
Gets the measured size for an element.
getMeasureTargets() - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
Deprecated.
As of 7.0.1, use LayoutDependencyTree.getMeasureTargetsJsArray() for improved performance.
getMeasureTargetsJsArray() - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
Returns a JsArrayString array of connectorIds for components that are waiting for either horizontal or vertical measuring.
getMenuItemWithElement(Element) - Method in class com.vaadin.client.ui.VMenuBar
Get menu item with given DOM element.
getMenuItemWithElement(Element) - Method in class com.vaadin.client.ui.VMenuBar
Deprecated.
As of 7.2, call or override VMenuBar.getMenuItemWithElement(Element) instead
getMessage() - Method in class com.vaadin.client.ApplicationConfiguration.ErrorMessage
 
getMessageHandler() - Method in class com.vaadin.client.ApplicationConnection
Gets the (server to client) message handler for this application.
getMessageSender() - Method in class com.vaadin.client.ApplicationConnection
Gets the (client to server) message sender for this application.
getMethod(MethodInvocation) - Static method in class com.vaadin.client.communication.RpcManager
Gets the method that an invocation targets.
getMethod(String) - Method in class com.vaadin.client.metadata.Type
 
getMilliseconds(Date) - Static method in class com.vaadin.client.DateTimeService
 
getMinCacheRange(Range, Range, Range) - Method in class com.vaadin.client.data.CacheStrategy.AbstractBasicSymmetricalCacheStrategy
 
getMinCacheRange(Range, Range, Range) - Method in interface com.vaadin.client.data.CacheStrategy
Gets the minimum row range that should be cached.
getMinimumCacheSize(int) - Method in class com.vaadin.client.data.CacheStrategy.AbstractBasicSymmetricalCacheStrategy
Gets the the minimum number of extra items to cache in one direction.
getMinimumCacheSize(int) - Method in class com.vaadin.client.data.CacheStrategy.DefaultCacheStrategy
 
getMinimumWidth() - Method in class com.vaadin.client.widgets.Grid.Column
Gets the minimum width for this column.
getMinimumWidth() - Method in class com.vaadin.client.widgets.Grid.SelectionColumn
 
getMinTimeSpent() - Method in class com.vaadin.client.Profiler.Node
Gets the minimum time spent for one invocation of this node, including time spent in sub nodes.
getModalityCurtain() - Method in class com.vaadin.client.ui.VWindow
Returns the modality curtain element.
getMonth(int) - Method in class com.vaadin.client.DateTimeService
 
getMonthNames(String) - Static method in class com.vaadin.client.LocaleService
 
getMultiSelectWidget() - Method in class com.vaadin.client.connectors.AbstractMultiSelectConnector
Returns the multiselect widget for this connector.
getMultiSelectWidget() - Method in class com.vaadin.client.ui.listselect.ListSelectConnector
 
getMultiSelectWidget() - Method in class com.vaadin.client.ui.twincolselect.TwinColSelectConnector
 
getName() - Method in class com.vaadin.client.componentlocator.SelectorPredicate
 
getName() - Method in class com.vaadin.client.metadata.AsyncBundleLoader
 
getName() - Method in class com.vaadin.client.metadata.Method
 
getName() - Method in class com.vaadin.client.metadata.Property
 
getName() - Method in class com.vaadin.client.Profiler.Node
Gets the name of the node.
getName() - Method in class com.vaadin.client.ui.dd.VHtml5File
Deprecated.
Returns the name value.
getName() - Method in enum com.vaadin.client.widgets.Escalator.AriaGridRole
Return the name of the Escalator.AriaGridRole.
getNameWithCount(String) - Method in class com.vaadin.client.debug.internal.SelectorPath
Get variable name with counter for given component name.
getNativeEventName(PointerEvent.EventType) - Static method in class com.vaadin.client.event.PointerEventSupport
 
getNativeEventName(PointerEvent.EventType) - Method in class com.vaadin.client.event.PointerEventSupportImpl
 
getNativeKeyCode() - Method in class com.vaadin.client.widget.grid.events.GridKeyDownEvent
Gets the native key code.
getNativeKeyCode() - Method in class com.vaadin.client.widget.grid.events.GridKeyUpEvent
Gets the native key code.
getNativeScrollbarSize() - Static method in class com.vaadin.client.Util
Deprecated.
As of 7.4.0, use WidgetUtil.getNativeScrollbarSize() instead.
getNativeScrollbarSize() - Static method in class com.vaadin.client.WidgetUtil
 
getNavigationDownKey() - Method in class com.vaadin.client.ui.VMenuBar
Get the key that moves the selection downwards.
getNavigationDownKey() - Method in class com.vaadin.client.ui.VSlider
Get the key that decreases the vertical slider.
getNavigationLeftKey() - Method in class com.vaadin.client.ui.VMenuBar
Get the key that moves the selection left.
getNavigationLeftKey() - Method in class com.vaadin.client.ui.VSlider
Get the key that decreases the horizontal slider.
getNavigationRightKey() - Method in class com.vaadin.client.ui.VMenuBar
Get the key that moves the selection right.
getNavigationRightKey() - Method in class com.vaadin.client.ui.VSlider
Get the key that increases the horizontal slider.
getNavigationSelectKey() - Method in class com.vaadin.client.ui.VMenuBar
Deprecated.
getNavigationSelectKey() - Method in class com.vaadin.client.ui.VTwinColSelect
Get the key that selects an item in the table.
getNavigationUpKey() - Method in class com.vaadin.client.ui.VMenuBar
Get the key that moves the selection upwards.
getNavigationUpKey() - Method in class com.vaadin.client.ui.VSlider
Get the key that increases the vertical slider.
getNewColumnOrder() - Method in class com.vaadin.client.widget.grid.events.ColumnReorderEvent
Gets the new ordering of columns.
getNewIndex() - Method in class com.vaadin.client.widget.escalator.events.SpacerIndexChangedEvent
Gets the new row index to which the spacer element belongs.
getNewX() - Method in class com.vaadin.client.ui.window.WindowMoveEvent
Gets the new x position of the window.
getNewY() - Method in class com.vaadin.client.ui.window.WindowMoveEvent
Gets the new y position of the window.
getNextFragment() - Method in class com.vaadin.client.communication.AtmospherePushConnection.FragmentedMessage
 
getNextKey() - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
The key that selects the next week in the calendar.
getNextTabKey() - Method in class com.vaadin.client.ui.VTabsheet
Returns the key code of the keyboard shortcut that focuses the next tab in a focused tabsheet.
getNullSelectionItemShouldBeVisible() - Method in class com.vaadin.client.ui.VComboBox
Returns null selection item should be visible or not.
getNumberOfDaysInMonth(Date) - Static method in class com.vaadin.client.DateTimeService
 
getOffsetSize() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
Gets the length of the scrollbar.
getOldChildren() - Method in class com.vaadin.client.ConnectorHierarchyChangeEvent
Returns a collection of the old children for the connector.
getOldColumnOrder() - Method in class com.vaadin.client.widget.grid.events.ColumnReorderEvent
Gets the ordering of columns prior to this event.
getOldIndex() - Method in class com.vaadin.client.widget.escalator.events.SpacerIndexChangedEvent
Gets the old row index to which the spacer element belongs.
getOnStateChangeMethods(Class<?>) - Static method in class com.vaadin.client.metadata.TypeDataStore
Gets data for all methods annotated with OnStateChange in the given connector type.
getOpenCalenderPanelKey() - Method in class com.vaadin.client.ui.VAbstractPopupCalendar
Get the key code that opens the calendar panel.
getOpenDelay() - Method in class com.vaadin.client.VTooltip
Returns the time (in ms) that should elapse after an event triggering tooltip showing has occurred (e.g. mouse over) before the tooltip is shown.
getOpenStackItem() - Method in class com.vaadin.client.ui.VAccordion
Returns the currently open stack item.
getOperaVersion() - Method in class com.vaadin.client.BrowserInfo
 
getOpposite() - Method in class com.vaadin.client.widget.grid.sort.SortOrder
Returns a new SortOrder object with the sort direction reversed.
getOptionKey() - Method in class com.vaadin.client.ui.VComboBox.ComboBoxSuggestion
Get the option key which represents the item on the server side.
getOptionsCaption() - Method in class com.vaadin.client.ui.VTwinColSelect
Gets the options caption HTML Widget.
getOrder() - Method in class com.vaadin.client.widget.grid.sort.SortEvent
Get the sort ordering that is to be applied to the Grid.
getOuterHeight() - Method in class com.vaadin.client.MeasuredSize
 
getOuterHeight(Element) - Method in class com.vaadin.client.LayoutManager
Gets the outer height (including margins, paddings and borders) of the given element, provided that it has been measured.
getOuterHeightDouble(Element) - Method in class com.vaadin.client.LayoutManager
Gets the outer height (including margins, paddings and borders) of the given element, provided that it has been measured.
getOuterWidth() - Method in class com.vaadin.client.MeasuredSize
 
getOuterWidth(Element) - Method in class com.vaadin.client.LayoutManager
Gets the outer width (including margins, paddings and borders) of the given element, provided that it has been measured.
getOuterWidthDouble(Element) - Method in class com.vaadin.client.LayoutManager
Gets the outer width (including margins, paddings and borders) of the given element, provided that it has been measured.
getOverlayContainer() - Method in class com.vaadin.client.debug.internal.VDebugWindow
Gets the container element for this window.
getOverlayContainer() - Method in class com.vaadin.client.ui.VOverlay
Deprecated.
Gets the 'overlay container' element.
getOverlayContainer() - Method in class com.vaadin.client.widgets.Overlay
Gets the 'overlay container' element.
getOverlayContainer(ApplicationConnection) - Static method in class com.vaadin.client.ui.VOverlay
Deprecated.
Gets the 'overlay container' element pertaining to the given ApplicationConnection.
getOwner() - Method in class com.vaadin.client.ui.VFormLayout.Caption
Returns Paintable for which this Caption belongs to.
getOwner() - Method in class com.vaadin.client.ui.VFormLayout.ErrorFlag
 
getOwner() - Method in class com.vaadin.client.VCaption
Returns Paintable for which this Caption belongs to.
getOwner() - Method in class com.vaadin.client.widgets.Overlay
Get owner (Widget that made this Overlay, not the layout parent) of Overlay.
getOwnerPid(Element) - Static method in class com.vaadin.client.VCaption
 
getOwnTime() - Method in class com.vaadin.client.Profiler.Node
Gets the total time spent in this node, excluding time spent in sub nodes.
getPadding() - Method in class com.vaadin.client.ComputedStyle
Get current padding values from the DOM.
getPaddingBottom() - Method in class com.vaadin.client.MeasuredSize
 
getPaddingBottom(Element) - Method in class com.vaadin.client.LayoutManager
Gets the bottom padding of the given element, provided that it has been measured.
getPaddingHeight() - Method in class com.vaadin.client.ComputedStyle
Returns the sum of the top and bottom padding.
getPaddingHeight() - Method in class com.vaadin.client.MeasuredSize
 
getPaddingHeight(Element) - Method in class com.vaadin.client.LayoutManager
Gets the padding height (top padding + bottom padding) of the given element, provided that it has been measured.
getPaddingLeft() - Method in class com.vaadin.client.MeasuredSize
 
getPaddingLeft(Element) - Method in class com.vaadin.client.LayoutManager
Gets the left padding of the given element, provided that it has been measured.
getPaddingRight() - Method in class com.vaadin.client.MeasuredSize
 
getPaddingRight(Element) - Method in class com.vaadin.client.LayoutManager
Gets the right padding of the given element, provided that it has been measured.
getPaddingTop() - Method in class com.vaadin.client.MeasuredSize
 
getPaddingTop(Element) - Method in class com.vaadin.client.LayoutManager
Gets the top padding of the given element, provided that it has been measured.
getPaddingWidth() - Method in class com.vaadin.client.ComputedStyle
Returns the sum of the top and bottom padding.
getPaddingWidth() - Method in class com.vaadin.client.MeasuredSize
 
getPaddingWidth(Element) - Method in class com.vaadin.client.LayoutManager
Gets the padding width (left padding + right padding) of the given element, provided that it has been measured.
getPageState() - Method in class com.vaadin.client.ui.ui.UIConnector
Returns the state of the Page associated with the UI.
getPaintable(UIDL) - Method in class com.vaadin.client.ApplicationConnection
Deprecated.
getPaintableAttribute(String, ApplicationConnection) - Method in class com.vaadin.client.UIDL
Gets the Paintable with the id found in the named attributes's value.
getPaintableId() - Method in interface com.vaadin.client.ui.ActionOwner
 
getPaintableVariable(String, ApplicationConnection) - Method in class com.vaadin.client.UIDL
Gets the Paintable with the id found in the named variable's value.
getParameters(UIDL) - Static method in class com.vaadin.client.ui.VEmbedded
Returns a map (name -> value) of all parameters in the UIDL.
getParameterTypes() - Method in class com.vaadin.client.metadata.Method
 
getParameterTypes() - Method in class com.vaadin.client.metadata.Type
 
getParameterTypes(MethodInvocation) - Method in class com.vaadin.client.communication.RpcManager
 
getParamTypes(Method) - Static method in class com.vaadin.client.metadata.TypeDataStore
 
getParent() - Method in class com.vaadin.client.ConnectorHierarchyChangeEvent
Returns the HasComponentsConnector for which this event occurred.
getParent() - Method in class com.vaadin.client.connectors.grid.AbstractSelectionModelConnector
 
getParent() - Method in class com.vaadin.client.connectors.grid.ColumnConnector
 
getParent() - Method in class com.vaadin.client.connectors.grid.DetailsManagerConnector
 
getParent() - Method in class com.vaadin.client.connectors.grid.EditorConnector
 
getParent() - Method in class com.vaadin.client.connectors.grid.TreeRendererConnector
 
getParent() - Method in interface com.vaadin.client.ServerConnector
Returns the parent of this connector.
getParent() - Method in class com.vaadin.client.ui.AbstractConnector
 
getParent() - Method in class com.vaadin.client.ui.composite.CompositeConnector
 
getParent() - Method in class com.vaadin.client.ui.dd.DragHandle
Returns the current parent element for this drag handle.
getParentMenu() - Method in class com.vaadin.client.ui.menubar.MenuItem
Deprecated.
Gets the menu that contains this item.
getParentMenu() - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
getParentMenu() - Method in class com.vaadin.client.ui.VMenuBar
Returns the parent menu of this menu, or null if this is the top-level menu.
getParentTag(int) - Method in class com.vaadin.client.ApplicationConfiguration
 
getPath() - Method in class com.vaadin.client.debug.internal.SelectorPath
 
getPathForElement(Element) - Method in class com.vaadin.client.componentlocator.ComponentLocator
Generates a String locator which uniquely identifies the target element.
getPathForElement(Element) - Method in class com.vaadin.client.componentlocator.LegacyLocatorStrategy
 
getPathForElement(Element) - Method in interface com.vaadin.client.componentlocator.LocatorStrategy
Generates a String locator which uniquely identifies the target element.
getPathForElement(Element) - Method in class com.vaadin.client.componentlocator.VaadinFinderLocatorStrategy
Generates a String locator which uniquely identifies the target element.
getPathForElement(Element) - Method in class com.vaadin.client.componentlocator.ComponentLocator
Deprecated.
As of 7.2, call and override ComponentLocator.getPathForElement(Element) instead
getPayload() - Method in class com.vaadin.client.communication.XhrConnectionError
Returns the payload which was sent to the server.
getPlaceHolder() - Method in class com.vaadin.client.ui.VAbstractTextualDate
Gets the set placeholder this textual date input, or an empty string if none is set.
getPointerId() - Method in class com.vaadin.client.event.PointerEvent
Gets a unique identifier for the pointer that caused this event.
getPointerType() - Method in class com.vaadin.client.event.PointerEvent
Gets the type of the pointer device that caused this event.
getPreferredHeight() - Method in class com.vaadin.client.ui.menubar.MenuBar
Deprecated.
Gets the preferred height of the menu.
getPresentationType(Class<?>) - Static method in class com.vaadin.client.metadata.TypeDataStore
 
getPressure() - Method in class com.vaadin.client.event.PointerEvent
Gets the pressure of the pointer input as a value in the range of [0, 1] where 0 and 1 represent the minimum and maximum, respectively.
getPreviousKey() - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
The key that selects the previous week in the calendar.
getPreviousTabKey() - Method in class com.vaadin.client.ui.VTabsheet
Returns the key code of the keyboard shortcut that focuses the previous tab in a focused tabsheet.
getProperties() - Method in class com.vaadin.client.metadata.OnStateChangeMethod
Gets the list of state property names to listen for.
getProperties() - Method in class com.vaadin.client.metadata.Type
Deprecated.
As of 7.0.1, use Type.getPropertiesAsArray() instead for improved performance
getProperties(Type) - Static method in class com.vaadin.client.metadata.TypeDataStore
Deprecated.
As of 7.0.1, use TypeDataStore.getPropertiesAsArray(Type) instead for improved performance
getPropertiesAsArray() - Method in class com.vaadin.client.metadata.Type
 
getPropertiesAsArray(Type) - Static method in class com.vaadin.client.metadata.TypeDataStore
 
getProperty(String) - Method in class com.vaadin.client.ComputedStyle
Gets the value of the given property.
getProperty(String) - Method in class com.vaadin.client.metadata.Type
 
getPropertyValue(String) - Method in class com.vaadin.client.CSSRule
Returns a specific property value from this CSS rule.
getProxyHandler(Type) - Static method in class com.vaadin.client.metadata.TypeDataStore
 
getPushId() - Method in class com.vaadin.client.communication.MessageHandler
Gets the push connection identifier for this session.
getQuickOpenDelay() - Method in class com.vaadin.client.VTooltip
Returns the time (in ms) that should elapse before a tooltip will be shown, in the situation when a tooltip has very recently been shown (within VTooltip.getQuickOpenDelay() ms).
getQuickOpenTimeout() - Method in class com.vaadin.client.VTooltip
Returns the time (in ms) during which VTooltip.getQuickOpenDelay() should be used instead of VTooltip.getOpenDelay().
getRawNumber(String) - Method in class com.vaadin.client.ValueMap
 
getRelativeTimeMillis() - Static method in class com.vaadin.client.Profiler
Returns time relative to the particular page load time.
getRelativeToElement() - Method in class com.vaadin.client.ui.AbstractClickEventHandler
Click event calculates and returns coordinates relative to the element returned by this method.
getRelativeX(Element, NativeEvent) - Static method in class com.vaadin.client.WidgetUtil
Returns the X coordinate of an event relative to an element.
getRelativeY(Element, NativeEvent) - Static method in class com.vaadin.client.WidgetUtil
Returns the Y coordinate of an event relative to an element.
getRemoved() - Method in class com.vaadin.client.widget.grid.selection.SelectionEvent
Gets all rows removed from the selection since the last SelectionEvent.
getRenderedSize() - Method in class com.vaadin.client.RenderInformation
 
getRenderedWidth() - Method in class com.vaadin.client.VCaption
 
getRenderer() - Method in class com.vaadin.client.connectors.AbstractRendererConnector
Returns the renderer associated with this renderer connector.
getRenderer() - Method in class com.vaadin.client.connectors.ButtonRendererConnector
 
getRenderer() - Method in class com.vaadin.client.connectors.grid.MultiSelectionModelConnector.MultiSelectionModel
 
getRenderer() - Method in class com.vaadin.client.connectors.grid.ProgressBarRendererConnector
 
getRenderer() - Method in class com.vaadin.client.connectors.grid.TextRendererConnector
 
getRenderer() - Method in class com.vaadin.client.connectors.grid.UnsafeHtmlRendererConnector
 
getRenderer() - Method in class com.vaadin.client.connectors.ImageRendererConnector
 
getRenderer() - Method in interface com.vaadin.client.widget.grid.selection.SelectionModelWithSelectionColumn
Returns a new instance of the Renderer for selection column.
getRenderer() - Method in class com.vaadin.client.widgets.Grid.Column
The renderer to render the cell with.
getReplacementString() - Method in class com.vaadin.client.ui.VComboBox.ComboBoxSuggestion
Get a string that represents this item.
getRequest() - Method in class com.vaadin.client.communication.XhrConnectionError
Returns the request for which the problem occurred.
getRequestedAvailability() - Method in class com.vaadin.client.data.AbstractRemoteDataSource
Gets the row index range that was requested by the previous call to AbstractRemoteDataSource.ensureAvailability(int, int).
getRequestedRange() - Method in class com.vaadin.client.data.AbstractRemoteDataSource.RequestRowsCallback
Gets the range of rows that was requested.
getRequiredHeight(Element) - Static method in class com.vaadin.client.Util
Deprecated.
As of 7.4.0, use WidgetUtil.getRequiredHeight(Element) instead.
getRequiredHeight(Element) - Static method in class com.vaadin.client.WidgetUtil
Gets the border-box height for the given element, i.e. element height + border + padding.
getRequiredHeight(Widget) - Static method in class com.vaadin.client.Util
Deprecated.
As of 7.4.0, use WidgetUtil.getRequiredHeight(Widget) instead.
getRequiredHeight(Widget) - Static method in class com.vaadin.client.WidgetUtil
 
getRequiredHeightBoundingClientRect(Element) - Static method in class com.vaadin.client.Util
Deprecated.
getRequiredHeightBoundingClientRect(Element) - Static method in class com.vaadin.client.WidgetUtil
Calculates the height of the element's bounding rectangle.
getRequiredHeightBoundingClientRectDouble(Element) - Static method in class com.vaadin.client.WidgetUtil
Calculates the height of the element's bounding rectangle to subpixel precision.
getRequiredHeightComputedStyle(Element) - Static method in class com.vaadin.client.Util
Deprecated.
getRequiredHeightComputedStyle(Element) - Static method in class com.vaadin.client.WidgetUtil
 
getRequiredHeightComputedStyleDouble(Element) - Static method in class com.vaadin.client.WidgetUtil
 
getRequiredHeightDouble(Element) - Static method in class com.vaadin.client.WidgetUtil
Gets the border-box height for the given element, i.e. element height + border + padding.
getRequiredWidth() - Method in class com.vaadin.client.ui.VTabsheet.TabCaption
 
getRequiredWidth() - Method in class com.vaadin.client.VCaption
 
getRequiredWidth(Element) - Static method in class com.vaadin.client.Util
Deprecated.
As of 7.4.0, use WidgetUtil.getRequiredWidth(Element) instead.
getRequiredWidth(Element) - Static method in class com.vaadin.client.WidgetUtil
Gets the border-box width for the given element, i.e. element width + border + padding.
getRequiredWidth(Widget) - Static method in class com.vaadin.client.Util
Deprecated.
As of 7.4.0, use WidgetUtil.getRequiredWidth(Widget) instead.
getRequiredWidth(Widget) - Static method in class com.vaadin.client.WidgetUtil
 
getRequiredWidthBoundingClientRect(Element) - Method in class com.vaadin.client.Util
Deprecated.
getRequiredWidthBoundingClientRect(Element) - Static method in class com.vaadin.client.WidgetUtil
Calculates the width of the element's bounding rectangle.
getRequiredWidthBoundingClientRectDouble(Element) - Static method in class com.vaadin.client.WidgetUtil
Calculates the width of the element's bounding rectangle to subpixel precision.
getRequiredWidthComputedStyle(Element) - Static method in class com.vaadin.client.Util
Deprecated.
getRequiredWidthComputedStyle(Element) - Static method in class com.vaadin.client.WidgetUtil
 
getRequiredWidthComputedStyleDouble(Element) - Static method in class com.vaadin.client.WidgetUtil
 
getRequiredWidthDouble(Element) - Static method in class com.vaadin.client.WidgetUtil
Gets the border-box width for the given element, i.e. element width + border + padding.
getResetKey() - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Returns the reset key which will reset the calendar to the previous selection.
getResolution() - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Returns the current date resolution.
getResolution(Predicate<R>) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Finds the resolution by the filter.
getResolutions() - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Returns all available resolutions for the widget.
getResolutions() - Method in class com.vaadin.client.ui.VDateField
Returns all available resolutions for the field in the ascending order (which is the same as order of enumeration ordinals).
getResolutionVariable(R) - Method in class com.vaadin.client.ui.VDateField
Returns a resolution variable name for the given resolution.
getResource(String) - Method in class com.vaadin.client.ApplicationConnection
Gets a resource that has been pre-loaded via UIDL, such as custom layouts.
getResourceLoader() - Method in class com.vaadin.client.ResourceLoader.ResourceLoadEvent
Gets the resource loader that has fired this event.
getResourceUrl() - Method in class com.vaadin.client.ResourceLoader.ResourceLoadEvent
Gets the absolute url of the loaded resource.
getResourceUrl(String) - Method in class com.vaadin.client.ui.AbstractConnector
Gets the URL for a resource that has been added by the server-side connector using com.vaadin.terminal.AbstractClientConnector#setResource(String, com.vaadin.terminal.Resource) with the same key.
getResponse() - Method in class com.vaadin.client.communication.XhrConnectionError
Returns the received response, if available.
getResponseBody() - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereResponse
 
getReturnType() - Method in class com.vaadin.client.metadata.Method
 
getReturnType(Method) - Static method in class com.vaadin.client.metadata.TypeDataStore
 
getRight() - Method in class com.vaadin.client.WidgetUtil.TextRectangle
 
getRoot() - Method in class com.vaadin.client.ui.VMenuBar
 
getRootElement() - Method in class com.vaadin.client.ApplicationConfiguration
Get the root element instance used for this application.
getRootPanelId() - Method in class com.vaadin.client.ApplicationConfiguration
 
getRow() - Method in class com.vaadin.client.data.AbstractRemoteDataSource.RowHandleImpl
 
getRow() - Method in class com.vaadin.client.data.DataSource.RowHandle
Gets the most recent representation for the row this handle represents.
getRow() - Method in class com.vaadin.client.renderers.ClickableRenderer.RendererClickEvent
Returns the data object corresponding to the row of the clicked button.
getRow() - Method in class com.vaadin.client.widget.escalator.Cell
Returns the index of the row the cell resides in.
getRow() - Method in class com.vaadin.client.widget.escalator.FlyweightCell
Returns the row index of the cell.
getRow() - Method in class com.vaadin.client.widget.escalator.FlyweightRow
 
getRow() - Method in interface com.vaadin.client.widget.escalator.Row
Gets the row index.
getRow() - Method in interface com.vaadin.client.widget.escalator.Spacer
Gets the row index.
getRow() - Method in class com.vaadin.client.widget.grid.CellReference
Gets the row data object.
getRow() - Method in interface com.vaadin.client.widget.grid.EditorHandler.EditorRequest
Returns the row data related to the row being requested.
getRow() - Method in class com.vaadin.client.widget.grid.RowReference
Gets the row data object.
getRow() - Method in class com.vaadin.client.widgets.Grid.Editor
Returns the index of the row that is currently assigned to the editor.
getRow(int) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
 
getRow(int) - Method in interface com.vaadin.client.data.DataSource
Retrieves the data for the row at the given index.
getRow(int) - Method in class com.vaadin.client.widget.grid.datasources.ListDataSource
 
getRow(int) - Method in class com.vaadin.client.widgets.Grid.StaticSection
Returns the row at the given position.
getRowCount() - Method in interface com.vaadin.client.widget.escalator.RowContainer
Gets the number of rows in the current row container.
getRowCount() - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
 
getRowCount() - Method in class com.vaadin.client.widgets.Grid.StaticSection
Returns the number of rows in this section.
getRowData(TableRowElement) - Method in class com.vaadin.client.connectors.grid.GridDropTargetConnector
Get the row data as json object for the given row.
getRowData(JsonObject) - Static method in class com.vaadin.client.connectors.AbstractListingConnector
Returns the data of the given data row.
getRowElement(int) - Method in interface com.vaadin.client.widget.escalator.RowContainer
Gets the row element with given logical index.
getRowElement(int) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
 
getRowElementRole() - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Gets the role attribute of an element to represent a row in a grid.
getRowHeights() - Method in class com.vaadin.client.ui.VGridLayout
Returns the row heights measured in pixels.
getRowIndex() - Method in class com.vaadin.client.widget.escalator.events.SpacerVisibilityChangedEvent
Gets the row index to which the spacer element belongs.
getRowIndex() - Method in class com.vaadin.client.widget.grid.CellReference
Gets the row index of the row.
getRowIndex() - Method in interface com.vaadin.client.widget.grid.EditorHandler.EditorRequest
Returns the index of the row being requested.
getRowIndex() - Method in class com.vaadin.client.widget.grid.RowReference
Gets the row index of the row.
getRowIndex() - Method in class com.vaadin.client.widgets.Grid.EditorDomEvent
Returns the row index the editor is open at.
getRowKey(JsonObject) - Static method in class com.vaadin.client.connectors.AbstractListingConnector
Returns the key of the given data row.
getRowKey(JsonObject) - Method in class com.vaadin.client.connectors.data.DataCommunicatorConnector.VaadinDataSource
 
getRowKey(JsonObject) - Method in class com.vaadin.client.connectors.grid.AbstractGridRendererConnector
Gets the row key for a row object.
getRowKey(JsonObject) - Static method in class com.vaadin.client.connectors.grid.EditorConnector
Returns the key of the given data row.
getRowKey(T) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
Gets a stable key for the row object.
getRowReference() - Method in class com.vaadin.client.widget.grid.CellReference
Gets the RowReference for this CellReference.
getRows() - Method in class com.vaadin.client.ui.VListSelect
Returns the number of visible items for the list select.
getRows() - Method in class com.vaadin.client.ui.VTwinColSelect
Returns the number of visible items for the list boxes.
getRows() - Method in class com.vaadin.client.widgets.Grid.StaticSection
Returns the current list of rows within this section.
getRowStyleGenerator() - Method in class com.vaadin.client.widgets.Grid
Gets the style generator that is used for generating styles for rows.
getRowTop(TableRowElement) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Returns the assigned top position for the given element.
getRpcImplementations(String) - Method in interface com.vaadin.client.ServerConnector
For internal use by the framework: returns the registered RPC implementations for an RPC interface identifier.
getRpcImplementations(String) - Method in class com.vaadin.client.ui.AbstractConnector
 
getRpcManager() - Method in class com.vaadin.client.ApplicationConnection
Gets the server rpc manager for this application.
getRpcProxy() - Method in class com.vaadin.client.ui.VTabsheet
Returns the client to server RPC proxy for the tabsheet.
getRpcProxy(Class<T>) - Method in class com.vaadin.client.ui.AbstractConnector
Returns an RPC proxy object which can be used to invoke the RPC method on the server.
getRunningApplications() - Static method in class com.vaadin.client.ApplicationConfiguration
 
getSanitizedValue() - Method in class com.vaadin.client.ui.VRichTextArea
Browsers differ in what they return as the content of a visually empty rich text area.
getSaveCaption() - Method in class com.vaadin.client.widgets.Grid.Editor
Returns the caption of the save button.
getScreenHeight() - Method in class com.vaadin.client.BrowserInfo
 
getScreenWidth() - Method in class com.vaadin.client.BrowserInfo
 
getScrollArea() - Method in class com.vaadin.client.widget.grid.AutoScroller
Returns the size of the auto scroll area in pixels.
getScrollbarSize() - Method in class com.vaadin.client.RenderSpace
In case containing block has oveflow: auto, this method must return number of pixels used by scrollbar.
getScrollbarThickness() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
Gets the scrollbar's thickness.
getScrollHeight() - Method in class com.vaadin.client.widgets.Escalator
Returns the scroll height for the escalator.
getScrollHeight() - Method in class com.vaadin.client.widgets.Grid
Returns the height of the scrollable area in pixels.
getScrollingBoundary(ComponentConnector) - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
Returns the scrolling boundary for this component.
getScrollLeft() - Method in class com.vaadin.client.widgets.Escalator
Returns the logical horizontal scroll offset.
getScrollLeft() - Method in class com.vaadin.client.widgets.Grid
Gets the horizontal scroll offset.
getScrollPos() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
Gets the scroll position of the scrollbar in the axis the scrollbar is representing.
getScrollPosition() - Method in class com.vaadin.client.ui.FocusableScrollPanel
Gets the vertical scroll position.
getScrollSize() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
Gets the amount of pixels the scrollbar needs to be able to scroll through.
getScrollTop() - Method in class com.vaadin.client.widgets.Escalator
Returns the vertical scroll offset.
getScrollTop() - Method in class com.vaadin.client.widgets.Grid
Gets the vertical scroll offset.
getScrollWidth() - Method in class com.vaadin.client.widgets.Escalator
Returns the scroll width for the escalator.
getScrollWidth() - Method in class com.vaadin.client.widgets.Grid
Returns the width of the scrollable area in pixels.
getSecondContainer() - Method in class com.vaadin.client.ui.VAbstractSplitPanel
Gets the second region's container element.
getSecondDelay() - Method in class com.vaadin.client.VLoadingIndicator
Returns the delay (in ms) which must pass before the loading indicator moves to its "second" state.
getSecondWidget() - Method in class com.vaadin.client.ui.VAbstractSplitPanel
Returns the widget in the second region, if any.
getSection() - Method in class com.vaadin.client.widget.grid.EventCellReference
Gets the Grid section where the referenced cell is.
getSection() - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
Returns the section where this cell belongs.
getSection() - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticRow
Returns the section where this row belongs.
getSelectAllCheckBox() - Method in class com.vaadin.client.widgets.Grid.SelectionColumn
Returns the select all checkbox, which is present in the default header if the used selection model is of type SelectionModelWithSelectionColumn.
getSelectAllHandler() - Method in class com.vaadin.client.widget.grid.datasources.ListDataSource
Returns a SelectAllHandler for this ListDataSource.
getSelected() - Method in class com.vaadin.client.ui.VMenuBar
Returns the currently selected item of this menu, or null if nothing is selected.
getSelectedCaption() - Method in class com.vaadin.client.ui.VComboBox
This method is meant for internal use and may change in future versions.
getSelectedIndex() - Method in class com.vaadin.client.ui.menubar.MenuBar
Deprecated.
Gets the index of the selected item.
getSelectedItem() - Method in class com.vaadin.client.ui.menubar.MenuBar
Deprecated.
Returns the MenuItem that is currently selected (highlighted) by the user.
getSelectedItems() - Method in class com.vaadin.client.ui.VListSelect
Gets the currently selected item values.
getSelectedX() - Method in class com.vaadin.client.ui.colorpicker.VColorPickerGrid
Returns currently selected x-coordinate of the grid.
getSelectedY() - Method in class com.vaadin.client.ui.colorpicker.VColorPickerGrid
Returns currently selected y-coordinate of the grid.
getSelectionColumn() - Method in class com.vaadin.client.widgets.Grid
Returns the selection column for the grid if the selection model is of type SelectionModelWithSelectionColumn.
getSelectionModel() - Method in class com.vaadin.client.widget.grid.events.SelectAllEvent
The selection model in use.
getSelectionModel() - Method in class com.vaadin.client.widgets.Grid
Gets a reference to the current selection model.
getSelectionsCaption() - Method in class com.vaadin.client.ui.VTwinColSelect
Gets the selections caption HTML widget.
getSelectKey() - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Returns the select key which selects the value.
getSelector() - Method in class com.vaadin.client.CSSRule
 
getSelectTabKey() - Method in class com.vaadin.client.ui.VTabsheet
Gets the key to select the focused tab when navigating using previous/next (left/right) keys.
getServerRpcQueue() - Method in class com.vaadin.client.ApplicationConnection
Gets the server RPC queue for this application.
getServerSideClassNameForTag(Integer) - Method in class com.vaadin.client.ApplicationConfiguration
 
getServiceUrl() - Method in class com.vaadin.client.ApplicationConfiguration
Gets the URL to the server-side VaadinService.
getServiceUrlParameterName() - Method in class com.vaadin.client.ApplicationConfiguration
Return the name of the parameter used to to send data to the service url.
getServletVersion() - Method in class com.vaadin.client.ApplicationConfiguration
 
getSessionExpiredError() - Method in class com.vaadin.client.ApplicationConfiguration
 
getShortcutActionHandler() - Method in interface com.vaadin.client.ui.ShortcutActionHandler.ShortcutActionHandlerOwner
Returns the ShortCutActionHandler currently used or null if there is currently no shortcutactionhandler.
getShortcutActionHandler() - Method in class com.vaadin.client.ui.VPanel
 
getShortcutActionHandler() - Method in class com.vaadin.client.ui.VUI
 
getShortcutActionHandler() - Method in class com.vaadin.client.ui.VWindow
 
getShortDay(int) - Method in class com.vaadin.client.DateTimeService
Returns the localized short name of the specified day.
getShortDayNames(String) - Static method in class com.vaadin.client.LocaleService
 
getShortMonth(int) - Method in class com.vaadin.client.DateTimeService
 
getShortMonthNames(String) - Static method in class com.vaadin.client.LocaleService
 
getSidebarColumnOrder() - Method in class com.vaadin.client.widgets.Grid
Get the set ordering of the columns in the sidebar menu
getSidebarMenu() - Method in class com.vaadin.client.widgets.Grid
Gets the customizable menu bar that is by default used for toggling column hidability.
getSignature() - Method in class com.vaadin.client.metadata.Method
The unique signature used to identify this method.
getSignature() - Method in class com.vaadin.client.metadata.Property
The unique signature used to identify this property.
getSignature() - Method in class com.vaadin.client.metadata.Type
The unique signature used to identify this type.
getSimpleName(Object) - Static method in class com.vaadin.client.Util
Deprecated.
As of 7.4, use Class.getSimpleName() instead.
getSize() - Method in class com.vaadin.client.ui.dd.VHtml5File
Deprecated.
Browser implementations support files >2GB dropped and report the value as long.
getSizeOfCellGroup(Grid.Column<?, ?>) - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticRow
Returns the size of the cell group for the given column.
getSlot(Element) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
Gets a slot based on the widget element.
getSlot(Element) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
Deprecated.
As of 7.2, call or override VAbstractOrderedLayout.getSlot(Element) instead
getSlot(Widget) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
Get the containing slot for a widget.
getSortOrder() - Method in class com.vaadin.client.widgets.Grid
Get a copy of the current sort order array.
getSource() - Method in class com.vaadin.client.widget.grid.selection.SelectionEvent
Gets a reference to the Grid object that fired this event.
getSource() - Method in class com.vaadin.client.widget.grid.sort.SortEvent
Get access to the Grid that fired this event.
getSpacerUpdater() - Method in interface com.vaadin.client.widget.escalator.RowContainer.BodyRowContainer
Gets the spacer updater currently in use.
getSpaceSelectionHandler() - Method in class com.vaadin.client.connectors.grid.AbstractSelectionModelConnector
Gets space selection handler registered for the Grid.
getSpacingElement() - Method in class com.vaadin.client.ui.orderedlayout.Slot
Get the element which is added to make the spacing.
getSpacingResizeListener() - Method in class com.vaadin.client.ui.orderedlayout.Slot
Returns the spacing element resize listener for this slot if one has been set.
getSplitterPosition() - Method in class com.vaadin.client.ui.VAbstractSplitPanel
For internal use only.
getSrc(String, ApplicationConnection) - Method in class com.vaadin.client.ui.VEmbedded
Helper to return translated src-attribute from embedded's UIDL
getStackItem(int) - Method in class com.vaadin.client.ui.VAccordion
For internal use only.
getStackItems() - Method in class com.vaadin.client.ui.VAccordion
Returns an iterable over all the stack items.
getStart() - Method in class com.vaadin.client.ui.CalendarEntry
 
getStartWeekDay(Date) - Method in class com.vaadin.client.DateTimeService
Returns the first day of week of the specified month.
getState() - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereResponse
 
getState() - Method in interface com.vaadin.client.ComponentConnector
 
getState() - Method in class com.vaadin.client.connectors.AbstractListingConnector
 
getState() - Method in class com.vaadin.client.connectors.AbstractMultiSelectConnector
 
getState() - Method in class com.vaadin.client.connectors.AbstractRendererConnector
 
getState() - Method in class com.vaadin.client.connectors.AbstractSingleSelectConnector
 
getState() - Method in class com.vaadin.client.connectors.ButtonRendererConnector
 
getState() - Method in class com.vaadin.client.connectors.ClickableRendererConnector
 
getState() - Method in class com.vaadin.client.connectors.data.DataCommunicatorConnector
 
getState() - Method in class com.vaadin.client.connectors.grid.AbstractSelectionModelConnector
 
getState() - Method in class com.vaadin.client.connectors.grid.ColumnConnector
 
getState() - Method in class com.vaadin.client.connectors.grid.ComponentRendererConnector
 
getState() - Method in class com.vaadin.client.connectors.grid.DateRendererConnector
 
getState() - Method in class com.vaadin.client.connectors.grid.DetailsManagerConnector
 
getState() - Method in class com.vaadin.client.connectors.grid.EditorConnector
 
getState() - Method in class com.vaadin.client.connectors.grid.GridConnector
 
getState() - Method in class com.vaadin.client.connectors.grid.GridDragSourceConnector
 
getState() - Method in class com.vaadin.client.connectors.grid.GridDropTargetConnector
 
getState() - Method in class com.vaadin.client.connectors.grid.LocalDateRendererConnector
 
getState() - Method in class com.vaadin.client.connectors.grid.LocalDateTimeRendererConnector
 
getState() - Method in class com.vaadin.client.connectors.grid.MultiSelectionModelConnector
 
getState() - Method in class com.vaadin.client.connectors.grid.NumberRendererConnector
 
getState() - Method in class com.vaadin.client.connectors.grid.ProgressBarRendererConnector
 
getState() - Method in class com.vaadin.client.connectors.grid.SingleSelectionModelConnector
 
getState() - Method in class com.vaadin.client.connectors.grid.TextRendererConnector
 
getState() - Method in class com.vaadin.client.connectors.grid.TreeGridDragSourceConnector
 
getState() - Method in class com.vaadin.client.connectors.grid.TreeGridDropTargetConnector
 
getState() - Method in class com.vaadin.client.connectors.grid.TreeRendererConnector
 
getState() - Method in class com.vaadin.client.connectors.grid.UnsafeHtmlRendererConnector
 
getState() - Method in class com.vaadin.client.connectors.ImageRendererConnector
 
getState() - Method in class com.vaadin.client.connectors.JavaScriptRendererConnector
 
getState() - Method in class com.vaadin.client.connectors.tree.TreeMultiSelectionModelConnector
 
getState() - Method in class com.vaadin.client.extensions.AbstractEventTriggerExtensionConnector
 
getState() - Method in class com.vaadin.client.extensions.BrowserWindowOpenerConnector
 
getState() - Method in class com.vaadin.client.extensions.DragSourceExtensionConnector
 
getState() - Method in class com.vaadin.client.extensions.DropTargetExtensionConnector
 
getState() - Method in class com.vaadin.client.extensions.FileDownloaderConnector
 
getState() - Method in class com.vaadin.client.extensions.FileDropTargetConnector
 
getState() - Method in class com.vaadin.client.extensions.javascriptmanager.JavaScriptManagerConnector
 
getState() - Method in class com.vaadin.client.extensions.ResponsiveConnector
 
getState() - Method in class com.vaadin.client.JavaScriptExtension
 
getState() - Method in class com.vaadin.client.metadata.AsyncBundleLoader
 
getState() - Method in interface com.vaadin.client.ServerConnector
Gets the current shared state of the connector.
getState() - Method in class com.vaadin.client.ui.absolutelayout.AbsoluteLayoutConnector
 
getState() - Method in class com.vaadin.client.ui.AbstractComponentConnector
 
getState() - Method in class com.vaadin.client.ui.AbstractConnector
Returns the shared state object for this connector.
getState() - Method in class com.vaadin.client.ui.AbstractFieldConnector
 
getState() - Method in class com.vaadin.client.ui.AbstractLayoutConnector
 
getState() - Method in class com.vaadin.client.ui.accordion.AccordionConnector
 
getState() - Method in class com.vaadin.client.ui.audio.AudioConnector
 
getState() - Method in class com.vaadin.client.ui.browserframe.BrowserFrameConnector
 
getState() - Method in class com.vaadin.client.ui.button.ButtonConnector
 
getState() - Method in class com.vaadin.client.ui.checkbox.CheckBoxConnector
 
getState() - Method in class com.vaadin.client.ui.colorpicker.AbstractColorPickerConnector
 
getState() - Method in class com.vaadin.client.ui.colorpicker.ColorPickerAreaConnector
 
getState() - Method in class com.vaadin.client.ui.colorpicker.ColorPickerConnector
 
getState() - Method in class com.vaadin.client.ui.colorpicker.ColorPickerGradientConnector
 
getState() - Method in class com.vaadin.client.ui.colorpicker.ColorPickerGridConnector
 
getState() - Method in class com.vaadin.client.ui.combobox.ComboBoxConnector
 
getState() - Method in class com.vaadin.client.ui.composite.CompositeConnector
 
getState() - Method in class com.vaadin.client.ui.csslayout.CssLayoutConnector
 
getState() - Method in class com.vaadin.client.ui.customfield.CustomFieldConnector
 
getState() - Method in class com.vaadin.client.ui.customlayout.CustomLayoutConnector
 
getState() - Method in class com.vaadin.client.ui.datefield.AbstractDateFieldConnector
 
getState() - Method in class com.vaadin.client.ui.datefield.AbstractInlineDateFieldConnector
 
getState() - Method in class com.vaadin.client.ui.datefield.AbstractTextualDateConnector
 
getState() - Method in class com.vaadin.client.ui.datefield.DateFieldConnector
 
getState() - Method in class com.vaadin.client.ui.datefield.DateTimeFieldConnector
 
getState() - Method in class com.vaadin.client.ui.datefield.TextualDateConnector
 
getState() - Method in class com.vaadin.client.ui.embedded.EmbeddedConnector
 
getState() - Method in class com.vaadin.client.ui.formlayout.FormLayoutConnector
 
getState() - Method in class com.vaadin.client.ui.gridlayout.GridLayoutConnector
 
getState() - Method in class com.vaadin.client.ui.image.ImageConnector
 
getState() - Method in class com.vaadin.client.ui.JavaScriptComponentConnector
 
getState() - Method in class com.vaadin.client.ui.label.LabelConnector
 
getState() - Method in class com.vaadin.client.ui.link.LinkConnector
 
getState() - Method in class com.vaadin.client.ui.listselect.ListSelectConnector
 
getState() - Method in class com.vaadin.client.ui.loginform.LoginFormConnector
 
getState() - Method in class com.vaadin.client.ui.MediaBaseConnector
 
getState() - Method in class com.vaadin.client.ui.menubar.MenuBarConnector
 
getState() - Method in class com.vaadin.client.ui.nativebutton.NativeButtonConnector
 
getState() - Method in class com.vaadin.client.ui.nativeselect.NativeSelectConnector
 
getState() - Method in class com.vaadin.client.ui.notification.NotificationConnector
 
getState() - Method in class com.vaadin.client.ui.optiongroup.CheckBoxGroupConnector
 
getState() - Method in class com.vaadin.client.ui.optiongroup.RadioButtonGroupConnector
 
getState() - Method in class com.vaadin.client.ui.orderedlayout.AbstractOrderedLayoutConnector
 
getState() - Method in class com.vaadin.client.ui.orderedlayout.HorizontalLayoutConnector
 
getState() - Method in class com.vaadin.client.ui.orderedlayout.VerticalLayoutConnector
 
getState() - Method in class com.vaadin.client.ui.panel.PanelConnector
 
getState() - Method in class com.vaadin.client.ui.passwordfield.PasswordFieldConnector
 
getState() - Method in class com.vaadin.client.ui.popupview.PopupViewConnector
 
getState() - Method in class com.vaadin.client.ui.progressbar.ProgressBarConnector
 
getState() - Method in class com.vaadin.client.ui.richtextarea.RichTextAreaConnector
 
getState() - Method in class com.vaadin.client.ui.slider.SliderConnector
 
getState() - Method in class com.vaadin.client.ui.splitpanel.AbstractSplitPanelConnector
 
getState() - Method in class com.vaadin.client.ui.splitpanel.HorizontalSplitPanelConnector
 
getState() - Method in class com.vaadin.client.ui.splitpanel.VerticalSplitPanelConnector
 
getState() - Method in class com.vaadin.client.ui.tabsheet.TabsheetBaseConnector
 
getState() - Method in class com.vaadin.client.ui.textarea.TextAreaConnector
 
getState() - Method in class com.vaadin.client.ui.textfield.AbstractTextFieldConnector
 
getState() - Method in class com.vaadin.client.ui.textfield.TextFieldConnector
 
getState() - Method in class com.vaadin.client.ui.treegrid.TreeGridConnector
 
getState() - Method in class com.vaadin.client.ui.twincolselect.TwinColSelectConnector
 
getState() - Method in class com.vaadin.client.ui.ui.UIConnector
 
getState() - Method in class com.vaadin.client.ui.upload.UploadConnector
 
getState() - Method in class com.vaadin.client.ui.video.VideoConnector
 
getState() - Method in class com.vaadin.client.ui.VProgressBar
Returns the current value of this progress bar.
getState() - Method in class com.vaadin.client.ui.window.WindowConnector
 
getState() - Method in class com.vaadin.client.widgets.Grid.Editor
Returns the internal state of the editor.
getStateType(ServerConnector) - Static method in class com.vaadin.client.ui.AbstractConnector
Find the type of the state for the given connector.
getStatusCode() - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereResponse
 
getString(String) - Method in class com.vaadin.client.ValueMap
 
getStringArray(String) - Method in class com.vaadin.client.ValueMap
 
getStringArrayAttribute(String) - Method in class com.vaadin.client.UIDL
Gets the named attribute as an array of Strings.
getStringArrayVariable(String) - Method in class com.vaadin.client.UIDL
Gets the value of the named variable.
getStringArrayVariableAsSet(String) - Method in class com.vaadin.client.UIDL
Gets the value of the named String[] variable as a Set of Strings.
getStringAttribute(String) - Method in class com.vaadin.client.UIDL
Gets the named attribute as a String.
getStringForDate(Date) - Method in class com.vaadin.client.ui.CalendarEntry
 
getStringRepresentation(String) - Method in class com.vaadin.client.Profiler.Node
 
getStringValue(String) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
 
getStringVariable(String) - Method in class com.vaadin.client.UIDL
Gets the value of the named variable.
getStyle() - Method in class com.vaadin.client.ui.VComboBox.ComboBoxSuggestion
Gets the style set for this suggestion item.
getStyle(CellReference<T>) - Method in interface com.vaadin.client.widget.grid.CellStyleGenerator
Called by Grid to generate a style name for a column element.
getStyle(RowReference<T>) - Method in interface com.vaadin.client.widget.grid.RowStyleGenerator
Called by Grid to generate a style name for a row.
getStyleName() - Method in class com.vaadin.client.ui.CalendarEntry
 
getStyleName() - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
Returns the custom style name for this cell.
getStyleName() - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticRow
Returns the custom style name for this row.
getStylePrimaryName() - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Returns the primary style name of the container.
getSubMenu() - Method in class com.vaadin.client.ui.menubar.MenuItem
Deprecated.
Gets the sub-menu associated with this item.
getSubMenu() - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
getSubmitListener() - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Returns the submit listener that listens to selection made from the panel.
getSubPartElement(String) - Method in class com.vaadin.client.ui.colorpicker.VColorPickerGradient
 
getSubPartElement(String) - Method in interface com.vaadin.client.ui.SubPartAware
Locates an element inside a component using the identifier provided in subPart.
getSubPartElement(String) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
 
getSubPartElement(String) - Method in class com.vaadin.client.ui.VAbstractPopupCalendar
 
getSubPartElement(String) - Method in class com.vaadin.client.ui.VAbstractTextualDate
 
getSubPartElement(String) - Method in class com.vaadin.client.ui.VComboBox
 
getSubPartElement(String) - Method in class com.vaadin.client.ui.VComboBox.SuggestionMenu
 
getSubPartElement(String) - Method in class com.vaadin.client.ui.VContextMenu
 
getSubPartElement(String) - Method in class com.vaadin.client.ui.VDateTimeCalendarPanel
 
getSubPartElement(String) - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
getSubPartElement(String) - Method in class com.vaadin.client.ui.VMenuBar
 
getSubPartElement(String) - Method in class com.vaadin.client.ui.VSlider
 
getSubPartElement(String) - Method in class com.vaadin.client.ui.VTabsheet
 
getSubPartElement(String) - Method in class com.vaadin.client.ui.VTwinColSelect
 
getSubPartElement(String) - Method in class com.vaadin.client.widgets.Escalator
 
getSubPartElement(String) - Method in class com.vaadin.client.widgets.Grid
 
getSubPartName(Element) - Method in class com.vaadin.client.ui.colorpicker.VColorPickerGradient
 
getSubPartName(Element) - Method in interface com.vaadin.client.ui.SubPartAware
Provides an identifier that identifies the element within the component.
getSubPartName(Element) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
 
getSubPartName(Element) - Method in class com.vaadin.client.ui.VAbstractPopupCalendar
 
getSubPartName(Element) - Method in class com.vaadin.client.ui.VAbstractTextualDate
 
getSubPartName(Element) - Method in class com.vaadin.client.ui.VComboBox
 
getSubPartName(Element) - Method in class com.vaadin.client.ui.VComboBox.SuggestionMenu
 
getSubPartName(Element) - Method in class com.vaadin.client.ui.VContextMenu
 
getSubPartName(Element) - Method in class com.vaadin.client.ui.VDateTimeCalendarPanel
 
getSubPartName(Element) - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
getSubPartName(Element) - Method in class com.vaadin.client.ui.VMenuBar
 
getSubPartName(Element) - Method in class com.vaadin.client.ui.VSlider
 
getSubPartName(Element) - Method in class com.vaadin.client.ui.VTabsheet
 
getSubPartName(Element) - Method in class com.vaadin.client.ui.VTwinColSelect
 
getSubPartName(Element) - Method in class com.vaadin.client.widgets.Escalator
 
getSubPartName(Element) - Method in class com.vaadin.client.widgets.Grid
 
getSubWindows() - Method in class com.vaadin.client.ui.ui.UIConnector
Return a list of current sub-windows.
getSuperDevWidgetSetUrl(String, String) - Static method in class com.vaadin.client.SuperDevMode
 
getTab() - Method in class com.vaadin.client.ui.VTabsheet.TabCaption
Returns the tab this caption belongs to.
getTab(int) - Method in class com.vaadin.client.ui.VAccordion
 
getTab(int) - Method in class com.vaadin.client.ui.VTabsheet
 
getTab(int) - Method in class com.vaadin.client.ui.VTabsheetBase
Implement in extending classes.
getTabButton() - Method in class com.vaadin.client.debug.internal.HierarchySection
 
getTabButton() - Method in class com.vaadin.client.debug.internal.InfoSection
 
getTabButton() - Method in class com.vaadin.client.debug.internal.LogSection
 
getTabButton() - Method in class com.vaadin.client.debug.internal.NetworkSection
 
getTabButton() - Method in class com.vaadin.client.debug.internal.ProfilerSection
 
getTabButton() - Method in interface com.vaadin.client.debug.internal.Section
Returns a button that will be used to activate this section, displayed as a tab in VDebugWindow.
getTabButton() - Method in class com.vaadin.client.debug.internal.TestBenchSection
 
getTabCount() - Method in class com.vaadin.client.ui.VAccordion
 
getTabCount() - Method in class com.vaadin.client.ui.VTabsheet
 
getTabCount() - Method in class com.vaadin.client.ui.VTabsheetBase
Implement in extending classes.
getTabIndex() - Method in class com.vaadin.client.ui.SimpleFocusablePanel
 
getTabIndex() - Method in class com.vaadin.client.ui.VAbstractDateFieldCalendar
Returns the tabulator index of the calendar panel element that represents the entire widget in the browser's focus cycle.
getTabIndex() - Method in class com.vaadin.client.ui.VListSelect
Gets the tab index.
getTabIndex() - Method in class com.vaadin.client.ui.VRichTextArea
 
getTabIndex() - Method in class com.vaadin.client.ui.VUI
 
getTabIndex() - Method in class com.vaadin.client.widgets.Grid
 
getTabIndex(Widget) - Static method in class com.vaadin.client.ui.FocusUtil
Gets the widget's position in the tab index.
getTable() - Method in class com.vaadin.client.widgets.Escalator
Returns the <table> element of the grid.
getTableWrapper() - Method in class com.vaadin.client.widgets.Escalator
Returns the <div class="{primary-stylename}-tablewrapper" /> element which has the table inside it.
getTabsheet() - Method in class com.vaadin.client.ui.VTabsheet.Tab
Returns the tab sheet instance where this tab is attached to.
getTabStopBottomAssistiveText() - Method in class com.vaadin.client.ui.VWindow
Gets the message that is provided to users of assistive devices when the user reaches the bottom of the window when leaving a window with the tab key is prevented.
getTabStopTopAssistiveText() - Method in class com.vaadin.client.ui.VWindow
Gets the message that is provided to users of assistive devices when the user reaches the top of the window when leaving a window with the tab key is prevented.
getTag() - Method in interface com.vaadin.client.ServerConnector
Gets the connector type tag for this connector.
getTag() - Method in class com.vaadin.client.ui.AbstractConnector
 
getTag() - Method in class com.vaadin.client.UIDL
Gets the name of this UIDL section, as created with PaintTarget.startTag() in the server-side Component.paint() or (usually) AbstractComponent.paintContent().
getTagName() - Method in class com.vaadin.client.JavaScriptConnectorHelper
 
getTagsForServerSideClassName(String) - Method in class com.vaadin.client.ApplicationConfiguration
Returns all tags for given class.
getTargetCell() - Method in class com.vaadin.client.widgets.Grid.AbstractGridMouseEvent
Gets the reference of target cell for this event, if this event originated from a Grid.
getTargetElement(Element) - Method in class com.vaadin.client.connectors.grid.GridDropTargetConnector
Gets the target element for a dragover or drop event.
getTargetElement(Event.NativePreviewEvent, VDragAndDropManager.DDManagerMediator) - Method in class com.vaadin.client.ui.dd.DDEventHandleStrategy
Deprecated.
Get target element for event.
getTargetKey() - Method in class com.vaadin.client.ui.TreeAction
 
getText() - Method in class com.vaadin.client.ui.menubar.MenuItem
Deprecated.
 
getText() - Method in class com.vaadin.client.ui.VAbstractTextualDate
 
getText() - Method in class com.vaadin.client.ui.VColorPickerArea
Gets the caption's contents as text.
getText() - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
getText() - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
Returns the text displayed in this cell.
getTextAreaElement() - Method in class com.vaadin.client.ui.VTextArea
Gets the base TextAreaElement of this widget.
getTextElement() - Method in class com.vaadin.client.VCaption
 
getTheme() - Method in class com.vaadin.client.ui.VUI
Deprecated.
as of 7.3. Use UIConnector.getActiveTheme() instead.
getThemeName() - Method in class com.vaadin.client.ApplicationConfiguration
Deprecated.
as of 7.3. Use UIConnector.getActiveTheme() to get the theme currently in use
getThemeUri() - Method in class com.vaadin.client.ApplicationConnection
Gets the URI for the current theme.
getThirdDelay() - Method in class com.vaadin.client.VLoadingIndicator
Returns the delay (in ms) which must pass before the loading indicator moves to its "third" state.
getTiltX() - Method in class com.vaadin.client.event.PointerEvent
Gets the angle between the Y-Z plane and the plane containing both the transducer and the Y axis.
getTiltY() - Method in class com.vaadin.client.event.PointerEvent
Gets the angle between the X-Z plane and the plane containing both the transducer and the X axis.
getTimeSpent() - Method in class com.vaadin.client.Profiler.Node
Gets the total time spent in this node, including time spent in sub nodes.
getTimeStamp() - Static method in class com.vaadin.client.ui.TouchScrollDelegate
Long calculation are not very efficient in GWT, so this helper method returns timestamp in double.
getTimeZone() - Method in class com.vaadin.client.renderers.DateRenderer
Returns the time zone of the date.
getTitle() - Method in class com.vaadin.client.TooltipInfo
Gets the tooltip title.
getTitle() - Method in class com.vaadin.client.ui.CalendarEntry
 
getTooltip() - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
getTooltipContentMode() - Method in class com.vaadin.client.connectors.grid.ColumnConnector.CustomColumn
Gets the content mode for tooltips in this column.
getTooltipInfo() - Method in class com.vaadin.client.ui.VTabsheet.Tab
Returns the tab caption's tooltip info if it has been configured.
getTooltipInfo() - Method in class com.vaadin.client.VCaption
Returns the tooltip that should be shown for the caption.
getTooltipInfo(Element) - Method in interface com.vaadin.client.ComponentConnector
Gets the tooltip info for the given element.
getTooltipInfo(Element) - Method in class com.vaadin.client.connectors.grid.GridConnector
 
getTooltipInfo(Element) - Method in class com.vaadin.client.ui.AbstractComponentConnector
 
getTooltipInfo(Element) - Method in class com.vaadin.client.ui.formlayout.FormLayoutConnector
 
getTooltipInfo(Element) - Method in class com.vaadin.client.ui.menubar.MenuBarConnector
 
getTooltipInfo(Element) - Method in class com.vaadin.client.ui.optiongroup.CheckBoxGroupConnector
 
getTooltipInfo(Element) - Method in class com.vaadin.client.ui.optiongroup.RadioButtonGroupConnector
 
getTooltipInfo(Element) - Method in class com.vaadin.client.ui.orderedlayout.AbstractOrderedLayoutConnector
 
getTooltipInfo(Element) - Method in class com.vaadin.client.ui.tabsheet.TabsheetConnector
 
getTop() - Method in class com.vaadin.client.widgets.Overlay.PositionAndSize
Returns the pixel value for top css property.
getTop() - Method in class com.vaadin.client.WidgetUtil.TextRectangle
 
getTotalSuggestions() - Method in class com.vaadin.client.ui.VComboBox
Gets the total number of suggestions, excluding the null selection item.
getTouchOrMouseClientX(NativeEvent) - Static method in class com.vaadin.client.Util
Deprecated.
getTouchOrMouseClientX(NativeEvent) - Static method in class com.vaadin.client.WidgetUtil
 
getTouchOrMouseClientX(Event) - Static method in class com.vaadin.client.Util
Deprecated.
getTouchOrMouseClientX(Event) - Static method in class com.vaadin.client.WidgetUtil
A helper method to return the client position from an event.
getTouchOrMouseClientY(NativeEvent) - Static method in class com.vaadin.client.Util
Deprecated.
getTouchOrMouseClientY(NativeEvent) - Static method in class com.vaadin.client.WidgetUtil
 
getTouchOrMouseClientY(Event) - Static method in class com.vaadin.client.Util
Deprecated.
getTouchOrMouseClientY(Event) - Static method in class com.vaadin.client.WidgetUtil
A helper method to return the client position from an event.
getTransferable() - Method in class com.vaadin.client.ui.dd.VDragEvent
Deprecated.
Returns the VTransferable instance that represents the original dragged element.
getTransport() - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereConfiguration
 
getTransport() - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereResponse
 
getTransportType() - Method in class com.vaadin.client.communication.AtmospherePushConnection
 
getTransportType() - Method in interface com.vaadin.client.communication.PushConnection
Returns a human readable string representation of the transport type used to communicate with the server.
getTrByVisualIndex(int) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Gets the child element that is visually at a certain index.
getType() - Static method in class com.vaadin.client.event.InputEvent
Gets the event type associated with InputEvent.
getType() - Static method in class com.vaadin.client.event.PointerCancelEvent
Gets the event type associated with pointer cancel events.
getType() - Static method in class com.vaadin.client.event.PointerDownEvent
Gets the event type associated with PointerDownEvent events.
getType() - Static method in class com.vaadin.client.event.PointerMoveEvent
Gets the event type associated with PointerMoveEvent.
getType() - Static method in class com.vaadin.client.event.PointerUpEvent
Gets the event type associated with PointerUpEvent.
getType() - Method in class com.vaadin.client.metadata.Method
 
getType() - Method in class com.vaadin.client.metadata.Property
 
getType() - Method in class com.vaadin.client.ui.dd.VHtml5File
Deprecated.
Returns the type value.
getType() - Static method in class com.vaadin.client.ui.popupview.VisibilityChangeEvent
Returns the GwtEvent.Type used to register this event.
getType() - Static method in class com.vaadin.client.ui.window.WindowMoveEvent
Gets the type of the event.
getType() - Static method in class com.vaadin.client.ui.window.WindowOrderEvent
Gets the type of the event.
getType() - Static method in class com.vaadin.client.widget.escalator.events.RowHeightChangedEvent
Returns the associated handler type.
getType() - Static method in class com.vaadin.client.widget.escalator.events.SpacerIndexChangedEvent
Returns the associated handler type.
getType() - Static method in class com.vaadin.client.widget.escalator.events.SpacerVisibilityChangedEvent
Returns the associated handler type.
getType() - Static method in class com.vaadin.client.widget.grid.events.ColumnReorderEvent
Returns the associated handler type.
getType() - Static method in class com.vaadin.client.widget.grid.events.ColumnResizeEvent
Returns the associated handler type.
getType() - Static method in class com.vaadin.client.widget.grid.events.ColumnVisibilityChangeEvent
Returns the associated handler type.
getType() - Static method in class com.vaadin.client.widget.grid.events.SelectAllEvent
Gets the type of the handlers for this event.
getType() - Static method in class com.vaadin.client.widget.grid.selection.SelectionEvent
Gets a type identifier for this event.
getType() - Static method in class com.vaadin.client.widget.grid.sort.SortEvent
Static access to the GWT event type identifier associated with this Event class.
getType() - Method in class com.vaadin.client.widgets.Escalator.SubPartArguments
Returns type of the element, e.g.
getType() - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
Returns the type of the cell.
getType(Property) - Static method in class com.vaadin.client.metadata.TypeDataStore
 
getType(Class<?>) - Static method in class com.vaadin.client.metadata.TypeData
 
getType(Class<?>) - Static method in class com.vaadin.client.metadata.TypeDataStore
 
getTypeDataStore() - Method in class com.vaadin.client.metadata.ConnectorBundleLoader
 
getTypes() - Method in class com.vaadin.client.ui.dd.VHtml5DragEvent
Deprecated.
Returns type values, or ["Text","Url","Html"] if types are not supported.
getUIConnector() - Method in class com.vaadin.client.ApplicationConnection
Gets the main view.
getUIDL() - Method in class com.vaadin.client.ApplicationConfiguration
Gets the initial UIDL from the DOM, if it was provided during the init process.
getUIId() - Method in class com.vaadin.client.ApplicationConfiguration
Gets the UI id of the server-side UI associated with this client-side instance.
getUnattachedCells(int, int) - Method in class com.vaadin.client.widget.escalator.FlyweightRow
Returns a subrange of unattached flyweight cells.
getUnicodeCharCode() - Method in class com.vaadin.client.widget.grid.events.GridKeyPressEvent
Gets the Unicode char code (code point) for this event.
getUniqueId() - Method in class com.vaadin.client.VTooltip
Returns the unique id of the tooltip element.
getUnit() - Method in class com.vaadin.client.WidgetUtil.CssSize
Gets the measurement unit for this css size.
getUri() - Method in class com.vaadin.client.communication.XhrConnection
Retrieves the URI to use when sending RPCs to the server.
getUri() - Method in class com.vaadin.client.ui.FontIcon
 
getUri() - Method in class com.vaadin.client.ui.Icon
Gets the current URI for this icon.
getUri() - Method in class com.vaadin.client.ui.ImageIcon
 
getUrl() - Method in class com.vaadin.client.ApplicationConfiguration.ErrorMessage
 
getURL() - Method in class com.vaadin.client.communication.TranslatedURLReference
 
getUsedHeight() - Method in class com.vaadin.client.ui.layout.VLayoutSlot
Returns how much vertical space the widget and its caption use.
getUsedSizeInDirection(boolean) - Method in class com.vaadin.client.ui.layout.VLayoutSlot
Returns how much vertical or horizontal space the widget and its caption use depending on the indicated direction.
getUsedWidth() - Method in class com.vaadin.client.ui.layout.VLayoutSlot
Returns how much horizontal space the widget and its caption use.
getVaadinDirUrl() - Method in class com.vaadin.client.ApplicationConfiguration
Gets the URL of the VAADIN directory on the server.
getValue() - Method in class com.vaadin.client.componentlocator.SelectorPredicate
 
getValue() - Method in interface com.vaadin.client.ui.AbstractTextFieldWidget
Gets the current value of the field.
getValue() - Method in class com.vaadin.client.ui.VRichTextArea
Gets the value of the text area.
getValue() - Method in class com.vaadin.client.ui.VSlider
 
getValue() - Method in class com.vaadin.client.widget.grid.CellReference
Gets the value of the cell.
getValue() - Method in class com.vaadin.client.WidgetUtil.CssSize
Gets the value for this css size.
getValue(Property, Object) - Static method in class com.vaadin.client.metadata.TypeDataStore
 
getValue(Object) - Method in class com.vaadin.client.metadata.Property
 
getValue(T) - Method in class com.vaadin.client.widgets.Grid.Column
Returns the data that should be rendered into the cell.
getValue(T) - Method in class com.vaadin.client.widgets.Grid.SelectionColumn
 
getValueChangeHandler() - Method in class com.vaadin.client.ui.textfield.AbstractTextFieldConnector
Returns the internal value change handler.
getValueMap(String) - Method in class com.vaadin.client.ValueMap
 
getVariableNames() - Method in class com.vaadin.client.UIDL
Gets the names of variables available.
getVersionInfoJSObject() - Method in class com.vaadin.client.ApplicationConfiguration
 
getVertical() - Method in class com.vaadin.client.ui.layout.Margins
Returns the combined height of the top and the bottom margins.
getVerticalDropLocation(Element, int, int, double) - Static method in class com.vaadin.client.ui.dd.DDUtil
Get vertical drop location.
getVerticalDropLocation(Element, int, NativeEvent, double) - Static method in class com.vaadin.client.ui.dd.DDUtil
Get vertical drop location.
getVerticalDropLocation(Element, NativeEvent, double) - Static method in class com.vaadin.client.ui.dd.DDUtil
Get vertical drop location.
getVerticalLayoutTargets() - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
Deprecated.
As of 7.0.1, use LayoutDependencyTree.getVerticalLayoutTargetsJsArray() for improved performance.
getVerticalLayoutTargetsJsArray() - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
Returns a JsArrayString array of connectorIds for managed layouts that are waiting for vertical layouting.
getVerticalSpacing() - Method in class com.vaadin.client.ui.orderedlayout.Slot
Get the vertical amount in pixels of the spacing.
getVerticalSpacing() - Method in class com.vaadin.client.ui.VGridLayout
Returns the spacing between the cells vertically in pixels.
getVisibleColumns() - Method in class com.vaadin.client.widgets.Grid
Returns a list of the currently visible columns in the grid.
getVisibleItemCount() - Method in class com.vaadin.client.ui.VNativeSelect
Gets the number of items that are visible.
getVisibleRowCount() - Method in class com.vaadin.client.widget.escalator.RowVisibilityChangeEvent
Gets the number of at least partially visible rows.
getVisibleRowCount() - Method in class com.vaadin.client.widgets.Grid.StaticSection
Returns how many visible rows there are within this section (all or nothing, visibility cannot be set on the row level).
getVisibleRowRange() - Method in class com.vaadin.client.widget.escalator.RowVisibilityChangeEvent
Gets the range of visible rows.
getVisibleRowRange() - Method in class com.vaadin.client.widgets.Escalator
Gets the logical index range of currently visible rows.
getVisibleWidget() - Method in class com.vaadin.client.ui.VTabsheetPanel
Gets the index of the currently-visible widget.
getVTooltip() - Method in class com.vaadin.client.ApplicationConnection
Get VTooltip instance related to application connection.
getWebkitVersion() - Method in class com.vaadin.client.BrowserInfo
Returns the WebKit version if the browser is WebKit based.
getWidget() - Method in class com.vaadin.client.connectors.AbstractFocusableListingConnector
 
getWidget() - Method in class com.vaadin.client.connectors.grid.GridConnector
 
getWidget() - Method in interface com.vaadin.client.HasWidget
Returns the widget for this ServerConnector.
getWidget() - Method in class com.vaadin.client.ui.absolutelayout.AbsoluteLayoutConnector
 
getWidget() - Method in class com.vaadin.client.ui.AbstractComponentConnector
Returns the widget associated with this paintable.
getWidget() - Method in class com.vaadin.client.ui.accordion.AccordionConnector
 
getWidget() - Method in class com.vaadin.client.ui.browserframe.BrowserFrameConnector
 
getWidget() - Method in class com.vaadin.client.ui.button.ButtonConnector
 
getWidget() - Method in class com.vaadin.client.ui.checkbox.CheckBoxConnector
 
getWidget() - Method in class com.vaadin.client.ui.colorpicker.ColorPickerAreaConnector
 
getWidget() - Method in class com.vaadin.client.ui.colorpicker.ColorPickerConnector
 
getWidget() - Method in class com.vaadin.client.ui.colorpicker.ColorPickerGradientConnector
 
getWidget() - Method in class com.vaadin.client.ui.colorpicker.ColorPickerGridConnector
 
getWidget() - Method in class com.vaadin.client.ui.combobox.ComboBoxConnector
 
getWidget() - Method in class com.vaadin.client.ui.composite.CompositeConnector
 
getWidget() - Method in class com.vaadin.client.ui.csslayout.CssLayoutConnector
 
getWidget() - Method in class com.vaadin.client.ui.customcomponent.CustomComponentConnector
 
getWidget() - Method in class com.vaadin.client.ui.customfield.CustomFieldConnector
 
getWidget() - Method in class com.vaadin.client.ui.customlayout.CustomLayoutConnector
 
getWidget() - Method in class com.vaadin.client.ui.datefield.AbstractDateFieldConnector
 
getWidget() - Method in class com.vaadin.client.ui.datefield.AbstractInlineDateFieldConnector
 
getWidget() - Method in class com.vaadin.client.ui.datefield.AbstractTextualDateConnector
 
getWidget() - Method in class com.vaadin.client.ui.datefield.DateFieldConnector
 
getWidget() - Method in class com.vaadin.client.ui.datefield.DateTimeFieldConnector
 
getWidget() - Method in class com.vaadin.client.ui.datefield.InlineDateFieldConnector
 
getWidget() - Method in class com.vaadin.client.ui.datefield.InlineDateTimeFieldConnector
 
getWidget() - Method in class com.vaadin.client.ui.datefield.TextualDateConnector
 
getWidget() - Method in class com.vaadin.client.ui.draganddropwrapper.DragAndDropWrapperConnector
Deprecated.
 
getWidget() - Method in class com.vaadin.client.ui.embedded.EmbeddedConnector
 
getWidget() - Method in class com.vaadin.client.ui.formlayout.FormLayoutConnector
 
getWidget() - Method in class com.vaadin.client.ui.gridlayout.GridLayoutConnector
 
getWidget() - Method in class com.vaadin.client.ui.image.ImageConnector
 
getWidget() - Method in class com.vaadin.client.ui.JavaScriptComponentConnector
 
getWidget() - Method in class com.vaadin.client.ui.label.LabelConnector
 
getWidget() - Method in class com.vaadin.client.ui.layout.VLayoutSlot
Returns the widget that this slot contains.
getWidget() - Method in class com.vaadin.client.ui.link.LinkConnector
 
getWidget() - Method in class com.vaadin.client.ui.listselect.ListSelectConnector
 
getWidget() - Method in class com.vaadin.client.ui.loginform.LoginFormConnector
 
getWidget() - Method in class com.vaadin.client.ui.MediaBaseConnector
 
getWidget() - Method in class com.vaadin.client.ui.menubar.MenuBarConnector
 
getWidget() - Method in class com.vaadin.client.ui.nativebutton.NativeButtonConnector
 
getWidget() - Method in class com.vaadin.client.ui.orderedlayout.AbstractOrderedLayoutConnector
 
getWidget() - Method in class com.vaadin.client.ui.orderedlayout.HorizontalLayoutConnector
 
getWidget() - Method in class com.vaadin.client.ui.orderedlayout.VerticalLayoutConnector
 
getWidget() - Method in class com.vaadin.client.ui.panel.PanelConnector
 
getWidget() - Method in class com.vaadin.client.ui.passwordfield.PasswordFieldConnector
 
getWidget() - Method in class com.vaadin.client.ui.popupview.PopupViewConnector
 
getWidget() - Method in class com.vaadin.client.ui.progressbar.ProgressBarConnector
 
getWidget() - Method in class com.vaadin.client.ui.richtextarea.RichTextAreaConnector
 
getWidget() - Method in class com.vaadin.client.ui.slider.SliderConnector
 
getWidget() - Method in class com.vaadin.client.ui.splitpanel.AbstractSplitPanelConnector
 
getWidget() - Method in class com.vaadin.client.ui.splitpanel.HorizontalSplitPanelConnector
 
getWidget() - Method in class com.vaadin.client.ui.splitpanel.VerticalSplitPanelConnector
 
getWidget() - Method in class com.vaadin.client.ui.tabsheet.TabsheetBaseConnector
 
getWidget() - Method in class com.vaadin.client.ui.tabsheet.TabsheetConnector
 
getWidget() - Method in class com.vaadin.client.ui.textarea.TextAreaConnector
 
getWidget() - Method in class com.vaadin.client.ui.textfield.TextFieldConnector
 
getWidget() - Method in class com.vaadin.client.ui.TouchScrollDelegate.TouchScrollHandler
 
getWidget() - Method in class com.vaadin.client.ui.treegrid.TreeGridConnector
 
getWidget() - Method in class com.vaadin.client.ui.twincolselect.TwinColSelectConnector
 
getWidget() - Method in class com.vaadin.client.ui.ui.UIConnector
 
getWidget() - Method in class com.vaadin.client.ui.UnknownComponentConnector
 
getWidget() - Method in class com.vaadin.client.ui.upload.UploadConnector
 
getWidget() - Method in class com.vaadin.client.ui.video.VideoConnector
 
getWidget() - Method in class com.vaadin.client.ui.window.WindowConnector
 
getWidget() - Method in class com.vaadin.client.widgets.FocusableFlowPanelComposite
 
getWidget() - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
Returns the widget in the cell.
getWidget(int) - Method in class com.vaadin.client.ui.VAbsoluteLayout
 
getWidget(TableCellElement) - Method in class com.vaadin.client.renderers.WidgetRenderer
Returns the widget contained inside the given cell element.
getWidget(TableCellElement, Class<W>) - Static method in class com.vaadin.client.renderers.WidgetRenderer
Returns the widget contained inside the given cell element, or null if it is not an instance of the given class.
getWidget(Grid.Column<?, T>) - Method in interface com.vaadin.client.widget.grid.EditorHandler.EditorRequest
Returns the editor widget used to edit the values of the given column.
getWidget(Grid.Column<?, T>) - Method in interface com.vaadin.client.widget.grid.EditorHandler
Returns a widget instance that is used to edit the values in the given column.
getWidget(Grid.Column<?, T>) - Method in class com.vaadin.client.widgets.Grid.Editor
Returns the editor widget associated with the given column.
getWidgetCaption(Widget) - Method in class com.vaadin.client.ui.VAbsoluteLayout
Get the caption for a widget.
getWidgetCount() - Method in class com.vaadin.client.ui.VAbsoluteLayout
 
getWidgetHeight() - Method in class com.vaadin.client.ui.layout.ComponentConnectorLayoutSlot
 
getWidgetHeight() - Method in class com.vaadin.client.ui.layout.VLayoutSlot
Returns the height of the widget, or zero if there is no caption.
getWidgetIndex(Widget) - Method in class com.vaadin.client.ui.VAbsoluteLayout
 
getWidgetIterator() - Method in class com.vaadin.client.ui.VAccordion
 
getWidgetIterator() - Method in class com.vaadin.client.ui.VTabsheet
 
getWidgetIterator() - Method in class com.vaadin.client.ui.VTabsheetBase
 
getWidgetResizeListener() - Method in class com.vaadin.client.ui.orderedlayout.Slot
Returns the widget resize listener for this slot if one has been set.
getWidgetSet() - Method in class com.vaadin.client.ApplicationConnection
 
getWidgetSizeInDirection(boolean) - Method in class com.vaadin.client.ui.layout.VLayoutSlot
Returns the widget's height if the indicated direction is vertical, and width if horizontal.
getWidgetSlotHeight(Widget) - Method in class com.vaadin.client.ui.VAbsoluteLayout
Get the pixel height of an slot in the layout.
getWidgetSlotWidth(Widget) - Method in class com.vaadin.client.ui.VAbsoluteLayout
Get the pixel width of an slot in the layout.
getWidgetWidth() - Method in class com.vaadin.client.ui.layout.ComponentConnectorLayoutSlot
 
getWidgetWidth() - Method in class com.vaadin.client.ui.layout.VLayoutSlot
Returns the width of the widget, or zero if there is no caption.
getWidgetWidth() - Method in class com.vaadin.client.ui.VAccordion.StackItem
Returns the offset width of the wrapped widget.
getWidth() - Method in class com.vaadin.client.ComputedStyle
Returns the current width from the DOM.
getWidth() - Method in class com.vaadin.client.event.PointerEvent
Gets the width of the contact geometry of the pointer in CSS pixels.
getWidth() - Method in class com.vaadin.client.RenderInformation.FloatSize
 
getWidth() - Method in class com.vaadin.client.RenderInformation.Size
 
getWidth() - Method in class com.vaadin.client.RenderSpace
Returns pixels available horizontally for contained widget, including possible scrollbars.
getWidth() - Method in class com.vaadin.client.ui.VGridLayout.Cell
 
getWidth() - Method in class com.vaadin.client.widgets.Grid.Column
Returns the pixel width of the column as given by the user.
getWidth() - Method in class com.vaadin.client.widgets.Overlay.PositionAndSize
Returns the pixel value for width css property.
getWidth() - Method in class com.vaadin.client.WidgetUtil.TextRectangle
 
getWidthActual() - Method in class com.vaadin.client.widgets.Grid.Column
Returns the effective pixel width of the column.
getWidthIncludingBorderPadding() - Method in class com.vaadin.client.ComputedStyle
Returns the current width, padding and border from the DOM.
getWindowOrder() - Method in class com.vaadin.client.ui.VWindow
Returns window position in list of opened and shown windows.
getWindows() - Method in class com.vaadin.client.ui.window.WindowOrderEvent
Returns windows in order.
getWrappedConnector() - Method in class com.vaadin.client.VCaptionWrapper
 
getWrapperElement() - Method in class com.vaadin.client.ui.layout.VLayoutSlot
Returns the wrapper element for the contents of this slot.
getXMLAsString() - Method in class com.vaadin.client.UIDL.XML
Deprecated.
 
giveUp() - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
Called when we should give up trying to reconnect and let the user decide how to continue.
goTo(String) - Static method in class com.vaadin.client.ui.VUI
Opens the given URL in the current browser window.
green() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
 
Grid<T> - Class in com.vaadin.client.widgets
A data grid view that supports columns and lazy loading of data rows from a data source.
Grid() - Constructor for class com.vaadin.client.widgets.Grid
Creates a new instance.
Grid.AbstractGridKeyEvent<HANDLER extends AbstractGridKeyEventHandler> - Class in com.vaadin.client.widgets
Event class for key events that happen within the grid.
Grid.AbstractGridMouseEvent<HANDLER extends AbstractGridMouseEventHandler> - Class in com.vaadin.client.widgets
Event class for mouse events that happen within the grid.
Grid.BodyUpdater - Class in com.vaadin.client.widgets
EscalatorUpdater implementation for Grid's body section.
Grid.Column<C,​T> - Class in com.vaadin.client.widgets
Base class for grid columns internally used by the Grid.
Grid.Editor<T> - Class in com.vaadin.client.widgets
An editor UI for Grid rows.
Grid.Editor.EventHandler<T> - Interface in com.vaadin.client.widgets
A handler for events related to the Grid editor.
Grid.Editor.State - Enum in com.vaadin.client.widgets
The internal state options for the editor.
Grid.EditorDomEvent<T> - Class in com.vaadin.client.widgets
A wrapper for native DOM events related to the Grid editor .
Grid.FocusStack - Class in com.vaadin.client.widgets
Helper class for storing and restoring previously stored focus.
Grid.Footer - Class in com.vaadin.client.widgets
Represents the footer section of a Grid.
Grid.FooterCell - Class in com.vaadin.client.widgets
A single cell in a grid Footer row.
Grid.FooterRow - Class in com.vaadin.client.widgets
A single row in a grid Footer section.
Grid.GridEvent<T> - Class in com.vaadin.client.widgets
A wrapper for native DOM events originating from Grid.
Grid.Header - Class in com.vaadin.client.widgets
Represents the header section of a Grid.
Grid.HeaderCell - Class in com.vaadin.client.widgets
A single cell in a grid header row.
Grid.HeaderRow - Class in com.vaadin.client.widgets
A single row in a grid header section.
Grid.SelectionColumn - Class in com.vaadin.client.widgets
A column that contains CheckBoxes for representing Grid's row selection.
Grid.StaticSection<ROWTYPE extends Grid.StaticSection.StaticRow<?>> - Class in com.vaadin.client.widgets
Abstract base class for Grid header and footer sections.
Grid.StaticSection.StaticCell - Class in com.vaadin.client.widgets
A header or footer cell.
Grid.StaticSection.StaticRow<CELLTYPE extends Grid.StaticSection.StaticCell> - Class in com.vaadin.client.widgets
Abstract base class for Grid header and footer rows.
Grid.StaticSectionUpdater - Class in com.vaadin.client.widgets
EscalatorUpdater implementation for Grid's static sections (header and footer).
GRIDCELL - com.vaadin.client.widgets.Escalator.AriaGridRole
Aria role for grid cell elements except within the header.
GridClickEvent - Class in com.vaadin.client.widget.grid.events
Represents native mouse click event in Grid.
GridClickEvent() - Constructor for class com.vaadin.client.widget.grid.events.GridClickEvent
 
GridClickEvent(Grid<?>, CellReference<?>) - Constructor for class com.vaadin.client.widget.grid.events.GridClickEvent
Deprecated.
This constructor's arguments are no longer used. Use the no-args constructor instead.
GridConnector - Class in com.vaadin.client.connectors.grid
A connector class for the typed Grid component.
GridConnector() - Constructor for class com.vaadin.client.connectors.grid.GridConnector
 
GridDoubleClickEvent - Class in com.vaadin.client.widget.grid.events
Represents native mouse double click event in Grid.
GridDoubleClickEvent() - Constructor for class com.vaadin.client.widget.grid.events.GridDoubleClickEvent
 
GridDoubleClickEvent(Grid<?>, CellReference<?>) - Constructor for class com.vaadin.client.widget.grid.events.GridDoubleClickEvent
Deprecated.
This constructor's arguments are no longer used. Use the no-args constructor instead.
GridDragSourceConnector - Class in com.vaadin.client.connectors.grid
Adds HTML5 drag and drop functionality to a Grid's rows.
GridDragSourceConnector() - Constructor for class com.vaadin.client.connectors.grid.GridDragSourceConnector
 
GridDropTargetConnector - Class in com.vaadin.client.connectors.grid
Makes Grid an HTML5 drop target.
GridDropTargetConnector() - Constructor for class com.vaadin.client.connectors.grid.GridDropTargetConnector
 
GridEnabledEvent - Class in com.vaadin.client.widget.grid.events
An enabled/disabled event, fired by the Grid when it is disabled or enabled.
GridEnabledEvent(boolean) - Constructor for class com.vaadin.client.widget.grid.events.GridEnabledEvent
Constructs an event that informs about Grid's enabled status change.
GridEnabledHandler - Interface in com.vaadin.client.widget.grid.events
Handler for a Grid enabled/disabled event, called when the Grid is enabled or disabled.
GridEvent(Event, EventCellReference<T>) - Constructor for class com.vaadin.client.widgets.Grid.GridEvent
Constructs a new Grid.GridEvent.
GridEventHandler<T> - Interface in com.vaadin.client.widget.grid
A handler for events emitted by elements in Grid.
GridKeyDownEvent - Class in com.vaadin.client.widget.grid.events
Represents native key down event in Grid.
GridKeyDownEvent() - Constructor for class com.vaadin.client.widget.grid.events.GridKeyDownEvent
 
GridKeyDownEvent(Grid<?>, CellReference<?>) - Constructor for class com.vaadin.client.widget.grid.events.GridKeyDownEvent
Deprecated.
This constructor's arguments are no longer used. Use the no-args constructor instead.
GridKeyPressEvent - Class in com.vaadin.client.widget.grid.events
Represents native key press event in Grid.
GridKeyPressEvent() - Constructor for class com.vaadin.client.widget.grid.events.GridKeyPressEvent
 
GridKeyPressEvent(Grid<?>, CellReference<?>) - Constructor for class com.vaadin.client.widget.grid.events.GridKeyPressEvent
Deprecated.
This constructor's arguments are no longer used. Use the no-args constructor instead.
GridKeyUpEvent - Class in com.vaadin.client.widget.grid.events
Represents native key up event in Grid.
GridKeyUpEvent() - Constructor for class com.vaadin.client.widget.grid.events.GridKeyUpEvent
 
GridKeyUpEvent(Grid<?>, CellReference<?>) - Constructor for class com.vaadin.client.widget.grid.events.GridKeyUpEvent
Deprecated.
This constructor's arguments are no longer used. Use the no-args constructor instead.
GridLayoutConnector - Class in com.vaadin.client.ui.gridlayout
A connector class for the GridLayout component.
GridLayoutConnector() - Constructor for class com.vaadin.client.ui.gridlayout.GridLayoutConnector
 
GridSelectionAllowedEvent - Class in com.vaadin.client.widget.grid.events
A selection allowed event, fired by the Grid when its selection allowed value changes.
GridSelectionAllowedEvent(boolean) - Constructor for class com.vaadin.client.widget.grid.events.GridSelectionAllowedEvent
Creates a new event instance.
GridSelectionAllowedHandler - Interface in com.vaadin.client.widget.grid.events
Handler for a Grid GridSelectionAllowedEvent, called when the Grid is becomes allowed for selection or disallowed.

H

HANDLE_SIZE - Static variable in class com.vaadin.client.debug.internal.VDebugWindow
 
handleBufferedMoveEvent(Grid.EditorDomEvent<T>) - Method in class com.vaadin.client.widget.grid.DefaultEditorEventHandler
Moves the editor to another column if the received event is a move event.
handleCloseEvent(Grid.EditorDomEvent<T>) - Method in class com.vaadin.client.widget.grid.DefaultEditorEventHandler
Closes the editor if the received event is a close event.
handleCommunicationError(String, int) - Method in class com.vaadin.client.ApplicationConnection
 
handleComponentRelativeSize(Widget) - Method in class com.vaadin.client.ApplicationConnection
Deprecated.
As of 7.0, serves no purpose
handleDragEnter(Element, VDragAndDropManager.DDManagerMediator) - Method in class com.vaadin.client.ui.dd.DDEventHandleStrategy
Deprecated.
Handles drag enter on new element.
handleDragImageEvent(Element, Event.NativePreviewEvent, VDragAndDropManager.DDManagerMediator) - Method in class com.vaadin.client.ui.dd.DDEventHandleStrategy
Deprecated.
Handles event when drag image element ( VDragAndDropManager.getDragElement() return value) is not null or event is touch event.
handleDragLeave(VDragAndDropManager.DDManagerMediator, boolean) - Method in class com.vaadin.client.ui.dd.DDEventHandleStrategy
Deprecated.
Handles drag leave on old element.
handleDragOver(Element, VDragAndDropManager.DDManagerMediator) - Method in class com.vaadin.client.ui.dd.DDEventHandleStrategy
Deprecated.
Handles drag over on element.
handleEvent(Element, Event.NativePreviewEvent, VDragAndDropManager.DDManagerMediator) - Method in class com.vaadin.client.ui.dd.DDEventHandleStrategy
Deprecated.
Final phase of event handling.
handleEvent(Grid.EditorDomEvent<T>) - Method in class com.vaadin.client.widget.grid.DefaultEditorEventHandler
 
handleEvent(Grid.EditorDomEvent<T>) - Method in interface com.vaadin.client.widgets.Grid.Editor.EventHandler
Handles editor-related events in an appropriate way.
handleEventHandlerRegistration() - Method in class com.vaadin.client.ui.AbstractClickEventHandler
 
handleInputInvalid(Element, boolean) - Static method in class com.vaadin.client.ui.aria.AriaHelper
Handles the required actions depending of the input element contains unaccepted input.
handleInputInvalid(Widget, boolean) - Static method in class com.vaadin.client.ui.aria.AriaHelper
Handles the required actions depending of the input Widget contains unaccepted input.
handleInputRequired(Element, boolean) - Static method in class com.vaadin.client.ui.aria.AriaHelper
Handles the required actions depending of the input element being required or not.
handleInputRequired(Widget, boolean) - Static method in class com.vaadin.client.ui.aria.AriaHelper
Handles the required actions depending of the input Widget being required or not.
handleJSON(ValueMap) - Method in class com.vaadin.client.communication.MessageHandler
 
handleKeyboardEvent(Event) - Method in class com.vaadin.client.ui.ShortcutActionHandler
 
handleKeyboardEvent(Event, ComponentConnector) - Method in class com.vaadin.client.ui.ShortcutActionHandler
 
handleKeyDownEvent(Event.NativePreviewEvent, VDragAndDropManager.DDManagerMediator) - Method in class com.vaadin.client.ui.dd.DDEventHandleStrategy
Deprecated.
Handles key down event.
handleMessage(ValueMap) - Method in class com.vaadin.client.communication.MessageHandler
Handles a received UIDL JSON text, parsing it, and passing it on to the appropriate handlers, while logging timing information.
handleMouseMove(Element, Event.NativePreviewEvent, VDragAndDropManager.DDManagerMediator) - Method in class com.vaadin.client.ui.dd.DDEventHandleStrategy
Deprecated.
Called to handle Event.ONMOUSEMOVE event.
handleMouseOut(Element, Event.NativePreviewEvent, VDragAndDropManager.DDManagerMediator) - Method in class com.vaadin.client.ui.dd.DDEventHandleStrategy
Deprecated.
Called to handle Event.ONMOUSEOUT event.
handleMouseOver(Element, Event.NativePreviewEvent, VDragAndDropManager.DDManagerMediator) - Method in class com.vaadin.client.ui.dd.DDEventHandleStrategy
Deprecated.
Called to handle Event.ONMOUSEOVER event.
handleMouseUp(Element, Event.NativePreviewEvent, VDragAndDropManager.DDManagerMediator) - Method in class com.vaadin.client.ui.dd.DDEventHandleStrategy
Deprecated.
Called to handle Event.ONMOUSEUP event.
handleMoveEvent(Grid.EditorDomEvent<T>) - Method in class com.vaadin.client.widget.grid.DefaultEditorEventHandler
Moves the editor to another row or another column if the received event is a move event.
handleNavigation(int, boolean, boolean) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Handles the keyboard navigation.
handleNavigation(int, boolean, boolean) - Method in class com.vaadin.client.ui.VMenuBar
Handles the keyboard events handled by the MenuBar.
handleNavigation(int, boolean, boolean) - Method in class com.vaadin.client.ui.VSlider
Handles the keyboard events handled by the Slider.
handleNavigationDayMode(int, boolean, boolean) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Handle keyboard navigation what the resolution is set to DAY.
handleNavigationMonthMode(int, boolean, boolean) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Handle the keyboard navigation when the resolution is set to MONTH.
handleNavigationYearMode(int, boolean, boolean) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Handles the keyboard navigation when the resolution is set to years.
handleOpenEvent(Grid.EditorDomEvent<T>) - Method in class com.vaadin.client.widget.grid.DefaultEditorEventHandler
Opens the editor on the appropriate row if the received event is an open event.
handleRecoverableError(DefaultConnectionStateHandler.Type, JsonObject) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
Called whenever an error occurs in communication which should be handled by showing the reconnect dialog and retrying communication until successful again.
handleResponse(boolean, UIDL) - Method in interface com.vaadin.client.ui.dd.VDragEventServerCallback
Deprecated.
Handle the server response for drag and drop.
HandlesAriaCaption - Interface in com.vaadin.client.ui.aria
Some Widgets need to handle the caption handling for WAI-ARIA themselfs, as for example the required ids need to be set in a specific way.
HandlesAriaInvalid - Interface in com.vaadin.client.ui.aria
Some Widgets need to handle the required handling for WAI-ARIA themselfs, as this attribute needs to be set to the input element itself.
HandlesAriaRequired - Interface in com.vaadin.client.ui.aria
Some Widgets need to handle the required handling for WAI-ARIA themselfs, as this attribute needs to be set to the input element itself.
handleServerResponse(ValueMap) - Method in class com.vaadin.client.ui.dd.VDragAndDropManager
Deprecated.
Handle the server response for drag and drop.
handleStyleNames(AbstractComponentState) - Method in class com.vaadin.client.ui.VTabsheet
For internal use only.
handleTouchEnd(Element, Event.NativePreviewEvent, VDragAndDropManager.DDManagerMediator) - Method in class com.vaadin.client.ui.dd.DDEventHandleStrategy
Deprecated.
Called to handle Event.ONTOUCHEND event.
handleUnauthorized(XhrConnectionError) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
 
hasActiveRequest() - Method in class com.vaadin.client.communication.MessageSender
Indicates whether or not there are currently active UIDL requests.
hasAttribute(String) - Method in class com.vaadin.client.UIDL
Indicates whether or not the named attribute is available.
hasCaption() - Method in class com.vaadin.client.ui.orderedlayout.Slot
Does the slot have a caption.
hasCaption() - Method in class com.vaadin.client.ui.panel.PanelConnector
Detects if caption div should be visible.
hasChildFocus() - Method in class com.vaadin.client.ui.VAbstractPopupCalendar
 
hasChildFocus() - Method in class com.vaadin.client.ui.VAbstractTextualDate
Returns whether any of the child components has focus.
HasChildMeasurementHintConnector - Interface in com.vaadin.client
Connector with layout measuring hint.
HasChildMeasurementHintConnector.ChildMeasurementHint - Enum in com.vaadin.client
Specifies how you would like child components measurements to be handled.
HasComponentsConnector - Interface in com.vaadin.client
An interface used by client-side connectors whose widget is a component container (implements HasWidgets).
hasConnector(String) - Method in class com.vaadin.client.ConnectorMap
Checks if a connector with the given id has been registered.
hasConnectorsToMeasure() - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
Returns whether there are any components waiting for either horizontal or vertical measuring.
HasDataSource - Interface in com.vaadin.client.connectors.data
A marker interface for connectors that have a data source.
hasDependents() - Method in class com.vaadin.client.MeasuredSize
 
HasErrorIndicator - Interface in com.vaadin.client.ui
Implemented by connectors supporting an error indicator.
HasErrorIndicatorElement - Interface in com.vaadin.client.ui
Implemented by widgets supporting an error indicator.
hasEventListener() - Method in class com.vaadin.client.ui.AbstractClickEventHandler
Checks if there is a server side event listener registered for clicks.
hasEventListener(String) - Method in interface com.vaadin.client.ServerConnector
Checks if an event listener has been registered on the server side for the given event identifier.
hasEventListener(String) - Method in class com.vaadin.client.ui.AbstractConnector
 
hasEventListeners(Widget, String) - Method in class com.vaadin.client.ApplicationConnection
Deprecated.
hasEventListeners(ComponentConnector, String) - Method in class com.vaadin.client.ApplicationConnection
Deprecated.
hashCode() - Method in class com.vaadin.client.data.DataSource.RowHandle
 
hashCode() - Method in class com.vaadin.client.metadata.Method
 
hashCode() - Method in class com.vaadin.client.metadata.Property
 
hashCode() - Method in class com.vaadin.client.metadata.Type
 
hashCode() - Method in class com.vaadin.client.RenderInformation.Size
 
hashCode() - Method in class com.vaadin.client.ui.VComboBox.ComboBoxSuggestion
 
hashCode() - Method in class com.vaadin.client.WidgetUtil.CssSize
 
hashCodeExplicit() - Method in class com.vaadin.client.data.AbstractRemoteDataSource.RowHandleImpl
 
hashCodeExplicit() - Method in class com.vaadin.client.data.DataSource.RowHandle
An explicit override for Object.hashCode().
hasHorizontalConnectorToLayout() - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
Returns whether there are any managed layouts waiting for horizontal layouting.
hasIdentifier(String) - Static method in class com.vaadin.client.metadata.TypeData
 
hasIdentifier(String) - Static method in class com.vaadin.client.metadata.TypeDataStore
 
HasJavaScriptConnectorHelper - Interface in com.vaadin.client.communication
 
hasMessage() - Method in class com.vaadin.client.TooltipInfo
Checks is a message has been defined for the tooltip.
hasNextFragment() - Method in class com.vaadin.client.communication.AtmospherePushConnection.FragmentedMessage
 
hasNextPage() - Method in class com.vaadin.client.ui.VComboBox
Does the Select have more pages?
hasPendingNavigation() - Method in class com.vaadin.client.ui.VComboBox.DataReceivedHandler
INTERNAL USE ONLY - may be removed or renamed at any time!
hasProperties() - Method in class com.vaadin.client.metadata.Type
 
hasProperties(Type) - Static method in class com.vaadin.client.metadata.TypeDataStore
 
hasPropertyChanged(String) - Method in class com.vaadin.client.communication.StateChangeEvent
Checks whether the give property has changed.
hasRelativeHeight() - Method in class com.vaadin.client.ui.orderedlayout.Slot
Returns whether the slot's height is relative.
hasRelativeHeight() - Method in class com.vaadin.client.ui.VGridLayout.Cell
 
hasRelativeWidth() - Method in class com.vaadin.client.ui.orderedlayout.Slot
Returns whether the slot's width is relative.
hasRelativeWidth() - Method in class com.vaadin.client.ui.VGridLayout.Cell
 
HasRequiredIndicator - Interface in com.vaadin.client.ui
Implemented by connectors supporting a required flag.
HasSelectionHandlers<T> - Interface in com.vaadin.client.widget.grid.selection
Marker interface for widgets that fires selection events.
hasSpacing() - Method in class com.vaadin.client.ui.orderedlayout.Slot
Does the slot have spacing.
hasSpannedCells() - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticRow
Returns true if this row contains spanned cells.
hasSubWindow(WindowConnector) - Method in class com.vaadin.client.ui.ui.UIConnector
Deprecated.
Should be replaced by a more generic mechanism for getting non-ComponentConnector children
hasTemplate() - Method in class com.vaadin.client.ui.VCustomLayout
For internal use only.
hasTooltip - Variable in class com.vaadin.client.ui.VDragAndDropWrapper
For internal use only.
hasTooltip() - Method in interface com.vaadin.client.ComponentConnector
Check whether there might be a tooltip for this component.
hasTooltip() - Method in class com.vaadin.client.connectors.grid.GridConnector
 
hasTooltip() - Method in class com.vaadin.client.ui.AbstractComponentConnector
 
hasTooltip() - Method in class com.vaadin.client.ui.formlayout.FormLayoutConnector
 
hasTooltip() - Method in class com.vaadin.client.ui.menubar.MenuBarConnector
 
hasTooltip() - Method in class com.vaadin.client.ui.optiongroup.CheckBoxGroupConnector
 
hasTooltip() - Method in class com.vaadin.client.ui.optiongroup.RadioButtonGroupConnector
 
hasTooltip() - Method in class com.vaadin.client.ui.orderedlayout.AbstractOrderedLayoutConnector
 
hasTooltip() - Method in class com.vaadin.client.ui.tabsheet.TabsheetConnector
 
hasTooltip() - Method in class com.vaadin.client.ui.ui.UIConnector
 
hasTooltip() - Method in class com.vaadin.client.ui.VTabsheet.Tab
Returns whether the tab caption has a configured tooltip or not.
hasTooltip() - Method in class com.vaadin.client.ui.window.WindowConnector
 
hasVariable(String) - Method in class com.vaadin.client.UIDL
Checks if the named variable is available.
hasVerticaConnectorToLayout() - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
Returns whether there are any managed layouts waiting for vertical layouting.
HasWidget - Interface in com.vaadin.client
An interface used by client-side connectors which have widgets.
hasWorkQueued() - Method in class com.vaadin.client.VSchedulerImpl
 
head - Variable in class com.vaadin.client.debug.internal.VDebugWindow
 
header - Variable in class com.vaadin.client.ui.VWindow
For internal use only.
Header() - Constructor for class com.vaadin.client.widgets.Grid.Header
 
HeaderCell() - Constructor for class com.vaadin.client.widgets.Grid.HeaderCell
 
HeaderClickHandler - Interface in com.vaadin.client.widget.grid.events
Handler for GridClickEvents that happen in the header of the Grid.
HeaderDoubleClickHandler - Interface in com.vaadin.client.widget.grid.events
Handler for GridDoubleClickEvents that happen in the header of the Grid.
HeaderKeyDownHandler - Interface in com.vaadin.client.widget.grid.events
Handler for GridKeyDownEvents that happen when the focused cell is in the header of the Grid.
HeaderKeyPressHandler - Interface in com.vaadin.client.widget.grid.events
Handler for GridKeyPressEvents that happen when the focused cell is in the header of the Grid.
HeaderKeyUpHandler - Interface in com.vaadin.client.widget.grid.events
Handler for GridKeyUpEvents that happen when the focused cell is in the header of the Grid.
HeaderRow() - Constructor for class com.vaadin.client.widgets.Grid.HeaderRow
 
Heartbeat - Class in com.vaadin.client.communication
Handles sending of heartbeats to the server and reacting to the response.
Heartbeat() - Constructor for class com.vaadin.client.communication.Heartbeat
 
HEARTBEAT - com.vaadin.client.communication.DefaultConnectionStateHandler.Type
 
heartbeatException(Request, Throwable) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
Called when an exception occurs during a Heartbeat request.
heartbeatException(Request, Throwable) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
 
heartbeatInvalidStatusCode(Request, Response) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
Called when a heartbeat request returns a status code other than OK (200).
heartbeatInvalidStatusCode(Request, Response) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
 
heartbeatOk() - Method in interface com.vaadin.client.communication.ConnectionStateHandler
Called when a Heartbeat request succeeds.
heartbeatOk() - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
 
HeightAwareDetailsGenerator - Interface in com.vaadin.client.widget.grid
Deprecated.
heightBreakpoints - Variable in class com.vaadin.client.extensions.ResponsiveConnector
All the height breakpoints found for this particular instance.
heightRangeCache - Static variable in class com.vaadin.client.extensions.ResponsiveConnector
All height-range breakpoints found from the style sheets on the page.
hide() - Method in interface com.vaadin.client.communication.ReconnectDialog
Hides the dialog from the user.
hide() - Method in class com.vaadin.client.debug.internal.HierarchySection
 
hide() - Method in class com.vaadin.client.debug.internal.InfoSection
 
hide() - Method in class com.vaadin.client.debug.internal.LogSection
 
hide() - Method in class com.vaadin.client.debug.internal.NetworkSection
 
hide() - Method in class com.vaadin.client.debug.internal.ProfilerSection
 
hide() - Method in interface com.vaadin.client.debug.internal.Section
Called when the section is deactivated in VDebugWindow.
hide() - Method in class com.vaadin.client.debug.internal.TestBenchSection
 
hide() - Method in class com.vaadin.client.ui.VAccordion.StackItem
Deprecated.
This method is not called by the framework code anymore.
hide() - Method in class com.vaadin.client.ui.VComboBox.SuggestionPopup
 
hide() - Method in class com.vaadin.client.ui.VNotification
 
hide() - Method in class com.vaadin.client.ui.VWindow
 
hide() - Method in class com.vaadin.client.VErrorMessage
 
hide() - Method in class com.vaadin.client.VLoadingIndicator
Hides the loading indicator (if visible).
hide() - Method in class com.vaadin.client.VTooltip
 
hide() - Method in class com.vaadin.client.widgets.Overlay
 
hide(boolean) - Method in class com.vaadin.client.ui.VPopupView.CustomPopup
 
hide(boolean) - Method in class com.vaadin.client.widgets.Overlay
 
hide(boolean, boolean, boolean) - Method in class com.vaadin.client.widgets.Overlay
Hides the popup and detaches it from the page.
hideAfterDelay() - Method in class com.vaadin.client.ui.VNotification
 
hideChildMenu(VMenuBar.CustomMenuItem) - Method in class com.vaadin.client.ui.VMenuBar
Hides the submenu of an item.
hideChildren() - Method in class com.vaadin.client.ui.VMenuBar
Recursively hide all child menus.
hideChildren(boolean, boolean) - Method in class com.vaadin.client.ui.VMenuBar
Recursively hide all child menus.
hideDialog() - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
Called when the reconnect dialog should be hidden.
hideEmptyRowsAndColumns - Variable in class com.vaadin.client.ui.VGridLayout
 
HideEvent(Object) - Constructor for class com.vaadin.client.ui.VNotification.HideEvent
 
hideOverlay() - Method in class com.vaadin.client.widgets.Grid.Editor
Hides the editor overlay and clears its contents.
hideParents(boolean) - Method in class com.vaadin.client.ui.VMenuBar
Recursively hide all parent menus.
hideParents(boolean, boolean) - Method in class com.vaadin.client.ui.VMenuBar
 
hideTabs() - Method in class com.vaadin.client.ui.VTabsheet
Makes tab bar invisible.
hideTooltip() - Method in class com.vaadin.client.VTooltip
 
HierarchicalDataChangeHandler - Interface in com.vaadin.client.data
FOR INTERNAL USE ONLY.
HierarchicalDataCommunicatorConnector - Class in com.vaadin.client.connectors.data
A connector for HierarchicalDataCommunicator class.
HierarchicalDataCommunicatorConnector() - Constructor for class com.vaadin.client.connectors.data.HierarchicalDataCommunicatorConnector
 
HIERARCHY - com.vaadin.client.debug.internal.Icon
 
HierarchyPanel - Class in com.vaadin.client.debug.internal
Hierarchy view panel of the debug window.
HierarchyPanel() - Constructor for class com.vaadin.client.debug.internal.HierarchyPanel
 
HierarchyRenderer - Class in com.vaadin.client.renderers
A renderer for displaying hierarchical columns in TreeGrid.
HierarchyRenderer(BiConsumer<Integer, Boolean>, String) - Constructor for class com.vaadin.client.renderers.HierarchyRenderer
Constructs a HierarchyRenderer with given collapse callback.
HierarchySection - Class in com.vaadin.client.debug.internal
Provides functionality for examining the UI component hierarchy.
HierarchySection() - Constructor for class com.vaadin.client.debug.internal.HierarchySection
 
HierarchySection.FindHandler - Interface in com.vaadin.client.debug.internal
 
Highlight - Class in com.vaadin.client.debug.internal
Highlights a widget in the UI by overlaying a semi-transparent colored div.
Highlight() - Constructor for class com.vaadin.client.debug.internal.Highlight
 
HIGHLIGHT - com.vaadin.client.debug.internal.Icon
 
highlightSelectedItem() - Method in class com.vaadin.client.ui.VComboBox.SuggestionMenu
Highlight (select) an item matching the current text box content without triggering its action.
hookEvents(Element, VUpload) - Method in class com.vaadin.client.ui.upload.UploadIFrameOnloadStrategy
Hooks the events to the given IFrame's onLoad event.
hookEvents(Element, VUpload) - Method in class com.vaadin.client.ui.upload.UploadIFrameOnloadStrategyIE
 
hookHtml5DragStart(Element) - Method in class com.vaadin.client.ui.VDragAndDropWrapper
 
hookHtml5DragStart(Element) - Method in class com.vaadin.client.ui.VDragAndDropWrapperIE
 
hookHtml5DragStart(Element) - Method in class com.vaadin.client.ui.VDragAndDropWrapper
Deprecated.
As of 7.2, call or override VDragAndDropWrapper.hookHtml5DragStart(Element) instead
hookHtml5DragStart(Element) - Method in class com.vaadin.client.ui.VDragAndDropWrapperIE
Deprecated.
hookHtml5Events(Element) - Method in class com.vaadin.client.ui.VDragAndDropWrapper
Prototype code, memory leak risk.
hookHtml5Events(Element) - Method in class com.vaadin.client.ui.VDragAndDropWrapperIE
 
hookHtml5Events(Element) - Method in class com.vaadin.client.ui.VDragAndDropWrapper
Deprecated.
As of 7.2, call or override VDragAndDropWrapper.hookHtml5Events(Element) instead
hookHtml5Events(Element) - Method in class com.vaadin.client.ui.VDragAndDropWrapperIE
Deprecated.
HORIZONTAL - com.vaadin.client.widget.escalator.ScrollbarBundle.Direction
 
HORIZONTAL - com.vaadin.client.widget.grid.AutoScroller.ScrollAxis
 
HORIZONTAL_SPACING - Static variable in class com.vaadin.client.StyleConstants
 
horizontalDropLocation - Variable in class com.vaadin.client.ui.VDragAndDropWrapper
 
HorizontalLayoutConnector - Class in com.vaadin.client.ui.orderedlayout
Connects the client widget VHorizontalLayout with the Vaadin server side counterpart HorizontalLayout.
HorizontalLayoutConnector() - Constructor for class com.vaadin.client.ui.orderedlayout.HorizontalLayoutConnector
 
HorizontalScrollbarBundle() - Constructor for class com.vaadin.client.widget.escalator.ScrollbarBundle.HorizontalScrollbarBundle
 
HorizontalSplitPanelConnector - Class in com.vaadin.client.ui.splitpanel
A connector class for the HorizontalSplitPanel component.
HorizontalSplitPanelConnector() - Constructor for class com.vaadin.client.ui.splitpanel.HorizontalSplitPanelConnector
 
hostPopupVisible - Variable in class com.vaadin.client.ui.VPopupView
Helps to communicate popup visibility to the server.
hostReference - Variable in class com.vaadin.client.ui.VMenuBar
For internal use only.
hr() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
 
hr() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
 
html - Variable in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
html - Variable in class com.vaadin.client.ui.VRichTextArea
For internal use only.
HTML5 - Static variable in class com.vaadin.client.ui.VDragAndDropWrapper
 
html5DataFlavors - Variable in class com.vaadin.client.ui.VDragAndDropWrapper
For internal use only.
html5DragDrop(VHtml5DragEvent) - Method in class com.vaadin.client.ui.VDragAndDropWrapper
 
html5DragEnter(VHtml5DragEvent) - Method in class com.vaadin.client.ui.VDragAndDropWrapper
 
html5DragLeave(VHtml5DragEvent) - Method in class com.vaadin.client.ui.VDragAndDropWrapper
 
html5DragOver(VHtml5DragEvent) - Method in class com.vaadin.client.ui.VDragAndDropWrapper
 
html5DragStart(VHtml5DragEvent) - Method in class com.vaadin.client.ui.VDragAndDropWrapper
 
htmlContentAllowed - Variable in class com.vaadin.client.ui.VMenuBar
For internal use only.
HtmlRenderer - Class in com.vaadin.client.renderers
Renders a string as HTML into a cell.
HtmlRenderer() - Constructor for class com.vaadin.client.renderers.HtmlRenderer
 

I

icon - Variable in class com.vaadin.client.ui.VButton
For internal use only.
icon - Variable in class com.vaadin.client.ui.VCheckBox
For internal use only.
icon - Variable in class com.vaadin.client.ui.VLink
For internal use only.
icon - Variable in class com.vaadin.client.ui.VNativeButton
For internal use only.
Icon - Class in com.vaadin.client.ui
An abstract representation of an icon.
Icon - Enum in com.vaadin.client.debug.internal
 
Icon() - Constructor for class com.vaadin.client.ui.Icon
 
iconFontEot() - Method in interface com.vaadin.client.debug.internal.theme.DebugWindowStyles
 
iconFontSvg() - Method in interface com.vaadin.client.debug.internal.theme.DebugWindowStyles
 
iconFontTtf() - Method in interface com.vaadin.client.debug.internal.theme.DebugWindowStyles
 
iconFontWoff() - Method in interface com.vaadin.client.debug.internal.theme.DebugWindowStyles
 
iconUrl - Variable in class com.vaadin.client.ui.Action
 
id - Variable in class com.vaadin.client.ui.VCheckBox
For internal use only.
id - Variable in class com.vaadin.client.ui.VPanel
For internal use only.
id - Variable in class com.vaadin.client.ui.VRichTextArea
For internal use only.
id - Variable in class com.vaadin.client.ui.VSlider
Deprecated.
this field is no longer used by the framework
id - Variable in class com.vaadin.client.ui.VUI
For internal use only.
id - Variable in class com.vaadin.client.ui.VWindow
For internal use only.
iframe - Variable in class com.vaadin.client.ui.VBrowserFrame
 
ignoreEventFromTarget(Grid<?>, Element) - Method in class com.vaadin.client.widget.treegrid.events.TreeGridClickEvent
 
ignoreEventFromTarget(Grid<?>, Element) - Method in class com.vaadin.client.widget.treegrid.events.TreeGridDoubleClickEvent
 
ignoreEventFromTarget(Grid<?>, Element) - Method in class com.vaadin.client.widgets.Grid.AbstractGridMouseEvent
Returns whether the mouse event on the target element should be ignored.
iLayout() - Method in interface com.vaadin.client.ContainerResizedListener
Deprecated.
As of 7.0, this method is never called by the framework.
iLayout() - Method in class com.vaadin.client.ui.VMenuBar
 
iLayout() - Method in class com.vaadin.client.ui.VSlider
Run internal layouting.
iLayout() - Method in class com.vaadin.client.ui.VTabsheet
Run internal layouting.
iLayout(boolean) - Method in class com.vaadin.client.ui.VMenuBar
 
iLayoutJS(Element) - Method in class com.vaadin.client.ui.VCustomLayout
In custom layout one may want to run layout functions made with JavaScript.
ImageConnector - Class in com.vaadin.client.ui.image
A connector class for the Image component.
ImageConnector() - Constructor for class com.vaadin.client.ui.image.ImageConnector
 
ImageIcon - Class in com.vaadin.client.ui
A image based implementation of Icon.
ImageIcon() - Constructor for class com.vaadin.client.ui.ImageIcon
 
ImageRenderer - Class in com.vaadin.client.renderers
A renderer that renders an image into a cell.
ImageRenderer() - Constructor for class com.vaadin.client.renderers.ImageRenderer
 
ImageRendererConnector - Class in com.vaadin.client.connectors
A connector for ImageRenderer.
ImageRendererConnector() - Constructor for class com.vaadin.client.connectors.ImageRendererConnector
 
imagesLoaded() - Method in class com.vaadin.client.ui.VContextMenu
 
immediate - Variable in class com.vaadin.client.ui.VRichTextArea
For internal use only.
INACTIVE - com.vaadin.client.widgets.Grid.Editor.State
Editor is closed or disabled and as such not in edit mode.
indent() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
 
indent() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
 
indexOf(T) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
Retrieves the index for given row object.
indexOf(T) - Method in class com.vaadin.client.widget.grid.datasources.ListDataSource
Retrieves the index for given row object.
indexOfIgnoringQuoted(String, char) - Static method in class com.vaadin.client.componentlocator.LocatorUtil
Find first occurrence of character that's not inside quotes starting from the beginning of string.
indexOfIgnoringQuoted(String, char, int) - Static method in class com.vaadin.client.componentlocator.LocatorUtil
Find first occurrence of character that's not inside quotes starting from specified index.
indexOfKey(Object) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
 
INFO - com.vaadin.client.debug.internal.Icon
 
InfoSection - Class in com.vaadin.client.debug.internal
Information section of the debug window.
InfoSection() - Constructor for class com.vaadin.client.debug.internal.InfoSection
 
init() - Method in class com.vaadin.client.connectors.AbstractFocusableListingConnector
 
init() - Method in class com.vaadin.client.connectors.AbstractMultiSelectConnector
 
init() - Method in class com.vaadin.client.connectors.ClickableRendererConnector
 
init() - Method in class com.vaadin.client.connectors.grid.GridConnector
 
init() - Method in class com.vaadin.client.connectors.JavaScriptRendererConnector
 
init() - Method in class com.vaadin.client.debug.internal.VDebugWindow
Called when the window is initialized.
init() - Static method in class com.vaadin.client.event.PointerEventSupport
 
init() - Method in class com.vaadin.client.event.PointerEventSupportImpl
Initializes event support.
init() - Method in class com.vaadin.client.event.PointerEventSupportImplModernIE
 
init() - Method in class com.vaadin.client.extensions.javascriptmanager.JavaScriptManagerConnector
 
init() - Method in class com.vaadin.client.JavaScriptConnectorHelper
 
init() - Method in class com.vaadin.client.JavaScriptExtension
 
init() - Method in class com.vaadin.client.metadata.ConnectorBundleLoader
 
init() - Method in class com.vaadin.client.ui.AbstractConnector
Called when the connector has been initialized.
init() - Method in class com.vaadin.client.ui.accordion.AccordionConnector
 
init() - Method in class com.vaadin.client.ui.button.ButtonConnector
 
init() - Method in class com.vaadin.client.ui.checkbox.CheckBoxConnector
 
init() - Method in class com.vaadin.client.ui.colorpicker.AbstractColorPickerConnector
 
init() - Method in class com.vaadin.client.ui.colorpicker.ColorPickerGradientConnector
 
init() - Method in class com.vaadin.client.ui.colorpicker.ColorPickerGridConnector
 
init() - Method in class com.vaadin.client.ui.combobox.ComboBoxConnector
 
init() - Method in class com.vaadin.client.ui.customlayout.CustomLayoutConnector
 
init() - Method in class com.vaadin.client.ui.datefield.AbstractDateFieldConnector
 
init() - Method in class com.vaadin.client.ui.datefield.TextualDateConnector
 
init() - Method in class com.vaadin.client.ui.draganddropwrapper.DragAndDropWrapperConnector
Deprecated.
 
init() - Method in class com.vaadin.client.ui.formlayout.FormLayoutConnector
 
init() - Method in class com.vaadin.client.ui.gridlayout.GridLayoutConnector
 
init() - Method in class com.vaadin.client.ui.image.ImageConnector
 
init() - Method in class com.vaadin.client.ui.JavaScriptComponentConnector
 
init() - Method in class com.vaadin.client.ui.loginform.LoginFormConnector
 
init() - Method in class com.vaadin.client.ui.MediaBaseConnector
 
init() - Method in class com.vaadin.client.ui.nativebutton.NativeButtonConnector
 
init() - Method in class com.vaadin.client.ui.nativeselect.NativeSelectConnector
 
init() - Method in class com.vaadin.client.ui.optiongroup.CheckBoxGroupConnector
 
init() - Method in class com.vaadin.client.ui.optiongroup.RadioButtonGroupConnector
 
init() - Method in class com.vaadin.client.ui.orderedlayout.AbstractOrderedLayoutConnector
 
init() - Method in class com.vaadin.client.ui.panel.PanelConnector
 
init() - Method in class com.vaadin.client.ui.popupview.PopupViewConnector
 
init() - Method in class com.vaadin.client.ui.richtextarea.RichTextAreaConnector
 
init() - Method in class com.vaadin.client.ui.slider.SliderConnector
 
init() - Method in class com.vaadin.client.ui.splitpanel.AbstractSplitPanelConnector
 
init() - Method in class com.vaadin.client.ui.tabsheet.TabsheetBaseConnector
 
init() - Method in class com.vaadin.client.ui.tabsheet.TabsheetConnector
 
init() - Method in class com.vaadin.client.ui.textarea.TextAreaConnector
 
init() - Method in class com.vaadin.client.ui.textfield.AbstractTextFieldConnector
 
init() - Method in class com.vaadin.client.ui.textfield.TextFieldConnector
 
init() - Method in class com.vaadin.client.ui.treegrid.TreeGridConnector
 
init() - Method in class com.vaadin.client.ui.twincolselect.TwinColSelectConnector
 
init() - Method in class com.vaadin.client.ui.ui.UIConnector
 
init() - Method in class com.vaadin.client.ui.window.WindowConnector
 
init(Element, ApplicationConnection) - Method in class com.vaadin.client.ui.ui.UIConnector
Initialize UIConnector and attach UI to the rootPanelElement.
init(Widget, Element...) - Method in class com.vaadin.client.ui.TouchScrollDelegate.TouchScrollHandler
Attaches the scroll handler to the widget.
init(ApplicationConnection) - Method in class com.vaadin.client.communication.Heartbeat
Initializes the heartbeat for the given application connection.
init(ApplicationConnection, UIState.PushConfigurationState) - Method in class com.vaadin.client.communication.AtmospherePushConnection
 
init(ApplicationConnection, UIState.PushConfigurationState) - Method in interface com.vaadin.client.communication.PushConnection
Two-phase construction to allow using GWT.create().
init(Spacer) - Method in interface com.vaadin.client.widget.escalator.SpacerUpdater
Called whenever a spacer should be initialized with content.
init(RendererCellReference) - Method in class com.vaadin.client.renderers.ComplexRenderer
Called at initialization stage.
init(RendererCellReference) - Method in class com.vaadin.client.renderers.WidgetRenderer
 
init(WidgetSet, ApplicationConfiguration) - Method in class com.vaadin.client.ApplicationConnection
 
init(String, ApplicationConnection) - Method in class com.vaadin.client.ui.ui.UIConnector
Initialize UIConnector and attach UI to RootPanel for rootPanelId element.
initDone - Variable in class com.vaadin.client.ui.VComboBox
For internal use only.
initDragStartMode() - Method in class com.vaadin.client.ui.VDragAndDropWrapper
For internal use only.
inited - Static variable in class com.vaadin.client.event.PointerEventSupportImplModernIE
 
INITIAL_DEFAULT_ROW_HEIGHT - Static variable in interface com.vaadin.client.widget.escalator.RowContainer
An arbitrary pixel height of a row, before any autodetection for the row height has been made.
initialize() - Static method in class com.vaadin.client.Profiler
Initializes the profiler.
initializeAssistiveTooltips() - Method in class com.vaadin.client.VTooltip
Initialize the tooltip overlay for assistive devices.
initializeHTML(String, String) - Method in class com.vaadin.client.ui.VCustomLayout
Initialize HTML-layout.
INITIALIZING - com.vaadin.client.ApplicationConnection.ApplicationState
 
initJavaScript() - Method in class com.vaadin.client.JavaScriptConnectorHelper
 
initSelectionModel() - Method in class com.vaadin.client.connectors.grid.AbstractSelectionModelConnector
Initializes the selection model and sets it to the grid.
initSelectionModel() - Method in class com.vaadin.client.connectors.grid.MultiSelectionModelConnector
 
initSelectionModel() - Method in class com.vaadin.client.connectors.grid.SingleSelectionModelConnector
 
initSelectionModel() - Method in class com.vaadin.client.connectors.tree.TreeMultiSelectionModelConnector
 
InlineDateFieldConnector - Class in com.vaadin.client.ui.datefield
The client-side connector for InlineDateField.
InlineDateFieldConnector() - Constructor for class com.vaadin.client.ui.datefield.InlineDateFieldConnector
 
InlineDateTimeFieldConnector - Class in com.vaadin.client.ui.datefield
The client-side connector for InlineDateTimeField.
InlineDateTimeFieldConnector() - Constructor for class com.vaadin.client.ui.datefield.InlineDateTimeFieldConnector
 
InputEvent - Class in com.vaadin.client.event
Represents a native InputEvent.
InputEvent() - Constructor for class com.vaadin.client.event.InputEvent
 
InputHandler - Interface in com.vaadin.client.event
Handler interface for InputEvents.
inputPrompt - Variable in class com.vaadin.client.ui.VComboBox
For internal use only.
insert(Widget, int) - Method in class com.vaadin.client.ui.VTabsheetPanel
Inserts a widget before the specified index.
insert(Widget, int) - Method in class com.vaadin.client.widgets.ChildFocusAwareFlowPanel
 
insert(Widget, Element, int, boolean) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
insert(Widget, Element, int, boolean) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
Deprecated.
insertColumns(int, int) - Method in interface com.vaadin.client.widget.escalator.ColumnConfiguration
Adds columns at a certain index.
insertImage() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
 
insertImage() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
 
insertRowData(int, int) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
Informs this data source that new data has been inserted from the server.
insertRows(int, int) - Method in interface com.vaadin.client.widget.escalator.RowContainer.BodyRowContainer
Adds rows at a certain index in this row container.
insertRows(int, int) - Method in interface com.vaadin.client.widget.escalator.RowContainer
Adds rows at a certain index in this row container.
insertRows(int, int) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Adds rows at a certain index in this row container.
internalForceScrollbar(boolean) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.HorizontalScrollbarBundle
 
internalForceScrollbar(boolean) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
Sets the overflow-x (for horizontal) or overflow-y (for vertical) property to "scroll" if enabled, or clears the property if disabled.
internalForceScrollbar(boolean) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.VerticalScrollbarBundle
 
internalGetOffsetSize() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.HorizontalScrollbarBundle
 
internalGetOffsetSize() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
Returns the width (for horizontal) or height (for vertical) css property for the root element.
internalGetOffsetSize() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.VerticalScrollbarBundle
 
internalGetScrollbarThickness() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.HorizontalScrollbarBundle
 
internalGetScrollbarThickness() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
Gets the scrollbar's thickness as defined in the DOM.
internalGetScrollbarThickness() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.VerticalScrollbarBundle
 
internalGetScrollPos() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.HorizontalScrollbarBundle
 
internalGetScrollPos() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
Retrieves the element's scroll position (scrollTop or scrollLeft).
internalGetScrollPos() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.VerticalScrollbarBundle
 
internalGetScrollSize() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.HorizontalScrollbarBundle
 
internalGetScrollSize() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
Returns the width (for horizontal) or height (for vertical) css property for the scroll size element.
internalGetScrollSize() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.VerticalScrollbarBundle
 
internalSetOffsetSize(double) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.HorizontalScrollbarBundle
 
internalSetOffsetSize(double) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
Modifies root's dimensions in the axis the scrollbar is representing.
internalSetOffsetSize(double) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.VerticalScrollbarBundle
 
internalSetScrollbarThickness(double) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.HorizontalScrollbarBundle
 
internalSetScrollbarThickness(double) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
Modifies scrollSizeElement's dimensions in the opposite axis to what the scrollbar is representing.
internalSetScrollbarThickness(double) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.VerticalScrollbarBundle
 
internalSetScrollPos(int) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.HorizontalScrollbarBundle
 
internalSetScrollPos(int) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
Modifies the element's scroll position (scrollTop or scrollLeft).
internalSetScrollPos(int) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.VerticalScrollbarBundle
 
internalSetScrollSize(double) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.HorizontalScrollbarBundle
 
internalSetScrollSize(double) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
Modifies scrollSizeElement's dimensions in such a way that the scrollbar is able to scroll a certain number of pixels in the axis it is representing.
internalSetScrollSize(double) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.VerticalScrollbarBundle
 
interruptDrag() - Method in class com.vaadin.client.ui.dd.VDragAndDropManager
Deprecated.
The drag and drop operation is ended, but drop did not happen.
InvokationHandler - Interface in com.vaadin.client.metadata
 
invoke(StateChangeEvent) - Method in class com.vaadin.client.metadata.OnStateChangeMethod
Invokes the listener method for a state change.
invoke(Object, Method, Object[]) - Method in interface com.vaadin.client.metadata.InvokationHandler
 
invoke(Object, Object...) - Method in interface com.vaadin.client.metadata.Invoker
 
invoke(Object, Object...) - Method in class com.vaadin.client.metadata.JsniInvoker
 
invoke(Object, Object...) - Method in class com.vaadin.client.metadata.Method
 
invokeJsRpc(MethodInvocation, JsonArray) - Method in class com.vaadin.client.JavaScriptConnectorHelper
 
Invoker - Interface in com.vaadin.client.metadata
 
isActive() - Method in class com.vaadin.client.communication.AtmospherePushConnection
 
isActive() - Method in interface com.vaadin.client.communication.PushConnection
Checks whether this push connection is in a state where it can push messages to the server.
isActive() - Method in class com.vaadin.client.debug.internal.DebugButton
Indicates wheter the Button is currently in its active state or not.
isAllSelected() - Method in class com.vaadin.client.connectors.grid.MultiSelectionModelConnector
Returns whether all items are selected or not.
isAllSelected() - Method in class com.vaadin.client.widget.grid.events.SelectAllEvent
Returns whether all the rows were selected, or deselected.
isAndoidChrome() - Method in class com.vaadin.client.extensions.DragSourceExtensionConnector
Returns whether the current browser is Android Chrome.
isAndroid() - Method in class com.vaadin.client.BrowserInfo
Checks if the browser is run on Android.
isAndroid23() - Method in class com.vaadin.client.BrowserInfo
 
isAndroidWithBrokenScrollTop() - Method in class com.vaadin.client.BrowserInfo
Tests if this is an Android devices with a broken scrollTop implementation.
isApplicationRunning() - Method in class com.vaadin.client.ApplicationConnection
Checks if the application is in the ApplicationConnection.ApplicationState.RUNNING state.
isArrow(int) - Static method in class com.vaadin.client.widget.grid.events.GridKeyDownEvent
Does the key code represent an arrow key?
isArrow(int) - Static method in class com.vaadin.client.widget.grid.events.GridKeyUpEvent
Does the key code represent an arrow key?
isAttachedAndDisplayed(Widget) - Static method in class com.vaadin.client.Util
Deprecated.
isAttachedAndDisplayed(Widget) - Static method in class com.vaadin.client.WidgetUtil
Kind of stronger version of isAttached().
isAutodetectingRowHeightLater() - Method in interface com.vaadin.client.widget.escalator.RowContainer
For internal use only.
isAutodetectingRowHeightLater() - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
 
isBatchedSelection() - Method in class com.vaadin.client.widget.grid.selection.SelectionEvent
Checks if this selection change event is fired during a batched selection/deselection operation.
isBelowMonth(DateResolution) - Method in class com.vaadin.client.ui.VDateCalendarPanel
 
isBelowMonth(DateTimeResolution) - Method in class com.vaadin.client.ui.VDateTimeCalendarPanel
 
isBelowMonth(R) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Returns true if the resolution representation is strictly below month (day, hour, etc..).
isBidirectional() - Method in class com.vaadin.client.communication.AtmospherePushConnection
 
isBidirectional() - Method in interface com.vaadin.client.communication.PushConnection
Checks whether this push connection should be used for communication in both directions or if an XHR should be used for client to server communication.
isBody() - Method in class com.vaadin.client.widget.grid.EventCellReference
Is the cell reference for a cell in the body of the Grid.
isBrowserVersionNewerOrEqual(int, int) - Method in class com.vaadin.client.BrowserInfo
Checks if the browser version is newer or equal to the given major+minor version.
isBuffered() - Method in class com.vaadin.client.widgets.Grid.Editor
Returns whether this editor is buffered or not.
isBundleLoaded(String) - Method in class com.vaadin.client.metadata.ConnectorBundleLoader
 
isCached(UIDL) - Static method in class com.vaadin.client.Util
Deprecated.
isCaptionAsHtml() - Method in class com.vaadin.client.VCaption
Checks whether captions are rendered as HTML.
isCaptionVisible() - Method in class com.vaadin.client.ui.VAccordion.StackItem
Deprecated.
This method is not called by the framework code anymore.
isChanged() - Method in class com.vaadin.client.MeasuredSize.MeasureResult
 
isChanged() - Method in enum com.vaadin.client.widget.grid.DefaultEditorEventHandler.CursorMoveDelta
Returns whether the cursor move has either horizontal or vertical changes.
isCheckable() - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
isChecked() - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
isChrome() - Method in class com.vaadin.client.BrowserInfo
 
isClosable() - Method in class com.vaadin.client.ui.VTabsheet.Tab
Returns whether the tab can be closed or not.
isClosable() - Method in class com.vaadin.client.ui.VTabsheet.TabCaption
Returns whether the corresponding tab is closable or not.
isClosable() - Method in class com.vaadin.client.ui.VWindow
Returns the closable state of the sub window.
isCloseEvent(Grid.EditorDomEvent<T>) - Method in class com.vaadin.client.widget.grid.DefaultEditorEventHandler
Returns whether the given event should close the editor.
isCollapseAllowed(JsonObject) - Static method in class com.vaadin.client.ui.treegrid.TreeGridConnector
Checks if the item can be collapsed.
isColumnReorderingAllowed() - Method in class com.vaadin.client.widgets.Grid
Returns whether columns can be reordered with drag and drop.
isCompleted() - Method in interface com.vaadin.client.widget.grid.EditorHandler.EditorRequest
Checks whether the request is completed or not.
isConnector(Widget) - Method in class com.vaadin.client.ConnectorMap
Tests if the widget is the root widget of a ComponentConnector.
isCSSLoaded() - Method in class com.vaadin.client.ApplicationConnection
Checks whether or not the CSS is loaded.
isDay(DateResolution) - Method in class com.vaadin.client.ui.VDateCalendarPanel
 
isDay(DateTimeResolution) - Method in class com.vaadin.client.ui.VDateTimeCalendarPanel
 
isDay(R) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Returns true if the provided resolution represents a day.
isDebugMode() - Static method in class com.vaadin.client.ApplicationConfiguration
Checks if client side is in debug mode.
isDefault() - Method in class com.vaadin.client.widgets.Grid.HeaderRow
Returns whether this is the default header row or not.
isDelayed() - Method in class com.vaadin.client.metadata.Method
 
isDelayed(Method) - Static method in class com.vaadin.client.metadata.TypeDataStore
 
isDeselectAllowed() - Method in class com.vaadin.client.connectors.grid.SingleSelectionModelConnector.SingleSelectionModel
Gets whether it's allowed to deselect the selected row through the UI.
isDetailsVisible(int) - Method in class com.vaadin.client.widgets.Grid
Check whether the details for a row is visible or not.
isDialogVisible() - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
Checks if the reconnect dialog is visible to the user.
isDisplayed(Element) - Static method in class com.vaadin.client.WidgetUtil
Returns whether the given element is displayed.
isDownArrow() - Method in class com.vaadin.client.widget.grid.events.GridKeyDownEvent
Is this a key down arrow?
isDownArrow() - Method in class com.vaadin.client.widget.grid.events.GridKeyUpEvent
Is this a key down arrow?
isDragAndDropPaintable(String) - Method in class com.vaadin.client.ConnectorMap
FIXME: What does this even do and why?
isDragInterrupted(Event.NativePreviewEvent, VDragAndDropManager.DDManagerMediator) - Method in class com.vaadin.client.ui.dd.DDEventHandleStrategy
Deprecated.
Returns true if event interrupts Drag and Drop.
isDropAllowedByCriteriaScript(NativeEvent) - Method in class com.vaadin.client.connectors.grid.GridDropTargetConnector
 
isDropAllowedByCriteriaScript(NativeEvent) - Method in class com.vaadin.client.extensions.DropTargetExtensionConnector
Checks if a criteria script exists and, if yes, executes it.
isDroppingOnRowsPossible() - Method in class com.vaadin.client.connectors.grid.GridDropTargetConnector
Inspects whether the current drop would happen on the whole grid instead of specific row as the drop target.
isDynamicHeight() - Method in class com.vaadin.client.ui.VTabsheetBase
Returns whether the height of the widget is undefined.
isDynamicWidth() - Method in class com.vaadin.client.ui.VTabsheetBase
Returns whether the width of the widget is undefined.
isEdge() - Method in class com.vaadin.client.BrowserInfo
 
isEditable() - Method in class com.vaadin.client.widgets.Grid.Column
Returns whether the values in this column are editable by the user when the row editor is active.
isEditable(Grid<T>, Grid.Column<?, T>) - Method in class com.vaadin.client.widget.grid.DefaultEditorEventHandler
Checks whether the field within the given editor column is editable.
isEditorActive() - Method in class com.vaadin.client.widgets.Grid
Returns whether the editor is currently open on some row.
isEditorBuffered() - Method in class com.vaadin.client.widgets.Grid
Gets the buffered editor mode.
isEditorColumnError(Grid.Column<?, T>) - Method in class com.vaadin.client.widgets.Grid.Editor
Returns true if the column has been listed as containing an error.
isEditorEnabled() - Method in class com.vaadin.client.widgets.Grid
Returns the enabled state of the editor.
isElementInChildWidget(Element) - Method in class com.vaadin.client.widget.treegrid.TreeGrid
Method for accessing the private Grid.isElementInChildWidget(Element) method from this package.
isElementInHierarchyWidget(Element) - Static method in class com.vaadin.client.renderers.HierarchyRenderer
Decides whether the element was rendered by HierarchyRenderer.
isEmbedded() - Method in class com.vaadin.client.ui.VUI
Returns true if the body is NOT generated, i.e if someone else has made the page that we're running in.
isEmpty() - Method in class com.vaadin.client.communication.ServerRpcQueue
Checks if the queue is empty.
isEmpty() - Method in class com.vaadin.client.FastStringSet
 
isEmptySelectionAllowed() - Method in class com.vaadin.client.ui.VNativeSelect
Returns true if empty selection is allowed.
isEnabled() - Static method in class com.vaadin.client.Profiler
Checks whether the profiling gathering is enabled.
isEnabled() - Method in interface com.vaadin.client.ServerConnector
Tests whether the connector is enabled or not.
isEnabled() - Method in class com.vaadin.client.ui.AbstractConnector
 
isEnabled() - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Checks whether the widget is enabled.
isEnabled() - Method in class com.vaadin.client.ui.VAbstractSplitPanel
Returns whether this split panel is enabled or not.
isEnabled() - Method in class com.vaadin.client.ui.VButton
 
isEnabled() - Method in class com.vaadin.client.ui.VCheckBoxGroup
 
isEnabled() - Method in class com.vaadin.client.ui.VDateField
 
isEnabled() - Method in class com.vaadin.client.ui.VLink
 
isEnabled() - Method in class com.vaadin.client.ui.VListSelect
 
isEnabled() - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
isEnabled() - Method in class com.vaadin.client.ui.VPopupView
Returns true if the popup is enabled, false if not.
isEnabled() - Method in class com.vaadin.client.ui.VProgressBar
 
isEnabled() - Method in class com.vaadin.client.ui.VRadioButtonGroup
 
isEnabled() - Method in class com.vaadin.client.ui.VRichTextArea
 
isEnabled() - Method in class com.vaadin.client.ui.VTabsheetBase
 
isEnabled() - Method in class com.vaadin.client.ui.VTwinColSelect
 
isEnabled() - Method in class com.vaadin.client.widgets.Grid.Editor
Returns the enabled state of this editor.
isEnabled() - Method in class com.vaadin.client.widgets.Grid
 
isEnabled(JsonObject) - Static method in interface com.vaadin.client.connectors.AbstractMultiSelectConnector.MultiSelectWidget
Returns whether the given item is enabled or not.
isEnabledOnServer() - Method in class com.vaadin.client.ui.VTabsheet.Tab
Returns whether the tab is enabled on server (there is no client-side disabling, but the naming convention matches VTabsheet.Tab.isHiddenOnServer()).
isErrorIndicatorVisible() - Method in class com.vaadin.client.ui.AbstractComponentConnector
 
isErrorIndicatorVisible() - Method in interface com.vaadin.client.ui.HasErrorIndicator
Checks if an error indicator should be shown for the given connector.
isFile(int) - Method in class com.vaadin.client.ui.dd.VHtml5DragEvent
Deprecated.
Detects if dropped element is a file.
isFirefox() - Method in class com.vaadin.client.BrowserInfo
 
isFitInWindow() - Method in class com.vaadin.client.widgets.Overlay
Checks whether the overlay should be moved or shrunk to fit inside the window.
isFlushPending() - Method in class com.vaadin.client.communication.ServerRpcQueue
Checks if a flush operation is pending.
isFocusedElementEditable() - Static method in class com.vaadin.client.Util
Deprecated.
As of 7.4.0, use WidgetUtil.isFocusedElementEditable() instead.
isFocusedElementEditable() - Static method in class com.vaadin.client.WidgetUtil
Gets currently focused element and checks if it's editable.
isFontIconUri(String) - Static method in class com.vaadin.client.ui.FontIcon
Checks whether or not the given uri is a font icon uri.
isFooter() - Method in class com.vaadin.client.widget.grid.EventCellReference
Is the cell reference for a cell in the footer of the Grid.
isFooterVisible() - Method in class com.vaadin.client.widgets.Grid
Returns the visibility of the footer section.
isGecko() - Method in class com.vaadin.client.BrowserInfo
 
isGridLoaded() - Method in class com.vaadin.client.ui.colorpicker.VColorPickerGrid
Checks whether the colors have been successfully updated at least once.
isHandled() - Method in class com.vaadin.client.widgets.Grid.GridEvent
Check whether this event has already been marked as handled.
isHandleWidgetEvents() - Method in class com.vaadin.client.widgets.Grid.Column
Returns whether Grid should handle events from Widgets in this Column.
isHeader() - Method in class com.vaadin.client.widget.grid.EventCellReference
Is the cell reference for a cell in the header of the Grid.
isHeaderVisible() - Method in class com.vaadin.client.widgets.Grid
Returns the visibility of the header section.
isHeightChanged() - Method in class com.vaadin.client.MeasuredSize.MeasureResult
 
isHidable() - Method in class com.vaadin.client.widgets.Grid.Column
Is it possible for the the user to hide this column.
isHidden() - Method in class com.vaadin.client.widget.grid.events.ColumnVisibilityChangeEvent
Was the column set hidden or visible.
isHidden() - Method in class com.vaadin.client.widgets.Grid.Column
Returns whether this column is hidden.
isHiddenOnServer() - Method in class com.vaadin.client.ui.VTabsheet.Tab
Returns whether the tab is hidden on server (as opposed to simply hidden because it's scrolled out of view).
isHigherPriorityThan(DefaultConnectionStateHandler.Type) - Method in enum com.vaadin.client.communication.DefaultConnectionStateHandler.Type
Checks if this type is of higher priority than the given type.
isHtmlContentAllowed() - Method in class com.vaadin.client.renderers.ButtonRenderer
Returns whether HTML content is allowed.
isHtmlContentAllowed() - Method in class com.vaadin.client.ui.VCheckBoxGroup
 
isHtmlContentAllowed() - Method in class com.vaadin.client.ui.VRadioButtonGroup
Returns whether HTML is allowed in the item captions.
isIE() - Method in class com.vaadin.client.BrowserInfo
 
isIE10() - Method in class com.vaadin.client.BrowserInfo
Deprecated.
isIE11() - Method in class com.vaadin.client.BrowserInfo
 
isIE8() - Method in class com.vaadin.client.BrowserInfo
Deprecated.
isIE9() - Method in class com.vaadin.client.BrowserInfo
Deprecated.
isImmediateMode() - Method in class com.vaadin.client.ui.VUpload
Returns whether this component is in immediate mode or not.
isImplEnabled() - Method in class com.vaadin.client.Profiler.EnabledProfiler
 
isImplEnabled() - Method in class com.vaadin.client.Profiler
Overridden in Profiler.EnabledProfiler to make Profiler.isEnabled() return true if GWT.create returns that class.
isIndeterminate() - Method in class com.vaadin.client.ui.VProgressBar
Gets whether or not this progress indicator is indeterminate.
isInitialRenderDone() - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Returns the value of initialRenderDone.
isInitialStateChange() - Method in class com.vaadin.client.communication.StateChangeEvent
Checks if the state change event is the first one for the given connector.
isInitialUidlHandled() - Method in class com.vaadin.client.communication.MessageHandler
Checks if the first UIDL has been handled.
isInRange(Date, Date, Date, DateResolution) - Static method in class com.vaadin.client.DateTimeService
 
isInvisibleScrollbar - Variable in class com.vaadin.client.widget.escalator.ScrollbarBundle
Is the scrollbar "invisible" (thickness set to 0).
isIOS() - Method in class com.vaadin.client.BrowserInfo
Checks if the browser is run on iOS.
isIOS6() - Method in class com.vaadin.client.BrowserInfo
Checks if the browser is run on iOS 6.
isItemSelected(JsonObject) - Static method in interface com.vaadin.client.widget.grid.selection.SelectionModel
Gets the selected state from a given grid row json object.
isJavascriptRpc(MethodInvocation) - Static method in class com.vaadin.client.communication.ServerRpcQueue
Checks if the given method invocation originates from Javascript.
isJustClosed() - Method in class com.vaadin.client.ui.VComboBox.SuggestionPopup
Was the popup just closed?
isLastOnly() - Method in class com.vaadin.client.metadata.Method
 
isLastOnly(Method) - Static method in class com.vaadin.client.metadata.TypeDataStore
 
isLayoutNeeded() - Method in class com.vaadin.client.LayoutManager
Checks if there is something waiting for a layout to take place.
isLayoutRunning() - Method in class com.vaadin.client.LayoutManager
 
isLeapYear(Date) - Static method in class com.vaadin.client.DateTimeService
 
isLeftArrow() - Method in class com.vaadin.client.widget.grid.events.GridKeyDownEvent
Is this a left arrow?
isLeftArrow() - Method in class com.vaadin.client.widget.grid.events.GridKeyUpEvent
Is this a left arrow?
isLegacyVariableChange(MethodInvocation) - Static method in class com.vaadin.client.communication.ServerRpcQueue
Checks if the given method invocation represents a Vaadin 6 variable change.
isLoadingIndicatorVisible() - Method in class com.vaadin.client.ApplicationConnection
Deprecated.
isLocked() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
Checks whether the scrollbar bundle is locked or not.
isMessage() - Method in enum com.vaadin.client.communication.DefaultConnectionStateHandler.Type
 
isMinimumWidthFromContent() - Method in class com.vaadin.client.widgets.Grid.Column
Gets whether the width of the contents in the column should be considered minimum width for this column.
isMobileHTML5DndEnabled() - Method in class com.vaadin.client.ui.ui.UIConnector
Returns whether HTML5 DnD extensions DragSourceExtensionConnector and DropTargetExtensionConnector and alike should be enabled for mobile devices.
isModal() - Method in interface com.vaadin.client.communication.ReconnectDialog
Checks the modality of the dialog.
isModalWindowOpen() - Static method in class com.vaadin.client.ui.VWindow
Checks if a modal window is currently open.
isMonitoringParentSize() - Method in class com.vaadin.client.ui.VUI
Returns true if the size of the parent should be checked periodically and the application should react to its changes.
isMonth(DateResolution) - Method in class com.vaadin.client.ui.VDateCalendarPanel
 
isMonth(DateTimeResolution) - Method in class com.vaadin.client.ui.VDateTimeCalendarPanel
 
isMonth(R) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Returns true if the provided resolution represents a month.
isMoved() - Method in class com.vaadin.client.ui.TouchScrollDelegate
Has user moved the touch.
isMultiSelectionAllowed() - Method in class com.vaadin.client.connectors.grid.MultiSelectionModelConnector.MultiSelectionModel
 
isMultiSelectionAllowed() - Method in class com.vaadin.client.connectors.grid.SingleSelectionModelConnector.SingleSelectionModel
 
isMultiSelectionAllowed() - Method in interface com.vaadin.client.widget.grid.selection.SelectionModel
Checks if the user is allowed to have more than on item selected.
isMultiSelectionAllowed() - Method in class com.vaadin.client.widget.grid.selection.SelectionModel.NoSelectionModel
 
isNativeDragEvent(NativeEvent) - Method in class com.vaadin.client.extensions.DragSourceExtensionConnector
Returns whether the given event is a native (android) drag start/end event, and not produced by the drag-drop-polyfill.
isNavigationSelectKey(int) - Method in class com.vaadin.client.ui.VMenuBar
Checks whether key code selects a menu item.
isNeeded(ComponentConnector) - Static method in class com.vaadin.client.VCaption
 
isNoLayout() - Method in class com.vaadin.client.metadata.Method
Checks whether this method is annotated with NoLayout.
isNoLayout() - Method in class com.vaadin.client.metadata.Property
Checks whether this property is annotated with NoLayout.
isNoLayoutProperty(Property) - Static method in class com.vaadin.client.metadata.TypeDataStore
Checks whether the provided property is annotated with NoLayout.
isNoLayoutRpcMethod(Method) - Static method in class com.vaadin.client.metadata.TypeDataStore
Checks whether the provided method is annotated with NoLayout.
isNoLoadingIndicator(Method) - Static method in class com.vaadin.client.metadata.TypeDataStore
 
isNotificationElement(String) - Static method in class com.vaadin.client.componentlocator.LocatorUtil
Checks if path refers to vaadin Notification element com.vaadin.ui.Notification.
isNotime() - Method in class com.vaadin.client.ui.CalendarEntry
 
isOpen() - Method in class com.vaadin.client.SimpleTree
Deprecated.
 
isOpen() - Method in class com.vaadin.client.ui.VAccordion.StackItem
Returns whether this stack item is open or not.
isOpen() - Method in class com.vaadin.client.ui.VColorPicker
Check the popup's marked state.
isOpen() - Method in class com.vaadin.client.ui.VColorPickerArea
Check the popup's marked state.
isOpenEvent(Grid.EditorDomEvent<T>) - Method in class com.vaadin.client.widget.grid.DefaultEditorEventHandler
Returns whether the given event should open the editor.
isOpera() - Method in class com.vaadin.client.BrowserInfo
 
isOpera10() - Method in class com.vaadin.client.BrowserInfo
 
isOpera11() - Method in class com.vaadin.client.BrowserInfo
 
isPending(String) - Method in class com.vaadin.client.ui.VComboBox.DataReceivedHandler
 
isPinned() - Method in class com.vaadin.client.data.AbstractRemoteDataSource.RowHandleImpl
 
isPinned(T) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
 
isPrimary() - Method in class com.vaadin.client.event.PointerEvent
Indicates whether the pointer is the primary pointer of this type.
isProductionMode() - Static method in class com.vaadin.client.ApplicationConfiguration
Checks if production mode is enabled.
isQuietDebugMode() - Static method in class com.vaadin.client.ApplicationConfiguration
Checks whether debug logging should be quiet.
isReadonly() - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Checks whether the widget is not editable (read-only).
isReadonly() - Method in class com.vaadin.client.ui.VCheckBoxGroup
 
isReadonly() - Method in class com.vaadin.client.ui.VDateField
Returns whether this widget is read-only or not.
isReadonly() - Method in class com.vaadin.client.ui.VRadioButtonGroup
Returns whether this radio button group is read-only or not.
isReadOnly() - Method in class com.vaadin.client.connectors.grid.GridConnector
 
isReadOnly() - Method in class com.vaadin.client.ui.AbstractFieldConnector
Checks if the connector is read only.
isReadOnly() - Method in class com.vaadin.client.ui.VListSelect
Returns true if this select is in read only mode, false if not.
isReadOnly() - Method in class com.vaadin.client.ui.VTwinColSelect
Returns true if this twin column select is in read only mode, false if not.
isReadOnly() - Method in class com.vaadin.client.widgets.Grid
Gets the Grid's read-only state.
isRealUpdate(UIDL) - Static method in class com.vaadin.client.ui.AbstractComponentConnector
Deprecated.
isRelativeHeight() - Method in interface com.vaadin.client.ComponentConnector
Returns true if the height of this paintable is currently relative.
isRelativeHeight() - Method in class com.vaadin.client.ui.AbstractComponentConnector
 
isRelativeHeight() - Method in class com.vaadin.client.ui.layout.ComponentConnectorLayoutSlot
 
isRelativeHeight() - Method in class com.vaadin.client.ui.layout.VLayoutSlot
Returns whether the height of the widget has been set as relative.
isRelativeInDirection(boolean) - Method in class com.vaadin.client.ui.layout.VLayoutSlot
Returns whether the height or the width of the widget has been set as relative depending on the indicated direction.
isRelativeInDirection(boolean) - Method in class com.vaadin.client.ui.orderedlayout.Slot
Returns whether this slot has relative size in the indicated direction.
isRelativeWidth() - Method in interface com.vaadin.client.ComponentConnector
Returns true if the width of this paintable is currently relative.
isRelativeWidth() - Method in class com.vaadin.client.ui.AbstractComponentConnector
 
isRelativeWidth() - Method in class com.vaadin.client.ui.layout.ComponentConnectorLayoutSlot
 
isRelativeWidth() - Method in class com.vaadin.client.ui.layout.VLayoutSlot
Returns whether the width of the widget has been set as relative.
isRequiredIndicatorVisible() - Method in class com.vaadin.client.connectors.AbstractMultiSelectConnector
 
isRequiredIndicatorVisible() - Method in class com.vaadin.client.connectors.AbstractSingleSelectConnector
 
isRequiredIndicatorVisible() - Method in class com.vaadin.client.ui.AbstractFieldConnector
 
isRequiredIndicatorVisible() - Method in class com.vaadin.client.ui.combobox.ComboBoxConnector
 
isRequiredIndicatorVisible() - Method in interface com.vaadin.client.ui.HasRequiredIndicator
Checks if a required indicator should be shown for the given connector.
isRequiredIndicatorVisible() - Method in class com.vaadin.client.ui.optiongroup.CheckBoxGroupConnector
 
isResizable() - Method in class com.vaadin.client.widgets.Grid.Column
Returns whether this column can be resized by the user.
isResolutionMonthOrHigher() - Method in class com.vaadin.client.ui.datefield.AbstractInlineDateFieldConnector
Returns true is the current resolution of the widget is month or less specific (e.g. month, year, quarter, etc).
isResolutionMonthOrHigher() - Method in class com.vaadin.client.ui.datefield.DateFieldConnector
 
isResolutionMonthOrHigher() - Method in class com.vaadin.client.ui.datefield.DateTimeFieldConnector
 
isResolutionMonthOrHigher() - Method in class com.vaadin.client.ui.datefield.InlineDateFieldConnector
 
isResolutionMonthOrHigher() - Method in class com.vaadin.client.ui.datefield.InlineDateTimeFieldConnector
 
isResolutionMonthOrHigher() - Method in class com.vaadin.client.ui.datefield.TextualDateConnector
Returns true is the current resolution of the widget is month or less specific (e.g. month, year, quarter, etc).
isRightArrow() - Method in class com.vaadin.client.widget.grid.events.GridKeyDownEvent
Is this a right arrow?
isRightArrow() - Method in class com.vaadin.client.widget.grid.events.GridKeyUpEvent
Is this a right arrow?
isRowSelected(JsonObject) - Method in class com.vaadin.client.connectors.AbstractListingConnector
Returns whether the given row is selected.
isSafari() - Method in class com.vaadin.client.BrowserInfo
 
isSafariOrIOS() - Method in class com.vaadin.client.BrowserInfo
Returns true if the browser is Safari or is a browser that is running on iOS and using the Safari rendering engine.
isSameDay(Date, Date) - Static method in class com.vaadin.client.DateTimeService
 
isScheduled() - Method in class com.vaadin.client.ui.textfield.ValueChangeHandler
Checks whether the value change is scheduled for sending.
isScrollActive() - Method in class com.vaadin.client.ui.menubar.MenuBar
Deprecated.
Gets whether the scroll is activate for this menu.
isScrollActive() - Method in class com.vaadin.client.ui.VComboBox.SuggestionMenu
Returns true if the scroll is active on the menu element or if the menu currently displays the last page with less items then the maximum visibility (in which case the scroll is not active, but the scroll is active for any other page in general).
isScrollerVisible() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.VisibilityChangeEvent
Checks whether the scroll handle is currently visible or not.
isScrollLocked(ScrollbarBundle.Direction) - Method in class com.vaadin.client.widgets.Escalator
Checks whether or not an direction is locked for scrolling.
isSelectable() - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
Checks if the item can be selected.
isSelectAllCheckBoxVisible() - Method in class com.vaadin.client.widgets.Grid.SelectionColumn
Returns whether the select all checkbox is visible or not.
isSelected(int) - Method in class com.vaadin.client.widget.grid.selection.MultiSelectionRenderer
Checks whether the given row is selected.
isSelected(JsonObject) - Static method in interface com.vaadin.client.connectors.AbstractMultiSelectConnector.MultiSelectWidget
Returns whether this item is selected or not.
isSelected(JsonObject) - Method in class com.vaadin.client.connectors.grid.AbstractSelectionModelConnector
Returns whether the given item selected in grid or not.
isSelected(JsonObject) - Method in class com.vaadin.client.connectors.grid.MultiSelectionModelConnector
 
isSelected(JsonObject) - Method in class com.vaadin.client.connectors.grid.MultiSelectionModelConnector.MultiSelectionModel
 
isSelected(JsonObject) - Method in class com.vaadin.client.connectors.grid.SingleSelectionModelConnector.SingleSelectionModel
 
isSelected(T) - Method in interface com.vaadin.client.widget.grid.selection.SelectionModel
Returns whether the given item is currently selected.
isSelected(T) - Method in class com.vaadin.client.widget.grid.selection.SelectionModel.NoSelectionModel
 
isSelected(T) - Method in class com.vaadin.client.widgets.Grid
Returns if a row is selected.
isSelectionAllowed() - Method in class com.vaadin.client.connectors.grid.MultiSelectionModelConnector.MultiSelectionModel
 
isSelectionAllowed() - Method in class com.vaadin.client.connectors.grid.SingleSelectionModelConnector.SingleSelectionModel
 
isSelectionAllowed() - Method in class com.vaadin.client.widget.grid.events.GridSelectionAllowedEvent
Gets selection allowed value.
isSelectionAllowed() - Method in interface com.vaadin.client.widget.grid.selection.SelectionModel
Checks if the user is allowed to change the selection.
isSelectionAllowed() - Method in class com.vaadin.client.widget.grid.selection.SelectionModel.NoSelectionModel
 
isSeparator - Variable in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
isSeparator() - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
isShimElementEnabled() - Method in class com.vaadin.client.widgets.Overlay
Is there a shim iframe behind the overlay, allowing PDFs and applets to be covered by overlays.
isShowISOWeekNumbers() - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Returns whether ISO 8601 week numbers should be shown in the value selector or not.
isShowISOWeekNumbers() - Method in class com.vaadin.client.ui.VDateField
Returns whether ISO 8601 week numbers should be shown in the date selector or not.
isSidebarOpen() - Method in class com.vaadin.client.widgets.Grid
Tests whether the sidebar menu is currently open.
isSortable() - Method in class com.vaadin.client.widgets.Grid.Column
Returns whether the user can sort the grid by this column.
isSpacerVisible() - Method in class com.vaadin.client.widget.escalator.events.SpacerVisibilityChangedEvent
Gets whether the spacer element is displayed.
isStandalone() - Method in class com.vaadin.client.ApplicationConfiguration
 
isString(Object) - Static method in class com.vaadin.client.WidgetUtil
Returns whether the given object is a string.
isSuperDevModeEnabledInModule() - Static method in class com.vaadin.client.SuperDevMode
 
isSuperDevModeEnabledInModule(String) - Static method in class com.vaadin.client.SuperDevMode
 
isSupported() - Static method in class com.vaadin.client.event.PointerEventSupport
 
isSupported() - Method in class com.vaadin.client.event.PointerEventSupportImpl
 
isSupported() - Method in class com.vaadin.client.event.PointerEventSupportImplModernIE
 
isTabCaptionsAsHtml() - Method in class com.vaadin.client.ui.VTabsheetBase
Checks whether captions are rendered as HTML The default is false, i.e. render tab captions as plain text
isTextFieldEnabled() - Method in class com.vaadin.client.ui.VAbstractPopupCalendar
Checks whether the text field is enabled.
isTooltipOpen() - Method in class com.vaadin.client.VTooltip
For assistive tooltips to work correctly we must have the tooltip visible and attached to the DOM well in advance.
isTouchDevice() - Method in class com.vaadin.client.BrowserInfo
 
isTouchEvent(NativeEvent) - Static method in class com.vaadin.client.Util
Deprecated.
As of 7.4.0, use WidgetUtil.isTouchEvent(NativeEvent) instead.
isTouchEvent(NativeEvent) - Static method in class com.vaadin.client.WidgetUtil
 
isTouchEvent(Event) - Static method in class com.vaadin.client.Util
Deprecated.
As of 7.4.0, use WidgetUtil.isTouchEvent(Event) instead.
isTouchEvent(Event) - Static method in class com.vaadin.client.WidgetUtil
 
isTouchEventOrLeftMouseButton(Event) - Static method in class com.vaadin.client.Util
Deprecated.
isTouchEventOrLeftMouseButton(Event) - Static method in class com.vaadin.client.WidgetUtil
Checks if the given event is either a touch event or caused by the left mouse button.
isTouchOpenEvent(Grid.EditorDomEvent<T>) - Method in class com.vaadin.client.widget.grid.DefaultEditorEventHandler
Returns whether the given event is a touch event that should open the editor.
isTouchScrolling() - Method in class com.vaadin.client.widgets.Escalator
Returns true if the Escalator is currently scrolling by touch, or has not made the decision yet whether to accept touch actions as scrolling or not.
isTwelveHourClock() - Method in class com.vaadin.client.DateTimeService
Returns whether the locale has twelve hour, or twenty four hour clock.
isTwelveHourClock(String) - Static method in class com.vaadin.client.LocaleService
 
isUIElement(String) - Static method in class com.vaadin.client.componentlocator.LocatorUtil
Checks if path refers to vaadin UI element com.vaadin.ui.UI.
isUndefinedHeight() - Method in interface com.vaadin.client.ComponentConnector
Returns true if the height of this paintable is currently undefined.
isUndefinedHeight() - Method in class com.vaadin.client.ui.AbstractComponentConnector
 
isUndefinedHeight() - Method in class com.vaadin.client.ui.layout.ComponentConnectorLayoutSlot
 
isUndefinedHeight() - Method in class com.vaadin.client.ui.layout.VLayoutSlot
Returns whether the height of the widget has been set as undefined.
isUndefinedInDirection(boolean) - Method in class com.vaadin.client.ui.layout.VLayoutSlot
Returns whether the height or the width of the widget has been set as undefined depending on the indicated direction.
isUndefinedWidth() - Method in interface com.vaadin.client.ComponentConnector
Returns true if the width of this paintable is currently undefined.
isUndefinedWidth() - Method in class com.vaadin.client.ui.AbstractComponentConnector
 
isUndefinedWidth() - Method in class com.vaadin.client.ui.layout.ComponentConnectorLayoutSlot
 
isUndefinedWidth() - Method in class com.vaadin.client.ui.layout.VLayoutSlot
Returns whether the width of the widget has been set as undefined.
isUpArrow() - Method in class com.vaadin.client.widget.grid.events.GridKeyDownEvent
Is this a up arrow?
isUpArrow() - Method in class com.vaadin.client.widget.grid.events.GridKeyUpEvent
Is this a up arrow?
isUpdatingState() - Method in class com.vaadin.client.communication.MessageHandler
Checks whether state changes are currently being processed.
isUserOriginated() - Method in class com.vaadin.client.widget.grid.events.ColumnReorderEvent
Check whether this event originated from the user reordering columns or via API call.
isUserOriginated() - Method in class com.vaadin.client.widget.grid.events.ColumnVisibilityChangeEvent
Is the visibility change triggered by user.
isUserOriginated() - Method in class com.vaadin.client.widget.grid.sort.SortEvent
Returns whether this event originated from actions done by the user.
isValidForLegacyLocator(String) - Method in class com.vaadin.client.componentlocator.ComponentLocator
Check if a given selector is valid for LegacyLocatorStrategy.
isVisible() - Method in interface com.vaadin.client.communication.ReconnectDialog
Checks if the reconnect dialog is visible to the user.
isVisible() - Method in class com.vaadin.client.ui.popupview.VisibilityChangeEvent
Returns whether the popup is now visible or not.
isVisible() - Method in class com.vaadin.client.VLoadingIndicator
Returns whether or not the loading indicator is showing.
isVisible() - Method in class com.vaadin.client.widgets.Grid.StaticSection
Returns the visibility of this section.
isWaitingForData() - Method in class com.vaadin.client.data.AbstractRemoteDataSource
Checks whether this data source is currently waiting for more rows to become available.
isWaitingForData() - Method in interface com.vaadin.client.data.DataSource
Checks whether this data source is currently waiting for more rows to become available.
isWaitingForData() - Method in class com.vaadin.client.widget.grid.datasources.ListDataSource
 
isWaitingForFilteringResponse() - Method in class com.vaadin.client.ui.VComboBox.DataReceivedHandler
For internal use only - this method will be removed in the future.
isWaitingForInitialData() - Method in class com.vaadin.client.ui.VComboBox.DataReceivedHandler
For internal use only - this method will be removed in the future.
isWebkit() - Method in class com.vaadin.client.BrowserInfo
 
isWidgetsetVersionSent() - Method in class com.vaadin.client.ApplicationConfiguration
Checks whether the widget set version has been sent to the server.
isWidthChanged() - Method in class com.vaadin.client.MeasuredSize.MeasureResult
 
isWildcard() - Method in class com.vaadin.client.componentlocator.SelectorPredicate
 
isWorkPending() - Method in class com.vaadin.client.connectors.grid.GridConnector
 
isWorkPending() - Method in interface com.vaadin.client.DeferredWorker
Checks whether there are operations pending for this widget or connector that must be executed before reaching a steady state.
isWorkPending() - Method in class com.vaadin.client.ui.textfield.AbstractTextFieldConnector
Checks whether there are operations pending for this widget or connector that must be executed before reaching a steady state.
isWorkPending() - Method in class com.vaadin.client.ui.VComboBox
 
isWorkPending() - Method in class com.vaadin.client.ui.VPopupView
Checks whether there are operations pending for this widget that must be executed before reaching a steady state.
isWorkPending() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
 
isWorkPending() - Method in class com.vaadin.client.widgets.Escalator
 
isWorkPending() - Method in class com.vaadin.client.widgets.Grid.Editor
 
isWorkPending() - Method in class com.vaadin.client.widgets.Grid
 
isYear(DateResolution) - Method in class com.vaadin.client.ui.VDateFieldCalendar
 
isYear(DateResolution) - Method in class com.vaadin.client.ui.VPopupCalendar
 
isYear(DateTimeResolution) - Method in class com.vaadin.client.ui.VDateTimeFieldCalendar
 
isYear(DateTimeResolution) - Method in class com.vaadin.client.ui.VPopupTimeCalendar
 
isYear(R) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Returns true if the provided resolution represents an year.
isYear(R) - Method in class com.vaadin.client.ui.VDateField
Checks whether the given resolution represents an year.
italic() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
 
italic() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
 
itemClick(VMenuBar.CustomMenuItem) - Method in class com.vaadin.client.ui.VMenuBar
When an item is clicked.
itemOut(VMenuBar.CustomMenuItem) - Method in class com.vaadin.client.ui.VMenuBar
When the mouse is moved away from an item.
itemOver(VMenuBar.CustomMenuItem) - Method in class com.vaadin.client.ui.VMenuBar
When the user hovers the mouse over the item.
items - Variable in class com.vaadin.client.ui.VMenuBar
 
iterator() - Method in class com.vaadin.client.ui.VPopupView
 
iterator() - Method in class com.vaadin.client.UIDL
Gets an iterator that can be used to iterate trough the children of this UIDL.
iterator() - Method in class com.vaadin.client.widgets.Grid
Deprecated.

J

JavaScriptComponentConnector - Class in com.vaadin.client.ui
A connector class for JavaScript components.
JavaScriptComponentConnector() - Constructor for class com.vaadin.client.ui.JavaScriptComponentConnector
 
JavaScriptConnectorHelper - Class in com.vaadin.client
 
JavaScriptConnectorHelper(ServerConnector) - Constructor for class com.vaadin.client.JavaScriptConnectorHelper
 
JavaScriptExtension - Class in com.vaadin.client
 
JavaScriptExtension() - Constructor for class com.vaadin.client.JavaScriptExtension
 
JavaScriptManagerConnector - Class in com.vaadin.client.extensions.javascriptmanager
 
JavaScriptManagerConnector() - Constructor for class com.vaadin.client.extensions.javascriptmanager.JavaScriptManagerConnector
 
JavaScriptMethodInvocation - Class in com.vaadin.client.communication
A MethodInvocation that originates from JavaScript.
JavaScriptMethodInvocation(String, String, String, Object[]) - Constructor for class com.vaadin.client.communication.JavaScriptMethodInvocation
 
JavaScriptRendererConnector - Class in com.vaadin.client.connectors
Connector for server-side renderer implemented using JavaScript.
JavaScriptRendererConnector() - Constructor for class com.vaadin.client.connectors.JavaScriptRendererConnector
 
JavaScriptWidget - Class in com.vaadin.client.ui
 
JavaScriptWidget() - Constructor for class com.vaadin.client.ui.JavaScriptWidget
Creates a JavaScriptWidget based on a <div> element.
JavaScriptWidget(String) - Constructor for class com.vaadin.client.ui.JavaScriptWidget
Creates a JavaScriptWidget based on an element with the given tag.
join(CELLTYPE...) - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticRow
Merges columns cells in a row.
join(Grid.Column<?, ?>...) - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticRow
Merges columns cells in a row.
JsArrayObject<T> - Class in com.vaadin.client
 
JsArrayObject() - Constructor for class com.vaadin.client.JsArrayObject
 
jsniInvoke(Object, JsArrayObject<Object>) - Method in class com.vaadin.client.metadata.JsniInvoker
Abstract method that will be generated to contain JSNI for invoking the actual method.
JsniInvoker - Class in com.vaadin.client.metadata
Special Invoker that uses JSNI to invoke methods with limited visibility.
JsniInvoker() - Constructor for class com.vaadin.client.metadata.JsniInvoker
 
jso2json(JavaScriptObject) - Static method in class com.vaadin.client.Util
Converts a native JavaScriptObject into a JsonValue.
JSON_COMMUNICATION_PREFIX - Static variable in class com.vaadin.client.communication.MessageHandler
 
JSON_COMMUNICATION_SUFFIX - Static variable in class com.vaadin.client.communication.MessageHandler
 
json2jso(JsonValue) - Static method in class com.vaadin.client.Util
Converts a JsonValue into a native JavaScriptObject.
JsonDecoder - Class in com.vaadin.client.communication
Client side decoder for decodeing shared state and other values from JSON received from the server.
JsonDecoder() - Constructor for class com.vaadin.client.communication.JsonDecoder
 
JsonEncoder - Class in com.vaadin.client.communication
Encoder for converting RPC parameters and other values to JSON for transfer between the client and the server.
JSONSerializer<T> - Interface in com.vaadin.client.communication
Implementors of this interface knows how to serialize an Object of a given type to JSON and how to deserialize the JSON back into an object.
justifyCenter() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
 
justifyCenter() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
 
justifyLeft() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
 
justifyLeft() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
 
justifyRight() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
 
justifyRight() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
 

K

KEYCODE_BUFFERED_SAVE - Static variable in class com.vaadin.client.widget.grid.DefaultEditorEventHandler
Default key code for triggering save in buffered mode.
KEYCODE_CLOSE - Static variable in class com.vaadin.client.widget.grid.DefaultEditorEventHandler
Default key code for hiding the editor.
KEYCODE_HIDE - Static variable in class com.vaadin.client.widgets.Grid.Editor
KEYCODE_MOVE_HORIZONTAL - Static variable in class com.vaadin.client.widget.grid.DefaultEditorEventHandler
Default key code for moving cursor horizontally within the editor.
KEYCODE_MOVE_VERTICAL - Static variable in class com.vaadin.client.widget.grid.DefaultEditorEventHandler
Default key code for moving the editor up or down.
KEYCODE_OPEN - Static variable in class com.vaadin.client.widget.grid.DefaultEditorEventHandler
Default key code for showing the editor.
KEYCODE_SHOW - Static variable in class com.vaadin.client.widgets.Grid.Editor
keyPressHandler - Variable in class com.vaadin.client.ui.VRichTextArea
For internal use only.

L

label - Variable in class com.vaadin.client.communication.DefaultReconnectDialog
 
LabelConnector - Class in com.vaadin.client.ui.label
A connector class for the Label component.
LabelConnector() - Constructor for class com.vaadin.client.ui.label.LabelConnector
 
large() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
 
LAST_ONLY - com.vaadin.client.metadata.TypeDataStore.MethodAttribute
 
lastFilter - Variable in class com.vaadin.client.ui.VComboBox
For internal use only.
lastNewItemString - Variable in class com.vaadin.client.ui.VComboBox
Stores the last new item string to avoid double submissions.
lastProcessingTime - Variable in class com.vaadin.client.communication.MessageHandler
Holds the time spent rendering the last request.
layout() - Method in class com.vaadin.client.connectors.grid.GridConnector
 
layout() - Method in class com.vaadin.client.ui.accordion.AccordionConnector
 
layout() - Method in class com.vaadin.client.ui.combobox.ComboBoxConnector
 
layout() - Method in class com.vaadin.client.ui.composite.CompositeConnector
 
layout() - Method in class com.vaadin.client.ui.customlayout.CustomLayoutConnector
 
layout() - Method in class com.vaadin.client.ui.menubar.MenuBarConnector
 
layout() - Method in class com.vaadin.client.ui.panel.PanelConnector
 
layout() - Method in class com.vaadin.client.ui.richtextarea.RichTextAreaConnector
 
layout() - Method in interface com.vaadin.client.ui.SimpleManagedLayout
 
layout() - Method in class com.vaadin.client.ui.splitpanel.AbstractSplitPanelConnector
 
layout() - Method in class com.vaadin.client.ui.tabsheet.TabsheetConnector
 
layout() - Method in class com.vaadin.client.ui.window.WindowConnector
 
LayoutClickEventHandler - Class in com.vaadin.client.ui
 
LayoutClickEventHandler(ComponentConnector) - Constructor for class com.vaadin.client.ui.LayoutClickEventHandler
 
LayoutClickEventHandler(ComponentConnector, String) - Constructor for class com.vaadin.client.ui.LayoutClickEventHandler
 
LayoutDependencyTree - Class in com.vaadin.client.ui.layout
Internal class used to keep track of layout dependencies during one layout run.
LayoutDependencyTree(ApplicationConnection) - Constructor for class com.vaadin.client.ui.layout.LayoutDependencyTree
Constructs a layout dependency helper class.
layoutHorizontally() - Method in interface com.vaadin.client.DirectionalManagedLayout
 
layoutHorizontally() - Method in class com.vaadin.client.ui.absolutelayout.AbsoluteLayoutConnector
 
layoutHorizontally() - Method in class com.vaadin.client.ui.gridlayout.GridLayoutConnector
 
layoutHorizontally() - Method in class com.vaadin.client.ui.twincolselect.TwinColSelectConnector
 
layoutHorizontally() - Method in class com.vaadin.client.ui.VAbsoluteLayout
Performs an horizontal layout.
layoutHorizontally(int, int) - Method in class com.vaadin.client.ui.VGridLayout.Cell
 
layoutLater() - Method in class com.vaadin.client.LayoutManager
 
LayoutManager - Class in com.vaadin.client
 
LayoutManager() - Constructor for class com.vaadin.client.LayoutManager
 
layoutNow() - Method in class com.vaadin.client.LayoutManager
 
layoutVertically() - Method in interface com.vaadin.client.DirectionalManagedLayout
 
layoutVertically() - Method in class com.vaadin.client.ui.absolutelayout.AbsoluteLayoutConnector
 
layoutVertically() - Method in class com.vaadin.client.ui.gridlayout.GridLayoutConnector
 
layoutVertically() - Method in class com.vaadin.client.ui.twincolselect.TwinColSelectConnector
 
layoutVertically() - Method in class com.vaadin.client.ui.VAbsoluteLayout
Performs a vertical layout of the layout.
layoutVertically(int, int) - Method in class com.vaadin.client.ui.VGridLayout.Cell
 
leave(double) - Method in class com.vaadin.client.Profiler.Node
 
leave(String) - Static method in class com.vaadin.client.Profiler
Leaves a named block.
LEFT - com.vaadin.client.ui.orderedlayout.CaptionPosition
Caption placed to left.
LEFT - com.vaadin.client.widget.grid.DefaultEditorEventHandler.CursorMoveDelta
 
LegacyConnector - Class in com.vaadin.client.ui
Deprecated.
This class is only intended to ease migration and should not be used for new projects.
LegacyConnector() - Constructor for class com.vaadin.client.ui.LegacyConnector
Deprecated.
 
LegacyLocatorStrategy - Class in com.vaadin.client.componentlocator
The LegacyLocatorStrategy class handles the legacy locator syntax that was introduced in version 5.4 of the framework.
LegacyLocatorStrategy(ApplicationConnection) - Constructor for class com.vaadin.client.componentlocator.LegacyLocatorStrategy
 
lenient - Variable in class com.vaadin.client.ui.VAbstractTextualDate
For internal use only.
LinkConnector - Class in com.vaadin.client.ui.link
A connector class for the Link component.
LinkConnector() - Constructor for class com.vaadin.client.ui.link.LinkConnector
 
ListDataSource<T> - Class in com.vaadin.client.widget.grid.datasources
A simple list based on an in-memory data source for simply adding a list of row pojos to the grid.
ListDataSource(List<T>) - Constructor for class com.vaadin.client.widget.grid.datasources.ListDataSource
Constructs a new list data source.
ListDataSource(T...) - Constructor for class com.vaadin.client.widget.grid.datasources.ListDataSource
Constructs a data source with a set of rows.
ListSelectConnector - Class in com.vaadin.client.ui.listselect
Client side connector for ListSelect component.
ListSelectConnector() - Constructor for class com.vaadin.client.ui.listselect.ListSelectConnector
 
ListSorter<T> - Class in com.vaadin.client.widget.grid.datasources
Provides sorting facility from Grid for the ListDataSource in-memory data source.
ListSorter(Grid<T>) - Constructor for class com.vaadin.client.widget.grid.datasources.ListSorter
Constructs a sorting facility for the given Grid.
load() - Method in class com.vaadin.client.ui.VMediaBase
 
load(BundleLoadCallback, TypeDataStore) - Method in class com.vaadin.client.metadata.AsyncBundleLoader
 
load(TypeDataStore) - Method in class com.vaadin.client.metadata.AsyncBundleLoader
 
loadBundle(String, BundleLoadCallback) - Method in class com.vaadin.client.metadata.ConnectorBundleLoader
 
loadDependencies(ValueMap) - Method in class com.vaadin.client.DependencyLoader
Loads the any dependencies present in the given json snippet.
loaded() - Method in interface com.vaadin.client.metadata.BundleLoadCallback
 
LOADED - com.vaadin.client.metadata.AsyncBundleLoader.State
 
loadHtmlImport(String, ResourceLoader.ResourceLoadListener) - Method in class com.vaadin.client.ResourceLoader
Loads an HTML import and notify a listener when the HTML import is loaded.
LOADING - com.vaadin.client.metadata.AsyncBundleLoader.State
 
loadScript(String, ResourceLoader.ResourceLoadListener) - Method in class com.vaadin.client.ResourceLoader
Load a script and notify a listener when the script is loaded.
loadStylesheet(String, ResourceLoader.ResourceLoadListener) - Method in class com.vaadin.client.ResourceLoader
Load a stylesheet and notify a listener when the stylesheet is loaded.
loadTabSheet(int) - Method in class com.vaadin.client.ui.VTabsheet
Begin loading of the content of a tab of the provided index.
LocalDateRendererConnector - Class in com.vaadin.client.connectors.grid
A connector for LocalDateRenderer.
LocalDateRendererConnector() - Constructor for class com.vaadin.client.connectors.grid.LocalDateRendererConnector
 
LocalDateTimeRendererConnector - Class in com.vaadin.client.connectors.grid
A connector for LocalDateTimeRenderer.
LocalDateTimeRendererConnector() - Constructor for class com.vaadin.client.connectors.grid.LocalDateTimeRendererConnector
 
LocaleNotLoadedException - Exception in com.vaadin.client
 
LocaleNotLoadedException(String) - Constructor for exception com.vaadin.client.LocaleNotLoadedException
 
LocaleService - Class in com.vaadin.client
Date / time etc. localization service for all widgets.
LocaleService() - Constructor for class com.vaadin.client.LocaleService
 
LocatorStrategy - Interface in com.vaadin.client.componentlocator
This interface should be implemented by all locator strategies.
LocatorUtil - Class in com.vaadin.client.componentlocator
Common String manipulator utilities used in VaadinFinderLocatorStrategy and SelectorPredicates.
LocatorUtil() - Constructor for class com.vaadin.client.componentlocator.LocatorUtil
 
log(String) - Static method in class com.vaadin.client.VConsole
Deprecated.
 
log(Throwable) - Static method in class com.vaadin.client.VConsole
Deprecated.
 
LOG - com.vaadin.client.debug.internal.Icon
 
logBootstrapTimings() - Static method in class com.vaadin.client.Profiler
Outputs the time passed since various events recored in performance.timing if supported by the browser.
logDependencyStatus(ComponentConnector) - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
Logs horizontal and vertical LayoutDependencyTree.LayoutDependency state for the given connector.
logDuration(String) - Method in class com.vaadin.client.ApplicationConnection.MultiStepDuration
 
logDuration(String, int) - Method in class com.vaadin.client.ApplicationConnection.MultiStepDuration
 
LoginFormConnector - Class in com.vaadin.client.ui.loginform
A connector class for the LoginForm component.
LoginFormConnector() - Constructor for class com.vaadin.client.ui.loginform.LoginFormConnector
 
logMethodInvocations(ApplicationConnection, Collection<MethodInvocation>) - Static method in class com.vaadin.client.Util
 
LogSection - Class in com.vaadin.client.debug.internal
Displays the log messages.
LogSection() - Constructor for class com.vaadin.client.debug.internal.LogSection
 
logTimings() - Static method in class com.vaadin.client.Profiler
Outputs the gathered profiling data to the debug console.

M

makeDate(Map<DateResolution, Integer>) - Static method in class com.vaadin.client.ui.VPopupCalendar
Creates a date based on the provided date values map.
makeDate(Map<DateTimeResolution, Integer>) - Static method in class com.vaadin.client.ui.VPopupTimeCalendar
Creates a date based on the provided date values map.
makeScrollable() - Method in class com.vaadin.client.ui.VAbstractSplitPanel
Ensures the panels are scrollable e.g. after style name changes
makeScrollable() - Method in class com.vaadin.client.ui.VPanel
Ensures the panel is scrollable e.g. after style name changes.
makeScrollable() - Method in class com.vaadin.client.ui.VUI
Ensures the widget is scrollable e.g. after style name changes.
ManagedLayout - Interface in com.vaadin.client.ui
 
MARGIN_BOTTOM - Static variable in class com.vaadin.client.StyleConstants
 
MARGIN_LEFT - Static variable in class com.vaadin.client.StyleConstants
 
MARGIN_RIGHT - Static variable in class com.vaadin.client.StyleConstants
 
MARGIN_TOP - Static variable in class com.vaadin.client.StyleConstants
 
Margins - Class in com.vaadin.client.ui.layout
A class for storing margin data.
Margins(int, int, int, int) - Constructor for class com.vaadin.client.ui.layout.Margins
Constructs an instance for storing margin data.
markAsHorizontallyLayouted(ManagedLayout) - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
Marks the managed layout as layouted horizontally and propagates the need of horizontal measuring for any components that might have got their size changed as a result.
markAsVerticallyLayouted(ManagedLayout) - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
Marks the managed layout as layouted vertically and propagates the need of vertical measuring for any components that might have got their size changed as a result.
markHeightAsChanged(ComponentConnector) - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
Marks the component's height as changed.
markNewItemsHandled(String) - Method in class com.vaadin.client.ui.VComboBox.SuggestionMenu
 
markWidthAsChanged(ComponentConnector) - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
Marks the component's width as changed.
max - Variable in class com.vaadin.client.ui.VSlider
Maximum value of slider.
MAXIMIZE - com.vaadin.client.debug.internal.Icon
 
maximizeRestoreBox - Variable in class com.vaadin.client.ui.VWindow
For internal use only.
maximumPosition - Variable in class com.vaadin.client.ui.VAbstractSplitPanel
For internal use only.
maxLength - Variable in class com.vaadin.client.ui.VRichTextArea
For internal use only.
mayHaveScrollBars(Element) - Static method in class com.vaadin.client.Util
Deprecated.
As of 7.4.0, use WidgetUtil.mayHaveScrollBars(Element) instead.
mayHaveScrollBars(Element) - Static method in class com.vaadin.client.WidgetUtil
Detects what is currently the overflow style attribute in given element.
MayScrollChildren - Interface in com.vaadin.client.ui.layout
An interface that indicates that the associated component or layout can have scrollbars if the child contents won't fit otherwise.
measure(Element) - Method in class com.vaadin.client.MeasuredSize
Measures paddings, margins, border, height, and weight of the given element and stores the results within this MeasuredSize object.
measure(Element, boolean) - Method in class com.vaadin.client.MeasuredSize
Measures paddings, margins, border, height, and weight of the given element and stores the results within this MeasuredSize object.
MEASURE_ALWAYS - com.vaadin.client.HasChildMeasurementHintConnector.ChildMeasurementHint
Always measure all child components (default).
MEASURE_IF_NEEDED - com.vaadin.client.HasChildMeasurementHintConnector.ChildMeasurementHint
Measure child component only if child component is an AbstractLayoutConnector or implements either ManagedLayout or ElementResizeListener.
MEASURE_NEVER - com.vaadin.client.HasChildMeasurementHintConnector.ChildMeasurementHint
Never measure child components.
MeasuredSize - Class in com.vaadin.client
 
MeasuredSize() - Constructor for class com.vaadin.client.MeasuredSize
 
MeasuredSize.MeasureResult - Class in com.vaadin.client
 
measureHorizontalBorder(Element) - Static method in class com.vaadin.client.Util
Deprecated.
measureHorizontalBorder(Element) - Static method in class com.vaadin.client.WidgetUtil
 
measureHorizontalPaddingAndBorder(Element, int) - Static method in class com.vaadin.client.Util
Deprecated.
measureHorizontalPaddingAndBorder(Element, int) - Static method in class com.vaadin.client.WidgetUtil
 
measureMarginLeft(Element) - Static method in class com.vaadin.client.Util
Deprecated.
As of 7.4.0, use WidgetUtil.measureMarginLeft(Element) instead.
measureMarginLeft(Element) - Static method in class com.vaadin.client.WidgetUtil
 
measureVerticalBorder(Element) - Static method in class com.vaadin.client.Util
Deprecated.
measureVerticalBorder(Element) - Static method in class com.vaadin.client.WidgetUtil
 
measureVerticalPaddingAndBorder(Element, int) - Static method in class com.vaadin.client.Util
Deprecated.
measureVerticalPaddingAndBorder(Element, int) - Static method in class com.vaadin.client.WidgetUtil
 
MediaBaseConnector - Class in com.vaadin.client.ui
Base class for media component connectors.
MediaBaseConnector() - Constructor for class com.vaadin.client.ui.MediaBaseConnector
 
medium() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
 
menu - Variable in class com.vaadin.client.debug.internal.VDebugWindow
 
menu - Variable in class com.vaadin.client.ui.VComboBox.SuggestionPopup
For internal use only.
MENU - com.vaadin.client.debug.internal.Icon
 
MenuBar - Class in com.vaadin.client.ui.menubar
Deprecated. 
MenuBar() - Constructor for class com.vaadin.client.ui.menubar.MenuBar
Deprecated.
Creates an empty horizontal menu bar.
MenuBar(boolean) - Constructor for class com.vaadin.client.ui.menubar.MenuBar
Deprecated.
Creates an empty menu bar.
MenuBarConnector - Class in com.vaadin.client.ui.menubar
A connector class for the MenuBar component.
MenuBarConnector() - Constructor for class com.vaadin.client.ui.menubar.MenuBarConnector
 
MenuItem - Class in com.vaadin.client.ui.menubar
Deprecated. 
MenuItem(String, boolean, Command) - Constructor for class com.vaadin.client.ui.menubar.MenuItem
Deprecated.
Constructs a new menu item that fires a command when it is selected.
MenuItem(String, boolean, MenuBar) - Constructor for class com.vaadin.client.ui.menubar.MenuItem
Deprecated.
Constructs a new menu item that cascades to a sub-menu when it is selected.
MenuItem(String, Command) - Constructor for class com.vaadin.client.ui.menubar.MenuItem
Deprecated.
Constructs a new menu item that fires a command when it is selected.
MenuItem(String, MenuBar) - Constructor for class com.vaadin.client.ui.menubar.MenuItem
Deprecated.
Constructs a new menu item that cascades to a sub-menu when it is selected.
menuPopup - Variable in class com.vaadin.client.debug.internal.VDebugWindow
 
menuVisible - Variable in class com.vaadin.client.ui.VMenuBar
 
messageHandler - Variable in class com.vaadin.client.ApplicationConnection
 
MessageHandler - Class in com.vaadin.client.communication
A MessageHandler is responsible for handling all incoming messages (JSON) from the server (state changes, RPCs and other updates) and ensuring that the connectors are updated accordingly.
MessageHandler() - Constructor for class com.vaadin.client.communication.MessageHandler
 
messageSender - Variable in class com.vaadin.client.ApplicationConnection
 
MessageSender - Class in com.vaadin.client.communication
MessageSender is responsible for sending messages to the server.
MessageSender() - Constructor for class com.vaadin.client.communication.MessageSender
 
meta(ApplicationConnection, ValueMap) - Method in class com.vaadin.client.debug.internal.AnalyzeLayoutsPanel
 
meta(ApplicationConnection, ValueMap) - Method in class com.vaadin.client.debug.internal.HierarchySection
 
meta(ApplicationConnection, ValueMap) - Method in class com.vaadin.client.debug.internal.InfoSection
 
meta(ApplicationConnection, ValueMap) - Method in class com.vaadin.client.debug.internal.LogSection
 
meta(ApplicationConnection, ValueMap) - Method in class com.vaadin.client.debug.internal.NetworkSection
 
meta(ApplicationConnection, ValueMap) - Method in class com.vaadin.client.debug.internal.ProfilerSection
 
meta(ApplicationConnection, ValueMap) - Method in interface com.vaadin.client.debug.internal.Section
 
meta(ApplicationConnection, ValueMap) - Method in class com.vaadin.client.debug.internal.TestBenchSection
 
meta(ApplicationConnection, ValueMap) - Method in class com.vaadin.client.debug.internal.VDebugWindow
Called when the result from analyzeLayouts is received.
Method - Class in com.vaadin.client.metadata
 
Method(Type, String) - Constructor for class com.vaadin.client.metadata.Method
 
mightChange(StateChangeEvent) - Static method in class com.vaadin.client.VCaption
Checks whether anything in a given state change might cause the caption to change.
mimetype - Variable in class com.vaadin.client.ui.VEmbedded
For internal use only.
min - Variable in class com.vaadin.client.ui.VSlider
Minimum value of slider.
MIN_HEIGHT - Static variable in class com.vaadin.client.debug.internal.VDebugWindow
 
minimize - Variable in class com.vaadin.client.debug.internal.VDebugWindow
 
MINIMIZE - com.vaadin.client.debug.internal.Icon
 
minimized - Variable in class com.vaadin.client.debug.internal.VDebugWindow
 
MINIMUM_DISTANCE_TO_START_DRAG - Static variable in class com.vaadin.client.ui.dd.VDragAndDropManager
Deprecated.
#13381, #14796.
minimumPosition - Variable in class com.vaadin.client.ui.VAbstractSplitPanel
For internal use only.
minWidth(String) - Method in class com.vaadin.client.ui.VComboBox
Calculate minimum width for FilterSelect textarea.
minX - Variable in class com.vaadin.client.debug.internal.VDebugWindow
 
minY - Variable in class com.vaadin.client.debug.internal.VDebugWindow
 
MODIFIED - Static variable in class com.vaadin.client.StyleConstants
 
MODIFIED_CLASSNAME - Static variable in class com.vaadin.client.ApplicationConnection
Deprecated.
modifyDragImage(Element) - Method in interface com.vaadin.client.ui.dd.DragImageModifier
Deprecated.
This method is called for cloned element which corresponds to the widget element.
modifyDragImage(Element) - Method in class com.vaadin.client.ui.VTextArea
 
moreItem - Variable in class com.vaadin.client.ui.VMenuBar
For internal use only.
mouseDownHandler - Variable in class com.vaadin.client.debug.internal.VDebugWindow
 
mouseDownPressed - Variable in class com.vaadin.client.ui.VMenuBar
 
mousedownX - Variable in class com.vaadin.client.ui.VButton
 
mousedownY - Variable in class com.vaadin.client.ui.VButton
 
MouseEventDetailsBuilder - Class in com.vaadin.client
Helper class for constructing a MouseEventDetails object from a NativeEvent.
MouseEventDetailsBuilder() - Constructor for class com.vaadin.client.MouseEventDetailsBuilder
 
MouseHandler() - Constructor for class com.vaadin.client.debug.internal.VDebugWindow.MouseHandler
 
mouseMoveHandler - Variable in class com.vaadin.client.debug.internal.VDebugWindow
 
MOVE_THRESHOLD - Static variable in class com.vaadin.client.ui.VButton
 
MOVE_TRESHOLD - Static variable in class com.vaadin.client.debug.internal.VDebugWindow
 
MultiSelectionModel() - Constructor for class com.vaadin.client.connectors.grid.MultiSelectionModelConnector.MultiSelectionModel
 
MultiSelectionModelConnector - Class in com.vaadin.client.connectors.grid
Connector for server side multiselection model implementation.
MultiSelectionModelConnector() - Constructor for class com.vaadin.client.connectors.grid.MultiSelectionModelConnector
 
MultiSelectionModelConnector.MultiSelectionModel - Class in com.vaadin.client.connectors.grid
Client side multiselection model implementation.
MultiSelectionRenderer<T> - Class in com.vaadin.client.widget.grid.selection
Renderer showing multi selection check boxes.
MultiSelectionRenderer(Grid<T>) - Constructor for class com.vaadin.client.widget.grid.selection.MultiSelectionRenderer
Constructs a renderer for a selection column with multi-selection CheckBoxes.
MultiStepDuration() - Constructor for class com.vaadin.client.ApplicationConnection.MultiStepDuration
 

N

NativeButtonConnector - Class in com.vaadin.client.ui.nativebutton
A connector class for the NativeButton component.
NativeButtonConnector() - Constructor for class com.vaadin.client.ui.nativebutton.NativeButtonConnector
 
NativeSelectConnector - Class in com.vaadin.client.ui.nativeselect
The client-side connector for the NativeSelect component.
NativeSelectConnector() - Constructor for class com.vaadin.client.ui.nativeselect.NativeSelectConnector
 
needsServerSideCheck(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VAcceptCriterion
Deprecated.
Returns whether a server side check is needed for determining acceptance.
needsServerSideCheck(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VLazyInitItemIdentifiers
Deprecated.
 
needsServerSideCheck(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VNot
Deprecated.
 
needsServerSideCheck(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VOr
Deprecated.
 
needsServerSideCheck(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VServerAccept
Deprecated.
 
needsShimElement() - Method in class com.vaadin.client.widgets.Overlay
Returns true if we should add a shim iframe below the overlay to deal with zindex issues with PDFs and applets.
NETWORK - com.vaadin.client.debug.internal.Icon
 
NetworkSection - Class in com.vaadin.client.debug.internal
Displays network activity; requests and responses.
NetworkSection() - Constructor for class com.vaadin.client.debug.internal.NetworkSection
 
nextUploadId - Variable in class com.vaadin.client.ui.VUpload
For internal use only.
NO_LAYOUT - com.vaadin.client.metadata.TypeDataStore.MethodAttribute
 
NO_LOADING_INDICATOR - com.vaadin.client.metadata.TypeDataStore.MethodAttribute
 
NoDataException - Exception in com.vaadin.client.metadata
 
NoDataException(String) - Constructor for exception com.vaadin.client.metadata.NoDataException
 
Node(String) - Constructor for class com.vaadin.client.Profiler.Node
Create a new node with the given name.
noKeyDownEvents - Variable in class com.vaadin.client.ui.VComboBox
For internal use only.
noMoreChangesExpected(ComponentConnector) - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
Returns whether all required layouting and measuring has been done for this component to both directions and there are no more blockers waiting for handling.
NONE - Static variable in class com.vaadin.client.ui.VDragAndDropWrapper
 
normal() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
 
NoSelectionModel() - Constructor for class com.vaadin.client.widget.grid.selection.SelectionModel.NoSelectionModel
 
NoSelectionModelConnector - Class in com.vaadin.client.connectors.grid
Connector for grids selection model that doesn't allow selecting anything.
NoSelectionModelConnector() - Constructor for class com.vaadin.client.connectors.grid.NoSelectionModelConnector
 
NOT_STARTED - com.vaadin.client.metadata.AsyncBundleLoader.State
 
NotificationConnector - Class in com.vaadin.client.ui.notification
The client-side connector for the Notification.
NotificationConnector() - Constructor for class com.vaadin.client.ui.notification.NotificationConnector
 
notificationHidden(VNotification.HideEvent) - Method in interface com.vaadin.client.ui.VNotification.EventListener
 
notifyChildrenOfSizeChange() - Method in class com.vaadin.client.ui.VCustomLayout
Deprecated.
this method has done absolutely nothing since Vaadin 7.0 and should not be used, before that forced a recursive re-layout
notifyParentOfSizeChange(Widget, boolean) - Static method in class com.vaadin.client.Util
Deprecated.
NULL - Static variable in interface com.vaadin.client.widget.escalator.EscalatorUpdater
An EscalatorUpdater that doesn't render anything.
NULL - Static variable in interface com.vaadin.client.widget.escalator.SpacerUpdater
A spacer updater that does nothing.
NULL - Static variable in interface com.vaadin.client.widget.grid.DetailsGenerator
A details generator that provides no details.
nullSelectionAllowed - Variable in class com.vaadin.client.ui.VComboBox
For internal use only.
nullSelectItem - Variable in class com.vaadin.client.ui.VComboBox
For internal use only.
NumberRenderer - Class in com.vaadin.client.renderers
Renders a number into a cell using a specific NumberFormat.
NumberRenderer() - Constructor for class com.vaadin.client.renderers.NumberRenderer
Constructs a renderer for presenting number data.
NumberRenderer(NumberFormat) - Constructor for class com.vaadin.client.renderers.NumberRenderer
Constructs a renderer for presenting number data.
NumberRendererConnector - Class in com.vaadin.client.connectors.grid
A connector for NumberRenderer.
NumberRendererConnector() - Constructor for class com.vaadin.client.connectors.grid.NumberRendererConnector
 

O

obj2jso(Object) - Static method in class com.vaadin.client.communication.JsonDecoder
Called by generated deserialization code to treat a generic object as a JsonValue.
ok() - Method in class com.vaadin.client.SuperDevMode.RecompileResult
 
OK - com.vaadin.client.debug.internal.Icon
 
ol() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
 
ol() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
 
onActivate(CellReference<?>) - Method in class com.vaadin.client.renderers.ComplexRenderer
Called when the cell is activated by pressing enter, double clicking or performing a double tap on the cell.
onAnimationEnd(NativeEvent) - Method in interface com.vaadin.client.AnimationUtil.AnimationEndListener
 
onApplicationStopped(ApplicationConnection.ApplicationStoppedEvent) - Method in interface com.vaadin.client.ApplicationConnection.ApplicationStoppedHandler
Triggered when the ApplicationConnection marks a previously running application as stopped by invoking {@link ApplicationConnection#setApplicationRunning(false)}.
onAttach() - Method in class com.vaadin.client.ui.orderedlayout.Slot
 
onAttach() - Method in class com.vaadin.client.ui.VAbstractPopupCalendar
 
onAttach() - Method in class com.vaadin.client.ui.VCheckBox
 
onAttach() - Method in class com.vaadin.client.ui.VUpload
 
onAttach() - Method in class com.vaadin.client.ui.VWindow
 
onAttach() - Method in class com.vaadin.client.VCaption
 
onAttach() - Method in class com.vaadin.client.widgets.Grid
 
onAttach() - Method in class com.vaadin.client.widgets.Overlay
 
onAutoScroll(int) - Method in interface com.vaadin.client.widget.grid.AutoScroller.AutoScrollerCallback
Triggered when doing automatic scrolling.
onAutoScrollReachedMax() - Method in interface com.vaadin.client.widget.grid.AutoScroller.AutoScrollerCallback
Triggered when the grid scroll has reached the max scroll position.
onAutoScrollReachedMin() - Method in interface com.vaadin.client.widget.grid.AutoScroller.AutoScrollerCallback
Triggered when the grid scroll has reached the minimum scroll position.
onBlur(BlurEvent) - Method in class com.vaadin.client.ui.ConnectorFocusAndBlurHandler
 
onBlur(BlurEvent) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
 
onBlur(BlurEvent) - Method in class com.vaadin.client.ui.VComboBox
 
onBlur(BlurEvent) - Method in class com.vaadin.client.ui.VTextField
 
onBlur(BlurEvent) - Method in class com.vaadin.client.ui.VWindow
 
onBrowserEvent(Event) - Method in class com.vaadin.client.ui.menubar.MenuBar
Deprecated.
 
onBrowserEvent(Event) - Method in class com.vaadin.client.ui.orderedlayout.Slot
 
onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VAbstractPopupCalendar
 
onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VAbstractSplitPanel
 
onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VAccordion.StackItem
 
onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VButton
 
onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VCheckBox
 
onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VColorPickerArea
 
onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VComboBox
 
onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VComboBox.SuggestionPopup
 
onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VCustomLayout
 
onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VEmbedded
 
onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VLabel
 
onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VLink
 
onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VMenuBar
 
onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VNativeButton
 
onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VNotification
 
onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VPanel
 
onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VSlider
 
onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VTabsheet
 
onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VTabsheet.TabCaption
 
onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VWindow
 
onBrowserEvent(Event) - Method in class com.vaadin.client.VCaption
 
onBrowserEvent(Event) - Method in class com.vaadin.client.VTooltip
 
onBrowserEvent(Event) - Method in class com.vaadin.client.widgets.Grid
 
onBrowserEvent(CellReference<?>, NativeEvent) - Method in class com.vaadin.client.renderers.ComplexRenderer
Called whenever a registered event is triggered in the column the renderer renders.
onBrowserEvent(CellReference<?>, NativeEvent) - Method in class com.vaadin.client.widget.grid.selection.MultiSelectionRenderer
 
onCancel() - Method in interface com.vaadin.client.ui.dd.DragHandle.DragHandleCallback
Called when the drag operation has been cancelled (usually by pressing ESC).
onCancel() - Method in interface com.vaadin.client.ui.VAbstractCalendarPanel.SubmitListener
On e.g.
onChange(ChangeEvent) - Method in class com.vaadin.client.ui.VAbstractTextualDate
 
onChange(ChangeEvent) - Method in class com.vaadin.client.ui.VDateTimeCalendarPanel.VTime
 
onChildSizeChange() - Method in class com.vaadin.client.ui.ui.UIConnector
Ensure the position is calculated correctly.
onClick() - Method in class com.vaadin.client.ui.VButton
Called internally when the user finishes clicking on this button.
onClick(ClickEvent) - Method in class com.vaadin.client.renderers.ClickableRenderer
 
onClick(ClickEvent) - Method in class com.vaadin.client.ui.button.ButtonConnector
 
onClick(ClickEvent) - Method in class com.vaadin.client.ui.checkbox.CheckBoxConnector
 
onClick(ClickEvent) - Method in class com.vaadin.client.ui.colorpicker.ColorPickerAreaConnector
 
onClick(ClickEvent) - Method in class com.vaadin.client.ui.colorpicker.ColorPickerConnector
 
onClick(ClickEvent) - Method in class com.vaadin.client.ui.colorpicker.ColorPickerGridConnector
 
onClick(ClickEvent) - Method in class com.vaadin.client.ui.colorpicker.VColorPickerGrid
 
onClick(ClickEvent) - Method in class com.vaadin.client.ui.nativebutton.NativeButtonConnector
 
onClick(ClickEvent) - Method in class com.vaadin.client.ui.VAbstractPopupCalendar
 
onClick(ClickEvent) - Method in class com.vaadin.client.ui.VAccordion.StackItem
 
onClick(ClickEvent) - Method in class com.vaadin.client.ui.VButton
 
onClick(ClickEvent) - Method in class com.vaadin.client.ui.VCheckBoxGroup
 
onClick(ClickEvent) - Method in class com.vaadin.client.ui.VColorPicker
 
onClick(ClickEvent) - Method in class com.vaadin.client.ui.VColorPickerArea
 
onClick(ClickEvent) - Method in class com.vaadin.client.ui.VComboBox
Listener for popupopener.
onClick(ClickEvent) - Method in class com.vaadin.client.ui.VFormLayout.VFormLayoutTable
 
onClick(ClickEvent) - Method in class com.vaadin.client.ui.VLink
 
onClick(ClickEvent) - Method in class com.vaadin.client.ui.VNativeButton
 
onClick(ClickEvent) - Method in class com.vaadin.client.ui.VRadioButtonGroup
 
onClick(ClickEvent) - Method in class com.vaadin.client.ui.VTwinColSelect
 
onClick(ClickableRenderer.RendererClickEvent<R>) - Method in interface com.vaadin.client.renderers.ClickableRenderer.RendererClickHandler
Called when a rendered button is clicked.
onClick(GridClickEvent) - Method in interface com.vaadin.client.widget.grid.events.AbstractGridMouseEventHandler.GridClickHandler
Perform actions that should happen when the Grid is clicked.
onClientTimeout(AtmospherePushConnection.AtmosphereResponse) - Method in class com.vaadin.client.communication.AtmospherePushConnection
 
onClose() - Method in class com.vaadin.client.ui.VTabsheet.Tab
Handles a request to close this tab.
onClose(CloseEvent<PopupPanel>) - Method in class com.vaadin.client.ui.VAbstractPopupCalendar
 
onClose(CloseEvent<PopupPanel>) - Method in class com.vaadin.client.ui.VComboBox.SuggestionPopup
 
onClose(CloseEvent<PopupPanel>) - Method in class com.vaadin.client.ui.VMenuBar
Listener method, fired when this menu is closed.
onClose(AtmospherePushConnection.AtmosphereResponse) - Method in class com.vaadin.client.communication.AtmospherePushConnection
 
onColumnRendererChanged(ColumnConnector.CustomColumn) - Method in class com.vaadin.client.connectors.grid.GridConnector
Method called by CustomColumn when its renderer changes.
onColumnRendererChanged(ColumnConnector.CustomColumn) - Method in class com.vaadin.client.ui.treegrid.TreeGridConnector
 
onColumnReorder(ColumnReorderEvent<T>) - Method in interface com.vaadin.client.widget.grid.events.ColumnReorderHandler
A column reorder event, fired by Grid when the columns of the Grid have been reordered.
onColumnResize(ColumnResizeEvent<T>) - Method in interface com.vaadin.client.widget.grid.events.ColumnResizeHandler
A column resize event, fired by Grid when the columns of the Grid have been resized.
onComplete() - Method in interface com.vaadin.client.ui.dd.DragHandle.DragHandleCallback
Called when the drag operation completes successfully.
onConnect(AtmospherePushConnection.AtmosphereResponse) - Method in class com.vaadin.client.communication.AtmospherePushConnection
Called whenever a server push connection is established (or re-established).
onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in interface com.vaadin.client.ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler
Called by the framework when the list of child components of the connector implementing this interface has changed.
onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.ui.absolutelayout.AbsoluteLayoutConnector
 
onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.ui.accordion.AccordionConnector
 
onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.ui.composite.CompositeConnector
 
onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.ui.csslayout.CssLayoutConnector
 
onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.ui.customcomponent.CustomComponentConnector
 
onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.ui.customfield.CustomFieldConnector
 
onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.ui.customlayout.CustomLayoutConnector
 
onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.ui.formlayout.FormLayoutConnector
 
onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.ui.gridlayout.GridLayoutConnector
 
onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.ui.loginform.LoginFormConnector
 
onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.ui.orderedlayout.AbstractOrderedLayoutConnector
 
onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.ui.panel.PanelConnector
 
onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.ui.popupview.PopupViewConnector
 
onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.ui.splitpanel.AbstractSplitPanelConnector
 
onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.ui.tabsheet.TabsheetConnector
 
onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.ui.ui.UIConnector
 
onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.ui.window.WindowConnector
 
onContextMenu(ContextMenuEvent) - Method in class com.vaadin.client.ui.AbstractClickEventHandler
Event handler for context menu.
onDataArrive(double, int) - Method in class com.vaadin.client.data.CacheStrategy.AbstractBasicSymmetricalCacheStrategy
 
onDataArrive(double, int) - Method in interface com.vaadin.client.data.CacheStrategy
Called whenever data requested by the data source has arrived.
onDataAvailable(DataAvailableEvent) - Method in interface com.vaadin.client.widget.grid.DataAvailableHandler
Called when DataSource has data available.
onDataChange(Range) - Method in class com.vaadin.client.connectors.AbstractMultiSelectConnector
This method handles the parsing of the new JSON data containing the items and the selection information.
onDetach() - Method in class com.vaadin.client.ui.menubar.MenuBar
Deprecated.
 
onDetach() - Method in class com.vaadin.client.ui.orderedlayout.Slot
 
onDetach() - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
 
onDetach() - Method in class com.vaadin.client.ui.VAbstractPopupCalendar
 
onDetach() - Method in class com.vaadin.client.ui.VBrowserFrame
 
onDetach() - Method in class com.vaadin.client.ui.VComboBox
 
onDetach() - Method in class com.vaadin.client.ui.VCustomLayout
 
onDetach() - Method in class com.vaadin.client.ui.VEmbedded
 
onDetach() - Method in class com.vaadin.client.ui.VMenuBar
 
onDetach() - Method in class com.vaadin.client.ui.VPopupView
Make sure that we remove the popup when the main widget is removed.
onDetach() - Method in class com.vaadin.client.ui.VUpload
 
onDetach() - Method in class com.vaadin.client.ui.VWindow
 
onDetach() - Method in class com.vaadin.client.VCaption
 
onDetach() - Method in class com.vaadin.client.widgets.Grid
 
onDetach() - Method in class com.vaadin.client.widgets.Overlay
 
onDoubleClick(DoubleClickEvent) - Method in class com.vaadin.client.ui.AbstractClickEventHandler
Event handler for double clicks.
onDoubleClick(DoubleClickEvent) - Method in class com.vaadin.client.ui.VTwinColSelect
 
onDoubleClick(GridDoubleClickEvent) - Method in interface com.vaadin.client.widget.grid.events.AbstractGridMouseEventHandler.GridDoubleClickHandler
Perform actions that should happen when the Grid is double-clicked.
onDragCancel() - Method in interface com.vaadin.client.ui.dd.DragAndDropHandler.DragAndDropCallback
Called when the drag has been canceled.
onDragEnd() - Method in interface com.vaadin.client.ui.dd.DragAndDropHandler.DragAndDropCallback
Called after the has ended on a drop or cancel.
onDragEnd(Event) - Method in class com.vaadin.client.connectors.grid.GridDragSourceConnector
 
onDragEnd(Event) - Method in class com.vaadin.client.extensions.DragSourceExtensionConnector
Event handler for the dragend event.
onDragEnter(Event) - Method in class com.vaadin.client.connectors.grid.GridDropTargetConnector
 
onDragEnter(Event) - Method in class com.vaadin.client.extensions.DropTargetExtensionConnector
Event handler for the dragenter event.
onDragLeave(Event) - Method in class com.vaadin.client.extensions.DropTargetExtensionConnector
Event handler for the dragleave event.
onDragOver(Event) - Method in class com.vaadin.client.extensions.DropTargetExtensionConnector
Event handler for the dragover event.
onDragSourceAttached() - Method in class com.vaadin.client.ui.AbstractComponentConnector
Invoked when a DragSourceExtensionConnector has been attached to this component.
onDragSourceDetached() - Method in class com.vaadin.client.ui.AbstractComponentConnector
Invoked when a DragSourceExtensionConnector has been removed from this component.
onDragStart(Event) - Method in interface com.vaadin.client.ui.dd.DragAndDropHandler.DragAndDropCallback
Called when the drag has started.
onDragStart(Event) - Method in class com.vaadin.client.connectors.grid.GridDragSourceConnector
 
onDragStart(Event) - Method in class com.vaadin.client.extensions.DragSourceExtensionConnector
Event handler for the dragstart event.
onDragStartOnDraggableElement(NativeEvent, DragAndDropHandler.DragAndDropCallback) - Method in class com.vaadin.client.ui.dd.DragAndDropHandler
This method can be called to trigger drag and drop on any grid element that can be dragged and dropped.
onDragUpdate(Event) - Method in interface com.vaadin.client.ui.dd.DragAndDropHandler.DragAndDropCallback
Called on drag.
onDrop() - Method in interface com.vaadin.client.ui.dd.DragAndDropHandler.DragAndDropCallback
Called when the drag has ended on a drop.
onDrop(Event) - Method in class com.vaadin.client.extensions.DropTargetExtensionConnector
Event handler for the drop event.
onDrop(Event) - Method in class com.vaadin.client.extensions.FileDropTargetConnector
 
onDropFromCache(int) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
onDropFromCache(int, JsonObject) - Method in class com.vaadin.client.connectors.data.DataCommunicatorConnector.VaadinDataSource
 
onDropFromCache(int, T) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
A hook that can be overridden to do something whenever a row has been dropped from the cache.
onDropTargetAttached() - Method in class com.vaadin.client.ui.AbstractComponentConnector
Invoked when a DropTargetExtensionConnector has been attached to this component.
onDropTargetDetached() - Method in class com.vaadin.client.ui.AbstractComponentConnector
Invoked when a DropTargetExtensionConnector has been removed from this component.
onElementResize(ElementResizeEvent) - Method in class com.vaadin.client.extensions.ResponsiveConnector
 
onElementResize(ElementResizeEvent) - Method in interface com.vaadin.client.ui.layout.ElementResizeListener
Perform actions after element resize.
onEnabled(boolean) - Method in interface com.vaadin.client.widget.grid.events.GridEnabledHandler
Called when Grid is enabled or disabled.
onEnabled(boolean) - Method in class com.vaadin.client.widgets.Grid.SelectionColumn
 
onError(Request, Throwable) - Method in class com.vaadin.client.communication.XhrConnection.XhrResponseHandler
 
onError(AtmospherePushConnection.AtmosphereResponse) - Method in class com.vaadin.client.communication.AtmospherePushConnection
Called if the push connection fails.
onError(ResourceLoader.ResourceLoadEvent) - Method in interface com.vaadin.client.ResourceLoader.ResourceLoadListener
Notifies this ResourceLoadListener that a resource could not be loaded, e.g. because the file could not be found or because the server did not respond.
onError(String, int) - Method in interface com.vaadin.client.ApplicationConnection.CommunicationErrorHandler
Called when a communication error has occurred.
onEscalatorSizeChange(EscalatorSizeChangeHandler.EscalatorSizeChangeEvent) - Method in interface com.vaadin.client.widget.grid.events.EscalatorSizeChangeHandler
FOR INTERNAL USE ONLY, MAY GET REMOVED OR MODIFIED AT ANY TIME!
onEvent(Grid.GridEvent<T>) - Method in interface com.vaadin.client.widget.grid.GridEventHandler
Attempts to handle the given grid event.
onEventPreview(Event) - Method in class com.vaadin.client.ui.VNotification
 
onEventPreview(Event) - Method in class com.vaadin.client.ui.VPopupView.CustomPopup
 
onEventPreview(Event) - Method in class com.vaadin.client.ui.VWindow
 
onFocus(FocusEvent) - Method in class com.vaadin.client.ui.ConnectorFocusAndBlurHandler
 
onFocus(FocusEvent) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
 
onFocus(FocusEvent) - Method in class com.vaadin.client.ui.VComboBox
 
onFocus(FocusEvent) - Method in class com.vaadin.client.ui.VMenuBar
 
onFocus(FocusEvent) - Method in class com.vaadin.client.ui.VTextField
 
onFocus(FocusEvent) - Method in class com.vaadin.client.ui.VWindow
 
onFocusOut(DomEvent<?>) - Method in interface com.vaadin.client.ui.VAbstractCalendarPanel.FocusOutListener
 
onHover(ComponentConnector) - Method in interface com.vaadin.client.debug.internal.HierarchySection.FindHandler
Called when the user hovers over a connector, which is highlighted.
onInput(InputEvent) - Method in interface com.vaadin.client.event.InputHandler
Called when an InputEvent is fired.
onKeyDown(KeyDownEvent) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
 
onKeyDown(KeyDownEvent) - Method in class com.vaadin.client.ui.VAbstractTextualDate
 
onKeyDown(KeyDownEvent) - Method in class com.vaadin.client.ui.VComboBox
 
onKeyDown(KeyDownEvent) - Method in class com.vaadin.client.ui.VMenuBar
 
onKeyDown(KeyDownEvent) - Method in class com.vaadin.client.ui.VRichTextArea
 
onKeyDown(KeyDownEvent) - Method in class com.vaadin.client.ui.VTwinColSelect
 
onKeyDown(KeyDownEvent) - Method in class com.vaadin.client.ui.VWindow
 
onKeyDown(GridKeyDownEvent) - Method in interface com.vaadin.client.widget.grid.events.AbstractGridKeyEventHandler.GridKeyDownHandler
Perform actions that should happen when a key down event is triggered within a Grid.
onKeyPress(KeyPressEvent) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
 
onKeyPress(KeyPressEvent) - Method in class com.vaadin.client.ui.VMenuBar
 
onKeyPress(KeyPressEvent) - Method in class com.vaadin.client.ui.VRichTextArea
 
onKeyPress(GridKeyPressEvent) - Method in interface com.vaadin.client.widget.grid.events.AbstractGridKeyEventHandler.GridKeyPressHandler
Perform actions that should happen when a key press event is triggered within a Grid.
onKeyUp(KeyUpEvent) - Method in class com.vaadin.client.ui.VComboBox
Triggered when a key was depressed.
onKeyUp(GridKeyUpEvent) - Method in interface com.vaadin.client.widget.grid.events.AbstractGridKeyEventHandler.GridKeyUpHandler
Perform actions that should happen when a key up event is triggered within a Grid.
onLoad() - Method in class com.vaadin.client.ui.VComboBox.SuggestionPopup
 
onLoad() - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
onLoad() - Method in class com.vaadin.client.ui.VUI
Start to periodically monitor for parent element resizes if embedded application (e.g. portlet).
onLoad() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
Should be called whenever this bundle is attached to the DOM (typically, from the onLoad of the containing widget).
onLoad() - Method in class com.vaadin.client.widgets.Escalator
 
onLoad(LoadEvent) - Method in class com.vaadin.client.ui.VComboBox.SuggestionMenu
 
onLoad(ResourceLoader.ResourceLoadEvent) - Method in interface com.vaadin.client.ResourceLoader.ResourceLoadListener
Notifies this ResourceLoadListener that a resource has been loaded.
onMaximizeRestore() - Method in class com.vaadin.client.ui.window.WindowConnector
Maximizes or restores the window depending on the current mode.
onMenuClick(int) - Method in class com.vaadin.client.ui.VMenuBar
This is called by the items in the menu and it communicates the information to the server.
onMessage(AtmospherePushConnection.AtmosphereResponse) - Method in class com.vaadin.client.communication.AtmospherePushConnection
 
onModuleLoad() - Method in class com.vaadin.client.ApplicationConfiguration
 
onMouseDown(MouseDownEvent) - Method in class com.vaadin.client.debug.internal.VDebugWindow.MouseHandler
 
onMouseDown(MouseDownEvent) - Method in class com.vaadin.client.ui.AbstractClickEventHandler
 
onMouseDown(MouseDownEvent) - Method in class com.vaadin.client.ui.colorpicker.VColorPickerGradient
 
onMouseDown(MouseDownEvent) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
 
onMouseDown(MouseDownEvent) - Method in class com.vaadin.client.ui.VComboBox
 
onMouseDown(MouseDownEvent) - Method in class com.vaadin.client.ui.VTwinColSelect
 
onMouseDown(Event) - Method in class com.vaadin.client.ui.VAbstractSplitPanel
Handle initiating content resize and moving of the split position when clicking the splitter with a mouse.
onMouseMove(MouseMoveEvent) - Method in class com.vaadin.client.debug.internal.VDebugWindow.MouseHandler
 
onMouseMove(MouseMoveEvent) - Method in class com.vaadin.client.ui.colorpicker.VColorPickerGradient
 
onMouseMove(Event) - Method in class com.vaadin.client.ui.VAbstractSplitPanel
Handle updating the splitter position when dragging the splitter with a mouse.
onMouseOut(MouseOutEvent) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
 
onMouseOut(MouseOutEvent) - Method in class com.vaadin.client.ui.VMenuBar
 
onMouseOver(MouseOverEvent) - Method in class com.vaadin.client.ui.VMenuBar
 
onMouseUp(MouseUpEvent) - Method in class com.vaadin.client.ui.AbstractClickEventHandler
 
onMouseUp(MouseUpEvent) - Method in class com.vaadin.client.ui.colorpicker.ColorPickerGradientConnector
 
onMouseUp(MouseUpEvent) - Method in class com.vaadin.client.ui.colorpicker.VColorPickerGradient
 
onMouseUp(MouseUpEvent) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
 
onMouseUp(Event) - Method in class com.vaadin.client.ui.VAbstractSplitPanel
Handle concluding the content resize when dragging the splitter with a mouse.
onNullSelected() - Method in class com.vaadin.client.ui.VComboBox
Triggered when an empty value is selected and null selection is allowed.
onOpen(AtmospherePushConnection.AtmosphereResponse) - Method in class com.vaadin.client.communication.AtmospherePushConnection
 
onPointerCancel(PointerCancelEvent) - Method in interface com.vaadin.client.event.PointerCancelHandler
Called when PointerCancelEvent is fired.
onPointerDown(PointerDownEvent) - Method in interface com.vaadin.client.event.PointerDownHandler
Called when PointerDownEvent is fired.
onPointerMove(PointerMoveEvent) - Method in interface com.vaadin.client.event.PointerMoveHandler
Called when PointerMoveEvent is fired.
onPointerUp(PointerUpEvent) - Method in interface com.vaadin.client.event.PointerUpHandler
Called when PointerUpEvent is fired.
onPopupClosed(PopupPanel, boolean) - Method in class com.vaadin.client.ui.menubar.MenuBar
Deprecated.
 
onPreviewNativeEvent(Event.NativePreviewEvent) - Method in class com.vaadin.client.debug.internal.VDebugWindow.MouseHandler
 
onPreviewNativeEvent(Event.NativePreviewEvent) - Method in class com.vaadin.client.ui.TouchScrollDelegate
 
onPreviewNativeEvent(Event.NativePreviewEvent) - Method in class com.vaadin.client.ui.VComboBox.SuggestionPopup
 
onPreviewNativeEvent(Event.NativePreviewEvent) - Method in class com.vaadin.client.ui.VNotification
 
onReconnect(JavaScriptObject, AtmospherePushConnection.AtmosphereResponse) - Method in class com.vaadin.client.communication.AtmospherePushConnection
 
onReopen(AtmospherePushConnection.AtmosphereResponse) - Method in class com.vaadin.client.communication.AtmospherePushConnection
 
onRequestStarting(ApplicationConnection.RequestStartingEvent) - Method in interface com.vaadin.client.ApplicationConnection.CommunicationHandler
 
onResize() - Method in class com.vaadin.client.widgets.Escalator
 
onResize() - Method in class com.vaadin.client.widgets.Grid
 
onResize(ResizeEvent) - Method in class com.vaadin.client.ui.VUI
 
onResponse(List<T>, int) - Method in class com.vaadin.client.data.AbstractRemoteDataSource.RequestRowsCallback
Called by the AbstractRemoteDataSource.requestRows(int, int, RequestRowsCallback) implementation when data has been received.
onResponseHandlingEnded(ApplicationConnection.ResponseHandlingEndedEvent) - Method in interface com.vaadin.client.ApplicationConnection.CommunicationHandler
 
onResponseHandlingStarted(ApplicationConnection.ResponseHandlingStartedEvent) - Method in interface com.vaadin.client.ApplicationConnection.CommunicationHandler
 
onResponseReceived(Request, Response) - Method in class com.vaadin.client.communication.XhrConnection.XhrResponseHandler
 
onResynchronize() - Method in class com.vaadin.client.communication.MessageHandler
 
onRowDataUpdate(JsonObject, JsonObject) - Method in class com.vaadin.client.connectors.data.DataCommunicatorConnector
Called row updates from server side.
onRowDataUpdate(JsonObject, JsonObject) - Method in class com.vaadin.client.connectors.data.HierarchicalDataCommunicatorConnector
 
onRowHeightChanged(RowHeightChangedEvent) - Method in interface com.vaadin.client.widget.escalator.events.RowHeightChangedHandler
A row height changed event, fired by Escalator when the header, body or footer row height has changed.
onRowVisibilityChange(RowVisibilityChangeEvent) - Method in interface com.vaadin.client.widget.escalator.RowVisibilityChangeHandler
Called when the range of visible rows changes e.g. because of scrolling.
onScroll(ScrollEvent) - Method in class com.vaadin.client.ui.FocusableScrollPanel
 
onScroll(ScrollEvent) - Method in class com.vaadin.client.ui.VWindow
 
onScroll(ScrollEvent) - Method in interface com.vaadin.client.widget.grid.events.ScrollHandler
A callback method that is called once a scrollbar bundle has been scrolled.
onSelect(SelectionEvent<T>) - Method in interface com.vaadin.client.widget.grid.selection.SelectionHandler
Called when a selection model's selection state is changed.
onSelectAll(SelectAllEvent<T>) - Method in interface com.vaadin.client.widget.grid.events.SelectAllHandler
Called when select all value in SelectionColumn header changes value.
onSelectAllEvent(SelectAllEvent<JsonObject>) - Method in class com.vaadin.client.connectors.grid.MultiSelectionModelConnector
Handler for selecting / deselecting all grid rows.
onSelected(ComponentConnector) - Method in interface com.vaadin.client.debug.internal.HierarchySection.FindHandler
Called when the user clicks on a highlighted connector.
onSelectionAllowed(GridSelectionAllowedEvent) - Method in interface com.vaadin.client.widget.grid.events.GridSelectionAllowedHandler
Called when Grid selection is allowed value changes.
onSelectionAllowed(GridSelectionAllowedEvent) - Method in class com.vaadin.client.widgets.Grid.SelectionColumn
 
onSelectTab(VAccordion.StackItem) - Method in class com.vaadin.client.ui.VAccordion
Handle stack item selection.
onShow() - Method in class com.vaadin.client.ui.VMenuBar
When the menu is shown.
onSpacerIndexChanged(SpacerIndexChangedEvent) - Method in interface com.vaadin.client.widget.escalator.events.SpacerIndexChangedHandler
Called when a spacer index changed event is fired, when a spacer's index changes.
onSpacerVisibilityChanged(SpacerVisibilityChangedEvent) - Method in interface com.vaadin.client.widget.escalator.events.SpacerVisibilityChangedHandler
Called when a spacer visibility changed event is fired, when a spacer's visibility changes.
onStart() - Method in interface com.vaadin.client.ui.dd.DragHandle.DragHandleCallback
Called when dragging starts.
OnStateChange - Annotation Type in com.vaadin.client.annotations
Marks a method in Connector classes that should be used to handle changes to specific properties in the connector's shared state.
onStateChanged(StateChangeEvent) - Method in interface com.vaadin.client.communication.StateChangeEvent.StateChangeHandler
Notifies the event handler that the state has changed.
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.connectors.ButtonRendererConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.connectors.grid.GridConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.extensions.javascriptmanager.JavaScriptManagerConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.extensions.ResponsiveConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.absolutelayout.AbsoluteLayoutConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.AbstractComponentConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.AbstractConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.accordion.AccordionConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.audio.AudioConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.browserframe.BrowserFrameConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.checkbox.CheckBoxConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.colorpicker.AbstractColorPickerConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.colorpicker.ColorPickerGridConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.combobox.ComboBoxConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.ConnectorFocusAndBlurHandler
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.csslayout.CssLayoutConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.customfield.CustomFieldConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.customlayout.CustomLayoutConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.datefield.AbstractDateFieldConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.datefield.AbstractInlineDateFieldConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.datefield.AbstractTextualDateConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.datefield.TextualDateConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.embedded.EmbeddedConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.formlayout.FormLayoutConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.gridlayout.GridLayoutConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.image.ImageConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.label.LabelConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.link.LinkConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.loginform.LoginFormConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.MediaBaseConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.nativebutton.NativeButtonConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.optiongroup.CheckBoxGroupConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.optiongroup.RadioButtonGroupConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.orderedlayout.AbstractOrderedLayoutConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.popupview.PopupViewConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.progressbar.ProgressBarConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.slider.SliderConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.splitpanel.AbstractSplitPanelConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.tabsheet.TabsheetBaseConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.tabsheet.TabsheetConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.ui.UIConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.upload.UploadConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.video.VideoConnector
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.VPopupView.CustomPopup
 
onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.window.WindowConnector
 
OnStateChangeMethod - Class in com.vaadin.client.metadata
Encapsulates the data that the widgetset compiler generates for supporting a connector method annotated with OnStateChange.
OnStateChangeMethod(Class<?>, String, String[]) - Constructor for class com.vaadin.client.metadata.OnStateChangeMethod
Creates a new instance based on declaring class, a method name, a list of parameters names and a list of properties to listen for.
OnStateChangeMethod(String, String[]) - Constructor for class com.vaadin.client.metadata.OnStateChangeMethod
Creates a new instance based on a method name, a list of parameters names and a list of properties to listen for.
onSubmit() - Method in interface com.vaadin.client.ui.VAbstractCalendarPanel.SubmitListener
Called when calendar user triggers a submitting operation in calendar panel.
onSuggestionSelected(VComboBox.ComboBoxSuggestion) - Method in class com.vaadin.client.ui.VComboBox
Triggered when a suggestion is selected.
onTabOut(DomEvent<?>) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
True should be returned if the panel will not be used after this event.
onTouchStart(TouchStartEvent) - Method in class com.vaadin.client.ui.TouchScrollDelegate
 
onTouchStart(TouchStartEvent) - Method in class com.vaadin.client.ui.TouchScrollDelegate.TouchScrollHandler
 
onTransportFailure() - Method in class com.vaadin.client.communication.AtmospherePushConnection
Called if the transport mechanism cannot be used and the fallback will be tried.
onUnload() - Method in class com.vaadin.client.ui.VComboBox.SuggestionPopup
 
onUnload() - Method in class com.vaadin.client.ui.VUI
Stop monitoring for parent element resizes.
onUnload() - Method in class com.vaadin.client.widgets.Escalator
 
onUnregister() - Method in class com.vaadin.client.connectors.AbstractFocusableListingConnector
 
onUnregister() - Method in class com.vaadin.client.connectors.ClickableRendererConnector
 
onUnregister() - Method in class com.vaadin.client.connectors.grid.AbstractSelectionModelConnector
 
onUnregister() - Method in class com.vaadin.client.connectors.grid.ColumnConnector
 
onUnregister() - Method in class com.vaadin.client.connectors.grid.ComponentRendererConnector
 
onUnregister() - Method in class com.vaadin.client.connectors.grid.DetailsManagerConnector
 
onUnregister() - Method in class com.vaadin.client.connectors.grid.EditorConnector
 
onUnregister() - Method in class com.vaadin.client.connectors.grid.GridConnector
 
onUnregister() - Method in class com.vaadin.client.connectors.grid.GridDragSourceConnector
 
onUnregister() - Method in class com.vaadin.client.connectors.grid.MultiSelectionModelConnector
 
onUnregister() - Method in class com.vaadin.client.connectors.grid.SingleSelectionModelConnector
 
onUnregister() - Method in class com.vaadin.client.connectors.JavaScriptRendererConnector
 
onUnregister() - Method in class com.vaadin.client.connectors.tree.TreeMultiSelectionModelConnector
 
onUnregister() - Method in class com.vaadin.client.extensions.AbstractEventTriggerExtensionConnector
 
onUnregister() - Method in class com.vaadin.client.extensions.DragSourceExtensionConnector
 
onUnregister() - Method in class com.vaadin.client.extensions.DropTargetExtensionConnector
 
onUnregister() - Method in class com.vaadin.client.extensions.ResponsiveConnector
 
onUnregister() - Method in class com.vaadin.client.JavaScriptConnectorHelper
 
onUnregister() - Method in class com.vaadin.client.JavaScriptExtension
 
onUnregister() - Method in interface com.vaadin.client.ServerConnector
Event called when connector has been unregistered.
onUnregister() - Method in class com.vaadin.client.ui.AbstractComponentConnector
 
onUnregister() - Method in class com.vaadin.client.ui.AbstractConnector
 
onUnregister() - Method in class com.vaadin.client.ui.combobox.ComboBoxConnector
 
onUnregister() - Method in class com.vaadin.client.ui.formlayout.FormLayoutConnector
 
onUnregister() - Method in class com.vaadin.client.ui.gridlayout.GridLayoutConnector
 
onUnregister() - Method in class com.vaadin.client.ui.JavaScriptComponentConnector
 
onUnregister() - Method in class com.vaadin.client.ui.nativeselect.NativeSelectConnector
 
onUnregister() - Method in class com.vaadin.client.ui.notification.NotificationConnector
 
onUnregister() - Method in class com.vaadin.client.ui.optiongroup.RadioButtonGroupConnector
 
onUnregister() - Method in class com.vaadin.client.ui.orderedlayout.AbstractOrderedLayoutConnector
 
onUnregister() - Method in class com.vaadin.client.ui.panel.PanelConnector
 
onUnregister() - Method in class com.vaadin.client.ui.richtextarea.RichTextAreaConnector
 
onUnregister() - Method in class com.vaadin.client.ui.slider.SliderConnector
 
onUnregister() - Method in class com.vaadin.client.ui.twincolselect.TwinColSelectConnector
 
onUnregister() - Method in class com.vaadin.client.ui.window.WindowConnector
 
onUpdate(double) - Method in class com.vaadin.client.widgets.Overlay.ResizeAnimation
 
onUpdate(double, double) - Method in interface com.vaadin.client.ui.dd.DragHandle.DragHandleCallback
Called when the drag handle has moved.
onValueChange() - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Deprecated.
This method is not used by the framework code anymore.
onValueChange(ValueChangeEvent<Double>) - Method in class com.vaadin.client.ui.slider.SliderConnector
 
onVisibilityChange(VisibilityChangeEvent) - Method in class com.vaadin.client.ui.popupview.PopupViewConnector
 
onVisibilityChange(VisibilityChangeEvent) - Method in interface com.vaadin.client.ui.popupview.VisibilityChangeHandler
Handle popup visibility change.
onVisibilityChange(ColumnVisibilityChangeEvent<T>) - Method in interface com.vaadin.client.widget.grid.events.ColumnVisibilityChangeHandler
A column visibility change event, fired by Grid when a column in the Grid has changed visibility.
onVisibilityChange(VerticalScrollbarVisibilityChangeHandler.VerticalScrollbarVisibilityChangeEvent) - Method in interface com.vaadin.client.widget.grid.events.VerticalScrollbarVisibilityChangeHandler
FOR INTERNAL USE ONLY, MAY GET REMOVED OR MODIFIED AT ANY TIME!
onWindowClosing(Window.ClosingEvent) - Method in class com.vaadin.client.ui.VUI
 
onWindowMove(WindowMoveEvent) - Method in class com.vaadin.client.ui.window.WindowConnector
 
onWindowMove(WindowMoveEvent) - Method in interface com.vaadin.client.ui.window.WindowMoveHandler
Called when the VWindow was moved by the user.
onWindowOrderChange(WindowOrderEvent) - Method in interface com.vaadin.client.ui.window.WindowOrderHandler
Called when the VWindow instances changed their order position.
open() - Method in class com.vaadin.client.ui.VAccordion.StackItem
Opens the stack item and clears any previous visibility settings.
open(boolean) - Method in class com.vaadin.client.SimpleTree
Deprecated.
 
open(int) - Method in class com.vaadin.client.ui.VAccordion
For internal use only.
openCalendarPanel() - Method in class com.vaadin.client.ui.VAbstractPopupCalendar
Opens the calendar panel popup.
openRootOnHover - Variable in class com.vaadin.client.ui.VMenuBar
For internal use only.
OPTIMIZE - com.vaadin.client.debug.internal.Icon
 
OptimizedWidgetsetPanel - Class in com.vaadin.client.debug.internal
Optimized widgetset view panel of the debug window.
OptimizedWidgetsetPanel() - Constructor for class com.vaadin.client.debug.internal.OptimizedWidgetsetPanel
 
orientation - Variable in class com.vaadin.client.ui.VSlider
Current orientation (vertical/horizontal) of slider.
origScrollTop - Variable in class com.vaadin.client.ui.VAbstractSplitPanel
Deprecated.
this value is no longer used or updated by the framework
outdent() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
 
outdent() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
 
Overlay - Class in com.vaadin.client.widgets
Overlay widget extending the PopupPanel.
Overlay() - Constructor for class com.vaadin.client.widgets.Overlay
Constructs a floating popup overlay element.
Overlay(boolean) - Constructor for class com.vaadin.client.widgets.Overlay
Constructs a floating popup overlay element.
Overlay(boolean, boolean) - Constructor for class com.vaadin.client.widgets.Overlay
Constructs a floating popup overlay element.
Overlay.PositionAndSize - Class in com.vaadin.client.widgets
Data object for storing position and size information.
Overlay.ResizeAnimation - Class in com.vaadin.client.widgets
An Animation class for overlay resizing needs.
owner - Variable in class com.vaadin.client.ui.Action
 

P

pageLength - Variable in class com.vaadin.client.ui.VComboBox
For internal use only.
Paintable - Interface in com.vaadin.client
Deprecated.
paintableId - Variable in class com.vaadin.client.ui.VNativeButton
For internal use only.
paintableId - Variable in class com.vaadin.client.ui.VUpload
For internal use only.
paintInsertColumns(int, int, boolean) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Add the given number of columns starting from the given index.
paintInsertRow(Node, TableRowElement, int) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Inserts a single row into the DOM, invoking Escalator.AbstractRowContainer.getEscalatorUpdater() preAttach and postAttach before and after inserting the row, respectively.
paintInsertRows(int, int) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Actually add rows into the DOM, now that everything can be calculated.
paintInsertStaticRows(int, int) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Add static rows into the DOM.
paintRemoveColumns(int, int) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Remove the given number of columns starting from the given index.
paintRemoveRow(TableRowElement, int) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Removes a row element from the DOM, invoking Escalator.AbstractRowContainer.getEscalatorUpdater() preDetach and postDetach before and after removing the row, respectively.
paintRemoveRows(int, int) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Removes those row elements from the DOM that correspond to the given range of logical indices.
panel - Variable in class com.vaadin.client.ui.VUnknownComponent
The base widget of this composite.
PanelConnector - Class in com.vaadin.client.ui.panel
A connector class for the Panel component.
PanelConnector() - Constructor for class com.vaadin.client.ui.panel.PanelConnector
 
parentMenu - Variable in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
parentMenu - Variable in class com.vaadin.client.ui.VMenuBar
 
parsable - Variable in class com.vaadin.client.ui.VAbstractPopupCalendar
For internal use only.
parse(String) - Static method in class com.vaadin.client.Util
Parse a string containing JSON into a JavaScriptObject.
parseAndApplyInvocation(JsonArray, ApplicationConnection) - Method in class com.vaadin.client.communication.RpcManager
 
parseDate(String, String, boolean) - Method in class com.vaadin.client.DateTimeService
Parses the given date string using the given format string and the locale set in this DateTimeService instance.
parsedTheme - Static variable in class com.vaadin.client.extensions.ResponsiveConnector
The theme that was in use when the width and height range caches were created.
parseInt(String) - Static method in class com.vaadin.client.ComputedStyle
Deprecated.
Since 7.1.4, the method ComputedStyle.parseIntNative(String) is used internally and this method does not belong in the public API of ComputedStyle. ComputedStyle.parseInt(String) might be removed or moved to a utility class in future versions.
parseJson(String) - Static method in class com.vaadin.client.communication.MessageHandler
Unwraps and parses the given JSON, originating from the server.
parseRelativeSize(AbstractComponentState) - Static method in class com.vaadin.client.Util
Parses shared state and fetches the relative size of the component.
parseRelativeSize(String) - Static method in class com.vaadin.client.Util
Deprecated.
As of 7.4.0, use WidgetUtil.parseRelativeSize(String) instead.
parseRelativeSize(String) - Static method in class com.vaadin.client.WidgetUtil
 
parseWrappedJson(String) - Static method in class com.vaadin.client.communication.MessageHandler
Parse the given wrapped JSON, received from the server, to a ValueMap.
PasswordFieldConnector - Class in com.vaadin.client.ui.passwordfield
A connector class for the PasswordField component.
PasswordFieldConnector() - Constructor for class com.vaadin.client.ui.passwordfield.PasswordFieldConnector
 
pause() - Method in class com.vaadin.client.ui.VMediaBase
 
performBrowserLayoutHacks() - Method in class com.vaadin.client.LayoutManager
Called once per iteration in the layout loop before size calculations so different browsers quirks can be handled.
performSizeCheck() - Method in class com.vaadin.client.ui.VUI
Called when the window or parent div might have been resized.
PERSIST - com.vaadin.client.debug.internal.Icon
 
pid - Variable in class com.vaadin.client.ui.VCustomLayout
Paintable ID of this paintable.
pin() - Method in class com.vaadin.client.data.AbstractRemoteDataSource.RowHandleImpl
 
pin() - Method in class com.vaadin.client.data.DataSource.RowHandle
Marks this row as pinned.
pinHandle(AbstractRemoteDataSource.RowHandleImpl) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
Pins a row with given handle.
PIXEL_EPSILON - Static variable in class com.vaadin.client.WidgetUtil
The allowed value inaccuracy when comparing two double-typed pixel values.
pixelValuesEqual(double, double) - Static method in class com.vaadin.client.WidgetUtil
Compares two double values with the error margin of WidgetUtil.PIXEL_EPSILON (i.e.
PlaceHolder() - Constructor for class com.vaadin.client.ui.VTabsheet.PlaceHolder
Deprecated.
This class is not used by the framework code anymore.
play() - Method in class com.vaadin.client.ui.VMediaBase
 
PointerCancelEvent - Class in com.vaadin.client.event
Represents a native PointerCancelEvent.
PointerCancelEvent() - Constructor for class com.vaadin.client.event.PointerCancelEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire pointer up events.
PointerCancelHandler - Interface in com.vaadin.client.event
Handler interface for PointerCancelEvent events.
PointerDownEvent - Class in com.vaadin.client.event
Represents a native PointerDownEvent.
PointerDownEvent() - Constructor for class com.vaadin.client.event.PointerDownEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire pointer down events.
PointerDownHandler - Interface in com.vaadin.client.event
Handler interface for PointerDownEvent events.
PointerEvent<H extends com.google.gwt.event.shared.EventHandler> - Class in com.vaadin.client.event
Abstract class representing Pointer events.
PointerEvent() - Constructor for class com.vaadin.client.event.PointerEvent
 
PointerEventSupport - Class in com.vaadin.client.event
Main class for pointer event support.
PointerEventSupportImpl - Class in com.vaadin.client.event
Main pointer event support implementation class.
PointerEventSupportImpl() - Constructor for class com.vaadin.client.event.PointerEventSupportImpl
 
PointerEventSupportImplModernIE - Class in com.vaadin.client.event
Pointer event support class for IE 11+ (unprefixed pointer events).
PointerEventSupportImplModernIE() - Constructor for class com.vaadin.client.event.PointerEventSupportImplModernIE
 
PointerMoveEvent - Class in com.vaadin.client.event
Represents a native PointerMoveEvent event.
PointerMoveEvent() - Constructor for class com.vaadin.client.event.PointerMoveEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire pointer down events.
PointerMoveHandler - Interface in com.vaadin.client.event
Handler interface for PointerMoveEvent events.
PointerUpEvent - Class in com.vaadin.client.event
Represents a native PointerUpEvent.
PointerUpEvent() - Constructor for class com.vaadin.client.event.PointerUpEvent
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire pointer down events.
PointerUpHandler - Interface in com.vaadin.client.event
Handler interface for PointerUpEvent events.
pop() - Method in class com.vaadin.client.widgets.Grid.FocusStack
Restore focus to the element at the top of the stack.
popup - Variable in class com.vaadin.client.ui.VAbstractPopupCalendar
For internal use only.
popup - Variable in class com.vaadin.client.ui.VMenuBar
 
popup - Variable in class com.vaadin.client.ui.VPopupView
For internal use only.
popupComponentWidget - Variable in class com.vaadin.client.ui.VPopupView.CustomPopup
For internal use only.
PopupDateFieldConnector - Class in com.vaadin.client.ui.datefield
The client-side connector for DateField.
PopupDateFieldConnector() - Constructor for class com.vaadin.client.ui.datefield.PopupDateFieldConnector
 
PopupDateTimeFieldConnector - Class in com.vaadin.client.ui.datefield
The client-side connector for DateTimeField.
PopupDateTimeFieldConnector() - Constructor for class com.vaadin.client.ui.datefield.PopupDateTimeFieldConnector
 
popupOpenerClicked() - Method in class com.vaadin.client.ui.VComboBox.DataReceivedHandler
Record that the popup opener has been clicked and the popup should be opened on the next request.
PopupViewConnector - Class in com.vaadin.client.ui.popupview
A connector class for the PopupView component.
PopupViewConnector() - Constructor for class com.vaadin.client.ui.popupview.PopupViewConnector
 
position - Variable in class com.vaadin.client.ui.VAbstractSplitPanel
The current position of the split handle in either percentages or pixels
PositionAndSize(int, int, int, int) - Constructor for class com.vaadin.client.widgets.Overlay.PositionAndSize
Constructs a data object for storing position and size information.
PositionFunction - Interface in com.vaadin.client.widget.escalator
A functional interface that can be used for positioning elements in the DOM.
PositionFunction.Translate3DPosition - Class in com.vaadin.client.widget.escalator
A position function using "transform: translate3d(x,y,z)" to position elements in the DOM.
PositionFunction.TranslatePosition - Class in com.vaadin.client.widget.escalator
A position function using "transform: translate(x,y)" to position elements in the DOM.
PositionFunction.WebkitTranslate3DPosition - Class in com.vaadin.client.widget.escalator
A position function using "-webkit-transform: translate3d(x,y,z)" to position elements in the DOM.
positionHorizontally(double, double, double) - Method in class com.vaadin.client.ui.layout.VLayoutSlot
Position the slot horizontally and set the width and the right margin.
positionInDirection(double, double, double, boolean) - Method in class com.vaadin.client.ui.layout.VLayoutSlot
Position the slot vertically and set the height and the bottom margin, or horizontally and set the width and the right margin, depending on the indicated direction.
positionOrSizeUpdated() - Method in class com.vaadin.client.widgets.Overlay
Extending classes should always call this method after they change the size of overlay without using normal 'setWidth(String)' and 'setHeight(String)' methods (if not calling super.setWidth/Height).
positionVertically(double, double, double) - Method in class com.vaadin.client.ui.layout.VLayoutSlot
Position the slot vertically and set the height and the bottom margin.
postAttach(Row, Iterable<FlyweightCell>) - Method in interface com.vaadin.client.widget.escalator.EscalatorUpdater
Called after attaching new cells to the escalator.
postAttach(Row, Iterable<FlyweightCell>) - Method in class com.vaadin.client.widgets.Grid.BodyUpdater
 
postAttach(Row, Iterable<FlyweightCell>) - Method in class com.vaadin.client.widgets.Grid.StaticSectionUpdater
 
postDetach(Row, Iterable<FlyweightCell>) - Method in interface com.vaadin.client.widget.escalator.EscalatorUpdater
Called after detaching cells from the escalator.
postDetach(Row, Iterable<FlyweightCell>) - Method in class com.vaadin.client.widgets.Grid.BodyUpdater
 
postDetach(Row, Iterable<FlyweightCell>) - Method in class com.vaadin.client.widgets.Grid.StaticSectionUpdater
 
postLayout() - Method in class com.vaadin.client.ui.formlayout.FormLayoutConnector
 
postLayout() - Method in class com.vaadin.client.ui.panel.PanelConnector
 
postLayout() - Method in class com.vaadin.client.ui.popupview.PopupViewConnector
 
postLayout() - Method in interface com.vaadin.client.ui.PostLayoutListener
Method invoked by LayoutManager to notify the connector that a layout phase has ended.
postLayout() - Method in class com.vaadin.client.ui.window.WindowConnector
 
PostLayoutListener - Interface in com.vaadin.client.ui
Interface implemented by ComponentConnector implementations that want to know whenever a layout phase has ended.
preAttach(Row, Iterable<FlyweightCell>) - Method in interface com.vaadin.client.widget.escalator.EscalatorUpdater
Called before attaching new cells to the escalator.
preAttach(Row, Iterable<FlyweightCell>) - Method in class com.vaadin.client.widgets.Grid.BodyUpdater
 
preAttach(Row, Iterable<FlyweightCell>) - Method in class com.vaadin.client.widgets.Grid.StaticSectionUpdater
 
preDetach(Row, Iterable<FlyweightCell>) - Method in interface com.vaadin.client.widget.escalator.EscalatorUpdater
Called before detaching cells from the escalator.
preDetach(Row, Iterable<FlyweightCell>) - Method in class com.vaadin.client.widgets.Grid.BodyUpdater
 
preDetach(Row, Iterable<FlyweightCell>) - Method in class com.vaadin.client.widgets.Grid.StaticSectionUpdater
 
preload(ApplicationConnection) - Method in class com.vaadin.client.communication.DefaultReconnectDialog
 
preload(ApplicationConnection) - Method in interface com.vaadin.client.communication.ReconnectDialog
Called once after initialization to allow the reconnect dialog to preload required resources, which might not be available when the server connection is gone.
preparePayload(JsonArray, JsonObject) - Method in class com.vaadin.client.communication.MessageSender
Creates an UIDL request that can be sent to the server.
preparePopup(VPopupView.CustomPopup) - Method in class com.vaadin.client.ui.VPopupView
For internal use only.
prependFooterRow() - Method in class com.vaadin.client.widgets.Grid
Adds a new row at the top of the footer section.
prependHeaderRow() - Method in class com.vaadin.client.widgets.Grid
Adds a new row at the top of the header section.
prependRow() - Method in class com.vaadin.client.widgets.Grid.StaticSection
Adds a new row at the top of this section.
PRIMARY_STYLE_NAME - Static variable in class com.vaadin.client.ui.VProgressBar
Default classname for this widget.
printLayoutProblems(ValueMap, ApplicationConnection) - Static method in class com.vaadin.client.VConsole
Deprecated.
 
printObject(Object) - Static method in class com.vaadin.client.VConsole
Deprecated.
 
product - Variable in class com.vaadin.client.metadata.ConnectorBundleLoader.CValUiInfo
 
Profiler - Class in com.vaadin.client
Lightweight profiling tool that can be used to collect profiling data with zero overhead unless enabled.
Profiler() - Constructor for class com.vaadin.client.Profiler
 
Profiler.EnabledProfiler - Class in com.vaadin.client
Class to include using deferred binding to enable the profiling.
Profiler.Node - Class in com.vaadin.client
A hierarchical representation of the time spent running a named block of code.
Profiler.ProfilerResultConsumer - Interface in com.vaadin.client
Interface for getting data from the Profiler.
ProfilerSection - Class in com.vaadin.client.debug.internal
Debug window section for investigating Profiler data.
ProfilerSection() - Constructor for class com.vaadin.client.debug.internal.ProfilerSection
 
ProgressBarConnector - Class in com.vaadin.client.ui.progressbar
Connector for VProgressBar.
ProgressBarConnector() - Constructor for class com.vaadin.client.ui.progressbar.ProgressBarConnector
Constructs a connector for a ProgressBar component.
ProgressBarRenderer - Class in com.vaadin.client.renderers
A Renderer that represents a double value as a graphical progress bar.
ProgressBarRenderer() - Constructor for class com.vaadin.client.renderers.ProgressBarRenderer
 
ProgressBarRendererConnector - Class in com.vaadin.client.connectors.grid
A connector for ProgressBarRenderer.
ProgressBarRendererConnector() - Constructor for class com.vaadin.client.connectors.grid.ProgressBarRendererConnector
 
Property - Class in com.vaadin.client.metadata
 
Property(Type, String) - Constructor for class com.vaadin.client.metadata.Property
 
ProxyHandler - Interface in com.vaadin.client.metadata
 
publish(LogRecord) - Method in class com.vaadin.client.debug.internal.ErrorNotificationHandler
 
push() - Method in class com.vaadin.client.widgets.Grid.FocusStack
Store the currently focused element.
push(JsonObject) - Method in class com.vaadin.client.communication.AtmospherePushConnection
 
push(JsonObject) - Method in interface com.vaadin.client.communication.PushConnection
Pushes a message to the server.
PUSH - com.vaadin.client.communication.DefaultConnectionStateHandler.Type
 
pushClientTimeout(PushConnection, JavaScriptObject) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
Called when a client side timeout occurs before a push connection to the server completes.
pushClientTimeout(PushConnection, JavaScriptObject) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
 
pushClosed(PushConnection, JavaScriptObject) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
Called when the push connection to the server is closed.
pushClosed(PushConnection, JavaScriptObject) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
 
PushConnection - Interface in com.vaadin.client.communication
Represents the client-side endpoint of a bidirectional ("push") communication channel.
pushError(PushConnection, JavaScriptObject) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
Called when a fatal error fatal error occurs in the push connection.
pushError(PushConnection, JavaScriptObject) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
 
pushInvalidContent(PushConnection, String) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
Called when invalid content (not JSON) was pushed from the server through the push connection.
pushInvalidContent(PushConnection, String) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
 
pushNotConnected(JsonObject) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
Called when a message is to be sent to the server through the push channel but the push channel is not connected.
pushNotConnected(JsonObject) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
 
pushOk(PushConnection) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
Called when the push connection to the server has been established.
pushOk(PushConnection) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
 
pushReconnectPending(PushConnection) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
Called when the push connection has lost the connection to the server and will proceed to try to re-establish the connection.
pushReconnectPending(PushConnection) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
 
pushScriptLoadError(String) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
Called when the required push script could not be loaded.
pushScriptLoadError(String) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
 
put(String, T) - Method in class com.vaadin.client.FastStringMap
 

R

RadioButtonGroupConnector - Class in com.vaadin.client.ui.optiongroup
CheckBoxGroup client side connector.
RadioButtonGroupConnector() - Constructor for class com.vaadin.client.ui.optiongroup.RadioButtonGroupConnector
 
reactOnInputWhenReady(String) - Method in class com.vaadin.client.ui.VComboBox.DataReceivedHandler
Perform filtering with the user entered string and when the results are received, perform any action appropriate for the user input (select an item or create a new one).
readonly - Variable in class com.vaadin.client.ui.VComboBox
For internal use only.
readonly - Variable in class com.vaadin.client.ui.VDateField
Is the widget read-only or not.
readonly - Variable in class com.vaadin.client.ui.VSlider
Is this widget read-only.
readonly - Variable in class com.vaadin.client.ui.VTabsheetBase
For internal use only.
reapplyColumnWidths() - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Reapplies all the cells' widths according to the calculated widths in the column configuration.
reapplyDefaultRowHeights() - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
The default height of rows has (most probably) changed.
reapplyRowHeight(TableRowElement, double) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Updates the cells within the row to the given height.
reapplyRowWidths() - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Applies the total length of the columns to each row element.
recalculateCaptionWidth() - Method in class com.vaadin.client.ui.VTabsheet.Tab
Recalculates the required caption width and sets it as the new width.
recalculateColumnWidths() - Method in class com.vaadin.client.widgets.Grid
Requests that the column widths should be recalculated.
recalculateMaxScrollPos() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
Calculates and sets maximum scroll position based on the current scroll size and the scrollbar's length.
recalculateSectionHeight() - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Triggers section height calculation.
recompileIfNeeded(String) - Static method in class com.vaadin.client.SuperDevMode
The URL of the code server.
RecompileResult() - Constructor for class com.vaadin.client.SuperDevMode.RecompileResult
 
ReconnectDialog - Interface in com.vaadin.client.communication
Interface which must be implemented by the reconnect dialog.
red() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
 
redirect(boolean) - Static method in class com.vaadin.client.SuperDevMode
 
redirect(String) - Static method in class com.vaadin.client.WidgetUtil
Redirects the browser to the given url or refreshes the page if url is null.
Reference() - Constructor for class com.vaadin.client.WidgetUtil.Reference
 
refreshCells(Range, Range) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Refresh cells within the given row and column ranges.
refreshColor() - Method in class com.vaadin.client.ui.colorpicker.AbstractColorPickerConnector
Update the widget to show the currently selected color.
refreshColor() - Method in class com.vaadin.client.ui.colorpicker.ColorPickerAreaConnector
 
refreshColor() - Method in class com.vaadin.client.ui.colorpicker.ColorPickerConnector
 
refreshColor() - Method in class com.vaadin.client.ui.VColorPicker
Update color icon to show the currently selected color.
refreshColor() - Method in class com.vaadin.client.ui.VColorPickerArea
Update the color area with the currently set color.
refreshColumns(int, int) - Method in interface com.vaadin.client.widget.escalator.ColumnConfiguration
Refreshes a range of columns in the current row containers in each Escalator section.
refreshDefaultCaptionStyle() - Method in class com.vaadin.client.ui.colorpicker.AbstractColorPickerConnector
Add/remove default caption style.
refreshRows(int, int) - Method in interface com.vaadin.client.widget.escalator.RowContainer
Refreshes a range of rows in the current row container.
refreshRows(int, int) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Refreshes a range of rows in the current row container.
registerCallback(String) - Static method in class com.vaadin.client.ApplicationConfiguration
Registers that callback that the bootstrap javascript uses to start applications once the widgetset is loaded and all required information is available.
registerConnector(String, ServerConnector) - Method in class com.vaadin.client.ConnectorMap
 
registerDependency(ManagedLayout, Element) - Method in class com.vaadin.client.LayoutManager
Registers that a ManagedLayout is depending on the size of an Element.
registerHandler(H, DomEvent.Type<H>) - Method in class com.vaadin.client.ui.AbstractClickEventHandler
Registers the given handler to the widget so that the necessary events are passed to this ClickEventHandler.
registerRpc(Class<T>, T) - Method in class com.vaadin.client.ui.AbstractConnector
Registers an implementation for a server to client RPC interface.
registerTouchHandlers() - Method in class com.vaadin.client.ui.AbstractComponentConnector
The new default behavior is for long taps to fire a contextclick event if there's a contextclick listener attached to the component.
remove(int) - Method in class com.vaadin.client.widgets.ChildFocusAwareFlowPanel
 
remove(Widget) - Method in class com.vaadin.client.ui.orderedlayout.Slot
 
remove(Widget) - Method in class com.vaadin.client.ui.VAbsoluteLayout
 
remove(Widget) - Method in class com.vaadin.client.ui.VAbstractSplitPanel
 
remove(Widget) - Method in class com.vaadin.client.ui.VCustomLayout
Removes given widget from the layout.
remove(Widget) - Method in class com.vaadin.client.ui.VGridLayout
 
remove(Widget) - Method in class com.vaadin.client.ui.VPopupView.CustomPopup
 
remove(Widget) - Method in class com.vaadin.client.ui.VTabsheetPanel
 
remove(Widget) - Method in class com.vaadin.client.widgets.ChildFocusAwareFlowPanel
 
remove(Widget) - Method in class com.vaadin.client.widgets.Grid
Deprecated.
remove(String) - Method in class com.vaadin.client.FastStringMap
 
remove(String) - Method in class com.vaadin.client.FastStringSet
 
REMOVE - com.vaadin.client.debug.internal.Icon
 
removeAll(FastStringSet) - Method in class com.vaadin.client.FastStringSet
 
removeAllAnimationEndListeners(Element) - Static method in class com.vaadin.client.AnimationUtil
For internal use only.
removeAllSources() - Method in class com.vaadin.client.ui.VMediaBase
 
removeAnimationEndListener(Element, JavaScriptObject) - Static method in class com.vaadin.client.AnimationUtil
For internal use only.
removeAnimationEndListener(Element, AnimationUtil.AnimationEndListener) - Static method in class com.vaadin.client.AnimationUtil
Removes the given animation listener.
removeAssistiveDescription() - Method in class com.vaadin.client.ui.VTabsheet.Tab
Removes the aria-describedby attribute from this tab element.
removeBlurHandler(BlurHandler) - Method in class com.vaadin.client.ui.VRichTextArea
Removes a blur handler.
removeCell(Grid.Column<?, ?>) - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticRow
Removes a cell for the given column from this row.
removeCells(int, int) - Method in class com.vaadin.client.widget.escalator.FlyweightRow
Removes cell representations (i.e. removed columns) from the indicated cell range and updates the subsequent indexing.
removeColumn(Grid.Column<?, ?>) - Method in class com.vaadin.client.widgets.Grid.StaticSection
Removes cells for the given column from all the rows within this section.
removeColumn(Grid.Column<?, T>) - Method in class com.vaadin.client.widgets.Grid
Removes a column from the grid.
removeColumnMapping(ColumnConnector.CustomColumn) - Method in class com.vaadin.client.connectors.grid.GridConnector
Removes the given column from mappings in this Connector.
removeColumns(int, int) - Method in interface com.vaadin.client.widget.escalator.ColumnConfiguration
Removes columns at certain indices.
removeDependent(String) - Method in class com.vaadin.client.MeasuredSize
 
removeDraggable(Element) - Method in class com.vaadin.client.extensions.DragSourceExtensionConnector
Removes draggable and class name from the given element.
removeDraggedStyle(NativeEvent) - Method in class com.vaadin.client.connectors.grid.GridDragSourceConnector
Remove v-grid-row-dragged class name from dragged rows.
removeDraggedStyle(NativeEvent) - Method in class com.vaadin.client.extensions.DragSourceExtensionConnector
Remove class name that indicated that the drag source element was being dragged.
removeDragListeners(Element) - Method in class com.vaadin.client.extensions.DragSourceExtensionConnector
Removes dragstart and dragend event listeners from the given DOM element.
removeDragOverStyle(NativeEvent) - Method in class com.vaadin.client.connectors.grid.GridDropTargetConnector
 
removeDragOverStyle(NativeEvent) - Method in class com.vaadin.client.extensions.DropTargetExtensionConnector
Remove the drag over indicator class name from the target element.
removeDropTargetStyle() - Method in class com.vaadin.client.extensions.DropTargetExtensionConnector
Remove class name from the drop target element indication that data can be dropped onto it.
removeElement(Element) - Method in class com.vaadin.client.ui.TouchScrollDelegate.TouchScrollHandler
Unregisters the given element as scrollable.
removeElementResizeListener(Element, ElementResizeListener) - Method in class com.vaadin.client.LayoutManager
Removes an element resize listener from the provided element.
removeEventListener(VNotification.EventListener) - Method in class com.vaadin.client.ui.VNotification
 
removeFooterRow(int) - Method in class com.vaadin.client.widgets.Grid
Removes the row at the given position from the footer section.
removeFooterRow(Grid.FooterRow) - Method in class com.vaadin.client.widgets.Grid
Removes the given row from the footer section.
removeFormat() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
 
removeFormat() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
 
removeFromGrid() - Method in class com.vaadin.client.widget.grid.datasources.ListSorter
Detach this Sorter from the Grid.
removeFromParent() - Method in class com.vaadin.client.ui.dd.DragHandle
Removes this drag handle from whatever it was attached to.
removeHandler() - Method in class com.vaadin.client.widget.grid.selection.ClickSelectHandler
Clean up function for removing all now obsolete handlers.
removeHandler() - Method in class com.vaadin.client.widget.grid.selection.SpaceSelectHandler
Clean up function for removing all now obsolete handlers.
removeHandlers() - Method in class com.vaadin.client.ui.ConnectorFocusAndBlurHandler
Remove all handlers from the widget and the connector.
removeHeaderRow(int) - Method in class com.vaadin.client.widgets.Grid
Removes the row at the given position from the header section.
removeHeaderRow(Grid.HeaderRow) - Method in class com.vaadin.client.widgets.Grid
Removes the given row from the header section.
removeItem(MenuItem) - Method in class com.vaadin.client.ui.menubar.MenuBar
Deprecated.
Removes the specified menu item from the bar.
removeItem(VMenuBar.CustomMenuItem) - Method in class com.vaadin.client.ui.VMenuBar
Remove the given item from this menu.
removeLink() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
 
removeLink() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
 
removeListener(SelectConnectorListener) - Method in class com.vaadin.client.debug.internal.AnalyzeLayoutsPanel
 
removeListener(SelectConnectorListener) - Method in class com.vaadin.client.debug.internal.HierarchyPanel
 
removeMatching(MethodInvocation) - Method in class com.vaadin.client.communication.ServerRpcQueue
Removes any pending invocation of the given method from the queue.
removeRow(int) - Method in class com.vaadin.client.widgets.Grid.Header
 
removeRow(int) - Method in class com.vaadin.client.widgets.Grid.StaticSection
Removes the row at the given position.
removeRow(ROWTYPE) - Method in class com.vaadin.client.widgets.Grid.StaticSection
Removes the given row from the section.
removeRowData(int, int) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
Informs this data source that the server has removed data.
removeRowPosition(TableRowElement) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Removes the given row from the position bookkeeping.
removeRows(int) - Method in class com.vaadin.client.widgets.Escalator.AriaGridHelper
Removes the given numberOfRows from allRows and calls Escalator.AriaGridHelper.updateAriaRowCount().
removeRows(int, int) - Method in interface com.vaadin.client.widget.escalator.RowContainer.BodyRowContainer
Removes rows at a certain index in the current row container.
removeRows(int, int) - Method in interface com.vaadin.client.widget.escalator.RowContainer
Removes rows at a certain index in the current row container.
removeRows(int, int) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Removes rows at a certain index in the current row container.
removeSlot(Slot) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
Remove a slot from the layout.
removeStateChangeHandler(StateChangeEvent.StateChangeHandler) - Method in interface com.vaadin.client.ServerConnector
Removes a handler that is called whenever any part of the state has been updated by the server.
removeStateChangeHandler(StateChangeEvent.StateChangeHandler) - Method in class com.vaadin.client.ui.AbstractConnector
 
removeStateChangeHandler(String, StateChangeEvent.StateChangeHandler) - Method in interface com.vaadin.client.ServerConnector
Removes a handler that is called whenever any part of the state has been updated by the server.
removeStateChangeHandler(String, StateChangeEvent.StateChangeHandler) - Method in class com.vaadin.client.ui.AbstractConnector
 
removeStyleName(String) - Method in class com.vaadin.client.ui.dd.DragHandle
Removes existing style name from drag handle element.
removeTab(int) - Method in class com.vaadin.client.ui.VAccordion
 
removeTab(int) - Method in class com.vaadin.client.ui.VTabsheet
 
removeTab(int) - Method in class com.vaadin.client.ui.VTabsheetBase
Implement in extending classes.
removeWidget(Widget) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
Remove a slot from the layout.
render(RendererCellReference, Boolean, CheckBox) - Method in class com.vaadin.client.widget.grid.selection.MultiSelectionRenderer
 
render(RendererCellReference, Double, VProgressBar) - Method in class com.vaadin.client.renderers.ProgressBarRenderer
 
render(RendererCellReference, Number) - Method in class com.vaadin.client.renderers.NumberRenderer
 
render(RendererCellReference, Object, Widget) - Method in class com.vaadin.client.renderers.HierarchyRenderer
 
render(RendererCellReference, String) - Method in class com.vaadin.client.connectors.grid.UnsafeHtmlRendererConnector.UnsafeHtmlRenderer
 
render(RendererCellReference, String) - Method in class com.vaadin.client.renderers.HtmlRenderer
 
render(RendererCellReference, String) - Method in class com.vaadin.client.renderers.TextRenderer
 
render(RendererCellReference, String, Button) - Method in class com.vaadin.client.renderers.ButtonRenderer
 
render(RendererCellReference, String, Image) - Method in class com.vaadin.client.renderers.ImageRenderer
 
render(RendererCellReference, Date) - Method in class com.vaadin.client.renderers.DateRenderer
 
render(RendererCellReference, T) - Method in interface com.vaadin.client.renderers.Renderer
Called whenever the Grid updates a cell.
render(RendererCellReference, T) - Method in class com.vaadin.client.renderers.WidgetRenderer
 
render(RendererCellReference, T, W) - Method in class com.vaadin.client.renderers.WidgetRenderer
Renders a cell with a widget.
renderCalendar() - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Updates the calendar and text field with the selected dates.
renderCalendar(boolean) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
For internal use only.
renderContent() - Method in class com.vaadin.client.ui.tabsheet.TabsheetConnector
(Re-)render the content of the active tab.
renderContent(Widget) - Method in class com.vaadin.client.ui.VTabsheet
Renders the widget content for a tab sheet.
Renderer<T> - Interface in com.vaadin.client.renderers
Renderer for rending a value <T> into cell.
RendererCellReference - Class in com.vaadin.client.widget.grid
A data class which contains information which identifies a cell being rendered in a Grid.
RendererCellReference(RowReference<Object>) - Constructor for class com.vaadin.client.widget.grid.RendererCellReference
Creates a new renderer cell reference bound to a row reference.
RenderInformation - Class in com.vaadin.client
Contains size information about a rendered container and its content area.
RenderInformation() - Constructor for class com.vaadin.client.RenderInformation
 
RenderInformation.FloatSize - Class in com.vaadin.client
 
RenderInformation.Size - Class in com.vaadin.client
 
RenderSpace - Class in com.vaadin.client
Contains information about render area.
RenderSpace() - Constructor for class com.vaadin.client.RenderSpace
 
RenderSpace(int, int) - Constructor for class com.vaadin.client.RenderSpace
 
RenderSpace(int, int, boolean) - Constructor for class com.vaadin.client.RenderSpace
 
renderTab(TabState, int) - Method in class com.vaadin.client.ui.VAccordion
 
renderTab(TabState, int) - Method in class com.vaadin.client.ui.VTabsheet
 
renderTab(TabState, int) - Method in class com.vaadin.client.ui.VTabsheetBase
Implement in extending classes.
replaceComponent(Widget, Widget) - Method in class com.vaadin.client.ui.VTabsheetPanel
Removes the old component and sets the new component to its place.
replaceCurrentTooltip() - Method in class com.vaadin.client.VTooltip
Replace current open tooltip with new content.
replaceTheme(String, String, String, String) - Method in class com.vaadin.client.ui.ui.UIConnector
Loads the new theme and removes references to the old theme.
replaceWidget(Widget) - Method in class com.vaadin.client.ui.VAccordion.StackItem
Replaces the existing wrapped widget (if any) with a new widget.
reportActualRelativeHeight(int) - Method in class com.vaadin.client.ui.layout.ComponentConnectorLayoutSlot
Reports the expected outer height to the LayoutManager.
reportActualRelativeHeight(int) - Method in class com.vaadin.client.ui.layout.VLayoutSlot
Override this method to report the expected outer height to the LayoutManager.
reportActualRelativeWidth(int) - Method in class com.vaadin.client.ui.layout.ComponentConnectorLayoutSlot
Reports the expected outer width to the LayoutManager.
reportActualRelativeWidth(int) - Method in class com.vaadin.client.ui.layout.VLayoutSlot
Override this method to report the expected outer width to the LayoutManager.
reportHeightAssignedToRelative(ComponentConnector, int) - Method in class com.vaadin.client.LayoutManager
Registers the height reserved for a relatively sized component.
reportOuterHeight(ComponentConnector, int) - Method in class com.vaadin.client.LayoutManager
Registers the outer height (including margins, borders and paddings) of a component.
reportOuterWidth(ComponentConnector, int) - Method in class com.vaadin.client.LayoutManager
Registers the outer width (including margins, borders and paddings) of a component.
reportWidthAssignedToRelative(ComponentConnector, int) - Method in class com.vaadin.client.LayoutManager
Registers the width reserved for a relatively sized component.
requestPage(int, String) - Method in class com.vaadin.client.ui.combobox.ComboBoxConnector
Send a message to the server to request a page of items with the current filter.
requestRefreshBody() - Method in class com.vaadin.client.widgets.Grid
Request delayed refresh of all body rows.
requestRows(int, int, AbstractRemoteDataSource.RequestRowsCallback<JsonObject>) - Method in class com.vaadin.client.connectors.data.DataCommunicatorConnector.VaadinDataSource
 
requestRows(int, int, AbstractRemoteDataSource.RequestRowsCallback<T>) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
Triggers fetching rows from the remote data source.
RequestRowsCallback(AbstractRemoteDataSource<T>, Range) - Constructor for class com.vaadin.client.data.AbstractRemoteDataSource.RequestRowsCallback
Creates a new callback.
requestSectionRefresh() - Method in class com.vaadin.client.widgets.Grid.Footer
 
requestSectionRefresh() - Method in class com.vaadin.client.widgets.Grid.Header
 
requestSectionRefresh() - Method in class com.vaadin.client.widgets.Grid.StaticSection
Informs the grid that this section should be re-rendered.
RequestStartingEvent(ApplicationConnection) - Constructor for class com.vaadin.client.ApplicationConnection.RequestStartingEvent
 
REQUIRED - Static variable in class com.vaadin.client.StyleConstants
 
REQUIRED_CLASSNAME - Static variable in class com.vaadin.client.ApplicationConnection
Deprecated.
REQUIRED_CLASSNAME_EXT - Static variable in class com.vaadin.client.ApplicationConnection
Deprecated.
REQUIRED_EXT - Static variable in class com.vaadin.client.StyleConstants
 
requiresDelegate() - Method in class com.vaadin.client.ui.TouchScrollDelegate.TouchScrollHandler
Checks if a delegate for scrolling is required or if the native scrolling of the device should be used.
requiresOverflowAutoFix() - Method in class com.vaadin.client.BrowserInfo
Indicates whether the browser might require juggling to properly update sizes inside elements with overflow: auto.
requiresPositionAbsoluteOverflowAutoFix() - Method in class com.vaadin.client.BrowserInfo
Indicates whether the browser might require juggling to properly update sizes inside elements with overflow: auto when adjusting absolutely positioned elements.
requiresTouchScrollDelegate() - Method in class com.vaadin.client.BrowserInfo
Checks if the browser is capable of handling scrolling natively or if a touch scroll helper is needed for scrolling.
reset() - Static method in class com.vaadin.client.Profiler
Resets the collected profiler data.
reset(Element) - Method in interface com.vaadin.client.widget.escalator.PositionFunction
Resets any previously applied positioning, clearing the used style attributes.
reset(Element) - Method in class com.vaadin.client.widget.escalator.PositionFunction.Translate3DPosition
 
reset(Element) - Method in class com.vaadin.client.widget.escalator.PositionFunction.TranslatePosition
 
reset(Element) - Method in class com.vaadin.client.widget.escalator.PositionFunction.WebkitTranslate3DPosition
 
RESET - com.vaadin.client.debug.internal.Icon
 
RESET_TIMER - com.vaadin.client.debug.internal.Icon
 
resetDataAndSize(int) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
Updates the size, discarding all cached data.
resetDataAndSize(int) - Method in interface com.vaadin.client.data.DataChangeHandler
Resets all data and defines a new size for the data.
resetDataAndSize(int) - Method in class com.vaadin.client.data.SimpleDataChangeHandler
 
resetLastNewItemString() - Method in class com.vaadin.client.ui.VComboBox
This method will reset the saved item string which is added last time.
resetSizesFromDom() - Method in class com.vaadin.client.widgets.Escalator
Resets all cached pixel sizes and reads new values from the DOM.
resetSizesFromDom() - Method in class com.vaadin.client.widgets.Grid
Resets all cached pixel sizes and reads new values from the DOM.
resetSpacer(int) - Method in interface com.vaadin.client.widget.escalator.RowContainer.BodyRowContainer
Updates the spacer corresponding with the given rowIndex to currently provided contents.
resetVisibleDetails(int) - Method in class com.vaadin.client.widgets.Grid
Reset the details row with current contents.
resizable - Variable in class com.vaadin.client.ui.VWindow
For internal use only.
ResizeAnimation() - Constructor for class com.vaadin.client.widgets.Overlay.ResizeAnimation
 
resizeLazy - Variable in class com.vaadin.client.ui.VUI
For internal use only.
resizeLazy - Variable in class com.vaadin.client.ui.VWindow
For internal use only.
resolution - Variable in class com.vaadin.client.ui.VSlider
Resolution (precision level) of slider.
resolutionAsString() - Method in class com.vaadin.client.ui.VDateField
Returns a current resolution as a string.
resolutionAsString() - Method in class com.vaadin.client.ui.VDateFieldCalendar
 
resolutionAsString() - Method in class com.vaadin.client.ui.VDateTimeFieldCalendar
 
resolutionAsString() - Method in class com.vaadin.client.ui.VPopupCalendar
 
resolutionAsString() - Method in class com.vaadin.client.ui.VPopupTimeCalendar
 
resolveConnectorType(int, ApplicationConfiguration) - Method in class com.vaadin.client.WidgetSet
 
ResourceLoader - Class in com.vaadin.client
ResourceLoader lets you dynamically include external scripts and styles on the page and lets you know when the resource has been loaded.
ResourceLoader() - Constructor for class com.vaadin.client.ResourceLoader
Creates a new resource loader.
ResourceLoader.ResourceLoadEvent - Class in com.vaadin.client
Event fired when a resource has been loaded.
ResourceLoader.ResourceLoadListener - Interface in com.vaadin.client
Event listener that gets notified when a resource has been loaded.
ResourceLoadEvent(ResourceLoader, String) - Constructor for class com.vaadin.client.ResourceLoader.ResourceLoadEvent
Creates a new event.
ResponseHandlingEndedEvent(ApplicationConnection) - Constructor for class com.vaadin.client.ApplicationConnection.ResponseHandlingEndedEvent
 
ResponseHandlingStartedEvent(ApplicationConnection) - Constructor for class com.vaadin.client.ApplicationConnection.ResponseHandlingStartedEvent
 
ResponsiveConnector - Class in com.vaadin.client.extensions
The client side connector for the Responsive extension.
ResponsiveConnector() - Constructor for class com.vaadin.client.extensions.ResponsiveConnector
 
restoreDragImage(String, VDragAndDropManager.DDManagerMediator, Event.NativePreviewEvent) - Method in class com.vaadin.client.ui.dd.DDEventHandleStrategy
Deprecated.
resumeResponseHandling(Object) - Method in class com.vaadin.client.communication.MessageHandler
Resumes the rendering process once all locks have been removed.
resynchronize() - Method in class com.vaadin.client.communication.MessageSender
Resynchronize the client side, i.e. reload all component hierarchy and state from the server
RichTextAreaConnector - Class in com.vaadin.client.ui.richtextarea
Connector for RichTextArea.
RichTextAreaConnector() - Constructor for class com.vaadin.client.ui.richtextarea.RichTextAreaConnector
 
RIGHT - com.vaadin.client.ui.orderedlayout.CaptionPosition
Caption placed to right.
RIGHT - com.vaadin.client.widget.grid.DefaultEditorEventHandler.CursorMoveDelta
 
root - Variable in class com.vaadin.client.widget.escalator.ScrollbarBundle
Root element for the scrollbar-composition.
root - Variable in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
The table section element (<thead>, <tbody> or <tfoot>) the rows (i.e.
round(double, int) - Static method in class com.vaadin.client.Util
Round num up to exp decimal positions.
roundSizeDown(double) - Static method in class com.vaadin.client.WidgetUtil
Rounds the given size down to a value which the browser will accept.
roundSizeUp(double) - Static method in class com.vaadin.client.WidgetUtil
Rounds the given size up to a value which the browser will accept.
Row - Interface in com.vaadin.client.widget.escalator
A representation of a row in an Escalator.
ROW - com.vaadin.client.widgets.Escalator.AriaGridRole
Aria role for grid row elements except within the header.
rowCanBeFrozen(TableRowElement) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Checks whether a row is an element, or contains such elements, that can be frozen.
RowContainer - Interface in com.vaadin.client.widget.escalator
A representation of the rows in each of the sections (header, body and footer) in an Escalator.
RowContainer.BodyRowContainer - Interface in com.vaadin.client.widget.escalator
The row container for the body section in an Escalator.
rowDelta - Variable in enum com.vaadin.client.widget.grid.DefaultEditorEventHandler.CursorMoveDelta
Vertical change.
rowExpandRatioArray - Variable in class com.vaadin.client.ui.VGridLayout
For internal use only.
ROWGROUP - com.vaadin.client.widgets.Escalator.AriaGridRole
Aria role for grid row group elements, i.e. each root element that contains all the rows per section (header, body, or footer).
RowHandle() - Constructor for class com.vaadin.client.data.DataSource.RowHandle
 
RowHandleImpl(T, Object) - Constructor for class com.vaadin.client.data.AbstractRemoteDataSource.RowHandleImpl
 
ROWHEADER - com.vaadin.client.widgets.Escalator.AriaGridRole
Aria role for grid row elements within the header.
RowHeightChangedEvent - Class in com.vaadin.client.widget.escalator.events
Event fired when the row height changed in the Escalator's header, body or footer.
RowHeightChangedEvent() - Constructor for class com.vaadin.client.widget.escalator.events.RowHeightChangedEvent
 
RowHeightChangedHandler - Interface in com.vaadin.client.widget.escalator.events
Event handler for a row height changed event.
rowHeights - Variable in class com.vaadin.client.ui.VGridLayout
For internal use only.
RowReference<T> - Class in com.vaadin.client.widget.grid
A data class which contains information which identifies a row in a Grid.
RowReference(Grid<T>) - Constructor for class com.vaadin.client.widget.grid.RowReference
Creates a new row reference for the given grid.
RowStyleGenerator<T> - Interface in com.vaadin.client.widget.grid
Callback interface for generating custom style names for data rows.
RowVisibilityChangeEvent - Class in com.vaadin.client.widget.escalator
Event fired when the range of visible rows changes e.g. because of scrolling.
RowVisibilityChangeEvent(int, int) - Constructor for class com.vaadin.client.widget.escalator.RowVisibilityChangeEvent
Creates a new row visibility change event.
RowVisibilityChangeHandler - Interface in com.vaadin.client.widget.escalator
Event handler that gets notified when the range of visible rows changes e.g.
rpc - Variable in class com.vaadin.client.ui.slider.SliderConnector
RPC instance for Slider's client-to-server calls.
rpc - Variable in class com.vaadin.client.ui.VDateField
The RPC send calls to the server.
RpcManager - Class in com.vaadin.client.communication
Client side RPC manager that can invoke methods based on RPC calls received from the server.
RpcManager() - Constructor for class com.vaadin.client.communication.RpcManager
 
RpcProxy - Class in com.vaadin.client.communication
Class for creating proxy instances for Client to Server RPC.
RpcProxy() - Constructor for class com.vaadin.client.communication.RpcProxy
 
rta - Variable in class com.vaadin.client.ui.VRichTextArea
For internal use only.
runDescendentsLayout(HasWidgets) - Method in class com.vaadin.client.ApplicationConnection
Deprecated.
As of 7.0, serves no purpose
RUNNING - com.vaadin.client.ApplicationConnection.ApplicationState
 
runPostRequestHooks(String) - Static method in class com.vaadin.client.communication.MessageSender
Runs possibly registered client side post request hooks.
runWebkitOverflowAutoFix(Element) - Static method in class com.vaadin.client.Util
Deprecated.
runWebkitOverflowAutoFix(Element) - Static method in class com.vaadin.client.WidgetUtil
Run workaround for webkits overflow auto issue.
runWebkitOverflowAutoFixDeferred(Element) - Static method in class com.vaadin.client.Util
Deprecated.
runWebkitOverflowAutoFixDeferred(Element) - Static method in class com.vaadin.client.WidgetUtil
runWhenDependenciesLoaded(Command) - Static method in class com.vaadin.client.ApplicationConfiguration
Runs the given command when all pending dependencies have been loaded, or immediately if no dependencies are being loaded.
runWhenHtmlImportsReady(Runnable) - Method in class com.vaadin.client.ResourceLoader
Executes a Runnable when all HTML imports are ready.

S

save() - Method in class com.vaadin.client.widgets.Grid.Editor
Saves any unsaved changes to the data source and hides the editor.
save(EditorHandler.EditorRequest<T>) - Method in interface com.vaadin.client.widget.grid.EditorHandler
Commits changes in the currently active edit to the data source.
saveEditor() - Method in class com.vaadin.client.widgets.Grid
Saves any unsaved changes in the editor to the data source.
SAVING - com.vaadin.client.widgets.Grid.Editor.State
Editor is saving changes.
schedule() - Method in class com.vaadin.client.communication.Heartbeat
Updates the schedule of the heartbeat to match the set interval.
scheduleDeferred(Scheduler.ScheduledCommand) - Method in class com.vaadin.client.VSchedulerImpl
 
scheduleHeartbeat() - Method in class com.vaadin.client.ApplicationConnection
Deprecated.
as of 7.2, use Heartbeat.schedule() instead
scheduleReconnect(JsonObject) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
Called after a problem occurred.
scheduleValueChange() - Method in class com.vaadin.client.ui.textfield.ValueChangeHandler
Called whenever a change in the value has been detected.
scripts - Variable in class com.vaadin.client.ui.VCustomLayout
Unexecuted scripts loaded from the template.
SCROLL_LOCK - com.vaadin.client.debug.internal.Icon
 
ScrollbarBundle - Class in com.vaadin.client.widget.escalator
An element-like bundle representing a configurable and visual scrollbar in one axis.
ScrollbarBundle.Direction - Enum in com.vaadin.client.widget.escalator
The orientation of the scrollbar.
ScrollbarBundle.HorizontalScrollbarBundle - Class in com.vaadin.client.widget.escalator
A representation of a single horizontal scrollbar.
ScrollbarBundle.VerticalScrollbarBundle - Class in com.vaadin.client.widget.escalator
A representation of a single vertical scrollbar.
ScrollbarBundle.VisibilityChangeEvent - Class in com.vaadin.client.widget.escalator
Event for scrollbar visibility changes.
ScrollbarBundle.VisibilityHandler - Interface in com.vaadin.client.widget.escalator
A means to listen to when the scrollbar handle in a ScrollbarBundle either appears or is removed.
scrolledContainer - Variable in class com.vaadin.client.ui.VAbstractSplitPanel
Deprecated.
this element is no longer used or updated by the framework
SCROLLER_CLASSNAME - Static variable in class com.vaadin.client.ui.VTabsheet
Default classname for the scroller element.
ScrollEvent - Class in com.vaadin.client.widget.grid.events
An event that signifies that a scrollbar bundle has been scrolled.
ScrollEvent() - Constructor for class com.vaadin.client.widget.grid.events.ScrollEvent
 
ScrollHandler - Interface in com.vaadin.client.widget.grid.events
A handler that gets called whenever a scrollbar bundle is scrolled.
scrollIntoView(ComponentConnector) - Method in class com.vaadin.client.ui.ui.UIConnector
Tries to scroll the viewport so that the given connector is in view.
scrollIntoViewVertically(Element) - Static method in class com.vaadin.client.Util
Deprecated.
scrollIntoViewVertically(Element) - Static method in class com.vaadin.client.WidgetUtil
Scrolls an element into view vertically only.
scrollLeft - Variable in class com.vaadin.client.ui.VPanel
For internal use only.
scrollSelectionIntoView() - Method in class com.vaadin.client.ui.menubar.MenuBar
Deprecated.
Scroll the selected item into view.
scrollSizeElement - Variable in class com.vaadin.client.widget.escalator.ScrollbarBundle
Scroll size element.
scrollToColumn(int, ScrollDestination) - Method in class com.vaadin.client.widgets.Grid
Scrolls to a certain column, using user-specified scroll destination.
scrollToColumn(int, ScrollDestination, int) - Method in class com.vaadin.client.widgets.Escalator
Scrolls the body horizontally so that the column at the given index is visible and there is at least padding pixels in the direction of the given scroll destination.
scrollToEnd() - Method in class com.vaadin.client.widgets.Grid
Scrolls to the end of the very last row.
scrollTop - Variable in class com.vaadin.client.ui.VPanel
For internal use only.
scrollToRow(int) - Method in class com.vaadin.client.widgets.Grid
Scrolls to a certain row, using ScrollDestination.ANY.
scrollToRow(int, ScrollDestination) - Method in class com.vaadin.client.widgets.Grid
Scrolls to a certain row, using user-specified scroll destination.
scrollToRow(int, ScrollDestination, int) - Method in class com.vaadin.client.widgets.Escalator
Scrolls the body vertically so that the row at the given index is visible and there is at least padding pixels to the given scroll destination.
scrollToRow(int, ScrollDestination, Runnable) - Method in class com.vaadin.client.widgets.Grid
Helper method for making sure desired row is visible and it is properly rendered.
scrollToRow(int, Runnable) - Method in class com.vaadin.client.widgets.Grid
Helper method for making sure desired row is visible and it is properly rendered.
scrollToRowAndSpacer(int, ScrollDestination, int) - Method in class com.vaadin.client.widgets.Escalator
Scrolls vertically to a row and the spacer below it.
scrollToSpacer(int, ScrollDestination, int) - Method in class com.vaadin.client.widgets.Escalator
Scrolls the body vertically so that the spacer at the given row index is visible and there is at least padding pixels to the given scroll destination.
scrollToStart() - Method in class com.vaadin.client.widgets.Grid
Scrolls to the beginning of the very first row.
SEARCH - com.vaadin.client.debug.internal.Icon
 
Section - Interface in com.vaadin.client.debug.internal
A Section is displayed as a tab in the VDebugWindow.
sectionHead - Variable in class com.vaadin.client.debug.internal.VDebugWindow
 
sections - Variable in class com.vaadin.client.debug.internal.VDebugWindow
 
select - Variable in class com.vaadin.client.ui.VListSelect
The select component.
select(ClickEvent) - Method in class com.vaadin.client.SimpleTree
Deprecated.
 
select(ServerConnector, Element) - Method in interface com.vaadin.client.debug.internal.SelectConnectorListener
Listener method called when a connector has been selected.
select(JsonObject) - Method in class com.vaadin.client.connectors.grid.MultiSelectionModelConnector.MultiSelectionModel
 
select(JsonObject) - Method in class com.vaadin.client.connectors.grid.SingleSelectionModelConnector.SingleSelectionModel
 
select(T) - Method in class com.vaadin.client.widget.grid.selection.SelectionModel.NoSelectionModel
 
select(T) - Method in interface com.vaadin.client.widget.grid.selection.SelectionModel
Selects the given item.
select(T) - Method in class com.vaadin.client.widgets.Grid
Selects a row using the current selection model.
selectAll() - Method in interface com.vaadin.client.ui.AbstractTextFieldWidget
Selects all text in the field.
selectAll() - Method in class com.vaadin.client.ui.VRichTextArea
For internal use only.
SelectAllEvent<T> - Class in com.vaadin.client.widget.grid.events
A select all event, fired by the Grid when it needs all rows in data source to be selected, OR when all rows have been selected and are now deselected.
SelectAllEvent(SelectionModel<T>) - Constructor for class com.vaadin.client.widget.grid.events.SelectAllEvent
Constructs a new select all event when all rows in grid are selected.
SelectAllEvent(SelectionModel<T>, boolean) - Constructor for class com.vaadin.client.widget.grid.events.SelectAllEvent
 
SelectAllHandler<T> - Interface in com.vaadin.client.widget.grid.events
Handler for a Grid select all event, called when the Grid needs all rows in data source to be selected.
SelectConnectorListener - Interface in com.vaadin.client.debug.internal
Listener for the selection of a connector in the debug window.
selected - Variable in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
selected - Variable in class com.vaadin.client.ui.VMenuBar
 
selectedItemIndex - Variable in class com.vaadin.client.ui.VAccordion
For internal use only.
selectedOptionKey - Variable in class com.vaadin.client.ui.VComboBox
For internal use only.
selectFirstItem() - Method in class com.vaadin.client.ui.VComboBox.SuggestionMenu
selectFirstItem() - Method in class com.vaadin.client.ui.VComboBox.SuggestionPopup
Select the first item of the suggestions list popup.
SelectionEvent<T> - Class in com.vaadin.client.widget.grid.selection
Event object describing a change in Grid row selection state.
SelectionEvent(Grid<T>, Collection<T>, Collection<T>, boolean) - Constructor for class com.vaadin.client.widget.grid.selection.SelectionEvent
Creates an event where several rows have been added or removed.
SelectionEvent(Grid<T>, T, T, boolean) - Constructor for class com.vaadin.client.widget.grid.selection.SelectionEvent
Creates an event with a single added or removed row.
SelectionHandler<T> - Interface in com.vaadin.client.widget.grid.selection
Handler for SelectionEvents.
SelectionModel<T> - Interface in com.vaadin.client.widget.grid.selection
Models the selection logic of a Grid component.
SelectionModel.NoSelectionModel<T> - Class in com.vaadin.client.widget.grid.selection
Selection model that does not allow any selection.
SelectionModelWithSelectionColumn - Interface in com.vaadin.client.widget.grid.selection
Interface for SelectionModels that wants Grid to display a selection column.
selectItem(MenuItem) - Method in class com.vaadin.client.ui.menubar.MenuBar
Deprecated.
Moves the selection to the given item and scrolls it into view.
selectItem(MenuItem) - Method in class com.vaadin.client.ui.VComboBox.SuggestionMenu
 
selectItemKey(String) - Method in class com.vaadin.client.ui.VRadioButtonGroup
Removes previous selection and adds new selection.
selectLastItem() - Method in class com.vaadin.client.ui.VComboBox.SuggestionMenu
selectLastItem() - Method in class com.vaadin.client.ui.VComboBox.SuggestionPopup
Select the last item of the suggestions list popup.
selectNextItem() - Method in class com.vaadin.client.ui.VComboBox.SuggestionPopup
Selects the next item in the filtered selections.
SELECTOR - com.vaadin.client.debug.internal.Icon
 
SelectorPath - Class in com.vaadin.client.debug.internal
A single segment of a selector path pointing to an Element.
SelectorPath(ServerConnector, Element) - Constructor for class com.vaadin.client.debug.internal.SelectorPath
 
SelectorPredicate - Class in com.vaadin.client.componentlocator
SelectorPredicates are statements about the state of different components that VaadinFinderLocatorStrategy is finding.
SelectorPredicate() - Constructor for class com.vaadin.client.componentlocator.SelectorPredicate
 
selectPrevItem() - Method in class com.vaadin.client.ui.VComboBox.SuggestionPopup
Selects the previous item in the filtered selections.
selectTab(int) - Method in class com.vaadin.client.ui.VAccordion
 
selectTab(int) - Method in class com.vaadin.client.ui.VTabsheet
 
selectTab(int) - Method in class com.vaadin.client.ui.VTabsheetBase
For internal use only.
send() - Method in class com.vaadin.client.communication.Heartbeat
Sends a heartbeat to the server.
send(JsonArray, JsonObject) - Method in class com.vaadin.client.communication.MessageSender
Send a UIDL request to the server.
send(JsonObject) - Method in class com.vaadin.client.communication.MessageSender
Sends an asynchronous or synchronous UIDL request to the server using the given URI.
send(JsonObject) - Method in class com.vaadin.client.communication.XhrConnection
Sends an asynchronous UIDL request to the server using the given URI.
sendBeacon(String, String) - Static method in class com.vaadin.client.communication.MessageSender
Send a beacon message to the server.
sendBlurEvent() - Method in class com.vaadin.client.ui.combobox.ComboBoxConnector
Notify the server that the combo box lost focus.
sendBufferedValues() - Method in class com.vaadin.client.ui.VDateField
Sends the VDateField.bufferedDateString and VDateField.bufferedResolutions to the server, and clears their values.
sendBufferedValuesWithDelay() - Method in class com.vaadin.client.ui.VDateField
Puts the VDateField.bufferedDateString and VDateField.bufferedResolutions changes into the rpc queue and clears their values.
sendClientResized() - Method in class com.vaadin.client.ui.VUI
Send new dimensions to the server.
sendContextClickEvent(MouseEventDetails, EventTarget) - Method in class com.vaadin.client.connectors.grid.GridConnector
 
sendContextClickEvent(MouseEventDetails, EventTarget) - Method in class com.vaadin.client.ui.AbstractComponentConnector
This method sends the context menu event to the server-side.
sendContextClickEvent(MouseEventDetails, EventTarget) - Method in class com.vaadin.client.ui.composite.CompositeConnector
 
sendDragEndEventToServer(NativeEvent, DropEffect) - Method in class com.vaadin.client.connectors.grid.GridDragSourceConnector
 
sendDragEndEventToServer(NativeEvent, DropEffect) - Method in class com.vaadin.client.extensions.DragSourceExtensionConnector
Initiates a server RPC for the drag end event.
sendDragStartEventToServer(NativeEvent) - Method in class com.vaadin.client.connectors.grid.GridDragSourceConnector
 
sendDragStartEventToServer(NativeEvent) - Method in class com.vaadin.client.extensions.DragSourceExtensionConnector
Initiates a server RPC for the drag start event.
sendDropEventToServer(List<String>, Map<String, String>, String, NativeEvent) - Method in class com.vaadin.client.connectors.grid.GridDropTargetConnector
 
sendDropEventToServer(List<String>, Map<String, String>, String, NativeEvent) - Method in class com.vaadin.client.connectors.grid.TreeGridDropTargetConnector
 
sendDropEventToServer(List<String>, Map<String, String>, String, NativeEvent) - Method in class com.vaadin.client.extensions.DropTargetExtensionConnector
Initiates a server RPC for the drop event.
sendFocusEvent() - Method in class com.vaadin.client.ui.combobox.ComboBoxConnector
Notify the server that the combo box received focus.
sendHeartbeat() - Method in class com.vaadin.client.ApplicationConnection
Deprecated.
as of 7.2, use Heartbeat.send() instead
sendInvocationsToServer() - Method in class com.vaadin.client.communication.MessageSender
 
sendNewItem(String) - Method in class com.vaadin.client.ui.combobox.ComboBoxConnector
Send a message about a newly created item to the server.
sendPendingVariableChanges() - Method in class com.vaadin.client.ApplicationConnection
Deprecated.
as of 7.6, use ServerRpcQueue.flush()
sendRpc(String, JsArray<JavaScriptObject>) - Method in class com.vaadin.client.extensions.javascriptmanager.JavaScriptManagerConnector
 
sendSelection(String) - Method in class com.vaadin.client.ui.combobox.ComboBoxConnector
Send a message to the server updating the current selection.
sendUnloadBeacon() - Method in class com.vaadin.client.communication.MessageSender
Send an unload beacon message to the server over the XHR connection to notify the server of the page having been closed.
sendUnloadMessage() - Method in class com.vaadin.client.communication.MessageSender
Send an unload message to the server over the XHR connection to notify the server of the page having been closed.
sendValueChange() - Method in class com.vaadin.client.ui.richtextarea.RichTextAreaConnector
 
sendValueChange() - Method in class com.vaadin.client.ui.textfield.AbstractTextFieldConnector
Sends the updated value and cursor position to the server, if either one has changed.
sendValueChange() - Method in interface com.vaadin.client.ui.textfield.ValueChangeHandler.Owner
Sends the current value to the server, if it has changed.
serialize(URLReference, ApplicationConnection) - Method in class com.vaadin.client.communication.URLReference_Serializer
 
serialize(Date, ApplicationConnection) - Method in class com.vaadin.client.communication.Date_Serializer
 
serialize(T, ApplicationConnection) - Method in interface com.vaadin.client.communication.JSONSerializer
Serialize the given object into JSON.
ServerConnector - Interface in com.vaadin.client
Interface implemented by all client side classes that can be communicate with the server.
serverReplyHandled() - Method in class com.vaadin.client.ui.VComboBox.DataReceivedHandler
Called by the connector when it has finished handling any reply from the server, regardless of what was updated.
serverRpcQueue - Variable in class com.vaadin.client.ApplicationConnection
 
ServerRpcQueue - Class in com.vaadin.client.communication
Manages the queue of server invocations (RPC) which are waiting to be sent to the server.
ServerRpcQueue() - Constructor for class com.vaadin.client.communication.ServerRpcQueue
 
serverSelectedKey - Variable in class com.vaadin.client.ui.VComboBox
For internal use only.
set(int, int, Grid.Column<?, T>) - Method in class com.vaadin.client.widget.grid.CellReference
Sets the identifying information for this cell.
set(int, T, TableRowElement) - Method in class com.vaadin.client.widget.grid.RowReference
Sets the identifying information for this row.
set(Element, double, double) - Method in interface com.vaadin.client.widget.escalator.PositionFunction
Position an element in an (x,y) coordinate system in the DOM.
set(Element, double, double) - Method in class com.vaadin.client.widget.escalator.PositionFunction.Translate3DPosition
 
set(Element, double, double) - Method in class com.vaadin.client.widget.escalator.PositionFunction.TranslatePosition
 
set(Element, double, double) - Method in class com.vaadin.client.widget.escalator.PositionFunction.WebkitTranslate3DPosition
 
set(Cell, GridConstants.Section) - Method in class com.vaadin.client.widget.grid.EventCellReference
Configures this CellReference and its internal RowReference to point to the given Cell.
set(FlyweightCell, int, Grid.Column<?, ?>) - Method in class com.vaadin.client.widget.grid.RendererCellReference
Sets the identifying information for this cell.
set(T) - Method in class com.vaadin.client.WidgetUtil.Reference
Sets the current object.
setAcceptMimeTypes(String) - Method in class com.vaadin.client.ui.VUpload
Sets accepted mime types.
setAccessibleNavigation(boolean) - Method in class com.vaadin.client.widgets.Escalator
Sets whether accessible navigation is enabled for the grid.
setAccessibleNavigation(boolean) - Method in class com.vaadin.client.widgets.Grid
Sets whether accessible navigation is enabled for the grid.
setAccessKey(char) - Method in class com.vaadin.client.ui.SimpleFocusablePanel
 
setAccessKey(char) - Method in class com.vaadin.client.ui.VRichTextArea
 
setAccessKey(char) - Method in class com.vaadin.client.ui.VUI
 
setAccessKey(char) - Method in class com.vaadin.client.widgets.Grid
 
setAccessKey(Widget, char) - Static method in class com.vaadin.client.ui.FocusUtil
Sets the access key property.
setActionKey(String) - Method in class com.vaadin.client.ui.TreeAction
 
setActionOwner(ActionOwner) - Method in class com.vaadin.client.ui.VContextMenu
Sets the element from which to build menu.
setActive(boolean) - Method in class com.vaadin.client.debug.internal.DebugButton
Adds or removes a stylename, indicating whether or not the button is in it's active state.
setActiveTabIndex(int) - Method in class com.vaadin.client.ui.VTabsheetBase
For internal use only.
setAlignment(AlignmentInfo) - Method in class com.vaadin.client.ui.layout.VLayoutSlot
Sets the alignment data for this slot.
setAlignment(AlignmentInfo) - Method in class com.vaadin.client.ui.orderedlayout.Slot
Sets how the widget is aligned inside the slot.
setAlignment(AlignmentInfo) - Method in class com.vaadin.client.ui.VGridLayout.Cell
 
setAlignment(String) - Method in class com.vaadin.client.VCaption
 
setAllowNewItems(boolean) - Method in class com.vaadin.client.ui.VComboBox
Sets whether creation of new items when there is no match is allowed or not.
setAlternateText(String) - Method in class com.vaadin.client.ui.FontIcon
Not implemeted for FontIcon yet.
setAlternateText(String) - Method in class com.vaadin.client.ui.Icon
Sets the alternate text for the icon.
setAlternateText(String) - Method in class com.vaadin.client.ui.ImageIcon
 
setAlternateText(String) - Method in class com.vaadin.client.ui.VBrowserFrame
 
setAltText(String) - Method in class com.vaadin.client.ui.VMediaBase
 
setAndUpdateAssistiveLabels(VAbstractCalendarPanel) - Method in class com.vaadin.client.ui.datefield.AbstractDateFieldConnector
Sets assistive labels for the calendar panel's navigation elements, and updates these labels.
setAnimationDelay(Element, String) - Static method in class com.vaadin.client.AnimationUtil
For internal use only.
setAnimationDuration(Element, String) - Static method in class com.vaadin.client.AnimationUtil
For internal use only.
setAnimationFromCenterProgress(double) - Method in class com.vaadin.client.widgets.Overlay.PositionAndSize
Offset the set values from center by given progress to create the state of a single animation frame.
setAppId(String) - Method in class com.vaadin.client.ApplicationConfiguration
 
setApplicationConnection(ApplicationConnection) - Method in class com.vaadin.client.ui.VOverlay
Deprecated.
Sets the ApplicationConnection that this overlay belongs to.
setApplicationRunning(boolean) - Method in class com.vaadin.client.ApplicationConnection
 
setAriaInvalid(boolean) - Method in interface com.vaadin.client.ui.aria.HandlesAriaInvalid
Called to set the element, typically an input element, as invalid.
setAriaInvalid(boolean) - Method in class com.vaadin.client.ui.VAbstractTextualDate
 
setAriaInvalid(boolean) - Method in class com.vaadin.client.ui.VCheckBox
 
setAriaInvalid(boolean) - Method in class com.vaadin.client.ui.VComboBox
 
setAriaInvalid(boolean) - Method in class com.vaadin.client.ui.VListSelect
 
setAriaInvalid(boolean) - Method in class com.vaadin.client.ui.VNativeSelect
 
setAriaRequired(boolean) - Method in interface com.vaadin.client.ui.aria.HandlesAriaRequired
Called to set the element, typically an input element, as required.
setAriaRequired(boolean) - Method in class com.vaadin.client.ui.VAbstractTextualDate
 
setAriaRequired(boolean) - Method in class com.vaadin.client.ui.VCheckBox
 
setAriaRequired(boolean) - Method in class com.vaadin.client.ui.VComboBox
 
setAriaRequired(boolean) - Method in class com.vaadin.client.ui.VListSelect
 
setAriaRequired(boolean) - Method in class com.vaadin.client.ui.VNativeSelect
 
setAriaRole(String) - Method in class com.vaadin.client.widgets.Grid
Adds the given role as 'role="$param"' to the <table> element of the grid.
setAssistiveCaption(String) - Method in class com.vaadin.client.widgets.Grid.Column
Sets the header aria-label for this column.
setAssistiveDescription(Connector[]) - Method in class com.vaadin.client.ui.VWindow
Allows to specify which connectors contain the description for the window.
setAssistiveDescription(String) - Method in class com.vaadin.client.ui.VTabsheet.Tab
Sets the aria-describedby attribute for this tab element to the referenced id.
setAssistiveLabelNextMonth(String) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Set assistive label for the next month element.
setAssistiveLabelNextYear(String) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Set assistive label for the next year element.
setAssistiveLabelPreviousMonth(String) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Set assistive label for the previous month element.
setAssistiveLabelPreviousYear(String) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Set assistive label for the previous year element.
setAssistivePostfix(String) - Method in class com.vaadin.client.ui.VWindow
Setter for the text for assistive devices the window caption is postfixed with.
setAssistivePrefix(String) - Method in class com.vaadin.client.ui.VWindow
Setter for the text for assistive devices the window caption is prefixed with.
setAutoOpen(boolean) - Method in class com.vaadin.client.ui.menubar.MenuBar
Deprecated.
Sets whether this menu bar's child menus will open when the mouse is moved over it.
setAutoplay(boolean) - Method in class com.vaadin.client.ui.VMediaBase
 
setBGColor(String) - Method in class com.vaadin.client.ui.colorpicker.VColorPickerGradient
Sets the given css color as the background.
setBooleanValue(String, boolean) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
 
setBuffered(boolean) - Method in class com.vaadin.client.widgets.Grid.Editor
Sets the buffered mode.
setCacheStrategy(CacheStrategy) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
Sets the cache strategy that is used to determine how much data is fetched and cached.
setCallback(DragHandle.DragHandleCallback) - Method in class com.vaadin.client.ui.dd.DragHandle
Sets the user-facing drag handle callback method.
setCancelCaption(String) - Method in class com.vaadin.client.widgets.Grid.Editor
Sets the caption of the cancel button.
setCaption(Widget, VCaption) - Method in class com.vaadin.client.ui.VGridLayout
For internal use only.
setCaption(VCaption) - Method in class com.vaadin.client.ui.layout.ComponentConnectorLayoutSlot
 
setCaption(VCaption) - Method in class com.vaadin.client.ui.layout.VLayoutSlot
Sets the caption element for this slot.
setCaption(VCaption) - Method in class com.vaadin.client.ui.VAbsoluteLayout.AbsoluteWrapper
Set the caption for the wrapper.
setCaption(String) - Method in class com.vaadin.client.ui.Action
 
setCaption(String) - Method in class com.vaadin.client.ui.colorpicker.AbstractColorPickerConnector
Set caption of the color picker widget.
setCaption(String) - Method in class com.vaadin.client.ui.colorpicker.ColorPickerAreaConnector
 
setCaption(String) - Method in class com.vaadin.client.ui.colorpicker.ColorPickerConnector
 
setCaption(String) - Method in class com.vaadin.client.ui.VUnknownComponent
Sets the content text for this placeholder.
setCaption(String) - Method in class com.vaadin.client.ui.VWindow
Sets the caption for this window.
setCaption(String, boolean) - Method in class com.vaadin.client.ui.VPanel
For internal use only.
setCaption(String, Icon, List<String>, String, boolean, boolean, boolean) - Method in class com.vaadin.client.ui.orderedlayout.Slot
Set the caption of the slot as text.
setCaption(String, Icon, List<String>, String, boolean, boolean, boolean, boolean) - Method in class com.vaadin.client.ui.orderedlayout.Slot
Set the caption of the slot.
setCaption(String, Icon, List<String>, String, ErrorLevel, boolean, boolean, boolean, boolean) - Method in class com.vaadin.client.ui.orderedlayout.Slot
Set the caption of the slot.
setCaption(String, String) - Method in class com.vaadin.client.ui.VWindow
Sets the caption and the caption icon for this window.
setCaption(String, String, boolean) - Method in class com.vaadin.client.ui.VWindow
Sets the caption and the caption icon for this window, and determines whether the caption should be displayed as HTML or as plain text.
setCaption(String, String, List<String>, String, boolean, boolean, boolean) - Method in class com.vaadin.client.ui.orderedlayout.Slot
setCaptionAsHtml(boolean) - Method in class com.vaadin.client.VCaption
Sets whether the caption is rendered as HTML.
setCaptionPosition(CaptionPosition) - Method in class com.vaadin.client.ui.orderedlayout.Slot
Set the position of the caption relative to the slot.
setCaptionResizeListener(ElementResizeListener) - Method in class com.vaadin.client.ui.orderedlayout.Slot
Sets the caption resize listener for this slot.
setCaptionText(Element, AbstractComponentState) - Static method in class com.vaadin.client.VCaption
Sets the text of the given caption element to the caption found in the state.
setCaptionText(HasHTML, AbstractComponentState) - Static method in class com.vaadin.client.VCaption
Sets the text of the given widget to the caption found in the state.
setCellStyleGenerator(CellStyleGenerator<T>) - Method in class com.vaadin.client.widgets.Grid
Sets the style generator that is used for generating styles for cells.
setCheckable(boolean) - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
setChecked(boolean) - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
setChild(int, Widget, VFormLayout.Caption, VFormLayout.ErrorFlag) - Method in class com.vaadin.client.ui.VFormLayout.VFormLayoutTable
 
setChildComponents(List<ComponentConnector>) - Method in class com.vaadin.client.connectors.grid.GridConnector
 
setChildComponents(List<ComponentConnector>) - Method in interface com.vaadin.client.HasComponentsConnector
Sets the children for this connector.
setChildComponents(List<ComponentConnector>) - Method in class com.vaadin.client.ui.AbstractHasComponentsConnector
 
setChildComponents(List<ComponentConnector>) - Method in class com.vaadin.client.ui.customfield.CustomFieldConnector
 
setChildMeasurementHint(HasChildMeasurementHintConnector.ChildMeasurementHint) - Method in interface com.vaadin.client.HasChildMeasurementHintConnector
Sets the child measurement hint for this component.
setChildren(List<ServerConnector>) - Method in interface com.vaadin.client.ServerConnector
Sets the children for this connector.
setChildren(List<ServerConnector>) - Method in class com.vaadin.client.ui.AbstractConnector
 
setClass(String, Class<?>) - Method in class com.vaadin.client.metadata.TypeDataStore
 
setClient(ApplicationConnection) - Method in class com.vaadin.client.ui.VTabsheetBase
For internal use only.
setClientToServerMessageId(int, boolean) - Method in class com.vaadin.client.communication.MessageSender
Used internally to update what the server expects.
setClosable(boolean) - Method in class com.vaadin.client.ui.VTabsheet.TabCaption
Adds or removes the button for closing the corresponding tab and the style name for a closable tab.
setClosable(boolean) - Method in class com.vaadin.client.ui.VWindow
Sets the closable state of the window.
setCloseHandler(VTabsheet.VCloseHandler) - Method in class com.vaadin.client.ui.VTabsheet.Tab
Sets the close handler for this tab.
setCloseTimeout(int) - Method in class com.vaadin.client.VTooltip
Sets the time (in ms) the tooltip should be displayed after an event that will cause it to be closed (e.g. mouse click outside the component, key down).
setCodepoint(int) - Method in class com.vaadin.client.ui.FontIcon
Sets the codepoint indicating which particular icon (character) within the font-family this is.
setColor(String) - Method in class com.vaadin.client.ui.VColorPicker
Set the color of the component, e.g.
setColor(String) - Method in class com.vaadin.client.ui.VColorPickerArea
Sets the color for the area.
setColspan(int) - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
Sets the amount of columns the cell spans.
setColSpan(int) - Method in class com.vaadin.client.widget.escalator.FlyweightCell
Set the colspan attribute for the element of the cell.
setColSpan(int) - Method in class com.vaadin.client.widget.grid.RendererCellReference
Sets the colspan attribute of the element of this cell.
setColumnFrozen(int, boolean) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Sets a column's frozen status.
setColumnLastFrozen(int, boolean) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Sets the last frozen state of the given column.
setColumnOrder(Grid.Column<?, T>...) - Method in class com.vaadin.client.widgets.Grid
Sets a new column order for the grid.
setColumnReorderingAllowed(boolean) - Method in class com.vaadin.client.widgets.Grid
Sets whether column reordering with drag and drop is allowed or not.
setColumnResizeMode(ColumnResizeMode) - Method in class com.vaadin.client.widgets.Grid
Sets the column resize mode to use.
setColumnWidth(int, double) - Method in interface com.vaadin.client.widget.escalator.ColumnConfiguration
Sets (or unsets) an explicit width for a column.
setColumnWidths(Map<Integer, Double>) - Method in interface com.vaadin.client.widget.escalator.ColumnConfiguration
Sets widths for a set of columns.
setColumnWidths(Map<Integer, Double>, boolean) - Method in interface com.vaadin.client.widget.escalator.ColumnConfiguration
Sets widths for a set of columns.
setCommand(Command) - Method in class com.vaadin.client.ui.menubar.MenuItem
Deprecated.
Sets the command associated with this item.
setCommand(Command) - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
setCommunicationErrorDelegate(ApplicationConnection.CommunicationErrorHandler) - Method in class com.vaadin.client.ApplicationConnection
Sets the delegate that is called whenever a communication error occurrs.
setComparator(Grid.Column<C, T>, Comparator<C>) - Method in class com.vaadin.client.widget.grid.datasources.ListSorter
Assign or remove a comparator for a column.
setComponent(ComponentConnector, List<ComponentConnector>) - Method in class com.vaadin.client.ui.VGridLayout.Cell
 
setConnection(ApplicationConnection) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
Sets the application connection this instance is connected to.
setConnection(ApplicationConnection) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
 
setConnection(ApplicationConnection) - Method in class com.vaadin.client.communication.MessageHandler
Sets the application connection this instance is connected to.
setConnection(ApplicationConnection) - Method in class com.vaadin.client.communication.MessageSender
Sets the application connection this instance is connected to.
setConnection(ApplicationConnection) - Method in class com.vaadin.client.communication.ServerRpcQueue
Sets the application connection this instance is connected to.
setConnection(ApplicationConnection) - Method in class com.vaadin.client.communication.TranslatedURLReference
Sets the application connection this instance is connected to.
setConnection(ApplicationConnection) - Method in class com.vaadin.client.communication.XhrConnection
Sets the application connection this instance is connected to.
setConnection(ApplicationConnection) - Method in class com.vaadin.client.DependencyLoader
Sets the ApplicationConnection this instance is connected to.
setConnection(ApplicationConnection) - Method in class com.vaadin.client.LayoutManager
Sets the application connection this instance is connected to.
setConnection(ApplicationConnection) - Method in class com.vaadin.client.ui.VSlider
Deprecated.
the updated field is no longer used by the framework
setConnector(ServerConnector) - Method in class com.vaadin.client.communication.AbstractServerConnectorEvent
 
setConnector(ServerConnector) - Method in class com.vaadin.client.ConnectorHierarchyChangeEvent
 
setConnector(AbstractComponentConnector) - Method in class com.vaadin.client.ui.VTabsheet
 
setConnector(AbstractComponentConnector) - Method in class com.vaadin.client.ui.VTabsheetBase
Sets the connector that should be notified of events etc.
setConstructor(Class<?>, Invoker) - Method in class com.vaadin.client.metadata.TypeDataStore
 
setContent(Widget) - Method in class com.vaadin.client.ui.VAccordion.StackItem
Updates the content of the open tab of the accordion.
setContentAreaHeight(int) - Method in class com.vaadin.client.RenderInformation
 
setContentAreaWidth(int) - Method in class com.vaadin.client.RenderInformation
 
setContentMode(ContentMode) - Method in class com.vaadin.client.TooltipInfo
Sets the tooltip title's content mode.
setContentVisible(RendererCellReference, boolean) - Method in class com.vaadin.client.renderers.ComplexRenderer
Used by Grid to toggle whether to show actual data or just an empty placeholder while data is loading.
setControls(boolean) - Method in class com.vaadin.client.ui.VMediaBase
 
setCurrentDate(Date) - Method in class com.vaadin.client.ui.VDateField
Sets the date value.
setCurrentDate(Map<R, Integer>) - Method in class com.vaadin.client.ui.VDateField
Set the current date using a map with date values.
setCurrentDropHandler(VDropHandler) - Method in class com.vaadin.client.ui.dd.VDragAndDropManager
Deprecated.
If drag and drop operation is not handled by VDragAndDropManagers internal handler, this can be used to update current VDropHandler .
setCurrentGwtEvent(NativeEvent) - Method in class com.vaadin.client.ui.dd.VDragEvent
Deprecated.
Sets the latest NativeEvent that relates to this drag and drop operation.
setCurrentLocale(String) - Method in class com.vaadin.client.ui.VDateField
Sets the locale String.
setCurrentResolution(DateResolution) - Method in class com.vaadin.client.ui.VDateFieldCalendar
 
setCurrentResolution(DateResolution) - Method in class com.vaadin.client.ui.VPopupCalendar
 
setCurrentResolution(DateTimeResolution) - Method in class com.vaadin.client.ui.VPopupTimeCalendar
 
setCurrentResolution(R) - Method in class com.vaadin.client.ui.VDateField
Sets the resolution.
setCursor(int, int) - Method in class com.vaadin.client.ui.colorpicker.VColorPickerGradient
Sets the latest coordinates for pressed-down mouse cursor and updates the cross elements.
setData(String, Object) - Method in class com.vaadin.client.ui.dd.VTransferable
Deprecated.
Stores any type of named data that can be useful during the DnD operation.
setDataSource(DataSource<JsonObject>) - Method in class com.vaadin.client.connectors.AbstractListingConnector
 
setDataSource(DataSource<JsonObject>) - Method in class com.vaadin.client.connectors.AbstractMultiSelectConnector
 
setDataSource(DataSource<JsonObject>) - Method in interface com.vaadin.client.connectors.data.HasDataSource
Sets the data source for this Connector.
setDataSource(DataSource<JsonObject>) - Method in class com.vaadin.client.connectors.grid.GridConnector
 
setDataSource(DataSource<JsonObject>) - Method in class com.vaadin.client.ui.combobox.ComboBoxConnector
 
setDataSource(DataSource<JsonObject>) - Method in class com.vaadin.client.ui.nativeselect.NativeSelectConnector
 
setDataSource(DataSource<JsonObject>) - Method in class com.vaadin.client.ui.optiongroup.CheckBoxGroupConnector
 
setDataSource(DataSource<JsonObject>) - Method in class com.vaadin.client.ui.optiongroup.RadioButtonGroupConnector
 
setDataSource(DataSource<JsonObject>) - Method in class com.vaadin.client.ui.treegrid.TreeGridConnector
 
setDataSource(DataSource<T>) - Method in class com.vaadin.client.widgets.Grid
Sets the data source used by this grid.
setDate(int) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel.FocusedDate
Deprecated.
setDate(Date) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Sets the data of the Panel.
setDate(Date) - Method in class com.vaadin.client.ui.VDateField
Sets the current date for this VDateField.
setDate(Date) - Method in class com.vaadin.client.ui.VDateTimeCalendarPanel
 
setDateStyles(Map<String, String>) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Sets the style names for dates.
setDateTimeService(DateTimeService) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Sets date time service for the widget.
setDefault(boolean) - Method in class com.vaadin.client.widgets.Grid.HeaderRow
Sets whether this is the default header row or not.
setDefaultDate(Date) - Method in class com.vaadin.client.ui.VDateField
Set the default date to open popup when no date is selected.
setDefaultDate(Map<R, Integer>) - Method in class com.vaadin.client.ui.VDateField
Set the default date using a map with date values.
setDefaultHeaderContent(Grid.HeaderCell) - Method in class com.vaadin.client.connectors.grid.ColumnConnector.CustomColumn
 
setDefaultHeaderContent(Grid.HeaderCell) - Method in class com.vaadin.client.widgets.Grid.Column
Resets the default header cell contents to column header captions.
setDefaultHeaderContent(Grid.HeaderCell) - Method in class com.vaadin.client.widgets.Grid.SelectionColumn
 
setDefaultHeaderRow(Grid.HeaderRow) - Method in class com.vaadin.client.widgets.Grid
Sets the default row of the header.
setDefaultLocale(String) - Static method in class com.vaadin.client.LocaleService
 
setDefaultRow(Grid.HeaderRow) - Method in class com.vaadin.client.widgets.Grid.Header
Sets the default row of this header.
setDefaultRowHeight(double) - Method in interface com.vaadin.client.widget.escalator.RowContainer
The default height of the rows in this RowContainer.
setDefaultRowHeight(double) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
 
setDelayToCancelTouchScroll(double) - Method in class com.vaadin.client.widgets.Escalator
Sets the time after which to not consider a touch event a scroll event if the user has not moved the touch.
setDelegateToWidget(Class<?>, String, String) - Method in class com.vaadin.client.metadata.TypeDataStore
 
setDescription(String) - Method in class com.vaadin.client.ui.CalendarEntry
 
setDescription(String) - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
setDescription(String) - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
Sets the tooltip for the cell.
setDescription(String, ContentMode) - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
Sets the tooltip for the cell to be shown with the given content mode.
setDescriptionContentMode(ContentMode) - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
setDescriptionContentMode(ContentMode) - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
Sets the content mode for the tooltip.
setDescriptionForAssistiveDevices(String) - Method in class com.vaadin.client.ui.VAbstractPopupCalendar
Set a description that explains the usage of the Widget for users of assistive devices.
setDeselectAllowed(boolean) - Method in class com.vaadin.client.connectors.grid.SingleSelectionModelConnector.SingleSelectionModel
Sets whether it's allowed to deselect the selected row through the UI.
setDeselectAllowed(boolean) - Method in class com.vaadin.client.widget.grid.selection.ClickSelectHandler
Sets whether clicking the currently selected row should deselect the row.
setDeselectAllowed(boolean) - Method in class com.vaadin.client.widget.grid.selection.SpaceSelectHandler
Sets whether pressing space for the currently selected row should deselect the row.
setDetailsGenerator(DetailsGenerator) - Method in class com.vaadin.client.widgets.Grid
Sets a new details generator for row details.
setDetailsHeight(int, double) - Method in class com.vaadin.client.widgets.Grid
Update details row height.
setDetailsVisible(int, boolean) - Method in class com.vaadin.client.widgets.Grid
Shows or hides the details for a specific row.
setDisabled(boolean) - Method in class com.vaadin.client.ui.VSlider
Disables or enables this slider.
setDragAndDropWidget(Widget) - Method in class com.vaadin.client.ui.VDragAndDropWrapper
Set the widget that will be used as the drag image when using DragStartMode VDragAndDropWrapper.COMPONENT_OTHER .
setDraggable(boolean) - Method in class com.vaadin.client.ui.VWindow
For internal use only.
setDragImage(Element) - Method in class com.vaadin.client.ui.dd.VDragEvent
Deprecated.
Sets the drag image used for current drag and drop operation.
setDragImage(Element, int, int) - Method in class com.vaadin.client.ui.dd.VDragEvent
Deprecated.
Sets the drag image used for current drag and drop operation.
setDragImage(NativeEvent) - Method in class com.vaadin.client.connectors.grid.GridDragSourceConnector
 
setDragImage(NativeEvent) - Method in class com.vaadin.client.extensions.DragSourceExtensionConnector
Sets the drag image to be displayed.
setDragImage(Element) - Method in class com.vaadin.client.ui.dd.VDragEvent
Deprecated.
As of 7.2, call or override VDragEvent.setDragImage(Element) instead
setDragImage(Element, int, int) - Method in class com.vaadin.client.ui.dd.VDragEvent
Deprecated.
As of 7.2, call or override VDragEvent.setDragImage(Element,int,int) instead
setDragSource(ComponentConnector) - Method in class com.vaadin.client.ui.dd.VTransferable
Deprecated.
Sets the component currently being dragged or from which the transferable is created (e.g. a tree which node is dragged).
setDropEffect(String) - Method in class com.vaadin.client.ui.dd.VHtml5DragEvent
Deprecated.
Sets the drop effect value.
setEditable(boolean) - Method in class com.vaadin.client.widgets.Grid.Column
Sets whether the values in this column should be editable by the user when the row editor is active.
setEditable(boolean) - Method in class com.vaadin.client.widgets.Grid.SelectionColumn
 
setEditorBuffered(boolean) - Method in class com.vaadin.client.widgets.Grid
Sets the buffered editor mode.
setEditorCancelCaption(String) - Method in class com.vaadin.client.widgets.Grid
Sets the caption on the cancel button in the Grid editor.
setEditorColumnError(Grid.Column<?, T>, boolean) - Method in class com.vaadin.client.widgets.Grid.Editor
If the given column is indicated to have an error in the editor, sets the error styles to the corresponding editor cell and lists the column as having an error.
setEditorEnabled(boolean) - Method in class com.vaadin.client.widgets.Grid
Sets the enabled state of the editor.
setEditorError(String, Collection<Grid.Column<?, T>>) - Method in class com.vaadin.client.widgets.Grid.Editor
Sets an error message for the editor, or removes it if the given message is null.
setEditorHandler(EditorHandler<T>) - Method in class com.vaadin.client.widgets.Grid
Sets the handler responsible for binding data and editor widgets to the editor.
setEditorSaveCaption(String) - Method in class com.vaadin.client.widgets.Grid
Sets the caption on the save button in the Grid editor.
setEffectAllowed(String) - Method in class com.vaadin.client.ui.dd.VHtml5DragEvent
Deprecated.
Sets whether drop effect is allowed or not.
setElement(TableCellElement) - Method in class com.vaadin.client.widget.escalator.FlyweightCell
Sets the DOM element for this FlyweightCell, either a TD or a TH.
setElementOver(Element) - Method in class com.vaadin.client.ui.dd.VDragEvent
Deprecated.
 
setElementOver(Element) - Method in class com.vaadin.client.ui.dd.VDragEvent
Deprecated.
As of 7.2, call or override VDragEvent.setElementOver(Element) instead
setElements(Element[]) - Method in class com.vaadin.client.ui.TouchScrollDelegate
 
setElements(Element...) - Method in class com.vaadin.client.ui.TouchScrollDelegate.TouchScrollHandler
Registers the given elements as scrollable, removing previously registered scrollables from this handler.
setEmptySelectionAllowed(boolean) - Method in class com.vaadin.client.ui.VNativeSelect
Sets true if empty selection is allowed.
setEmptySelectionCaption(String) - Method in class com.vaadin.client.ui.VComboBox
Sets the empty selection caption for this VComboBox.
setEnabled(boolean) - Method in class com.vaadin.client.ui.VAbstractPopupCalendar
 
setEnabled(boolean) - Method in class com.vaadin.client.ui.VAbstractSplitPanel
Sets this split panel enabled.
setEnabled(boolean) - Method in class com.vaadin.client.ui.VAbstractTextualDate
 
setEnabled(boolean) - Method in class com.vaadin.client.ui.VButton
Sets whether this button is enabled.
setEnabled(boolean) - Method in class com.vaadin.client.ui.VCheckBoxGroup
 
setEnabled(boolean) - Method in class com.vaadin.client.ui.VDateField
 
setEnabled(boolean) - Method in class com.vaadin.client.ui.VLink
 
setEnabled(boolean) - Method in class com.vaadin.client.ui.VListSelect
 
setEnabled(boolean) - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
setEnabled(boolean) - Method in class com.vaadin.client.ui.VPopupView
Sets whether this popup is enabled.
setEnabled(boolean) - Method in class com.vaadin.client.ui.VProgressBar
 
setEnabled(boolean) - Method in class com.vaadin.client.ui.VRadioButtonGroup
 
setEnabled(boolean) - Method in class com.vaadin.client.ui.VRichTextArea
 
setEnabled(boolean) - Method in class com.vaadin.client.ui.VTabsheetBase
For internal use only.
setEnabled(boolean) - Method in class com.vaadin.client.ui.VTwinColSelect
 
setEnabled(boolean) - Method in class com.vaadin.client.widgets.Grid.Editor
Sets the enabled state of this editor.
setEnabled(boolean) - Method in class com.vaadin.client.widgets.Grid
 
setEnabledOnServer(boolean) - Method in class com.vaadin.client.ui.VTabsheet.Tab
Set tab enabled state on server (there is no client-side disabling, but the naming convention matches VTabsheet.Tab.setHiddenOnServer(boolean)).
setEnd(Date) - Method in class com.vaadin.client.ui.CalendarEntry
 
setError(Throwable) - Method in class com.vaadin.client.metadata.AsyncBundleLoader
 
setErrorIndicatorElementVisible(boolean) - Method in interface com.vaadin.client.ui.HasErrorIndicatorElement
Sets the visibility of the error indicator element.
setErrorIndicatorElementVisible(boolean) - Method in class com.vaadin.client.ui.orderedlayout.Slot
 
setErrorIndicatorElementVisible(boolean) - Method in class com.vaadin.client.ui.VButton
 
setErrorIndicatorElementVisible(boolean) - Method in class com.vaadin.client.ui.VCheckBox
 
setErrorIndicatorElementVisible(boolean) - Method in class com.vaadin.client.ui.VFormLayout.ErrorFlag
 
setErrorIndicatorElementVisible(boolean) - Method in class com.vaadin.client.ui.VLink
 
setErrorIndicatorElementVisible(boolean) - Method in class com.vaadin.client.ui.VNativeButton
 
setErrorIndicatorElementVisible(boolean) - Method in class com.vaadin.client.ui.VPanel
 
setErrorIndicatorElementVisible(boolean) - Method in class com.vaadin.client.VCaption
 
setErrorLevel(ErrorLevel) - Method in class com.vaadin.client.TooltipInfo
Sets the error level.
setErrorLevelStyle(Element, String, ErrorLevel) - Static method in class com.vaadin.client.WidgetUtil.ErrorUtil
Sets the error level style name for the given element and removes all previously applied error level style names.
setErrorMessage(String) - Method in class com.vaadin.client.TooltipInfo
Sets the error message.
setEscalatorUpdater(EscalatorUpdater) - Method in interface com.vaadin.client.widget.escalator.RowContainer
Sets the EscalatorUpdater to use when displaying data in the escalator.
setEscalatorUpdater(EscalatorUpdater) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Sets the EscalatorUpdater to use when displaying data in the escalator.
setEventHandler(Grid.Editor.EventHandler<T>) - Method in class com.vaadin.client.widgets.Grid.Editor
Sets the event handler for this Editor.
setEverythingNeedsMeasure() - Method in class com.vaadin.client.LayoutManager
 
setExpandCollapsePending(boolean) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
FOR INTERNAL USE ONLY.
setExpandCollapsePending(boolean) - Method in interface com.vaadin.client.data.HierarchicalDataChangeHandler
FOR INTERNAL USE ONLY.
setExpandRatio(double) - Method in class com.vaadin.client.ui.layout.VLayoutSlot
Deprecated.
this value isn't used for anything by default
setExpandRatio(double) - Method in class com.vaadin.client.ui.orderedlayout.Slot
Set how the slot should be expanded relative to the other slots. 0 means that the slot should not participate in the division of space based on the expand ratios but instead be allocated space based on its natural size.
setExpandRatio(int) - Method in class com.vaadin.client.widgets.Grid.Column
Sets the ratio with which the column expands.
setExpandRatio(int) - Method in class com.vaadin.client.widgets.Grid.SelectionColumn
 
setFallbackTransport(String) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereConfiguration
 
setFeedbackValue(double) - Method in class com.vaadin.client.ui.VSlider
Updates the value shown in the feedback pop-up when the slider is moved.
setFilter(String) - Method in class com.vaadin.client.ui.combobox.ComboBoxConnector
Send a message to the server set the current filter.
setFirstDelay(int) - Method in class com.vaadin.client.VLoadingIndicator
Sets the delay (in ms) which must pass before the loading indicator moves into the "first" state and is shown to the user.
setFirstWidget(Widget) - Method in class com.vaadin.client.ui.VAbstractSplitPanel
For internal use only.
setFitInWindow(boolean) - Method in class com.vaadin.client.widgets.Overlay
Sets whether the overlay should be moved or shrunk to fit inside the window.
setFloat(Element, String) - Static method in class com.vaadin.client.Util
Deprecated.
As of 7.4.0, use WidgetUtil.setFloat(Element, String) instead.
setFloat(Element, String) - Static method in class com.vaadin.client.WidgetUtil
 
setFocus(boolean) - Method in class com.vaadin.client.ui.FocusableFlexTable
Sets the keyboard focus to the panel.
setFocus(boolean) - Method in class com.vaadin.client.ui.FocusableFlowPanel
Sets/Removes the keyboard focus to the panel.
setFocus(boolean) - Method in class com.vaadin.client.ui.FocusableScrollPanel
 
setFocus(boolean) - Method in class com.vaadin.client.ui.FocusElementPanel
 
setFocus(boolean) - Method in class com.vaadin.client.ui.SimpleFocusablePanel
 
setFocus(boolean) - Method in class com.vaadin.client.ui.VAbstractPopupCalendar
Sets focus to Calendar panel.
setFocus(boolean) - Method in class com.vaadin.client.ui.VPanel
Sets the keyboard focus on the Panel.
setFocus(boolean) - Method in class com.vaadin.client.ui.VRichTextArea
 
setFocus(boolean) - Method in class com.vaadin.client.ui.VUI
 
setFocus(boolean) - Method in class com.vaadin.client.widgets.Grid
 
setFocus(Widget, boolean) - Static method in class com.vaadin.client.ui.FocusUtil
Explicitly focus/unfocus the given widget.
setFocusChangeListener(VAbstractCalendarPanel.FocusChangeListener) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
The given FocusChangeListener is notified when the focused date changes by user either clicking on a new date or by using the keyboard.
setFocusDelegate(Focusable) - Method in class com.vaadin.client.ui.VCustomField
Sets the focusable widget to focus instead of this custom field.
setFocusDelegate(Focusable) - Method in class com.vaadin.client.ui.VCustomField
Sets the focusable widget to focus instead of this custom field.
setFocusedDate(Date) - Method in class com.vaadin.client.ui.VAbstractPopupCalendar
Sets the content of a special field for assistive devices, so that they can recognize the change and inform the user (reading out in case of screen reader).
setFocusOutListener(VAbstractCalendarPanel.FocusOutListener) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
A focus out listener is triggered when the panel loosed focus.
setFontFamily(String) - Method in class com.vaadin.client.ui.FontIcon
Sets the font-family from which this icon comes.
setFooterVisible(boolean) - Method in class com.vaadin.client.widgets.Grid
Sets the visibility of the footer section.
setFormat(NumberFormat) - Method in class com.vaadin.client.renderers.NumberRenderer
Sets the number format to use for formatting the number.
setFormat(DateTimeFormat) - Method in class com.vaadin.client.renderers.DateRenderer
Sets the format used for formatting the dates.
setFormatString(String) - Method in class com.vaadin.client.ui.VAbstractTextualDate
Sets the date format string to use for the text field.
setFrozenColumnCount(int) - Method in interface com.vaadin.client.widget.escalator.ColumnConfiguration
Sets the number of leftmost columns that are not affected by horizontal scrolling.
setFrozenColumnCount(int) - Method in class com.vaadin.client.widgets.Grid
Sets the number of frozen columns in this grid.
setGrid(Grid<?>) - Method in class com.vaadin.client.widgets.Grid.StaticSection
Sets the grid this section belongs to.
setGrid(Grid<T>) - Method in class com.vaadin.client.widgets.Grid.Editor
Sets the grid this editor belongs to.
setGridEnabled(boolean) - Method in class com.vaadin.client.widgets.Grid.Editor
Sets the editor's buttons enabled.
setHandled(boolean) - Method in class com.vaadin.client.widgets.Grid.GridEvent
Set the status of this event.
setHandler(EditorHandler<T>) - Method in class com.vaadin.client.widgets.Grid.Editor
Sets the handler responsible for binding data and editor widgets to this editor.
setHandleWidgetEvents(boolean) - Method in class com.vaadin.client.widgets.Grid.Column
Sets whether Grid should handle events from Widgets in this Column.
setHeaderCaption(String) - Method in class com.vaadin.client.widgets.Grid.Column
Sets a header caption for this column.
setHeaderVisible(boolean) - Method in class com.vaadin.client.widgets.Grid
Sets the visibility of the header section.
setHeight(float) - Method in class com.vaadin.client.RenderInformation.FloatSize
 
setHeight(int) - Method in class com.vaadin.client.RenderInformation.Size
 
setHeight(int) - Method in class com.vaadin.client.ui.VAccordion.StackItem
Sets the height for this stack item's contents.
setHeight(int) - Method in class com.vaadin.client.widgets.Overlay.PositionAndSize
Sets the pixel value for height css property.
setHeight(String) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
setHeight(String) - Method in class com.vaadin.client.ui.VColorPickerArea
Sets the color area's height.
setHeight(String) - Method in class com.vaadin.client.ui.VListSelect
 
setHeight(String) - Method in class com.vaadin.client.ui.VNativeSelect
 
setHeight(String) - Method in class com.vaadin.client.ui.VRichTextArea
 
setHeight(String) - Method in class com.vaadin.client.ui.VWindow
 
setHeight(String) - Method in class com.vaadin.client.widgets.Escalator
setHeight(String) - Method in class com.vaadin.client.widgets.Grid
setHeight(String) - Method in class com.vaadin.client.widgets.Overlay
 
setHeightByRows(double) - Method in class com.vaadin.client.widgets.Escalator
Sets the number of rows that should be visible in Escalator's body, while Escalator.getHeightMode() is HeightMode.ROW.
setHeightByRows(double) - Method in class com.vaadin.client.widgets.Grid
Sets the number of rows that should be visible in Grid's body, while Grid.getHeightMode() is HeightMode.ROW.
setHeightExcludingPaddingAndBorder(Element, int, int, boolean) - Static method in class com.vaadin.client.Util
setHeightExcludingPaddingAndBorder(Element, int, int, boolean) - Static method in class com.vaadin.client.WidgetUtil
 
setHeightExcludingPaddingAndBorder(Widget, String, int) - Static method in class com.vaadin.client.Util
setHeightExcludingPaddingAndBorder(Widget, String, int) - Static method in class com.vaadin.client.WidgetUtil
 
setHeightFromWidget() - Method in class com.vaadin.client.ui.VAccordion.StackItem
Queries the height from the wrapped widget and uses it to set this stack item's height.
setHeightMode(HeightMode) - Method in class com.vaadin.client.widgets.Escalator
Defines the mode in which the Escalator widget's height is calculated.
setHeightMode(HeightMode) - Method in class com.vaadin.client.widgets.Grid
Defines the mode in which the Grid widget's height is calculated.
setHidable(boolean) - Method in class com.vaadin.client.widgets.Grid.Column
Set whether it is possible for the user to hide this column or not.
setHidden(boolean) - Method in class com.vaadin.client.widgets.Grid.Column
Hides or shows the column.
setHiddenOnServer(boolean) - Method in class com.vaadin.client.ui.VTabsheet.Tab
Set tab hidden state on server (as opposed to simply hidden because it's scrolled out of view).
setHideOnMouseOut(boolean) - Method in class com.vaadin.client.ui.VPopupView.CustomPopup
Should this popup automatically hide when the user takes the mouse cursor out of the popup area?
setHidingToggleCaption(String) - Method in class com.vaadin.client.widgets.Grid.Column
Sets the hiding toggle's caption for this column.
setHorizontalScrollPosition(int) - Method in class com.vaadin.client.ui.FocusableScrollPanel
Sets the horizontal scroll position.
setHtml(String) - Method in class com.vaadin.client.ui.VButton
 
setHtml(String) - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
Sets the content of the cell to the provided html.
setHTML(String) - Method in class com.vaadin.client.ui.menubar.MenuItem
Deprecated.
 
setHTML(String) - Method in class com.vaadin.client.ui.VColorPickerArea
Sets the caption's content to the given HTML.
setHTML(String) - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
setHTML(String) - Method in class com.vaadin.client.ui.VNativeButton
 
setHtml5DataFlavor(String, String) - Method in class com.vaadin.client.ui.dd.VHtml5DragEvent
Deprecated.
Adds a data String with the given flavor identifier.
setHtmlContentAllowed(boolean) - Method in class com.vaadin.client.renderers.ButtonRenderer
Sets whether HTML content is allowed.
setHtmlContentAllowed(boolean) - Method in class com.vaadin.client.ui.VCheckBoxGroup
 
setHtmlContentAllowed(boolean) - Method in class com.vaadin.client.ui.VRadioButtonGroup
Sets whether HTML is allowed in the item captions.
setIconUri(String, ApplicationConnection) - Method in class com.vaadin.client.ui.VPanel
For internal use only.
setIconUrl(String) - Method in class com.vaadin.client.ui.Action
 
setId(String) - Method in class com.vaadin.client.ui.VAccordion.StackItem
Sets the identifier for this stack item.
setId(String) - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
setId(String) - Method in class com.vaadin.client.ui.VSlider
Deprecated.
the updated field is no longer used by the framework
setIdentifier(Object) - Method in class com.vaadin.client.TooltipInfo
Sets the tooltip's identifier.
setImmediateMode(boolean) - Method in class com.vaadin.client.ui.VUpload
Sets the upload in immediate mode.
setIndeterminate(boolean) - Method in class com.vaadin.client.ui.VProgressBar
Sets whether or not this progress indicator is indeterminate.
setIndex(int) - Method in class com.vaadin.client.componentlocator.SelectorPredicate
 
setInnerRenderer(Renderer) - Method in class com.vaadin.client.renderers.HierarchyRenderer
Sets the renderer to be wrapped.
setInternalHeights() - Method in class com.vaadin.client.ui.VTwinColSelect
For internal use only.
setInternalWidths() - Method in class com.vaadin.client.ui.VTwinColSelect
For internal use only.
setInterval(int) - Method in class com.vaadin.client.communication.Heartbeat
Changes the heartbeatInterval in runtime and applies it.
setIntValue(String, int) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
 
setInvoker(Class<?>, String, Invoker) - Method in class com.vaadin.client.metadata.TypeDataStore
 
setISODate(String) - Method in class com.vaadin.client.ui.VAbstractTextualDate
Sets the value of the date field as a locale independent ISO date (yyyy-MM-dd'T'HH:mm:ss or yyyy-MM-dd depending on whether this is a date field or a date and time field).
setItems(List<JsonObject>) - Method in interface com.vaadin.client.connectors.AbstractMultiSelectConnector.MultiSelectWidget
Sets the given items to the select.
setItems(List<JsonObject>) - Method in class com.vaadin.client.ui.VListSelect
 
setItems(List<JsonObject>) - Method in class com.vaadin.client.ui.VTwinColSelect
 
setLayout(VAbstractOrderedLayout) - Method in class com.vaadin.client.ui.orderedlayout.Slot
Set the layout in which this slot is.
setLayoutManager(LayoutManager) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
Set the layout manager for the layout.
setLeft(int) - Method in class com.vaadin.client.widgets.Overlay.PositionAndSize
Sets the pixel value for left css property.
setLimit(int) - Method in class com.vaadin.client.debug.internal.LogSection
Sets the log row limit.
setLoaded() - Method in class com.vaadin.client.metadata.AsyncBundleLoader
 
setLoaded(String) - Method in class com.vaadin.client.metadata.ConnectorBundleLoader
 
setLoadFailure(String, Throwable) - Method in class com.vaadin.client.metadata.ConnectorBundleLoader
 
setLocale(String) - Method in class com.vaadin.client.DateTimeService
 
setLocked(boolean) - Method in class com.vaadin.client.ui.VAbstractSplitPanel
For internal use only.
setLocked(boolean) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
Locks or unlocks the scrollbar bundle.
setLoop(boolean) - Method in class com.vaadin.client.ui.VMediaBase
Enables or disables looping.
setMargin(MarginInfo) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
Set the margin of the layout.
setMarginBottom(int) - Method in class com.vaadin.client.ui.layout.Margins
Sets the height of the bottom margin.
setMarginLeft(int) - Method in class com.vaadin.client.ui.layout.Margins
Sets the width of the left margin.
setMarginRight(int) - Method in class com.vaadin.client.ui.layout.Margins
Sets the width of the right margin.
setMargins(MarginInfo) - Method in class com.vaadin.client.ui.VFormLayout.VFormLayoutTable
 
setMarginTop(int) - Method in class com.vaadin.client.ui.layout.Margins
Sets the height of the top margin.
setMaximumWidth(double) - Method in class com.vaadin.client.widgets.Grid.Column
Sets the maximum width for this column.
setMaximumWidth(double) - Method in class com.vaadin.client.widgets.Grid.SelectionColumn
 
setMaxLength(int) - Method in class com.vaadin.client.ui.VRichTextArea
 
setMaxLength(int) - Method in class com.vaadin.client.ui.VTextField
Sets the maxLength Integer property for this widget's base element.
setMaxValue(double) - Method in class com.vaadin.client.ui.VSlider
Sets the maximum value for slider.
setMaxWidth(int) - Method in class com.vaadin.client.VCaption
 
setMaxWidth(int) - Method in class com.vaadin.client.VTooltip
Sets the maximum width of the tooltip popup.
setMeasuredSize(Element, MeasuredSize) - Method in class com.vaadin.client.LayoutManager
Assigns a measured size to an element.
setMediaElement(MediaElement) - Method in class com.vaadin.client.ui.VMediaBase
Sets the MediaElement that is to receive all commands and properties.
setMethodAttribute(Class<?>, String, TypeDataStore.MethodAttribute) - Method in class com.vaadin.client.metadata.TypeDataStore
 
setMilliseconds(Date, int) - Static method in class com.vaadin.client.DateTimeService
 
setMinimumWidth(double) - Method in class com.vaadin.client.widgets.Grid.Column
Sets the minimum width for this column.
setMinimumWidth(double) - Method in class com.vaadin.client.widgets.Grid.SelectionColumn
 
setMinimumWidthFromContent(boolean) - Method in class com.vaadin.client.widgets.Grid.Column
Sets whether the width of the contents in the column should be considered minimum width for this column.
setMinValue(double) - Method in class com.vaadin.client.ui.VSlider
Sets the minimum value for slider.
setModal(boolean) - Method in interface com.vaadin.client.communication.ReconnectDialog
Sets the modality of the dialog.
setMonth(int) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel.FocusedDate
Deprecated.
setMuted(boolean) - Method in class com.vaadin.client.ui.VMediaBase
 
setName(String) - Method in class com.vaadin.client.componentlocator.SelectorPredicate
 
setName(String) - Method in class com.vaadin.client.ui.VBrowserFrame
 
setNativeState(JavaScriptObject) - Method in class com.vaadin.client.JavaScriptConnectorHelper
 
setNavigationCallback(Runnable) - Method in class com.vaadin.client.ui.VComboBox.DataReceivedHandler
Set a callback that is invoked when a page change occurs if there have not been intervening requests to the server.
setNeedsHorizontalLayout(ManagedLayout) - Method in class com.vaadin.client.LayoutManager
Marks that a ManagedLayout should be layouted horizontally in the next layout phase even if none of the elements managed by the layout have been resized horizontally.
setNeedsHorizontalLayout(ManagedLayout, boolean) - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
Deprecated.
As of 7.0.1, use LayoutDependencyTree.setNeedsHorizontalLayout(String, boolean) for improved performance.
setNeedsHorizontalLayout(String, boolean) - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
Informs this LayoutDependencyTree that the horizontal size of a managed layout might have changed and it needs layouting, or that the layouting is no longer necessary.
setNeedsHorizontalMeasure(ComponentConnector, boolean) - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
Informs this LayoutDependencyTree that the horizontal size of a component might have changed and it needs measuring, or that the measuring is no longer necessary.
setNeedsHorizontalMeasure(String, boolean) - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
setNeedsLayout(ManagedLayout) - Method in class com.vaadin.client.LayoutManager
Marks that a ManagedLayout should be layouted in the next layout phase even if none of the elements managed by the layout have been resized.
setNeedsMeasure(ComponentConnector) - Method in class com.vaadin.client.LayoutManager
Informs this LayoutManager that the size of a component might have changed.
setNeedsMeasure(ComponentConnector, boolean) - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
Informs this LayoutDependencyTree that the size of a component might have changed and it needs measuring in both directions, or that the measuring is no longer necessary.
setNeedsMeasure(String, boolean) - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
Deprecated.
setNeedsMeasureRecursively(ComponentConnector) - Method in class com.vaadin.client.LayoutManager
Informs this LayoutManager that some sizes in a component hierarchy might have changed.
setNeedsVerticalLayout(ManagedLayout) - Method in class com.vaadin.client.LayoutManager
Marks that a ManagedLayout should be layouted vertically in the next layout phase even if none of the elements managed by the layout have been resized vertically.
setNeedsVerticalLayout(ManagedLayout, boolean) - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
Deprecated.
As of 7.0.1, use LayoutDependencyTree.setNeedsVerticalLayout(String, boolean) for improved performance.
setNeedsVerticalLayout(String, boolean) - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
Informs this LayoutDependencyTree that the vertical size of a managed layout might have changed and it needs layouting, or that the layouting is no longer necessary.
setNeedsVerticalMeasure(ComponentConnector, boolean) - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
Informs this LayoutDependencyTree that the vertical size of a component might have changed and it needs measuring, or that the measuring is no longer necessary.
setNeedsVerticalMeasure(String, boolean) - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
setNewRowCallback(Consumer<List<TableRowElement>>) - Method in interface com.vaadin.client.widget.escalator.RowContainer.BodyRowContainer
Sets a callback function that is executed when new rows are added to the escalator.
setNotime(boolean) - Method in class com.vaadin.client.ui.CalendarEntry
 
setOffsetSize(double) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
Sets the length of the scrollbar.
setOffsetSizeAndScrollSize(double, double) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
Sets the length of the scrollbar and the amount of pixels the scrollbar needs to be able to scroll through.
setOldChildren(List<ComponentConnector>) - Method in class com.vaadin.client.ConnectorHierarchyChangeEvent
Sets the collection of the old children for the connector.
setOpen(boolean) - Method in class com.vaadin.client.ui.VColorPicker
Mark the popup opened/closed.
setOpen(boolean) - Method in class com.vaadin.client.ui.VColorPickerArea
Mark the popup opened/closed.
setOpenDelay(int) - Method in class com.vaadin.client.VTooltip
Sets the time (in ms) that should elapse after an event triggering tooltip showing has occurred (e.g. mouse over) before the tooltip is shown.
setOptionEnabled(VCheckBox, JsonObject) - Method in class com.vaadin.client.ui.VCheckBoxGroup
Updates the checkbox's enabled state according to the widget's enabled, read only and the item's enabled.
setOptionReadOnly(VCheckBox, JsonObject) - Method in class com.vaadin.client.ui.VCheckBoxGroup
 
setOrientation(SliderOrientation) - Method in class com.vaadin.client.ui.VSlider
Sets the slider orientation.
setOuterHeight(double) - Method in class com.vaadin.client.MeasuredSize
 
setOuterWidth(double) - Method in class com.vaadin.client.MeasuredSize
 
setOverlayContainerLabel(ApplicationConnection, String) - Static method in class com.vaadin.client.ui.VOverlay
Deprecated.
Set the label of the container element, where tooltip, notification and dialogs are added to.
setOwner(Widget) - Method in class com.vaadin.client.VErrorMessage
Set the owner, i.e the Widget that created this VErrorMessage.
setOwner(Widget) - Method in class com.vaadin.client.widgets.Overlay
Set owner (Widget that made this Overlay, not the layout parent) of Overlay.
setPageLength(int) - Method in class com.vaadin.client.ui.VComboBox
Sets the number of items to show per page, or 0 for showing all items.
setPagingEnabled(boolean) - Method in class com.vaadin.client.ui.VComboBox.SuggestionPopup
Should paging be enabled.
setParamTypes(Class<?>, String, Type[]) - Method in class com.vaadin.client.metadata.TypeDataStore
 
setParent(ServerConnector) - Method in class com.vaadin.client.extensions.AbstractExtensionConnector
 
setParent(ServerConnector) - Method in class com.vaadin.client.extensions.FileDownloaderConnector
 
setParent(ServerConnector) - Method in interface com.vaadin.client.ServerConnector
Sets the parent for this connector.
setParent(ServerConnector) - Method in class com.vaadin.client.ui.AbstractConnector
 
setParentField(VDateField<R>) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Sets the parent date field widget.
setParentMenu(VMenuBar) - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
setParentMenu(VMenuBar) - Method in class com.vaadin.client.ui.VMenuBar
Set the parent menu of this menu.
setPayload(JsonObject) - Method in class com.vaadin.client.communication.XhrConnection.XhrResponseHandler
Sets the payload which was sent to the server.
setPlaceholder(String) - Method in class com.vaadin.client.ui.VAbstractTextualDate
Sets the placeholder for this textual date input.
setPlaceholder(String) - Method in class com.vaadin.client.ui.VComboBox
Set or reset the placeholder attribute for the text field.
setPlaceholder(String) - Method in class com.vaadin.client.ui.VTextField
Sets the placeholder String property for this widget's base element.
setPopupConnector(ComponentConnector) - Method in class com.vaadin.client.ui.VPopupView.CustomPopup
Sets the connector of the popup content widget.
setPopupPosition(int, int) - Method in class com.vaadin.client.communication.DefaultReconnectDialog
 
setPopupPosition(int, int) - Method in class com.vaadin.client.ui.VWindow
 
setPopupPosition(int, int) - Method in class com.vaadin.client.widgets.Overlay
 
setPopupPositionAndShow(PopupPanel.PositionCallback) - Method in class com.vaadin.client.VTooltip
 
setPopupPositionNoUpdate(int, int) - Method in class com.vaadin.client.ui.VWindow
Sets the popup's position relative to the browser's client area.
setPosition(int, int) - Method in class com.vaadin.client.ui.VComboBox.SuggestionPopup
 
setPosition(Position) - Method in class com.vaadin.client.ui.VNotification
 
setPosition(String) - Method in class com.vaadin.client.ui.VAbsoluteLayout.AbsoluteWrapper
Set the position for the wrapper in the layout.
setPositionReversed(boolean) - Method in class com.vaadin.client.ui.VAbstractSplitPanel
For internal use only.
setPoster(String) - Method in class com.vaadin.client.ui.VVideo
Sets the poster URL.
setPreload(String) - Method in class com.vaadin.client.ui.VMediaBase
Sets the preload attribute that is intended to provide a hint to the browser how the media should be preloaded.
setPresentationType(Class<?>, Class<?>) - Method in class com.vaadin.client.metadata.TypeDataStore
 
setProfilerResultConsumer(Profiler.ProfilerResultConsumer) - Static method in class com.vaadin.client.Profiler
Sets the profiler result consumer that is used to output the profiler data to the user.
setPropertyData(Class<?>, String, JavaScriptObject) - Method in class com.vaadin.client.metadata.TypeDataStore
 
setPropertyType(Class<?>, String, Type) - Method in class com.vaadin.client.metadata.TypeDataStore
 
setProxyHandler(Class<?>, ProxyHandler) - Method in class com.vaadin.client.metadata.TypeDataStore
 
setPushEnabled(boolean) - Method in class com.vaadin.client.communication.MessageSender
Sets the status for the push connection.
setQuickOpenDelay(int) - Method in class com.vaadin.client.VTooltip
Sets the time (in ms) that should elapse before a tooltip will be shown, in the situation when a tooltip has very recently been shown (within VTooltip.getQuickOpenDelay() ms).
setQuickOpenTimeout(int) - Method in class com.vaadin.client.VTooltip
Sets the time (in ms) that determines when VTooltip.getQuickOpenDelay() should be used instead of VTooltip.getOpenDelay().
setRangeEnd(String) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Sets the end range for this component.
setRangeEnd(String) - Method in class com.vaadin.client.ui.VAbstractPopupCalendar
Sets the end range for this component.
setRangeStart(String) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Sets the start range for this component.
setRangeStart(String) - Method in class com.vaadin.client.ui.VAbstractPopupCalendar
Sets the start range for this component.
setReadonly(boolean) - Method in class com.vaadin.client.ui.VCheckBoxGroup
 
setReadonly(boolean) - Method in class com.vaadin.client.ui.VDateField
Sets whether this widget should be read-only or not.
setReadonly(boolean) - Method in class com.vaadin.client.ui.VRadioButtonGroup
Sets the read-only status of this radio button group.
setReadonly(boolean) - Method in class com.vaadin.client.ui.VTabsheetBase
For internal use only.
setReadOnly(boolean) - Method in interface com.vaadin.client.ui.AbstractTextFieldWidget
Sets the read-only mode of the field.
setReadOnly(boolean) - Method in class com.vaadin.client.ui.VListSelect
Sets this select as read only, meaning selection cannot be changed.
setReadOnly(boolean) - Method in class com.vaadin.client.ui.VRichTextArea
 
setReadOnly(boolean) - Method in class com.vaadin.client.ui.VSlider
Sets the read-only status of this slider.
setReadOnly(boolean) - Method in class com.vaadin.client.ui.VTwinColSelect
Sets this twin column select as read only, meaning selection cannot be changed.
setReadOnly(boolean) - Method in class com.vaadin.client.widgets.Grid
Sets the Grid's read-only state.
setReconnecting(boolean) - Method in class com.vaadin.client.communication.DefaultReconnectDialog
 
setReconnecting(boolean) - Method in interface com.vaadin.client.communication.ReconnectDialog
Sets the reconnecting state, which is true if we are trying to re-establish a connection with the server.
setRelativeHeight(boolean) - Method in class com.vaadin.client.ui.orderedlayout.Slot
Set if the slot has a relative height.
setRelativeWidth(boolean) - Method in class com.vaadin.client.ui.orderedlayout.Slot
Set if the slot has a relative width.
setRenderer(Renderer<? super C>) - Method in class com.vaadin.client.widgets.Grid.Column
Sets a custom Renderer for this column.
setResizable(boolean) - Method in class com.vaadin.client.ui.VWindow
For internal use only.
setResizable(boolean) - Method in class com.vaadin.client.widgets.Grid.Column
Sets whether this column can be resized by the user.
setResolution(int) - Method in class com.vaadin.client.ui.VSlider
Sets the resolution (precision level) for slider as the number of fractional digits that are considered significant.
setResolution(DateTimeResolution) - Method in class com.vaadin.client.ui.VDateTimeCalendarPanel
 
setResolution(R) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Sets the current date resolution.
setResource(String, String) - Method in class com.vaadin.client.ApplicationConnection
Sets a resource that has been pre-loaded via UIDL, such as custom layouts.
setReturnType(Class<?>, String, Type) - Method in class com.vaadin.client.metadata.TypeDataStore
 
setRow(T) - Method in class com.vaadin.client.data.AbstractRemoteDataSource.RowHandleImpl
A method for the data source to update the row data.
setRowCount(int) - Method in class com.vaadin.client.ui.VFormLayout.VFormLayoutTable
 
setRowData(int, List<T>) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
Informs this data source that updated data has been sent from the server.
setRowPosition(TableRowElement, int, double) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Updates the position of the given row to the given coordinates.
setRows(int) - Method in class com.vaadin.client.ui.VListSelect
Sets the number of visible items for the list select.
setRows(int) - Method in class com.vaadin.client.ui.VTextArea
Sets the number of text rows that should be displayed.
setRows(int) - Method in class com.vaadin.client.ui.VTwinColSelect
Sets the number of visible items for the list boxes.
setRowStyleGenerator(RowStyleGenerator<T>) - Method in class com.vaadin.client.widgets.Grid
Sets the style generator that is used for generating styles for rows.
setSaveCaption(String) - Method in class com.vaadin.client.widgets.Grid.Editor
Sets the caption of the save button.
setScrollArea(int) - Method in class com.vaadin.client.widget.grid.AutoScroller
Set the auto scroll area height or width depending on the scrolling axis.
setScrollbarThickness(double) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
Sets the scrollbar's thickness.
setScrollEnabled(boolean) - Method in class com.vaadin.client.ui.menubar.MenuBar
Deprecated.
Sets the menu scroll enabled or disabled.
setScrollHandler(ScrollHandler) - Method in class com.vaadin.client.ui.TouchScrollDelegate
 
setScrollLeft(double) - Method in class com.vaadin.client.widgets.Escalator
Sets the logical horizontal scroll offset.
setScrollLeft(double) - Method in class com.vaadin.client.widgets.Grid
Sets the horizontal scroll offset.
setScrollLocked(ScrollbarBundle.Direction, boolean) - Method in class com.vaadin.client.widgets.Escalator
Sets whether a scroll direction is locked or not.
setScrollPos(double) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
Sets the scroll position of the scrollbar in the axis the scrollbar is representing.
setScrollPosByDelta(double) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
Modifies the scroll position of this scrollbar by a number of pixels.
setScrollPosition(int) - Method in class com.vaadin.client.ui.FocusableScrollPanel
Sets the vertical scroll position.
setScrollSize(double) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
Sets the amount of pixels the scrollbar needs to be able to scroll through.
setScrollTop(double) - Method in class com.vaadin.client.widgets.Escalator
Sets the vertical scroll offset.
setScrollTop(double) - Method in class com.vaadin.client.widgets.Grid
Sets the vertical scroll offset.
setSecondDelay(int) - Method in class com.vaadin.client.VLoadingIndicator
Sets the delay (in ms) which must pass before the loading indicator moves to its "second" state.
setSecondWidget(Widget) - Method in class com.vaadin.client.ui.VAbstractSplitPanel
For internal use only.
setSection(Grid.StaticSection<?>) - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
Sets the section where this cell belongs.
setSection(Grid.StaticSection<?>) - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticRow
Sets the section where this row belongs.
setSelectAllCheckBoxVisible(boolean) - Method in class com.vaadin.client.widgets.Grid.SelectionColumn
Sets the select all checkbox visible in the default header row for selection column.
setSelected(boolean) - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
setSelected(int, boolean) - Method in class com.vaadin.client.widget.grid.selection.MultiSelectionRenderer
Updates selection status for the given row.
setSelected(VMenuBar.CustomMenuItem) - Method in class com.vaadin.client.ui.VMenuBar
Set the currently selected item of this menu.
setSelectedCaption(String) - Method in class com.vaadin.client.ui.VComboBox
Sets the caption of selected item, if "scroll to page" is disabled.
setSelectedItem(String) - Method in class com.vaadin.client.ui.VNativeSelect
Sets the selected item by its value.
setSelectedItemIcon(String) - Method in class com.vaadin.client.ui.VComboBox
Sets the icon URI of the selected item.
setSelectionAllowed(boolean) - Method in class com.vaadin.client.connectors.grid.MultiSelectionModelConnector.MultiSelectionModel
 
setSelectionAllowed(boolean) - Method in class com.vaadin.client.connectors.grid.SingleSelectionModelConnector.SingleSelectionModel
 
setSelectionAllowed(boolean) - Method in class com.vaadin.client.widget.grid.selection.SelectionModel.NoSelectionModel
 
setSelectionAllowed(boolean) - Method in interface com.vaadin.client.widget.grid.selection.SelectionModel
Sets whether the user is allowed to change the selection.
setSelectionModel(SelectionModel<T>) - Method in class com.vaadin.client.widgets.Grid
Sets the current selection model.
setSelectionRange(int, int) - Method in interface com.vaadin.client.ui.AbstractTextFieldWidget
Sets the selection range for the field.
setSelectionRange(int, int) - Method in class com.vaadin.client.ui.VComboBox.FilterSelectTextBox
Overridden to avoid selecting text when text input is disabled.
setSelectionRange(Element, int, int, String) - Static method in class com.vaadin.client.Util
Deprecated.
setSelectionRange(Element, int, int, String) - Static method in class com.vaadin.client.WidgetUtil
Sets the selection range of an input element.
setSeparator(boolean) - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
setSerializerFactory(Class<?>, Invoker) - Method in class com.vaadin.client.metadata.TypeDataStore
 
setServerSideClassName(String) - Method in class com.vaadin.client.ui.UnknownComponentConnector
Updates the placeholder widget's caption to mention the component whose connector cannot be determined.
setShowISOWeekNumbers(boolean) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Sets whether ISO 8601 week numbers should be shown in the value selector or not.
setShowISOWeekNumbers(boolean) - Method in class com.vaadin.client.ui.VDateField
Sets whether ISO 8601 week numbers should be shown in the date selector or not.
setSidebarColumnOrder(GridConstants.SidebarColumnOrder) - Method in class com.vaadin.client.widgets.Grid
Set the order of the columns in the sidebar menu.
setSidebarOpen(boolean) - Method in class com.vaadin.client.widgets.Grid
Sets whether the sidebar menu is open.
setSize(int, int) - Method in class com.vaadin.client.ui.VGridLayout
 
setSlotStyleNames(Widget, String...) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
Sets the slot's style names.
setSnippets(List<Snippet>) - Method in class com.vaadin.client.ui.richtextarea.VRichTextToolbar
 
setSortable(boolean) - Method in class com.vaadin.client.widgets.Grid.Column
Sets whether the column should be sortable by the user.
setSortOrder(List<SortOrder>) - Method in class com.vaadin.client.widgets.Grid
Sets the sort order to use.
setSource(String) - Method in class com.vaadin.client.ui.VBrowserFrame
Set the source (the "src" attribute) of iframe.
setSpacer(int, double) - Method in interface com.vaadin.client.widget.escalator.RowContainer.BodyRowContainer
Marks a spacer and its height.
setSpacerUpdater(SpacerUpdater) - Method in interface com.vaadin.client.widget.escalator.RowContainer.BodyRowContainer
Sets a new spacer updater.
setSpacing(boolean) - Method in class com.vaadin.client.ui.orderedlayout.Slot
Set the spacing for the slot.
setSpacing(boolean) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
Turn on or off spacing in the layout.
setSpacing(boolean) - Method in class com.vaadin.client.ui.VFormLayout.VFormLayoutTable
 
setSpacingResizeListener(ElementResizeListener) - Method in class com.vaadin.client.ui.orderedlayout.Slot
Sets the spacing element resize listener for this slot.
setSplitPosition(String) - Method in class com.vaadin.client.ui.VAbstractSplitPanel
Sets the position of the splitter element.
setStart(Date) - Method in class com.vaadin.client.ui.CalendarEntry
 
setState(float) - Method in class com.vaadin.client.ui.VProgressBar
Sets the value of this progress bar.
setState(Grid.Editor.State) - Method in class com.vaadin.client.widgets.Grid.Editor
Sets the internal state of the editor.
setStringValue(String, String) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
 
setStyleName(String) - Method in class com.vaadin.client.ui.VAbsoluteLayout
 
setStyleName(String) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
 
setStyleName(String) - Method in class com.vaadin.client.ui.VAbstractPopupCalendar
 
setStyleName(String) - Method in class com.vaadin.client.ui.VAccordion
 
setStyleName(String) - Method in class com.vaadin.client.ui.VButton
 
setStyleName(String) - Method in class com.vaadin.client.ui.VComboBox
 
setStyleName(String) - Method in class com.vaadin.client.ui.VCustomLayout
 
setStyleName(String) - Method in class com.vaadin.client.ui.VHorizontalLayout
 
setStyleName(String) - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
setStyleName(String) - Method in class com.vaadin.client.ui.VMenuBar
 
setStyleName(String) - Method in class com.vaadin.client.ui.VSlider
 
setStyleName(String) - Method in class com.vaadin.client.ui.VVerticalLayout
 
setStyleName(String) - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
Sets a custom style name for this cell.
setStyleName(String) - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticRow
Sets a custom style name for this row.
setStylenames() - Method in class com.vaadin.client.ui.VAbstractSplitPanel
For internal use only.
setStyleNames(boolean, boolean) - Method in class com.vaadin.client.ui.VTabsheet.Tab
Toggles the style names for the Tab.
setStyleNames(boolean, boolean, boolean) - Method in class com.vaadin.client.ui.VTabsheet.Tab
Sets the style names for this tab according to the given parameters.
setStyleNames(String) - Method in class com.vaadin.client.renderers.HierarchyRenderer
Set the style name prefix for the node, expander and cell-content elements.
setStyleNames(String...) - Method in class com.vaadin.client.ui.orderedlayout.Slot
Sets the style names for the slot containing the widget.
setStylePrimaryName(String) - Method in class com.vaadin.client.ui.VAbsoluteLayout
 
setStylePrimaryName(String) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
 
setStylePrimaryName(String) - Method in class com.vaadin.client.ui.VAbstractPopupCalendar
 
setStylePrimaryName(String) - Method in class com.vaadin.client.ui.VAccordion
 
setStylePrimaryName(String) - Method in class com.vaadin.client.ui.VButton
 
setStylePrimaryName(String) - Method in class com.vaadin.client.ui.VColorPickerArea
 
setStylePrimaryName(String) - Method in class com.vaadin.client.ui.VComboBox
 
setStylePrimaryName(String) - Method in class com.vaadin.client.ui.VListSelect
 
setStylePrimaryName(String) - Method in class com.vaadin.client.ui.VMenuBar
 
setStylePrimaryName(String) - Method in class com.vaadin.client.ui.VNativeSelect
 
setStylePrimaryName(String) - Method in class com.vaadin.client.ui.VProgressBar
 
setStylePrimaryName(String) - Method in class com.vaadin.client.ui.VSlider
 
setStylePrimaryName(String) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.HorizontalScrollbarBundle
 
setStylePrimaryName(String) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
Sets the primary style name.
setStylePrimaryName(String) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.VerticalScrollbarBundle
 
setStylePrimaryName(String) - Method in class com.vaadin.client.widget.treegrid.TreeGrid
 
setStylePrimaryName(String) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
The primary style name for the container.
setStylePrimaryName(String) - Method in class com.vaadin.client.widgets.Escalator
 
setStylePrimaryName(String) - Method in class com.vaadin.client.widgets.Grid.Editor
Sets the editor's primary style name and updates all dependent style names.
setStylePrimaryName(String) - Method in class com.vaadin.client.widgets.Grid
 
setStyleTemporarily(Element, String, String) - Static method in class com.vaadin.client.Util
Deprecated.
setStyleTemporarily(Element, String, String) - Static method in class com.vaadin.client.WidgetUtil
Temporarily sets the styleProperty to tempValue and then resets it to its current value.
setSubMenu(MenuBar) - Method in class com.vaadin.client.ui.menubar.MenuItem
Deprecated.
Sets the sub-menu associated with this item.
setSubMenu(VMenuBar) - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
setSubmitListener(VAbstractCalendarPanel.SubmitListener) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
The submit listener is called when the user selects a value from the calendar either by clicking the day or selects it by keyboard.
setSuggestionPopupWidth(String) - Method in class com.vaadin.client.ui.VComboBox
Sets the suggestion pop-up's width as a CSS string.
setSuggestions(Collection<VComboBox.ComboBoxSuggestion>) - Method in class com.vaadin.client.ui.VComboBox.SuggestionMenu
Sets the suggestions rendered in the menu.
setSuperClass(Class<?>, Class<?>) - Method in class com.vaadin.client.metadata.TypeDataStore
 
setTabCaptionsAsHtml(boolean) - Method in class com.vaadin.client.ui.VTabsheetBase
Sets whether the caption is rendered as HTML.
setTabIndex(int) - Method in class com.vaadin.client.ui.FocusableScrollPanel
 
setTabIndex(int) - Method in class com.vaadin.client.ui.FocusElementPanel
 
setTabIndex(int) - Method in class com.vaadin.client.ui.SimpleFocusablePanel
 
setTabIndex(int) - Method in class com.vaadin.client.ui.VAbstractDateFieldCalendar
Sets the tabulator index for the calendar panel element that represents the entire widget in the browser's focus cycle.
setTabIndex(int) - Method in class com.vaadin.client.ui.VAccordion
For internal use only.
setTabIndex(int) - Method in class com.vaadin.client.ui.VButton
 
setTabIndex(int) - Method in class com.vaadin.client.ui.VCheckBoxGroup
 
setTabIndex(int) - Method in class com.vaadin.client.ui.VListSelect
Sets the tab index.
setTabIndex(int) - Method in class com.vaadin.client.ui.VNativeSelect
Sets the tab index.
setTabIndex(int) - Method in class com.vaadin.client.ui.VRadioButtonGroup
Sets the tabulator index for the container element that holds the radio buttons.
setTabIndex(int) - Method in class com.vaadin.client.ui.VRichTextArea
 
setTabIndex(int) - Method in class com.vaadin.client.ui.VTabsheet
For internal use only.
setTabIndex(int) - Method in class com.vaadin.client.ui.VTwinColSelect
Sets the tab index.
setTabIndex(int) - Method in class com.vaadin.client.ui.VUI
 
setTabIndex(int) - Method in class com.vaadin.client.widgets.Grid
 
setTabIndex(Widget, int) - Static method in class com.vaadin.client.ui.FocusUtil
Sets the widget's position in the tab index.
setTabStopBottomAssistiveText(String) - Method in class com.vaadin.client.ui.VWindow
Sets the message that is provided to users of assistive devices when the user reaches the bottom of the window when leaving a window with the tab key is prevented.
setTabStopEnabled(boolean) - Method in class com.vaadin.client.ui.VWindow
Registers the handlers that prevent to leave the window using the Tab-key.
setTabStopTopAssistiveText(String) - Method in class com.vaadin.client.ui.VWindow
Sets the message that is provided to users of assistive devices when the user reaches the top of the window when leaving a window with the tab key is prevented.
setTabulatorIndex(int) - Method in class com.vaadin.client.ui.VTabsheet.Tab
Sets the index that represents the tab's position in the browser's focus cycle.
setTag(int) - Method in interface com.vaadin.client.ServerConnector
Sets the connector type tag for this connector.
setTag(int) - Method in class com.vaadin.client.ui.AbstractConnector
 
setTargetKey(String) - Method in class com.vaadin.client.ui.TreeAction
 
setText(String) - Method in class com.vaadin.client.communication.DefaultReconnectDialog
 
setText(String) - Method in interface com.vaadin.client.communication.ReconnectDialog
Sets the main text shown in the dialog.
setText(String) - Method in class com.vaadin.client.SimpleTree
Deprecated.
 
setText(String) - Method in class com.vaadin.client.ui.menubar.MenuItem
Deprecated.
 
setText(String) - Method in class com.vaadin.client.ui.VAbstractTextualDate
 
setText(String) - Method in class com.vaadin.client.ui.VButton
 
setText(String) - Method in class com.vaadin.client.ui.VColorPickerArea
Sets the caption's content to the given text.
setText(String) - Method in class com.vaadin.client.ui.VComboBox
Sets the text in the text box.
setText(String) - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
setText(String) - Method in class com.vaadin.client.ui.VNativeButton
 
setText(String) - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
Sets the text displayed in this cell.
setTextFieldEnabled(boolean) - Method in class com.vaadin.client.ui.VAbstractPopupCalendar
Sets the state of the text field of this component.
setTextFieldTabIndex() - Method in class com.vaadin.client.ui.VAbstractPopupCalendar
Set correct tab index for disabled text field in IE as the value set in setTextFieldEnabled(...) gets overridden in TextualDateConnection.updateFromUIDL(...).
setTextInputAllowed(boolean) - Method in class com.vaadin.client.ui.VComboBox
 
setTextSelectionEnabled(Element, boolean) - Static method in class com.vaadin.client.WidgetUtil
JavaScript hack to prevent text selection in various browsers.
setThirdDelay(int) - Method in class com.vaadin.client.VLoadingIndicator
Sets the delay (in ms) which must pass before the loading indicator moves to its "third" state.
setThoroughSizeChck(boolean) - Method in class com.vaadin.client.LayoutManager
Set whether the measuring should use a thorough size check that evaluates the presence of the element and uses calculated size, or default to a slightly faster check that can result in incorrect size information if the check is triggered while a transform animation is ongoing.
setTime(long) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel.FocusedDate
 
setTimeChangeListener(VDateTimeCalendarPanel.TimeChangeListener) - Method in class com.vaadin.client.ui.VDateTimeCalendarPanel
The time change listener is triggered when the user changes the time.
setTimeZone(TimeZone) - Method in class com.vaadin.client.renderers.DateRenderer
Sets the time zone of the the date.
setTimeZone(TimeZone) - Method in class com.vaadin.client.ui.VAbstractTextualDate
Sets the time zone for the field.
setTitle(String) - Method in class com.vaadin.client.TooltipInfo
Sets the tooltip title.
setTitle(String) - Method in class com.vaadin.client.ui.CalendarEntry
 
setTooltipContentMode(ContentMode) - Method in class com.vaadin.client.connectors.grid.ColumnConnector.CustomColumn
Sets the content mode for tooltips in this column.
setTooltipInfo(TooltipInfo) - Method in class com.vaadin.client.VCaption
Sets the tooltip that should be shown for the caption.
setTop(int) - Method in class com.vaadin.client.widgets.Overlay.PositionAndSize
Sets the pixel value for top css property.
setTotalSuggestions(int) - Method in class com.vaadin.client.ui.VComboBox
Sets the total number of suggestions.
setTrackInvalidatedRows(boolean) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
Sets whether or not to track invalidated rows inside AbstractRemoteDataSource.insertRowData(int, int) and use them to fill cache when {AbstractRemoteDataSource.setRowData(int, List)} is called.
setTransport(String) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereConfiguration
 
setup(TableRowElement, int, double[]) - Method in class com.vaadin.client.widget.escalator.FlyweightRow
Configure this FlyweightRow for the current use.
setUpdateValueOnClick(boolean) - Method in class com.vaadin.client.ui.VSlider
Specifies whether or not click event should update the Slider's value.
setUri(String) - Method in class com.vaadin.client.ui.FontIcon
 
setUri(String) - Method in class com.vaadin.client.ui.Icon
Sets the URI for the icon.
setUri(String) - Method in class com.vaadin.client.ui.ImageIcon
 
setVaadinModality(boolean) - Method in class com.vaadin.client.ui.VWindow
For internal use only.
setValue(Property, Object, Object) - Static method in class com.vaadin.client.metadata.TypeDataStore
 
setValue(Double) - Method in class com.vaadin.client.ui.VSlider
 
setValue(Double, boolean) - Method in class com.vaadin.client.ui.VSlider
 
setValue(Object, Object) - Method in class com.vaadin.client.metadata.Property
 
setValue(String) - Method in class com.vaadin.client.componentlocator.SelectorPredicate
 
setValue(String) - Method in class com.vaadin.client.ui.VRichTextArea
Sets the value of the text area.
setValueChangeMode(ValueChangeMode) - Method in class com.vaadin.client.ui.textfield.ValueChangeHandler
Sets the value change mode to use.
setValueChangeTimeout(int) - Method in class com.vaadin.client.ui.textfield.ValueChangeHandler
Sets the value change timeout to use.
setVisible(boolean) - Method in class com.vaadin.client.ui.VWindow
 
setVisible(boolean) - Method in class com.vaadin.client.widgets.Grid.StaticSection
Sets the visibility of the whole section.
setVisible(boolean) - Method in class com.vaadin.client.widgets.Overlay
 
setVisibleForAssistiveDevicesOnly(Element, boolean) - Static method in class com.vaadin.client.ui.aria.AriaHelper
Allows to move an element out of the visible area of the browser window.
setVisibleItemCount(int) - Method in class com.vaadin.client.ui.VNativeSelect
Sets the number of items that are visible.
setWaiAriaRole(WindowRole) - Method in class com.vaadin.client.ui.VWindow
Sets the WAI-ARIA role the window.
setWidget(Widget) - Method in class com.vaadin.client.ui.FocusableScrollPanel
 
setWidget(Widget) - Method in class com.vaadin.client.ui.FocusElementPanel
 
setWidget(Widget) - Method in class com.vaadin.client.ui.orderedlayout.Slot
 
setWidget(Widget) - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
Set widget as the content of the cell.
setWidget(Widget, String) - Method in class com.vaadin.client.ui.VCustomLayout
Sets widget to given location.
setWidgetCaption(Widget, VCaption) - Method in class com.vaadin.client.ui.VAbsoluteLayout
Sets a caption for a contained widget.
setWidgetEnabled(boolean) - Method in interface com.vaadin.client.ComponentConnector
Sets the enabled state of the widget associated to this connector.
setWidgetEnabled(boolean) - Method in class com.vaadin.client.ui.AbstractComponentConnector
 
setWidgetEnabled(boolean) - Method in class com.vaadin.client.ui.combobox.ComboBoxConnector
 
setWidgetEnabled(boolean) - Method in class com.vaadin.client.ui.nativeselect.NativeSelectConnector
 
setWidgetPosition(Widget, String) - Method in class com.vaadin.client.ui.VAbsoluteLayout
Set the position of the widget in the layout.
setWidgetResizeListener(ElementResizeListener) - Method in class com.vaadin.client.ui.orderedlayout.Slot
Sets the widget resize listener for this slot.
setWidgetsetVersionSent() - Method in class com.vaadin.client.ApplicationConfiguration
Registers that the widget set version has been sent to the server.
setWidgetStyleName(String, boolean) - Method in class com.vaadin.client.ui.AbstractComponentConnector
This is used to add / remove state related style names from the widget.
setWidgetStyleName(String, boolean) - Method in class com.vaadin.client.ui.datefield.TextualDateConnector
 
setWidgetStyleNameWithPrefix(String, String, boolean) - Method in class com.vaadin.client.ui.AbstractComponentConnector
Deprecated.
This will be removed once styles are no longer added with prefixes.
setWidgetStyleNameWithPrefix(String, String, boolean) - Method in class com.vaadin.client.ui.datefield.TextualDateConnector
Deprecated.
This will be removed once styles are no longer added with prefixes.
setWidgetWrapperStyleNames(Widget, String...) - Method in class com.vaadin.client.ui.VAbsoluteLayout
Sets style names for the wrapper wrapping the widget in the layout.
setWidth(double) - Method in class com.vaadin.client.widgets.Grid.Column
Sets the pixel width of the column.
setWidth(double) - Method in class com.vaadin.client.widgets.Grid.SelectionColumn
 
setWidth(float) - Method in class com.vaadin.client.RenderInformation.FloatSize
 
setWidth(int) - Method in class com.vaadin.client.RenderInformation.Size
 
setWidth(int) - Method in class com.vaadin.client.ui.VAccordion.StackItem
Sets the width of the stack item, or removes it if given value is -1.
setWidth(int) - Method in class com.vaadin.client.widgets.Overlay.PositionAndSize
Sets the pixel value for width css property.
setWidth(String) - Method in class com.vaadin.client.ui.VColorPickerArea
Sets the color area's width.
setWidth(String) - Method in class com.vaadin.client.ui.VComboBox
 
setWidth(String) - Method in class com.vaadin.client.ui.VLabel
 
setWidth(String) - Method in class com.vaadin.client.ui.VListSelect
 
setWidth(String) - Method in class com.vaadin.client.ui.VNativeSelect
 
setWidth(String) - Method in class com.vaadin.client.ui.VRichTextArea
 
setWidth(String) - Method in class com.vaadin.client.ui.VWindow
 
setWidth(String) - Method in class com.vaadin.client.widgets.Escalator
 
setWidth(String) - Method in class com.vaadin.client.widgets.Grid
 
setWidth(String) - Method in class com.vaadin.client.widgets.Overlay
 
setWidthExcludingPaddingAndBorder(Element, int, int, boolean) - Static method in class com.vaadin.client.Util
setWidthExcludingPaddingAndBorder(Element, int, int, boolean) - Static method in class com.vaadin.client.WidgetUtil
 
setWidthExcludingPaddingAndBorder(Widget, String, int) - Static method in class com.vaadin.client.Util
setWidthExcludingPaddingAndBorder(Widget, String, int) - Static method in class com.vaadin.client.WidgetUtil
 
setWildcard(boolean) - Method in class com.vaadin.client.componentlocator.SelectorPredicate
 
setWindowOrderAndPosition() - Method in class com.vaadin.client.ui.VWindow
For internal use only.
setWindowOrderAndPosition() - Method in class com.vaadin.client.ui.window.WindowConnector
Gives the WindowConnector an order number.
setWordWrap(boolean) - Method in class com.vaadin.client.ui.VTextArea
Sets whether the words should wrap or not.
setWrapperStyleNames(String...) - Method in class com.vaadin.client.ui.VAbsoluteLayout.AbsoluteWrapper
Sets the style names of the wrapper.
setYear(int) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel.FocusedDate
Deprecated.
setZIndex(int) - Method in class com.vaadin.client.ui.VWindow
 
setZIndex(int) - Method in class com.vaadin.client.widgets.Overlay
Set the z-index (visual stack position) for this overlay.
ShortcutActionHandler - Class in com.vaadin.client.ui
A helper class to implement keyboard shortcut handling.
ShortcutActionHandler(String, ApplicationConnection) - Constructor for class com.vaadin.client.ui.ShortcutActionHandler
 
ShortcutActionHandler.ShortcutActionHandlerOwner - Interface in com.vaadin.client.ui
An interface implemented by those users of this helper class that want to support special components like VRichTextArea that don't properly propagate key down events.
shortcutHandler - Variable in class com.vaadin.client.ui.VPanel
For internal use only.
shortcutHandler - Variable in class com.vaadin.client.ui.VWindow
For internal use only.
shouldBePlacedAfterComponent() - Method in class com.vaadin.client.VCaption
 
shouldFireEvent(DomEvent<?>) - Method in class com.vaadin.client.ui.AbstractClickEventHandler
Called before firing a click event.
shouldHandleLongTap() - Method in class com.vaadin.client.ui.AbstractComponentConnector
Checks whether a long tap needs handling.
shouldSkipMeasurementOfConnector(ComponentConnector) - Static method in class com.vaadin.client.Util
Test if we can can skip measuring this connector.
shouldSkipMeasurementOfConnector(ComponentConnector, ComponentConnector) - Static method in class com.vaadin.client.Util
Test if we can can skip measuring this connector.
show() - Method in class com.vaadin.client.debug.internal.HierarchySection
 
show() - Method in class com.vaadin.client.debug.internal.InfoSection
 
show() - Method in class com.vaadin.client.debug.internal.LogSection
 
show() - Method in class com.vaadin.client.debug.internal.NetworkSection
 
show() - Method in class com.vaadin.client.debug.internal.ProfilerSection
 
show() - Method in interface com.vaadin.client.debug.internal.Section
Called when the section is activated in VDebugWindow.
show() - Method in class com.vaadin.client.debug.internal.TestBenchSection
 
show() - Method in class com.vaadin.client.debug.internal.VDebugWindow.Menu
 
show() - Method in class com.vaadin.client.ui.VNotification
 
show() - Method in class com.vaadin.client.ui.VPopupView.CustomPopup
 
show() - Method in class com.vaadin.client.ui.VWindow
 
show() - Method in class com.vaadin.client.VLoadingIndicator
Shows the loading indicator in its standard state and triggers timers for transitioning into the "second" and "third" states.
show() - Method in class com.vaadin.client.widgets.Overlay
 
show(int, int) - Method in class com.vaadin.client.widgets.Grid.Editor
If the Editor is still activating, proceeds to the binding phase.
show(Widget, Position, String) - Method in class com.vaadin.client.ui.VNotification
 
show(ApplicationConnection) - Method in class com.vaadin.client.communication.DefaultReconnectDialog
 
show(ApplicationConnection) - Method in interface com.vaadin.client.communication.ReconnectDialog
Shows the dialog to the user.
show(Position) - Method in class com.vaadin.client.ui.VNotification
 
show(Position, String) - Method in class com.vaadin.client.ui.VNotification
 
show(String) - Method in class com.vaadin.client.ui.VNotification
 
show(String, Position, String) - Method in class com.vaadin.client.ui.VNotification
 
SHOW_DESIGN - com.vaadin.client.debug.internal.Icon
 
showAllTabs() - Method in class com.vaadin.client.ui.VTabsheet
For internal use only.
showAssistive(TooltipInfo) - Method in class com.vaadin.client.VTooltip
Show the tooltip with the provided info for assistive devices.
showAt(int, int) - Method in class com.vaadin.client.ui.VContextMenu
Shows context menu at given location IF it contain at least one item.
showAt(Element) - Method in class com.vaadin.client.VErrorMessage
Shows this error message next to given element.
showAt(Element) - Method in class com.vaadin.client.VErrorMessage
Deprecated.
As of 7.2, call and override VErrorMessage.showAt(Element) instead
showAt(ActionOwner, int, int) - Method in class com.vaadin.client.ui.VContextMenu
 
showAuthenticationError(String) - Method in class com.vaadin.client.ApplicationConnection
Shows the authentication error notification.
showChildMenu(VMenuBar.CustomMenuItem) - Method in class com.vaadin.client.ui.VMenuBar
Shows the child menu of an item.
showChildMenuAt(VMenuBar.CustomMenuItem, int, int) - Method in class com.vaadin.client.ui.VMenuBar
 
showCommunicationError(String, int) - Method in class com.vaadin.client.ApplicationConnection
Shows the communication error notification.
showDialog() - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
Called when the reconnect dialog should be shown.
showError(ApplicationConnection, String, String, String, String) - Static method in class com.vaadin.client.ui.VNotification
Shows an error notification and redirects the user to the given URL when she clicks on the notification.
showError(String, ApplicationConfiguration.ErrorMessage) - Method in class com.vaadin.client.ApplicationConnection
Shows an error notification.
showInitProblem(List<String>) - Method in class com.vaadin.client.JavaScriptConnectorHelper
 
showISOWeekNumbers - Variable in class com.vaadin.client.ui.VDateField
Should ISO 8601 week numbers be shown in the date selector or not.
showLoadingIndicator() - Method in class com.vaadin.client.communication.ServerRpcQueue
Checks if a loading indicator should be shown when the RPCs have been sent to the server and we are waiting for a response.
showNoInitFound(List<String>) - Method in class com.vaadin.client.ui.JavaScriptWidget
 
showNotification(ApplicationConnection, String, String, boolean, String, String, Position, int) - Static method in class com.vaadin.client.ui.VNotification
Creates and shows a Notification with the specified parameters.
showOverlay() - Method in class com.vaadin.client.widgets.Grid.Editor
Opens the editor overlay over the grid row indicated by Grid.Editor.getRow().
showOverlay(TableRowElement) - Method in class com.vaadin.client.widgets.Grid.Editor
Deprecated.
As of 7.5, use Grid.Editor.showOverlay() instead.
showPopup(VPopupView.CustomPopup) - Method in class com.vaadin.client.ui.VPopupView
Determines the correct position for a popup and displays the popup at that position.
showServerDebugInfo(ServerConnector) - Method in class com.vaadin.client.ui.ui.UIConnector
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(ServerConnector) - Method in class com.vaadin.client.ui.ui.UIConnector
Sends a request to the server to print a design to the console for the given component.
showSessionExpiredError(String) - Method in class com.vaadin.client.ApplicationConnection
Shows the session expiration notification.
showsScrollHandle() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
Checks whether the scrollbar's handle is visible.
showSuggestions(int) - Method in class com.vaadin.client.ui.VComboBox.SuggestionPopup
Shows the popup where the user can see the filtered options that have been set with a call to VComboBox.SuggestionMenu.setSuggestions(Collection).
showTabs() - Method in class com.vaadin.client.ui.VTabsheet
Makes tab bar visible.
showWidget(int) - Method in class com.vaadin.client.ui.VTabsheetPanel
Shows the widget at the specified index.
SIGNIFICANT_MOVE_THRESHOLD - Variable in class com.vaadin.client.ui.AbstractComponentConnector
Default threshold for determining whether touch move is significant.
SIGNIFICANT_MOVE_THRESHOLD - Static variable in class com.vaadin.client.ui.TouchScrollDelegate
 
SimpleDataChangeHandler - Class in com.vaadin.client.data
Helper class for creating a DataChangeHandler for a Widget that does not support lazy loading.
SimpleFocusablePanel - Class in com.vaadin.client.ui
Compared to FocusPanel in GWT this panel does not support e.g. accesskeys, but is simpler by its dom hierarchy nor supports focusing via java api.
SimpleFocusablePanel() - Constructor for class com.vaadin.client.ui.SimpleFocusablePanel
 
SimpleManagedLayout - Interface in com.vaadin.client.ui
 
SimpleTree - Class in com.vaadin.client
Deprecated.
as of 7.1. This class was mainly used by the old debug console but is retained for now for backwards compatibility.
SimpleTree() - Constructor for class com.vaadin.client.SimpleTree
Deprecated.
 
SimpleTree(String) - Constructor for class com.vaadin.client.SimpleTree
Deprecated.
 
simulateClickFromTouchEvent(Event, Widget) - Static method in class com.vaadin.client.Util
Deprecated.
simulateClickFromTouchEvent(Event, Widget) - Static method in class com.vaadin.client.WidgetUtil
 
singleDetailsOpened(int) - Method in class com.vaadin.client.connectors.grid.GridConnector
Method target for when one single details has been updated and we might need to scroll it into view.
SingleSelectionModel() - Constructor for class com.vaadin.client.connectors.grid.SingleSelectionModelConnector.SingleSelectionModel
 
SingleSelectionModelConnector - Class in com.vaadin.client.connectors.grid
Client side connector for grid single selection model.
SingleSelectionModelConnector() - Constructor for class com.vaadin.client.connectors.grid.SingleSelectionModelConnector
 
SingleSelectionModelConnector.SingleSelectionModel - Class in com.vaadin.client.connectors.grid
Single selection model for grid.
sinkOnloadForImages(Element) - Static method in class com.vaadin.client.Util
Deprecated.
As of 7.4.0, use WidgetUtil.sinkOnloadForImages(Element) instead.
sinkOnloadForImages(Element) - Static method in class com.vaadin.client.WidgetUtil
 
size() - Method in class com.vaadin.client.communication.ServerRpcQueue
Returns the current size of the queue.
size() - Method in class com.vaadin.client.ConnectorMap
 
size() - Method in class com.vaadin.client.data.AbstractRemoteDataSource
 
size() - Method in interface com.vaadin.client.data.DataSource
Returns the number of rows in the data source.
size() - Method in class com.vaadin.client.FastStringMap
 
size() - Method in class com.vaadin.client.JsArrayObject
 
size() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
 
size() - Method in class com.vaadin.client.widget.grid.datasources.ListDataSource
 
Size() - Constructor for class com.vaadin.client.RenderInformation.Size
 
Size(int, int) - Constructor for class com.vaadin.client.RenderInformation.Size
 
SKIP_RECOMPILE - Static variable in class com.vaadin.client.SuperDevMode
 
SliderConnector - Class in com.vaadin.client.ui.slider
A connector class for the Slider component.
SliderConnector() - Constructor for class com.vaadin.client.ui.slider.SliderConnector
 
slot - Variable in class com.vaadin.client.ui.VGridLayout.Cell
For internal use only.
Slot - Class in com.vaadin.client.ui.orderedlayout
Represents a slot which contains the actual widget in the layout.
Slot() - Constructor for class com.vaadin.client.ui.orderedlayout.Slot
Constructs a slot.
Slot(VAbstractOrderedLayout, Widget) - Constructor for class com.vaadin.client.ui.orderedlayout.Slot
Deprecated.
SLOT_CLASSNAME - Static variable in class com.vaadin.client.ui.orderedlayout.Slot
The default classname for this widget.
small() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
 
sort(Sort) - Method in class com.vaadin.client.widgets.Grid
Sets the current sort order using the fluid Sort API.
sort(SortEvent<T>) - Method in interface com.vaadin.client.widget.grid.sort.SortHandler
Handle sorting of the Grid.
sort(Grid.Column<C, T>) - Method in class com.vaadin.client.widgets.Grid
Sorts the Grid data in ascending order along one column.
sort(Grid.Column<C, T>, SortDirection) - Method in class com.vaadin.client.widgets.Grid
Sorts the Grid data along one column.
sort(Comparator<T>) - Method in class com.vaadin.client.widget.grid.datasources.ListDataSource
Sort entire container according to a Comparator.
Sort - Class in com.vaadin.client.widget.grid.sort
Fluid Sort descriptor object.
SortEvent<T> - Class in com.vaadin.client.widget.grid.sort
A sort event, fired by the Grid when it needs its data source to provide data sorted in a specific manner.
SortEvent(Grid<T>, List<SortOrder>, boolean) - Constructor for class com.vaadin.client.widget.grid.sort.SortEvent
Creates a new Sort Event.
SortHandler<T> - Interface in com.vaadin.client.widget.grid.sort
Handler for a Grid sort event, called when the Grid needs its data source to provide data sorted in a specific manner.
SortOrder - Class in com.vaadin.client.widget.grid.sort
Sort order descriptor.
SortOrder(Grid.Column<?, ?>) - Constructor for class com.vaadin.client.widget.grid.sort.SortOrder
Create a sort order descriptor with a default sorting direction value of SortDirection.ASCENDING.
SortOrder(Grid.Column<?, ?>, SortDirection) - Constructor for class com.vaadin.client.widget.grid.sort.SortOrder
Create a sort order descriptor.
Spacer - Interface in com.vaadin.client.widget.escalator
A representation of a spacer element in a RowContainer.BodyRowContainer.
spacerExists(int) - Method in interface com.vaadin.client.widget.escalator.RowContainer.BodyRowContainer
Checks whether the given rowIndex contains a spacer.
SpacerIndexChangedEvent - Class in com.vaadin.client.widget.escalator.events
Event fired when a spacer element is moved to a new index in Escalator.
SpacerIndexChangedEvent(int, int) - Constructor for class com.vaadin.client.widget.escalator.events.SpacerIndexChangedEvent
Creates a spacer index changed event.
SpacerIndexChangedHandler - Interface in com.vaadin.client.widget.escalator.events
Event handler for a spacer index changed event.
SpacerUpdater - Interface in com.vaadin.client.widget.escalator
An interface that handles the display of content for spacers.
SpacerVisibilityChangedEvent - Class in com.vaadin.client.widget.escalator.events
Event fired when a spacer element is hidden or shown in Escalator.
SpacerVisibilityChangedEvent(int, boolean) - Constructor for class com.vaadin.client.widget.escalator.events.SpacerVisibilityChangedEvent
Creates a spacer visibility changed event.
SpacerVisibilityChangedHandler - Interface in com.vaadin.client.widget.escalator.events
Event handler for a spacer visibility changed event.
SpaceSelectHandler<T> - Class in com.vaadin.client.widget.grid.selection
Generic class to perform selections when pressing space key.
SpaceSelectHandler(Grid<T>) - Constructor for class com.vaadin.client.widget.grid.selection.SpaceSelectHandler
Constructor for SpaceSelectHandler.
spacing - Variable in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
Spacing state.
spacingMeasureElement - Variable in class com.vaadin.client.ui.VGridLayout
For internal use only.
splitter - Variable in class com.vaadin.client.ui.VAbstractSplitPanel
For internal use only.
splitterMoved(VAbstractSplitPanel.SplitterMoveHandler.SplitterMoveEvent) - Method in interface com.vaadin.client.ui.VAbstractSplitPanel.SplitterMoveHandler
Handle moving of the splitter element.
SplitterMoveEvent(Widget) - Constructor for class com.vaadin.client.ui.VAbstractSplitPanel.SplitterMoveHandler.SplitterMoveEvent
Constructs a move event for the splitter element.
src - Variable in class com.vaadin.client.ui.VLink
For internal use only.
StackItem() - Constructor for class com.vaadin.client.ui.VAccordion.StackItem
Constructs a stack item.
start() - Method in class com.vaadin.client.ApplicationConnection
Starts this application.
start(NativeEvent, AutoScroller.ScrollAxis, AutoScroller.AutoScrollerCallback) - Method in class com.vaadin.client.widget.grid.AutoScroller
Starts the automatic scrolling detection.
startApplication(String) - Static method in class com.vaadin.client.ApplicationConfiguration
Starts the application with a given id by reading the configuration options stored by the bootstrap javascript.
startDrag(VTransferable, NativeEvent, boolean) - Method in class com.vaadin.client.ui.dd.VDragAndDropManager
Deprecated.
This method is used to start Vaadin client side drag and drop operation.
startNextUpload() - Method in class com.vaadin.client.ui.VDragAndDropWrapper
For internal use only.
startRequest() - Method in class com.vaadin.client.communication.MessageSender
 
startResize() - Method in class com.vaadin.client.ui.VAbstractSplitPanel
Called when starting splitter drag resize of contents.
startResize() - Method in class com.vaadin.client.ui.VSplitPanelHorizontal
 
startResize() - Method in class com.vaadin.client.ui.VSplitPanelVertical
 
StateChangeEvent - Class in com.vaadin.client.communication
 
StateChangeEvent(ServerConnector, FastStringSet) - Constructor for class com.vaadin.client.communication.StateChangeEvent
Deprecated.
As of 7.0.2, use StateChangeEvent(ServerConnector, JsonObject, boolean) instead for improved performance.
StateChangeEvent(ServerConnector, JsonObject, boolean) - Constructor for class com.vaadin.client.communication.StateChangeEvent
/** Creates a new state change event.
StateChangeEvent(ServerConnector, Set<String>) - Constructor for class com.vaadin.client.communication.StateChangeEvent
Deprecated.
As of 7.0.1, use StateChangeEvent(ServerConnector, JsonObject, boolean) instead for improved performance.
StateChangeEvent.StateChangeHandler - Interface in com.vaadin.client.communication
Event handler that gets notified whenever any part of the state has been updated by the server.
StaticCell() - Constructor for class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
 
StaticRow() - Constructor for class com.vaadin.client.widgets.Grid.StaticSection.StaticRow
 
StaticSection() - Constructor for class com.vaadin.client.widgets.Grid.StaticSection
 
StaticSectionUpdater(Grid.StaticSection<?>, RowContainer) - Constructor for class com.vaadin.client.widgets.Grid.StaticSectionUpdater
Constructs an updater instance for the given section.
stop() - Method in class com.vaadin.client.widget.grid.AutoScroller
Stops the automatic scrolling.
stopResize() - Method in class com.vaadin.client.ui.VAbstractSplitPanel
Called when stopping splitter drag resize of contents.
stopResize() - Method in class com.vaadin.client.ui.VSplitPanelHorizontal
 
stopResize() - Method in class com.vaadin.client.ui.VSplitPanelVertical
 
stopScrolling() - Method in class com.vaadin.client.ui.TouchScrollDelegate
Forces the scroll delegate to cancels scrolling process.
storeFocus() - Method in class com.vaadin.client.ui.VUI
Allows to store the currently focused Element.
strikeThrough() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
 
strikeThrough() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
 
stripJSONWrapping(String) - Static method in class com.vaadin.client.communication.MessageHandler
Strips the JSON wrapping from the given json string with wrapping.
STYLE_NAME_ERROR_INDICATOR - Static variable in class com.vaadin.client.StyleConstants
Style name and style name prefix for the error indicator element.
STYLE_SUFFIX_DRAG_BOTTOM - Static variable in class com.vaadin.client.extensions.DropTargetExtensionConnector
Style name suffix for dragging data over the bottom part of the drop target.
STYLE_SUFFIX_DRAG_CENTER - Static variable in class com.vaadin.client.extensions.DropTargetExtensionConnector
Style name suffix for dragging data over the center of the drop target.
STYLE_SUFFIX_DRAG_TOP - Static variable in class com.vaadin.client.extensions.DropTargetExtensionConnector
Style name suffix for dragging data over the top part of the drop target.
STYLE_SUFFIX_DRAGGED - Static variable in class com.vaadin.client.extensions.DragSourceExtensionConnector
Style suffix for indicating that the element is being dragged.
STYLE_SUFFIX_DRAGSOURCE - Static variable in class com.vaadin.client.extensions.DragSourceExtensionConnector
Style suffix for indicating that the element is a drag source.
STYLE_SUFFIX_DROPTARGET - Static variable in class com.vaadin.client.extensions.DropTargetExtensionConnector
Style name suffix for indicating that the element is drop target.
STYLE_SYSTEM - Static variable in class com.vaadin.client.ui.VNotification
 
StyleConstants - Class in com.vaadin.client
 
StyleConstants() - Constructor for class com.vaadin.client.StyleConstants
 
STYLENAME_CONTENT - Static variable in class com.vaadin.client.debug.internal.VDebugWindow
 
STYLENAME_CONTROLS - Static variable in class com.vaadin.client.debug.internal.VDebugWindow
 
STYLENAME_HEAD - Static variable in class com.vaadin.client.debug.internal.VDebugWindow
 
STYLENAME_SECTION_HEAD - Static variable in class com.vaadin.client.debug.internal.VDebugWindow
 
STYLENAME_SELECTED - Static variable in class com.vaadin.client.debug.internal.VDebugWindow
 
STYLENAME_TAB - Static variable in class com.vaadin.client.debug.internal.VDebugWindow
 
STYLENAME_TABS - Static variable in class com.vaadin.client.debug.internal.VDebugWindow
 
subMenu - Variable in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
subMenu - Variable in class com.vaadin.client.ui.VMenuBar
 
SUBMENU_CLASSNAME_PREFIX - Static variable in class com.vaadin.client.ui.VMenuBar
 
submit() - Method in class com.vaadin.client.ui.VUpload
For internal use only.
submitButton - Variable in class com.vaadin.client.ui.VUpload
Button that initiates uploading.
SUBPART_SEPARATOR - Static variable in class com.vaadin.client.componentlocator.VaadinFinderLocatorStrategy
 
SubPartAware - Interface in com.vaadin.client.ui
Interface implemented by Widgets which can provide identifiers for at least one element inside the component.
subscript() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
 
subscript() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
 
success() - Method in interface com.vaadin.client.widget.grid.EditorHandler.EditorRequest
Informs Grid that the editor request was a success.
suggestionPopup - Variable in class com.vaadin.client.ui.VComboBox
For internal use only.
suggestionPopupMinWidth - Variable in class com.vaadin.client.ui.VComboBox
For internal use only.
suggestionPopupWidth - Variable in class com.vaadin.client.ui.VComboBox
 
sumUpTotals(Map<String, Profiler.Node>) - Method in class com.vaadin.client.Profiler.Node
 
SuperDevMode - Class in com.vaadin.client
Class that enables SuperDevMode using a ?
SuperDevMode() - Constructor for class com.vaadin.client.SuperDevMode
 
SuperDevMode.RecompileResult - Class in com.vaadin.client
 
superscript() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
 
superscript() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
 
supportsTime() - Method in class com.vaadin.client.ui.VDateField
Checks whether time is supported by this widget.
supportsTime() - Method in class com.vaadin.client.ui.VDateFieldCalendar
 
supportsTime() - Method in class com.vaadin.client.ui.VDateTimeFieldCalendar
 
supportsTime() - Method in class com.vaadin.client.ui.VPopupCalendar
 
supportsTime() - Method in class com.vaadin.client.ui.VPopupTimeCalendar
 
suspendReponseHandling(Object) - Method in class com.vaadin.client.communication.MessageHandler
This method can be used to postpone rendering of a response for a short period of time (e.g. to avoid the rendering process during animation).
syncChildren() - Method in class com.vaadin.client.ui.VPopupView.CustomPopup
Try to sync all known active child widgets to server.

T

t - Variable in class com.vaadin.client.ui.VUpload
When expecting big files, programmer may initiate some UI changes when uploading the file starts.
tabKeys - Variable in class com.vaadin.client.ui.VTabsheetBase
For internal use only.
table - Variable in class com.vaadin.client.ui.VFormLayout
For internal use only.
tabPanel - Variable in class com.vaadin.client.ui.VTabsheet
For internal use only.
tabs - Variable in class com.vaadin.client.debug.internal.VDebugWindow
 
tabs - Variable in class com.vaadin.client.ui.VTabsheet
For internal use only.
TABS_CLASSNAME - Static variable in class com.vaadin.client.ui.VTabsheet
Default classname for the element that contains tab bar and scroller.
TabsheetBaseConnector - Class in com.vaadin.client.ui.tabsheet
An abstract connector class for components that share features with a TabSheet.
TabsheetBaseConnector() - Constructor for class com.vaadin.client.ui.tabsheet.TabsheetBaseConnector
 
TabsheetConnector - Class in com.vaadin.client.ui.tabsheet
A connector class for the TabSheet component.
TabsheetConnector() - Constructor for class com.vaadin.client.ui.tabsheet.TabsheetConnector
Constructs a connector for a TabSheet component.
tabSizeMightHaveChanged(VTabsheet.Tab) - Method in class com.vaadin.client.ui.VTabsheet
This should be triggered from an onload event within the given tab's caption to signal that icon contents have finished loading.
TAGNAME - Static variable in class com.vaadin.client.ui.VAbsoluteLayout
Tag name for widget creation.
target - Variable in class com.vaadin.client.extensions.ResponsiveConnector
The target component which we will monitor for width changes.
target - Variable in class com.vaadin.client.ui.VLink
For internal use only.
targetHeight - Variable in class com.vaadin.client.ui.VLink
For internal use only.
targetWidth - Variable in class com.vaadin.client.ui.VLink
For internal use only.
tb - Variable in class com.vaadin.client.ui.VComboBox
The text box where the filter is written
teardown() - Method in class com.vaadin.client.widget.escalator.FlyweightRow
Tear down the state of the Row.
TERMINATED - com.vaadin.client.ApplicationConnection.ApplicationState
 
TESTBENCH - com.vaadin.client.debug.internal.Icon
 
TestBenchSection - Class in com.vaadin.client.debug.internal
Provides functionality for picking selectors for Vaadin TestBench.
TestBenchSection() - Constructor for class com.vaadin.client.debug.internal.TestBenchSection
 
text - Variable in class com.vaadin.client.ui.VAbstractTextualDate
For internal use only.
TextAreaConnector - Class in com.vaadin.client.ui.textarea
A connector class for the TextArea component.
TextAreaConnector() - Constructor for class com.vaadin.client.ui.textarea.TextAreaConnector
 
TextFieldConnector - Class in com.vaadin.client.ui.textfield
Connector class for TextField.
TextFieldConnector() - Constructor for class com.vaadin.client.ui.textfield.TextFieldConnector
 
TextRectangle() - Constructor for class com.vaadin.client.WidgetUtil.TextRectangle
 
TextRenderer - Class in com.vaadin.client.renderers
Renderer that renders text into a cell.
TextRenderer() - Constructor for class com.vaadin.client.renderers.TextRenderer
 
TextRendererConnector - Class in com.vaadin.client.connectors.grid
A connector for TextRenderer.
TextRendererConnector() - Constructor for class com.vaadin.client.connectors.grid.TextRendererConnector
 
TextualDateConnector<PANEL extends VAbstractCalendarPanel<R>,​R extends Enum<R>> - Class in com.vaadin.client.ui.datefield
Abstract date/time field connector which extend AbstractTextualDateConnector functionality with widget that shows date/time chooser as a popup panel.
TextualDateConnector() - Constructor for class com.vaadin.client.ui.datefield.TextualDateConnector
 
then(Grid.Column<?, ?>) - Method in class com.vaadin.client.widget.grid.sort.Sort
Continue building a Sort order.
then(Grid.Column<?, ?>, SortDirection) - Method in class com.vaadin.client.widget.grid.sort.Sort
Continue building a Sort order.
toDebugString() - Method in class com.vaadin.client.widget.grid.events.GridKeyDownEvent
 
toDebugString() - Method in class com.vaadin.client.widget.grid.events.GridKeyPressEvent
 
toDebugString() - Method in class com.vaadin.client.widget.grid.events.GridKeyUpEvent
 
toJson() - Method in class com.vaadin.client.communication.ServerRpcQueue
Returns the current invocations as JSON.
TOOLTIP_EVENTS - Static variable in class com.vaadin.client.VTooltip
 
TooltipInfo - Class in com.vaadin.client
An object that contains information about a tooltip, such as the tooltip's title, error message, error level and an ID.
TooltipInfo() - Constructor for class com.vaadin.client.TooltipInfo
Constructs a new tooltip info instance.
TooltipInfo(String) - Constructor for class com.vaadin.client.TooltipInfo
Constructs a new tooltip info instance.
TooltipInfo(String, ContentMode) - Constructor for class com.vaadin.client.TooltipInfo
Constructs a new tooltip info instance.
TooltipInfo(String, ContentMode, String) - Constructor for class com.vaadin.client.TooltipInfo
Constructs a new tooltip info instance.
TooltipInfo(String, ContentMode, String, Object) - Constructor for class com.vaadin.client.TooltipInfo
Constructs a new tooltip info instance.
TooltipInfo(String, ContentMode, String, Object, ErrorLevel) - Constructor for class com.vaadin.client.TooltipInfo
Constructs a new tooltip info instance.
TooltipInfo(String, String) - Constructor for class com.vaadin.client.TooltipInfo
TooltipInfo(String, String, Object) - Constructor for class com.vaadin.client.TooltipInfo
TooltipInfo(String, String, Object, ErrorLevel) - Constructor for class com.vaadin.client.TooltipInfo
TOP - com.vaadin.client.ui.orderedlayout.CaptionPosition
Caption placed to top.
TOP_LEFT - Static variable in class com.vaadin.client.ui.VNotification
 
TOP_RIGHT - Static variable in class com.vaadin.client.ui.VNotification
 
toString() - Method in enum com.vaadin.client.debug.internal.Icon
 
toString() - Method in class com.vaadin.client.metadata.Method
 
toString() - Method in class com.vaadin.client.metadata.Property
 
toString() - Method in class com.vaadin.client.metadata.Type
 
toString() - Method in class com.vaadin.client.Profiler.Node
 
toString() - Method in class com.vaadin.client.RenderInformation.Size
 
toString() - Method in class com.vaadin.client.RenderInformation
 
toString() - Method in class com.vaadin.client.ui.Action
 
toString() - Method in class com.vaadin.client.ui.layout.Margins
 
toString() - Method in class com.vaadin.client.ui.VComboBox.ComboBoxSuggestion
 
toString() - Method in class com.vaadin.client.widgets.Grid.Column
 
toString() - Method in class com.vaadin.client.WidgetUtil.CssSize
 
totalProcessingTime - Variable in class com.vaadin.client.communication.MessageHandler
Holds the total time spent rendering requests during the lifetime of the session.
TouchScrollDelegate - Class in com.vaadin.client.ui
Provides one finger touch scrolling for elements with once scrollable elements inside.
TouchScrollDelegate(Element...) - Constructor for class com.vaadin.client.ui.TouchScrollDelegate
 
TouchScrollDelegate.TouchScrollHandler - Class in com.vaadin.client.ui
A helper class for making a widget scrollable.
TouchScrollHandler() - Constructor for class com.vaadin.client.ui.TouchScrollDelegate.TouchScrollHandler
Constructs a scroll handler.
TouchScrollHandler(Widget, Element...) - Constructor for class com.vaadin.client.ui.TouchScrollDelegate.TouchScrollHandler
Deprecated.
Use GWT.create(Class) and TouchScrollDelegate.TouchScrollHandler.init(Widget, Element...) instead of this constructor to enable overriding.
Translate3DPosition() - Constructor for class com.vaadin.client.widget.escalator.PositionFunction.Translate3DPosition
 
TranslatedURLReference - Class in com.vaadin.client.communication
A URLReference implementation which does late URL translation to be able to re-translate URLs if e.g. the theme changes
TranslatedURLReference() - Constructor for class com.vaadin.client.communication.TranslatedURLReference
 
TranslatePosition() - Constructor for class com.vaadin.client.widget.escalator.PositionFunction.TranslatePosition
 
translateVaadinUri(String) - Method in class com.vaadin.client.ApplicationConnection
Translates custom protocols in UIDL URI's to be recognizable by browser.
TRANSPARENT_GIF_1PX - Static variable in class com.vaadin.client.renderers.ImageRenderer
Placeholder URL for the image.
TreeAction - Class in com.vaadin.client.ui
This class is used for "row actions" in VTree and VScrollTable.
TreeAction(ActionOwner) - Constructor for class com.vaadin.client.ui.TreeAction
 
TreeAction(ActionOwner, String, String) - Constructor for class com.vaadin.client.ui.TreeAction
 
TreeGrid - Class in com.vaadin.client.widget.treegrid
An extension of the Grid widget, which supports displaying of hierarchical data.
TreeGrid() - Constructor for class com.vaadin.client.widget.treegrid.TreeGrid
Creates a new instance.
TreeGrid.BodyUpdater - Class in com.vaadin.client.widget.treegrid
Body updater that adds additional style to each row containing depth information inside the hierarchy.
TreeGridClickEvent - Class in com.vaadin.client.widget.treegrid.events
Represents native mouse click event in TreeGrid.
TreeGridClickEvent() - Constructor for class com.vaadin.client.widget.treegrid.events.TreeGridClickEvent
 
TreeGridConnector - Class in com.vaadin.client.ui.treegrid
A connector class for the TreeGrid component.
TreeGridConnector() - Constructor for class com.vaadin.client.ui.treegrid.TreeGridConnector
Constructs a connector for a TreeGrid component.
TreeGridDoubleClickEvent - Class in com.vaadin.client.widget.treegrid.events
Represents native mouse double click event in TreeGrid.
TreeGridDoubleClickEvent() - Constructor for class com.vaadin.client.widget.treegrid.events.TreeGridDoubleClickEvent
 
TreeGridDragSourceConnector - Class in com.vaadin.client.connectors.grid
Adds HTML5 drag and drop functionality to a TreeGrid's rows.
TreeGridDragSourceConnector() - Constructor for class com.vaadin.client.connectors.grid.TreeGridDragSourceConnector
 
TreeGridDropTargetConnector - Class in com.vaadin.client.connectors.grid
Makes TreeGrid an HTML5 drop target.
TreeGridDropTargetConnector() - Constructor for class com.vaadin.client.connectors.grid.TreeGridDropTargetConnector
 
TreeMultiSelectionModelConnector - Class in com.vaadin.client.connectors.tree
Connector for the server side multiselection model of the tree component.
TreeMultiSelectionModelConnector() - Constructor for class com.vaadin.client.connectors.tree.TreeMultiSelectionModelConnector
 
TreeRendererConnector - Class in com.vaadin.client.connectors.grid
Connector for TreeRenderer.
TreeRendererConnector() - Constructor for class com.vaadin.client.connectors.grid.TreeRendererConnector
 
trigger() - Method in class com.vaadin.client.extensions.AbstractEventTriggerExtensionConnector
Called whenever a click occurs on the widget (if widget does not implement EventTrigger) or when the EventTrigger fires.
trigger() - Method in class com.vaadin.client.extensions.BrowserWindowOpenerConnector
 
trigger() - Method in class com.vaadin.client.extensions.FileDownloaderConnector
Called when the download should start.
trigger() - Method in class com.vaadin.client.ui.VLazyExecutor
Triggers execution of the command.
trigger() - Method in class com.vaadin.client.VLoadingIndicator
Triggers displaying of this loading indicator.
TwinColSelectConnector - Class in com.vaadin.client.ui.twincolselect
Client side connector for TwinColSelect component.
TwinColSelectConnector() - Constructor for class com.vaadin.client.ui.twincolselect.TwinColSelectConnector
 
type - Variable in class com.vaadin.client.metadata.ConnectorBundleLoader.CValUiInfo
 
type - Variable in class com.vaadin.client.ui.VEmbedded
For internal use only.
Type - Class in com.vaadin.client.metadata
 
Type(Class<?>) - Constructor for class com.vaadin.client.metadata.Type
 
Type(String, Type[]) - Constructor for class com.vaadin.client.metadata.Type
 
TYPE - Static variable in class com.vaadin.client.ApplicationConnection.ApplicationStoppedEvent
 
TYPE - Static variable in class com.vaadin.client.ApplicationConnection.RequestStartingEvent
 
TYPE - Static variable in class com.vaadin.client.ApplicationConnection.ResponseHandlingEndedEvent
 
TYPE - Static variable in class com.vaadin.client.ApplicationConnection.ResponseHandlingStartedEvent
 
TYPE - Static variable in class com.vaadin.client.communication.StateChangeEvent
Type of this event, used by the event bus.
TYPE - Static variable in class com.vaadin.client.ConnectorHierarchyChangeEvent
Type of this event, used by the event bus.
TYPE - Static variable in class com.vaadin.client.ui.VAbstractSplitPanel.SplitterMoveHandler.SplitterMoveEvent
Handler type.
TYPE - Static variable in class com.vaadin.client.widget.escalator.events.RowHeightChangedEvent
Handler type.
TYPE - Static variable in class com.vaadin.client.widget.escalator.events.SpacerIndexChangedEvent
Handler type.
TYPE - Static variable in class com.vaadin.client.widget.escalator.events.SpacerVisibilityChangedEvent
Handler type.
TYPE - Static variable in class com.vaadin.client.widget.escalator.RowVisibilityChangeEvent
The type of this event.
TYPE - Static variable in class com.vaadin.client.widget.escalator.ScrollbarBundle.VisibilityChangeEvent
Event type.
TYPE - Static variable in class com.vaadin.client.widget.grid.DataAvailableEvent
Handler type for DataAvailableEvents.
TYPE - Static variable in class com.vaadin.client.widget.grid.events.EscalatorSizeChangeHandler.EscalatorSizeChangeEvent
FOR INTERNAL USE ONLY, MAY GET REMOVED OR MODIFIED AT ANY TIME!
TYPE - Static variable in class com.vaadin.client.widget.grid.events.GridClickEvent
DOM event type.
TYPE - Static variable in class com.vaadin.client.widget.grid.events.GridDoubleClickEvent
DOM event type.
TYPE - Static variable in class com.vaadin.client.widget.grid.events.GridEnabledEvent
The type of this event.
TYPE - Static variable in class com.vaadin.client.widget.grid.events.GridKeyDownEvent
DOM event type.
TYPE - Static variable in class com.vaadin.client.widget.grid.events.GridKeyPressEvent
DOM event type.
TYPE - Static variable in class com.vaadin.client.widget.grid.events.GridKeyUpEvent
DOM event type.
TYPE - Static variable in class com.vaadin.client.widget.grid.events.GridSelectionAllowedEvent
The type of this event.
TYPE - Static variable in class com.vaadin.client.widget.grid.events.ScrollEvent
The type of this event.
TYPE - Static variable in class com.vaadin.client.widget.grid.events.VerticalScrollbarVisibilityChangeHandler.VerticalScrollbarVisibilityChangeEvent
FOR INTERNAL USE ONLY, MAY GET REMOVED OR MODIFIED AT ANY TIME!
TYPE - Static variable in class com.vaadin.client.widget.treegrid.events.TreeGridClickEvent
DOM event type.
TYPE - Static variable in class com.vaadin.client.widget.treegrid.events.TreeGridDoubleClickEvent
DOM event type.
TYPE_MOUSE - Static variable in class com.vaadin.client.event.PointerEvent
 
TYPE_PEN - Static variable in class com.vaadin.client.event.PointerEvent
 
TYPE_TOUCH - Static variable in class com.vaadin.client.event.PointerEvent
 
TYPE_UNKNOWN - Static variable in class com.vaadin.client.event.PointerEvent
 
TypeData - Class in com.vaadin.client.metadata
 
TypeData() - Constructor for class com.vaadin.client.metadata.TypeData
 
TypeDataStore - Class in com.vaadin.client.metadata
 
TypeDataStore() - Constructor for class com.vaadin.client.metadata.TypeDataStore
 
TypeDataStore.MethodAttribute - Enum in com.vaadin.client.metadata
 

U

UI_LAYOUT - Static variable in class com.vaadin.client.StyleConstants
Added to all layouts to denote they are layouts.
UI_WIDGET - Static variable in class com.vaadin.client.StyleConstants
Added to all UI components.
UIConnector - Class in com.vaadin.client.ui.ui
A connector class for the UI component.
UIConnector() - Constructor for class com.vaadin.client.ui.ui.UIConnector
 
uidl(ApplicationConnection, ValueMap) - Method in class com.vaadin.client.debug.internal.HierarchySection
 
uidl(ApplicationConnection, ValueMap) - Method in class com.vaadin.client.debug.internal.InfoSection
 
uidl(ApplicationConnection, ValueMap) - Method in class com.vaadin.client.debug.internal.LogSection
 
uidl(ApplicationConnection, ValueMap) - Method in class com.vaadin.client.debug.internal.NetworkSection
 
uidl(ApplicationConnection, ValueMap) - Method in class com.vaadin.client.debug.internal.ProfilerSection
 
uidl(ApplicationConnection, ValueMap) - Method in interface com.vaadin.client.debug.internal.Section
 
uidl(ApplicationConnection, ValueMap) - Method in class com.vaadin.client.debug.internal.TestBenchSection
 
uidl(ApplicationConnection, ValueMap) - Method in class com.vaadin.client.debug.internal.VDebugWindow
Called when a response is received.
UIDL - Class in com.vaadin.client
When a component is updated, it's client side widget's updateFromUIDL() will be called with the updated ("changes") UIDL received from the server.
UIDL() - Constructor for class com.vaadin.client.UIDL
 
UIDL_REFRESH_TOKEN - Static variable in class com.vaadin.client.ApplicationConnection
A string that, if found in a non-JSON response to a UIDL request, will cause the browser to refresh the page.
UIDL.XML - Class in com.vaadin.client
Deprecated.
should not be used anymore
uidlId - Variable in class com.vaadin.client.ui.VMenuBar
For server connections.
uidlId - Variable in class com.vaadin.client.ui.VPopupView
For server-client communication.
ul() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
 
ul() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
 
underline() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
 
underline() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
 
unHookEvents(Element) - Method in class com.vaadin.client.ui.upload.UploadIFrameOnloadStrategy
 
unHookEvents(Element) - Method in class com.vaadin.client.ui.upload.UploadIFrameOnloadStrategyIE
 
unitByType(String) - Static method in class com.vaadin.client.WidgetUtil.CssSize
Gets the unit value by its type.
UnknownComponentConnector - Class in com.vaadin.client.ui
A placeholder connector class for when a component's connector cannot be determined.
UnknownComponentConnector() - Constructor for class com.vaadin.client.ui.UnknownComponentConnector
 
UnknownExtensionConnector - Class in com.vaadin.client.ui
Connector used as a placeholder for extensions that are not present in the widgetset.
UnknownExtensionConnector() - Constructor for class com.vaadin.client.ui.UnknownExtensionConnector
 
unpin() - Method in class com.vaadin.client.data.AbstractRemoteDataSource.RowHandleImpl
 
unpin() - Method in class com.vaadin.client.data.DataSource.RowHandle
Marks this row as unpinned.
unpinHandle(AbstractRemoteDataSource.RowHandleImpl) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
Unpins a previously pinned row with given handle.
unregisterConnector(ServerConnector) - Method in class com.vaadin.client.ConnectorMap
Unregisters the given connector; always use after removing a connector.
unregisterDependency(ManagedLayout, Element) - Method in class com.vaadin.client.LayoutManager
Registers that a ManagedLayout is no longer depending on the size of an Element.
unregisterPaintable(ServerConnector) - Method in class com.vaadin.client.ApplicationConnection
Deprecated.
As of 7.0. No longer serves any purpose.
unregisterRpc(Class<T>, T) - Method in class com.vaadin.client.ui.AbstractConnector
Unregisters an implementation for a server to client RPC interface.
unregisterTouchHandlers() - Method in class com.vaadin.client.ui.AbstractComponentConnector
The new default behavior is for long taps to fire a contextclick event if there's a contextclick listener attached to the component.
UnsafeHtmlRenderer() - Constructor for class com.vaadin.client.connectors.grid.UnsafeHtmlRendererConnector.UnsafeHtmlRenderer
 
UnsafeHtmlRendererConnector - Class in com.vaadin.client.connectors.grid
UnsafeHtmlRendererConnector() - Constructor for class com.vaadin.client.connectors.grid.UnsafeHtmlRendererConnector
 
UnsafeHtmlRendererConnector.UnsafeHtmlRenderer - Class in com.vaadin.client.connectors.grid
Constructs a renderer for unsafe html content.
UP - com.vaadin.client.widget.grid.DefaultEditorEventHandler.CursorMoveDelta
Move focus one step to the direction indicated by name.
update() - Method in class com.vaadin.client.debug.internal.AnalyzeLayoutsPanel
 
update() - Method in class com.vaadin.client.debug.internal.HierarchyPanel
 
update() - Method in class com.vaadin.client.debug.internal.OptimizedWidgetsetPanel
Update the panel contents based on the connectors that have been used so far on this execution of the application.
update(ServerConnector) - Method in class com.vaadin.client.debug.internal.ConnectorInfoPanel
Update the panel to show information about a connector.
update(Row, Iterable) - Method in class com.vaadin.client.widget.treegrid.TreeGrid.BodyUpdater
 
update(Row, Iterable<FlyweightCell>) - Method in interface com.vaadin.client.widget.escalator.EscalatorUpdater
Renders a row contained in a row container.
update(Row, Iterable<FlyweightCell>) - Method in class com.vaadin.client.widgets.Grid.BodyUpdater
 
update(Row, Iterable<FlyweightCell>) - Method in class com.vaadin.client.widgets.Grid.StaticSectionUpdater
 
update(T, Type, JsonValue, ApplicationConnection) - Method in interface com.vaadin.client.communication.DiffJSONSerializer
Update the target object in place based on the passed JSON data.
updateAcceptRules(UIDL) - Method in class com.vaadin.client.ui.dd.VAbstractDropHandler
Deprecated.
Implementor/user of VAbstractDropHandler must pass the UIDL painted by AcceptCriterion to this method.
updateActionMap(UIDL) - Method in class com.vaadin.client.ui.ShortcutActionHandler
Updates list of actions this handler listens to.
updateAllRowsSelected(boolean) - Method in class com.vaadin.client.connectors.grid.MultiSelectionModelConnector
Update selection for all grid rows.
updateAndSendBufferedValues() - Method in class com.vaadin.client.ui.VAbstractTextualDate
updateAriaRowCount() - Method in class com.vaadin.client.widgets.Escalator.AriaGridHelper
Sets the aria-rowcount attribute with the current value of Escalator.AriaGridHelper.allRows if the grid is attached and Escalator.AriaGridHelper.allRows > 0.
updateAssistiveLabels() - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
Updates assistive labels of the navigation elements.
updateBlurHandler(T, HandlerRegistration) - Static method in class com.vaadin.client.EventHelper
Adds or removes a blur handler depending on if the connector has blur listeners on the server side or not.
updateBlurHandler(T, HandlerRegistration, Widget) - Static method in class com.vaadin.client.EventHelper
Adds or removes a blur handler depending on if the connector has blur listeners on the server side or not.
updateBufferedResolutions() - Method in class com.vaadin.client.ui.VAbstractTextualDate
Updates bufferedResolutions before sending a response to the server.
updateBufferedResolutions() - Method in class com.vaadin.client.ui.VPopupCalendar
 
updateBufferedResolutions() - Method in class com.vaadin.client.ui.VPopupTimeCalendar
 
updateBufferedValues() - Method in class com.vaadin.client.ui.VAbstractTextualDate
 
updateBufferedValues() - Method in class com.vaadin.client.ui.VDateField
Update buffered values VDateField.bufferedDateString and VDateField.bufferedResolutions that will be sent to the server.
updateBufferedValues() - Method in class com.vaadin.client.ui.VDateFieldCalendar
 
updateBufferedValues() - Method in class com.vaadin.client.ui.VDateTimeFieldCalendar
 
updateCaption() - Method in class com.vaadin.client.VCaption
Updates the caption from UIDL.
updateCaption() - Method in class com.vaadin.client.VCaptionWrapper
 
updateCaption(Widget, AbstractComponentState, boolean) - Method in class com.vaadin.client.ui.VFormLayout.VFormLayoutTable
 
updateCaption(ComponentConnector) - Method in class com.vaadin.client.connectors.grid.GridConnector
 
updateCaption(ComponentConnector) - Method in interface com.vaadin.client.HasComponentsConnector
Update child components caption, description and error message.
updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.absolutelayout.AbsoluteLayoutConnector
 
updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.accordion.AccordionConnector
 
updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.composite.CompositeConnector
 
updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.csslayout.CssLayoutConnector
 
updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.customcomponent.CustomComponentConnector
 
updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.customfield.CustomFieldConnector
 
updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.customlayout.CustomLayoutConnector
 
updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.formlayout.FormLayoutConnector
 
updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.gridlayout.GridLayoutConnector
 
updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.loginform.LoginFormConnector
 
updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.orderedlayout.AbstractOrderedLayoutConnector
 
updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.panel.PanelConnector
 
updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.popupview.PopupViewConnector
 
updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.splitpanel.AbstractSplitPanelConnector
 
updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.tabsheet.TabsheetConnector
 
updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.ui.UIConnector
 
updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.VCustomLayout
Update caption for the given child connector.
updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.window.WindowConnector
 
updateCaption(AbstractComponentState, boolean) - Method in class com.vaadin.client.ui.VFormLayout.Caption
 
updateCaption(TabState) - Method in class com.vaadin.client.ui.VAccordion.StackItem
Updates the caption to match the current tab state.
updateCaptionOffset(Element) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
Update the offset off the caption relative to the slot
updateCaptionOffset(Element) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
Deprecated.
As of 7.2, call or override VAbstractOrderedLayout.updateCaptionOffset(Element) instead
updateCaptions(String, String) - Method in class com.vaadin.client.ui.VTwinColSelect
Updates the captions above the left (options) and right (selections) columns.
updateCaptionWithoutOwner(String, boolean, boolean, boolean, ErrorLevel, String, String) - Method in class com.vaadin.client.VCaption
Deprecated.
updateCaptionWithoutOwner(String, boolean, boolean, boolean, String) - Method in class com.vaadin.client.VCaption
Deprecated.
updateCaptionWithoutOwner(String, boolean, boolean, boolean, String, String) - Method in class com.vaadin.client.VCaption
Deprecated.
updateCell(GridLayoutState.ChildComponentData) - Method in class com.vaadin.client.ui.VGridLayout.Cell
 
updateColor(String[], String[], String[]) - Method in class com.vaadin.client.ui.colorpicker.VColorPickerGrid
Updates the changed colors within the grid based on the given x- and y-coordinates.
updateColSpans() - Method in class com.vaadin.client.widgets.Grid.StaticSection
Triggers column span calculation for all the rows within this section that contain spanned cells.
updateColumns() - Method in class com.vaadin.client.connectors.grid.GridConnector
Updates the widgets columns to match the map in this connector.
updateComponent(Widget, UIDL, boolean) - Method in class com.vaadin.client.ApplicationConnection
Deprecated.
As of 7.0, no longer serves any purpose
updateComponentSize() - Method in class com.vaadin.client.ui.AbstractComponentConnector
Updates the component size based on the shared state, invoking the layout manager if necessary.
updateComponentSize() - Method in class com.vaadin.client.ui.window.WindowConnector
 
updateComponentSize(String, String) - Method in class com.vaadin.client.ui.AbstractComponentConnector
Updates the component size, invoking the layout manager if necessary.
updateContentNodeHeight() - Method in class com.vaadin.client.ui.VTabsheet
For internal use only.
updateContentsSize() - Method in class com.vaadin.client.ui.VWindow
Relayouts this window and its contents.
updateDialog() - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
Called whenever a reconnect attempt fails to allow updating of dialog contents.
updateDragImage(Event.NativePreviewEvent, VDragAndDropManager.DDManagerMediator) - Method in class com.vaadin.client.ui.dd.DDEventHandleStrategy
Deprecated.
Updates drag image DOM element.
updateDragImagePosition(NativeEvent, Element) - Method in class com.vaadin.client.ui.dd.VDragAndDropManager
Deprecated.
Updates drag image position.
updateDropDetails(VDragEvent) - Method in class com.vaadin.client.ui.VDragAndDropWrapper
 
updateDynamicWidth() - Method in class com.vaadin.client.ui.VTabsheet
For internal use only.
updateEnabledState() - Method in class com.vaadin.client.ui.VRadioButtonGroup
Sets radio buttons enabled according to this widget's enabled and read-only status, as well as each option's own enabled status.
updateEnabledState(boolean) - Method in interface com.vaadin.client.ServerConnector
 
updateEnabledState(boolean) - Method in class com.vaadin.client.ui.AbstractComponentConnector
 
updateEnabledState(boolean) - Method in class com.vaadin.client.ui.AbstractConnector
 
updateError(Widget, String, ErrorLevel, boolean) - Method in class com.vaadin.client.ui.VFormLayout.VFormLayoutTable
 
updateError(String, ErrorLevel, boolean) - Method in class com.vaadin.client.ui.VFormLayout.ErrorFlag
 
updateErrorLevel(ErrorLevel) - Method in class com.vaadin.client.VErrorMessage
Sets the correct error level style name for the error message and removes all previous style names.
updateExpandCompensation() - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
Updates the expand compensation based on the measured sizes of children without expand.
updateExpandedSizes() - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
Assigns relative sizes to the children that should expand based on their expand ratios.
updateFocusHandler(T, HandlerRegistration) - Static method in class com.vaadin.client.EventHelper
Adds or removes a focus handler depending on if the connector has focus listeners on the server side or not.
updateFocusHandler(T, HandlerRegistration, Widget) - Static method in class com.vaadin.client.EventHelper
Adds or removes a focus handler depending on if the connector has focus listeners on the server side or not.
updateFreezePosition(int, double) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
Updates the freeze position for the given column.
updateFromUIDL(UIDL, ApplicationConnection) - Method in interface com.vaadin.client.Paintable
Deprecated.
 
updateFromUIDL(UIDL, ApplicationConnection) - Method in class com.vaadin.client.ui.customlayout.CustomLayoutConnector
 
updateFromUIDL(UIDL, ApplicationConnection) - Method in class com.vaadin.client.ui.draganddropwrapper.DragAndDropWrapperConnector
Deprecated.
 
updateFromUIDL(UIDL, ApplicationConnection) - Method in class com.vaadin.client.ui.LegacyConnector
Deprecated.
 
updateFromUIDL(UIDL, ApplicationConnection) - Method in class com.vaadin.client.ui.menubar.MenuBarConnector
This method must be implemented to update the client-side component from UIDL data received from server.
updateFromUIDL(UIDL, ApplicationConnection) - Method in class com.vaadin.client.ui.panel.PanelConnector
 
updateFromUIDL(UIDL, ApplicationConnection) - Method in class com.vaadin.client.ui.ui.UIConnector
 
updateFromUIDL(UIDL, ApplicationConnection) - Method in class com.vaadin.client.ui.upload.UploadConnector
 
updateFromUIDL(UIDL, ApplicationConnection) - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
updateFromUIDL(UIDL, ApplicationConnection) - Method in class com.vaadin.client.ui.window.WindowConnector
 
updateGrid(int, int) - Method in class com.vaadin.client.ui.colorpicker.VColorPickerGrid
Updates the row and column count and creates a new grid based on them.
updateHandler(ComponentConnector, H, String, HandlerRegistration, DomEvent.Type<H>, Widget) - Static method in class com.vaadin.client.EventHelper
 
updateHandler(ComponentConnector, String, HandlerRegistration, Supplier<HandlerRegistration>) - Static method in class com.vaadin.client.EventHelper
Updates handler registered using handlerProvider: removes it if connector doesn't have anymore eventIdentifier using provided handlerRegistration and adds it via provided handlerProvider if connector has event listener with eventIdentifier.
updateHeight() - Method in class com.vaadin.client.ui.VGridLayout
For internal use only.
updateItemEnabled(RadioButton, boolean) - Method in class com.vaadin.client.ui.VRadioButtonGroup
Updates the enabled state of a radio button.
updateItemSelection(RadioButton, boolean) - Method in class com.vaadin.client.ui.VRadioButtonGroup
Updates the selected state of a radio button.
updateListeners() - Method in class com.vaadin.client.ui.datefield.AbstractInlineDateFieldConnector
Updates listeners registered (or register them) for the widget based on the current resolution.
updateListeners() - Method in class com.vaadin.client.ui.datefield.DateTimeFieldConnector
 
updateListeners() - Method in class com.vaadin.client.ui.datefield.InlineDateTimeFieldConnector
 
updateListeners() - Method in class com.vaadin.client.ui.datefield.TextualDateConnector
Updates listeners registered (or register them) for the widget based on the current resolution.
updateMarginStyleNames(MarginInfo) - Method in class com.vaadin.client.ui.VGridLayout
For internal use only.
updateMaximizeRestoreClassName(boolean, WindowMode) - Method in class com.vaadin.client.ui.VWindow
Updates the visibility and styles for the element that doubles up as the maximize and the restore button depending on the mode.
updateMessage(String) - Method in class com.vaadin.client.VErrorMessage
 
updateOpenTabSize() - Method in class com.vaadin.client.ui.VTabsheet
Sets the size of the visible tab content (component).
updatePlaceholder() - Method in class com.vaadin.client.ui.VComboBox
Update placeholder visibility (hidden when read-only or disabled).
updatePosition(Event, boolean) - Method in class com.vaadin.client.VTooltip
 
updateReadOnly() - Method in class com.vaadin.client.ui.VComboBox
For internal use only.
updateRelativeChildrenAndSendSizeUpdateEvent(ApplicationConnection, HasWidgets, Widget) - Static method in class com.vaadin.client.Util
 
updateResizeFlags(MouseEvent) - Method in class com.vaadin.client.debug.internal.VDebugWindow.MouseHandler
 
updateRole(Element, Escalator.AriaGridRole) - Method in class com.vaadin.client.widgets.Escalator.AriaGridHelper
Sets the role attribute to the given element.
updateRootWidth() - Method in class com.vaadin.client.ui.VComboBox
Calculates the width of the select if the select has undefined width.
updateRow() - Method in class com.vaadin.client.data.AbstractRemoteDataSource.RowHandleImpl
 
updateRow() - Method in class com.vaadin.client.data.DataSource.RowHandle
Informs the DataSource that the row data represented by this RowHandle has been updated.
updateRowData(JsonObject) - Method in class com.vaadin.client.connectors.data.DataCommunicatorConnector.VaadinDataSource
Updates row data based on row key.
updateRowPositions(int, int) - Method in interface com.vaadin.client.widget.escalator.RowContainer.BodyRowContainer
Recalculates and updates the positions of rows and spacers within the given range and ensures there is no gap below the rows if there are enough rows to fill the space.
updateRowSelected(DataSource.RowHandle<JsonObject>, boolean) - Method in class com.vaadin.client.connectors.grid.MultiSelectionModelConnector
Marks the given row to be selected or deselected.
updateSelectAllCheckBox() - Method in class com.vaadin.client.connectors.grid.MultiSelectionModelConnector
Called whenever there has been a state update for select all checkbox visibility or all have been selected or deselected.
updateSelectionFromServer(String, String, String) - Method in class com.vaadin.client.ui.VComboBox.DataReceivedHandler
Perform selection (if appropriate) based on a reply from the server.
updateShadowSizeAndPosition() - Method in class com.vaadin.client.widgets.Overlay
Deprecated.
updateSize(Element) - Method in class com.vaadin.client.RenderInformation
Update the size of the widget.
updateSize(Element) - Method in class com.vaadin.client.RenderInformation
Deprecated.
As of 7.2, call and override RenderInformation.updateSize(Element) instead
updateSizes() - Method in class com.vaadin.client.ui.VAbstractSplitPanel
For internal use only.
updateSpacingStyleName(boolean) - Method in class com.vaadin.client.ui.VGridLayout
For internal use only.
updateStylenames(String) - Method in class com.vaadin.client.ui.VAbsoluteLayout
Updates all style names contained in the layout.
updateStyleNames() - Method in class com.vaadin.client.ui.VAbsoluteLayout.AbsoluteWrapper
Updates the style names using the primary style name as prefix.
updateStyleNames() - Method in class com.vaadin.client.ui.VAbstractPopupCalendar
 
updateStyleNames() - Method in class com.vaadin.client.ui.VAbstractTextualDate
Updates style names for the widget (and its children).
updateStyleNames() - Method in class com.vaadin.client.ui.VComboBox
 
updateStyleNames() - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
 
updateStyleNames() - Method in class com.vaadin.client.ui.VMenuBar
 
updateStyleNames(AbstractComponentState) - Method in class com.vaadin.client.ui.VComboBox.SuggestionPopup
Updates style names in suggestion popup to help theme building.
updateStyleNames(String) - Method in class com.vaadin.client.ui.VAccordion
Updates the primary style name base for all stack items.
updateStyleNames(String, boolean) - Method in class com.vaadin.client.ui.VSlider
Updates the style names for this widget and the child elements.
updateSuggestionPopupMinWidth() - Method in class com.vaadin.client.ui.VComboBox
Update minimum width for combo box textarea based on input prompt and suggestions.
updateTextFieldEnabled() - Method in class com.vaadin.client.ui.VAbstractPopupCalendar
Updates the text field's enabled status to correspond with the latest value set through VAbstractPopupCalendar.setTextFieldEnabled(boolean) and this component's general VAbstractPopupCalendar.setEnabled(boolean).
updateTimes() - Method in class com.vaadin.client.ui.VDateTimeCalendarPanel.VTime
Updates the value to correspond to the values in value.
updateValue(Date) - Method in class com.vaadin.client.ui.VAbstractPopupCalendar
Changes the current date, and updates the VDateField.bufferedResolutions, possibly VDateField.sendBufferedValues() to the server if needed.
updateValue(Date) - Method in class com.vaadin.client.ui.VPopupTimeCalendar
 
updateValueFromPanel() - Method in class com.vaadin.client.ui.VAbstractDateFieldCalendar
Update buffered values and send them (if any) to the server.
updateValueFromPanel() - Method in class com.vaadin.client.ui.VDateFieldCalendar
TODO refactor: almost same method as in VPopupCalendar.updateValue
updateValueFromPanel() - Method in class com.vaadin.client.ui.VDateTimeFieldCalendar
 
updateVariable(String, String, boolean, boolean) - Method in class com.vaadin.client.ApplicationConnection
Sends a new value for the given paintables given variable to the server.
updateVariable(String, String, double, boolean) - Method in class com.vaadin.client.ApplicationConnection
Sends a new value for the given paintables given variable to the server.
updateVariable(String, String, float, boolean) - Method in class com.vaadin.client.ApplicationConnection
Sends a new value for the given paintables given variable to the server.
updateVariable(String, String, int, boolean) - Method in class com.vaadin.client.ApplicationConnection
Sends a new value for the given paintables given variable to the server.
updateVariable(String, String, long, boolean) - Method in class com.vaadin.client.ApplicationConnection
Sends a new value for the given paintables given variable to the server.
updateVariable(String, String, ServerConnector, boolean) - Method in class com.vaadin.client.ApplicationConnection
Sends a new value for the given paintables given variable to the server.
updateVariable(String, String, Object[], boolean) - Method in class com.vaadin.client.ApplicationConnection
Sends a new value for the given paintables given variable to the server.
updateVariable(String, String, String[], boolean) - Method in class com.vaadin.client.ApplicationConnection
Sends a new value for the given paintables given variable to the server.
updateVariable(String, String, String, boolean) - Method in class com.vaadin.client.ApplicationConnection
Sends a new value for the given paintables given variable to the server.
updateVariable(String, String, Map<String, Object>, boolean) - Method in class com.vaadin.client.ApplicationConnection
Sends a new value for the given paintables given variable to the server.
updateWidgetSize(String, String) - Method in class com.vaadin.client.ui.AbstractComponentConnector
Updates the DOM size of this connector's widget.
updateWidgetSize(String, String) - Method in class com.vaadin.client.ui.gridlayout.GridLayoutConnector
 
updateWidgetStyleNames() - Method in class com.vaadin.client.ui.AbstractComponentConnector
Updates the user defined, read-only and error style names for the widget based the shared state.
updateWidgetStyleNames() - Method in class com.vaadin.client.ui.AbstractFieldConnector
 
updateWidth() - Method in class com.vaadin.client.ui.VGridLayout
For internal use only.
updateWindowMode() - Method in class com.vaadin.client.ui.window.WindowConnector
Updates the window state to match the current mode.
updateWindowPosition() - Method in class com.vaadin.client.ui.window.WindowConnector
Initializes or updates position from state.
UploadConnector - Class in com.vaadin.client.ui.upload
A connector class for the Upload component.
UploadConnector() - Constructor for class com.vaadin.client.ui.upload.UploadConnector
Constructs a connector for an Upload component.
uploadDone() - Method in class com.vaadin.client.ui.draganddropwrapper.DragAndDropWrapperConnector
Deprecated.
 
uploadDone() - Method in interface com.vaadin.client.ui.VDragAndDropWrapper.UploadHandler
 
uploadHandler - Variable in class com.vaadin.client.ui.VDragAndDropWrapper
For internal use only.
UploadIFrameOnloadStrategy - Class in com.vaadin.client.ui.upload
An IFrame onload strategy class for an Upload component.
UploadIFrameOnloadStrategy() - Constructor for class com.vaadin.client.ui.upload.UploadIFrameOnloadStrategy
 
UploadIFrameOnloadStrategyIE - Class in com.vaadin.client.ui.upload
IE does not have onload, detect onload via readystatechange.
UploadIFrameOnloadStrategyIE() - Constructor for class com.vaadin.client.ui.upload.UploadIFrameOnloadStrategyIE
 
URLReference_Serializer - Class in com.vaadin.client.communication
 
URLReference_Serializer() - Constructor for class com.vaadin.client.communication.URLReference_Serializer
 
useServiceUrlPathParam() - Method in class com.vaadin.client.ApplicationConfiguration
Checks whether path info in requests to the server-side service should be in a request parameter (named v-resourcePath) or appended to the end of the service URL.
Util - Class in com.vaadin.client
 
Util() - Constructor for class com.vaadin.client.Util
 

V

VaadinDataSource() - Constructor for class com.vaadin.client.connectors.data.DataCommunicatorConnector.VaadinDataSource
 
VaadinFinderLocatorStrategy - Class in com.vaadin.client.componentlocator
The VaadinFinder locator strategy implements an XPath-like syntax for locating elements in Vaadin applications.
VaadinFinderLocatorStrategy(ApplicationConnection) - Constructor for class com.vaadin.client.componentlocator.VaadinFinderLocatorStrategy
 
vaadinModality - Variable in class com.vaadin.client.ui.VWindow
For internal use only.
VAbsoluteLayout - Class in com.vaadin.client.ui
 
VAbsoluteLayout() - Constructor for class com.vaadin.client.ui.VAbsoluteLayout
Default constructor.
VAbsoluteLayout.AbsoluteWrapper - Class in com.vaadin.client.ui
Internal wrapper for wrapping widgets in the Absolute layout.
VAbstractCalendarPanel<R extends Enum<R>> - Class in com.vaadin.client.ui
Abstract calendar panel to show and select a date using a resolution.
VAbstractCalendarPanel() - Constructor for class com.vaadin.client.ui.VAbstractCalendarPanel
Constructs a calendar panel widget for displaying and selecting a date.
VAbstractCalendarPanel.FocusChangeListener - Interface in com.vaadin.client.ui
FocusChangeListener is notified when the panel changes its focused value.
VAbstractCalendarPanel.FocusedDate - Class in com.vaadin.client.ui
Helper class to inform the screen reader that the user changed the selected date.
VAbstractCalendarPanel.FocusOutListener - Interface in com.vaadin.client.ui
Blur listener that listens to blur event from the panel.
VAbstractCalendarPanel.SubmitListener - Interface in com.vaadin.client.ui
Interface for updating date field value based on the current calendar panel data or canceling the update.
VAbstractDateFieldCalendar<PANEL extends VAbstractCalendarPanel<R>,​R extends Enum<R>> - Class in com.vaadin.client.ui
A client side implementation for inline date field.
VAbstractDateFieldCalendar(PANEL, R) - Constructor for class com.vaadin.client.ui.VAbstractDateFieldCalendar
Constructs a date selection widget with an inline date/time selector.
VAbstractDropHandler - Class in com.vaadin.client.ui.dd
Deprecated.
Replaced in 8.1 with DropTargetExtensionConnector
VAbstractDropHandler() - Constructor for class com.vaadin.client.ui.dd.VAbstractDropHandler
Deprecated.
 
VAbstractOrderedLayout - Class in com.vaadin.client.ui.orderedlayout
Base class for ordered layouts.
VAbstractOrderedLayout(boolean) - Constructor for class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
Constructs an ordered layout widget with the indicated orientation.
VAbstractPopupCalendar<PANEL extends VAbstractCalendarPanel<R>,​R extends Enum<R>> - Class in com.vaadin.client.ui
Represents a date selection component with a text field and a popup date/time selector.
VAbstractPopupCalendar(PANEL, R) - Constructor for class com.vaadin.client.ui.VAbstractPopupCalendar
Constructs a date selection widget with a text field and a pop-up date/time selector.
VAbstractSplitPanel - Class in com.vaadin.client.ui
Base class for the SplitPanel widgets.
VAbstractSplitPanel() - Constructor for class com.vaadin.client.ui.VAbstractSplitPanel
Constructs a base widget for a SplitPanel component.
VAbstractSplitPanel(Orientation) - Constructor for class com.vaadin.client.ui.VAbstractSplitPanel
Constructs a base widget for a SplitPanel component with the given orientation.
VAbstractSplitPanel.SplitterMoveHandler - Interface in com.vaadin.client.ui
Event handler interface for moving the splitter element.
VAbstractSplitPanel.SplitterMoveHandler.SplitterMoveEvent - Class in com.vaadin.client.ui
Event class for splitter element move.
VAbstractTextualDate<R extends Enum<R>> - Class in com.vaadin.client.ui
Abstract textual date field base implementation.
VAbstractTextualDate(R) - Constructor for class com.vaadin.client.ui.VAbstractTextualDate
 
VAcceptAll - Class in com.vaadin.client.ui.dd
VAcceptAll() - Constructor for class com.vaadin.client.ui.dd.VAcceptAll
Deprecated.
 
VAcceptCallback - Interface in com.vaadin.client.ui.dd
Deprecated.
Since 8.1, no direct replacement, see DropTargetExtensionConnector
VAcceptCriteria - Class in com.vaadin.client.ui.dd
Deprecated.
Replaced in 8.1 with DropTargetExtension#setDropCriteria(String)
VAcceptCriterion - Class in com.vaadin.client.ui.dd
Deprecated.
Replaced in 8.1 with DropTargetExtension#setDropCriteria(String)
VAcceptCriterion() - Constructor for class com.vaadin.client.ui.dd.VAcceptCriterion
Deprecated.
 
VAcceptCriterionFactory - Class in com.vaadin.client.ui.dd
Deprecated.
Replaced in 8.1 with DropTargetExtension#setDropCriteria(String)
VAcceptCriterionFactory() - Constructor for class com.vaadin.client.ui.dd.VAcceptCriterionFactory
Deprecated.
 
VAccordion - Class in com.vaadin.client.ui
Widget class for the Accordion component.
VAccordion() - Constructor for class com.vaadin.client.ui.VAccordion
Constructs a widget for an Accordion.
VAccordion.StackItem - Class in com.vaadin.client.ui
A StackItem has always two children, Child 0 is a VCaption, Child 1 is the actual child widget.
validate(VAcceptCallback, VDragEvent) - Method in class com.vaadin.client.ui.dd.VAbstractDropHandler
Deprecated.
Validates the given drag event when all existing DnD-related tasks are completed, and triggers the callback if the validation was successful.
validatePath(String) - Method in class com.vaadin.client.componentlocator.LegacyLocatorStrategy
 
validatePath(String) - Method in interface com.vaadin.client.componentlocator.LocatorStrategy
Test the given input path for formatting errors.
validatePath(String) - Method in class com.vaadin.client.componentlocator.VaadinFinderLocatorStrategy
 
value - Variable in class com.vaadin.client.ui.VSlider
Current value of slider.
value() - Method in annotation type com.vaadin.client.annotations.OnStateChange
Defines a list of property names to listen for.
ValueChangeHandler - Class in com.vaadin.client.ui.textfield
Helper for dealing with scheduling value change events based on a given mode and possibly timeout.
ValueChangeHandler(ValueChangeHandler.Owner) - Constructor for class com.vaadin.client.ui.textfield.ValueChangeHandler
Creates a value change handler for the given owner.
ValueChangeHandler.Owner - Interface in com.vaadin.client.ui.textfield
Must be implemented by any user of a ValueChangeHandler.
ValueMap - Class in com.vaadin.client
 
ValueMap() - Constructor for class com.vaadin.client.ValueMap
 
valueOf(String) - Static method in enum com.vaadin.client.ApplicationConnection.ApplicationState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.client.communication.AtmospherePushConnection.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.client.communication.DefaultConnectionStateHandler.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.client.debug.internal.Icon
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.client.HasChildMeasurementHintConnector.ChildMeasurementHint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.client.metadata.AsyncBundleLoader.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.client.metadata.TypeDataStore.MethodAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.client.ui.orderedlayout.CaptionPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.client.widget.escalator.ScrollbarBundle.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.client.widget.grid.AutoScroller.ScrollAxis
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.client.widget.grid.DefaultEditorEventHandler.CursorMoveDelta
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.client.widgets.Escalator.AriaGridRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.client.widgets.Grid.Editor.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.vaadin.client.ApplicationConnection.ApplicationState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.client.communication.AtmospherePushConnection.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.client.communication.DefaultConnectionStateHandler.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.client.debug.internal.Icon
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.client.HasChildMeasurementHintConnector.ChildMeasurementHint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.client.metadata.AsyncBundleLoader.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.client.metadata.TypeDataStore.MethodAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.client.ui.orderedlayout.CaptionPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.client.widget.escalator.ScrollbarBundle.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.client.widget.grid.AutoScroller.ScrollAxis
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.client.widget.grid.DefaultEditorEventHandler.CursorMoveDelta
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.client.widgets.Escalator.AriaGridRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.client.widgets.Grid.Editor.State
Returns an array containing the constants of this enum type, in the order they are declared.
VAnd - Class in com.vaadin.client.ui.dd
Deprecated.
Replaced in 8.1 with DropTargetExtension#setDropCriteria(String)
VAnd() - Constructor for class com.vaadin.client.ui.dd.VAnd
Deprecated.
 
VAudio - Class in com.vaadin.client.ui
 
VAudio() - Constructor for class com.vaadin.client.ui.VAudio
 
VBrowserFrame - Class in com.vaadin.client.ui
 
VBrowserFrame() - Constructor for class com.vaadin.client.ui.VBrowserFrame
 
VButton - Class in com.vaadin.client.ui
 
VButton() - Constructor for class com.vaadin.client.ui.VButton
 
VCaption - Class in com.vaadin.client
 
VCaption(ApplicationConnection) - Constructor for class com.vaadin.client.VCaption
Deprecated.
all captions should be associated with a paintable widget and be updated from shared state, not UIDL
VCaption(ComponentConnector, ApplicationConnection) - Constructor for class com.vaadin.client.VCaption
Creates a caption for a ComponentConnector.
VCaptionWrapper - Class in com.vaadin.client
 
VCaptionWrapper(ComponentConnector, ApplicationConnection) - Constructor for class com.vaadin.client.VCaptionWrapper
Creates a new caption wrapper panel.
VCheckBox - Class in com.vaadin.client.ui
 
VCheckBox() - Constructor for class com.vaadin.client.ui.VCheckBox
 
VCheckBoxGroup - Class in com.vaadin.client.ui
The client-side widget for the CheckBoxGroup component.
VCheckBoxGroup() - Constructor for class com.vaadin.client.ui.VCheckBoxGroup
 
VColorPicker - Class in com.vaadin.client.ui
Client side implementation for ColorPicker.
VColorPicker() - Constructor for class com.vaadin.client.ui.VColorPicker
 
VColorPickerArea - Class in com.vaadin.client.ui
Client side implementation for ColorPickerArea.
VColorPickerArea() - Constructor for class com.vaadin.client.ui.VColorPickerArea
Initializes an area-style color picker widget.
VColorPickerGradient - Class in com.vaadin.client.ui.colorpicker
Client side implementation for ColorPickerGradient.
VColorPickerGradient() - Constructor for class com.vaadin.client.ui.colorpicker.VColorPickerGradient
Instantiates the client side component for a color picker gradient.
VColorPickerGrid - Class in com.vaadin.client.ui.colorpicker
Client side implementation for ColorPickerGrid.
VColorPickerGrid() - Constructor for class com.vaadin.client.ui.colorpicker.VColorPickerGrid
Instantiates the client side component for a color picker grid.
VComboBox - Class in com.vaadin.client.ui
Client side implementation of the ComboBox component.
VComboBox() - Constructor for class com.vaadin.client.ui.VComboBox
Default constructor.
VComboBox.ComboBoxSuggestion - Class in com.vaadin.client.ui
Represents a suggestion in the suggestion popup box.
VComboBox.DataReceivedHandler - Class in com.vaadin.client.ui
Handler receiving notifications from the connector and updating the widget state accordingly.
VComboBox.FilterSelectTextBox - Class in com.vaadin.client.ui
TextBox variant used as input element for filter selects, which prevents selecting text when disabled.
VComboBox.SuggestionMenu - Class in com.vaadin.client.ui
The menu where the suggestions are rendered.
VComboBox.SuggestionPopup - Class in com.vaadin.client.ui
Represents the popup box with the selection options.
VConsole - Class in com.vaadin.client
Deprecated.
as of 7.1, use Logger from java.util.logging instead.
VConsole() - Constructor for class com.vaadin.client.VConsole
Deprecated.
 
VContainsDataFlavor - Class in com.vaadin.client.ui.dd
Deprecated.
Replaced in 8.1 with DropTargetExtension#setDropCriteria(String)
VContainsDataFlavor() - Constructor for class com.vaadin.client.ui.dd.VContainsDataFlavor
Deprecated.
 
VContextMenu - Class in com.vaadin.client.ui
 
VContextMenu() - Constructor for class com.vaadin.client.ui.VContextMenu
This method should be used only by Client object as only one per client should exists.
VCssLayout - Class in com.vaadin.client.ui
VCssLayout is a layout which supports configuring it's children with CSS selectors.
VCssLayout() - Constructor for class com.vaadin.client.ui.VCssLayout
Default constructor.
VCustomComponent - Class in com.vaadin.client.ui
 
VCustomComponent() - Constructor for class com.vaadin.client.ui.VCustomComponent
 
VCustomField - Class in com.vaadin.client.ui
 
VCustomField() - Constructor for class com.vaadin.client.ui.VCustomField
 
VCustomLayout - Class in com.vaadin.client.ui
Custom Layout implements complex layout defined with HTML template.
VCustomLayout() - Constructor for class com.vaadin.client.ui.VCustomLayout
Constructs a widget for a custom layout.
VDateCalendarPanel - Class in com.vaadin.client.ui
A calendar panel widget to show and select a date.
VDateCalendarPanel() - Constructor for class com.vaadin.client.ui.VDateCalendarPanel
 
VDateField<R extends Enum<R>> - Class in com.vaadin.client.ui
A very base widget class for a date field.
VDateField(R) - Constructor for class com.vaadin.client.ui.VDateField
Constructs a widget for a date field.
VDateFieldCalendar - Class in com.vaadin.client.ui
A client side implementation for InlineDateField.
VDateFieldCalendar() - Constructor for class com.vaadin.client.ui.VDateFieldCalendar
Constructs a widget for the InlineDateField component.
VDateTimeCalendarPanel - Class in com.vaadin.client.ui
A calendar panel widget to show and select a date and a time.
VDateTimeCalendarPanel() - Constructor for class com.vaadin.client.ui.VDateTimeCalendarPanel
 
VDateTimeCalendarPanel.TimeChangeListener - Interface in com.vaadin.client.ui
Dispatches an event when the panel when time is changed.
VDateTimeCalendarPanel.VTime - Class in com.vaadin.client.ui
TimeSelector is a widget consisting of list boxes that modify the Date object that is given for.
VDateTimeFieldCalendar - Class in com.vaadin.client.ui
A client side implementation for inline date/time field.
VDateTimeFieldCalendar() - Constructor for class com.vaadin.client.ui.VDateTimeFieldCalendar
Constructs a widget for the InlineDateTimeField component.
VDebugWindow - Class in com.vaadin.client.debug.internal
Debug window implementation.
VDebugWindow() - Constructor for class com.vaadin.client.debug.internal.VDebugWindow
This class should only be instantiated by the framework, use VDebugWindow.get() instead to get the singleton instance.
VDebugWindow.Menu - Class in com.vaadin.client.debug.internal
Popup menu for VDebugWindow.
VDebugWindow.MouseHandler - Class in com.vaadin.client.debug.internal
Handler for resizing and moving window, also updates cursor on mousemove.
VDragAndDropManager - Class in com.vaadin.client.ui.dd
Deprecated.
VDragAndDropManager() - Constructor for class com.vaadin.client.ui.dd.VDragAndDropManager
Deprecated.
Singleton.
VDragAndDropManager.DDManagerMediator - Interface in com.vaadin.client.ui.dd
Deprecated.
Implementation if this interface is provided as a parameter to DDEventHandleStrategy methods.
VDragAndDropWrapper - Class in com.vaadin.client.ui
A wrapper for Drag and Drop.
VDragAndDropWrapper() - Constructor for class com.vaadin.client.ui.VDragAndDropWrapper
 
VDragAndDropWrapper.CustomDropHandler - Class in com.vaadin.client.ui
 
VDragAndDropWrapper.UploadHandler - Interface in com.vaadin.client.ui
Internal client side interface used by the connector and the widget for the drag and drop wrapper to signal the completion of an HTML5 file upload.
VDragAndDropWrapperIE - Class in com.vaadin.client.ui
 
VDragAndDropWrapperIE() - Constructor for class com.vaadin.client.ui.VDragAndDropWrapperIE
 
VDragEvent - Class in com.vaadin.client.ui.dd
Deprecated.
Since 8.1, no direct replacement, see DropTargetExtensionConnector
VDragEventServerCallback - Interface in com.vaadin.client.ui.dd
Deprecated.
Replaced in 8.1 DropTargetRpc
VDragSourceIs - Class in com.vaadin.client.ui.dd
Deprecated.
Replaced in 8.1 with DropTargetExtension#setDropCriteria(String)
VDragSourceIs() - Constructor for class com.vaadin.client.ui.dd.VDragSourceIs
Deprecated.
 
VDropHandler - Interface in com.vaadin.client.ui.dd
Deprecated.
Replaced in 8.1 with DropListener and DropTargetExtension
VEmbedded - Class in com.vaadin.client.ui
A widget class for the Embedded component.
VEmbedded() - Constructor for class com.vaadin.client.ui.VEmbedded
Constructs a widget for an Embedded component.
VErrorMessage - Class in com.vaadin.client
 
VErrorMessage() - Constructor for class com.vaadin.client.VErrorMessage
 
version - Variable in class com.vaadin.client.metadata.ConnectorBundleLoader.CValUiInfo
 
vertical - Variable in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
For internal use only.
VERTICAL - com.vaadin.client.widget.escalator.ScrollbarBundle.Direction
Scrollbar orientation, indicated by the name.
VERTICAL - com.vaadin.client.widget.grid.AutoScroller.ScrollAxis
Scroll should happen to the direction indicated by the name.
VERTICAL_SPACING - Static variable in class com.vaadin.client.StyleConstants
 
verticalDropLocation - Variable in class com.vaadin.client.ui.VDragAndDropWrapper
 
VerticalLayoutConnector - Class in com.vaadin.client.ui.orderedlayout
Connects the client widget VVerticalLayout with the Vaadin server side counterpart VerticalLayout.
VerticalLayoutConnector() - Constructor for class com.vaadin.client.ui.orderedlayout.VerticalLayoutConnector
 
VerticalScrollbarBundle() - Constructor for class com.vaadin.client.widget.escalator.ScrollbarBundle.VerticalScrollbarBundle
 
VerticalScrollbarVisibilityChangeEvent() - Constructor for class com.vaadin.client.widget.grid.events.VerticalScrollbarVisibilityChangeHandler.VerticalScrollbarVisibilityChangeEvent
FOR INTERNAL USE ONLY, MAY GET REMOVED OR MODIFIED AT ANY TIME!
VerticalScrollbarVisibilityChangeHandler - Interface in com.vaadin.client.widget.grid.events
FOR INTERNAL USE ONLY, MAY GET REMOVED OR MODIFIED AT ANY TIME!
VerticalScrollbarVisibilityChangeHandler.VerticalScrollbarVisibilityChangeEvent - Class in com.vaadin.client.widget.grid.events
FOR INTERNAL USE ONLY, MAY GET REMOVED OR MODIFIED AT ANY TIME!
VerticalSplitPanelConnector - Class in com.vaadin.client.ui.splitpanel
A connector class for the VerticalSplitPanel component.
VerticalSplitPanelConnector() - Constructor for class com.vaadin.client.ui.splitpanel.VerticalSplitPanelConnector
 
VFormLayout - Class in com.vaadin.client.ui
Two col Layout that places caption on left col and field on right col.
VFormLayout() - Constructor for class com.vaadin.client.ui.VFormLayout
 
VFormLayout.Caption - Class in com.vaadin.client.ui
 
VFormLayout.ErrorFlag - Class in com.vaadin.client.ui
For internal use only.
VFormLayout.VFormLayoutTable - Class in com.vaadin.client.ui
 
VFormLayoutTable() - Constructor for class com.vaadin.client.ui.VFormLayout.VFormLayoutTable
 
VGridLayout - Class in com.vaadin.client.ui
 
VGridLayout() - Constructor for class com.vaadin.client.ui.VGridLayout
 
VGridLayout.Cell - Class in com.vaadin.client.ui
For internal use only.
VHasDropHandler - Interface in com.vaadin.client.ui.dd
Deprecated.
Replaced in 8.1 with DropTargetExtensionConnector
VHorizontalLayout - Class in com.vaadin.client.ui
Represents a layout where the children is ordered vertically.
VHorizontalLayout() - Constructor for class com.vaadin.client.ui.VHorizontalLayout
Default constructor.
VHtml5DragEvent - Class in com.vaadin.client.ui.dd
Deprecated.
Since 8.1, no direct replacement currently, see DropTargetExtensionConnector
VHtml5DragEvent() - Constructor for class com.vaadin.client.ui.dd.VHtml5DragEvent
Deprecated.
Singleton.
VHtml5File - Class in com.vaadin.client.ui.dd
Deprecated.
Since 8.1, will be replaced by FileDropTargetExtensionConnector and FileDropTargetExtension, https://github.com/vaadin/framework/issues/8891
VHtml5File() - Constructor for class com.vaadin.client.ui.dd.VHtml5File
Deprecated.
Singleton.
VideoConnector - Class in com.vaadin.client.ui.video
A connector class for the Video component.
VideoConnector() - Constructor for class com.vaadin.client.ui.video.VideoConnector
 
VImage - Class in com.vaadin.client.ui
 
VImage() - Constructor for class com.vaadin.client.ui.VImage
 
visibilityChanged(ScrollbarBundle.VisibilityChangeEvent) - Method in interface com.vaadin.client.widget.escalator.ScrollbarBundle.VisibilityHandler
This method is called whenever the scrollbar handle's visibility is changed in a ScrollbarBundle.
VisibilityChangeEvent - Class in com.vaadin.client.ui.popupview
Event for popup visibility changes.
VisibilityChangeEvent(boolean) - Constructor for class com.vaadin.client.ui.popupview.VisibilityChangeEvent
Constructs a visibility change event.
VisibilityChangeHandler - Interface in com.vaadin.client.ui.popupview
Event handler for popup visibility change events.
visibilityChangesDisabled - Variable in class com.vaadin.client.ui.VWindow
For internal use only.
visibleChildMenu - Variable in class com.vaadin.client.ui.VMenuBar
 
visitServer(VDragEventServerCallback) - Method in class com.vaadin.client.ui.dd.VDragAndDropManager
Deprecated.
Visits server during drag and drop procedure.
VLabel - Class in com.vaadin.client.ui
 
VLabel() - Constructor for class com.vaadin.client.ui.VLabel
 
VLabel(String) - Constructor for class com.vaadin.client.ui.VLabel
 
VLayoutSlot - Class in com.vaadin.client.ui.layout
An abstract slot class for ManagedLayout cells.
VLayoutSlot(String, Widget) - Constructor for class com.vaadin.client.ui.layout.VLayoutSlot
Constructs a slot instance for a ManagedLayout cell.
VLazyExecutor - Class in com.vaadin.client.ui
Executes the given command delayMs milliseconds after a call to VLazyExecutor.trigger().
VLazyExecutor(int, Scheduler.ScheduledCommand) - Constructor for class com.vaadin.client.ui.VLazyExecutor
 
VLazyInitItemIdentifiers - Class in com.vaadin.client.ui.dd
Deprecated.
Replaced in 8.1 with DropTargetExtension#setDragOverCriteria(String) and DropTargetExtension#setDropCriteria(String)
VLazyInitItemIdentifiers() - Constructor for class com.vaadin.client.ui.dd.VLazyInitItemIdentifiers
Deprecated.
 
VLink - Class in com.vaadin.client.ui
 
VLink() - Constructor for class com.vaadin.client.ui.VLink
 
VListSelect - Class in com.vaadin.client.ui
A simple list select for selecting multiple items.
VListSelect() - Constructor for class com.vaadin.client.ui.VListSelect
Constructs a simple ListSelect widget in multiselect mode.
VLoadingIndicator - Class in com.vaadin.client
Class representing the loading indicator for Vaadin applications.
VLoadingIndicator() - Constructor for class com.vaadin.client.VLoadingIndicator
 
VLoginForm - Class in com.vaadin.client.ui.loginform
 
VLoginForm() - Constructor for class com.vaadin.client.ui.loginform.VLoginForm
 
VMediaBase - Class in com.vaadin.client.ui
 
VMediaBase() - Constructor for class com.vaadin.client.ui.VMediaBase
 
VMenuBar - Class in com.vaadin.client.ui
 
VMenuBar() - Constructor for class com.vaadin.client.ui.VMenuBar
 
VMenuBar(boolean, VMenuBar) - Constructor for class com.vaadin.client.ui.VMenuBar
 
VMenuBar.CustomMenuItem - Class in com.vaadin.client.ui
A class to hold information on menu items.
VNativeButton - Class in com.vaadin.client.ui
 
VNativeButton() - Constructor for class com.vaadin.client.ui.VNativeButton
 
VNativeSelect - Class in com.vaadin.client.ui
The client-side widget for the NativeSelect component.
VNativeSelect() - Constructor for class com.vaadin.client.ui.VNativeSelect
Creates a new VNativeSelect instance.
VNot - Class in com.vaadin.client.ui.dd
Deprecated.
Replaced in 8.1 with DropTargetExtension#setDropCriteria(String)
VNot() - Constructor for class com.vaadin.client.ui.dd.VNot
Deprecated.
 
VNotification - Class in com.vaadin.client.ui
 
VNotification() - Constructor for class com.vaadin.client.ui.VNotification
Default constructor.
VNotification(int) - Constructor for class com.vaadin.client.ui.VNotification
Deprecated.
Use static #createNotification(int) instead to enable GWT deferred binding.
VNotification(int, int, int) - Constructor for class com.vaadin.client.ui.VNotification
Deprecated.
Use static #createNotification(int, int, int) instead to enable GWT deferred binding.
VNotification.EventListener - Interface in com.vaadin.client.ui
 
VNotification.HideEvent - Class in com.vaadin.client.ui
 
VOr - Class in com.vaadin.client.ui.dd
Deprecated.
Replaced in 8.1 with DropTargetExtension#setDropCriteria(String)
VOr() - Constructor for class com.vaadin.client.ui.dd.VOr
Deprecated.
 
VOverlay - Class in com.vaadin.client.ui
Deprecated.
as this is specifically for Vaadin only, it should not be used directly.
VOverlay() - Constructor for class com.vaadin.client.ui.VOverlay
Deprecated.
 
VOverlay(boolean) - Constructor for class com.vaadin.client.ui.VOverlay
Deprecated.
 
VOverlay(boolean, boolean) - Constructor for class com.vaadin.client.ui.VOverlay
Deprecated.
 
VOverTreeNode - Class in com.vaadin.client.ui.dd
Deprecated.
Since 8.1, no direct replacement, see DropTargetExtension and extending classes
VOverTreeNode() - Constructor for class com.vaadin.client.ui.dd.VOverTreeNode
Deprecated.
 
VPanel - Class in com.vaadin.client.ui
 
VPanel() - Constructor for class com.vaadin.client.ui.VPanel
 
VPasswordField - Class in com.vaadin.client.ui
This class represents a password field.
VPasswordField() - Constructor for class com.vaadin.client.ui.VPasswordField
Constructs a widget for a PasswordField.
VPopupCalendar - Class in com.vaadin.client.ui
Represents a date selection component with a text field and a popup date selector.
VPopupCalendar() - Constructor for class com.vaadin.client.ui.VPopupCalendar
Constructs a date selection component with a text field and a pop-up date selector.
VPopupTimeCalendar - Class in com.vaadin.client.ui
Represents a date-time selection component with a text field and a pop-up date-and-time selector.
VPopupTimeCalendar() - Constructor for class com.vaadin.client.ui.VPopupTimeCalendar
Constructs a date-time selection component with a text field and a pop-up date-and-time selector.
VPopupView - Class in com.vaadin.client.ui
Widget class for the PopupView component.
VPopupView() - Constructor for class com.vaadin.client.ui.VPopupView
Loading constructor.
VPopupView.CustomPopup - Class in com.vaadin.client.ui
This class is only public to enable overriding showPopup, and is currently not intended to be extended or otherwise used directly.
VProgressBar - Class in com.vaadin.client.ui
Widget for showing the current progress of a long running task.
VProgressBar() - Constructor for class com.vaadin.client.ui.VProgressBar
Constructs a widget for the ProgressBar component or renderer.
VRadioButtonGroup - Class in com.vaadin.client.ui
The client-side widget for the RadioButtonGroup component.
VRadioButtonGroup() - Constructor for class com.vaadin.client.ui.VRadioButtonGroup
Constructs a widget for the RadioButtonGroup component.
VRichTextArea - Class in com.vaadin.client.ui
This class implements a basic client side rich text editor component.
VRichTextArea() - Constructor for class com.vaadin.client.ui.VRichTextArea
 
VRichTextToolbar - Class in com.vaadin.client.ui.richtextarea
A modified version of sample toolbar for use with RichTextArea.
VRichTextToolbar(RichTextArea) - Constructor for class com.vaadin.client.ui.richtextarea.VRichTextToolbar
Creates a new toolbar that drives the given rich text area.
VRichTextToolbar.Images - Interface in com.vaadin.client.ui.richtextarea
This ClientBundle is used for all the button icons.
VRichTextToolbar.Strings - Interface in com.vaadin.client.ui.richtextarea
This Constants interface is used to make the toolbar's strings internationalizable.
VSchedulerImpl - Class in com.vaadin.client
 
VSchedulerImpl() - Constructor for class com.vaadin.client.VSchedulerImpl
 
VServerAccept - Class in com.vaadin.client.ui.dd
Deprecated.
Replaced in 8.1 with DropTargetExtension
VServerAccept() - Constructor for class com.vaadin.client.ui.dd.VServerAccept
Deprecated.
 
VSlider - Class in com.vaadin.client.ui
Widget class for the Slider component.
VSlider() - Constructor for class com.vaadin.client.ui.VSlider
Constructs a widget for the Slider component.
VSourceIsTarget - Class in com.vaadin.client.ui.dd
Deprecated.
Replaced in 8.1 with DropTargetExtension#setDropCriteria(String)
VSourceIsTarget() - Constructor for class com.vaadin.client.ui.dd.VSourceIsTarget
Deprecated.
 
VSplitPanelHorizontal - Class in com.vaadin.client.ui
Widget class for the HorizontalSplitPanel component.
VSplitPanelHorizontal() - Constructor for class com.vaadin.client.ui.VSplitPanelHorizontal
Constructs a widget for the HorizontalSplitPanel component.
VSplitPanelVertical - Class in com.vaadin.client.ui
Widget class for the VerticalSplitPanel component.
VSplitPanelVertical() - Constructor for class com.vaadin.client.ui.VSplitPanelVertical
Constructs a widget for the VerticalSplitPanel component.
VTabsheet - Class in com.vaadin.client.ui
Widget class for the TabSheet component.
VTabsheet() - Constructor for class com.vaadin.client.ui.VTabsheet
Constructs a widget for a TabSheet component.
VTabsheet.PlaceHolder - Class in com.vaadin.client.ui
Deprecated.
as of 7.1, VTabsheet only keeps the active tab in the DOM without any place holders.
VTabsheet.Tab - Class in com.vaadin.client.ui
Representation of a single "tab" shown in the VTabsheet.TabBar.
VTabsheet.TabCaption - Class in com.vaadin.client.ui
Caption implementation for a VTabsheet.Tab.
VTabsheetBase - Class in com.vaadin.client.ui
Base class for a multi-view widget such as TabSheet or Accordion.
VTabsheetBase(String) - Constructor for class com.vaadin.client.ui.VTabsheetBase
Constructs a multi-view widget with the given classname.
VTabsheetPanel - Class in com.vaadin.client.ui
A panel that displays all of its child widgets in a 'deck', where only one can be visible at a time.
VTabsheetPanel() - Constructor for class com.vaadin.client.ui.VTabsheetPanel
Creates an empty tabsheet panel.
VTargetDetailIs - Class in com.vaadin.client.ui.dd
Deprecated.
Replaced in 8.1 with DropTargetExtension#setDropCriteria(String)
VTargetDetailIs() - Constructor for class com.vaadin.client.ui.dd.VTargetDetailIs
Deprecated.
 
VTextArea - Class in com.vaadin.client.ui
This class represents a multiline textfield (textarea).
VTextArea() - Constructor for class com.vaadin.client.ui.VTextArea
Constructs a widget for a TextArea.
VTextField - Class in com.vaadin.client.ui
This class represents a basic text input field with one row.
VTextField() - Constructor for class com.vaadin.client.ui.VTextField
Constructs a widget for a TextField.
VTextField(Element) - Constructor for class com.vaadin.client.ui.VTextField
Constructs a text entry widget that wraps the given input element.
VTime() - Constructor for class com.vaadin.client.ui.VDateTimeCalendarPanel.VTime
Constructor.
VTooltip - Class in com.vaadin.client
A tooltip used by components.
VTooltip() - Constructor for class com.vaadin.client.VTooltip
Used to show tooltips; usually used via the singleton in ApplicationConnection.
VTransferable - Class in com.vaadin.client.ui.dd
Deprecated.
Replaced in 8.1 with DragSourceExtensionConnector
VTransferable() - Constructor for class com.vaadin.client.ui.dd.VTransferable
Deprecated.
 
VTwinColSelect - Class in com.vaadin.client.ui
A list builder widget that has two selects; one for selectable options, another for selected options, and buttons for selecting and deselecting the items.
VTwinColSelect() - Constructor for class com.vaadin.client.ui.VTwinColSelect
Constructs a new VTwinColSelect.
VTwinColSelect.DoubleClickListBox - Class in com.vaadin.client.ui
A multiselect ListBox which catches double clicks.
VUI - Class in com.vaadin.client.ui
Widget class for the UI.
VUI() - Constructor for class com.vaadin.client.ui.VUI
Constructs a widget for an UI.
VUIDLBrowser - Class in com.vaadin.client
Deprecated.
as of 7.1. This class was mainly used by the old debug console but is retained for now for backwards compatibility.
VUIDLBrowser(UIDL, ApplicationConnection) - Constructor for class com.vaadin.client.VUIDLBrowser
Deprecated.
 
VUIDLBrowser(ValueMap, ApplicationConnection) - Constructor for class com.vaadin.client.VUIDLBrowser
Deprecated.
 
VUnknownComponent - Class in com.vaadin.client.ui
A placeholder widget class for when a component's connector cannot be determined and a placeholder connector is used instead.
VUnknownComponent() - Constructor for class com.vaadin.client.ui.VUnknownComponent
Constructs a placeholder widget.
VUpload - Class in com.vaadin.client.ui
Widget class for the Upload component.
VUpload() - Constructor for class com.vaadin.client.ui.VUpload
Constructs the widget.
VVerticalLayout - Class in com.vaadin.client.ui
Represents a layout where the children is ordered vertically.
VVerticalLayout() - Constructor for class com.vaadin.client.ui.VVerticalLayout
Default constructor.
VVideo - Class in com.vaadin.client.ui
Widget class for the Video component.
VVideo() - Constructor for class com.vaadin.client.ui.VVideo
Constructs a widget for the Video component.
VWindow - Class in com.vaadin.client.ui
"Sub window" component.
VWindow() - Constructor for class com.vaadin.client.ui.VWindow
Constructs a widget for a sub-window.

W

waitingForResponse - Variable in class com.vaadin.client.ui.VTabsheet
For internal use only.
WARNING - com.vaadin.client.debug.internal.Icon
 
WebkitTranslate3DPosition() - Constructor for class com.vaadin.client.widget.escalator.PositionFunction.WebkitTranslate3DPosition
 
white() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
 
WidgetRenderer<T,​W extends com.google.gwt.user.client.ui.Widget> - Class in com.vaadin.client.renderers
A renderer for rendering widgets into cells.
WidgetRenderer() - Constructor for class com.vaadin.client.renderers.WidgetRenderer
 
widgetset - Variable in class com.vaadin.client.metadata.ConnectorBundleLoader.CValUiInfo
 
WidgetSet - Class in com.vaadin.client
 
WidgetSet() - Constructor for class com.vaadin.client.WidgetSet
 
widgetToCell - Variable in class com.vaadin.client.ui.VGridLayout
For internal use only.
WidgetUtil - Class in com.vaadin.client
Utility methods which are related to client side code only.
WidgetUtil() - Constructor for class com.vaadin.client.WidgetUtil
 
WidgetUtil.CssSize - Class in com.vaadin.client
Wrap a css size value and its unit and translate back and forth to the string representation.
E.g. 50%, 123px, ...
WidgetUtil.ErrorUtil - Class in com.vaadin.client
Utility methods for displaying error message on components.
WidgetUtil.Reference<T> - Class in com.vaadin.client
Simple object to store another object.
WidgetUtil.TextRectangle - Class in com.vaadin.client
 
widthBreakpoints - Variable in class com.vaadin.client.extensions.ResponsiveConnector
All the width breakpoints found for this particular instance.
widthRangeCache - Static variable in class com.vaadin.client.extensions.ResponsiveConnector
All width-range breakpoints found from the style sheets on the page.
window - Variable in class com.vaadin.client.debug.internal.VDebugWindow
 
WindowConnector - Class in com.vaadin.client.ui.window
A connector class for the Window component.
WindowConnector() - Constructor for class com.vaadin.client.ui.window.WindowConnector
 
WindowMoveEvent - Class in com.vaadin.client.ui.window
Event for window position updates.
WindowMoveEvent(int, int) - Constructor for class com.vaadin.client.ui.window.WindowMoveEvent
Creates a new event with the given parameters.
WindowMoveHandler - Interface in com.vaadin.client.ui.window
Handler for WindowMoveEvents.
WindowOrderEvent - Class in com.vaadin.client.ui.window
Event for window order position updates.
WindowOrderEvent(List<VWindow>) - Constructor for class com.vaadin.client.ui.window.WindowOrderEvent
Creates a new event with the given order.
WindowOrderHandler - Interface in com.vaadin.client.ui.window
Handler for WindowOrderEvents.
windowSizeMaybeChanged(int, int) - Method in class com.vaadin.client.ui.VUI
Deprecated.
wrapper - Variable in class com.vaadin.client.ui.VButton
For internal use only.
WRAPPER - Static variable in class com.vaadin.client.ui.VDragAndDropWrapper
 

X

XHR - com.vaadin.client.communication.DefaultConnectionStateHandler.Type
 
XhrConnection - Class in com.vaadin.client.communication
Provides a connection to the /UIDL url on the server and knows how to send messages to that end point.
XhrConnection() - Constructor for class com.vaadin.client.communication.XhrConnection
 
XhrConnection.XhrResponseHandler - Class in com.vaadin.client.communication
 
XhrConnectionError - Class in com.vaadin.client.communication
XhrConnectionError provides detail about an error which occurred during an XHR request to the server.
XhrConnectionError(Request, JsonObject, Response) - Constructor for class com.vaadin.client.communication.XhrConnectionError
Constructs an event from the given request, response and payload.
XhrConnectionError(Request, JsonObject, Throwable) - Constructor for class com.vaadin.client.communication.XhrConnectionError
Constructs an event from the given request, payload and exception.
xhrException(XhrConnectionError) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
Called when an exception occurs during an XmlHttpRequest request to the server.
xhrException(XhrConnectionError) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
 
xhrInvalidContent(XhrConnectionError) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
Called when invalid content (not JSON) was returned from the server as the result of an XmlHttpRequest request.
xhrInvalidContent(XhrConnectionError) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
 
xhrInvalidStatusCode(XhrConnectionError) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
Called when invalid status code (not 200) was returned by the server as the result of an XmlHttpRequest.
xhrInvalidStatusCode(XhrConnectionError) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
 
xhrOk() - Method in interface com.vaadin.client.communication.ConnectionStateHandler
Called whenever a XmlHttpRequest to the server completes successfully.
xhrOk() - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
 
XhrResponseHandler() - Constructor for class com.vaadin.client.communication.XhrConnection.XhrResponseHandler
 
xlarge() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
 
XML() - Constructor for class com.vaadin.client.UIDL.XML
Deprecated.
 
xsmall() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
 
xxlarge() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
 
xxsmall() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
 

Y

yellow() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
 

Z

Z_INDEX - Static variable in class com.vaadin.client.ui.VWindow
The default z-index value from where all windows start up from.
Z_INDEX - Static variable in class com.vaadin.client.widgets.Overlay
The z-index value from where all overlays live.
A B C D E F G H I J K L M N O P R S T U V W X Y Z 
All Classes All Packages