A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- A - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- ABACUS - com.vaadin.icons.VaadinIcons
- ABOVE - com.vaadin.shared.ui.grid.DropLocation
-
Drop above or before the row.
- ABSOLUTE_POSITION - com.vaadin.icons.VaadinIcons
- AbsoluteLayout - Class in com.vaadin.ui
-
AbsoluteLayout is a layout implementation that mimics html absolute positioning.
- AbsoluteLayout() - Constructor for class com.vaadin.ui.AbsoluteLayout
-
Creates an AbsoluteLayout with full size.
- AbsoluteLayout.ComponentPosition - Class in com.vaadin.ui
-
The CompontPosition class represents a components position within the absolute layout.
- AbsoluteLayoutConnector - Class in com.vaadin.client.ui.absolutelayout
-
Connects the server side
AbsoluteLayout
with the client side counterpartVAbsoluteLayout
. - AbsoluteLayoutConnector() - Constructor for class com.vaadin.client.ui.absolutelayout.AbsoluteLayoutConnector
- AbsoluteLayoutServerRpc - Interface in com.vaadin.shared.ui.absolutelayout
- AbsoluteLayoutState - Class in com.vaadin.shared.ui.absolutelayout
- AbsoluteLayoutState() - Constructor for class com.vaadin.shared.ui.absolutelayout.AbsoluteLayoutState
- AbsoluteWrapper(Widget) - Constructor for class com.vaadin.client.ui.VAbsoluteLayout.AbsoluteWrapper
-
Constructor.
- AbstractBackEndDataProvider<T,F> - Class in com.vaadin.data.provider
-
Abstract base class for implementing back end data providers.
- AbstractBackEndDataProvider() - Constructor for class com.vaadin.data.provider.AbstractBackEndDataProvider
- AbstractBackEndHierarchicalDataProvider<T,F> - Class in com.vaadin.data.provider
-
Abstract base class for implementing
BackEndHierarchicalDataProvider
s. - AbstractBackEndHierarchicalDataProvider() - Constructor for class com.vaadin.data.provider.AbstractBackEndHierarchicalDataProvider
- AbstractBasicSymmetricalCacheStrategy() - Constructor for class com.vaadin.client.data.CacheStrategy.AbstractBasicSymmetricalCacheStrategy
- AbstractBeanPropertyDefinition<T,V> - Class in com.vaadin.data
-
Abstract base class for PropertyDefinition implementations for beans.
- AbstractBeanPropertyDefinition(BeanPropertySet<T>, Class<?>, PropertyDescriptor) - Constructor for class com.vaadin.data.AbstractBeanPropertyDefinition
-
Constructor for setting the immutable descriptor, property set and property holder type used by this instance.
- AbstractClickEventHandler - Class in com.vaadin.client.ui
- AbstractClickEventHandler(ComponentConnector, String) - Constructor for class com.vaadin.client.ui.AbstractClickEventHandler
- AbstractClientConnector - Class in com.vaadin.server
-
An abstract base class for ClientConnector implementations.
- AbstractClientConnector() - Constructor for class com.vaadin.server.AbstractClientConnector
- AbstractColorPicker - Class in com.vaadin.ui
-
An abstract class that defines default implementation for a color picker component.
- AbstractColorPicker() - Constructor for class com.vaadin.ui.AbstractColorPicker
-
Instantiates a new color picker.
- AbstractColorPicker(String) - Constructor for class com.vaadin.ui.AbstractColorPicker
-
Instantiates a new color picker.
- AbstractColorPicker(String, Color) - Constructor for class com.vaadin.ui.AbstractColorPicker
-
Instantiates a new color picker.
- AbstractColorPicker.Coordinates2Color - Interface in com.vaadin.ui
-
Interface for converting 2d-coordinates to a Color.
- AbstractColorPicker.PopupStyle - Enum in com.vaadin.ui
-
The style of the color picker popup.
- 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
- AbstractColorPickerState - Class in com.vaadin.shared.ui.colorpicker
-
Default shared state implementation for AbstractColorPicker.
- AbstractColorPickerState() - Constructor for class com.vaadin.shared.ui.colorpicker.AbstractColorPickerState
- AbstractComponent - Class in com.vaadin.ui
-
An abstract class that defines default implementation for the
Component
interface. - AbstractComponent() - Constructor for class com.vaadin.ui.AbstractComponent
-
Constructs a new Component.
- AbstractComponentConnector - Class in com.vaadin.client.ui
-
Base class for component connectors.
- AbstractComponentConnector() - Constructor for class com.vaadin.client.ui.AbstractComponentConnector
-
Default constructor.
- AbstractComponentContainer - Class in com.vaadin.ui
-
Extension to
AbstractComponent
that defines the default implementation for the methods inComponentContainer
. - AbstractComponentContainer() - Constructor for class com.vaadin.ui.AbstractComponentContainer
-
Constructs a new component container.
- AbstractComponentContainerConnector - Class in com.vaadin.client.ui
-
Client side connector for subclasses of AbstractComponentConnector.
- AbstractComponentContainerConnector() - Constructor for class com.vaadin.client.ui.AbstractComponentContainerConnector
- AbstractComponentContainerState - Class in com.vaadin.shared.ui
-
Default shared state implementation for AbstractComponentContainer.
- AbstractComponentContainerState() - Constructor for class com.vaadin.shared.ui.AbstractComponentContainerState
- AbstractComponentState - Class in com.vaadin.shared
-
Default shared state implementation for AbstractComponent.
- AbstractComponentState() - Constructor for class com.vaadin.shared.AbstractComponentState
- AbstractConnector - Class in com.vaadin.client.ui
-
An abstract implementation of Connector.
- AbstractConnector() - Constructor for class com.vaadin.client.ui.AbstractConnector
- AbstractDataProvider<T,F> - Class in com.vaadin.data.provider
-
Abstract data provider implementation which takes care of refreshing data from the underlying data provider.
- AbstractDataProvider() - Constructor for class com.vaadin.data.provider.AbstractDataProvider
- AbstractDateField<T extends Temporal & TemporalAdjuster & Serializable & Comparable<? super T>,R extends Enum<R>> - Class in com.vaadin.ui
-
A date editor component with
LocalDate
as an input value. - AbstractDateField(String, R) - Constructor for class com.vaadin.ui.AbstractDateField
-
Constructs an empty
AbstractDateField
with caption. - AbstractDateField(String, T, R) - Constructor for class com.vaadin.ui.AbstractDateField
-
Constructs a new
AbstractDateField
with the given caption and initial text contents. - AbstractDateField(R) - Constructor for class com.vaadin.ui.AbstractDateField
-
Constructs an empty
AbstractDateField
with no caption and specifiedresolution
. - 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
- AbstractDateFieldServerRpc - Interface in com.vaadin.shared.ui.datefield
-
RPC interface for calls from client to server.
- AbstractDateFieldState - Class in com.vaadin.shared.ui.datefield
-
Shared state for the AbstractDateField component.
- AbstractDateFieldState() - Constructor for class com.vaadin.shared.ui.datefield.AbstractDateFieldState
- AbstractDateFieldState.AccessibleElement - Enum in com.vaadin.shared.ui.datefield
-
Navigation elements that have assistive label.
- AbstractDeploymentConfiguration - Class in com.vaadin.server
-
An abstract base class for DeploymentConfiguration implementations.
- AbstractDeploymentConfiguration() - Constructor for class com.vaadin.server.AbstractDeploymentConfiguration
- AbstractEmbedded - Class in com.vaadin.ui
-
Abstract base for embedding components.
- AbstractEmbedded() - Constructor for class com.vaadin.ui.AbstractEmbedded
- AbstractEmbeddedState - Class in com.vaadin.shared.ui
- AbstractEmbeddedState() - Constructor for class com.vaadin.shared.ui.AbstractEmbeddedState
- AbstractErrorMessage - Class in com.vaadin.server
-
Base class for component error messages.
- AbstractErrorMessage(String) - Constructor for class com.vaadin.server.AbstractErrorMessage
- AbstractErrorMessage.ContentMode - Enum in com.vaadin.server
- AbstractEventTriggerExtensionConnector - Class in com.vaadin.client.extensions
-
An abstract extension connector with trigger support.
- AbstractEventTriggerExtensionConnector() - Constructor for class com.vaadin.client.extensions.AbstractEventTriggerExtensionConnector
- AbstractExtension - Class in com.vaadin.server
-
An extension is an entity that is attached to a Component or another Extension and independently communicates between client and server.
- AbstractExtension() - Constructor for class com.vaadin.server.AbstractExtension
-
Creates a new extension instance without extending any connector.
- AbstractExtension(AbstractClientConnector) - Constructor for class com.vaadin.server.AbstractExtension
-
Creates a new extension instance that extends the provided connector.
- AbstractExtensionConnector - Class in com.vaadin.client.extensions
-
An abstract implementation for extension connectors.
- AbstractExtensionConnector() - Constructor for class com.vaadin.client.extensions.AbstractExtensionConnector
- AbstractField<T> - Class in com.vaadin.ui
-
An abstract implementation of a field, or a
Component
allowing user input. - AbstractField() - Constructor for class com.vaadin.ui.AbstractField
- AbstractFieldConnector - Class in com.vaadin.client.ui
-
Base class for field connectors.
- AbstractFieldConnector() - Constructor for class com.vaadin.client.ui.AbstractFieldConnector
- AbstractFieldState - Class in com.vaadin.shared
-
State for components that can show the required indicator.
- AbstractFieldState() - Constructor for class com.vaadin.shared.AbstractFieldState
- AbstractFocusable - Class in com.vaadin.ui
-
An abstract base class for focusable components.
- AbstractFocusable() - Constructor for class com.vaadin.ui.AbstractFocusable
- 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
- AbstractGridExtension() - Constructor for class com.vaadin.ui.Grid.AbstractGridExtension
- AbstractGridExtensionState - Class in com.vaadin.shared.ui.grid
-
State object for AbstractGridExtension.
- AbstractGridExtensionState() - Constructor for class com.vaadin.shared.ui.grid.AbstractGridExtensionState
- 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.AbstractGridKeyEvent
s. - 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.AbstractGridMouseEvent
s. - 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.
- AbstractHierarchicalDataProvider<T,F> - Class in com.vaadin.data.provider
-
Abstract hierarchical data provider implementation which takes care of item refreshes and associated events.
- AbstractHierarchicalDataProvider() - Constructor for class com.vaadin.data.provider.AbstractHierarchicalDataProvider
- 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
- AbstractJavaScriptComponent - Class in com.vaadin.ui
-
Base class for Components with all client-side logic implemented using JavaScript.
- AbstractJavaScriptComponent() - Constructor for class com.vaadin.ui.AbstractJavaScriptComponent
- AbstractJavaScriptExtension - Class in com.vaadin.server
-
Base class for Extensions with all client-side logic implemented using JavaScript.
- AbstractJavaScriptExtension() - Constructor for class com.vaadin.server.AbstractJavaScriptExtension
-
Creates a new JavasScript extension instance without extending any connector.
- AbstractJavaScriptExtension(AbstractClientConnector) - Constructor for class com.vaadin.server.AbstractJavaScriptExtension
-
Creates a new JavaScript extension extending the provided connector.
- AbstractJavaScriptRenderer<T,V> - Class in com.vaadin.ui.renderers
-
Base class for Renderers with all client-side logic implemented using JavaScript.
- AbstractJavaScriptRenderer(Class<V>) - Constructor for class com.vaadin.ui.renderers.AbstractJavaScriptRenderer
- AbstractJavaScriptRenderer(Class<V>, String) - Constructor for class com.vaadin.ui.renderers.AbstractJavaScriptRenderer
- AbstractJSO() - Constructor for class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
- AbstractLayout - Class in com.vaadin.ui
-
An abstract class that defines default implementation for the
Layout
interface. - AbstractLayout() - Constructor for class com.vaadin.ui.AbstractLayout
- AbstractLayoutConnector - Class in com.vaadin.client.ui
-
Base class for layout connectors.
- AbstractLayoutConnector() - Constructor for class com.vaadin.client.ui.AbstractLayoutConnector
- AbstractLayoutState - Class in com.vaadin.shared.ui
-
Shared state for AbstractLayout.
- AbstractLayoutState() - Constructor for class com.vaadin.shared.ui.AbstractLayoutState
- AbstractListing<T> - Class in com.vaadin.ui
-
A base class for listing components.
- AbstractListing() - Constructor for class com.vaadin.ui.AbstractListing
-
Creates a new
AbstractListing
with a default data communicator. - AbstractListing(DataCommunicator<T>) - Constructor for class com.vaadin.ui.AbstractListing
-
Creates a new
AbstractListing
with the given custom data communicator. - AbstractListing.AbstractListingExtension<T> - Class in com.vaadin.ui
-
A helper base class for creating extensions for Listing components.
- AbstractListingConnector - Class in com.vaadin.client.connectors
-
A base connector class for
AbstractListing
. - AbstractListingConnector() - Constructor for class com.vaadin.client.connectors.AbstractListingConnector
- AbstractListingExtension() - Constructor for class com.vaadin.ui.AbstractListing.AbstractListingExtension
- AbstractListingExtensionState - Class in com.vaadin.shared.extension.abstractlisting
-
Default shared state implementation for AbstractListingExtension.
- AbstractListingExtensionState() - Constructor for class com.vaadin.shared.extension.abstractlisting.AbstractListingExtensionState
- AbstractListingState - Class in com.vaadin.shared.ui.abstractlisting
-
Shared state for
AbstractListing
. - AbstractListingState() - Constructor for class com.vaadin.shared.ui.abstractlisting.AbstractListingState
- AbstractLocalDateField - Class in com.vaadin.ui
-
Abstract DateField class for
LocalDate
type. - AbstractLocalDateField() - Constructor for class com.vaadin.ui.AbstractLocalDateField
-
Constructs an empty
AbstractLocalDateField
with no caption. - AbstractLocalDateField(String) - Constructor for class com.vaadin.ui.AbstractLocalDateField
-
Constructs an empty
AbstractLocalDateField
with caption. - AbstractLocalDateField(String, LocalDate) - Constructor for class com.vaadin.ui.AbstractLocalDateField
-
Constructs a new
AbstractLocalDateField
with the given caption and initial text contents. - AbstractLocalDateTimeField - Class in com.vaadin.ui
-
Abstract DateField class for
LocalDateTime
type. - AbstractLocalDateTimeField() - Constructor for class com.vaadin.ui.AbstractLocalDateTimeField
-
Constructs an empty
AbstractLocalDateTimeField
with no caption. - AbstractLocalDateTimeField(String) - Constructor for class com.vaadin.ui.AbstractLocalDateTimeField
-
Constructs an empty
AbstractLocalDateTimeField
with caption. - AbstractLocalDateTimeField(String, LocalDateTime) - Constructor for class com.vaadin.ui.AbstractLocalDateTimeField
-
Constructs a new
AbstractLocalDateTimeField
with the given caption and initial text contents. - AbstractMedia - Class in com.vaadin.ui
-
Abstract base class for the HTML5 media components.
- AbstractMedia() - Constructor for class com.vaadin.ui.AbstractMedia
- AbstractMediaState - Class in com.vaadin.shared.ui
- AbstractMediaState() - Constructor for class com.vaadin.shared.ui.AbstractMediaState
- AbstractMultiSelect<T> - Class in com.vaadin.ui
-
Base class for listing components that allow selecting multiple items.
- AbstractMultiSelect() - Constructor for class com.vaadin.ui.AbstractMultiSelect
-
Creates a new multi select with an empty data provider.
- 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.
- AbstractMultiSelectState - Class in com.vaadin.shared.ui.abstractmultiselect
-
Shared state for
AbstractMultiSelect
. - AbstractMultiSelectState() - Constructor for class com.vaadin.shared.ui.abstractmultiselect.AbstractMultiSelectState
- AbstractOrderedLayout - Class in com.vaadin.ui
- AbstractOrderedLayout() - Constructor for class com.vaadin.ui.AbstractOrderedLayout
-
Constructs an empty AbstractOrderedLayout.
- 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
- AbstractOrderedLayoutServerRpc - Interface in com.vaadin.shared.ui.orderedlayout
- AbstractOrderedLayoutState - Class in com.vaadin.shared.ui.orderedlayout
- AbstractOrderedLayoutState() - Constructor for class com.vaadin.shared.ui.orderedlayout.AbstractOrderedLayoutState
- AbstractOrderedLayoutState.ChildComponentData - Class in com.vaadin.shared.ui.orderedlayout
- 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
- AbstractRenderer<T,V> - Class in com.vaadin.ui.renderers
-
An abstract base class for server-side
Grid renderers
. - AbstractRenderer(Class<V>) - Constructor for class com.vaadin.ui.renderers.AbstractRenderer
-
Creates a new renderer with the given presentation type.
- AbstractRenderer(Class<V>, String) - Constructor for class com.vaadin.ui.renderers.AbstractRenderer
-
Creates a new renderer with the given presentation type and null representation.
- AbstractRendererConnector<T> - Class in com.vaadin.client.connectors
-
An abstract base class for renderer connectors.
- AbstractRendererConnector() - Constructor for class com.vaadin.client.connectors.AbstractRendererConnector
- AbstractRendererState - Class in com.vaadin.shared.ui.grid.renderers
-
Default shared state implementation for AbstractRenderer.
- AbstractRendererState() - Constructor for class com.vaadin.shared.ui.grid.renderers.AbstractRendererState
- 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.
- AbstractSelectionModel<T> - Class in com.vaadin.ui.components.grid
-
Abstract selection model for grid.
- AbstractSelectionModel() - Constructor for class com.vaadin.ui.components.grid.AbstractSelectionModel
- 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
- AbstractSelectionModelState - Class in com.vaadin.shared.ui.grid
-
Shared state for grid's abstract selection model.
- AbstractSelectionModelState() - Constructor for class com.vaadin.shared.ui.grid.AbstractSelectionModelState
- AbstractServerConnectorEvent<H extends com.google.gwt.event.shared.EventHandler> - Class in com.vaadin.client.communication
- AbstractServerConnectorEvent() - Constructor for class com.vaadin.client.communication.AbstractServerConnectorEvent
- AbstractSingleComponentContainer - Class in com.vaadin.ui
-
Abstract base class for component containers that have only one child component.
- AbstractSingleComponentContainer() - Constructor for class com.vaadin.ui.AbstractSingleComponentContainer
- AbstractSingleComponentContainerConnector - Class in com.vaadin.client.ui
-
Client side connector for subclasses of AbstractSingleComponentConnector.
- AbstractSingleComponentContainerConnector() - Constructor for class com.vaadin.client.ui.AbstractSingleComponentContainerConnector
- AbstractSingleComponentContainerState - Class in com.vaadin.shared.ui
-
Default shared state implementation for AbstractSingleComponentContainer.
- AbstractSingleComponentContainerState() - Constructor for class com.vaadin.shared.ui.AbstractSingleComponentContainerState
- AbstractSingleSelect<T> - Class in com.vaadin.ui
-
An abstract base class for listing components that only support single selection and no lazy loading of data items.
- AbstractSingleSelect() - Constructor for class com.vaadin.ui.AbstractSingleSelect
-
Creates a new
AbstractListing
with a default data communicator. - AbstractSingleSelect(DataCommunicator<T>) - Constructor for class com.vaadin.ui.AbstractSingleSelect
-
Creates a new
AbstractSingleSelect
with the given custom data communicator. - 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
- AbstractSingleSelectState - Class in com.vaadin.shared.ui
-
Shared state for
AbstractSingleSelect
. - AbstractSingleSelectState() - Constructor for class com.vaadin.shared.ui.AbstractSingleSelectState
- AbstractSplitPanel - Class in com.vaadin.ui
-
AbstractSplitPanel.
- AbstractSplitPanel() - Constructor for class com.vaadin.ui.AbstractSplitPanel
- AbstractSplitPanel.SplitPositionChangeEvent - Class in com.vaadin.ui
-
Event that indicates a change in SplitPanel's splitter position.
- AbstractSplitPanel.SplitPositionChangeListener - Interface in com.vaadin.ui
-
Interface for listening for
AbstractSplitPanel.SplitPositionChangeEvent
s fired by a SplitPanel. - AbstractSplitPanel.SplitterClickEvent - Class in com.vaadin.ui
- AbstractSplitPanel.SplitterClickListener - Interface in com.vaadin.ui
-
SplitterClickListener
interface for listening forSplitterClickEvent
fired by aSplitPanel
. - 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
- AbstractSplitPanelRpc - Interface in com.vaadin.shared.ui.splitpanel
- AbstractSplitPanelState - Class in com.vaadin.shared.ui.splitpanel
- AbstractSplitPanelState() - Constructor for class com.vaadin.shared.ui.splitpanel.AbstractSplitPanelState
- AbstractSplitPanelState.SplitterState - Class in com.vaadin.shared.ui.splitpanel
- AbstractStringToNumberConverter<T extends Number> - Class in com.vaadin.data.converter
-
A converter that converts from the number type T to
String
and back. - AbstractStringToNumberConverter(T, ErrorMessageProvider) - Constructor for class com.vaadin.data.converter.AbstractStringToNumberConverter
-
Creates a new converter instance with the given empty string value and error message provider.
- AbstractStringToNumberConverter(T, String) - Constructor for class com.vaadin.data.converter.AbstractStringToNumberConverter
-
Creates a new converter instance with the given empty string value and error message.
- AbstractTextField - Class in com.vaadin.ui
-
Abstract base class for text input components.
- AbstractTextField() - Constructor for class com.vaadin.ui.AbstractTextField
-
Creates a new instance.
- AbstractTextFieldClientRpc - Interface in com.vaadin.shared.ui.textfield
-
Server to client RPC interface for AbstractTextField.
- AbstractTextFieldConnector - Class in com.vaadin.client.ui.textfield
-
Connector class for AbstractTextField.
- AbstractTextFieldConnector() - Constructor for class com.vaadin.client.ui.textfield.AbstractTextFieldConnector
- AbstractTextFieldServerRpc - Interface in com.vaadin.shared.ui.textfield
-
Client to server RPC interface for AbstractTextField.
- AbstractTextFieldState - Class in com.vaadin.shared.ui.textfield
-
State class for AbstractTextField.
- AbstractTextFieldState() - Constructor for class com.vaadin.shared.ui.textfield.AbstractTextFieldState
- 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
- AbstractTextualDateFieldState - Class in com.vaadin.shared.ui.datefield
-
Shared state for the AbstractLocalDateField component.
- AbstractTextualDateFieldState() - Constructor for class com.vaadin.shared.ui.datefield.AbstractTextualDateFieldState
- AbstractValidator<T> - Class in com.vaadin.data.validator
-
An abstract base class for typed validators.
- AbstractValidator(String) - Constructor for class com.vaadin.data.validator.AbstractValidator
-
Constructs a validator with the given error message.
- ac - Variable in class com.vaadin.client.ui.VOverlay
-
Deprecated.
- ACADEMY_CAP - com.vaadin.icons.VaadinIcons
- accept(BEAN, FIELDVALUE) - Method in interface com.vaadin.server.Setter
-
Save value to the bean property.
- 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.
- accept(DragAndDropEvent) - Method in class com.vaadin.event.dd.acceptcriteria.AcceptAll
- accept(DragAndDropEvent) - Method in interface com.vaadin.event.dd.acceptcriteria.AcceptCriterion
-
Validates the data in event to be appropriate for the
DropHandler.drop(DragAndDropEvent)
method. - accept(DragAndDropEvent) - Method in class com.vaadin.event.dd.acceptcriteria.And
- accept(DragAndDropEvent) - Method in class com.vaadin.event.dd.acceptcriteria.ContainsDataFlavor
- accept(DragAndDropEvent) - Method in class com.vaadin.event.dd.acceptcriteria.Not
- accept(DragAndDropEvent) - Method in class com.vaadin.event.dd.acceptcriteria.Or
- accept(DragAndDropEvent) - Method in class com.vaadin.event.dd.acceptcriteria.SourceIs
- accept(DragAndDropEvent) - Method in class com.vaadin.event.dd.acceptcriteria.SourceIsTarget
- accept(DragAndDropEvent) - Method in class com.vaadin.event.dd.acceptcriteria.TargetDetailIs
- AcceptAll - Class in com.vaadin.event.dd.acceptcriteria
-
Criterion that accepts all drops anywhere on the component.
- AcceptCriterion - Interface in com.vaadin.event.dd.acceptcriteria
-
Criterion that can be used create policy to accept/discard dragged content (presented by
Transferable
). - AcceptCriterion - Annotation Type in com.vaadin.shared.ui.dd
-
An annotation type used to point the server side counterpart for client side a
VAcceptCriterion
class. - 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 theVDragEvent
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
- acceptMimeTypes - Variable in class com.vaadin.shared.ui.upload.UploadState
-
Upload component's list of accepted content-types.
- access(Runnable) - Method in class com.vaadin.server.VaadinSession
-
Provides exclusive access to this session from outside a request handling thread.
- access(Runnable) - Method in class com.vaadin.ui.UI
-
Provides exclusive access to this UI from outside a request handling thread.
- ACCESSIBILITY - com.vaadin.icons.VaadinIcons
- accessSession(VaadinSession, Runnable) - Method in class com.vaadin.server.VaadinService
-
Implementation for
VaadinSession.access(Runnable)
. - accessSynchronously(Runnable) - Method in class com.vaadin.server.VaadinSession
-
Locks this session and runs the provided Runnable right away.
- accessSynchronously(Runnable) - Method in class com.vaadin.ui.UI
-
Locks the session of this UI and runs the provided Runnable right away.
- Accordion - Class in com.vaadin.ui
-
An accordion is a component similar to a
TabSheet
, but with a vertical orientation and the selected component presented between tabs. - Accordion() - Constructor for class com.vaadin.ui.Accordion
-
Creates an empty accordion.
- Accordion(Component...) - Constructor for class com.vaadin.ui.Accordion
-
Constructs a new accordion containing the given components.
- ACCORDION_BORDERLESS - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Remove the outer border from the accordion.
- ACCORDION_MENU - com.vaadin.icons.VaadinIcons
- 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
- AccordionState - Class in com.vaadin.shared.ui.accordion
- AccordionState() - Constructor for class com.vaadin.shared.ui.accordion.AccordionState
- Action - Class in com.vaadin.client.ui
- Action - Class in com.vaadin.event
-
Implements the action framework.
- Action(ActionOwner) - Constructor for class com.vaadin.client.ui.Action
- Action(String) - Constructor for class com.vaadin.event.Action
-
Constructs a new action with the given caption.
- Action(String, Resource) - Constructor for class com.vaadin.event.Action
-
Constructs a new action with the given caption string and icon.
- ACTION_CAPTION_ATTRIBUTE - Static variable in class com.vaadin.shared.ui.ShortCutConstants
- ACTION_KEY_ATTRIBUTE - Static variable in class com.vaadin.shared.ui.ShortCutConstants
- ACTION_MODIFIER_KEYS_ATTRIBUTE - Static variable in class com.vaadin.shared.ui.ShortCutConstants
- ACTION_SHORTCUT_KEY_ATTRIBUTE - Static variable in class com.vaadin.shared.ui.ShortCutConstants
- ACTION_TARGET_ACTION_ATTRIBUTE - Static variable in class com.vaadin.shared.ui.ShortCutConstants
- ACTION_TARGET_ACTION_VARIABLE - Static variable in class com.vaadin.shared.ui.ShortCutConstants
- ACTION_TARGET_ATTRIBUTE - Static variable in class com.vaadin.shared.ui.ShortCutConstants
- ACTION_TARGET_VARIABLE - Static variable in class com.vaadin.shared.ui.ShortCutConstants
- Action.Container - Interface in com.vaadin.event
-
Interface implemented by all components where actions can be registered.
- Action.Handler - Interface in com.vaadin.event
-
Interface implemented by classes who wish to handle actions.
- Action.Listener - Interface in com.vaadin.event
-
An Action that implements this interface can be added to an Action.Notifier (or NotifierProxy) via the
addAction()
-method, which in many cases is easier than implementing the Action.Handler interface. - Action.Notifier - Interface in com.vaadin.event
-
Action.Containers implementing this support an easier way of adding single Actions than the more involved Action.Handler.
- Action.ShortcutNotifier - Interface in com.vaadin.event
- actionHandler - Variable in class com.vaadin.client.ui.VUI
-
For internal use only.
- actionHandlers - Variable in class com.vaadin.event.ActionManager
-
List of action handlers.
- actionManager - Variable in class com.vaadin.ui.Panel
-
Keeps track of the Actions added to this component, and manages the painting and handling as well.
- actionManager - Variable in class com.vaadin.ui.UI
-
Keeps track of the Actions added to this component, and manages the painting and handling as well.
- ActionManager - Class in com.vaadin.event
-
Javadoc TODO Notes:
- ActionManager() - Constructor for class com.vaadin.event.ActionManager
- ActionManager(T) - Constructor for class com.vaadin.event.ActionManager
- actionMapper - Variable in class com.vaadin.event.ActionManager
-
Action mapper.
- ActionOwner - Interface in com.vaadin.client.ui
- activate(BundleContext) - Method in class com.vaadin.osgi.resources.impl.VaadinResourceTrackerComponent
- 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.
- ActiveDataHandler() - Constructor for class com.vaadin.data.provider.DataCommunicator.ActiveDataHandler
- 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(Resource) - Method in class com.vaadin.server.Page.Styles
-
Injects a CSS resource into the page.
- 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(String) - Method in class com.vaadin.server.Page.Styles
-
Injects a raw CSS string into the page.
- add(T) - Method in class com.vaadin.client.JsArrayObject
- ADD_DOCK - com.vaadin.icons.VaadinIcons
- addAction(T) - Method in interface com.vaadin.event.Action.Notifier
- addAction(T) - Method in class com.vaadin.event.ActionManager
- addAction(T) - Method in class com.vaadin.ui.Panel
- addAction(T) - Method in class com.vaadin.ui.UI
- addActionHandler(Action.Handler) - Method in interface com.vaadin.event.Action.Container
-
Registers a new action handler for this container.
- addActionHandler(Action.Handler) - Method in class com.vaadin.event.ActionManager
- addActionHandler(Action.Handler) - Method in class com.vaadin.ui.Panel
- addActionHandler(Action.Handler) - Method in class com.vaadin.ui.UI
- addActiveData(Stream<T>) - Method in class com.vaadin.data.provider.DataCommunicator.ActiveDataHandler
-
Adds given objects as currently active objects.
- 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
- addAttachListener(ClientConnector.AttachListener) - Method in class com.vaadin.server.AbstractClientConnector
- addAttachListener(ClientConnector.AttachListener) - Method in interface com.vaadin.server.ClientConnector
-
Add a listener for connector attach events.
- addAttachListener(ClientConnector.AttachListener) - Method in class com.vaadin.server.DragAndDropService
-
Deprecated.
- addAttribute(String, boolean) - Method in class com.vaadin.server.JsonPaintTarget
- addAttribute(String, boolean) - Method in interface com.vaadin.server.PaintTarget
-
Adds a boolean attribute to component.
- addAttribute(String, double) - Method in class com.vaadin.server.JsonPaintTarget
- addAttribute(String, double) - Method in interface com.vaadin.server.PaintTarget
-
Adds a double attribute to component.
- addAttribute(String, float) - Method in class com.vaadin.server.JsonPaintTarget
- addAttribute(String, float) - Method in interface com.vaadin.server.PaintTarget
-
Adds a float attribute to component.
- addAttribute(String, int) - Method in class com.vaadin.server.JsonPaintTarget
- addAttribute(String, int) - Method in interface com.vaadin.server.PaintTarget
-
Adds a integer attribute to component.
- addAttribute(String, long) - Method in class com.vaadin.server.JsonPaintTarget
- addAttribute(String, long) - Method in interface com.vaadin.server.PaintTarget
-
Adds a long attribute to component.
- addAttribute(String, Resource) - Method in class com.vaadin.server.JsonPaintTarget
- addAttribute(String, Resource) - Method in interface com.vaadin.server.PaintTarget
-
Adds a resource attribute to component.
- addAttribute(String, Component) - Method in class com.vaadin.server.JsonPaintTarget
- addAttribute(String, Component) - Method in interface com.vaadin.server.PaintTarget
-
Adds a Component type attribute.
- addAttribute(String, Object[]) - Method in class com.vaadin.server.JsonPaintTarget
- addAttribute(String, Object[]) - Method in interface com.vaadin.server.PaintTarget
- addAttribute(String, String) - Method in class com.vaadin.server.JsonPaintTarget
- addAttribute(String, String) - Method in interface com.vaadin.server.PaintTarget
-
Adds a string attribute to component.
- addAttribute(String, Map<?, ?>) - Method in class com.vaadin.server.JsonPaintTarget
- addAttribute(String, Map<?, ?>) - Method in interface com.vaadin.server.PaintTarget
-
Adds a
Map
attribute to the component. - 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
- addBlurListener(FieldEvents.BlurListener) - Method in interface com.vaadin.event.FieldEvents.BlurNotifier
-
Adds a
BlurListener
to the Component which gets fired when aField
loses keyboard focus. - addBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.AbstractDateField
- addBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.AbstractFocusable
- addBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.AbstractTextField
-
Adds a
FieldEvents.BlurListener
to this component, which gets fired when this component loses keyboard focus. - addBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.CheckBox
- addBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.CheckBoxGroup
- addBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.ComboBox
- addBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.NativeSelect
- addBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.RadioButtonGroup
- addBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.TabSheet
- addBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.Window
- 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
- addBootstrapListener(BootstrapListener) - Method in class com.vaadin.server.VaadinSession
-
Adds a listener that will be invoked when the bootstrap HTML is about to be generated.
- addBrowserEventHandler(int, GridEventHandler<T>) - Method in class com.vaadin.client.widgets.Grid
-
Adds a low-level DOM event handler to this Grid.
- addBrowserWindowResizeListener(Page.BrowserWindowResizeListener) - Method in class com.vaadin.server.Page
-
Adds a new
Page.BrowserWindowResizeListener
to this UI. - addCallback(BundleLoadCallback) - Method in class com.vaadin.client.metadata.AsyncBundleLoader
- addCancelListener(EditorCancelListener<T>) - Method in interface com.vaadin.ui.components.grid.Editor
-
Adds an editor cancel
listener
. - addCancelListener(EditorCancelListener<T>) - Method in class com.vaadin.ui.components.grid.EditorImpl
- addCause(ErrorMessage) - Method in class com.vaadin.server.AbstractErrorMessage
- 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.
- addCell(Grid.Column<?, ?>) - Method in class com.vaadin.ui.components.grid.StaticSection.StaticRow
-
Adds a cell to this section for given column.
- addCell(String) - Method in class com.vaadin.ui.components.grid.StaticSection.StaticRow
-
Adds a cell to this section, corresponding to the given user-defined column id.
- addCells(int, int) - Method in class com.vaadin.client.widget.escalator.FlyweightRow
-
Adds cell representations (i.e.
- addChangeListener(Upload.ChangeListener) - Method in class com.vaadin.ui.Upload
-
Adds a filename change event listener.
- addCharacterData(String) - Method in class com.vaadin.server.JsonPaintTarget
- addCharacterData(String) - Method in interface com.vaadin.server.PaintTarget
-
Adds CDATA node to target UIDL-tree.
- 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
- addClickListener(MouseEvents.ClickListener) - Method in class com.vaadin.ui.Embedded
-
Add a click listener to the component.
- addClickListener(MouseEvents.ClickListener) - Method in class com.vaadin.ui.Image
-
Add a click listener to the component.
- addClickListener(MouseEvents.ClickListener) - Method in class com.vaadin.ui.Panel
-
Add a click listener to the Panel.
- addClickListener(MouseEvents.ClickListener) - Method in class com.vaadin.ui.UI
-
Add a click listener to the UI.
- addClickListener(Button.ClickListener) - Method in class com.vaadin.ui.Button
-
Adds the button click listener.
- addClickListener(ClickableRenderer.RendererClickListener<T>) - Method in class com.vaadin.ui.renderers.ClickableRenderer
-
Adds a click listener to this button renderer.
- addCloseListener(Notification.CloseListener) - Method in class com.vaadin.ui.Notification
-
Adds a CloseListener to the Notification.
- addCloseListener(Window.CloseListener) - Method in class com.vaadin.ui.Window
-
Adds a CloseListener to the window.
- addCloseShortcut(int, int...) - Method in class com.vaadin.ui.Window
-
Adds a close shortcut - pressing this key while holding down all (if any) modifiers specified while this Window is in focus will close the Window.
- addCollapseListener(CollapseEvent.CollapseListener<T>) - Method in class com.vaadin.ui.Tree
-
Adds a CollapseListener to this Tree.
- addCollapseListener(CollapseEvent.CollapseListener<T>) - Method in class com.vaadin.ui.TreeGrid
-
Adds a CollapseListener to this TreeGrid.
- 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(ValueProvider<T, V>) - Method in class com.vaadin.ui.Grid
-
Adds a new text column to this
Grid
with a value provider. - addColumn(ValueProvider<T, V>, ValueProvider<V, String>) - Method in class com.vaadin.ui.Grid
-
Adds a new column to this
Grid
with value provider and presentation provider. - addColumn(ValueProvider<T, V>, ValueProvider<V, P>, AbstractRenderer<? super T, ? super P>) - Method in class com.vaadin.ui.Grid
-
Adds a new column to this
Grid
with value provider, presentation provider and typed renderer. - addColumn(ValueProvider<T, V>, AbstractRenderer<? super T, ? super V>) - Method in class com.vaadin.ui.Grid
-
Adds a new column to this
Grid
with typed renderer and value provider. - addColumn(C, int) - Method in class com.vaadin.client.widgets.Grid
-
Inserts a column into a specific position in the grid.
- addColumn(String) - Method in class com.vaadin.ui.components.grid.StaticSection
-
Adds a cell corresponding to the given column id to this section.
- addColumn(String) - Method in class com.vaadin.ui.Grid
-
Adds a new column with the given property name.
- addColumn(String, AbstractRenderer<? super T, ?>) - Method in class com.vaadin.ui.Grid
-
Adds a new column with the given property name and renderer.
- addColumn(String, AbstractRenderer<? super T, ?>, Grid.Column.NestedNullBehavior) - Method in class com.vaadin.ui.Grid
-
Adds a new column with the given property name and renderer.
- addColumnReorderHandler(ColumnReorderHandler<T>) - Method in class com.vaadin.client.widgets.Grid
-
Register a column reorder handler to this Grid.
- addColumnReorderListener(ColumnReorderListener) - Method in class com.vaadin.ui.Grid
-
Registers a new column reorder listener.
- addColumnResizeHandler(ColumnResizeHandler<T>) - Method in class com.vaadin.client.widgets.Grid
-
Register a column resize handler to this Grid.
- addColumnResizeListener(ColumnResizeListener) - Method in class com.vaadin.ui.Grid
-
Registers a new column resize listener.
- 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.
- addColumnVisibilityChangeListener(ColumnVisibilityChangeListener) - Method in class com.vaadin.ui.Grid
-
Registers a new column visibility change listener.
- addComponent(Component) - Method in class com.vaadin.ui.AbsoluteLayout
- addComponent(Component) - Method in class com.vaadin.ui.AbstractComponentContainer
-
This only implements the events and component parent calls.
- addComponent(Component) - Method in class com.vaadin.ui.AbstractOrderedLayout
-
Add a component into this container.
- addComponent(Component) - Method in class com.vaadin.ui.AbstractSplitPanel
-
Add a component into this container.
- addComponent(Component) - Method in interface com.vaadin.ui.ComponentContainer
-
Adds the component into this container.
- addComponent(Component) - Method in class com.vaadin.ui.CssLayout
-
Add a component into this container.
- addComponent(Component) - Method in class com.vaadin.ui.CustomLayout
-
Adds the component into this container.
- addComponent(Component) - Method in class com.vaadin.ui.GridLayout
-
Adds the component into this container to the cursor position.
- addComponent(Component) - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.Adds a component to this UI.
- addComponent(Component) - Method in class com.vaadin.ui.TabSheet
-
Adds a new tab into TabSheet.
- addComponent(Component, int) - Method in class com.vaadin.ui.AbstractOrderedLayout
-
Adds a component into indexed position in this container.
- addComponent(Component, int) - Method in class com.vaadin.ui.CssLayout
-
Adds a component into indexed position in this container.
- addComponent(Component, int, int) - Method in class com.vaadin.ui.GridLayout
-
Adds the component to the grid in cells column1,row1 (NortWest corner of the area.) End coordinates (SouthEast corner of the area) are the same as column1,row1.
- addComponent(Component, int, int, int, int) - Method in class com.vaadin.ui.GridLayout
-
Adds a component to the grid in the specified area.
- addComponent(Component, String) - Method in class com.vaadin.ui.AbsoluteLayout
-
Adds a component to the layout.
- addComponent(Component, String) - Method in class com.vaadin.ui.CustomLayout
-
Adds the component into this container to given location.
- addComponentAsFirst(Component) - Method in class com.vaadin.ui.AbstractOrderedLayout
-
Adds a component into this container.
- addComponentAsFirst(Component) - Method in class com.vaadin.ui.CssLayout
-
Adds a component into this container.
- addComponentAttachListener(HasComponents.ComponentAttachListener) - Method in class com.vaadin.ui.AbstractComponentContainer
- addComponentAttachListener(HasComponents.ComponentAttachListener) - Method in class com.vaadin.ui.AbstractSingleComponentContainer
- addComponentAttachListener(HasComponents.ComponentAttachListener) - Method in interface com.vaadin.ui.HasComponents.ComponentAttachDetachNotifier
-
Listens the component attach events.
- addComponentColumn(ValueProvider<T, V>) - Method in class com.vaadin.ui.Grid
-
Adds a column that shows components.
- addComponentCreationListener(DesignContext.ComponentCreationListener) - Method in class com.vaadin.ui.declarative.DesignContext
-
Adds a component creation listener.
- addComponentDetachListener(HasComponents.ComponentDetachListener) - Method in class com.vaadin.ui.AbstractComponentContainer
- addComponentDetachListener(HasComponents.ComponentDetachListener) - Method in class com.vaadin.ui.AbstractSingleComponentContainer
- addComponentDetachListener(HasComponents.ComponentDetachListener) - Method in interface com.vaadin.ui.HasComponents.ComponentAttachDetachNotifier
-
Listens the component detach events.
- addComponentInheritanceInfo(ValueMap) - Method in class com.vaadin.client.ApplicationConfiguration
- addComponentMappings(ValueMap, WidgetSet) - Method in class com.vaadin.client.ApplicationConfiguration
- addComponents(Component...) - Method in class com.vaadin.ui.AbstractComponentContainer
- addComponents(Component...) - Method in interface com.vaadin.ui.ComponentContainer
-
Adds the components in the given order to this component container.
- addComponentsAndExpand(Component...) - Method in class com.vaadin.ui.HorizontalLayout
-
Adds the given components to this layout and sets them as expanded.
- addComponentsAndExpand(Component...) - Method in class com.vaadin.ui.VerticalLayout
-
Adds the given components to this layout and sets them as expanded.
- addComponentToGrid(Component) - Method in class com.vaadin.ui.Grid.AbstractGridExtension
-
Adds given component to the connector hierarchy of Grid.
- 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
- addConnectorIdGenerator(ConnectorIdGenerator) - Method in class com.vaadin.server.ServiceInitEvent
-
Adds as connector id generator to be used by this service.
- addContextClickListener(ContextClickEvent.ContextClickListener) - Method in interface com.vaadin.event.ContextClickEvent.ContextClickNotifier
-
Adds a context click listener that gets notified when a context click happens.
- addContextClickListener(ContextClickEvent.ContextClickListener) - Method in class com.vaadin.ui.AbstractComponent
- addContextClickListener(ContextClickEvent.ContextClickListener) - Method in class com.vaadin.ui.Grid
-
Adds a context click listener that gets notified when a context click happens.
- addContextClickListener(ContextClickEvent.ContextClickListener) - Method in class com.vaadin.ui.Tree
-
Adds a context click listener that gets notified when a context click happens.
- addConverter(Class<?>, Converter<String, ?>) - Method in class com.vaadin.ui.declarative.DesignFormatter
-
Adds a converter for a given type.
- addCookie(Cookie) - Method in interface com.vaadin.server.VaadinResponse
-
Adds the specified cookie to the response.
- 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.
- addDataGenerator(DataGenerator<T>) - Method in class com.vaadin.data.provider.DataCommunicator
-
Adds a data generator to this data communicator.
- addDataGenerator(DataGenerator<T>) - Method in class com.vaadin.ui.AbstractListing
-
Adds the given data generator to this listing.
- addDataProviderListener(DataProviderListener<T>) - Method in class com.vaadin.data.provider.AbstractDataProvider
- addDataProviderListener(DataProviderListener<T>) - Method in interface com.vaadin.data.provider.DataProvider
-
Adds a data provider listener.
- addDataProviderListener(DataProviderListener<T>) - Method in class com.vaadin.data.provider.DataProviderWrapper
- addDependency(Dependency) - Method in class com.vaadin.server.Page
-
Add a dependency that should be added to the current page.
- addDependencyFilter(DependencyFilter) - Method in class com.vaadin.server.ServiceInitEvent
-
Adds a new dependency filter that will be used by this service.
- addDependent(String) - Method in class com.vaadin.client.MeasuredSize
- addDetachListener(ClientConnector.DetachListener) - Method in class com.vaadin.server.AbstractClientConnector
- addDetachListener(ClientConnector.DetachListener) - Method in interface com.vaadin.server.ClientConnector
-
Add a listener for connector detach events.
- addDetachListener(ClientConnector.DetachListener) - Method in class com.vaadin.server.DragAndDropService
-
Deprecated.
- 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
- addDragEndListener(DragEndListener<T>) - Method in class com.vaadin.ui.dnd.DragSourceExtension
-
Attaches dragend listener for the current drag source.
- 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.
- addDragStartListener(DragStartListener<T>) - Method in class com.vaadin.ui.dnd.DragSourceExtension
-
Attaches dragstart listener for the current drag source.
- addDropListener(DropListener<T>) - Method in class com.vaadin.ui.dnd.DropTargetExtension
-
Attaches drop listener for the current drop target.
- 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.
- addError(ComponentSizeValidator.InvalidLayout) - Method in class com.vaadin.server.ComponentSizeValidator.InvalidLayout
- 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
- addExpandListener(ExpandEvent.ExpandListener<T>) - Method in class com.vaadin.ui.Tree
-
Adds an ExpandListener to this Tree.
- addExpandListener(ExpandEvent.ExpandListener<T>) - Method in class com.vaadin.ui.TreeGrid
-
Adds an ExpandListener to this TreeGrid.
- addExtension(Extension) - Method in class com.vaadin.server.AbstractClientConnector
-
Add an extension to this connector.
- addExtension(String, String) - Static method in class com.vaadin.util.FileTypeResolver
-
Adds a mime-type mapping for the given filename extension.
- addFailedListener(Upload.FailedListener) - Method in class com.vaadin.ui.Upload
-
Adds the upload interrupted event listener.
- addFilter(ValueProvider<T, V>, SerializablePredicate<V>) - Method in interface com.vaadin.data.provider.InMemoryDataProvider
-
Adds a filter for an item property.
- addFilter(SerializablePredicate<T>) - Method in interface com.vaadin.data.provider.InMemoryDataProvider
-
Adds a filter to be applied to all queries.
- addFilterByValue(ValueProvider<T, V>, V) - Method in interface com.vaadin.data.provider.InMemoryDataProvider
-
Adds a filter that requires an item property to have a specific value.
- addFinishedListener(Upload.FinishedListener) - Method in class com.vaadin.ui.Upload
-
Adds the upload received event listener.
- 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
- addFocusListener(FieldEvents.FocusListener) - Method in interface com.vaadin.event.FieldEvents.FocusNotifier
-
Adds a
FocusListener
to the Component which gets fired when aField
receives keyboard focus. - addFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.AbstractDateField
- addFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.AbstractFocusable
- addFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.AbstractTextField
-
Adds a
FieldEvents.FocusListener
to this component, which gets fired when this component receives keyboard focus. - addFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.CheckBox
- addFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.CheckBoxGroup
- addFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.ComboBox
- addFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.NativeSelect
- addFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.RadioButtonGroup
- addFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.TabSheet
- addFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.Window
- 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.
- addFooterRowAt(int) - Method in class com.vaadin.ui.Grid
-
Inserts a new row at the given position to the footer section.
- addFunction(String, JavaScriptFunction) - Method in class com.vaadin.server.AbstractJavaScriptExtension
-
Register a
JavaScriptFunction
that can be called from the JavaScript using the provided name. - addFunction(String, JavaScriptFunction) - Method in class com.vaadin.ui.AbstractJavaScriptComponent
-
Register a
JavaScriptFunction
that can be called from the JavaScript using the provided name. - addFunction(String, JavaScriptFunction) - Method in class com.vaadin.ui.JavaScript
-
Add a new function to the global JavaScript namespace (i.e.
- addFunction(String, JavaScriptFunction) - Method in class com.vaadin.ui.renderers.AbstractJavaScriptRenderer
-
Register a
JavaScriptFunction
that can be called from the JavaScript using the provided name. - addGetParameters(String, String) - Static method in class com.vaadin.client.ApplicationConnection
-
Deprecated.Use
SharedUtil.addGetParameters(String,String)
instead - addGetParameters(String, String) - Static method in class com.vaadin.shared.util.SharedUtil
-
Adds the get parameters to the uri and returns the new uri that contains the parameters.
- addGridDragEndListener(GridDragEndListener<T>) - Method in class com.vaadin.ui.components.grid.GridDragSource
-
Attaches dragend listener for the current drag source grid.
- addGridDragStartListener(GridDragStartListener<T>) - Method in class com.vaadin.ui.components.grid.GridDragSource
-
Attaches dragstart listener for the current drag source grid.
- addGridDropListener(GridDropListener<T>) - Method in class com.vaadin.ui.components.grid.GridDropTarget
-
Attaches drop listener for the current drop target.
- 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.
- addHeaderRowAt(int) - Method in class com.vaadin.ui.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) - Method in class com.vaadin.ui.MenuBar
-
Adds a new menu item to the menu bar
- addItem(String) - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Add a new menu item inside this menu item, creating a sub-menu.
- 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.
- addItem(String, Resource, MenuBar.Command) - Method in class com.vaadin.ui.MenuBar
-
Add a new item to the menu bar.
- addItem(String, Resource, MenuBar.Command) - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Add a new item inside this item, thus creating a sub-menu.
- addItem(String, MenuBar.Command) - Method in class com.vaadin.ui.MenuBar
-
Add a new item to the menu bar.
- addItem(String, MenuBar.Command) - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Add a new item inside this item, thus creating a sub-menu.
- addItem(T, T) - Method in class com.vaadin.data.TreeData
-
Adds a data item as a child of
parent
. - addItemBefore(String, Resource, MenuBar.Command, MenuBar.MenuItem) - Method in class com.vaadin.ui.MenuBar
-
Add an item before some item.
- addItemBefore(String, Resource, MenuBar.Command, MenuBar.MenuItem) - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Add an item before some item.
- addItemClickListener(ItemClickListener<? super T>) - Method in class com.vaadin.ui.Grid
-
Adds an item click listener.
- addItemClickListener(Tree.ItemClickListener<T>) - Method in class com.vaadin.ui.Tree
-
Adds an item click listener.
- addItems(Collection<T>, ValueProvider<T, Collection<T>>) - Method in class com.vaadin.data.TreeData
-
Adds the given items as root items and uses the given value provider to recursively populate children of the root items.
- addItems(Stream<T>, ValueProvider<T, Stream<T>>) - Method in class com.vaadin.data.TreeData
-
Adds the given items as root items and uses the given value provider to recursively populate children of the root items.
- addItems(T, Collection<T>) - Method in class com.vaadin.data.TreeData
-
Adds a list of data items as children of
parent
. - addItems(T, Stream<T>) - Method in class com.vaadin.data.TreeData
-
Adds data items contained in a stream as children of
parent
. - addItems(T, T...) - Method in class com.vaadin.data.TreeData
-
Adds a list of data items as children of
parent
. - 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
- addLayoutClickListener(LayoutEvents.LayoutClickListener) - Method in interface com.vaadin.event.LayoutEvents.LayoutClickNotifier
-
Add a click listener to the layout.
- addLayoutClickListener(LayoutEvents.LayoutClickListener) - Method in class com.vaadin.ui.AbsoluteLayout
- addLayoutClickListener(LayoutEvents.LayoutClickListener) - Method in class com.vaadin.ui.AbstractOrderedLayout
- addLayoutClickListener(LayoutEvents.LayoutClickListener) - Method in class com.vaadin.ui.CssLayout
- addLayoutClickListener(LayoutEvents.LayoutClickListener) - Method in class com.vaadin.ui.GridLayout
- addListener(SelectConnectorListener) - Method in class com.vaadin.client.debug.internal.AnalyzeLayoutsPanel
- addListener(SelectConnectorListener) - Method in class com.vaadin.client.debug.internal.HierarchyPanel
- addListener(Page.BrowserWindowResizeListener) - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.As of 7.0, use the similarly named api in Page instead
- addListener(Component.Listener) - Method in class com.vaadin.ui.AbstractComponent
- addListener(Component.Listener) - Method in interface com.vaadin.ui.Component
-
Registers a new (generic) component event listener for the component.
- addListener(Class<?>, DataProviderListener<T>, Method) - Method in class com.vaadin.data.provider.AbstractDataProvider
-
Registers a new listener with the specified activation method to listen events generated by this component.
- addListener(Class<?>, SerializableEventListener, Method) - Method in class com.vaadin.event.EventRouter
- addListener(Class<?>, SerializableEventListener, Method) - Method in interface com.vaadin.event.MethodEventSource
-
Registers a new event listener with the specified activation method to listen events generated by this component.
- addListener(Class<?>, SerializableEventListener, Method) - Method in class com.vaadin.server.AbstractClientConnector
-
Registers a new listener with the specified activation method to listen events generated by this component.
- addListener(Class<?>, SerializableEventListener, Method, String, SharedState) - Method in class com.vaadin.event.EventRouter
-
Registers a new event listener with the specified activation method to listen events generated by this component.
- addListener(Class<?>, SerializableEventListener, String) - Method in class com.vaadin.event.EventRouter
- addListener(Class<?>, SerializableEventListener, String) - Method in interface com.vaadin.event.MethodEventSource
-
Registers a new listener with the specified activation method to listen events generated by this component.
- addListener(Class<?>, SerializableEventListener, String) - Method in class com.vaadin.server.AbstractClientConnector
-
Deprecated.This method has only been added for ease of migration and should be avoided in new code. Use
AbstractClientConnector.addListener(Class, SerializableEventListener, Method)
orAbstractClientConnector.addListener(String, Class, SerializableEventListener, Method)
instead. - addListener(Class<?>, Object, Method) - Method in class com.vaadin.event.EventRouter
-
Deprecated.
- addListener(Class<?>, Object, Method) - Method in interface com.vaadin.event.MethodEventSource
-
Deprecated.
- addListener(Class<?>, Object, Method) - Method in class com.vaadin.server.AbstractClientConnector
-
Deprecated.As of 8.12. Use strongly typed
AbstractClientConnector.addListener(Class, SerializableEventListener, Method)
method instead. - addListener(Class<?>, Object, Method, String, SharedState) - Method in class com.vaadin.event.EventRouter
-
Deprecated.As of 8.12. Use
EventRouter.addListener(Class, SerializableEventListener, Method, String, SharedState)
instead - addListener(Class<?>, Object, String) - Method in class com.vaadin.event.EventRouter
-
Deprecated.
- addListener(Class<?>, Object, String) - Method in interface com.vaadin.event.MethodEventSource
-
Deprecated.
- addListener(Class<?>, Object, String) - Method in class com.vaadin.server.AbstractClientConnector
-
Deprecated.As of 7.0. This method should be avoided. Use
AbstractClientConnector.addListener(Class, SerializableEventListener, Method)
orAbstractClientConnector.addListener(String, Class, SerializableEventListener, Method)
instead. - addListener(String, Class<?>, SerializableEventListener, Method) - Method in class com.vaadin.server.AbstractClientConnector
-
Registers a new listener with the specified activation method to listen events generated by this component.
- addListener(String, Class<?>, Object, Method) - Method in class com.vaadin.server.AbstractClientConnector
-
Deprecated.As of 8.12. Use strongly typed
AbstractClientConnector.addListener(String, Class, SerializableEventListener, Method)
method instead. - addLocale(UIState.LocaleData) - Static method in class com.vaadin.client.LocaleService
- addLocale(Locale) - Method in class com.vaadin.server.LocaleService
-
Adds a locale to be sent to the client (browser) for date and time entry etc.
- addLocales(List<UIState.LocaleData>) - Static method in class com.vaadin.client.LocaleService
- addLoginListener(LoginForm.LoginListener) - Method in class com.vaadin.ui.LoginForm
-
Adds a
LoginForm.LoginListener
. - addMarkedAsDirtyListener(MarkedAsDirtyListener) - Method in class com.vaadin.ui.ConnectorTracker
-
Add a marked as dirty listener that will be called when a client connector is marked as dirty.
- addMethodInvocationToQueue(String, Method, Object[]) - Method in class com.vaadin.server.AbstractClientConnector
-
For internal use: adds a method invocation to the pending RPC call queue.
- 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.
- addMultiSelectionListener(MultiSelectionListener<T>) - Method in class com.vaadin.ui.components.grid.GridMultiSelect
-
Adds a selection listener that will be called when the selection is changed either by the user or programmatically.
- addMultiSelectionListener(MultiSelectionListener<T>) - Method in interface com.vaadin.ui.components.grid.MultiSelectionModel
-
Adds a selection listener that will be called when the selection is changed either by the user or programmatically.
- addMultiSelectionListener(MultiSelectionListener<T>) - Method in class com.vaadin.ui.components.grid.MultiSelectionModelImpl
- 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. - addOpenListener(EditorOpenListener<T>) - Method in interface com.vaadin.ui.components.grid.Editor
-
Adds an editor open
listener
. - addOpenListener(EditorOpenListener<T>) - Method in class com.vaadin.ui.components.grid.EditorImpl
- 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
-
Deprecated.since 7.1.4, use
VAbstractOrderedLayout.addOrMoveSlot(Slot, int, boolean)
- addOrMoveSlot(Slot, int, boolean) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
-
Add or move a slot to another index.
- addPackagePrefix(String, String) - Method in class com.vaadin.ui.declarative.DesignContext
-
Creates a two-way mapping between a prefix and a package name.
- addPollListener(UIEvents.PollListener) - Method in interface com.vaadin.event.UIEvents.PollNotifier
-
Add a poll listener.
- addPollListener(UIEvents.PollListener) - Method in class com.vaadin.ui.UI
- addPopStateListener(Page.PopStateListener) - Method in class com.vaadin.server.Page
-
Adds a listener that gets notified every time the URI of this page is changed due to back/forward functionality of the browser.
- addPopupVisibilityListener(PopupView.PopupVisibilityListener) - Method in class com.vaadin.ui.PopupView
-
Add a listener that is called whenever the visibility of the popup is changed.
- addProfilerData(Profiler.Node, List<Profiler.Node>) - Method in interface com.vaadin.client.Profiler.ProfilerResultConsumer
- addProgressListener(Upload.ProgressListener) - Method in class com.vaadin.ui.Upload
-
Adds the upload progress event listener.
- addProvider(ViewProvider) - Method in class com.vaadin.navigator.Navigator
-
Registers a view provider (factory).
- addRegisteredEventListener(SharedState, String) - Static method in class com.vaadin.shared.ui.ComponentStateUtil
-
Adds an event listener id.
- addRequestHandler(RequestHandler) - Method in class com.vaadin.server.ServiceInitEvent
-
Adds a new request handler that will be used by this service.
- addRequestHandler(RequestHandler) - Method in class com.vaadin.server.VaadinSession
-
Adds a request handler to this session.
- addResizeHandler(ResizeHandler) - Method in class com.vaadin.client.ui.VUI
- addResizeListener(Window.ResizeListener) - Method in class com.vaadin.ui.Window
-
Add a resize listener.
- addRootItems(Collection<T>) - Method in class com.vaadin.data.TreeData
-
Adds the items of the given collection as root items to this structure.
- addRootItems(Stream<T>) - Method in class com.vaadin.data.TreeData
-
Adds the items of the given stream as root items to this structure.
- addRootItems(T...) - Method in class com.vaadin.data.TreeData
-
Adds the items as root items to this structure.
- addRowAt(int) - Method in class com.vaadin.client.widgets.Grid.StaticSection
-
Inserts a new row at the given position.
- addRowAt(int) - Method in class com.vaadin.ui.components.grid.StaticSection
-
Adds a new row at the given index.
- 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.
- 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.
- addSaveListener(EditorSaveListener<T>) - Method in interface com.vaadin.ui.components.grid.Editor
-
Adds an editor save
listener
. - addSaveListener(EditorSaveListener<T>) - Method in class com.vaadin.ui.components.grid.EditorImpl
- 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 theVDebugWindow
UI. - addSection(String, String) - Method in class com.vaadin.server.JsonPaintTarget
-
Prints the single text section.
- addSection(String, String) - Method in interface com.vaadin.server.PaintTarget
-
Prints single XMLsection.
- addSelectAllHandler(SelectAllHandler<T>) - Method in class com.vaadin.client.widgets.Grid
-
Register a GWT event handler for a select all event.
- addSelectedTabChangeListener(TabSheet.SelectedTabChangeListener) - Method in class com.vaadin.ui.TabSheet
-
Adds a tab selection listener.
- 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
- addSelectionListener(MultiSelectionListener<T>) - Method in class com.vaadin.ui.AbstractMultiSelect
-
Adds a selection listener that will be called when the selection is changed either by the user or programmatically.
- addSelectionListener(MultiSelectionListener<T>) - Method in class com.vaadin.ui.components.grid.GridMultiSelect
- addSelectionListener(MultiSelectionListener<T>) - Method in interface com.vaadin.ui.MultiSelect
-
Adds a selection listener that will be called when the selection is changed either by the user or programmatically.
- addSelectionListener(SelectionListener<T>) - Method in interface com.vaadin.data.SelectionModel
-
Adds a generic listener to this selection model, accepting both single and multiselection events.
- addSelectionListener(SelectionListener<T>) - Method in class com.vaadin.ui.components.grid.GridMultiSelect
-
Adds a generic listener to this selection model, accepting both single and multiselection events.
- addSelectionListener(SelectionListener<T>) - Method in class com.vaadin.ui.components.grid.GridSingleSelect
-
Adds a generic listener to this selection model, accepting both single and multiselection events.
- addSelectionListener(SelectionListener<T>) - Method in interface com.vaadin.ui.components.grid.MultiSelectionModel
-
Adds a generic listener to this selection model, accepting both single and multiselection events.
- addSelectionListener(SelectionListener<T>) - Method in class com.vaadin.ui.components.grid.NoSelectionModel
- addSelectionListener(SelectionListener<T>) - Method in interface com.vaadin.ui.components.grid.SingleSelectionModel
-
Adds a generic listener to this selection model, accepting both single and multiselection events.
- addSelectionListener(SelectionListener<T>) - Method in class com.vaadin.ui.Grid
-
Adds a selection listener to the current selection model.
- addSelectionListener(SelectionListener<T>) - Method in class com.vaadin.ui.Tree
-
Adds a selection listener to the current selection model.
- addSelectionListener(SingleSelectionListener<T>) - Method in class com.vaadin.ui.AbstractSingleSelect
-
Adds a selection listener to this select.
- addSeparator() - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Adds a separator to this menu.
- addSeparatorBefore(MenuBar.MenuItem) - Method in class com.vaadin.ui.MenuBar.MenuItem
- addServiceDestroyListener(ServiceDestroyListener) - Method in class com.vaadin.server.VaadinService
-
Adds a service destroy listener that gets notified when this service is destroyed.
- addSessionDestroyListener(SessionDestroyListener) - Method in class com.vaadin.server.VaadinService
-
Adds a listener that gets notified when a Vaadin service session that has been initialized for this service is destroyed.
- addSessionInitListener(SessionInitListener) - Method in class com.vaadin.server.VaadinService
-
Adds a listener that gets notified when a new Vaadin service session is initialized for this service.
- addShortcutListener(ShortcutListener) - Method in interface com.vaadin.event.Action.ShortcutNotifier
-
Add a shortcut listener and return a registration object for unregistering it.
- addShortcutListener(ShortcutListener) - Method in class com.vaadin.ui.AbstractComponent
- addSingleSelectionListener(SingleSelectionListener<T>) - Method in class com.vaadin.ui.components.grid.GridSingleSelect
-
Adds a single selection listener that is called when the value of this select is changed either by the user or programmatically.
- addSingleSelectionListener(SingleSelectionListener<T>) - Method in interface com.vaadin.ui.components.grid.SingleSelectionModel
-
Adds a single selection listener that is called when the value of this select is changed either by the user or programmatically.
- addSingleSelectionListener(SingleSelectionListener<T>) - Method in class com.vaadin.ui.components.grid.SingleSelectionModelImpl
- addSnippet(Snippet) - Method in class com.vaadin.ui.RichTextArea
-
Add a
Snippet
object to the menu. - addSnippet(String) - Method in class com.vaadin.ui.RichTextArea
-
Add a predefined content snippet to the menu.
- addSnippet(String, String) - Method in class com.vaadin.ui.RichTextArea
-
Add a predefined content snippet to the menu.
- addSnippets(String[]) - Method in class com.vaadin.ui.RichTextArea
-
Add predefined content snippets to the menu.
- addSnippets(String[], String[]) - Method in class com.vaadin.ui.RichTextArea
-
Add predefined content snippets to the menu.
- addSnippets(Collection<Snippet>) - Method in class com.vaadin.ui.RichTextArea
-
Add
Snippet
objects to the menu. - addSortComparator(SerializableComparator<T>) - Method in interface com.vaadin.data.provider.InMemoryDataProvider
-
Adds a comparator to the default sorting for this data provider.
- addSortHandler(SortHandler<T>) - Method in class com.vaadin.client.widgets.Grid
-
Register a GWT event handler for a sorting event.
- addSortListener(SortEvent.SortListener<GridSortOrder<T>>) - Method in class com.vaadin.ui.Grid
-
Adds a sort order change listener that gets notified when the sort order changes.
- addSortListener(SortEvent.SortListener<T>) - Method in interface com.vaadin.event.SortEvent.SortNotifier
-
Adds a sort order change listener that gets notified when the sort order changes.
- addSortOrder(ValueProvider<T, V>, SortDirection) - Method in interface com.vaadin.data.provider.InMemoryDataProvider
-
Adds a property and direction to the default sorting for this data provider.
- addSource(Resource) - Method in class com.vaadin.ui.AbstractMedia
-
Adds an alternative media file to the sources list.
- 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.
- addSplitPositionChangeListener(AbstractSplitPanel.SplitPositionChangeListener) - Method in class com.vaadin.ui.AbstractSplitPanel
-
Register a listener to handle
AbstractSplitPanel.SplitPositionChangeEvent
s. - addSplitterClickListener(AbstractSplitPanel.SplitterClickListener) - Method in class com.vaadin.ui.AbstractSplitPanel
- addStartedListener(Upload.StartedListener) - Method in class com.vaadin.ui.Upload
-
Adds the upload started event listener.
- 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
- addStatusChangeListener(StatusChangeListener) - Method in class com.vaadin.data.Binder
-
Adds status change listener to the binder.
- addStreamVariable(String, String, StreamVariable) - Method in class com.vaadin.ui.ConnectorTracker
-
Adds a StreamVariable of the given name to the indicated connector.
- 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.
- addStyleName(String) - Method in class com.vaadin.ui.AbstractComponent
- addStyleName(String) - Method in class com.vaadin.ui.CheckBox.CheckBoxInputElement
- addStyleName(String) - Method in class com.vaadin.ui.CheckBox.CheckBoxLabelElement
- addStyleName(String) - Method in interface com.vaadin.ui.Component
-
Adds one or more style names to this component.
- addStyleName(String) - Method in class com.vaadin.ui.Composite
- addStyleName(String) - Method in interface com.vaadin.ui.HasStyleNames
-
Adds one or more style names to this component.
- addStyleName(String) - Method in class com.vaadin.ui.Tree
- addStyleNames(String...) - Method in interface com.vaadin.ui.Component
-
Adds one or more style names to this component by using one or multiple parameters.
- addStyleNames(String...) - Method in interface com.vaadin.ui.HasStyleNames
-
Adds one or more style names to this component by using one or multiple parameters.
- addSucceededListener(Upload.SucceededListener) - Method in class com.vaadin.ui.Upload
-
Adds the upload success event listener.
- addTab(Component) - Method in class com.vaadin.ui.TabSheet
-
Adds a new tab into TabSheet.
- addTab(Component, int) - Method in class com.vaadin.ui.TabSheet
-
Adds a new tab into TabSheet.
- addTab(Component, String) - Method in class com.vaadin.ui.TabSheet
-
Adds a new tab into TabSheet.
- addTab(Component, String, Resource) - Method in class com.vaadin.ui.TabSheet
-
Adds a new tab into TabSheet.
- addTab(Component, String, Resource, int) - Method in class com.vaadin.ui.TabSheet
-
Adds a new tab into TabSheet.
- addTabKey(String, boolean) - Method in class com.vaadin.client.ui.VTabsheetBase
-
For internal use only.
- addText(String) - Method in class com.vaadin.server.JsonPaintTarget
-
Prints XML-escaped text.
- addText(String) - Method in interface com.vaadin.server.PaintTarget
-
Adds text node.
- addTo(Element) - Method in class com.vaadin.client.ui.dd.DragHandle
-
Adds this drag handle to an HTML element.
- addTreeGridDropListener(TreeGridDropListener<T>) - Method in class com.vaadin.ui.components.grid.TreeGridDropTarget
-
Attaches drop listener for the current drop target.
- 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
- addUI(UI) - Method in class com.vaadin.server.VaadinSession
-
Adds an initialized UI to this session.
- addUIDL(String) - Method in class com.vaadin.server.JsonPaintTarget
-
Adds XML directly to UIDL.
- addUIDL(String) - Method in interface com.vaadin.server.PaintTarget
-
Adds UIDL directly.
- addUIProvider(UIProvider) - Method in class com.vaadin.server.VaadinSession
-
Adds a UI provider to this session.
- addUIProvider(UIProvider, int) - Method in class com.vaadin.server.VaadinSession
-
Adds a UI provider to this session with a persistent priority value.
- addUploadStreamVariable(VariableOwner, String) - Method in class com.vaadin.server.JsonPaintTarget
-
Adds a upload stream type variable.
- addUploadStreamVariable(VariableOwner, String) - Method in interface com.vaadin.server.PaintTarget
-
Adds an upload stream type variable.
- addUriFragmentChangedListener(Page.UriFragmentChangedListener) - Method in class com.vaadin.server.Page
-
Deprecated.Use
Page.addPopStateListener(PopStateListener)
instead - addValueChangeHandler(ValueChangeHandler<Double>) - Method in class com.vaadin.client.ui.VSlider
- addValueChangeListener(HasValue.ValueChangeListener<?>) - Method in class com.vaadin.data.Binder
-
Adds field value change listener to all the fields in the binder.
- addValueChangeListener(HasValue.ValueChangeListener<Color>) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPopup
- addValueChangeListener(HasValue.ValueChangeListener<Color>) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPreview
- addValueChangeListener(HasValue.ValueChangeListener<Set<T>>) - Method in class com.vaadin.ui.AbstractMultiSelect
-
Adds a value change listener.
- addValueChangeListener(HasValue.ValueChangeListener<Set<T>>) - Method in class com.vaadin.ui.components.grid.GridMultiSelect
- addValueChangeListener(HasValue.ValueChangeListener<T>) - Method in class com.vaadin.ui.AbstractField
- addValueChangeListener(HasValue.ValueChangeListener<T>) - Method in class com.vaadin.ui.AbstractSingleSelect
- addValueChangeListener(HasValue.ValueChangeListener<T>) - Method in class com.vaadin.ui.ComboBox
- addValueChangeListener(HasValue.ValueChangeListener<T>) - Method in class com.vaadin.ui.components.grid.GridSingleSelect
- addValueChangeListener(HasValue.ValueChangeListener<V>) - Method in interface com.vaadin.data.HasValue
-
Adds a value change listener.
- addValueChangeListener(HasValue.ValueChangeListener<V>) - Method in class com.vaadin.data.ReadOnlyHasValue
- addVariable(VariableOwner, String, boolean) - Method in class com.vaadin.server.JsonPaintTarget
- addVariable(VariableOwner, String, boolean) - Method in interface com.vaadin.server.PaintTarget
-
Adds a boolean type variable.
- addVariable(VariableOwner, String, double) - Method in class com.vaadin.server.JsonPaintTarget
- addVariable(VariableOwner, String, double) - Method in interface com.vaadin.server.PaintTarget
-
Adds a double type variable.
- addVariable(VariableOwner, String, float) - Method in class com.vaadin.server.JsonPaintTarget
- addVariable(VariableOwner, String, float) - Method in interface com.vaadin.server.PaintTarget
-
Adds a float type variable.
- addVariable(VariableOwner, String, int) - Method in class com.vaadin.server.JsonPaintTarget
- addVariable(VariableOwner, String, int) - Method in interface com.vaadin.server.PaintTarget
-
Adds an int type variable.
- addVariable(VariableOwner, String, long) - Method in class com.vaadin.server.JsonPaintTarget
- addVariable(VariableOwner, String, long) - Method in interface com.vaadin.server.PaintTarget
-
Adds a long type variable.
- addVariable(VariableOwner, String, StreamVariable) - Method in class com.vaadin.server.JsonPaintTarget
- addVariable(VariableOwner, String, StreamVariable) - Method in interface com.vaadin.server.PaintTarget
-
Adds details about
StreamVariable
to the UIDL stream. - addVariable(VariableOwner, String, Component) - Method in class com.vaadin.server.JsonPaintTarget
- addVariable(VariableOwner, String, Component) - Method in interface com.vaadin.server.PaintTarget
-
Adds a Component type variable.
- addVariable(VariableOwner, String, String) - Method in class com.vaadin.server.JsonPaintTarget
- addVariable(VariableOwner, String, String) - Method in interface com.vaadin.server.PaintTarget
-
Adds a string type variable.
- addVariable(VariableOwner, String, String[]) - Method in class com.vaadin.server.JsonPaintTarget
- addVariable(VariableOwner, String, String[]) - Method in interface com.vaadin.server.PaintTarget
-
Adds a string array type variable.
- addVerticalScrollbarVisibilityChangeHandler(VerticalScrollbarVisibilityChangeHandler) - Method in class com.vaadin.client.widgets.Escalator
-
FOR INTERNAL USE ONLY, MAY GET REMOVED OR MODIFIED AT ANY TIME!
- addView(String, View) - Method in class com.vaadin.navigator.Navigator
-
Registers a static, pre-initialized view instance for a view name.
- addView(String, Class<? extends View>) - Method in class com.vaadin.navigator.Navigator
-
Registers a view class for a view name.
- addViewChangeListener(ViewChangeListener) - Method in class com.vaadin.navigator.Navigator
-
Listen to changes of the active view.
- 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.
- addWindow(LegacyWindow) - Method in class com.vaadin.server.LegacyApplication
-
Deprecated.Adds a new browser level window to this application.
- addWindow(Window) - Method in class com.vaadin.ui.UI
-
Adds a window as a subwindow inside this UI.
- addWindowModeChangeListener(Window.WindowModeChangeListener) - Method in class com.vaadin.ui.Window
-
Adds a WindowModeChangeListener to the window.
- addWindowOrderChangeListener(Window.WindowOrderChangeListener) - Method in class com.vaadin.ui.Window
-
Adds a WindowOrderChangeListener to the window.
- addWindowOrderHandler(WindowOrderHandler) - Static method in class com.vaadin.client.ui.VWindow
-
Adds a Handler for window order change event.
- addWindowOrderUpdateListener(UI.WindowOrderUpdateListener) - Method in class com.vaadin.ui.UI
-
Adds a WindowOrderUpdateListener to the UI.
- addXMLSection(String, String, String) - Method in class com.vaadin.server.JsonPaintTarget
-
Adds XML section with namespace.
- addXMLSection(String, String, String) - Method in interface com.vaadin.server.PaintTarget
-
Prints single XML section.
- addXsrfHeaderFromCookie(RequestBuilder) - Static method in class com.vaadin.client.communication.XhrConnection
- ADJUST - com.vaadin.icons.VaadinIcons
- ADJUST - com.vaadin.server.FontAwesome
-
Deprecated.
- adjustToResolution(LocalDate, DateResolution) - Method in class com.vaadin.ui.AbstractLocalDateField
- adjustToResolution(LocalDateTime, DateTimeResolution) - Method in class com.vaadin.ui.AbstractLocalDateTimeField
- adjustToResolution(T, R) - Method in class com.vaadin.ui.AbstractDateField
-
Adjusts the given date to the given resolution.
- ADN - com.vaadin.server.FontAwesome
-
Deprecated.
- ADOBE_FLASH - com.vaadin.icons.VaadinIcons
- afterDate(T, T) - Method in class com.vaadin.ui.AbstractDateField
-
Checks if
value
is afterbase
or not. - afterViewChange(ViewChangeListener.ViewChangeEvent) - Method in interface com.vaadin.navigator.ViewChangeListener
-
Invoked after the view is changed.
- AIRPLANE - com.vaadin.icons.VaadinIcons
- ALARM - com.vaadin.icons.VaadinIcons
- 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
- ALERT - com.vaadin.shared.ui.ui.NotificationRole
- ALERTDIALOG - com.vaadin.shared.ui.window.WindowRole
- ALIGN_CENTER - com.vaadin.icons.VaadinIcons
- ALIGN_CENTER - com.vaadin.server.FontAwesome
-
Deprecated.
- ALIGN_JUSTIFY - com.vaadin.icons.VaadinIcons
- ALIGN_JUSTIFY - com.vaadin.server.FontAwesome
-
Deprecated.
- ALIGN_LEFT - com.vaadin.icons.VaadinIcons
- ALIGN_LEFT - com.vaadin.server.FontAwesome
-
Deprecated.
- ALIGN_RIGHT - com.vaadin.icons.VaadinIcons
- ALIGN_RIGHT - com.vaadin.server.FontAwesome
-
Deprecated.
- alignment - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState.ChildComponentData
- Alignment - Class in com.vaadin.ui
-
Class containing information about alignment of a component.
- Alignment(int) - Constructor for class com.vaadin.ui.Alignment
- ALIGNMENT_BOTTOM - Static variable in class com.vaadin.shared.ui.AlignmentInfo.Bits
- ALIGNMENT_DEFAULT - Static variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState
- ALIGNMENT_DEFAULT - Static variable in class com.vaadin.ui.AbstractOrderedLayout
- ALIGNMENT_HORIZONTAL_CENTER - Static variable in class com.vaadin.shared.ui.AlignmentInfo.Bits
- ALIGNMENT_LEFT - Static variable in class com.vaadin.shared.ui.AlignmentInfo.Bits
- ALIGNMENT_RIGHT - Static variable in class com.vaadin.shared.ui.AlignmentInfo.Bits
- ALIGNMENT_TOP - Static variable in class com.vaadin.shared.ui.AlignmentInfo.Bits
- ALIGNMENT_VERTICAL_CENTER - Static variable in class com.vaadin.shared.ui.AlignmentInfo.Bits
- alignmentBitmask - Variable in class com.vaadin.shared.ui.orderedlayout.AbstractOrderedLayoutState.ChildComponentData
- AlignmentInfo - Class in com.vaadin.shared.ui
- AlignmentInfo(int) - Constructor for class com.vaadin.shared.ui.AlignmentInfo
- AlignmentInfo(AlignmentInfo, AlignmentInfo) - Constructor for class com.vaadin.shared.ui.AlignmentInfo
- AlignmentInfo.Bits - Class in com.vaadin.shared.ui
-
Bitmask values for client server communication.
- ALL - com.vaadin.shared.ui.dnd.criteria.Criterion.Match
-
When compared to the payload, the drop will be accepted only if all of the given criteria matches.
- ALL - com.vaadin.shared.ui.dnd.EffectAllowed
-
All operations are permitted.
- ALLOW_NULLS - com.vaadin.ui.Grid.Column.NestedNullBehavior
-
Silently ignore any exceptions caused by nested
null
values. - allowNewItems - Variable in class com.vaadin.client.ui.VComboBox
-
For internal use only.
- allowNewItems - Variable in class com.vaadin.shared.ui.combobox.ComboBoxState
-
True to allow the user to send new items to the server, false to only select among existing items.
- allowServePrecompressedResource(HttpServletRequest, String) - Method in class com.vaadin.server.VaadinServlet
-
Returns whether this servlet should attempt to serve a precompressed version of the given static resource.
- allSelected - Variable in class com.vaadin.shared.ui.grid.MultiSelectionModelState
-
Select All -checkbox status.
- ALT - com.vaadin.icons.VaadinIcons
- ALT - Static variable in interface com.vaadin.event.ShortcutAction.ModifierKey
- ALT_A - com.vaadin.icons.VaadinIcons
- altElement - Variable in class com.vaadin.client.ui.VBrowserFrame
- alternateText - Variable in class com.vaadin.shared.ui.AbstractEmbeddedState
- altText - Variable in class com.vaadin.client.ui.VBrowserFrame
- altText - Variable in class com.vaadin.shared.ui.AbstractMediaState
- altText - Variable in class com.vaadin.shared.ui.embedded.EmbeddedState
-
The component's "alt-text".
- alwaysDropToEnd() - Static method in interface com.vaadin.ui.components.grid.DropIndexCalculator
-
Returns a calculator for always dropping items to the end of the target grid, regardless of drop position.
- alwaysPass() - Static method in interface com.vaadin.data.Validator
-
Returns a validator that passes any value.
- alwaysUseXhrForServerRequests - Variable in class com.vaadin.shared.ui.ui.UIState.PushConfigurationState
- am - Variable in class com.vaadin.shared.ui.ui.UIState.LocaleData
- AMAZON - com.vaadin.server.FontAwesome
-
Deprecated.
- AMBULANCE - com.vaadin.icons.VaadinIcons
- AMBULANCE - com.vaadin.server.FontAwesome
-
Deprecated.
- 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.
- analyzeLayouts() - Method in interface com.vaadin.shared.ui.ui.DebugWindowServerRpc
-
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.
- ANCHOR - com.vaadin.icons.VaadinIcons
- ANCHOR - com.vaadin.server.FontAwesome
-
Deprecated.
- and(SerializablePredicate<? super T>) - Method in interface com.vaadin.server.SerializablePredicate
-
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
- And - Class in com.vaadin.event.dd.acceptcriteria
-
A compound criterion that accepts the drag if all of its criteria accepts the drag.
- And(ClientSideCriterion...) - Constructor for class com.vaadin.event.dd.acceptcriteria.And
- ANDROID - com.vaadin.server.FontAwesome
-
Deprecated.
- ANDROID - com.vaadin.shared.VBrowserDetails.OperatingSystem
- ANGELLIST - com.vaadin.server.FontAwesome
-
Deprecated.
- ANGLE_DOUBLE_DOWN - com.vaadin.icons.VaadinIcons
- ANGLE_DOUBLE_DOWN - com.vaadin.server.FontAwesome
-
Deprecated.
- ANGLE_DOUBLE_LEFT - com.vaadin.icons.VaadinIcons
- ANGLE_DOUBLE_LEFT - com.vaadin.server.FontAwesome
-
Deprecated.
- ANGLE_DOUBLE_RIGHT - com.vaadin.icons.VaadinIcons
- ANGLE_DOUBLE_RIGHT - com.vaadin.server.FontAwesome
-
Deprecated.
- ANGLE_DOUBLE_UP - com.vaadin.icons.VaadinIcons
- ANGLE_DOUBLE_UP - com.vaadin.server.FontAwesome
-
Deprecated.
- ANGLE_DOWN - com.vaadin.icons.VaadinIcons
- ANGLE_DOWN - com.vaadin.server.FontAwesome
-
Deprecated.
- ANGLE_LEFT - com.vaadin.icons.VaadinIcons
- ANGLE_LEFT - com.vaadin.server.FontAwesome
-
Deprecated.
- ANGLE_RIGHT - com.vaadin.icons.VaadinIcons
- ANGLE_RIGHT - com.vaadin.server.FontAwesome
-
Deprecated.
- ANGLE_UP - com.vaadin.icons.VaadinIcons
- ANGLE_UP - com.vaadin.server.FontAwesome
-
Deprecated.
- ANIMATED - com.vaadin.shared.ui.grid.ColumnResizeMode
-
When column resize mode is set to Animated, columns are resized as they are dragged.
- 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.
- ANY - com.vaadin.shared.ui.dnd.criteria.Criterion.Match
-
When compared to the payload, the drop will be accepted if any of the criteria matches.
- ANY - com.vaadin.shared.ui.grid.ScrollDestination
-
Scroll as little as possible to show the target element.
- APP - com.vaadin.server.VaadinServlet.RequestType
-
Deprecated.
- APP_PATH - Static variable in class com.vaadin.shared.ApplicationConstants
- APP_PROTOCOL_PREFIX - Static variable in class com.vaadin.shared.ApplicationConstants
- append(Reader) - Method in class com.vaadin.server.communication.AtmospherePushConnection.FragmentedMessage
-
Appends all the data from the given Reader to this message and returns whether the message was completed.
- append(String, SortDirection) - Method in class com.vaadin.data.provider.Sort.SortBuilder
-
Appends sorting with given sort direction.
- appendFooterRow() - Method in class com.vaadin.client.widgets.Grid
-
Adds a new row at the bottom of the footer section.
- appendFooterRow() - Method in class com.vaadin.ui.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.
- appendHeaderRow() - Method in class com.vaadin.ui.Grid
-
Adds a new row at the bottom of the header section.
- appendMainScriptTagContents(BootstrapHandler.BootstrapContext, StringBuilder) - Method in class com.vaadin.server.BootstrapHandler
-
Deprecated.
- appendRow() - Method in class com.vaadin.client.widgets.Grid.StaticSection
-
Adds a new row at the bottom of this section.
- APPLE - com.vaadin.server.FontAwesome
-
Deprecated.
- 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
- ApplicationConstants - Class in com.vaadin.shared
- ApplicationConstants() - Constructor for class com.vaadin.shared.ApplicationConstants
- ApplicationStoppedEvent() - Constructor for class com.vaadin.client.ApplicationConnection.ApplicationStoppedEvent
- apply(ValueContext) - Method in interface com.vaadin.data.ErrorMessageProvider
-
Returns a generated error message for given
ValueContext
. - apply(SortDirection) - Method in interface com.vaadin.ui.components.grid.SortOrderProvider
-
Generates the sort orders when rows are sorted by a column.
- apply(Object, ValueContext) - Method in class com.vaadin.data.validator.BeanValidator
-
Validates the given value as if it were the value of the bean property configured for this validator.
- apply(String, ValueContext) - Method in class com.vaadin.data.validator.RegexpValidator
- apply(String, ValueContext) - Method in class com.vaadin.data.validator.StringLengthValidator
- apply(Map<Component, Grid.Column<T, ?>>, BinderValidationStatus<T>) - Method in interface com.vaadin.ui.components.grid.EditorErrorGenerator
-
Generates an error message from given validation status object.
- apply(SOURCE) - Method in interface com.vaadin.data.ValueProvider
-
Provides a value from the given source object.
- apply(T) - Method in class com.vaadin.ui.ComboBox.DeclarativeStyleGenerator
- apply(T) - Method in interface com.vaadin.ui.IconGenerator
-
Gets an icon resource for the
item
. - apply(T) - Method in interface com.vaadin.ui.ItemCaptionGenerator
-
Gets a caption for the
item
. - apply(T) - Method in interface com.vaadin.ui.StyleGenerator
-
Gets a class name for the
item
. - apply(T, ValueContext) - Method in interface com.vaadin.data.Validator
-
Validates the given value.
- apply(T, ValueContext) - Method in class com.vaadin.data.validator.RangeValidator
-
Returns
Result.ok
if the value is within the specified bounds,Result.error
otherwise. - applyInvocation(ClientConnector, ServerRpcMethodInvocation) - Static method in class com.vaadin.server.ServerRpcManager
-
Invoke a method in a server side RPC target class.
- applyInvocation(ServerRpcMethodInvocation) - Method in class com.vaadin.server.ServerRpcManager
-
Invoke a method in a server side RPC target class.
- applyInvocation(MethodInvocation, ServerConnector) - Method in class com.vaadin.client.communication.RpcManager
-
Perform server to client RPC invocation.
- archive - Variable in class com.vaadin.shared.ui.embedded.EmbeddedState
-
May be used to specify a space-separated list of URIs for archives containing resources relevant to the object.
- ARCHIVE - com.vaadin.icons.VaadinIcons
- ARCHIVE - com.vaadin.server.FontAwesome
-
Deprecated.
- ARCHIVES - com.vaadin.icons.VaadinIcons
- Area(GridLayoutState.ChildComponentData, Component) - Constructor for class com.vaadin.ui.GridLayout.Area
- Area(Component, int, int, int, int) - Constructor for class com.vaadin.ui.GridLayout.Area
-
Construct a new area on a grid.
- AREA_CHART - com.vaadin.server.FontAwesome
-
Deprecated.
- AREA_SELECT - com.vaadin.icons.VaadinIcons
- areTabsHidden() - Method in class com.vaadin.ui.TabSheet
-
Deprecated.as of 7.5, use
TabSheet.isTabsVisible()
instead - 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
- ARROW_BACKWARD - com.vaadin.icons.VaadinIcons
- ARROW_CIRCLE_DOWN - com.vaadin.icons.VaadinIcons
- ARROW_CIRCLE_DOWN - com.vaadin.server.FontAwesome
-
Deprecated.
- ARROW_CIRCLE_DOWN_O - com.vaadin.icons.VaadinIcons
- ARROW_CIRCLE_LEFT - com.vaadin.icons.VaadinIcons
- ARROW_CIRCLE_LEFT - com.vaadin.server.FontAwesome
-
Deprecated.
- ARROW_CIRCLE_LEFT_O - com.vaadin.icons.VaadinIcons
- ARROW_CIRCLE_O_DOWN - com.vaadin.server.FontAwesome
-
Deprecated.
- ARROW_CIRCLE_O_LEFT - com.vaadin.server.FontAwesome
-
Deprecated.
- ARROW_CIRCLE_O_RIGHT - com.vaadin.server.FontAwesome
-
Deprecated.
- ARROW_CIRCLE_O_UP - com.vaadin.server.FontAwesome
-
Deprecated.
- ARROW_CIRCLE_RIGHT - com.vaadin.icons.VaadinIcons
- ARROW_CIRCLE_RIGHT - com.vaadin.server.FontAwesome
-
Deprecated.
- ARROW_CIRCLE_RIGHT_O - com.vaadin.icons.VaadinIcons
- ARROW_CIRCLE_UP - com.vaadin.icons.VaadinIcons
- ARROW_CIRCLE_UP - com.vaadin.server.FontAwesome
-
Deprecated.
- ARROW_CIRCLE_UP_O - com.vaadin.icons.VaadinIcons
- ARROW_DOWN - com.vaadin.icons.VaadinIcons
- ARROW_DOWN - com.vaadin.server.FontAwesome
-
Deprecated.
- ARROW_DOWN - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- ARROW_FORWARD - com.vaadin.icons.VaadinIcons
- ARROW_LEFT - com.vaadin.icons.VaadinIcons
- ARROW_LEFT - com.vaadin.server.FontAwesome
-
Deprecated.
- ARROW_LEFT - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- ARROW_LONG_DOWN - com.vaadin.icons.VaadinIcons
- ARROW_LONG_LEFT - com.vaadin.icons.VaadinIcons
- ARROW_RIGHT - com.vaadin.icons.VaadinIcons
- ARROW_RIGHT - com.vaadin.server.FontAwesome
-
Deprecated.
- ARROW_RIGHT - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- ARROW_UP - com.vaadin.icons.VaadinIcons
- ARROW_UP - com.vaadin.server.FontAwesome
-
Deprecated.
- ARROW_UP - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- ARROWS - com.vaadin.icons.VaadinIcons
- ARROWS - com.vaadin.server.FontAwesome
-
Deprecated.
- ARROWS_ALT - com.vaadin.server.FontAwesome
-
Deprecated.
- ARROWS_CROSS - com.vaadin.icons.VaadinIcons
- ARROWS_H - com.vaadin.server.FontAwesome
-
Deprecated.
- ARROWS_LONG_H - com.vaadin.icons.VaadinIcons
- ARROWS_LONG_RIGHT - com.vaadin.icons.VaadinIcons
- ARROWS_LONG_UP - com.vaadin.icons.VaadinIcons
- ARROWS_LONG_V - com.vaadin.icons.VaadinIcons
- ARROWS_V - com.vaadin.server.FontAwesome
-
Deprecated.
- asc(Grid.Column<T, ?>) - Static method in class com.vaadin.data.provider.GridSortOrder
-
Creates a new grid sort builder with given sorting using ascending sort direction.
- asc(String) - Static method in class com.vaadin.data.provider.QuerySortOrder
-
Creates a new query sort builder with given sorting using ascending sort direction.
- asc(String) - Static method in class com.vaadin.data.provider.Sort
-
Creates a new sort builder with given sorting using ascending sort direction.
- ASCENDING - com.vaadin.shared.data.sort.SortDirection
-
Ascending (e.g.
- ASCENDING - com.vaadin.shared.ui.grid.GridConstants.SidebarColumnOrder
-
Columns in the sidebar are presented in ascending alphabetical order.
- asList() - Method in class com.vaadin.client.widget.grid.datasources.ListDataSource
-
Gets the list that backs this datasource.
- asMultiSelect() - Method in interface com.vaadin.ui.components.grid.MultiSelectionModel
-
Gets a wrapper to use this multiselection model as a multiselect in
Binder
. - asMultiSelect() - Method in class com.vaadin.ui.components.grid.MultiSelectionModelImpl
-
Gets a wrapper for using this grid as a multiselect in a binder.
- asMultiSelect() - Method in class com.vaadin.ui.Grid
-
User this grid as a multiselect in
Binder
. - asMultiSelect() - Method in class com.vaadin.ui.Tree
-
Use this tree as a multi select in
Binder
. - asRequired() - Method in interface com.vaadin.data.Binder.BindingBuilder
-
Sets the field to be required.
- asRequired(ErrorMessageProvider) - Method in interface com.vaadin.data.Binder.BindingBuilder
-
Sets the field to be required.
- asRequired(ErrorMessageProvider) - Method in class com.vaadin.data.Binder.BindingBuilderImpl
- asRequired(Validator<TARGET>) - Method in interface com.vaadin.data.Binder.BindingBuilder
-
Sets the field to be required and delegates the required check to a custom validator.
- asRequired(Validator<TARGET>) - Method in class com.vaadin.data.Binder.BindingBuilderImpl
- asRequired(String) - Method in interface com.vaadin.data.Binder.BindingBuilder
-
Sets the field to be required.
- 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.
- assignValue(Object, String, String) - Static method in class com.vaadin.ui.declarative.DesignAttributeHandler
-
Assigns the specified design attribute to the given component.
- asSingleSelect() - Method in interface com.vaadin.ui.components.grid.SingleSelectionModel
-
Gets a wrapper to use this single selection model as a single select in
Binder
. - asSingleSelect() - Method in class com.vaadin.ui.components.grid.SingleSelectionModelImpl
-
Gets a wrapper for using this grid as a single select in a binder.
- asSingleSelect() - Method in class com.vaadin.ui.Grid
-
Use this grid as a single select in
Binder
. - asSingleSelect() - Method in class com.vaadin.ui.Tree
-
Use this tree as a single select in
Binder
. - ASSISTIVE - com.vaadin.shared.Position
-
Position that is only accessible for assistive devices, invisible for visual users.
- 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
- ASSISTIVE_NOTIFICATION - com.vaadin.ui.Notification.Type
- assistiveCaption - Variable in class com.vaadin.shared.ui.grid.ColumnState
-
The assistive device caption for the column.
- assistiveLabels - Variable in class com.vaadin.shared.ui.datefield.AbstractDateFieldState
-
Map of elements and their corresponding assistive labels.
- assistivePostfix - Variable in class com.vaadin.shared.ui.window.WindowState
- assistivePrefix - Variable in class com.vaadin.shared.ui.window.WindowState
- assistiveTabStop - Variable in class com.vaadin.shared.ui.window.WindowState
- assistiveTabStopBottomText - Variable in class com.vaadin.shared.ui.window.WindowState
- assistiveTabStopTopText - Variable in class com.vaadin.shared.ui.window.WindowState
- ASTERISK - com.vaadin.icons.VaadinIcons
- ASTERISK - com.vaadin.server.FontAwesome
-
Deprecated.
- 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
- AT - com.vaadin.icons.VaadinIcons
- AT - com.vaadin.server.FontAwesome
-
Deprecated.
- ATMOSPHERE_MISSING_ERROR - Static variable in interface com.vaadin.server.Constants
- 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 - Class in com.vaadin.server.communication
-
A
PushConnection
implementation using the Atmosphere push support that is by default included in Vaadin. - AtmospherePushConnection() - Constructor for class com.vaadin.client.communication.AtmospherePushConnection
- AtmospherePushConnection(UI) - Constructor for class com.vaadin.server.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.FragmentedMessage - Class in com.vaadin.server.communication
-
Represents a message that can arrive as multiple fragments.
- AtmospherePushConnection.State - Enum in com.vaadin.client.communication
- AtmospherePushConnection.State - Enum in com.vaadin.server.communication
- AtmosphereResponse() - Constructor for class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereResponse
- attach() - Method in class com.vaadin.data.provider.DataCommunicator
- attach() - Method in class com.vaadin.server.AbstractClientConnector
- attach() - Method in class com.vaadin.server.BrowserWindowOpener
- attach() - Method in interface com.vaadin.server.ClientConnector
-
Notifies the connector that it is connected to a VaadinSession (and therefore also to a UI).
- attach() - Method in class com.vaadin.server.DragAndDropService
-
Deprecated.
- attach() - Method in class com.vaadin.ui.AbstractComponent
- attach() - Method in class com.vaadin.ui.ComboBox
- attach() - Method in interface com.vaadin.ui.Component
-
Notifies the connector that it is connected to a VaadinSession (and therefore also to a UI).
- attach() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerHistory
- attach() - Method in class com.vaadin.ui.CustomField
-
Constructs the content and notifies it that the
CustomField
is attached to a window. - attach() - Method in class com.vaadin.ui.dnd.DragSourceExtension
- attach() - Method in class com.vaadin.ui.dnd.DropTargetExtension
- attach() - Method in class com.vaadin.ui.LoginForm
- attach() - Method in class com.vaadin.ui.UI
-
Called after the UI is added to the session.
- attach(ClientConnector.AttachEvent) - Method in interface com.vaadin.server.ClientConnector.AttachListener
-
Called when a AttachListener is notified of a AttachEvent.
- ATTACH_EVENT_IDENTIFIER - Static variable in class com.vaadin.server.ClientConnector.AttachEvent
- AttachEvent(ClientConnector) - Constructor for class com.vaadin.server.ClientConnector.AttachEvent
- attachMethod - Static variable in interface com.vaadin.server.ClientConnector.AttachListener
- attachMethod - Static variable in interface com.vaadin.ui.HasComponents.ComponentAttachListener
- ATTRIBUTE_CHECKED - Static variable in class com.vaadin.shared.ui.menubar.MenuBarConstants
-
Deprecated.
- ATTRIBUTE_ITEM_DESCRIPTION - Static variable in class com.vaadin.shared.ui.menubar.MenuBarConstants
-
Deprecated.
- ATTRIBUTE_ITEM_DESCRIPTION_CONTENT_MODE - Static variable in class com.vaadin.shared.ui.menubar.MenuBarConstants
-
Deprecated.
- ATTRIBUTE_ITEM_DISABLED - Static variable in class com.vaadin.shared.ui.menubar.MenuBarConstants
-
Deprecated.
- ATTRIBUTE_ITEM_ICON - Static variable in class com.vaadin.shared.ui.menubar.MenuBarConstants
-
Deprecated.
- ATTRIBUTE_ITEM_STYLE - Static variable in class com.vaadin.shared.ui.menubar.MenuBarConstants
-
Deprecated.
- ATTRIBUTE_PUSH_STATE - Static variable in class com.vaadin.shared.ui.ui.UIConstants
-
Deprecated.
- ATTRIBUTE_REPLACE_STATE - Static variable in class com.vaadin.shared.ui.ui.UIConstants
-
Deprecated.
- ATTRIBUTE_TAB_CAPTION - Static variable in class com.vaadin.shared.ui.tabsheet.TabsheetBaseConstants
-
Deprecated.
- ATTRIBUTE_TAB_DESCRIPTION - Static variable in class com.vaadin.shared.ui.tabsheet.TabsheetBaseConstants
-
Deprecated.
- ATTRIBUTE_TAB_DISABLED - Static variable in class com.vaadin.shared.ui.tabsheet.TabsheetBaseConstants
-
Deprecated.
- ATTRIBUTE_TAB_ERROR_MESSAGE - Static variable in class com.vaadin.shared.ui.tabsheet.TabsheetBaseConstants
-
Deprecated.
- ATTRIBUTE_TAB_ICON - Static variable in class com.vaadin.shared.ui.tabsheet.TabsheetBaseConstants
-
Deprecated.
- ATTRIBUTE_TAB_ICON_ALT - Static variable in class com.vaadin.shared.ui.tabsheet.TabsheetBaseConstants
-
Deprecated.
- Audio - Class in com.vaadin.ui
-
The Audio component translates into an HTML5 <audio> element and as such is only supported in browsers that support HTML5 media markup.
- Audio() - Constructor for class com.vaadin.ui.Audio
- Audio(String) - Constructor for class com.vaadin.ui.Audio
- Audio(String, Resource) - Constructor for class com.vaadin.ui.Audio
- 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
- AudioState - Class in com.vaadin.shared.ui.audio
-
Shared state for the Audio component.
- AudioState() - Constructor for class com.vaadin.shared.ui.audio.AudioState
- authenticationErrorCaption - Variable in class com.vaadin.server.SystemMessages
- authenticationErrorMessage - Variable in class com.vaadin.server.SystemMessages
- authenticationErrorNotificationEnabled - Variable in class com.vaadin.server.SystemMessages
- authenticationErrorURL - Variable in class com.vaadin.server.SystemMessages
- AUTO - com.vaadin.shared.ui.PreloadMode
-
Indicates that the whole video/audio file could be downloaded, even if the user is not expected to use it.
- 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.
- AutoGenerated - Annotation Type in com.vaadin.annotations
-
Marker annotation for automatically generated code elements.
- AUTOMATIC - com.vaadin.shared.communication.PushMode
-
Push is enabled.
- AUTOMATION - com.vaadin.icons.VaadinIcons
- AUTOMOBILE - com.vaadin.server.FontAwesome
-
Deprecated.
- autoplay - Variable in class com.vaadin.shared.ui.AbstractMediaState
- 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
- B - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- BackEndDataProvider<T,F> - Interface in com.vaadin.data.provider
-
A data provider that lazy loads items from a back end.
- BackEndHierarchicalDataProvider<T,F> - Interface in com.vaadin.data.provider
-
A data provider that lazy loads items from a back end containing hierarchical data.
- BACKSPACE - com.vaadin.icons.VaadinIcons
- BACKSPACE - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- BACKSPACE_A - com.vaadin.icons.VaadinIcons
- BACKWARD - com.vaadin.server.FontAwesome
-
Deprecated.
- BACKWARDS - com.vaadin.icons.VaadinIcons
- BALANCE_SCALE - com.vaadin.server.FontAwesome
-
Deprecated.
- BAN - com.vaadin.icons.VaadinIcons
- BAN - com.vaadin.server.FontAwesome
-
Deprecated.
- BANK - com.vaadin.server.FontAwesome
-
Deprecated.
- BAR_CHART - com.vaadin.icons.VaadinIcons
- BAR_CHART - com.vaadin.server.FontAwesome
-
Deprecated.
- BAR_CHART_H - com.vaadin.icons.VaadinIcons
- BAR_CHART_O - com.vaadin.server.FontAwesome
-
Deprecated.
- BAR_CHART_V - com.vaadin.icons.VaadinIcons
- BARCODE - com.vaadin.icons.VaadinIcons
- BARCODE - com.vaadin.server.FontAwesome
-
Deprecated.
- BARS - com.vaadin.server.FontAwesome
-
Deprecated.
- BATTERY_0 - com.vaadin.server.FontAwesome
-
Deprecated.
- BATTERY_1 - com.vaadin.server.FontAwesome
-
Deprecated.
- BATTERY_2 - com.vaadin.server.FontAwesome
-
Deprecated.
- BATTERY_3 - com.vaadin.server.FontAwesome
-
Deprecated.
- BATTERY_4 - com.vaadin.server.FontAwesome
-
Deprecated.
- BATTERY_EMPTY - com.vaadin.server.FontAwesome
-
Deprecated.
- BATTERY_FULL - com.vaadin.server.FontAwesome
-
Deprecated.
- BATTERY_HALF - com.vaadin.server.FontAwesome
-
Deprecated.
- BATTERY_QUARTER - com.vaadin.server.FontAwesome
-
Deprecated.
- BATTERY_THREE_QUARTERS - com.vaadin.server.FontAwesome
-
Deprecated.
- BeanPropertySet<T> - Class in com.vaadin.data
-
A
PropertySet
that uses reflection to find bean properties. - BeanPropertySet.NestedBeanPropertyDefinition<T,V> - Class in com.vaadin.data
-
Contains properties for a bean type which is nested in another definition.
- BeanUtil - Class in com.vaadin.data.util
-
Utility class for Java Beans information access.
- BeanValidationBinder<BEAN> - Class in com.vaadin.data
- BeanValidationBinder(Class<BEAN>) - Constructor for class com.vaadin.data.BeanValidationBinder
-
Creates a new binder that uses reflection based on the provided bean type to resolve bean properties.
- BeanValidationBinder(Class<BEAN>, boolean) - Constructor for class com.vaadin.data.BeanValidationBinder
-
Creates a new binder that uses reflection based on the provided bean type to resolve bean properties.
- BeanValidator - Class in com.vaadin.data.validator
-
A
Validator
using the JSR-303 (javax.validation) annotation-based bean validation mechanism. - BeanValidator(Class<?>, String) - Constructor for class com.vaadin.data.validator.BeanValidator
-
Creates a new JSR-303
BeanValidator
that validates values of the specified property. - BED - com.vaadin.icons.VaadinIcons
- BED - com.vaadin.server.FontAwesome
-
Deprecated.
- BEER - com.vaadin.server.FontAwesome
-
Deprecated.
- beforeClientResponse(boolean) - Method in class com.vaadin.data.provider.DataCommunicator
-
Initially and in the case of a reset all data should be pushed to the client.
- beforeClientResponse(boolean) - Method in class com.vaadin.server.AbstractClientConnector
- beforeClientResponse(boolean) - Method in interface com.vaadin.server.ClientConnector
-
Called before the shared state and RPC invocations are sent to the client.
- beforeClientResponse(boolean) - Method in class com.vaadin.server.DragAndDropService
-
Deprecated.
- beforeClientResponse(boolean) - Method in class com.vaadin.ui.AbsoluteLayout
- beforeClientResponse(boolean) - Method in class com.vaadin.ui.AbstractComponent
- beforeClientResponse(boolean) - Method in class com.vaadin.ui.AbstractDateField
- beforeClientResponse(boolean) - Method in class com.vaadin.ui.ColorPickerArea
- beforeClientResponse(boolean) - Method in class com.vaadin.ui.components.grid.MultiSelectionModelImpl
- beforeClientResponse(boolean) - Method in class com.vaadin.ui.Composite
- beforeClientResponse(boolean) - Method in class com.vaadin.ui.CssLayout
- beforeClientResponse(boolean) - Method in class com.vaadin.ui.Grid
- beforeClientResponse(boolean) - Method in class com.vaadin.ui.GridLayout
- beforeClientResponse(boolean) - Method in class com.vaadin.ui.PopupView
- beforeLeave(ViewBeforeLeaveEvent) - Method in interface com.vaadin.navigator.View
-
Called when the user is requesting navigation away from the view.
- beforeViewChange(ViewChangeListener.ViewChangeEvent) - Method in class com.vaadin.navigator.Navigator
-
Check whether view change is allowed by view change listeners (
ViewChangeListener.beforeViewChange(ViewChangeEvent)
). - beforeViewChange(ViewChangeListener.ViewChangeEvent) - Method in interface com.vaadin.navigator.ViewChangeListener
-
Invoked before the view is changed.
- BEHANCE - com.vaadin.server.FontAwesome
-
Deprecated.
- BEHANCE_SQUARE - com.vaadin.server.FontAwesome
-
Deprecated.
- BELL - com.vaadin.icons.VaadinIcons
- BELL - com.vaadin.server.FontAwesome
-
Deprecated.
- BELL_O - com.vaadin.icons.VaadinIcons
- BELL_O - com.vaadin.server.FontAwesome
-
Deprecated.
- BELL_SLASH - com.vaadin.icons.VaadinIcons
- BELL_SLASH - com.vaadin.server.FontAwesome
-
Deprecated.
- BELL_SLASH_O - com.vaadin.icons.VaadinIcons
- BELL_SLASH_O - com.vaadin.server.FontAwesome
-
Deprecated.
- BELOW - com.vaadin.shared.ui.grid.DropLocation
-
Drop below or after the row.
- between(int, int) - Static method in class com.vaadin.shared.Range
-
Creates a range between two integers.
- BETWEEN - com.vaadin.shared.ui.grid.DropMode
-
The drop event can happen between Grid rows.
- bgColor - Variable in class com.vaadin.shared.ui.colorpicker.ColorPickerGradientState
- BICYCLE - com.vaadin.server.FontAwesome
-
Deprecated.
- BigDecimalRangeValidator - Class in com.vaadin.data.validator
-
Validator for validating that an
BigDecimal
is inside a given range. - BigDecimalRangeValidator(String, BigDecimal, BigDecimal) - Constructor for class com.vaadin.data.validator.BigDecimalRangeValidator
-
Creates a validator for checking that an BigDecimal is within a given range.
- BigIntegerRangeValidator - Class in com.vaadin.data.validator
-
Validator for validating that an
BigInteger
is inside a given range. - BigIntegerRangeValidator(String, BigInteger, BigInteger) - Constructor for class com.vaadin.data.validator.BigIntegerRangeValidator
-
Creates a validator for checking that an BigInteger is within a given range.
- bind(int) - Method in interface com.vaadin.shared.ui.grid.editor.EditorClientRpc
-
Tells the client to open the editor and bind data to it.
- bind(EditorHandler.EditorRequest<T>) - Method in interface com.vaadin.client.widget.grid.EditorHandler
-
Binds row data to the editor widgets.
- bind(HasValue<FIELDVALUE>, ValueProvider<BEAN, FIELDVALUE>, Setter<BEAN, FIELDVALUE>) - Method in class com.vaadin.data.Binder
-
Binds a field to a bean property represented by the given getter and setter pair.
- bind(HasValue<FIELDVALUE>, String) - Method in class com.vaadin.data.Binder
-
Binds the given field to the property with the given name.
- bind(ValueProvider<BEAN, TARGET>, Setter<BEAN, TARGET>) - Method in interface com.vaadin.data.Binder.BindingBuilder
-
Completes this binding using the given getter and setter functions representing a backing bean property.
- bind(ValueProvider<BEAN, TARGET>, Setter<BEAN, TARGET>) - Method in class com.vaadin.data.Binder.BindingBuilderImpl
- bind(String) - Method in interface com.vaadin.data.Binder.BindingBuilder
-
Completes this binding by connecting the field to the property with the given name.
- bind(String) - Method in class com.vaadin.data.Binder.BindingBuilderImpl
- bind(String) - Method in interface com.vaadin.shared.ui.grid.editor.EditorServerRpc
-
Asks the server to open the editor and bind data to it.
- 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
- 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.
- Binder<BEAN> - Class in com.vaadin.data
-
Connects one or more
Field
components to properties of a backing data type such as a bean type. - Binder() - Constructor for class com.vaadin.data.Binder
-
Creates a new binder without support for creating bindings based on property names.
- Binder(PropertySet<BEAN>) - Constructor for class com.vaadin.data.Binder
-
Creates a binder using a custom
PropertySet
implementation for finding and resolving property names forBinder.bindInstanceFields(Object)
,Binder.bind(HasValue, String)
andBinder.BindingBuilder.bind(String)
. - Binder(Class<BEAN>) - Constructor for class com.vaadin.data.Binder
-
Creates a new binder that uses reflection based on the provided bean type to resolve bean properties.
- Binder(Class<BEAN>, boolean) - Constructor for class com.vaadin.data.Binder
-
Creates a new binder that uses reflection based on the provided bean type to resolve bean properties.
- Binder.Binding<BEAN,TARGET> - Interface in com.vaadin.data
-
Represents the binding between a field and a data property.
- Binder.BindingBuilder<BEAN,TARGET> - Interface in com.vaadin.data
-
Creates a binding between a field and a data property.
- Binder.BindingBuilderImpl<BEAN,FIELDVALUE,TARGET> - Class in com.vaadin.data
-
An internal implementation of
BindingBuilder
. - Binder.BindingImpl<BEAN,FIELDVALUE,TARGET> - Class in com.vaadin.data
-
An internal implementation of
Binding
. - BinderValidationStatus<BEAN> - Class in com.vaadin.data
-
Binder validation status change.
- BinderValidationStatus(Binder<BEAN>, List<BindingValidationStatus<?>>, List<ValidationResult>) - Constructor for class com.vaadin.data.BinderValidationStatus
-
Creates a new binder validation status for the given binder and validation results.
- BinderValidationStatusHandler<BEAN> - Interface in com.vaadin.data
-
Handler for
BinderValidationStatus
changes. - bindField(Component) - Method in class com.vaadin.ui.declarative.FieldBinder
-
Tries to bind the given
Component
instance to a member field of the bind target. - bindField(Component, String) - Method in class com.vaadin.ui.declarative.FieldBinder
-
Tries to bind the given
Component
instance to a member field of the bind target. - BINDING - com.vaadin.client.widgets.Grid.Editor.State
-
Editor binding is being set up.
- BindingBuilderImpl(Binder<BEAN>, HasValue<FIELDVALUE>, Converter<FIELDVALUE, TARGET>, BindingValidationStatusHandler) - Constructor for class com.vaadin.data.Binder.BindingBuilderImpl
-
Creates a new binding builder associated with the given field.
- BindingImpl(Binder.BindingBuilderImpl<BEAN, FIELDVALUE, TARGET>, ValueProvider<BEAN, TARGET>, Setter<BEAN, TARGET>) - Constructor for class com.vaadin.data.Binder.BindingImpl
- BindingValidationStatus<TARGET> - Class in com.vaadin.data
-
Represents the status of field validation.
- BindingValidationStatus(Binder.Binding<?, TARGET>, BindingValidationStatus.Status, ValidationResult) - Constructor for class com.vaadin.data.BindingValidationStatus
-
Deprecated.
- BindingValidationStatus(Binder.Binding<?, TARGET>, ValidationResult) - Constructor for class com.vaadin.data.BindingValidationStatus
-
Deprecated.
- BindingValidationStatus(Result<TARGET>, Binder.Binding<?, TARGET>) - Constructor for class com.vaadin.data.BindingValidationStatus
-
Creates a new status change event.
- BindingValidationStatus.Status - Enum in com.vaadin.data
-
Status of the validation.
- BindingValidationStatusHandler - Interface in com.vaadin.data
-
Handler for
BindingValidationStatus
changes. - bindInstanceFields(Object) - Method in class com.vaadin.data.Binder
-
Binds member fields found in the given object.
- BINOCULARS - com.vaadin.server.FontAwesome
-
Deprecated.
- BIRTHDAY_CAKE - com.vaadin.server.FontAwesome
-
Deprecated.
- BITBUCKET - com.vaadin.server.FontAwesome
-
Deprecated.
- BITBUCKET_SQUARE - com.vaadin.server.FontAwesome
-
Deprecated.
- BITCOIN - com.vaadin.server.FontAwesome
-
Deprecated.
- Bits() - Constructor for class com.vaadin.shared.ui.AlignmentInfo.Bits
- black() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- BLACK - Static variable in class com.vaadin.shared.ui.colorpicker.Color
- BLACK_TIE - com.vaadin.server.FontAwesome
-
Deprecated.
- blue() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- BLUE - Static variable in class com.vaadin.shared.ui.colorpicker.Color
- BLUETOOTH - com.vaadin.server.FontAwesome
-
Deprecated.
- BLUETOOTH_B - com.vaadin.server.FontAwesome
-
Deprecated.
- 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.
- blur() - Method in class com.vaadin.event.FieldEvents.FocusAndBlurServerRpcImpl
- blur() - Method in interface com.vaadin.shared.communication.FieldRpc.BlurServerRpc
- blur() - Method in interface com.vaadin.shared.ui.datefield.AbstractDateFieldServerRpc
-
Indicates to the server that the client-side has lost focus.
- blur(FieldEvents.BlurEvent) - Method in interface com.vaadin.event.FieldEvents.BlurListener
-
Component has been blurred.
- BLUR - com.vaadin.shared.ui.ValueChangeMode
-
Fires a server-side event when the field loses focus.
- BLUR - Static variable in interface com.vaadin.shared.EventId
- BlurEvent(Component) - Constructor for class com.vaadin.event.FieldEvents.BlurEvent
- blurMethod - Static variable in interface com.vaadin.event.FieldEvents.BlurListener
- BOAT - com.vaadin.icons.VaadinIcons
- BODY - com.vaadin.shared.ui.grid.GridConstants.Section
- BodyClickHandler - Interface in com.vaadin.client.widget.grid.events
-
Handler for
GridClickEvent
s that happen in the body of the Grid. - BodyDoubleClickHandler - Interface in com.vaadin.client.widget.grid.events
-
Handler for
GridDoubleClickEvent
s that happen in the body of the Grid. - BodyKeyDownHandler - Interface in com.vaadin.client.widget.grid.events
-
Handler for
GridKeyDownEvent
s that happen when the focused cell is in the body of the Grid. - BodyKeyPressHandler - Interface in com.vaadin.client.widget.grid.events
-
Handler for
GridKeyPressEvent
s that happen when the focused cell is in the body of the Grid. - BodyKeyUpHandler - Interface in com.vaadin.client.widget.grid.events
-
Handler for
GridKeyUpEvent
s that happen when the focused cell is in the body of the Grid. - bodyRowHeight - Variable in class com.vaadin.shared.ui.grid.GridState
-
Explicit body row height in pixels for grid rows, or -1 to calculate automatically based on the theme.
- 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
- BOLD - com.vaadin.icons.VaadinIcons
- BOLD - com.vaadin.server.FontAwesome
-
Deprecated.
- BOLT - com.vaadin.icons.VaadinIcons
- BOLT - com.vaadin.server.FontAwesome
-
Deprecated.
- BOMB - com.vaadin.icons.VaadinIcons
- BOMB - com.vaadin.server.FontAwesome
-
Deprecated.
- BOOK - com.vaadin.icons.VaadinIcons
- BOOK - com.vaadin.server.FontAwesome
-
Deprecated.
- BOOK_DOLLAR - com.vaadin.icons.VaadinIcons
- BOOK_PERCENT - com.vaadin.icons.VaadinIcons
- BOOKMARK - com.vaadin.icons.VaadinIcons
- BOOKMARK - com.vaadin.server.FontAwesome
-
Deprecated.
- BOOKMARK_O - com.vaadin.icons.VaadinIcons
- BOOKMARK_O - com.vaadin.server.FontAwesome
-
Deprecated.
- BootstrapContext(VaadinResponse, BootstrapFragmentResponse) - Constructor for class com.vaadin.server.BootstrapHandler.BootstrapContext
-
Deprecated.Creates a new context instance using the given Vaadin/HTTP response and bootstrap response.
- BootstrapContribution - Class in com.vaadin.server.osgi
-
OSGi service component registering bootstrap JS as published resources in OSGi environments.
- BootstrapContribution() - Constructor for class com.vaadin.server.osgi.BootstrapContribution
- BootstrapFragmentResponse - Class in com.vaadin.server
-
A representation of a bootstrap fragment being generated.
- BootstrapFragmentResponse(BootstrapHandler, VaadinRequest, VaadinSession, Class<? extends UI>, List<Node>, UIProvider) - Constructor for class com.vaadin.server.BootstrapFragmentResponse
-
Crate a new bootstrap fragment response.
- BootstrapHandler - Class in com.vaadin.server
-
Deprecated.As of 7.0. Will likely change or be removed in a future version
- BootstrapHandler() - Constructor for class com.vaadin.server.BootstrapHandler
-
Deprecated.
- BootstrapHandler.BootstrapContext - Class in com.vaadin.server
-
Deprecated.Provides context information for the bootstrap process.
- BootstrapHandler.BootstrapUriResolver - Class in com.vaadin.server
-
Deprecated.The URI resolver used in the bootstrap process.
- BootstrapListener - Interface in com.vaadin.server
-
Event listener notified when the bootstrap HTML is about to be generated and send to the client.
- BootstrapPageResponse - Class in com.vaadin.server
-
A representation of a bootstrap page being generated.
- BootstrapPageResponse(BootstrapHandler, VaadinRequest, VaadinSession, Class<? extends UI>, Document, Map<String, Object>, UIProvider) - Constructor for class com.vaadin.server.BootstrapPageResponse
-
Crate a new bootstrap page response.
- BootstrapResponse - Class in com.vaadin.server
-
Base class providing common functionality used in different bootstrap modification events.
- BootstrapResponse(BootstrapHandler, VaadinRequest, VaadinSession, Class<? extends UI>, UIProvider) - Constructor for class com.vaadin.server.BootstrapResponse
-
Creates a new bootstrap event.
- BootstrapUriResolver(BootstrapHandler.BootstrapContext) - Constructor for class com.vaadin.server.BootstrapHandler.BootstrapUriResolver
-
Deprecated.Creates a new bootstrap resolver based on the given bootstrap context.
- BORDER_DEFAULT - Static variable in class com.vaadin.server.Page
-
Deprecated.As of 7.0, use
BorderStyle.DEFAULT
instead. - BORDER_MINIMAL - Static variable in class com.vaadin.server.Page
-
Deprecated.As of 7.0, use
BorderStyle.MINIMAL
instead. - BORDER_NONE - Static variable in class com.vaadin.server.Page
-
Deprecated.As of 7.0, use
BorderStyle.NONE
instead. - 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.
- BorderStyle - Enum in com.vaadin.shared.ui
-
Constants for border styles used on HTML elements.
- BOTTOM - com.vaadin.client.ui.orderedlayout.CaptionPosition
-
Caption placed to bottom.
- BOTTOM - com.vaadin.shared.ui.dd.VerticalDropLocation
- BOTTOM - Static variable in class com.vaadin.shared.ui.AlignmentInfo
- BOTTOM_CENTER - com.vaadin.shared.Position
- BOTTOM_CENTER - Static variable in class com.vaadin.ui.Alignment
- BOTTOM_LEFT - com.vaadin.shared.Position
- BOTTOM_LEFT - Static variable in class com.vaadin.client.ui.VNotification
- BOTTOM_LEFT - Static variable in class com.vaadin.ui.Alignment
- BOTTOM_RIGHT - com.vaadin.shared.Position
- BOTTOM_RIGHT - Static variable in class com.vaadin.client.ui.VNotification
- BOTTOM_RIGHT - Static variable in class com.vaadin.ui.Alignment
- bottomDecoration - Variable in class com.vaadin.client.ui.VPanel
-
For internal use only.
- BRIEFCASE - com.vaadin.icons.VaadinIcons
- BRIEFCASE - com.vaadin.server.FontAwesome
-
Deprecated.
- 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.
- bringToFront() - Method in class com.vaadin.ui.Window
-
If there are currently several windows visible, calling this method makes this window topmost.
- bringToFrontSequence - Variable in class com.vaadin.client.ui.VWindow
-
For internal use only.
- browser - Variable in class com.vaadin.server.VaadinSession
- BROWSER - com.vaadin.icons.VaadinIcons
- BROWSER_DETAILS - com.vaadin.server.VaadinServlet.RequestType
-
Deprecated.
- BROWSER_DETAILS_PARAMETER - Static variable in class com.vaadin.server.communication.UIInitHandler
- 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.
- BrowserFrame - Class in com.vaadin.ui
-
A component displaying an embedded web page.
- BrowserFrame() - Constructor for class com.vaadin.ui.BrowserFrame
-
Creates a new empty browser frame.
- BrowserFrame(String) - Constructor for class com.vaadin.ui.BrowserFrame
-
Creates a new empty browser frame with the given caption.
- BrowserFrame(String, Resource) - Constructor for class com.vaadin.ui.BrowserFrame
-
Creates a new browser frame with the given caption and content.
- 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
- BrowserFrameState - Class in com.vaadin.shared.ui.browserframe
- BrowserFrameState() - Constructor for class com.vaadin.shared.ui.browserframe.BrowserFrameState
- BrowserInfo - Class in com.vaadin.client
-
Class used to query information about web browser.
- BrowserWindowOpener - Class in com.vaadin.server
-
Component extension that opens a browser popup window when the extended component is clicked.
- BrowserWindowOpener(Resource) - Constructor for class com.vaadin.server.BrowserWindowOpener
-
Creates a window opener that will open window to the provided resource.
- BrowserWindowOpener(Class<? extends UI>) - Constructor for class com.vaadin.server.BrowserWindowOpener
-
Creates a window opener that will open windows containing the provided UI class.
- BrowserWindowOpener(Class<? extends UI>, String) - Constructor for class com.vaadin.server.BrowserWindowOpener
-
Creates a window opener that will open windows containing the provided UI using the provided path.
- BrowserWindowOpener(String) - Constructor for class com.vaadin.server.BrowserWindowOpener
-
Creates a window opener that will open windows to the provided URL.
- BrowserWindowOpenerConnector - Class in com.vaadin.client.extensions
-
Client-side code for
BrowserWindowOpener
. - BrowserWindowOpenerConnector() - Constructor for class com.vaadin.client.extensions.BrowserWindowOpenerConnector
- BrowserWindowOpenerState - Class in com.vaadin.shared.ui
- BrowserWindowOpenerState() - Constructor for class com.vaadin.shared.ui.BrowserWindowOpenerState
- browserWindowResized(Page.BrowserWindowResizeEvent) - Method in interface com.vaadin.server.Page.BrowserWindowResizeListener
-
Invoked when the browser window containing a UI has been resized.
- BrowserWindowResizeEvent(Page, int, int) - Constructor for class com.vaadin.server.Page.BrowserWindowResizeEvent
-
Creates a new event.
- BTC - com.vaadin.server.FontAwesome
-
Deprecated.
- buffered - Variable in class com.vaadin.shared.ui.grid.editor.EditorState
-
Buffer mode state.
- 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()
. - BUG - com.vaadin.icons.VaadinIcons
- BUG - com.vaadin.server.FontAwesome
-
Deprecated.
- BUG_O - com.vaadin.icons.VaadinIcons
- build() - Method in class com.vaadin.client.widget.grid.sort.Sort
-
Build a sort order list.
- build() - Method in class com.vaadin.data.provider.Sort.SortBuilder
-
Returns an unmodifiable list of the current sort order in this sort builder.
- build() - Method in class com.vaadin.data.provider.SortOrderBuilder
-
Returns an unmodifiable copy of the list of current sort orders in this sort builder.
- 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.
- buildDate(Map<DateResolution, Integer>) - Method in class com.vaadin.ui.AbstractLocalDateField
- buildDate(Map<DateTimeResolution, Integer>) - Method in class com.vaadin.ui.AbstractLocalDateTimeField
- buildDate(Map<R, Integer>) - Method in class com.vaadin.ui.AbstractDateField
-
Builds date by the given
resolutionValues
which is a map whose keys are resolution and integer values. - BUILDING - com.vaadin.icons.VaadinIcons
- BUILDING - com.vaadin.server.FontAwesome
-
Deprecated.
- BUILDING_O - com.vaadin.icons.VaadinIcons
- BUILDING_O - com.vaadin.server.FontAwesome
-
Deprecated.
- 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.
- BULLETS - com.vaadin.icons.VaadinIcons
- BULLHORN - com.vaadin.server.FontAwesome
-
Deprecated.
- BULLSEYE - com.vaadin.icons.VaadinIcons
- BULLSEYE - com.vaadin.server.FontAwesome
-
Deprecated.
- BundleLoadCallback - Interface in com.vaadin.client.metadata
- BUS - com.vaadin.server.FontAwesome
-
Deprecated.
- BUSS - com.vaadin.icons.VaadinIcons
- button - Variable in class com.vaadin.ui.Button.ClickShortcut
- Button - Class in com.vaadin.ui
-
A generic button component.
- Button() - Constructor for class com.vaadin.ui.Button
-
Creates a new push button.
- Button(Resource) - Constructor for class com.vaadin.ui.Button
-
Creates a new push button with the given icon.
- Button(Resource, Button.ClickListener) - Constructor for class com.vaadin.ui.Button
-
Creates a new push button with a click listener.
- Button(String) - Constructor for class com.vaadin.ui.Button
-
Creates a new push button with the given caption.
- Button(String, Resource) - Constructor for class com.vaadin.ui.Button
-
Creates a new push button with the given caption and icon.
- Button(String, Button.ClickListener) - Constructor for class com.vaadin.ui.Button
-
Creates a new push button with a click listener.
- BUTTON - com.vaadin.icons.VaadinIcons
- BUTTON_BORDERLESS - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Borderless button.
- BUTTON_BORDERLESS_COLORED - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Borderless button with a colored caption text.
- BUTTON_CLICK_METHOD - Static variable in interface com.vaadin.ui.Button.ClickListener
- BUTTON_DANGER - Static variable in class com.vaadin.ui.themes.ValoTheme
-
A prominent button that can be used when the action is considered unsafe for the user (i.e.
- BUTTON_FRIENDLY - Static variable in class com.vaadin.ui.themes.ValoTheme
-
A prominent button that can be used instead of the
ValoTheme.BUTTON_PRIMARY
for primary actions when the action is considered safe for the user (i.e. - BUTTON_HUGE - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Huge size button.
- BUTTON_ICON_ALIGN_RIGHT - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Align the icon to the right side of the button caption.
- BUTTON_ICON_ALIGN_TOP - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Stack the icon on top of the button caption.
- BUTTON_ICON_ONLY - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Only show the icon in the button, and size the button to a square shape.
- BUTTON_LARGE - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Large size button.
- BUTTON_LEFT - Static variable in class com.vaadin.event.MouseEvents.ClickEvent
-
Deprecated.As of 7.0, use
MouseEventDetails.MouseButton.LEFT
instead. - BUTTON_LEFT - Static variable in class com.vaadin.shared.MouseEventDetails
-
Deprecated.use
MouseEventDetails.MouseButton.LEFT
instead. - BUTTON_LINK - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Makes the button look like the Link component.
- BUTTON_MIDDLE - Static variable in class com.vaadin.event.MouseEvents.ClickEvent
-
Deprecated.As of 7.0, use
MouseEventDetails.MouseButton.MIDDLE
instead. - BUTTON_MIDDLE - Static variable in class com.vaadin.shared.MouseEventDetails
-
Deprecated.use
MouseEventDetails.MouseButton.MIDDLE
instead. - BUTTON_PRIMARY - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Primary action button (e.g.
- BUTTON_QUIET - Static variable in class com.vaadin.ui.themes.ValoTheme
-
"Quiet" button, which looks like
ValoTheme.BUTTON_BORDERLESS
until you hover over it with the mouse. - BUTTON_RIGHT - Static variable in class com.vaadin.event.MouseEvents.ClickEvent
-
Deprecated.As of 7.0, use
MouseEventDetails.MouseButton.RIGHT
instead. - BUTTON_RIGHT - Static variable in class com.vaadin.shared.MouseEventDetails
-
Deprecated.use
MouseEventDetails.MouseButton.RIGHT
instead. - BUTTON_SMALL - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Small size button.
- BUTTON_TINY - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Tiny size button.
- Button.ClickEvent - Class in com.vaadin.ui
-
Click event.
- Button.ClickListener - Interface in com.vaadin.ui
-
Interface for listening for a
Button.ClickEvent
fired by aComponent
. - Button.ClickShortcut - Class in com.vaadin.ui
-
A
ShortcutListener
specifically made to define a keyboard shortcut that invokes a click on the given button. - buttonCaption - Variable in class com.vaadin.shared.ui.upload.UploadState
-
Caption of the button that fires uploading.
- buttonCaptionAsHtml - Variable in class com.vaadin.shared.ui.upload.UploadState
-
Should the caption of the button that fires uploading be rendered as HTML.
- buttonClick(Button.ClickEvent) - Method in interface com.vaadin.ui.Button.ClickListener
-
Called when a
Button
has been clicked. - 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<T> - Class in com.vaadin.ui.renderers
-
A Renderer that displays a button with a textual caption.
- ButtonRenderer() - Constructor for class com.vaadin.client.renderers.ButtonRenderer
- ButtonRenderer() - Constructor for class com.vaadin.ui.renderers.ButtonRenderer
-
Creates a new button renderer.
- ButtonRenderer(ClickableRenderer.RendererClickListener<T>) - Constructor for class com.vaadin.ui.renderers.ButtonRenderer
-
Creates a new button renderer and adds the given click listener to it.
- ButtonRenderer(ClickableRenderer.RendererClickListener<T>, String) - Constructor for class com.vaadin.ui.renderers.ButtonRenderer
-
Creates a new button renderer and adds the given click listener to it.
- ButtonRenderer(String) - Constructor for class com.vaadin.ui.renderers.ButtonRenderer
-
Creates a new button renderer.
- ButtonRendererConnector - Class in com.vaadin.client.connectors
-
A connector for
ButtonRenderer
. - ButtonRendererConnector() - Constructor for class com.vaadin.client.connectors.ButtonRendererConnector
- ButtonRendererState - Class in com.vaadin.shared.ui.grid.renderers
-
Shared state for ButtonRenderer.
- ButtonRendererState() - Constructor for class com.vaadin.shared.ui.grid.renderers.ButtonRendererState
- buttonRpcProxy - Variable in class com.vaadin.client.ui.VNativeButton
-
For internal use only.
- ButtonServerRpc - Interface in com.vaadin.shared.ui.button
-
RPC interface for calls from client to server.
- ButtonState - Class in com.vaadin.shared.ui.button
-
Shared state for
Button
andNativeButton
. - ButtonState() - Constructor for class com.vaadin.shared.ui.button.ButtonState
- buttonStyleName - Variable in class com.vaadin.shared.ui.upload.UploadState
-
Style name of the button that fires uploading.
- BUYSELLADS - com.vaadin.server.FontAwesome
-
Deprecated.
- 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.
- ByteRangeValidator - Class in com.vaadin.data.validator
-
Validator for validating that an
Byte
is inside a given range. - ByteRangeValidator(String, Byte, Byte) - Constructor for class com.vaadin.data.validator.ByteRangeValidator
-
Creates a validator for checking that an Byte is within a given range.
C
- C - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- CAB - com.vaadin.server.FontAwesome
-
Deprecated.
- cache(Object) - Method in class com.vaadin.server.LegacyCommunicationManager.ClientCache
-
Deprecated.
- CACHED - com.vaadin.server.PaintTarget.PaintStatus
-
A previously unpainted or painted
Component
has been queued be created/update later in a separate change in the same set of changes. - 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. - CALC - com.vaadin.icons.VaadinIcons
- CALC_BOOK - com.vaadin.icons.VaadinIcons
- calculate(int, int) - Method in interface com.vaadin.ui.AbstractColorPicker.Coordinates2Color
-
Calculates a color from coordinates.
- calculate(Color) - Method in interface com.vaadin.ui.AbstractColorPicker.Coordinates2Color
-
Calculates coordinates from a color.
- calculateDropIndex(GridDropEvent<T>) - Method in interface com.vaadin.ui.components.grid.DropIndexCalculator
-
Called when Items are dropped onto a target grid.
- 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.
- CALCULATOR - com.vaadin.server.FontAwesome
-
Deprecated.
- calendar - Variable in class com.vaadin.client.ui.VAbstractPopupCalendar
-
For internal use only.
- CALENDAR - com.vaadin.icons.VaadinIcons
- CALENDAR - com.vaadin.server.FontAwesome
-
Deprecated.
- CALENDAR_BRIEFCASE - com.vaadin.icons.VaadinIcons
- CALENDAR_CHECK_O - com.vaadin.server.FontAwesome
-
Deprecated.
- CALENDAR_CLOCK - com.vaadin.icons.VaadinIcons
- CALENDAR_ENVELOPE - com.vaadin.icons.VaadinIcons
- CALENDAR_MINUS_O - com.vaadin.server.FontAwesome
-
Deprecated.
- CALENDAR_O - com.vaadin.icons.VaadinIcons
- CALENDAR_O - com.vaadin.server.FontAwesome
-
Deprecated.
- CALENDAR_PLUS_O - com.vaadin.server.FontAwesome
-
Deprecated.
- CALENDAR_TIMES_O - com.vaadin.server.FontAwesome
-
Deprecated.
- CALENDAR_USER - com.vaadin.icons.VaadinIcons
- 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.
- call(JsonArray) - Method in interface com.vaadin.ui.JavaScriptFunction
-
Invoked whenever the corresponding JavaScript function is called in the browser.
- call(String, JsonArray) - Method in interface com.vaadin.ui.JavaScript.JavaScriptCallbackRpc
- CallbackDataProvider<T,F> - Class in com.vaadin.data.provider
-
Data provider that uses one callback for fetching items from a back end and another callback for counting the number of available items.
- CallbackDataProvider(CallbackDataProvider.FetchCallback<T, F>, CallbackDataProvider.CountCallback<T, F>) - Constructor for class com.vaadin.data.provider.CallbackDataProvider
-
Constructs a new DataProvider to request data using callbacks for fetching and counting items in the back end.
- CallbackDataProvider(CallbackDataProvider.FetchCallback<T, F>, CallbackDataProvider.CountCallback<T, F>, ValueProvider<T, Object>) - Constructor for class com.vaadin.data.provider.CallbackDataProvider
-
Constructs a new DataProvider to request data using callbacks for fetching and counting items in the back end.
- CallbackDataProvider.CountCallback<T,F> - Interface in com.vaadin.data.provider
-
Callback interface for counting the number of items in a backend based on a query.
- CallbackDataProvider.FetchCallback<T,F> - Interface in com.vaadin.data.provider
-
Callback interface for fetching a stream of items from a backend based on a query.
- callFunction(String, Object...) - Method in class com.vaadin.server.AbstractJavaScriptExtension
-
Invoke a named function that the connector JavaScript has added to the JavaScript connector wrapper object.
- callFunction(String, Object...) - Method in class com.vaadin.ui.AbstractJavaScriptComponent
-
Invoke a named function that the connector JavaScript has added to the JavaScript connector wrapper object.
- callFunction(String, Object...) - Method in class com.vaadin.ui.renderers.AbstractJavaScriptRenderer
-
Invoke a named function that the connector JavaScript has added to the JavaScript connector wrapper object.
- camelCaseToHumanFriendly(String) - Static method in class com.vaadin.shared.util.SharedUtil
-
Converts a camelCaseString to a human friendly format (Camel case string).
- CAMERA - com.vaadin.icons.VaadinIcons
- CAMERA - com.vaadin.server.FontAwesome
-
Deprecated.
- CAMERA_RETRO - com.vaadin.server.FontAwesome
-
Deprecated.
- cancel() - Method in class com.vaadin.client.widgets.Grid.Editor
-
Cancels the currently active edit and hides the editor.
- cancel() - Method in interface com.vaadin.shared.ui.grid.editor.EditorClientRpc
-
Tells the client to cancel editing and hide the editor.
- cancel() - Method in interface com.vaadin.ui.components.grid.Editor
-
Close the editor discarding any unsaved changes.
- cancel() - Method in class com.vaadin.ui.components.grid.EditorImpl
- cancel() - Method in interface com.vaadin.ui.UI.DelayedCallbackRegistration
-
Cancels the pending callback operation and stops this registration object from triggering any further round-trips.
- cancel(boolean) - Method in interface com.vaadin.shared.ui.grid.editor.EditorServerRpc
-
Tells the server to cancel editing.
- cancel(EditorHandler.EditorRequest<T>, boolean) - Method in interface com.vaadin.client.widget.grid.EditorHandler
-
Called by the editor when editing is cancelled.
- cancelCaption - Variable in class com.vaadin.shared.ui.grid.editor.EditorState
-
The caption for the cancel button in the editor.
- cancelEditor() - Method in class com.vaadin.client.widgets.Grid
-
Cancels the currently active edit and hides the editor.
- canConvert(Class<?>) - Method in class com.vaadin.ui.declarative.DesignFormatter
-
Checks whether or not a value of a given type can be converted.
- canFetchData() - Method in class com.vaadin.client.data.AbstractRemoteDataSource
-
Checks if it is possible to currently fetch data from the remote data source.
- canHandleRequest(VaadinRequest) - Method in class com.vaadin.server.BootstrapHandler
-
Deprecated.
- canHandleRequest(VaadinRequest) - Method in class com.vaadin.server.communication.HeartbeatHandler
- canHandleRequest(VaadinRequest) - Method in class com.vaadin.server.communication.UidlRequestHandler
- canHandleRequest(VaadinRequest) - Method in class com.vaadin.server.communication.UIInitHandler
- canHandleRequest(VaadinRequest) - Method in class com.vaadin.server.SynchronizedRequestHandler
-
Check whether a request may be handled by this handler.
- CANNOT_ACQUIRE_CLASSLOADER_SEVERE - Static variable in interface com.vaadin.server.Constants
- canSetRoot(Component) - Static method in class com.vaadin.ui.ComponentRootSetter
-
Checks if the given custom component or composite may accept a root component.
- canvas - Variable in class com.vaadin.client.ui.VAbsoluteLayout
- capitalize(String) - Static method in class com.vaadin.shared.util.SharedUtil
-
Capitalizes the first character in the given string in a way suitable for use in code (methods, properties etc).
- caption - Variable in class com.vaadin.client.ui.Action
- caption - Variable in class com.vaadin.shared.AbstractComponentState
- caption - Variable in class com.vaadin.shared.ui.grid.ColumnState
- caption - Variable in class com.vaadin.shared.ui.notification.NotificationState
-
The
Notification
caption, can benull
. - caption - Variable in class com.vaadin.shared.ui.tabsheet.TabState
- Caption(ComponentConnector) - Constructor for class com.vaadin.client.ui.VFormLayout.Caption
- CAPTION - Static variable in class com.vaadin.client.ui.VNotification
- CAPTION_ATTRIBUTE - Static variable in class com.vaadin.ui.declarative.DesignContext
- captionAsHtml - Variable in class com.vaadin.shared.AbstractComponentState
- 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.
- CAR - com.vaadin.icons.VaadinIcons
- CAR - com.vaadin.server.FontAwesome
-
Deprecated.
- CARET_DOWN - com.vaadin.icons.VaadinIcons
- CARET_DOWN - com.vaadin.server.FontAwesome
-
Deprecated.
- CARET_LEFT - com.vaadin.icons.VaadinIcons
- CARET_LEFT - com.vaadin.server.FontAwesome
-
Deprecated.
- CARET_RIGHT - com.vaadin.icons.VaadinIcons
- CARET_RIGHT - com.vaadin.server.FontAwesome
-
Deprecated.
- CARET_SQUARE_DOWN_O - com.vaadin.icons.VaadinIcons
- CARET_SQUARE_LEFT_O - com.vaadin.icons.VaadinIcons
- CARET_SQUARE_O_DOWN - com.vaadin.server.FontAwesome
-
Deprecated.
- CARET_SQUARE_O_LEFT - com.vaadin.server.FontAwesome
-
Deprecated.
- CARET_SQUARE_O_RIGHT - com.vaadin.server.FontAwesome
-
Deprecated.
- CARET_SQUARE_O_UP - com.vaadin.server.FontAwesome
-
Deprecated.
- CARET_SQUARE_RIGHT_O - com.vaadin.icons.VaadinIcons
- CARET_SQUARE_UP_O - com.vaadin.icons.VaadinIcons
- CARET_UP - com.vaadin.icons.VaadinIcons
- CARET_UP - com.vaadin.server.FontAwesome
-
Deprecated.
- CART - com.vaadin.icons.VaadinIcons
- CART_ARROW_DOWN - com.vaadin.server.FontAwesome
-
Deprecated.
- CART_O - com.vaadin.icons.VaadinIcons
- CART_PLUS - com.vaadin.server.FontAwesome
-
Deprecated.
- CASH - com.vaadin.icons.VaadinIcons
- CC - com.vaadin.server.FontAwesome
-
Deprecated.
- CC_AMEX - com.vaadin.server.FontAwesome
-
Deprecated.
- CC_DINERS_CLUB - com.vaadin.server.FontAwesome
-
Deprecated.
- CC_DISCOVER - com.vaadin.server.FontAwesome
-
Deprecated.
- CC_JCB - com.vaadin.server.FontAwesome
-
Deprecated.
- CC_MASTERCARD - com.vaadin.server.FontAwesome
-
Deprecated.
- CC_PAYPAL - com.vaadin.server.FontAwesome
-
Deprecated.
- CC_STRIPE - com.vaadin.server.FontAwesome
-
Deprecated.
- CC_VISA - com.vaadin.server.FontAwesome
-
Deprecated.
- Cell - Class in com.vaadin.client.widget.escalator
-
Describes a cell
- Cell() - Constructor for class com.vaadin.ui.components.grid.Footer.Row.Cell
-
Creates a new footer cell.
- Cell() - Constructor for class com.vaadin.ui.components.grid.Header.Row.Cell
-
Creates a new header 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.
- cellGroups - Variable in class com.vaadin.shared.ui.grid.SectionState.RowState
-
The map from a joint cell to column id sets in this row.
- 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.
- cells - Variable in class com.vaadin.shared.ui.grid.SectionState.RowState
-
The map from column ids to the cells in this row.
- CellState() - Constructor for class com.vaadin.shared.ui.grid.SectionState.CellState
- 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
- center() - Method in class com.vaadin.ui.Window
-
Sets this window to be centered relative to its parent window.
- CENTER - com.vaadin.shared.ui.dd.HorizontalDropLocation
- CENTER - Static variable in class com.vaadin.shared.ui.AlignmentInfo
- 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 - Variable in class com.vaadin.shared.ui.window.WindowState
- 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
- CERTIFICATE - com.vaadin.server.FontAwesome
-
Deprecated.
- chain(Converter<MODEL, T>) - Method in interface com.vaadin.data.Converter
-
Returns a converter that chains together this converter with the given type-compatible converter.
- chain(RequiredFieldConfigurator) - Method in interface com.vaadin.data.RequiredFieldConfigurator
- CHAIN - com.vaadin.server.FontAwesome
-
Deprecated.
- CHAIN_BROKEN - com.vaadin.server.FontAwesome
-
Deprecated.
- change(String) - Method in interface com.vaadin.shared.ui.upload.UploadServerRpc
-
Event sent when the file name of the upload component is changed.
- CHANGE - Static variable in interface com.vaadin.shared.EventId
- changeColor(String) - Method in interface com.vaadin.shared.ui.colorpicker.ColorPickerServerRpc
-
ColorPicker's selected color is changed
- changed(int, int, int, int) - Method in interface com.vaadin.client.ui.VDateTimeCalendarPanel.TimeChangeListener
-
Handle time change.
- changedColor - Variable in class com.vaadin.shared.ui.colorpicker.ColorPickerGridState
- changedX - Variable in class com.vaadin.shared.ui.colorpicker.ColorPickerGridState
- changedY - Variable in class com.vaadin.shared.ui.colorpicker.ColorPickerGridState
- ChangeEvent(Upload, String) - Constructor for class com.vaadin.ui.Upload.ChangeEvent
- changeVariables(Object, VariableOwner, Map<String, Object>) - Method in class com.vaadin.server.communication.ServerRpcHandler
- changeVariables(Object, Map<String, Object>) - Method in class com.vaadin.server.DragAndDropService
-
Deprecated.
- changeVariables(Object, Map<String, Object>) - Method in interface com.vaadin.server.VariableOwner
-
Deprecated.Called when one or more variables handled by the implementing class are changed.
- changeVariables(Object, Map<String, Object>) - Method in class com.vaadin.ui.CustomLayout
- changeVariables(Object, Map<String, Object>) - Method in class com.vaadin.ui.DragAndDropWrapper
-
Deprecated.
- changeVariables(Object, Map<String, Object>) - Method in class com.vaadin.ui.MenuBar
-
De-serialize changes received from client.
- changeVariables(Object, Map<String, Object>) - Method in class com.vaadin.ui.Panel
-
Called when one or more variables handled by the implementing class are changed.
- changeVariables(Object, Map<String, Object>) - Method in class com.vaadin.ui.UI
- changeVariables(Object, Map<String, Object>) - Method in class com.vaadin.ui.Upload
-
Invoked when the value of a variable has changed.
- changeVariables(Object, Map<String, Object>) - Method in class com.vaadin.ui.Window
- CHART - com.vaadin.icons.VaadinIcons
- CHART_3D - com.vaadin.icons.VaadinIcons
- CHART_GRID - com.vaadin.icons.VaadinIcons
- CHART_LINE - com.vaadin.icons.VaadinIcons
- CHART_TIMELINE - com.vaadin.icons.VaadinIcons
- CHAT - com.vaadin.icons.VaadinIcons
- CHECK - com.vaadin.icons.VaadinIcons
- CHECK - com.vaadin.server.FontAwesome
-
Deprecated.
- CHECK_CIRCLE - com.vaadin.icons.VaadinIcons
- CHECK_CIRCLE - com.vaadin.server.FontAwesome
-
Deprecated.
- CHECK_CIRCLE_O - com.vaadin.icons.VaadinIcons
- CHECK_CIRCLE_O - com.vaadin.server.FontAwesome
-
Deprecated.
- CHECK_SQUARE - com.vaadin.icons.VaadinIcons
- CHECK_SQUARE - com.vaadin.server.FontAwesome
-
Deprecated.
- CHECK_SQUARE_O - com.vaadin.icons.VaadinIcons
- CHECK_SQUARE_O - com.vaadin.server.FontAwesome
-
Deprecated.
- checkable - Variable in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- checkBeanValidationAvailable() - Static method in class com.vaadin.data.util.BeanUtil
-
Returns whether an implementation of JSR-303 version 1.0 or 1.1 is present on the classpath.
- CheckBox - Class in com.vaadin.ui
- CheckBox() - Constructor for class com.vaadin.ui.CheckBox
-
Creates a new checkbox.
- CheckBox(String) - Constructor for class com.vaadin.ui.CheckBox
-
Creates a new checkbox with a set caption.
- CheckBox(String, boolean) - Constructor for class com.vaadin.ui.CheckBox
-
Creates a new checkbox with a caption and a set initial state.
- CHECKBOX_LARGE - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Large size check box.
- CHECKBOX_SMALL - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Small size check box.
- CheckBox.CheckBoxInputElement - Class in com.vaadin.ui
-
The inner input element of the CheckBox.
- CheckBox.CheckBoxLabelElement - Class in com.vaadin.ui
-
The inner label element of the CheckBox.
- 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
- CheckBoxGroup<T> - Class in com.vaadin.ui
-
A group of Checkboxes.
- CheckBoxGroup() - Constructor for class com.vaadin.ui.CheckBoxGroup
-
Constructs a new CheckBoxGroup.
- CheckBoxGroup(String) - Constructor for class com.vaadin.ui.CheckBoxGroup
-
Constructs a new CheckBoxGroup with caption.
- CheckBoxGroup(String, DataProvider<T, ?>) - Constructor for class com.vaadin.ui.CheckBoxGroup
-
Constructs a new CheckBoxGroup with caption and DataProvider.
- CheckBoxGroup(String, Collection<T>) - Constructor for class com.vaadin.ui.CheckBoxGroup
-
Constructs a new CheckBoxGroup with caption and DataProvider containing given items.
- CheckBoxGroupConnector - Class in com.vaadin.client.ui.optiongroup
-
CheckBoxGroup client side connector.
- CheckBoxGroupConnector() - Constructor for class com.vaadin.client.ui.optiongroup.CheckBoxGroupConnector
- CheckBoxGroupState - Class in com.vaadin.shared.ui.optiongroup
-
Shared state for the CheckBoxGroup component.
- CheckBoxGroupState() - Constructor for class com.vaadin.shared.ui.optiongroup.CheckBoxGroupState
- CheckBoxServerRpc - Interface in com.vaadin.shared.ui.checkbox
- CheckBoxState - Class in com.vaadin.shared.ui.checkbox
- CheckBoxState() - Constructor for class com.vaadin.shared.ui.checkbox.CheckBoxState
- checkColumnIsAttached() - Method in class com.vaadin.ui.Grid.Column
-
Checks if column is attached and throws an
IllegalStateException
if it is not. - checked - Variable in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- checked - Variable in class com.vaadin.shared.ui.checkbox.CheckBoxState
- checkGroupFocus(boolean) - Method in class com.vaadin.client.ui.VAbstractTextualDate
-
Checks if the group focus has changed, and sends to the server if needed.
- checkHeights(Component) - Static method in class com.vaadin.server.ComponentSizeValidator
- checkSerialization(Object) - Static method in class com.vaadin.data.util.BeanUtil
-
Checks if the object is serializable or not.
- checkUiProviders(VaadinSession, VaadinService) - Static method in class com.vaadin.server.ServletPortletHelper
-
Deprecated.
- checkUnbound() - Method in class com.vaadin.data.Binder.BindingBuilderImpl
-
Throws if this binding is already completed and cannot be modified anymore.
- 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.
- checkValidity() - Method in interface com.vaadin.shared.ui.grid.editor.EditorServerRpc
-
Asks the server to check the validity of the current values in the editor.
- checkWidths(Component) - Static method in class com.vaadin.server.ComponentSizeValidator
- CHEVRON_CIRCLE_DOWN - com.vaadin.icons.VaadinIcons
- CHEVRON_CIRCLE_DOWN - com.vaadin.server.FontAwesome
-
Deprecated.
- CHEVRON_CIRCLE_DOWN_O - com.vaadin.icons.VaadinIcons
- CHEVRON_CIRCLE_LEFT - com.vaadin.icons.VaadinIcons
- CHEVRON_CIRCLE_LEFT - com.vaadin.server.FontAwesome
-
Deprecated.
- CHEVRON_CIRCLE_LEFT_O - com.vaadin.icons.VaadinIcons
- CHEVRON_CIRCLE_RIGHT - com.vaadin.icons.VaadinIcons
- CHEVRON_CIRCLE_RIGHT - com.vaadin.server.FontAwesome
-
Deprecated.
- CHEVRON_CIRCLE_RIGHT_O - com.vaadin.icons.VaadinIcons
- CHEVRON_CIRCLE_UP - com.vaadin.icons.VaadinIcons
- CHEVRON_CIRCLE_UP - com.vaadin.server.FontAwesome
-
Deprecated.
- CHEVRON_CIRCLE_UP_O - com.vaadin.icons.VaadinIcons
- CHEVRON_DOWN - com.vaadin.icons.VaadinIcons
- CHEVRON_DOWN - com.vaadin.server.FontAwesome
-
Deprecated.
- CHEVRON_DOWN_SMALL - com.vaadin.icons.VaadinIcons
- CHEVRON_LEFT - com.vaadin.icons.VaadinIcons
- CHEVRON_LEFT - com.vaadin.server.FontAwesome
-
Deprecated.
- CHEVRON_LEFT_SMALL - com.vaadin.icons.VaadinIcons
- CHEVRON_RIGHT - com.vaadin.icons.VaadinIcons
- CHEVRON_RIGHT - com.vaadin.server.FontAwesome
-
Deprecated.
- CHEVRON_RIGHT_SMALL - com.vaadin.icons.VaadinIcons
- CHEVRON_UP - com.vaadin.icons.VaadinIcons
- CHEVRON_UP - com.vaadin.server.FontAwesome
-
Deprecated.
- CHEVRON_UP_SMALL - com.vaadin.icons.VaadinIcons
- CHILD - com.vaadin.icons.VaadinIcons
- CHILD - com.vaadin.server.FontAwesome
-
Deprecated.
- ChildComponentData() - Constructor for class com.vaadin.shared.ui.gridlayout.GridLayoutState.ChildComponentData
- ChildComponentData() - Constructor for class com.vaadin.shared.ui.orderedlayout.AbstractOrderedLayoutState.ChildComponentData
- childCss - Variable in class com.vaadin.shared.ui.csslayout.CssLayoutState
- childData - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState
- childData - Variable in class com.vaadin.shared.ui.orderedlayout.AbstractOrderedLayoutState
- 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.
- childLocations - Variable in class com.vaadin.shared.ui.customlayout.CustomLayoutState
- CHROME - com.vaadin.server.FontAwesome
-
Deprecated.
- CHROMEOS - com.vaadin.shared.VBrowserDetails.OperatingSystem
- CIRCLE - com.vaadin.icons.VaadinIcons
- CIRCLE - com.vaadin.server.FontAwesome
-
Deprecated.
- CIRCLE_O - com.vaadin.server.FontAwesome
-
Deprecated.
- CIRCLE_O_NOTCH - com.vaadin.server.FontAwesome
-
Deprecated.
- CIRCLE_THIN - com.vaadin.icons.VaadinIcons
- CIRCLE_THIN - com.vaadin.server.FontAwesome
-
Deprecated.
- ClassBasedViewProvider(String, Class<? extends View>) - Constructor for class com.vaadin.navigator.Navigator.ClassBasedViewProvider
-
Create a new view provider which creates new view instances based on a view class.
- classId - Variable in class com.vaadin.shared.ui.embedded.EmbeddedState
-
May be used to specify the location of an object's implementation via a URI.
- className - Variable in class com.vaadin.server.ComponentSizeValidator.FileLocation
- 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
- classNameSimple - Variable in class com.vaadin.server.ComponentSizeValidator.FileLocation
- ClassPathExplorer - Class in com.vaadin.server.widgetsetutils
-
Utility class to collect widgetset related information from classpath.
- ClassPathExplorer.LocationInfo - Class in com.vaadin.server.widgetsetutils
-
Contains information about widgetsets and themes found on the classpath.
- ClassResource - Class in com.vaadin.server
-
ClassResource
is a named resource accessed with the class loader. - ClassResource(Class<?>, String) - Constructor for class com.vaadin.server.ClassResource
-
Creates a new application resource instance.
- ClassResource(String) - Constructor for class com.vaadin.server.ClassResource
-
Creates a new application resource instance.
- cleanConnectorMap() - Method in class com.vaadin.ui.ConnectorTracker
-
Deprecated.use
ConnectorTracker.cleanConnectorMap(boolean)
instead - cleanConnectorMap(boolean) - Method in class com.vaadin.ui.ConnectorTracker
-
Cleans the connector map from all connectors that are no longer attached to the application if there are dirty connectors or the force flag is true.
- 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
- cleanStreamVariable(String, String) - Method in class com.vaadin.ui.ConnectorTracker
-
Removes any StreamVariable of the given name from the indicated connector.
- cleanUp(Stream<T>) - Method in class com.vaadin.data.provider.DataCommunicator.ActiveDataHandler
-
Executes the data destruction for dropped data that is not sent to the client.
- cleanupSession(VaadinSession) - Method in class com.vaadin.server.VaadinService
-
Closes inactive UIs in the given session, removes closed UIs from the session, and closes the session if it is itself inactive.
- 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() - Method in interface com.vaadin.data.HasValue
-
Resets the value to the empty one.
- clear() - Method in class com.vaadin.data.TreeData
-
Clear all items from this structure.
- clear() - Method in class com.vaadin.server.LegacyCommunicationManager.ClientCache
-
Deprecated.
- CLEAR - com.vaadin.client.debug.internal.Icon
- clearAll() - Static method in class com.vaadin.util.CurrentInstance
-
Clears all current instances.
- 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.
- clearDataTransferData() - Method in class com.vaadin.ui.dnd.DragSourceExtension
-
Clears all data for this drag source element.
- clearDataTransferData(String) - Method in class com.vaadin.ui.dnd.DragSourceExtension
-
Clears data with the given type for this drag source element when present.
- clearDragDataGenerator(String) - Method in class com.vaadin.ui.components.grid.GridDragSource
-
Remove the generator function set for the given type.
- 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.
- clearElement(Element) - Static method in class com.vaadin.ui.declarative.DesignAttributeHandler
-
Clears the children and attributes of the given element.
- clearError(HasValue<?>) - Method in class com.vaadin.data.Binder
-
Clears the error condition of the given field, if any.
- 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.
- clearExpandRatio() - Method in class com.vaadin.ui.Grid.Column
-
Clears the expand ratio for this column.
- clearFilters() - Method in interface com.vaadin.data.provider.InMemoryDataProvider
-
Removes any filter that has been set or added previously.
- 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.
- clearSnippets() - Method in class com.vaadin.ui.RichTextArea
-
Remove all snippets - this also hides the snippets drop-down unless new snippets are added.
- clearSortOrder() - Method in class com.vaadin.ui.Grid
-
Clear the current sort order, and re-sort the grid.
- 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.
- click() - Method in class com.vaadin.ui.Button
-
Simulates a button click, notifying all server-side listeners.
- click(MouseEvents.ClickEvent) - Method in interface com.vaadin.event.MouseEvents.ClickListener
-
Called when a
Component
has been clicked. - click(MouseEventDetails) - Method in interface com.vaadin.shared.ui.button.ButtonServerRpc
-
Button click event.
- click(MouseEventDetails) - Method in interface com.vaadin.shared.ui.ClickRpc
-
Called when a click event has occurred and there are server side listeners for the event.
- click(ClickableRenderer.RendererClickEvent<T>) - Method in interface com.vaadin.ui.renderers.ClickableRenderer.RendererClickListener
-
Called when a rendered button is clicked.
- click(String, String, MouseEventDetails) - Method in interface com.vaadin.shared.ui.grid.renderers.RendererClickRpc
-
Called when a click event has occurred and there are server side listeners for the event.
- CLICK_EVENT_IDENTIFIER - Static variable in interface com.vaadin.shared.EventId
- CLICK_METHOD - Static variable in interface com.vaadin.ui.renderers.ClickableRenderer.RendererClickListener
- 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<T,V> - Class in com.vaadin.ui.renderers
-
An abstract superclass for
Renderer
s that render clickable items. - ClickableRenderer() - Constructor for class com.vaadin.client.renderers.ClickableRenderer
- ClickableRenderer(Class<V>) - Constructor for class com.vaadin.ui.renderers.ClickableRenderer
-
Creates a new clickable renderer with the given presentation type.
- ClickableRenderer(Class<V>, String) - Constructor for class com.vaadin.ui.renderers.ClickableRenderer
-
Creates a new clickable renderer with the given presentation type and null representation.
- ClickableRenderer.RendererClickEvent<R> - Class in com.vaadin.client.renderers
-
An event fired when a widget rendered by a ClickableWidgetRenderer subclass is clicked.
- ClickableRenderer.RendererClickEvent<T> - Class in com.vaadin.ui.renderers
-
An event fired when a clickable widget rendered by a ClickableRenderer is clicked.
- ClickableRenderer.RendererClickHandler<R> - Interface in com.vaadin.client.renderers
-
A handler for
renderer click events
. - ClickableRenderer.RendererClickListener<T> - Interface in com.vaadin.ui.renderers
-
An interface for listening to
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
- ClickableRendererState - Class in com.vaadin.shared.ui.grid.renderers
-
Shared state for ClickableRenderer.
- ClickableRendererState() - Constructor for class com.vaadin.shared.ui.grid.renderers.ClickableRendererState
- ClickEvent(Component) - Constructor for class com.vaadin.ui.Button.ClickEvent
-
New instance of text change event.
- ClickEvent(Component, MouseEventDetails) - Constructor for class com.vaadin.event.MouseEvents.ClickEvent
- ClickEvent(Component, MouseEventDetails) - Constructor for class com.vaadin.ui.Button.ClickEvent
-
Constructor with mouse details.
- 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
- clickMethod - Static variable in interface com.vaadin.event.LayoutEvents.LayoutClickListener
- clickMethod - Static variable in interface com.vaadin.event.MouseEvents.ClickListener
- clickMethod - Static variable in interface com.vaadin.ui.AbstractSplitPanel.SplitterClickListener
- 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.
- ClickRpc - Interface in com.vaadin.shared.ui
- 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.
- clickShortcut - Variable in class com.vaadin.ui.Button
- ClickShortcut(Button, int) - Constructor for class com.vaadin.ui.Button.ClickShortcut
-
Creates a keyboard shortcut for clicking the given button using the given
ShortcutAction.KeyCode
. - ClickShortcut(Button, int, int...) - Constructor for class com.vaadin.ui.Button.ClickShortcut
-
Creates a keyboard shortcut for clicking the given button using the given
ShortcutAction.KeyCode
andShortcutAction.ModifierKey
s. - ClickShortcut(Button, String) - Constructor for class com.vaadin.ui.Button.ClickShortcut
-
Creates a keyboard shortcut for clicking the given button using the shorthand notation defined in
ShortcutAction
. - clickShortcutKeyCode - Variable in class com.vaadin.shared.ui.button.ButtonState
- 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.
- CLIENT_TO_SERVER_ID - Static variable in class com.vaadin.shared.ApplicationConstants
-
The name of the parameter used to transmit the id of the client to server messages.
- ClientCache() - Constructor for class com.vaadin.server.LegacyCommunicationManager.ClientCache
-
Deprecated.
- ClientConnector - Interface in com.vaadin.server
-
Interface implemented by all connectors that are capable of communicating with the client side.
- ClientConnector.AttachEvent - Class in com.vaadin.server
-
Event fired after a connector is attached to the application.
- ClientConnector.AttachListener - Interface in com.vaadin.server
-
Interface for listening
connector attach events
. - ClientConnector.ConnectorErrorEvent - Class in com.vaadin.server
-
An error event for connector related errors.
- ClientConnector.DetachEvent - Class in com.vaadin.server
-
Event fired before a connector is detached from the application.
- ClientConnector.DetachListener - Interface in com.vaadin.server
-
Interface for listening
connector detach events
. - ClientMethodInvocation - Class in com.vaadin.server
-
Internal class for keeping track of pending server to client method invocations for a Connector.
- ClientMethodInvocation(ClientConnector, String, Method, Object[]) - Constructor for class com.vaadin.server.ClientMethodInvocation
- ClientRpc - Interface in com.vaadin.shared.communication
-
Interface to be extended by all server to client RPC interfaces.
- ClientRpcWriter - Class in com.vaadin.server.communication
-
Serializes
client RPC
invocations to JSON. - ClientRpcWriter() - Constructor for class com.vaadin.server.communication.ClientRpcWriter
- ClientSideCriterion - Class in com.vaadin.event.dd.acceptcriteria
-
Parent class for criteria that can be completely validated on client side.
- ClientSideCriterion() - Constructor for class com.vaadin.event.dd.acceptcriteria.ClientSideCriterion
- CLIPBOARD - com.vaadin.icons.VaadinIcons
- CLIPBOARD - com.vaadin.server.FontAwesome
-
Deprecated.
- CLIPBOARD_CHECK - com.vaadin.icons.VaadinIcons
- CLIPBOARD_CROSS - com.vaadin.icons.VaadinIcons
- CLIPBOARD_HEART - com.vaadin.icons.VaadinIcons
- CLIPBOARD_PULSE - com.vaadin.icons.VaadinIcons
- CLIPBOARD_TEXT - com.vaadin.icons.VaadinIcons
- CLIPBOARD_USER - com.vaadin.icons.VaadinIcons
- CLOCK - com.vaadin.icons.VaadinIcons
- CLOCK_O - com.vaadin.server.FontAwesome
-
Deprecated.
- CLONE - com.vaadin.server.FontAwesome
-
Deprecated.
- 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.
- closable - Variable in class com.vaadin.shared.ui.tabsheet.TabState
- closable - Variable in class com.vaadin.shared.ui.window.WindowState
- 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() - Method in class com.vaadin.server.JsonPaintTarget
-
Closes the paint target.
- close() - Method in class com.vaadin.server.LegacyApplication
-
Deprecated.
- close() - Method in class com.vaadin.server.VaadinSession
-
Sets this session to be closed and all UI state to be discarded at the end of the current request, or at the end of the next request if there is no ongoing one.
- close() - Method in class com.vaadin.ui.Notification
-
Closes (hides) the notification.
- close() - Method in class com.vaadin.ui.UI
-
Marks this UI to be
detached
from the session at the end of the current request, or the next request if there is no current request (if called from a background thread, for instance.) - close() - Method in class com.vaadin.ui.Window
-
Method that handles window closing (from UI).
- close(boolean) - Method in class com.vaadin.ui.Notification
-
Closes (hides) the notification.
- 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
- CLOSE - com.vaadin.icons.VaadinIcons
- CLOSE - com.vaadin.server.FontAwesome
-
Deprecated.
- CLOSE_BIG - com.vaadin.icons.VaadinIcons
- CLOSE_CIRCLE - com.vaadin.icons.VaadinIcons
- CLOSE_CIRCLE_O - com.vaadin.icons.VaadinIcons
- CLOSE_SMALL - com.vaadin.icons.VaadinIcons
- 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.
- closed() - Method in interface com.vaadin.shared.ui.notification.NotificationServerRpc
- CLOSED - com.vaadin.server.VaadinSession.State
-
The session is closed; all the
UI
s have been removed andSessionDestroyListener
s have been called. - CloseEvent(Component) - Constructor for class com.vaadin.ui.Window.CloseEvent
- CloseEvent(Notification) - Constructor for class com.vaadin.ui.Notification.CloseEvent
- CloseEvent(Notification, boolean) - Constructor for class com.vaadin.ui.Notification.CloseEvent
- closeIdleSessions() - Method in annotation type com.vaadin.annotations.VaadinServletConfiguration
-
Whether a session should be closed when all its open UIs have been idle for longer than its configured maximum inactivity time.
- closeJsonMessage(Writer) - Method in class com.vaadin.server.communication.UidlRequestHandler
- closeSession(VaadinSession) - Method in class com.vaadin.server.VaadinService
-
Sets the given session to be closed and all its UI state to be discarded at the end of the current request, or at the end of the next request if there is no ongoing one.
- CloseShortcut(Window, int) - Constructor for class com.vaadin.ui.Window.CloseShortcut
-
Creates a keyboard shortcut for closing the given window using the given
ShortcutAction.KeyCode
. - CloseShortcut(Window, int, int...) - Constructor for class com.vaadin.ui.Window.CloseShortcut
-
Creates a keyboard shortcut for closing the given window using the given
ShortcutAction.KeyCode
andShortcutAction.ModifierKey
s. - CloseShortcut(Window, String) - Constructor for class com.vaadin.ui.Window.CloseShortcut
-
Creates a keyboard shortcut for closing the given window using the shorthand notation defined in
ShortcutAction
. - closeTab(String) - Method in interface com.vaadin.shared.ui.tabsheet.TabsheetServerRpc
-
Tell server that a tab has been closed by the user.
- closeTab(String) - Method in class com.vaadin.ui.TabSheet.TabsheetServerRpcImpl
- closeTimeout - Variable in class com.vaadin.shared.ui.ui.UIState.TooltipConfigurationState
- CLOSING - com.vaadin.server.VaadinSession.State
-
The
close
method has been called; the session will be closed as soon as the current request ends. - CLOUD - com.vaadin.icons.VaadinIcons
- CLOUD - com.vaadin.server.FontAwesome
-
Deprecated.
- CLOUD_DOWNLOAD - com.vaadin.icons.VaadinIcons
- CLOUD_DOWNLOAD - com.vaadin.server.FontAwesome
-
Deprecated.
- CLOUD_DOWNLOAD_O - com.vaadin.icons.VaadinIcons
- CLOUD_O - com.vaadin.icons.VaadinIcons
- CLOUD_UPLOAD - com.vaadin.icons.VaadinIcons
- CLOUD_UPLOAD - com.vaadin.server.FontAwesome
-
Deprecated.
- CLOUD_UPLOAD_O - com.vaadin.icons.VaadinIcons
- CLUSTER - com.vaadin.icons.VaadinIcons
- CM - com.vaadin.server.Sizeable.Unit
-
Unit code representing centimeters.
- CNY - com.vaadin.server.FontAwesome
-
Deprecated.
- CODE - com.vaadin.icons.VaadinIcons
- CODE - com.vaadin.server.FontAwesome
-
Deprecated.
- CODE_FORK - com.vaadin.server.FontAwesome
-
Deprecated.
- codebase - Variable in class com.vaadin.shared.ui.embedded.EmbeddedState
-
Specifies the base path used to resolve relative URIs specified by the classid, data, and archive attributes.
- CODEPEN - com.vaadin.server.FontAwesome
-
Deprecated.
- codetype - Variable in class com.vaadin.shared.ui.embedded.EmbeddedState
-
The MIME-Type of the code.
- CODIEPIE - com.vaadin.server.FontAwesome
-
Deprecated.
- COFFEE - com.vaadin.icons.VaadinIcons
- COFFEE - com.vaadin.server.FontAwesome
-
Deprecated.
- COG - com.vaadin.icons.VaadinIcons
- COG - com.vaadin.server.FontAwesome
-
Deprecated.
- COG_O - com.vaadin.icons.VaadinIcons
- COGS - com.vaadin.icons.VaadinIcons
- COGS - com.vaadin.server.FontAwesome
-
Deprecated.
- COIN_PILES - com.vaadin.icons.VaadinIcons
- COINS - com.vaadin.icons.VaadinIcons
- colDelta - Variable in enum com.vaadin.client.widget.grid.DefaultEditorEventHandler.CursorMoveDelta
-
Horizontal change.
- colExpand - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState
- colExpandRatioArray - Variable in class com.vaadin.client.ui.VGridLayout
-
For internal use only.
- collapse(Collection<T>) - Method in class com.vaadin.ui.Tree
-
Collapse the given items.
- collapse(Collection<T>) - Method in class com.vaadin.ui.TreeGrid
-
Collapse the given items.
- collapse(T) - Method in class com.vaadin.data.provider.HierarchicalDataCommunicator
-
Collapses the given item and removes its sub-hierarchy.
- collapse(T...) - Method in class com.vaadin.ui.Tree
-
Collapse the given items.
- collapse(T...) - Method in class com.vaadin.ui.TreeGrid
-
Collapse the given items.
- collapse(T, boolean) - Method in class com.vaadin.data.provider.HierarchicalDataCommunicator
-
Collapses the given item and removes its sub-hierarchy.
- collapse(T, Integer) - Method in class com.vaadin.data.provider.HierarchicalDataCommunicator
-
Collapses the given item and removes its sub-hierarchy.
- collapse(T, Integer) - Method in class com.vaadin.data.provider.HierarchyMapper
-
Collapses the given item.
- COLLAPSE_METHOD - Static variable in interface com.vaadin.event.CollapseEvent.CollapseListener
- collapsedRootItems - Variable in class com.vaadin.client.ui.VMenuBar
-
For internal use only.
- CollapseEvent<T> - Class in com.vaadin.event
-
An event that is fired when an item is collapsed in a listing component that displays hierarchical data.
- CollapseEvent(Component, T, boolean) - Constructor for class com.vaadin.event.CollapseEvent
-
Construct a collapse event.
- CollapseEvent.CollapseListener<T> - Interface in com.vaadin.event
-
Item collapse event listener.
- collapseRecursively(Collection<T>, int) - Method in class com.vaadin.ui.Tree
-
Collapse the given items and their children recursively until the given depth.
- collapseRecursively(Collection<T>, int) - Method in class com.vaadin.ui.TreeGrid
-
Collapse the given items and their children recursively until the given depth.
- collapseRecursively(Stream<T>, int) - Method in class com.vaadin.ui.TreeGrid
-
Collapse the given items and their children recursively until the given depth.
- collectionsEquals(Collection<?>, Collection<?>) - Static method in class com.vaadin.client.Util
-
Performs a shallow comparison of the collections.
- color - Variable in class com.vaadin.shared.ui.colorpicker.AbstractColorPickerState
- color - Variable in class com.vaadin.ui.AbstractColorPicker
-
The currently selected color.
- color() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- Color - Class in com.vaadin.shared.ui.colorpicker
-
Default implementation for color.
- Color(int) - Constructor for class com.vaadin.shared.ui.colorpicker.Color
-
Creates a color based on an RGB value.
- Color(int, int, int) - Constructor for class com.vaadin.shared.ui.colorpicker.Color
-
Creates a color that has the specified red, green, and blue values within the range [0 - 255].
- Color(int, int, int, int) - Constructor for class com.vaadin.shared.ui.colorpicker.Color
-
Creates a color that has the specified red, green, blue, and alpha values within the range [0 - 255].
- ColorPicker - Class in com.vaadin.ui
-
A class that defines default (button-like) implementation for a color picker component.
- ColorPicker() - Constructor for class com.vaadin.ui.ColorPicker
-
Instantiates a new color picker.
- ColorPicker(String) - Constructor for class com.vaadin.ui.ColorPicker
-
Instantiates a new color picker.
- ColorPicker(String, Color) - Constructor for class com.vaadin.ui.ColorPicker
-
Instantiates a new color picker.
- ColorPickerArea - Class in com.vaadin.ui
-
A class that defines area-like implementation for a color picker component.
- ColorPickerArea() - Constructor for class com.vaadin.ui.ColorPickerArea
-
Instantiates a new color picker.
- ColorPickerArea(String) - Constructor for class com.vaadin.ui.ColorPickerArea
-
Instantiates a new color picker.
- ColorPickerArea(String, Color) - Constructor for class com.vaadin.ui.ColorPickerArea
-
Instantiates a new color picker.
- 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
- ColorPickerAreaState - Class in com.vaadin.shared.ui.colorpicker
-
Default shared state implementation for ColorPickerArea.
- ColorPickerAreaState() - Constructor for class com.vaadin.shared.ui.colorpicker.ColorPickerAreaState
- 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
- ColorPickerGradient - Class in com.vaadin.ui.components.colorpicker
-
A component that represents a color gradient within a color picker.
- ColorPickerGradient(String, AbstractColorPicker.Coordinates2Color) - Constructor for class com.vaadin.ui.components.colorpicker.ColorPickerGradient
-
Instantiates a new color picker gradient.
- 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
- ColorPickerGradientServerRpc - Interface in com.vaadin.shared.ui.colorpicker
-
RPC interface for ColorPickerGradient.
- ColorPickerGradientState - Class in com.vaadin.shared.ui.colorpicker
-
Default shared state implementation for ColorPickerGradient.
- ColorPickerGradientState() - Constructor for class com.vaadin.shared.ui.colorpicker.ColorPickerGradientState
- ColorPickerGrid - Class in com.vaadin.ui.components.colorpicker
-
A component that represents a color selection grid within a color picker.
- ColorPickerGrid() - Constructor for class com.vaadin.ui.components.colorpicker.ColorPickerGrid
-
Instantiates a new color picker grid.
- ColorPickerGrid(int, int) - Constructor for class com.vaadin.ui.components.colorpicker.ColorPickerGrid
-
Instantiates a new color picker grid.
- ColorPickerGrid(Color[][]) - Constructor for class com.vaadin.ui.components.colorpicker.ColorPickerGrid
-
Instantiates a new color picker grid.
- 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
- ColorPickerGridServerRpc - Interface in com.vaadin.shared.ui.colorpicker
-
RPC interface for ColorPickerGrid.
- ColorPickerGridState - Class in com.vaadin.shared.ui.colorpicker
-
Default shared state implementation for ColorPickerGrid.
- ColorPickerGridState() - Constructor for class com.vaadin.shared.ui.colorpicker.ColorPickerGridState
- ColorPickerHistory - Class in com.vaadin.ui.components.colorpicker
-
A component that represents color selection history within a color picker.
- ColorPickerHistory() - Constructor for class com.vaadin.ui.components.colorpicker.ColorPickerHistory
- ColorPickerPopup - Class in com.vaadin.ui.components.colorpicker
-
A component that represents color selection popup within a color picker.
- ColorPickerPopup(Color) - Constructor for class com.vaadin.ui.components.colorpicker.ColorPickerPopup
-
Instantiates a new color picker popup.
- ColorPickerPreview - Class in com.vaadin.ui.components.colorpicker
-
A component that represents color selection preview within a color picker.
- ColorPickerPreview(Color) - Constructor for class com.vaadin.ui.components.colorpicker.ColorPickerPreview
-
Instantiates a new color picker preview.
- ColorPickerSelect - Class in com.vaadin.ui.components.colorpicker
-
A component that represents color selection swatches within a color picker.
- ColorPickerSelect() - Constructor for class com.vaadin.ui.components.colorpicker.ColorPickerSelect
- ColorPickerServerRpc - Interface in com.vaadin.shared.ui.colorpicker
-
RPC interface for AbstractColorPicker.
- ColorPickerState - Class in com.vaadin.shared.ui.colorpicker
-
Default shared state implementation for ColorPicker.
- ColorPickerState() - Constructor for class com.vaadin.shared.ui.colorpicker.ColorPickerState
- ColorUtil - Class in com.vaadin.ui.components.colorpicker
-
Utility class for matching and parsing
Color
objects fromString
input. - 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(ValueProvider<T, V>, ValueProvider<V, P>, Renderer<? super P>) - Constructor for class com.vaadin.ui.Grid.Column
-
Constructs a new Column configuration with given renderer and value provider.
- Column(ValueProvider<T, V>, ValueProvider<V, P>, Renderer<? super P>, Grid.Column.NestedNullBehavior) - Constructor for class com.vaadin.ui.Grid.Column
-
Constructs a new Column configuration with given renderer and value provider.
- Column(ValueProvider<T, V>, Renderer<? super V>) - Constructor for class com.vaadin.ui.Grid.Column
-
Constructs a new Column configuration with given renderer and value provider.
- 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
- column1 - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState.ChildComponentData
- column2 - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState.ChildComponentData
- 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.
- columnCount - Variable in class com.vaadin.shared.ui.colorpicker.ColorPickerGridState
- columnFields - Variable in class com.vaadin.shared.ui.grid.editor.EditorState
-
Map from Column id to Component connector id.
- COLUMNHEADER - com.vaadin.client.widgets.Escalator.AriaGridRole
-
Aria role for grid column header cell elements.
- columnId - Variable in class com.vaadin.shared.ui.grid.SectionState.CellState
-
The id of the column that this cell belongs to.
- columnOrder - Variable in class com.vaadin.shared.ui.grid.GridState
-
Column order in grid.
- columnReorder(Grid.ColumnReorderEvent) - Method in interface com.vaadin.ui.components.grid.ColumnReorderListener
-
Called when the columns of the grid have been reordered.
- ColumnReorderEvent<T> - Class in com.vaadin.client.widget.grid.events
-
An event for notifying that the columns in the Grid have been reordered.
- ColumnReorderEvent(Grid<?>, boolean) - Constructor for class com.vaadin.ui.Grid.ColumnReorderEvent
- 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.
- columnReorderingAllowed - Variable in class com.vaadin.shared.ui.grid.GridState
-
Whether the columns can be reordered.
- ColumnReorderListener - Interface in com.vaadin.ui.components.grid
-
An event listener for column reorder events in the Grid.
- columnResize(Grid.ColumnResizeEvent) - Method in interface com.vaadin.ui.components.grid.ColumnResizeListener
-
Called when the columns of the grid have been resized.
- columnResized(String, double) - Method in interface com.vaadin.shared.ui.grid.GridServerRpc
-
Informs the server that a column has been resized by the user.
- 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.
- ColumnResizeEvent(Grid<?>, Grid.Column<?, ?>, boolean) - Constructor for class com.vaadin.ui.Grid.ColumnResizeEvent
- 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.
- ColumnResizeListener - Interface in com.vaadin.ui.components.grid
-
An event listener for column resize events in the Grid.
- columnResizeMode - Variable in class com.vaadin.shared.ui.grid.GridState
-
Column resize mode in grid.
- ColumnResizeMode - Enum in com.vaadin.shared.ui.grid
-
Collection of modes used for resizing columns in the Grid.
- columns - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState
- COLUMNS - com.vaadin.server.FontAwesome
-
Deprecated.
- columnsReordered(List<String>, List<String>) - Method in interface com.vaadin.shared.ui.grid.GridServerRpc
-
Informs the server that the columns of the Grid have been reordered.
- ColumnState - Class in com.vaadin.shared.ui.grid
-
Shared state for a Grid column.
- ColumnState() - Constructor for class com.vaadin.shared.ui.grid.ColumnState
- columnVisibilityChanged(Grid.ColumnVisibilityChangeEvent) - Method in interface com.vaadin.ui.components.grid.ColumnVisibilityChangeListener
-
Called when a column has become hidden or unhidden.
- columnVisibilityChanged(String, boolean) - Method in interface com.vaadin.shared.ui.grid.GridServerRpc
-
Informs the server that a column's visibility has been changed.
- 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.
- ColumnVisibilityChangeEvent(Grid<?>, Grid.Column<?, ?>, boolean, boolean) - Constructor for class com.vaadin.ui.Grid.ColumnVisibilityChangeEvent
-
Constructor for a column visibility change event.
- 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.
- ColumnVisibilityChangeListener - Interface in com.vaadin.ui.components.grid
-
An event listener for column visibility change events in the Grid.
- columnWidths - Variable in class com.vaadin.client.ui.VGridLayout
-
For internal use only.
- com.vaadin.annotations - package com.vaadin.annotations
- 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
- com.vaadin.data - package com.vaadin.data
- com.vaadin.data.converter - package com.vaadin.data.converter
- com.vaadin.data.provider - package com.vaadin.data.provider
- com.vaadin.data.util - package com.vaadin.data.util
- com.vaadin.data.validator - package com.vaadin.data.validator
- com.vaadin.event - package com.vaadin.event
- com.vaadin.event.dd - package com.vaadin.event.dd
- com.vaadin.event.dd.acceptcriteria - package com.vaadin.event.dd.acceptcriteria
- com.vaadin.event.selection - package com.vaadin.event.selection
- com.vaadin.icons - package com.vaadin.icons
- com.vaadin.navigator - package com.vaadin.navigator
- com.vaadin.osgi.resources - package com.vaadin.osgi.resources
- com.vaadin.osgi.resources.impl - package com.vaadin.osgi.resources.impl
- com.vaadin.server - package com.vaadin.server
- com.vaadin.server.communication - package com.vaadin.server.communication
- com.vaadin.server.osgi - package com.vaadin.server.osgi
- com.vaadin.server.themeutils - package com.vaadin.server.themeutils
- com.vaadin.server.widgetsetutils - package com.vaadin.server.widgetsetutils
- com.vaadin.shared - package com.vaadin.shared
- com.vaadin.shared.annotations - package com.vaadin.shared.annotations
- com.vaadin.shared.communication - package com.vaadin.shared.communication
- com.vaadin.shared.customcomponent - package com.vaadin.shared.customcomponent
- com.vaadin.shared.data - package com.vaadin.shared.data
- com.vaadin.shared.data.selection - package com.vaadin.shared.data.selection
- com.vaadin.shared.data.sort - package com.vaadin.shared.data.sort
- com.vaadin.shared.extension - package com.vaadin.shared.extension
- com.vaadin.shared.extension.abstractlisting - package com.vaadin.shared.extension.abstractlisting
- com.vaadin.shared.extension.datacommunicator - package com.vaadin.shared.extension.datacommunicator
- com.vaadin.shared.extension.filedownloader - package com.vaadin.shared.extension.filedownloader
- com.vaadin.shared.extension.javascriptmanager - package com.vaadin.shared.extension.javascriptmanager
- com.vaadin.shared.extension.responsive - package com.vaadin.shared.extension.responsive
- com.vaadin.shared.ui - package com.vaadin.shared.ui
- com.vaadin.shared.ui.absolutelayout - package com.vaadin.shared.ui.absolutelayout
- com.vaadin.shared.ui.abstractlisting - package com.vaadin.shared.ui.abstractlisting
- com.vaadin.shared.ui.abstractmultiselect - package com.vaadin.shared.ui.abstractmultiselect
- com.vaadin.shared.ui.accordion - package com.vaadin.shared.ui.accordion
- com.vaadin.shared.ui.audio - package com.vaadin.shared.ui.audio
- com.vaadin.shared.ui.browserframe - package com.vaadin.shared.ui.browserframe
- com.vaadin.shared.ui.button - package com.vaadin.shared.ui.button
- com.vaadin.shared.ui.checkbox - package com.vaadin.shared.ui.checkbox
- com.vaadin.shared.ui.colorpicker - package com.vaadin.shared.ui.colorpicker
- com.vaadin.shared.ui.combobox - package com.vaadin.shared.ui.combobox
- com.vaadin.shared.ui.composite - package com.vaadin.shared.ui.composite
- com.vaadin.shared.ui.csslayout - package com.vaadin.shared.ui.csslayout
- com.vaadin.shared.ui.customfield - package com.vaadin.shared.ui.customfield
- com.vaadin.shared.ui.customlayout - package com.vaadin.shared.ui.customlayout
- com.vaadin.shared.ui.datefield - package com.vaadin.shared.ui.datefield
- com.vaadin.shared.ui.dd - package com.vaadin.shared.ui.dd
- com.vaadin.shared.ui.dnd - package com.vaadin.shared.ui.dnd
- com.vaadin.shared.ui.dnd.criteria - package com.vaadin.shared.ui.dnd.criteria
- com.vaadin.shared.ui.draganddropwrapper - package com.vaadin.shared.ui.draganddropwrapper
- com.vaadin.shared.ui.embedded - package com.vaadin.shared.ui.embedded
- com.vaadin.shared.ui.grid - package com.vaadin.shared.ui.grid
- com.vaadin.shared.ui.grid.editor - package com.vaadin.shared.ui.grid.editor
- com.vaadin.shared.ui.grid.renderers - package com.vaadin.shared.ui.grid.renderers
- com.vaadin.shared.ui.gridlayout - package com.vaadin.shared.ui.gridlayout
- com.vaadin.shared.ui.image - package com.vaadin.shared.ui.image
- com.vaadin.shared.ui.label - package com.vaadin.shared.ui.label
- com.vaadin.shared.ui.link - package com.vaadin.shared.ui.link
- com.vaadin.shared.ui.listselect - package com.vaadin.shared.ui.listselect
- com.vaadin.shared.ui.loginform - package com.vaadin.shared.ui.loginform
- com.vaadin.shared.ui.menubar - package com.vaadin.shared.ui.menubar
- com.vaadin.shared.ui.nativeselect - package com.vaadin.shared.ui.nativeselect
- com.vaadin.shared.ui.notification - package com.vaadin.shared.ui.notification
- com.vaadin.shared.ui.optiongroup - package com.vaadin.shared.ui.optiongroup
- com.vaadin.shared.ui.orderedlayout - package com.vaadin.shared.ui.orderedlayout
- com.vaadin.shared.ui.panel - package com.vaadin.shared.ui.panel
- com.vaadin.shared.ui.passwordfield - package com.vaadin.shared.ui.passwordfield
- com.vaadin.shared.ui.popupview - package com.vaadin.shared.ui.popupview
- com.vaadin.shared.ui.progressindicator - package com.vaadin.shared.ui.progressindicator
- com.vaadin.shared.ui.richtextarea - package com.vaadin.shared.ui.richtextarea
- com.vaadin.shared.ui.slider - package com.vaadin.shared.ui.slider
- com.vaadin.shared.ui.splitpanel - package com.vaadin.shared.ui.splitpanel
- com.vaadin.shared.ui.tabsheet - package com.vaadin.shared.ui.tabsheet
- com.vaadin.shared.ui.textarea - package com.vaadin.shared.ui.textarea
- com.vaadin.shared.ui.textfield - package com.vaadin.shared.ui.textfield
- com.vaadin.shared.ui.tree - package com.vaadin.shared.ui.tree
- com.vaadin.shared.ui.treegrid - package com.vaadin.shared.ui.treegrid
- com.vaadin.shared.ui.twincolselect - package com.vaadin.shared.ui.twincolselect
- com.vaadin.shared.ui.ui - package com.vaadin.shared.ui.ui
- com.vaadin.shared.ui.upload - package com.vaadin.shared.ui.upload
- com.vaadin.shared.ui.video - package com.vaadin.shared.ui.video
- com.vaadin.shared.ui.window - package com.vaadin.shared.ui.window
- com.vaadin.shared.util - package com.vaadin.shared.util
- com.vaadin.ui - package com.vaadin.ui
- com.vaadin.ui.components.colorpicker - package com.vaadin.ui.components.colorpicker
- com.vaadin.ui.components.grid - package com.vaadin.ui.components.grid
- com.vaadin.ui.declarative - package com.vaadin.ui.declarative
- com.vaadin.ui.declarative.converters - package com.vaadin.ui.declarative.converters
- com.vaadin.ui.dnd - package com.vaadin.ui.dnd
- com.vaadin.ui.dnd.event - package com.vaadin.ui.dnd.event
- com.vaadin.ui.renderers - package com.vaadin.ui.renderers
- com.vaadin.ui.themes - package com.vaadin.ui.themes
- com.vaadin.util - package com.vaadin.util
- combineFilters(Q, C) - Method in class com.vaadin.data.provider.ConfigurableFilterDataProviderWrapper
-
Combines the configured filter and the filter from the query into one filter instance that can be passed to the wrapped data provider.
- combineWith(Range) - Method in class com.vaadin.shared.Range
-
Combines two ranges to create a range containing all values in both ranges, provided there are no gaps between the ranges.
- ComboBox<T> - Class in com.vaadin.ui
-
A filtering dropdown single-select.
- ComboBox() - Constructor for class com.vaadin.ui.ComboBox
-
Constructs an empty combo box without a caption.
- ComboBox(DataCommunicator<T>) - Constructor for class com.vaadin.ui.ComboBox
-
Constructs and initializes an empty combo box.
- ComboBox(String) - Constructor for class com.vaadin.ui.ComboBox
-
Constructs an empty combo box, whose content can be set with
HasFilterableDataProvider.setDataProvider(DataProvider)
orComboBox.setItems(Collection)
. - ComboBox(String, Collection<T>) - Constructor for class com.vaadin.ui.ComboBox
-
Constructs a combo box with a static in-memory data provider with the given options.
- COMBOBOX - com.vaadin.icons.VaadinIcons
- COMBOBOX_ALIGN_CENTER - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Align the text inside the combo box to center.
- COMBOBOX_ALIGN_RIGHT - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Align the text inside the combo box to the right.
- COMBOBOX_BORDERLESS - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Removes the border and background from the combo box.
- COMBOBOX_HUGE - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Huge size combo box.
- COMBOBOX_LARGE - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Large size combo box.
- COMBOBOX_SMALL - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Small size combo box.
- COMBOBOX_TINY - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Tiny size combo box.
- ComboBox.CaptionFilter - Interface in com.vaadin.ui
-
Predicate to check
ComboBox
item captions against user typed strings. - ComboBox.DeclarativeStyleGenerator<T> - Class in com.vaadin.ui
-
Item style generator class for declarative support.
- ComboBox.FetchItemsCallback<T> - Interface in com.vaadin.ui
-
A callback method for fetching items.
- ComboBox.NewItemHandler - Interface in com.vaadin.ui
-
Deprecated.Since 8.4 replaced by
ComboBox.NewItemProvider
. - ComboBox.NewItemProvider<T> - Interface in com.vaadin.ui
-
Provider function that adds a new item based on user input when the new items allowed mode is active.
- ComboBoxClientRpc - Interface in com.vaadin.shared.ui.combobox
-
Server to client RPC interface for ComboBox.
- 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
- ComboBoxConstants - Class in com.vaadin.shared.ui.combobox
-
Constants related to the combo box component and its client-server communication.
- ComboBoxConstants() - Constructor for class com.vaadin.shared.ui.combobox.ComboBoxConstants
- ComboBoxServerRpc - Interface in com.vaadin.shared.ui.combobox
-
Client to server RPC interface for ComboBox.
- ComboBoxState - Class in com.vaadin.shared.ui.combobox
-
Shared state for the ComboBox component.
- ComboBoxState() - Constructor for class com.vaadin.shared.ui.combobox.ComboBoxState
- 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
- COMMENT - com.vaadin.icons.VaadinIcons
- COMMENT - com.vaadin.server.FontAwesome
-
Deprecated.
- COMMENT_ELLIPSIS - com.vaadin.icons.VaadinIcons
- COMMENT_ELLIPSIS_O - com.vaadin.icons.VaadinIcons
- COMMENT_O - com.vaadin.icons.VaadinIcons
- COMMENT_O - com.vaadin.server.FontAwesome
-
Deprecated.
- COMMENTING - com.vaadin.server.FontAwesome
-
Deprecated.
- COMMENTING_O - com.vaadin.server.FontAwesome
-
Deprecated.
- COMMENTS - com.vaadin.icons.VaadinIcons
- COMMENTS - com.vaadin.server.FontAwesome
-
Deprecated.
- COMMENTS_O - com.vaadin.icons.VaadinIcons
- COMMENTS_O - com.vaadin.server.FontAwesome
-
Deprecated.
- communicationErrorCaption - Variable in class com.vaadin.server.SystemMessages
- communicationErrorMessage - Variable in class com.vaadin.server.SystemMessages
- communicationErrorNotificationEnabled - Variable in class com.vaadin.server.SystemMessages
- communicationErrorURL - Variable in class com.vaadin.server.SystemMessages
- compareTo(ClientMethodInvocation) - Method in class com.vaadin.server.ClientMethodInvocation
- ComparisonOperator - Enum in com.vaadin.shared.ui.dnd.criteria
-
Comparison operator for drag and drop acceptance criterion.
- COMPASS - com.vaadin.server.FontAwesome
-
Deprecated.
- COMPILE - com.vaadin.icons.VaadinIcons
- 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 - Interface in com.vaadin.ui
-
Component
is the top-level interface that is and must be implemented by all Vaadin components. - COMPONENT - com.vaadin.ui.DragAndDropWrapper.DragStartMode
-
Deprecated.The component on which the drag started will be shown as drag image.
- COMPONENT - Static variable in class com.vaadin.client.ui.VDragAndDropWrapper
- COMPONENT_OTHER - com.vaadin.ui.DragAndDropWrapper.DragStartMode
-
Deprecated.Uses the component defined in
DragAndDropWrapper.setDragImageComponent(Component)
as the drag image. - COMPONENT_OTHER - Static variable in class com.vaadin.client.ui.VDragAndDropWrapper
- Component.ErrorEvent - Class in com.vaadin.ui
-
Class of all component originated error events.
- Component.Event - Class in com.vaadin.ui
-
Superclass of all component originated events.
- Component.Focusable - Interface in com.vaadin.ui
-
A sub-interface implemented by components that can obtain input focus.
- Component.Listener - Interface in com.vaadin.ui
-
Listener interface for receiving
Component.Event
s. - componentAttachedToContainer(HasComponents.ComponentAttachEvent) - Method in interface com.vaadin.ui.HasComponents.ComponentAttachListener
-
A new component is attached to container.
- ComponentAttachEvent(HasComponents, Component) - Constructor for class com.vaadin.ui.HasComponents.ComponentAttachEvent
-
Creates a new attach event.
- 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.
- ComponentConstants - Class in com.vaadin.shared
- ComponentConstants() - Constructor for class com.vaadin.shared.ComponentConstants
- ComponentContainer - Interface in com.vaadin.ui
-
A special type of parent which allows the user to add and remove components to it.
- ComponentContainerViewDisplay(ComponentContainer) - Constructor for class com.vaadin.navigator.Navigator.ComponentContainerViewDisplay
-
Create new
ViewDisplay
that updates aComponentContainer
to show the view. - componentCreated(DesignContext.ComponentCreatedEvent) - Method in interface com.vaadin.ui.declarative.DesignContext.ComponentCreationListener
-
Called when component has been created in the design context.
- componentDetachedFromContainer(HasComponents.ComponentDetachEvent) - Method in interface com.vaadin.ui.HasComponents.ComponentDetachListener
-
A component has been detached from container.
- ComponentDetachEvent(HasComponents, Component) - Constructor for class com.vaadin.ui.HasComponents.ComponentDetachEvent
-
Creates a new detach event.
- componentError - Variable in class com.vaadin.shared.ui.tabsheet.TabState
- componentErrorLevel - Variable in class com.vaadin.shared.ui.tabsheet.TabState
-
Represents the level of error on a tab.
- componentEvent(Component.Event) - Method in interface com.vaadin.ui.Component.Listener
-
Notifies the listener of a component event.
- 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.
- ComponentPosition() - Constructor for class com.vaadin.ui.AbsoluteLayout.ComponentPosition
- ComponentRenderer - Class in com.vaadin.ui.renderers
-
A renderer for presenting Components.
- ComponentRenderer() - Constructor for class com.vaadin.ui.renderers.ComponentRenderer
-
Constructor for ComponentRenderer.
- ComponentRendererConnector - Class in com.vaadin.client.connectors.grid
-
Connector for
ComponentRenderer
. - ComponentRendererConnector() - Constructor for class com.vaadin.client.connectors.grid.ComponentRendererConnector
- ComponentRendererState - Class in com.vaadin.shared.ui.grid.renderers
-
Shared state for ComponentRenderer.
- ComponentRendererState() - Constructor for class com.vaadin.shared.ui.grid.renderers.ComponentRendererState
- ComponentRootSetter - Class in com.vaadin.ui
-
Internal utility class.
- components - Variable in class com.vaadin.ui.AbstractOrderedLayout
-
Custom layout slots containing the components.
- components - Variable in class com.vaadin.ui.CssLayout
-
Custom layout slots containing the components.
- ComponentSizeValidator - Class in com.vaadin.server
- ComponentSizeValidator.FileLocation - Class in com.vaadin.server
- ComponentSizeValidator.InvalidLayout - Class in com.vaadin.server
- ComponentStateUtil - Class in com.vaadin.shared.ui
- componentStyleNames - Variable in class com.vaadin.client.ui.VAbstractSplitPanel
-
For internal use only.
- componentToTag(Component, DesignContext) - Method in interface com.vaadin.ui.declarative.Design.ComponentMapper
-
Resolves a tag name from a component.
- componentToTag(Component, DesignContext) - Method in class com.vaadin.ui.declarative.Design.DefaultComponentMapper
- Composite - Class in com.vaadin.ui
-
Composite allows creating new UI components by composition of existing server-side components.
- Composite() - Constructor for class com.vaadin.ui.Composite
-
Constructs a new empty composite.
- Composite(AbstractComponent) - Constructor for class com.vaadin.ui.Composite
-
Constructs a new composite containing the given component.
- CompositeConnector - Class in com.vaadin.client.ui.composite
-
Connector for the Composite component.
- CompositeConnector() - Constructor for class com.vaadin.client.ui.composite.CompositeConnector
- CompositeErrorMessage - Class in com.vaadin.server
-
Class for combining multiple error messages together.
- CompositeErrorMessage(ErrorMessage...) - Constructor for class com.vaadin.server.CompositeErrorMessage
-
Constructor for CompositeErrorMessage.
- CompositeErrorMessage(Collection<? extends ErrorMessage>) - Constructor for class com.vaadin.server.CompositeErrorMessage
-
Constructor for CompositeErrorMessage.
- CompositeState - Class in com.vaadin.shared.ui.composite
-
Shared state for Composite.
- CompositeState() - Constructor for class com.vaadin.shared.ui.composite.CompositeState
- COMPRESS - com.vaadin.icons.VaadinIcons
- COMPRESS - com.vaadin.server.FontAwesome
-
Deprecated.
- COMPRESS_SQUARE - com.vaadin.icons.VaadinIcons
- 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.
- ConfigurableFilterDataProvider<T,Q,C> - Interface in com.vaadin.data.provider
-
A data provider that supports programmatically setting a filter that will be applied to all queries.
- ConfigurableFilterDataProviderWrapper<T,Q,C,F> - Class in com.vaadin.data.provider
-
A configurable data provider that wraps another data provider by combining any filter from the component with the configured filter and passing that to the wrapped provider through the query.
- ConfigurableFilterDataProviderWrapper(DataProvider<T, F>) - Constructor for class com.vaadin.data.provider.ConfigurableFilterDataProviderWrapper
-
Creates a new configurable filter data provider by wrapping an existing data provider.
- 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
- configureBinding(Binder.BindingBuilder<BEAN, ?>, PropertyDefinition<BEAN, ?>) - Method in class com.vaadin.data.BeanValidationBinder
- configureBinding(Binder.BindingBuilder<BEAN, ?>, PropertyDefinition<BEAN, ?>) - Method in class com.vaadin.data.Binder
-
Configures the
binding
with the property definitiondefinition
before it's being bound. - confirmBind(boolean) - Method in interface com.vaadin.shared.ui.grid.editor.EditorClientRpc
-
Confirms a pending
bind request
sent by the client. - confirmSave(boolean) - Method in interface com.vaadin.shared.ui.grid.editor.EditorClientRpc
-
Confirms a pending
save request
sent by the client. - 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.
- confirmValidity(boolean) - Method in interface com.vaadin.shared.ui.grid.editor.EditorClientRpc
-
Confirms whether the binder's validation has passed so as to determine whether to allow the pending navigation action.
- connect(AtmosphereResource) - Method in class com.vaadin.server.communication.AtmospherePushConnection
-
Associates this
AtmospherePushConnection
with the givenAtmosphereResource
representing an established push connection. - Connect - Annotation Type in com.vaadin.shared.ui
-
Annotation defining the server side connector that this ClientSideConnector should connect to.
- CONNECT - com.vaadin.icons.VaadinIcons
- CONNECT_O - com.vaadin.icons.VaadinIcons
- CONNECT_PENDING - com.vaadin.client.communication.AtmospherePushConnection.State
-
Opening request has been sent, but still waiting for confirmation.
- Connect.LoadStyle - Enum in com.vaadin.shared.ui
- CONNECTDEVELOP - com.vaadin.server.FontAwesome
-
Deprecated.
- CONNECTED - com.vaadin.client.communication.AtmospherePushConnection.State
-
Connection is open and ready to use.
- CONNECTED - com.vaadin.server.communication.AtmospherePushConnection.State
-
Connected.
- 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.
- connectionLost() - Method in class com.vaadin.server.communication.AtmospherePushConnection
-
Called when the connection to the client has been lost.
- 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.
- connector - Variable in class com.vaadin.shared.ui.grid.SectionState.CellState
-
The connector for the component that is set to be displayed in this cell.
- Connector - Interface in com.vaadin.shared
-
Interface implemented by all classes that are capable of communicating with the server or the client side.
- CONNECTOR_PATH - Static variable in interface com.vaadin.server.ConnectorResource
- ConnectorActionManager - Class in com.vaadin.event
-
An ActionManager connected to a connector.
- ConnectorActionManager(ClientConnector) - Constructor for class com.vaadin.event.ConnectorActionManager
-
Initialize an action manager for the given connector.
- ConnectorActionManager(ClientConnector, T) - Constructor for class com.vaadin.event.ConnectorActionManager
-
Initialize an action manager for the given connector using the given viewer.
- ConnectorBundleLoader - Class in com.vaadin.client.metadata
- ConnectorBundleLoader() - Constructor for class com.vaadin.client.metadata.ConnectorBundleLoader
- ConnectorBundleLoader.CValUiInfo - Class in com.vaadin.client.metadata
- ConnectorErrorEvent(Connector, Throwable) - Constructor for class com.vaadin.server.ClientConnector.ConnectorErrorEvent
- ConnectorEvent - Class in com.vaadin.event
-
A base class for user interface events fired by connectors.
- ConnectorEvent(ClientConnector) - Constructor for class com.vaadin.event.ConnectorEvent
-
Creates a new event fired by the given source.
- ConnectorEventListener - Interface in com.vaadin.event
-
Event listener interface for events originating from server side connectors.
- 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. - ConnectorHelper - Class in com.vaadin.util
-
Provides various helper methods for connectors.
- 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.
- ConnectorHierarchyWriter - Class in com.vaadin.server.communication
-
Serializes a connector hierarchy to JSON.
- ConnectorHierarchyWriter() - Constructor for class com.vaadin.server.communication.ConnectorHierarchyWriter
- ConnectorIdGenerationEvent - Class in com.vaadin.server
-
Event object containing information related to connector id generation.
- ConnectorIdGenerationEvent(VaadinSession, ClientConnector) - Constructor for class com.vaadin.server.ConnectorIdGenerationEvent
-
Creates a new event for the given session and connector.
- ConnectorIdGenerator - Interface in com.vaadin.server
-
Callback for generating the id for new connectors.
- 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
- connectorMarkedAsDirty(MarkedAsDirtyConnectorEvent) - Method in interface com.vaadin.event.MarkedAsDirtyListener
-
Method called when a client connector has been marked as dirty.
- ConnectorResource - Interface in com.vaadin.server
-
A resource that is served through the Connector that is using the resource.
- ConnectorResourceHandler - Class in com.vaadin.server
- ConnectorResourceHandler() - Constructor for class com.vaadin.server.ConnectorResourceHandler
- connectorToCssPosition - Variable in class com.vaadin.shared.ui.absolutelayout.AbsoluteLayoutState
- ConnectorTracker - Class in com.vaadin.ui
-
A class which takes care of book keeping of
ClientConnector
s for a UI. - ConnectorTracker(UI) - Constructor for class com.vaadin.ui.ConnectorTracker
-
Creates a new ConnectorTracker for the given uI.
- ConnectorTypeWriter - Class in com.vaadin.server.communication
-
Serializes connector type mappings to JSON.
- ConnectorTypeWriter() - Constructor for class com.vaadin.server.communication.ConnectorTypeWriter
- Constants - Interface in com.vaadin.server
-
Internal constants used by both the client and the server side framework.
- 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(int) - Method in class com.vaadin.shared.Range
-
Checks whether an integer is found within this range.
- 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
- contains(T) - Method in class com.vaadin.data.TreeData
-
Check whether the given item is in this hierarchy.
- ContainsDataFlavor - Class in com.vaadin.event.dd.acceptcriteria
-
A Criterion that checks whether
Transferable
contains given data flavor. - ContainsDataFlavor(String) - Constructor for class com.vaadin.event.dd.acceptcriteria.ContainsDataFlavor
-
Constructs a new instance of
ContainsDataFlavor
. - containsDuplicates(Object[]) - Static method in class com.vaadin.shared.util.SharedUtil
-
Checks if the given array contains duplicates (according to
Object.equals(Object)
. - containsKey(String) - Method in class com.vaadin.client.FastStringMap
- containsKey(String) - Method in class com.vaadin.client.ValueMap
- containsKey(String) - Method in class com.vaadin.server.KeyMapper
-
Checks if the given key is mapped to an object.
- CONTAO - com.vaadin.server.FontAwesome
-
Deprecated.
- content - Variable in class com.vaadin.client.debug.internal.VDebugWindow
- CONTENT_DISPOSITION - Static variable in class com.vaadin.server.DownloadStream
- CONTENT_PREFORMATTED - Static variable in class com.vaadin.server.UserError
-
Deprecated.As of 7.0, use
AbstractErrorMessage.ContentMode.PREFORMATTED
instead - CONTENT_TEXT - Static variable in class com.vaadin.server.UserError
-
Deprecated.As of 7.0, use
AbstractErrorMessage.ContentMode.TEXT
instead - CONTENT_TYPE_TEXT_HTML_UTF_8 - Static variable in class com.vaadin.shared.ApplicationConstants
-
Content type to use for text/html responses (should always be UTF-8).
- CONTENT_XHTML - Static variable in class com.vaadin.server.UserError
-
Deprecated.As of 7.0, use
AbstractErrorMessage.ContentMode.HTML
instead - contentDescription - Variable in class com.vaadin.shared.ui.window.WindowState
- contentMode - Variable in class com.vaadin.shared.ui.label.LabelState
- ContentMode - Enum in com.vaadin.shared.ui
-
Defines how the client should interpret textual values.
- 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.
- CONTEXT_CLICK - Static variable in interface com.vaadin.shared.EventId
- CONTEXT_CLICK_METHOD - Static variable in class com.vaadin.event.ContextClickEvent
- CONTEXT_MENU - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- CONTEXT_PROTOCOL_PREFIX - Static variable in class com.vaadin.shared.ApplicationConstants
-
An internal protocol used for referencing the application context path.
- CONTEXT_ROOT_URL - Static variable in class com.vaadin.shared.ApplicationConstants
-
Configuration parameter giving the (in some cases relative) URL to the web application context root.
- contextClick(int, String, String, GridConstants.Section, MouseEventDetails) - Method in interface com.vaadin.shared.ui.grid.GridServerRpc
-
Informs the server that a context click has happened inside of Grid.
- contextClick(ContextClickEvent) - Method in interface com.vaadin.event.ContextClickEvent.ContextClickListener
-
Called when the context click happens.
- contextClick(MouseEventDetails) - Method in interface com.vaadin.shared.ContextClickRpc
- ContextClickEvent - Class in com.vaadin.event
-
Context click event fired by a
Component
. - ContextClickEvent(Component, MouseEventDetails) - Constructor for class com.vaadin.event.ContextClickEvent
- ContextClickEvent.ContextClickListener - Interface in com.vaadin.event
-
Listener for
ContextClickEvents
. - ContextClickEvent.ContextClickNotifier - Interface in com.vaadin.event
-
The interface for adding and removing listeners for
ContextClickEvents
. - ContextClickRpc - Interface in com.vaadin.shared
-
Client-to-server RPC interface for context click events.
- contextDestroyed(ServletContextEvent) - Method in class com.vaadin.server.communication.JSR356WebsocketInitializer
- contextInitialized(ServletContextEvent) - Method in class com.vaadin.server.communication.JSR356WebsocketInitializer
- CONTROLLER - com.vaadin.icons.VaadinIcons
- controls - Variable in class com.vaadin.client.debug.internal.VDebugWindow
- Converter<PRESENTATION,MODEL> - Interface in com.vaadin.data
-
Interface that implements conversion between a model and a presentation type.
- ConverterFactory - Interface in com.vaadin.data.converter
-
Creates
Converter
instances capable to handle conversion between a model and a presentation type. - convertFromDate(Date) - Method in class com.vaadin.ui.AbstractDateField
-
Converts
Date
to date typeT
. - convertFromDate(Date) - Method in class com.vaadin.ui.AbstractLocalDateField
- convertFromDate(Date) - Method in class com.vaadin.ui.AbstractLocalDateTimeField
- convertFromDateString(String) - Method in class com.vaadin.ui.AbstractDateField
-
Parses string representation of date range limit into date type.
- convertPrimitiveType(Class<?>) - Static method in class com.vaadin.util.ReflectTools
- convertToDate(LocalDate) - Method in class com.vaadin.ui.AbstractLocalDateField
- convertToDate(LocalDateTime) - Method in class com.vaadin.ui.AbstractLocalDateTimeField
- convertToDate(T) - Method in class com.vaadin.ui.AbstractDateField
-
Converts the object of type
T
toDate
. - convertToDateString(T) - Method in class com.vaadin.ui.AbstractDateField
-
Converts date range limit into string representation.
- convertToModel(String, ValueContext) - Method in class com.vaadin.data.converter.StringToBigDecimalConverter
- convertToModel(String, ValueContext) - Method in class com.vaadin.data.converter.StringToBigIntegerConverter
- convertToModel(String, ValueContext) - Method in class com.vaadin.data.converter.StringToBooleanConverter
- convertToModel(String, ValueContext) - Method in class com.vaadin.data.converter.StringToDateConverter
- convertToModel(String, ValueContext) - Method in class com.vaadin.data.converter.StringToDoubleConverter
- convertToModel(String, ValueContext) - Method in class com.vaadin.data.converter.StringToFloatConverter
- convertToModel(String, ValueContext) - Method in class com.vaadin.data.converter.StringToIntegerConverter
- convertToModel(String, ValueContext) - Method in class com.vaadin.data.converter.StringToLongConverter
- convertToModel(String, ValueContext) - Method in class com.vaadin.data.converter.StringToUuidConverter
- convertToModel(String, ValueContext) - Method in class com.vaadin.ui.declarative.converters.DesignDateConverter
- convertToModel(String, ValueContext) - Method in class com.vaadin.ui.declarative.converters.DesignEnumConverter
- convertToModel(String, ValueContext) - Method in class com.vaadin.ui.declarative.converters.DesignLocalDateConverter
- convertToModel(String, ValueContext) - Method in class com.vaadin.ui.declarative.converters.DesignLocalDateTimeConverter
- convertToModel(String, ValueContext) - Method in class com.vaadin.ui.declarative.converters.DesignObjectConverter
- convertToModel(String, ValueContext) - Method in class com.vaadin.ui.declarative.converters.DesignResourceConverter
- convertToModel(String, ValueContext) - Method in class com.vaadin.ui.declarative.converters.DesignShortcutActionConverter
- convertToModel(String, ValueContext) - Method in class com.vaadin.ui.declarative.converters.DesignTimeZoneConverter
- convertToModel(String, ValueContext) - Method in class com.vaadin.ui.declarative.converters.DesignToStringConverter
- convertToModel(LocalDate, ValueContext) - Method in class com.vaadin.data.converter.LocalDateToDateConverter
- convertToModel(LocalDateTime, ValueContext) - Method in class com.vaadin.data.converter.LocalDateTimeToDateConverter
- convertToModel(Date, ValueContext) - Method in class com.vaadin.data.converter.DateToLongConverter
- convertToModel(Date, ValueContext) - Method in class com.vaadin.data.converter.DateToSqlDateConverter
- convertToModel(PRESENTATION, ValueContext) - Method in interface com.vaadin.data.Converter
-
Converts the given value from model type to presentation type.
- convertToNumber(String, ValueContext) - Method in class com.vaadin.data.converter.AbstractStringToNumberConverter
-
Convert the value to a Number using the given locale and
AbstractStringToNumberConverter.getFormat(Locale)
. - convertToPresentation(ShortcutAction, ValueContext) - Method in class com.vaadin.ui.declarative.converters.DesignShortcutActionConverter
- convertToPresentation(Resource, ValueContext) - Method in class com.vaadin.ui.declarative.converters.DesignResourceConverter
- convertToPresentation(Boolean, ValueContext) - Method in class com.vaadin.data.converter.StringToBooleanConverter
- convertToPresentation(Long, ValueContext) - Method in class com.vaadin.data.converter.DateToLongConverter
- convertToPresentation(Object, ValueContext) - Method in class com.vaadin.ui.declarative.converters.DesignObjectConverter
- convertToPresentation(Date, ValueContext) - Method in class com.vaadin.data.converter.DateToSqlDateConverter
- convertToPresentation(LocalDate, ValueContext) - Method in class com.vaadin.ui.declarative.converters.DesignLocalDateConverter
- convertToPresentation(LocalDateTime, ValueContext) - Method in class com.vaadin.ui.declarative.converters.DesignLocalDateTimeConverter
- convertToPresentation(Date, ValueContext) - Method in class com.vaadin.data.converter.LocalDateTimeToDateConverter
- convertToPresentation(Date, ValueContext) - Method in class com.vaadin.data.converter.LocalDateToDateConverter
- convertToPresentation(Date, ValueContext) - Method in class com.vaadin.data.converter.StringToDateConverter
- convertToPresentation(Date, ValueContext) - Method in class com.vaadin.ui.declarative.converters.DesignDateConverter
- convertToPresentation(TimeZone, ValueContext) - Method in class com.vaadin.ui.declarative.converters.DesignTimeZoneConverter
- convertToPresentation(UUID, ValueContext) - Method in class com.vaadin.data.converter.StringToUuidConverter
- convertToPresentation(MODEL, ValueContext) - Method in interface com.vaadin.data.Converter
-
Converts the given value from presentation type to model type.
- convertToPresentation(T, ValueContext) - Method in class com.vaadin.data.converter.AbstractStringToNumberConverter
- convertToPresentation(T, ValueContext) - Method in class com.vaadin.ui.declarative.converters.DesignEnumConverter
- convertToPresentation(TYPE, ValueContext) - Method in class com.vaadin.ui.declarative.converters.DesignToStringConverter
- cookiesDisabledCaption - Variable in class com.vaadin.server.SystemMessages
- cookiesDisabledMessage - Variable in class com.vaadin.server.SystemMessages
- cookiesDisabledNotificationEnabled - Variable in class com.vaadin.server.SystemMessages
- cookiesDisabledURL - Variable in class com.vaadin.server.SystemMessages
- COPY - com.vaadin.icons.VaadinIcons
- COPY - com.vaadin.server.FontAwesome
-
Deprecated.
- COPY - com.vaadin.shared.ui.dnd.DropEffect
-
A copy of the source item is made at the new location.
- COPY - com.vaadin.shared.ui.dnd.EffectAllowed
-
A copy of the source item may be made at the new location.
- COPY_LINK - com.vaadin.shared.ui.dnd.EffectAllowed
-
A copy or link operation is permitted.
- COPY_MOVE - com.vaadin.shared.ui.dnd.EffectAllowed
-
A copy or move operation is permitted.
- COPY_O - com.vaadin.icons.VaadinIcons
- COPYRIGHT - com.vaadin.icons.VaadinIcons
- COPYRIGHT - com.vaadin.server.FontAwesome
-
Deprecated.
- CORNER_LOWER_LEFT - com.vaadin.icons.VaadinIcons
- CORNER_LOWER_RIGHT - com.vaadin.icons.VaadinIcons
- CORNER_UPPER_LEFT - com.vaadin.icons.VaadinIcons
- CORNER_UPPER_RIGHT - com.vaadin.icons.VaadinIcons
- count(Query<T, F>) - Method in interface com.vaadin.data.provider.CallbackDataProvider.CountCallback
-
Counts the number of available items based on a query.
- create() - Static method in class com.vaadin.client.FastStringMap
- create() - Static method in class com.vaadin.client.FastStringSet
- create(Resource, ClientConnector, String) - Static method in class com.vaadin.server.ResourceReference
- create(Class<T>, ServerConnector) - Static method in class com.vaadin.client.communication.RpcProxy
- create(String) - Static method in interface com.vaadin.osgi.resources.OsgiVaadinResource
- create(String) - Static method in interface com.vaadin.osgi.resources.OsgiVaadinTheme
- create(String) - Static method in interface com.vaadin.osgi.resources.OsgiVaadinWidgetset
- create(String, ErrorLevel) - Static method in interface com.vaadin.data.ValidationResult
-
Creates the validation result with the given
errorMessage
anderrorLevel
. - createAltTextElement() - Method in class com.vaadin.client.ui.VBrowserFrame
- createApplication() - Method in class com.vaadin.server.LegacyApplicationUIProvider
-
Deprecated.
- createBinding(HasValue<FIELDVALUE>, Converter<FIELDVALUE, TARGET>, BindingValidationStatusHandler) - Method in class com.vaadin.data.Binder
-
Creates a new binding with the given field.
- 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() - Method in class com.vaadin.ui.components.grid.Footer.Row
- createCell() - Method in class com.vaadin.ui.components.grid.Header.Row
- createCell() - Method in class com.vaadin.ui.components.grid.StaticSection.StaticRow
-
Creates and returns a new instance of the cell type.
- 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.
- createColumn(ValueProvider<T, V>, ValueProvider<V, P>, AbstractRenderer<? super T, ? super P>) - Method in class com.vaadin.ui.Grid
-
Creates a column instance from a value provider, presentation provider and a renderer.
- createComponent(String, DesignContext) - Method in interface com.vaadin.ui.declarative.Design.ComponentFactory
-
Creates a component based on the fully qualified name derived from the tag name in the design.
- createComponent(String, DesignContext) - Method in class com.vaadin.ui.declarative.Design.DefaultComponentFactory
- 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.
- createConnectorId(ClientConnector) - Method in class com.vaadin.server.VaadinSession
-
Deprecated.As of 7.0. Use
VaadinService.generateConnectorId(VaadinSession, ClientConnector)
instead. - createContent(TextField, PasswordField, Button) - Method in class com.vaadin.ui.LoginForm
-
Create the content for the login form with the supplied user name field, password field and the login button.
- createContent(String, Component) - Static method in class com.vaadin.ui.PopupView
-
Creates a Content from given text representation and popup content.
- createContext(ConstraintViolation<?>) - Method in class com.vaadin.data.validator.BeanValidator
-
Creates a simple message interpolation context based on the given constraint violation.
- createCriticalNotificationJSON(String, String, String, String) - Static method in class com.vaadin.server.VaadinService
-
Creates a JSON message which, when sent to client as-is, will cause a critical error to be shown with the given details.
- 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. - createDeploymentConfiguration() - Method in class com.vaadin.server.VaadinServlet
-
Creates a deployment configuration to be used for the creation of a
VaadinService
. - createDeploymentConfiguration(Properties) - Method in class com.vaadin.server.VaadinServlet
-
Creates a deployment configuration to be used for the creation of a
VaadinService
. - 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 - createEditor() - Method in class com.vaadin.ui.Grid
-
Creates a new Editor instance.
- createElement(Component) - Method in class com.vaadin.ui.declarative.DesignContext
-
Creates an html tree node corresponding to the given element.
- createEqualsFilter(ValueProvider<T, V>, V) - Static method in class com.vaadin.data.provider.InMemoryDataProviderHelpers
-
Creates a predicate that compares equality of the given required value to the value the given value provider obtains.
- createErrorIndicatorElement() - Static method in class com.vaadin.client.WidgetUtil.ErrorUtil
-
Creates an element to use by widgets as an error indicator.
- createEvent(ComponentContainer, MouseEventDetails, Connector) - Static method in class com.vaadin.event.LayoutEvents.LayoutClickEvent
- 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.
- createHierarchyMapper(HierarchicalDataProvider<T, F>) - Method in class com.vaadin.data.provider.HierarchicalDataCommunicator
-
Create new
HierarchyMapper
for the given data provider. - 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
- createInstance(UICreateEvent) - Method in class com.vaadin.server.LegacyApplicationUIProvider
-
Deprecated.
- createInstance(UICreateEvent) - Method in class com.vaadin.server.UIProvider
- createInstance(Class<T>) - Static method in class com.vaadin.util.ReflectTools
-
Creates a instance of the given class with a no-arg constructor.
- createKey() - Method in class com.vaadin.server.KeyMapper
-
Creates a key for a new item.
- createKeyMapper(ValueProvider<T, Object>) - Method in class com.vaadin.data.provider.DataCommunicator
-
Creates a
DataKeyMapper
to use with this DataCommunicator. - createLink() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
- createLink() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- createLocaleData(Locale) - Method in class com.vaadin.server.LocaleService
-
Creates a LocaleData instance for transportation to the client.
- createLoginButton() - Method in class com.vaadin.ui.LoginForm
-
Customize the login button.
- createMenuElement(MenuBar.MenuItem, DesignContext) - Method in class com.vaadin.ui.MenuBar
- 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.
- createModel() - Method in enum com.vaadin.ui.Grid.SelectionMode
-
Creates the selection model to use with this enum.
- createNavigationStateManager(UI) - Method in class com.vaadin.navigator.Navigator
-
Creates a navigation state manager for given UI.
- createNewCell(int, int) - Method in class com.vaadin.client.ui.VGridLayout
-
Creates a new Cell with the given coordinates.
- createNewItem(String) - Method in interface com.vaadin.shared.ui.combobox.ComboBoxServerRpc
-
Create a new item in the combo box.
- 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.
- createPasswordField() - Method in class com.vaadin.ui.LoginForm
-
Customize the password field.
- createProxy(InvokationHandler) - Method in interface com.vaadin.client.metadata.ProxyHandler
- createProxy(InvokationHandler) - Method in class com.vaadin.client.metadata.Type
- createPushHandler(VaadinServletService) - Method in class com.vaadin.server.communication.PushRequestHandler
-
Creates a push handler for this request handler.
- 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
- createRequestHandlers() - Method in class com.vaadin.server.VaadinService
-
Called during initialization to add the request handlers for the service.
- createRequestHandlers() - Method in class com.vaadin.server.VaadinServletService
- 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.
- createRow() - Method in class com.vaadin.ui.components.grid.Footer
- createRow() - Method in class com.vaadin.ui.components.grid.Header
- createRow() - Method in class com.vaadin.ui.components.grid.StaticSection
-
Creates a new row instance.
- createRpc() - Method in class com.vaadin.data.provider.DataCommunicator
-
Creates a
DataRequestRpc
used with thisDataCommunicator
. - createRpcHandler() - Method in class com.vaadin.server.communication.PushHandler
-
Creates the ServerRpcHandler to use.
- createRpcHandler() - Method in class com.vaadin.server.communication.UidlRequestHandler
-
Creates the ServerRpcHandler to use.
- 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
- createServletService() - Method in class com.vaadin.server.VaadinServlet
-
Creates a vaadin servlet service.
- createServletService(DeploymentConfiguration) - Method in class com.vaadin.server.VaadinServlet
-
Creates a vaadin servlet service.
- createSlot(Widget) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
-
Create a slot to be added to the layout.
- createSortingComparator() - Method in class com.vaadin.ui.Grid
-
Creates a comparator for grid to sort rows.
- createSortOrder(Grid.Column<T, ?>, SortDirection) - Method in class com.vaadin.data.provider.GridSortOrderBuilder
- createSortOrder(String, SortDirection) - Method in class com.vaadin.data.provider.QuerySortOrderBuilder
- createSortOrder(V, SortDirection) - Method in class com.vaadin.data.provider.SortOrderBuilder
-
Creates a sort order object with the given parameters.
- createState() - Method in class com.vaadin.client.ui.AbstractConnector
-
Creates a state object with default values for this connector.
- createState() - Method in class com.vaadin.server.AbstractClientConnector
-
Creates the shared state bean to be used in server to client communication.
- 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.
- createTreeGrid() - Method in class com.vaadin.ui.Tree
-
Create inner
TreeGrid
object. - createUnresolvedStatus(Binder.Binding<?, TARGET>) - Static method in class com.vaadin.data.BindingValidationStatus
-
Convenience method for creating a
BindingValidationStatus.Status.UNRESOLVED
validation status for the given binding. - createUnresolvedStatus(Binder<BEAN>) - Static method in class com.vaadin.data.BinderValidationStatus
-
Convenience method for creating a unresolved validation status for the given binder.
- createUsernameField() - Method in class com.vaadin.ui.LoginForm
-
Customize the user name field.
- createVaadinRequest(HttpServletRequest) - Method in class com.vaadin.server.VaadinServlet
-
Creates a Vaadin request for a http servlet request.
- createVaadinSession(VaadinRequest) - Method in class com.vaadin.server.VaadinService
-
Creates a new Vaadin session for this service and request.
- createValueChange(T, boolean) - Method in class com.vaadin.ui.AbstractField
-
Returns a new value change event instance.
- createValueContext() - Method in class com.vaadin.data.Binder.BindingImpl
-
Creates a value context from the current state of the binding and its field.
- createValueProviderFilter(ValueProvider<T, V>, SerializablePredicate<V>) - Static method in class com.vaadin.data.provider.InMemoryDataProviderHelpers
-
Creates a new predicate from the given predicate and value provider.
- 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
- CREATIVE_COMMONS - com.vaadin.server.FontAwesome
-
Deprecated.
- CREDIT_CARD - com.vaadin.icons.VaadinIcons
- CREDIT_CARD - com.vaadin.server.FontAwesome
-
Deprecated.
- CREDIT_CARD_ALT - com.vaadin.server.FontAwesome
-
Deprecated.
- criteria - Variable in class com.vaadin.event.dd.acceptcriteria.And
- criteria - Variable in class com.vaadin.shared.ui.dnd.DropTargetState
-
List of criteria to compare against the payload.
- criteriaMatch - Variable in class com.vaadin.shared.ui.dnd.DropTargetState
-
Declares whether any or all of the given criteria should match the payload.
- criteriaScript - Variable in class com.vaadin.shared.ui.dnd.DropTargetState
-
Criteria script to allow drop event on the element.
- Criterion - Class in com.vaadin.shared.ui.dnd.criteria
-
Stores parameters for the drag and drop acceptance criterion defined using the criteria API.
- Criterion(String, ComparisonOperator, double) - Constructor for class com.vaadin.shared.ui.dnd.criteria.Criterion
-
Creates a criterion object.
- Criterion(String, ComparisonOperator, int) - Constructor for class com.vaadin.shared.ui.dnd.criteria.Criterion
-
Creates a criterion object.
- Criterion(String, String) - Constructor for class com.vaadin.shared.ui.dnd.criteria.Criterion
-
Creates a criterion object with the default comparison operator
ComparisonOperator.EQUALS
. - Criterion.Match - Enum in com.vaadin.shared.ui.dnd.criteria
-
Declares whether all or any of the given criteria should match when compared against the payload.
- CRITICAL - com.vaadin.shared.ui.ErrorLevel
-
Error level for critical messages.
- CRITICAL - Static variable in interface com.vaadin.server.ErrorMessage
-
Deprecated.As of 7.0, use
ErrorLevel.CRITICAL
instead - criticalNotification(VaadinRequest, VaadinResponse, String, String, String, String) - Method in class com.vaadin.server.VaadinService
-
Deprecated.As of 7.0. Will likely change or be removed in a future version
- criticalNotification(VaadinServletRequest, VaadinServletResponse, String, String, String, String) - Method in class com.vaadin.server.VaadinServlet
-
Deprecated.As of 7.0. This method is retained only for backwards compatibility and for GAEVaadinServlet.
- CROP - com.vaadin.icons.VaadinIcons
- CROP - com.vaadin.server.FontAwesome
-
Deprecated.
- CROSS_CUTLERY - com.vaadin.icons.VaadinIcons
- CROSSHAIRS - com.vaadin.icons.VaadinIcons
- CROSSHAIRS - com.vaadin.server.FontAwesome
-
Deprecated.
- CSRF_TOKEN - Static variable in class com.vaadin.shared.ApplicationConstants
-
The name of the parameter used to transmit the CSRF token.
- CSRF_TOKEN_DEFAULT_VALUE - Static variable in class com.vaadin.shared.ApplicationConstants
-
Default value to use in case the security protection is disabled.
- CSRF_TOKEN_PARAMETER - Static variable in class com.vaadin.shared.ApplicationConstants
-
Name of the parameter used to transmit the CSRF token.
- css() - Method in interface com.vaadin.client.debug.internal.theme.DebugWindowStyles
- CSS - com.vaadin.icons.VaadinIcons
- CSS - com.vaadin.shared.ui.grid.HeightMode
-
The height of the Component or Widget is defined by a CSS-like value.
- CSS3 - com.vaadin.server.FontAwesome
-
Deprecated.
- CssLayout - Class in com.vaadin.ui
-
CssLayout is a layout component that can be used in browser environment only.
- CssLayout() - Constructor for class com.vaadin.ui.CssLayout
-
Constructs an empty CssLayout.
- CssLayout(Component...) - Constructor for class com.vaadin.ui.CssLayout
-
Constructs a CssLayout with the given components in the given order.
- CssLayoutConnector - Class in com.vaadin.client.ui.csslayout
-
Connects the server side widget
CssLayout
with the client side counterpartVCssLayout
. - CssLayoutConnector() - Constructor for class com.vaadin.client.ui.csslayout.CssLayoutConnector
- CssLayoutServerRpc - Interface in com.vaadin.shared.ui.csslayout
- CssLayoutState - Class in com.vaadin.shared.ui.csslayout
- CssLayoutState() - Constructor for class com.vaadin.shared.ui.csslayout.CssLayoutState
- 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
- CTRL - com.vaadin.icons.VaadinIcons
- CTRL - Static variable in interface com.vaadin.event.ShortcutAction.ModifierKey
- CTRL_A - com.vaadin.icons.VaadinIcons
- CUBE - com.vaadin.icons.VaadinIcons
- CUBE - com.vaadin.server.FontAwesome
-
Deprecated.
- CUBES - com.vaadin.icons.VaadinIcons
- CUBES - com.vaadin.server.FontAwesome
-
Deprecated.
- CURLY_BRACKETS - com.vaadin.icons.VaadinIcons
- 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.
- CURRENT_LOCALE_SUPPLIER - Static variable in class com.vaadin.data.provider.InMemoryDataProviderHelpers
-
Supplier that attempts to resolve a locale from the current UI.
- currentFilterText - Variable in class com.vaadin.shared.ui.combobox.ComboBoxState
-
Filter string that is currently in use in the suggestion listing.
- CurrentInstance - Class in com.vaadin.util
-
Keeps track of various current instances for the current thread.
- CurrentInstanceFallbackResolver<T> - Interface in com.vaadin.util
-
Fallback that is used to revolve current instances when they are not available by regular means.
- 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.
- CURSOR - com.vaadin.icons.VaadinIcons
- CURSOR_O - com.vaadin.icons.VaadinIcons
- cursorX - Variable in class com.vaadin.shared.ui.colorpicker.ColorPickerGradientState
- cursorY - Variable in class com.vaadin.shared.ui.colorpicker.ColorPickerGradientState
- CustomComponent - Class in com.vaadin.ui
-
Custom component provides a simple implementation of the
Component
interface to allow creating new UI components by composition of existing server-side components. - CustomComponent() - Constructor for class com.vaadin.ui.CustomComponent
-
Constructs a new custom component.
- CustomComponent(Component) - Constructor for class com.vaadin.ui.CustomComponent
-
Constructs a new custom component.
- 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
- CustomComponentState - Class in com.vaadin.shared.customcomponent
-
Shared state for CustomComponent.
- CustomComponentState() - Constructor for class com.vaadin.shared.customcomponent.CustomComponentState
- CustomDropHandler() - Constructor for class com.vaadin.client.ui.VDragAndDropWrapper.CustomDropHandler
- CustomField<T> - Class in com.vaadin.ui
-
A
HasValue
whose UI content can be constructed by the user, enabling the creation of e.g. - CustomField() - Constructor for class com.vaadin.ui.CustomField
-
Constructs a new custom field.
- 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.
- CustomFieldState - Class in com.vaadin.shared.ui.customfield
-
State class for CustomField.
- CustomFieldState() - Constructor for class com.vaadin.shared.ui.customfield.CustomFieldState
- CustomizedSystemMessages - Class in com.vaadin.server
-
Contains the system messages used to notify the user about various critical situations that can occur.
- CustomizedSystemMessages() - Constructor for class com.vaadin.server.CustomizedSystemMessages
- CustomLayout - Class in com.vaadin.ui
-
A container component with freely designed layout and style.
- CustomLayout() - Constructor for class com.vaadin.ui.CustomLayout
-
Default constructor only used by subclasses.
- CustomLayout(InputStream) - Constructor for class com.vaadin.ui.CustomLayout
-
Constructs a custom layout with the template given in the stream.
- CustomLayout(String) - Constructor for class com.vaadin.ui.CustomLayout
-
Constructor for custom layout with given template name.
- CustomLayoutConnector - Class in com.vaadin.client.ui.customlayout
-
A connector class for CustomLayout.
- CustomLayoutConnector() - Constructor for class com.vaadin.client.ui.customlayout.CustomLayoutConnector
- CustomLayoutState - Class in com.vaadin.shared.ui.customlayout
- CustomLayoutState() - Constructor for class com.vaadin.shared.ui.customlayout.CustomLayoutState
- 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.use the default constructor and
VMenuBar.CustomMenuItem.setHTML(String)
andVMenuBar.CustomMenuItem.setCommand(Command)
instead - CustomPopup() - Constructor for class com.vaadin.client.ui.VPopupView.CustomPopup
-
Constructs a popup widget for VPopupView.
- CUT - com.vaadin.server.FontAwesome
-
Deprecated.
- CUTLERY - com.vaadin.icons.VaadinIcons
- CUTLERY - com.vaadin.server.FontAwesome
-
Deprecated.
- 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
- CYAN - Static variable in class com.vaadin.shared.ui.colorpicker.Color
D
- D - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- DASHBOARD - com.vaadin.icons.VaadinIcons
- DASHBOARD - com.vaadin.server.FontAwesome
-
Deprecated.
- DASHCUBE - com.vaadin.server.FontAwesome
-
Deprecated.
- dashSeparatedToCamelCase(String) - Static method in class com.vaadin.shared.util.SharedUtil
-
Converts a dash ("-") separated string into camelCase.
- data - Variable in class com.vaadin.shared.ui.dnd.DragSourceState
-
Used to store data in the
DataTransfer
object for the drag event. - DATA - Static variable in class com.vaadin.shared.data.DataCommunicatorConstants
- DATA_TYPE_TEXT - Static variable in class com.vaadin.shared.ui.dnd.DragSourceState
-
Data type
"text"
for storing data inDataTransfer
object. - DATA_TYPE_TEXT_IE - Static variable in class com.vaadin.shared.ui.dnd.DragSourceState
-
Data type
"Text"
. - DATA_TYPE_TEXT_PLAIN - Static variable in class com.vaadin.shared.ui.dnd.DragSourceState
-
Data type
"text/plain"
for reading data fromDataTransfer
object. - 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
DataAvailableEvent
s. - DATABASE - com.vaadin.icons.VaadinIcons
- DATABASE - com.vaadin.server.FontAwesome
-
Deprecated.
- DataChangeEvent<T> - Class in com.vaadin.data.provider
-
An event fired when the data of a
DataProvider
changes. - DataChangeEvent(DataProvider<T, ?>) - Constructor for class com.vaadin.data.provider.DataChangeEvent
-
Creates a new
DataChangeEvent
event originating from the given data provider. - DataChangeEvent.DataRefreshEvent<T> - Class in com.vaadin.data.provider
-
An event fired when a single item of a
DataProvider
has been updated. - DataChangeHandler - Interface in com.vaadin.client.data
-
Callback interface used by
DataSource
to inform its user about updates to the data. - DataCommunicator<T> - Class in com.vaadin.data.provider
-
DataProvider base class.
- DataCommunicator() - Constructor for class com.vaadin.data.provider.DataCommunicator
- DataCommunicator.ActiveDataHandler - Class in com.vaadin.data.provider
-
A class for handling currently active data and dropping data that is no longer needed.
- DataCommunicator.SimpleDataRequestRpc - Class in com.vaadin.data.provider
-
Simple implementation of collection data provider communication.
- DataCommunicatorClientRpc - Interface in com.vaadin.shared.data
-
RPC interface used by DataProvider to send data to the client-side.
- 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 withDataCommunicator
. - DataCommunicatorConstants - Class in com.vaadin.shared.data
-
Set of contants used by DataCommunicator.
- DataCommunicatorConstants() - Constructor for class com.vaadin.shared.data.DataCommunicatorConstants
- DataCommunicatorState - Class in com.vaadin.shared.extension.datacommunicator
-
Shared state for DataCommunicator.
- DataCommunicatorState() - Constructor for class com.vaadin.shared.extension.datacommunicator.DataCommunicatorState
- DataGenerator<T> - Interface in com.vaadin.data.provider
-
A data generator for
DataCommunicator
. - DataKeyMapper<T> - Interface in com.vaadin.data.provider
-
DataKeyMapper to map data objects to key strings.
- dataProvider - Variable in class com.vaadin.data.provider.DataProviderWrapper
-
The actual data provider behind this wrapper.
- DataProvider<T,F> - Interface in com.vaadin.data.provider
-
A common interface for fetching data from a backend.
- DataProviderListener<T> - Interface in com.vaadin.data.provider
-
Interface for listening for a data change events fired by a
DataProvider
. - DataProviderRpc - Interface in com.vaadin.shared.data
-
RPC interface used for pushing container data to the client.
- DataProviderWrapper<T,F,M> - Class in com.vaadin.data.provider
-
Wrapper class for modifying, chaining and replacing filters and sorting in a query.
- DataProviderWrapper(DataProvider<T, M>) - Constructor for class com.vaadin.data.provider.DataProviderWrapper
-
Constructs a filtering wrapper for a data provider.
- 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
- DataRefreshEvent(DataProvider<T, ?>, T) - Constructor for class com.vaadin.data.provider.DataChangeEvent.DataRefreshEvent
-
Creates a new data refresh event originating from the given data provider.
- 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
- DataRequestRpc - Interface in com.vaadin.shared.data
-
RPC interface used for requesting container data to the client.
- DataSource<T> - Interface in com.vaadin.client.data
-
Source of data for widgets showing lazily loaded data based on indexable items (e.g.
- DataSource.RowHandle<T> - Class in com.vaadin.client.data
- 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_INPUT - com.vaadin.icons.VaadinIcons
- 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
- DateField - Class in com.vaadin.ui
-
A date entry component, which displays the actual date selector as a popup.
- DateField() - Constructor for class com.vaadin.ui.DateField
-
Constructs an empty
DateField
with no caption. - DateField(HasValue.ValueChangeListener<LocalDate>) - Constructor for class com.vaadin.ui.DateField
-
Constructs a new
DateField
with a value change listener. - DateField(String) - Constructor for class com.vaadin.ui.DateField
-
Constructs an empty
DateField
with caption. - DateField(String, HasValue.ValueChangeListener<LocalDate>) - Constructor for class com.vaadin.ui.DateField
-
Constructs a new
DateField
with the given caption and a value change listener. - DateField(String, LocalDate) - Constructor for class com.vaadin.ui.DateField
-
Constructs a new
DateField
with the given caption and initial text contents. - DateField(String, LocalDate, HasValue.ValueChangeListener<LocalDate>) - Constructor for class com.vaadin.ui.DateField
-
Constructs a new
DateField
with the given caption, initial text contents and a value change listener. - DateField(LocalDate) - Constructor for class com.vaadin.ui.DateField
-
Constructs a new
DateField
with initial date value. - DATEFIELD_ALIGN_CENTER - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Align the text inside the field to center.
- DATEFIELD_ALIGN_RIGHT - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Align the text inside the field to the right.
- DATEFIELD_BORDERLESS - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Removes the border and background from the date field.
- DATEFIELD_HUGE - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Huge size date field.
- DATEFIELD_LARGE - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Large size date field.
- DATEFIELD_SMALL - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Small size date field.
- DATEFIELD_TINY - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Tiny size date field.
- 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
- dateFormat - Variable in class com.vaadin.shared.ui.ui.UIState.LocaleData
- DateRangeValidator - Class in com.vaadin.data.validator
-
Validator for validating that a
LocalDate
is inside a given range. - DateRangeValidator(String, LocalDate, LocalDate) - Constructor for class com.vaadin.data.validator.DateRangeValidator
-
Creates a validator for checking that a LocalDate is within a given range.
- DateRenderer - Class in com.vaadin.client.renderers
-
A renderer for rendering dates into cells.
- DateRenderer - Class in com.vaadin.ui.renderers
-
A renderer for presenting date values.
- DateRenderer() - Constructor for class com.vaadin.client.renderers.DateRenderer
-
Constructs a renderer for displaying date data.
- DateRenderer() - Constructor for class com.vaadin.ui.renderers.DateRenderer
-
Creates a new date renderer.
- 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.
- DateRenderer(String) - Constructor for class com.vaadin.ui.renderers.DateRenderer
-
Creates a new date renderer.
- DateRenderer(String, String) - Constructor for class com.vaadin.ui.renderers.DateRenderer
-
Creates a new date renderer.
- DateRenderer(String, Locale) - Constructor for class com.vaadin.ui.renderers.DateRenderer
-
Creates a new date renderer.
- DateRenderer(String, Locale, String) - Constructor for class com.vaadin.ui.renderers.DateRenderer
-
Creates a new date renderer.
- DateRenderer(DateFormat) - Constructor for class com.vaadin.ui.renderers.DateRenderer
-
Creates a new date renderer.
- DateRenderer(DateFormat, String) - Constructor for class com.vaadin.ui.renderers.DateRenderer
-
Creates a new date renderer.
- DateRenderer(Locale) - Constructor for class com.vaadin.ui.renderers.DateRenderer
-
Creates a new date renderer.
- DateRenderer(Locale, String) - Constructor for class com.vaadin.ui.renderers.DateRenderer
-
Creates a new date renderer.
- DateRendererConnector - Class in com.vaadin.client.connectors.grid
-
A connector for
DateRenderer
. - DateRendererConnector() - Constructor for class com.vaadin.client.connectors.grid.DateRendererConnector
- DateRendererState - Class in com.vaadin.shared.ui.grid.renderers
-
Shared state for DateRenderer.
- DateRendererState() - Constructor for class com.vaadin.shared.ui.grid.renderers.DateRendererState
- DateResolution - Enum in com.vaadin.shared.ui.datefield
-
Resolutions for DateFields.
- DateSerializer - Class in com.vaadin.server.communication
-
Server side serializer/deserializer for java.util.Date.
- DateSerializer() - Constructor for class com.vaadin.server.communication.DateSerializer
- dateStyles - Variable in class com.vaadin.shared.ui.datefield.AbstractDateFieldState
-
Map of custom style names that correspond with given dates.
- DateTimeField - Class in com.vaadin.ui
-
A date time entry component, which displays the actual date selector as a popup.
- DateTimeField() - Constructor for class com.vaadin.ui.DateTimeField
-
Constructs an empty
DateTimeField
with no caption. - DateTimeField(HasValue.ValueChangeListener<LocalDateTime>) - Constructor for class com.vaadin.ui.DateTimeField
-
Constructs a new
DateTimeField
with a value change listener. - DateTimeField(String) - Constructor for class com.vaadin.ui.DateTimeField
-
Constructs an empty
DateTimeField
with caption. - DateTimeField(String, HasValue.ValueChangeListener<LocalDateTime>) - Constructor for class com.vaadin.ui.DateTimeField
-
Constructs a new
DateTimeField
with the given caption and a value change listener. - DateTimeField(String, LocalDateTime) - Constructor for class com.vaadin.ui.DateTimeField
-
Constructs a new
DateTimeField
with the given caption and initial text contents. - DateTimeField(String, LocalDateTime, HasValue.ValueChangeListener<LocalDateTime>) - Constructor for class com.vaadin.ui.DateTimeField
-
Constructs a new
DateTimeField
with the given caption, initial text contents and a value change listener. - DateTimeFieldConnector - Class in com.vaadin.client.ui.datefield
-
The client-side connector for AbstractLocalDateTimeField.
- DateTimeFieldConnector() - Constructor for class com.vaadin.client.ui.datefield.DateTimeFieldConnector
- DateTimeRangeValidator - Class in com.vaadin.data.validator
-
Validator for validating that a
LocalDateTime
is inside a given range. - DateTimeRangeValidator(String, LocalDateTime, LocalDateTime) - Constructor for class com.vaadin.data.validator.DateTimeRangeValidator
-
Creates a validator for checking that a
LocalDateTime
is within a given range. - DateTimeResolution - Enum in com.vaadin.shared.ui.datefield
-
Resolutions for DateTimeFields.
- 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.
- DateToLongConverter - Class in com.vaadin.data.converter
- DateToLongConverter() - Constructor for class com.vaadin.data.converter.DateToLongConverter
- DateToSqlDateConverter - Class in com.vaadin.data.converter
- DateToSqlDateConverter() - Constructor for class com.vaadin.data.converter.DateToSqlDateConverter
- DAY - com.vaadin.shared.ui.datefield.DateResolution
- DAY - com.vaadin.shared.ui.datefield.DateTimeResolution
- dayNames - Variable in class com.vaadin.shared.ui.ui.UIState.LocaleData
- 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.
- deactivate() - Method in class com.vaadin.osgi.resources.impl.VaadinResourceTrackerComponent
- 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 inVDebugWindow
. - 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. - DebugWindowClientRpc - Interface in com.vaadin.shared.ui.ui
-
Client RPC methods for the Debug Window.
- DebugWindowServerRpc - Interface in com.vaadin.shared.ui.ui
-
Server RPC methods for the Debug Window.
- DebugWindowStyles - Interface in com.vaadin.client.debug.internal.theme
- DeclarativeStyleGenerator(StyleGenerator<T>) - Constructor for class com.vaadin.ui.ComboBox.DeclarativeStyleGenerator
- 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
- decodeCustomType(Type, JsonValue, ConnectorTracker) - Static method in class com.vaadin.server.JsonCodec
- decodeFromTextNode(String) - Static method in class com.vaadin.ui.declarative.DesignFormatter
-
Decodes HTML entities in a text from text node and replaces them with actual characters.
- decodeInternalOrCustomType(Type, JsonValue, ConnectorTracker) - Static method in class com.vaadin.server.JsonCodec
- decodeInternalType(Type, boolean, JsonValue, ConnectorTracker) - Static method in class com.vaadin.server.JsonCodec
-
Decodes a value that is of an internal type.
- 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.
- DEDENT - com.vaadin.server.FontAwesome
-
Deprecated.
- deEmphasis(boolean) - Method in class com.vaadin.client.ui.VDragAndDropWrapper
- DEFAULT - com.vaadin.shared.ui.BorderStyle
-
A border style that indicates that the default border style should be used.
- DEFAULT - com.vaadin.shared.ui.grid.GridConstants.SidebarColumnOrder
-
Columns in the sidebar are presented in the order they are declared.
- DEFAULT - com.vaadin.shared.ui.MultiSelectMode
-
The default behavior of the multi select mode.
- DEFAULT - com.vaadin.ui.components.grid.MultiSelectionModel.SelectAllCheckBoxVisibility
-
By default select all checkbox depends on the grid's dataprovider.
- DEFAULT - Static variable in interface com.vaadin.data.RequiredFieldConfigurator
-
Default configurator which is combination of
RequiredFieldConfigurator.NOT_NULL
,RequiredFieldConfigurator.NOT_EMPTY
andRequiredFieldConfigurator.SIZE
configurators. - DEFAULT - Static variable in interface com.vaadin.ui.declarative.converters.ShortcutKeyMapper
-
An instance of a default keymapper.
- DEFAULT - Static variable in interface com.vaadin.ui.declarative.ShouldWriteDataDelegate
-
The default delegate implementation that assumes that all component data is provided by a data provider connected to a back end system and that the data should thus not be written.
- DEFAULT_BUFFER_SIZE - Static variable in interface com.vaadin.server.Constants
- DEFAULT_CACHETIME - Static variable in class com.vaadin.server.DownloadStream
-
Default cache time.
- DEFAULT_CANCEL_CAPTION - Static variable in class com.vaadin.shared.ui.grid.GridConstants
-
The default cancel button caption in the editor.
- DEFAULT_CLOSE_IDLE_SESSIONS - Static variable in class com.vaadin.server.DefaultDeploymentConfiguration
-
Default value for
DefaultDeploymentConfiguration.isCloseIdleSessions()
= false . - DEFAULT_COLUMN_WIDTH_PX - Static variable in class com.vaadin.shared.ui.grid.GridConstants
-
Default width for columns.
- DEFAULT_EXPAND_RATIO - Static variable in class com.vaadin.shared.ui.grid.GridConstants
-
Default expand ratio for columns.
- DEFAULT_HEARTBEAT_INTERVAL - Static variable in class com.vaadin.server.DefaultDeploymentConfiguration
-
Default value for
DefaultDeploymentConfiguration.getHeartbeatInterval()
= 300 . - DEFAULT_HEIGHT_BY_ROWS - Static variable in class com.vaadin.shared.ui.grid.GridState
- DEFAULT_ICON - Static variable in class com.vaadin.util.FileTypeResolver
-
Default icon given if no icon is specified for a mime-type.
- DEFAULT_MAX_WIDTH - Static variable in class com.vaadin.shared.ui.grid.GridConstants
-
Default maximum width for columns.
- DEFAULT_MIME_TYPE - Static variable in class com.vaadin.util.FileTypeResolver
-
Default mime-type.
- DEFAULT_MIN_WIDTH - Static variable in class com.vaadin.shared.ui.grid.GridConstants
-
Default minimum width for columns.
- DEFAULT_PADDING - Static variable in class com.vaadin.shared.ui.grid.GridConstants
-
Default padding in pixels when scrolling programmatically, without an explicitly defined padding value.
- DEFAULT_RESOURCE_CACHE_TIME - Static variable in class com.vaadin.server.DefaultDeploymentConfiguration
-
Default value for
DefaultDeploymentConfiguration.getResourceCacheTime()
= 3600 . - DEFAULT_ROWS - Static variable in class com.vaadin.ui.ListSelect
-
Default number of rows visible for select.
- DEFAULT_SAVE_CAPTION - Static variable in class com.vaadin.shared.ui.grid.GridConstants
-
The default save button caption in the editor.
- DEFAULT_SEND_URLS_AS_PARAMETERS - Static variable in class com.vaadin.server.DefaultDeploymentConfiguration
- DEFAULT_STREAMING_PROGRESS_EVENT_INTERVAL_MS - Static variable in class com.vaadin.server.communication.FileUploadHandler
- DEFAULT_SYNC_ID_CHECK - Static variable in class com.vaadin.server.DefaultDeploymentConfiguration
-
Default value for
DefaultDeploymentConfiguration.isSyncIdCheckEnabled()
= true . - DEFAULT_THEME_CACHETIME - Static variable in interface com.vaadin.server.Constants
- DEFAULT_THEME_NAME - Static variable in interface com.vaadin.server.Constants
- DEFAULT_WIDGETSET - Static variable in interface com.vaadin.server.Constants
- 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.
- DefaultComponentFactory() - Constructor for class com.vaadin.ui.declarative.Design.DefaultComponentFactory
- DefaultComponentMapper() - Constructor for class com.vaadin.ui.declarative.Design.DefaultComponentMapper
- 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
- DefaultConverterFactory - Enum in com.vaadin.data.converter
-
Default implementation of
ConverterFactory
, handling all standard converters defined incom.vaadin.flow.data.converters
package. - DefaultDeploymentConfiguration - Class in com.vaadin.server
-
The default implementation of
DeploymentConfiguration
based on a base class for resolving system properties and a set of init parameters. - DefaultDeploymentConfiguration(Class<?>, Properties) - Constructor for class com.vaadin.server.DefaultDeploymentConfiguration
-
Create a new deployment configuration instance.
- 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.
- DefaultErrorHandler - Class in com.vaadin.server
- DefaultErrorHandler() - Constructor for class com.vaadin.server.DefaultErrorHandler
- defaultHeader - Variable in class com.vaadin.shared.ui.grid.SectionState.RowState
-
Whether this row is the default header row.
- DefaultReconnectDialog - Class in com.vaadin.client.communication
-
The default implementation of the reconnect dialog.
- DefaultReconnectDialog() - Constructor for class com.vaadin.client.communication.DefaultReconnectDialog
- DefaultSystemMessagesProvider - Class in com.vaadin.server
-
System messages provider using the built-in default system messages.
- DefaultUIProvider - Class in com.vaadin.server
- DefaultUIProvider() - Constructor for class com.vaadin.server.DefaultUIProvider
- 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 - com.vaadin.shared.ui.Connect.LoadStyle
-
Not included in the initial set of widgets, but added to queue from which it will be loaded when network is not busy or the implementation is required.
- 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.
- defineFallbackResolver(Class<T>, CurrentInstanceFallbackResolver<T>) - Static method in class com.vaadin.util.CurrentInstance
-
Adds a CurrentInstanceFallbackResolver, that is triggered when
CurrentInstance.get(Class)
can't find a suitable instance for the given type parameter. - DEINDENT - com.vaadin.icons.VaadinIcons
- DEL - com.vaadin.icons.VaadinIcons
- DEL_A - com.vaadin.icons.VaadinIcons
- delay - Variable in class com.vaadin.shared.ui.notification.NotificationState
-
The delay in milliseconds before disappearing,
-1
for forever. - DELAY_FOREVER - Static variable in class com.vaadin.client.ui.VNotification
- DELAY_FOREVER - Static variable in class com.vaadin.ui.Notification
- DELAY_NONE - Static variable in class com.vaadin.client.ui.VNotification
- DELAY_NONE - Static variable in class com.vaadin.ui.Notification
- Delayed - Annotation Type in com.vaadin.shared.annotations
-
Invoking a method in a
ServerRpc
interface marked with this annotation will only add the invocation to a queue of outgoing RPC invocations, but it will not cause the queue to be purged and sent to the server. - DELAYED - com.vaadin.client.metadata.TypeDataStore.MethodAttribute
- DelayedCallbackRpc - Interface in com.vaadin.shared.ui
-
Delayed callback RPC interface.
- delayMs - Variable in class com.vaadin.shared.ui.menubar.MenuBarState
- 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
- DelegateToWidget - Annotation Type in com.vaadin.shared.annotations
-
Signals that the property value from a state class should be forwarded to the Widget of the corresponding connector instance.
- DelegateToWidget.Helper - Class in com.vaadin.shared.annotations
-
Internal helper for handling default values in a uniform way both at runtime and during widgetset compilation.
- DELETE - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- DELICIOUS - com.vaadin.server.FontAwesome
-
Deprecated.
- DENTAL_CHAIR - com.vaadin.icons.VaadinIcons
- Dependency - Class in com.vaadin.ui
-
Represents a stylesheet or JavaScript to include on the page.
- Dependency(Dependency.Type, String) - Constructor for class com.vaadin.ui.Dependency
-
Creates a new dependency of the given type, to be loaded from the given URL.
- Dependency.Type - Enum in com.vaadin.ui
-
The type of dependency.
- DependencyFilter - Interface in com.vaadin.server
- DependencyFilter.FilterContext - Class in com.vaadin.server
-
Provides context information for the dependency filter operation.
- 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
- DeploymentConfiguration - Interface in com.vaadin.server
-
A collection of properties configured at deploy time as well as a way of accessing third party properties not explicitly supported by this class.
- desc(Grid.Column<T, ?>) - Static method in class com.vaadin.data.provider.GridSortOrder
-
Creates a new grid sort builder with given sorting using descending sort direction.
- desc(String) - Static method in class com.vaadin.data.provider.QuerySortOrder
-
Creates a new query sort builder with given sorting using descending sort direction.
- desc(String) - Static method in class com.vaadin.data.provider.Sort
-
Creates a new sort builder with given sorting using descending sort direction.
- DESCENDING - com.vaadin.shared.data.sort.SortDirection
-
Descending (e.g.
- DESCENDING - com.vaadin.shared.ui.grid.GridConstants.SidebarColumnOrder
-
Columns in the sidebar are presented in descending alphabetical order.
- description - Variable in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- description - Variable in class com.vaadin.shared.AbstractComponentState
- description - Variable in class com.vaadin.shared.ui.grid.SectionState.CellState
-
The tooltip for the cell
- description - Variable in class com.vaadin.shared.ui.notification.NotificationState
-
The description, can be
null
. - description - Variable in class com.vaadin.shared.ui.tabsheet.TabState
- DESCRIPTION - Static variable in class com.vaadin.client.ui.VNotification
- DESCRIPTION_FOR_ASSISTIVE_DEVICES - Static variable in class com.vaadin.shared.ui.datefield.TextualDateFieldState
- descriptionContentMode - Variable in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- descriptionContentMode - Variable in class com.vaadin.shared.AbstractComponentState
- descriptionContentMode - Variable in class com.vaadin.shared.ui.grid.SectionState.CellState
-
The content mode for the tooltip for the cell
- descriptionContentMode - Variable in class com.vaadin.shared.ui.tabsheet.TabState
- descriptionForAssistiveDevices - Variable in class com.vaadin.shared.ui.datefield.TextualDateFieldState
- DescriptionGenerator<T> - Interface in com.vaadin.ui.components.grid
-
Deprecated.as of 8.2, use the DescriptionGenerator found in package com.vaadin.ui instead.
- DescriptionGenerator<T> - Interface in com.vaadin.ui
-
A callback interface for generating description texts for an item.
- 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(String) - Method in interface com.vaadin.shared.data.selection.SelectionServerRpc
-
Deselects an item based on its key.
- deselect(Set<T>, boolean) - Method in class com.vaadin.ui.AbstractMultiSelect
-
Removes the given items.
- 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.
- deselect(T) - Method in interface com.vaadin.data.SelectionModel
-
Deselects the given item.
- deselect(T) - Method in interface com.vaadin.data.SelectionModel.Multi
- deselect(T) - Method in class com.vaadin.ui.components.grid.GridMultiSelect
-
Selects the given item.
- deselect(T) - Method in class com.vaadin.ui.components.grid.GridSingleSelect
-
Selects the given item.
- deselect(T) - Method in class com.vaadin.ui.components.grid.NoSelectionModel
- deselect(T) - Method in class com.vaadin.ui.components.grid.SingleSelectionModelImpl
- deselect(T) - Method in class com.vaadin.ui.Grid
-
This method is a shorthand that delegates to the currently set selection model.
- deselect(T) - Method in class com.vaadin.ui.Tree
-
This method is a shorthand that delegates to the currently set selection model.
- deselect(T...) - Method in interface com.vaadin.ui.MultiSelect
-
Removes the given items from the set of currently selected items.
- deselect(T, boolean) - Method in class com.vaadin.ui.AbstractMultiSelect
-
Deselects the given item.
- 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.
- deselectAll() - Method in interface com.vaadin.data.SelectionModel
-
Deselects all currently selected items, if any.
- deselectAll() - Method in interface com.vaadin.data.SelectionModel.Single
- deselectAll() - Method in interface com.vaadin.shared.data.selection.GridMultiSelectServerRpc
-
All rows in grid have been deselected with the select all checkbox in header.
- deselectAll() - Method in class com.vaadin.ui.AbstractMultiSelect
- deselectAll() - Method in class com.vaadin.ui.components.grid.GridMultiSelect
-
Deselects all currently selected items, if any.
- deselectAll() - Method in class com.vaadin.ui.components.grid.GridSingleSelect
-
Deselects all currently selected items, if any.
- deselectAll() - Method in class com.vaadin.ui.components.grid.MultiSelectionModelImpl
- deselectAll() - Method in class com.vaadin.ui.components.grid.NoSelectionModel
- deselectAll() - Method in class com.vaadin.ui.Grid
-
This method is a shorthand that delegates to the currently set selection model.
- deselectAll() - Method in interface com.vaadin.ui.MultiSelect
-
Deselects all currently selected items.
- deselectAllowed - Variable in class com.vaadin.shared.ui.grid.SingleSelectionModelState
- deselectItems(T...) - Method in interface com.vaadin.data.SelectionModel.Multi
-
Removes the given items from the set of currently selected items.
- deselectItems(T...) - Method in class com.vaadin.ui.components.grid.GridMultiSelect
-
Removes the given items from the set of currently selected items.
- 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
- deserialize(Type, JsonValue, ConnectorTracker) - Method in class com.vaadin.server.communication.DateSerializer
- deserialize(Type, JsonValue, ConnectorTracker) - Method in interface com.vaadin.server.communication.JSONSerializer
-
Creates and deserializes an object received from the client.
- deSerialize(String) - Static method in class com.vaadin.shared.MouseEventDetails
- deserializeDeclarativeRepresentation(String) - Method in class com.vaadin.ui.AbstractListing
-
Deserializes a string to a data item.
- deserializeDeclarativeRepresentation(String) - Method in class com.vaadin.ui.Grid
- deserializeDeclarativeRepresentation(String) - Method in class com.vaadin.ui.Tree
-
Deserializes a string to a data item.
- Design - Class in com.vaadin.ui.declarative
-
Design is used for reading a component hierarchy from an html string or input stream and, conversely, for writing an html representation corresponding to a given component hierarchy.
- DESIGN_ATTR_PLAIN_TEXT - Static variable in class com.vaadin.ui.AbstractComponent
- Design.ComponentFactory - Interface in com.vaadin.ui.declarative
-
Callback for creating instances of a given component class when reading designs.
- Design.ComponentMapper - Interface in com.vaadin.ui.declarative
-
Delegate for handling the mapping between tag names and component instances.
- Design.DefaultComponentFactory - Class in com.vaadin.ui.declarative
-
Default implementation of
Design.ComponentFactory
, usingClass.forName(className).newInstance()
for finding the component class and creating a component instance. - Design.DefaultComponentMapper - Class in com.vaadin.ui.declarative
-
Default implementation of
Design.ComponentMapper
. - DesignAttributeHandler - Class in com.vaadin.ui.declarative
-
Default attribute handler implementation used when parsing designs to component trees.
- DesignContext - Class in com.vaadin.ui.declarative
-
This class contains contextual information that is collected when a component tree is constructed based on HTML design template.
- DesignContext() - Constructor for class com.vaadin.ui.declarative.DesignContext
- DesignContext(Document) - Constructor for class com.vaadin.ui.declarative.DesignContext
- DesignContext.ComponentCreatedEvent - Class in com.vaadin.ui.declarative
-
Component creation event that is fired when a component is created in the.
- DesignContext.ComponentCreationListener - Interface in com.vaadin.ui.declarative
-
Interface to be implemented by component creation listeners.
- DesignDateConverter - Class in com.vaadin.ui.declarative.converters
-
A date converter to be used by
DesignAttributeHandler
. - DesignDateConverter() - Constructor for class com.vaadin.ui.declarative.converters.DesignDateConverter
- DesignEnumConverter<T extends Enum> - Class in com.vaadin.ui.declarative.converters
-
An converter for Enum to/from String for
DesignAttributeHandler
to use internally. - DesignEnumConverter(Class<T>) - Constructor for class com.vaadin.ui.declarative.converters.DesignEnumConverter
-
Creates a converter for the given enum type.
- DesignException - Exception in com.vaadin.ui.declarative
- DesignException() - Constructor for exception com.vaadin.ui.declarative.DesignException
- DesignException(String) - Constructor for exception com.vaadin.ui.declarative.DesignException
- DesignException(String, Throwable) - Constructor for exception com.vaadin.ui.declarative.DesignException
- DesignFormatter - Class in com.vaadin.ui.declarative
-
Class focused on flexible and consistent formatting and parsing of different values throughout reading and writing
Design
. - DesignFormatter() - Constructor for class com.vaadin.ui.declarative.DesignFormatter
-
Creates the formatter with default types already mapped.
- DesignLocalDateConverter - Class in com.vaadin.ui.declarative.converters
-
A
LocalDate
converter to be used byDesignAttributeHandler
. - DesignLocalDateConverter() - Constructor for class com.vaadin.ui.declarative.converters.DesignLocalDateConverter
- DesignLocalDateTimeConverter - Class in com.vaadin.ui.declarative.converters
-
A
LocalDate
converter to be used byDesignAttributeHandler
. - DesignLocalDateTimeConverter() - Constructor for class com.vaadin.ui.declarative.converters.DesignLocalDateTimeConverter
- DesignObjectConverter - Class in com.vaadin.ui.declarative.converters
-
An converter for Object to/from String for
DesignAttributeHandler
to use internally. - DesignObjectConverter() - Constructor for class com.vaadin.ui.declarative.converters.DesignObjectConverter
- DesignResourceConverter - Class in com.vaadin.ui.declarative.converters
-
A converter for
Resource
implementations supported byDesignAttributeHandler
. - DesignResourceConverter() - Constructor for class com.vaadin.ui.declarative.converters.DesignResourceConverter
- DesignRoot - Annotation Type in com.vaadin.annotations
-
Marks the component as the root of a design (html) file.
- DesignShortcutActionConverter - Class in com.vaadin.ui.declarative.converters
-
Converter for
ShortcutActions
. - DesignShortcutActionConverter() - Constructor for class com.vaadin.ui.declarative.converters.DesignShortcutActionConverter
- DesignTimeZoneConverter - Class in com.vaadin.ui.declarative.converters
-
Utility class for
DesignAttributeHandler
that deals with converting various TimeZones to string. - DesignTimeZoneConverter() - Constructor for class com.vaadin.ui.declarative.converters.DesignTimeZoneConverter
- DesignToStringConverter<TYPE> - Class in com.vaadin.ui.declarative.converters
-
Utility class for
DesignAttributeHandler
that deals with converting various types to string. - DesignToStringConverter(Class<? extends TYPE>) - Constructor for class com.vaadin.ui.declarative.converters.DesignToStringConverter
-
Constructs the converter for a given type.
- DesignToStringConverter(Class<? extends TYPE>, String) - Constructor for class com.vaadin.ui.declarative.converters.DesignToStringConverter
-
Constructs the converter for a given type, giving the name of the public static method that does the conversion from String.
- DESKTOP - com.vaadin.icons.VaadinIcons
- DESKTOP - com.vaadin.server.FontAwesome
-
Deprecated.
- 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() - Method in class com.vaadin.navigator.Navigator
-
Creates view change event for given
view
,viewName
andparameters
. - destroy() - Method in class com.vaadin.server.communication.PushRequestHandler
- destroy() - Method in class com.vaadin.server.VaadinService
-
Called when the servlet, portlet or similar for this service is being destroyed.
- destroy() - Method in class com.vaadin.server.VaadinServlet
- 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.
- destroyAllData() - Method in class com.vaadin.data.provider.DataCommunicator.ActiveDataHandler
- destroyAllData() - Method in interface com.vaadin.data.provider.DataGenerator
-
Informs the
DataGenerator
that all data has been dropped. - destroyAllData() - Method in class com.vaadin.data.provider.HierarchyMapper
- destroyAllData() - Method in class com.vaadin.ui.components.grid.AbstractSelectionModel
- destroyAllData() - Method in class com.vaadin.ui.Tree.TreeRenderer
- destroyData(T) - Method in class com.vaadin.data.provider.DataCommunicator.ActiveDataHandler
- destroyData(T) - Method in interface com.vaadin.data.provider.DataGenerator
-
Informs the
DataGenerator
that the given data item has been dropped and is no longer needed. - destroyData(T) - Method in class com.vaadin.data.provider.HierarchyMapper
- destroyData(T) - Method in class com.vaadin.ui.Grid.DetailsManager
- destroyData(T) - Method in class com.vaadin.ui.Tree.TreeRenderer
- detach() - Method in class com.vaadin.data.provider.DataCommunicator
- detach() - Method in class com.vaadin.server.AbstractClientConnector
-
Notifies the connector that it is detached from its VaadinSession.
- detach() - Method in class com.vaadin.server.BrowserWindowOpener
- detach() - Method in interface com.vaadin.server.ClientConnector
-
Notifies the connector that it is detached from its VaadinSession.
- detach() - Method in class com.vaadin.server.DragAndDropService
-
Deprecated.
- detach() - Method in class com.vaadin.ui.AbstractComponent
- detach() - Method in class com.vaadin.ui.ComboBox
- detach() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerHistory
- detach() - Method in class com.vaadin.ui.PopupView
- detach() - Method in class com.vaadin.ui.UI
-
Called before the UI is removed from the session.
- detach(ClientConnector.DetachEvent) - Method in interface com.vaadin.server.ClientConnector.DetachListener
-
Called when a DetachListener is notified of a DetachEvent.
- DETACH_EVENT_IDENTIFIER - Static variable in class com.vaadin.server.ClientConnector.DetachEvent
- 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.
- DetachEvent(ClientConnector) - Constructor for class com.vaadin.server.ClientConnector.DetachEvent
- detachMethod - Static variable in interface com.vaadin.server.ClientConnector.DetachListener
- detachMethod - Static variable in interface com.vaadin.ui.HasComponents.ComponentDetachListener
- 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.
- DetailsGenerator<T> - Interface in com.vaadin.ui.components.grid
-
A callback interface for generating details for a particular row in Grid.
- DetailsManager() - Constructor for class com.vaadin.ui.Grid.DetailsManager
- 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
- DetailsManagerState - Class in com.vaadin.shared.ui.grid
-
Shared state for DetailsManager extension.
- DetailsManagerState() - Constructor for class com.vaadin.shared.ui.grid.DetailsManagerState
- detailsRefreshed(boolean) - Method in class com.vaadin.client.connectors.grid.GridConnector
-
Method called for a row details refresh.
- DEVIANTART - com.vaadin.server.FontAwesome
-
Deprecated.
- DEVMODE_OFF - com.vaadin.client.debug.internal.Icon
- DEVMODE_ON - com.vaadin.client.debug.internal.Icon
- DEVMODE_SUPER - com.vaadin.client.debug.internal.Icon
- DIALOG - com.vaadin.shared.ui.window.WindowRole
- dialogGracePeriod - Variable in class com.vaadin.shared.ui.ui.UIState.ReconnectDialogConfigurationState
- dialogModal - Variable in class com.vaadin.shared.ui.ui.UIState.ReconnectDialogConfigurationState
- dialogText - Variable in class com.vaadin.shared.ui.ui.UIState.ReconnectDialogConfigurationState
- dialogTextGaveUp - Variable in class com.vaadin.shared.ui.ui.UIState.ReconnectDialogConfigurationState
- DIAMOND - com.vaadin.icons.VaadinIcons
- DIAMOND - com.vaadin.server.FontAwesome
-
Deprecated.
- DIAMOND_O - com.vaadin.icons.VaadinIcons
- DiffJSONSerializer<T> - Interface in com.vaadin.client.communication
- DIGG - com.vaadin.server.FontAwesome
-
Deprecated.
- DIPLOMA - com.vaadin.icons.VaadinIcons
- DIPLOMA_SCROLL - com.vaadin.icons.VaadinIcons
- 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 - com.vaadin.shared.communication.PushMode
-
Push is disabled.
- 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.
- disableOnClick - Variable in class com.vaadin.shared.ui.button.ButtonState
- disableOnClick() - Method in interface com.vaadin.shared.ui.button.ButtonServerRpc
-
Indicate to the server that the client has disabled the button as a result of a click.
- 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.
- DISC - com.vaadin.icons.VaadinIcons
- disconnect() - Method in class com.vaadin.server.communication.AtmospherePushConnection
- disconnect() - Method in interface com.vaadin.server.communication.PushConnection
-
Closes the connection.
- 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.
- DISCONNECTED - com.vaadin.server.communication.AtmospherePushConnection.State
-
Not connected.
- 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
- display - Variable in class com.vaadin.navigator.Navigator
-
The
ViewDisplay
used by the Navigator. - disposeStreamVariable() - Method in interface com.vaadin.server.StreamVariable.StreamingStartEvent
-
The owner of the StreamVariable can call this method to inform the terminal implementation that this StreamVariable will not be used to accept more post.
- doAttachChildren() - Method in class com.vaadin.client.widgets.Grid
- doClose() - Method in class com.vaadin.ui.components.grid.EditorImpl
-
Handles clean up for closing the Editor.
- doCollapse(T, Optional<Integer>) - Method in class com.vaadin.data.provider.HierarchicalDataCommunicator
-
Deprecated.
- doCollapse(T, Optional<Integer>) - Method in class com.vaadin.data.provider.HierarchyMapper
-
Deprecated.Use
HierarchyMapper.collapse(Object, Integer)
instead. - doCreateBinding(HasValue<FIELDVALUE>, Converter<FIELDVALUE, TARGET>, BindingValidationStatusHandler) - Method in class com.vaadin.data.Binder
- DOCTOR - com.vaadin.icons.VaadinIcons
- DOCTOR_BRIEFCASE - com.vaadin.icons.VaadinIcons
- doDefault(ErrorEvent) - Static method in class com.vaadin.server.DefaultErrorHandler
- 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.
- doEdit(T) - Method in class com.vaadin.ui.components.grid.EditorImpl
-
Handles editor component generation and adding them to the hierarchy of the Grid.
- doExpand(T, Optional<Integer>) - Method in class com.vaadin.data.provider.HierarchicalDataCommunicator
-
Deprecated.
- doExpand(T, Optional<Integer>) - Method in class com.vaadin.data.provider.HierarchyMapper
-
Deprecated.Use
HierarchyMapper.expand(Object, Integer)
instead. - 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
- doHandleSimpleMultipartFileUpload(VaadinSession, VaadinRequest, VaadinResponse, StreamVariable, String, ClientConnector, String) - Method in class com.vaadin.server.communication.FileUploadHandler
-
Method used to stream content from a multipart request (either from servlet or portlet request) to given StreamVariable.
- doHandleXhrFilePost(VaadinSession, VaadinRequest, VaadinResponse, StreamVariable, String, ClientConnector, long) - Method in class com.vaadin.server.communication.FileUploadHandler
-
Used to stream plain file post (aka XHR2.post(File))
- doInit(VaadinRequest, int, String) - Method in class com.vaadin.ui.UI
-
Internal initialization method, should not be overridden.
- 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.
- doInit(URL) - Method in class com.vaadin.server.LegacyApplication
-
Deprecated.
- doItemAction(MenuItem, boolean) - Method in class com.vaadin.client.ui.menubar.MenuBar
-
Deprecated.Performs the action associated with the given menu item.
- DOLLAR - com.vaadin.icons.VaadinIcons
- DOLLAR - com.vaadin.server.FontAwesome
-
Deprecated.
- doReadDesign(Element, DesignContext) - Method in class com.vaadin.ui.AbstractListing
-
Reads the listing specific state from the given design.
- doReadDesign(Element, DesignContext) - Method in class com.vaadin.ui.Grid
- doReadDesign(Element, DesignContext) - Method in class com.vaadin.ui.TreeGrid
- 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.
- doRefresh(VaadinRequest) - Method in class com.vaadin.ui.UI
-
Internal reinitialization method, should not be overridden.
- 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
- doSetCacheTime(VaadinResponse, long) - Static method in class com.vaadin.server.VaadinServletResponse
-
Perform the logic of
VaadinServletResponse.setCacheTime(long)
. - 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.
- doSetSelected(T) - Method in class com.vaadin.ui.components.grid.SingleSelectionModelImpl
-
Sets the selected item.
- doSetValue(Color) - Method in class com.vaadin.ui.AbstractColorPicker
- doSetValue(Color) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerGradient
- doSetValue(Color) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerGrid
- doSetValue(Color) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerHistory
- doSetValue(Color) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerSelect
- doSetValue(Boolean) - Method in class com.vaadin.ui.CheckBox
- doSetValue(Double) - Method in class com.vaadin.ui.Slider
- doSetValue(String) - Method in class com.vaadin.ui.AbstractTextField
- doSetValue(String) - Method in class com.vaadin.ui.RichTextArea
- doSetValue(T) - Method in class com.vaadin.ui.AbstractDateField
- doSetValue(T) - Method in class com.vaadin.ui.AbstractField
-
Sets the value of this field.
- DOT_CIRCLE - com.vaadin.icons.VaadinIcons
- DOT_CIRCLE_O - com.vaadin.server.FontAwesome
-
Deprecated.
- DOUBLE - com.vaadin.shared.ui.dnd.criteria.Payload.ValueType
- doubleClick(MouseEvents.DoubleClickEvent) - Method in interface com.vaadin.event.MouseEvents.DoubleClickListener
-
Called when a
Component
has been double clicked. - DoubleClickEvent(Component) - Constructor for class com.vaadin.event.MouseEvents.DoubleClickEvent
- DoubleClickListBox() - Constructor for class com.vaadin.client.ui.VTwinColSelect.DoubleClickListBox
-
Constructs a new DoubleClickListBox.
- doubleClickMethod - Static variable in interface com.vaadin.event.MouseEvents.DoubleClickListener
- DoubleRangeValidator - Class in com.vaadin.data.validator
-
Validator for validating that a
Double
is inside a given range. - DoubleRangeValidator(String, Double, Double) - Constructor for class com.vaadin.data.validator.DoubleRangeValidator
-
Creates a validator for checking that an Double is within a given range.
- DOWN - com.vaadin.client.widget.grid.DefaultEditorEventHandler.CursorMoveDelta
- DOWNLOAD - com.vaadin.icons.VaadinIcons
- DOWNLOAD - com.vaadin.server.FontAwesome
-
Deprecated.
- DOWNLOAD_ALT - com.vaadin.icons.VaadinIcons
- DownloadStream - Class in com.vaadin.server
-
Downloadable stream.
- DownloadStream(InputStream, String, String) - Constructor for class com.vaadin.server.DownloadStream
-
Creates a new instance of DownloadStream.
- doWriteDesign(Element, DesignContext) - Method in class com.vaadin.ui.AbstractListing
-
Writes listing specific state into the given design.
- doWriteDesign(Element, DesignContext) - Method in class com.vaadin.ui.Grid
- doWriteDesign(Element, DesignContext) - Method in class com.vaadin.ui.TreeGrid
- DRAG_AND_DROP_CONNECTOR_ID - Static variable in class com.vaadin.shared.ApplicationConstants
-
Deprecated.
- DRAG_AND_DROP_WRAPPER_NO_BOX_DRAG_HINTS - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Hide the "box drag hints" (i.e.
- DRAG_AND_DROP_WRAPPER_NO_HORIZONTAL_DRAG_HINTS - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Hide the "horizontal drag hints" (i.e.
- DRAG_AND_DROP_WRAPPER_NO_VERTICAL_DRAG_HINTS - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Hide the "vertical drag hints" (i.e.
- DRAG_END_METHOD - Static variable in interface com.vaadin.ui.components.grid.GridDragEndListener
- DRAG_START_COMPONENT_ATTRIBUTE - Static variable in class com.vaadin.shared.ui.draganddropwrapper.DragAndDropWrapperConstants
-
Deprecated.
- DRAG_START_METHOD - Static variable in interface com.vaadin.ui.components.grid.GridDragStartListener
- DRAG_START_MODE - Static variable in class com.vaadin.shared.ui.draganddropwrapper.DragAndDropWrapperConstants
-
Deprecated.
- 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
- DragAndDropEvent - Class in com.vaadin.event.dd
-
Deprecated.Replaced in 8.1 by
DropEvent
- DragAndDropEvent(Transferable, TargetDetails) - Constructor for class com.vaadin.event.dd.DragAndDropEvent
-
Deprecated.
- 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.
- DragAndDropService - Class in com.vaadin.server
-
Deprecated.Since 8.1, no direct replacement, see
DragSourceExtension
andDropTargetExtension
. - DragAndDropService(VaadinSession) - Constructor for class com.vaadin.server.DragAndDropService
-
Deprecated.
- DragAndDropWrapper - Class in com.vaadin.ui
-
Deprecated.Replaced in 8.1 with
DragSourceExtension
andDropTargetExtension
. - DragAndDropWrapper() - Constructor for class com.vaadin.ui.DragAndDropWrapper
-
Deprecated.
- DragAndDropWrapper(Component) - Constructor for class com.vaadin.ui.DragAndDropWrapper
-
Deprecated.Wraps given component in a
DragAndDropWrapper
. - DragAndDropWrapper.DragStartMode - Enum in com.vaadin.ui
-
Deprecated.
- DragAndDropWrapper.WrapperTargetDetails - Class in com.vaadin.ui
-
Deprecated.
- DragAndDropWrapper.WrapperTransferable - Class in com.vaadin.ui
-
Deprecated.Since 8.1, will be replaced by FileDropTargetExtension and FileDropEvent, https://github.com/vaadin/framework/issues/8891
- DragAndDropWrapperConnector - Class in com.vaadin.client.ui.draganddropwrapper
-
Deprecated.Replaced in 8.1 with
DragSourceExtensionConnector
andDropTargetExtensionConnector
. - DragAndDropWrapperConnector() - Constructor for class com.vaadin.client.ui.draganddropwrapper.DragAndDropWrapperConnector
-
Deprecated.
- DragAndDropWrapperConstants - Class in com.vaadin.shared.ui.draganddropwrapper
-
Deprecated.
- DragAndDropWrapperConstants() - Constructor for class com.vaadin.shared.ui.draganddropwrapper.DragAndDropWrapperConstants
-
Deprecated.
- DragAndDropWrapperServerRpc - Interface in com.vaadin.shared.ui.draganddropwrapper
-
RPC interface for calls from client to server.
- DragAndDropWrapperState - Class in com.vaadin.shared.ui.draganddropwrapper
-
Shared state for DragAndDropWrapper.
- DragAndDropWrapperState() - Constructor for class com.vaadin.shared.ui.draganddropwrapper.DragAndDropWrapperState
- dragEnd(DropEffect) - Method in interface com.vaadin.shared.ui.dnd.DragSourceRpc
-
Called when dragend event happens on client side.
- dragEnd(DropEffect, List<String>) - Method in interface com.vaadin.shared.ui.grid.GridDragSourceRpc
-
Called when dragend event happens on client side.
- dragEnd(GridDragEndEvent<T>) - Method in interface com.vaadin.ui.components.grid.GridDragEndListener
-
Invoked when the user has dropped the dragged grid rows, or canceled the drag.
- dragEnd(DragEndEvent<T>) - Method in interface com.vaadin.ui.dnd.event.DragEndListener
-
Called when dragend event is fired.
- DRAGEND_METHOD - Static variable in interface com.vaadin.ui.dnd.event.DragEndListener
- DragEndEvent<T extends AbstractComponent> - Class in com.vaadin.ui.dnd.event
-
HTML5 drag end event.
- DragEndEvent(T, DropEffect) - Constructor for class com.vaadin.ui.dnd.event.DragEndEvent
-
Creates a drag end event.
- DragEndListener<T extends AbstractComponent> - Interface in com.vaadin.ui.dnd.event
-
Interface to be implemented when creating a dragend listener on a drag source for HTML5 drag and drop.
- 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
- DragEventType - Enum in com.vaadin.shared.ui.dd
- draggable - Variable in class com.vaadin.shared.ui.window.WindowState
- 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
- DragSource - Interface in com.vaadin.event.dd
-
Deprecated.Replaced in 8.1 by
DragSourceExtension
- DragSourceExtension<T extends AbstractComponent> - Class in com.vaadin.ui.dnd
-
Extension to make a component drag source for HTML5 drag and drop functionality.
- DragSourceExtension(T) - Constructor for class com.vaadin.ui.dnd.DragSourceExtension
-
Extends
target
component and makes it a drag source. - 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
- DragSourceRpc - Interface in com.vaadin.shared.ui.dnd
-
RPC for firing server side event when client side dragstart event happens on drag source.
- DragSourceState - Class in com.vaadin.shared.ui.dnd
-
State class containing parameters for DragSourceExtension.
- DragSourceState() - Constructor for class com.vaadin.shared.ui.dnd.DragSourceState
- dragStart() - Method in interface com.vaadin.shared.ui.dnd.DragSourceRpc
-
Called when dragstart event happens on client side.
- dragStart(GridDragStartEvent<T>) - Method in interface com.vaadin.ui.components.grid.GridDragStartListener
-
Invoked when the user has started dragging grid's rows.
- dragStart(DragStartEvent<T>) - Method in interface com.vaadin.ui.dnd.event.DragStartListener
-
Called when dragstart event is fired.
- dragStart(List<String>) - Method in interface com.vaadin.shared.ui.grid.GridDragSourceRpc
-
Called when dragstart event happens on client side.
- DRAGSTART_METHOD - Static variable in interface com.vaadin.ui.dnd.event.DragStartListener
- DragStartEvent<T extends AbstractComponent> - Class in com.vaadin.ui.dnd.event
-
HTML5 drag start event.
- DragStartEvent(T, EffectAllowed) - Constructor for class com.vaadin.ui.dnd.event.DragStartEvent
-
Creates a drag start event.
- DragStartListener<T extends AbstractComponent> - Interface in com.vaadin.ui.dnd.event
-
Interface to be implemented when creating a dragstart listener on a drag source for HTML5 drag and drop.
- dragStartMode - Variable in class com.vaadin.client.ui.VDragAndDropWrapper
-
For internal use only.
- DRIBBBLE - com.vaadin.server.FontAwesome
-
Deprecated.
- 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 ifAcceptCriterion
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
- drop(DragAndDropEvent) - Method in interface com.vaadin.event.dd.DropHandler
-
Deprecated.Drop method is called when the end user has finished the drag operation on a
DropTarget
andDragAndDropEvent
has passedAcceptCriterion
defined byDropHandler.getAcceptCriterion()
method. - drop(GridDropEvent<T>) - Method in interface com.vaadin.ui.components.grid.GridDropListener
-
Called when drop event is fired on a Grid row.
- drop(TreeGridDropEvent<T>) - Method in interface com.vaadin.ui.components.grid.TreeGridDropListener
-
Called when drop event is fired on a Grid row.
- drop(DropEvent<T>) - Method in interface com.vaadin.ui.dnd.event.DropListener
-
Called when drop event is fired.
- drop(FileDropEvent<T>) - Method in interface com.vaadin.ui.dnd.FileDropHandler
-
Handles the drop event.
- drop(List<String>, Map<String, String>, String, MouseEventDetails) - Method in interface com.vaadin.shared.ui.dnd.DropTargetRpc
-
Called when drop event happens on client side.
- drop(List<String>, Map<String, String>, String, String, DropLocation, MouseEventDetails) - Method in interface com.vaadin.shared.ui.grid.GridDropTargetRpc
-
Called when drop event happens on client side.
- drop(List<String>, Map<String, String>, String, String, Integer, Boolean, DropLocation, MouseEventDetails) - Method in interface com.vaadin.shared.ui.treegrid.TreeGridDropTargetRpc
-
Called when drop event happens on client side.
- drop(Map<String, FileParameters>) - Method in interface com.vaadin.shared.ui.dnd.FileDropTargetRpc
-
Called when files are dropped onto the file drop target.
- DROP - com.vaadin.icons.VaadinIcons
- DROP - com.vaadin.shared.ui.dd.DragEventType
- DROP_METHOD - Static variable in interface com.vaadin.ui.components.grid.GridDropListener
- DROP_METHOD - Static variable in interface com.vaadin.ui.components.grid.TreeGridDropListener
- DROP_METHOD - Static variable in interface com.vaadin.ui.dnd.event.DropListener
- dropActiveData(String) - Method in class com.vaadin.data.provider.DataCommunicator.ActiveDataHandler
-
Marks a data object identified by given key string to be dropped.
- dropAllActiveData() - Method in class com.vaadin.data.provider.DataCommunicator.ActiveDataHandler
-
Marks all currently active data objects to be dropped.
- dropAllData() - Method in class com.vaadin.data.provider.DataCommunicator
-
Drops all data associated with this data communicator.
- DROPBOX - com.vaadin.server.FontAwesome
-
Deprecated.
- dropEffect - Variable in class com.vaadin.shared.ui.dnd.DropTargetState
-
DataTransfer.dropEffect
parameter for the drag event. - DropEffect - Enum in com.vaadin.shared.ui.dnd
-
Used to specify the drop effect to use on dragenter or dragover events.
- DropEvent<T extends AbstractComponent> - Class in com.vaadin.ui.dnd.event
-
Server side drop event.
- DropEvent(T, Map<String, String>, DropEffect, DragSourceExtension<? extends AbstractComponent>, MouseEventDetails) - Constructor for class com.vaadin.ui.dnd.event.DropEvent
-
Creates a server side drop event.
- 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.
- DropHandler - Interface in com.vaadin.event.dd
-
Deprecated.Replaced in 8.1 by
DropListener
- DropIndexCalculator<T> - Interface in com.vaadin.ui.components.grid
-
A handler for calculating the index of the dropped items on the drop target grid.
- DropListener<T extends AbstractComponent> - Interface in com.vaadin.ui.dnd.event
-
Interface to be implemented when creating a drop listener on a drop target for HTML5 drag and drop.
- DropLocation - Enum in com.vaadin.shared.ui.grid
-
Defines drop locations within a Grid row.
- dropMode - Variable in class com.vaadin.shared.ui.grid.GridDropTargetState
-
Stores the drop mode of the drop target Grid.
- DropMode - Enum in com.vaadin.shared.ui.grid
-
Defines the locations within the Grid row where an element can be dropped.
- dropRows(JsonArray) - Method in class com.vaadin.data.provider.DataCommunicator.SimpleDataRequestRpc
- dropRows(JsonArray) - Method in interface com.vaadin.shared.data.DataRequestRpc
-
Informs the server that items have been dropped from the client cache.
- DropTarget - Interface in com.vaadin.event.dd
-
Deprecated.Replaced in 8.1 by
DropTargetExtension
. - DropTargetExtension<T extends AbstractComponent> - Class in com.vaadin.ui.dnd
-
Extension to make a component a drop target for HTML5 drag and drop functionality.
- DropTargetExtension(T) - Constructor for class com.vaadin.ui.dnd.DropTargetExtension
-
Extends
target
component and makes it a drop target. - 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
- DropTargetRpc - Interface in com.vaadin.shared.ui.dnd
-
RPC for firing server side drop event when client side drop event happens on drop target.
- DropTargetState - Class in com.vaadin.shared.ui.dnd
-
State class containing parameters for DropTargetExtension.
- DropTargetState() - Constructor for class com.vaadin.shared.ui.dnd.DropTargetState
- dropThreshold - Variable in class com.vaadin.shared.ui.grid.GridDropTargetState
-
Stores the threshold between drop locations within a row in pixels.
- DRUPAL - com.vaadin.server.FontAwesome
-
Deprecated.
- dts - Variable in class com.vaadin.client.ui.VDateField
-
For internal use only.
- dump() - Method in class com.vaadin.client.FastStringSet
E
- E - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- EAGER - com.vaadin.shared.ui.Connect.LoadStyle
-
The widget is included in the initial JS sent to the client.
- EAGER - com.vaadin.shared.ui.ValueChangeMode
-
Fires a server-side event every time the client-side value changes.
- EAGER_BUNDLE_NAME - Static variable in class com.vaadin.client.metadata.ConnectorBundleLoader
- EDGE - com.vaadin.server.FontAwesome
-
Deprecated.
- EDIT - com.vaadin.icons.VaadinIcons
- EDIT - com.vaadin.server.FontAwesome
-
Deprecated.
- editable - Variable in class com.vaadin.shared.ui.grid.ColumnState
- Editor<T> - Interface in com.vaadin.ui.components.grid
-
An editor in a Grid.
- Editor() - Constructor for class com.vaadin.client.widgets.Grid.Editor
-
Constructs a new
Grid.Editor
. - EDITOR_CLOSE_EVENT_ID - Static variable in class com.vaadin.shared.ui.grid.GridConstants
-
Event ID constant for editor close event.
- EDITOR_MOVE_EVENT_ID - Static variable in class com.vaadin.shared.ui.grid.GridConstants
-
Event ID constant for editor move event.
- EDITOR_OPEN_EVENT_ID - Static variable in class com.vaadin.shared.ui.grid.GridConstants
-
Event ID constant for editor open event.
- EditorCancelEvent<T> - Class in com.vaadin.ui.components.grid
-
An event that is fired when a Grid editor is cancelled.
- EditorCancelEvent(Editor<T>, T) - Constructor for class com.vaadin.ui.components.grid.EditorCancelEvent
-
Constructor for a editor cancel event.
- EditorCancelListener<T> - Interface in com.vaadin.ui.components.grid
-
An event listener for a
Grid
editor cancel events. - EditorClientRpc - Interface in com.vaadin.shared.ui.grid.editor
-
An RPC interface for the grid editor server-to-client communications.
- 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
. - EditorErrorGenerator<T> - Interface in com.vaadin.ui.components.grid
-
Generator for creating editor validation and conversion error messages.
- 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.
- EditorImpl<T> - Class in com.vaadin.ui.components.grid
-
Implementation of
Editor
interface. - EditorImpl(PropertySet<T>) - Constructor for class com.vaadin.ui.components.grid.EditorImpl
-
Constructor for internal implementation of the Editor.
- EditorOpenEvent<T> - Class in com.vaadin.ui.components.grid
-
An event that is fired when a Grid editor is opened.
- EditorOpenEvent(Editor<T>, T) - Constructor for class com.vaadin.ui.components.grid.EditorOpenEvent
-
Constructor for a editor open event.
- EditorOpenListener<T> - Interface in com.vaadin.ui.components.grid
-
An event listener for a
Grid
editor save events. - EditorSaveEvent<T> - Class in com.vaadin.ui.components.grid
-
An event that is fired when a Grid editor is saved.
- EditorSaveEvent(Editor<T>, T) - Constructor for class com.vaadin.ui.components.grid.EditorSaveEvent
-
Constructor for a editor save event.
- EditorSaveListener<T> - Interface in com.vaadin.ui.components.grid
-
An event listener for a
Grid
editor save events. - EditorServerRpc - Interface in com.vaadin.shared.ui.grid.editor
-
An RPC interface for the grid editor client-to-server communications.
- EditorState - Class in com.vaadin.shared.ui.grid.editor
-
State object for Editor in Grid.
- EditorState() - Constructor for class com.vaadin.shared.ui.grid.editor.EditorState
- 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) - Method in interface com.vaadin.ui.components.grid.Editor
-
Opens the editor interface for the provided row.
- editRow(int) - Method in class com.vaadin.ui.components.grid.EditorImpl
- 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.
- effectAllowed - Variable in class com.vaadin.shared.ui.dnd.DragSourceState
-
DataTransfer.effectAllowed
parameter for the drag event. - EffectAllowed - Enum in com.vaadin.shared.ui.dnd
-
Used to specify the effect that is allowed for a drag operation.
- EJECT - com.vaadin.icons.VaadinIcons
- EJECT - com.vaadin.server.FontAwesome
-
Deprecated.
- ELASTIC - com.vaadin.icons.VaadinIcons
- 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.
- ELLIPSIS_CIRCLE - com.vaadin.icons.VaadinIcons
- ELLIPSIS_CIRCLE_O - com.vaadin.icons.VaadinIcons
- ELLIPSIS_DOTS_H - com.vaadin.icons.VaadinIcons
- ELLIPSIS_DOTS_V - com.vaadin.icons.VaadinIcons
- ELLIPSIS_H - com.vaadin.icons.VaadinIcons
- ELLIPSIS_H - com.vaadin.server.FontAwesome
-
Deprecated.
- ELLIPSIS_V - com.vaadin.icons.VaadinIcons
- ELLIPSIS_V - com.vaadin.server.FontAwesome
-
Deprecated.
- EM - com.vaadin.server.Sizeable.Unit
-
Unit code representing the font-size of the relevant font.
- EmailValidator - Class in com.vaadin.data.validator
-
A string validator for e-mail addresses.
- EmailValidator(String) - Constructor for class com.vaadin.data.validator.EmailValidator
-
Creates a validator for checking that a string is a syntactically valid e-mail address.
- Embedded - Class in com.vaadin.ui
-
A component for embedding external objects.
- Embedded() - Constructor for class com.vaadin.ui.Embedded
-
Creates a new empty Embedded object.
- Embedded(String) - Constructor for class com.vaadin.ui.Embedded
-
Creates a new empty Embedded object with caption.
- Embedded(String, Resource) - Constructor for class com.vaadin.ui.Embedded
-
Creates a new Embedded object whose contents is loaded from given resource.
- 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
- EmbeddedServerRpc - Interface in com.vaadin.shared.ui.embedded
- EmbeddedState - Class in com.vaadin.shared.ui.embedded
- EmbeddedState() - Constructor for class com.vaadin.shared.ui.embedded.EmbeddedState
- emphasis(VDragEvent) - Method in class com.vaadin.client.ui.VDragAndDropWrapper
- EMPIRE - com.vaadin.server.FontAwesome
-
Deprecated.
- EMPTY - com.vaadin.shared.ui.grid.DropLocation
-
Dropping into an empty grid, to a sorted grid, when
DropMode.ON_GRID
is used, or to the empty area below the grid rows whenDropMode.ON_TOP
is used. - emptyCommand - Static variable in class com.vaadin.client.ui.VMenuBar
-
An empty command to be used when the item has no command associated
- emptyRange() - Static method in class com.vaadin.shared.Range
- emptySelectionAllowed - Variable in class com.vaadin.shared.ui.combobox.ComboBoxState
-
True to allow selecting nothing (a special empty selection item is shown at the beginning of the list), false not to allow empty selection by the user.
- emptySelectionAllowed - Variable in class com.vaadin.shared.ui.nativeselect.NativeSelectState
-
True to allow selecting nothing (a special empty selection item is shown at the beginning of the list), false not to allow empty selection by the user.
- emptySelectionCaption - Variable in class com.vaadin.shared.ui.combobox.ComboBoxState
-
Caption for item which represents empty selection.
- emptySelectionCaption - Variable in class com.vaadin.shared.ui.nativeselect.NativeSelectState
-
Caption for item which represents empty selection.
- EmptyView() - Constructor for class com.vaadin.navigator.Navigator.EmptyView
-
Create minimally sized empty view.
- enableAtmosphereDebugLogging() - Static method in class com.vaadin.server.communication.AtmospherePushConnection
-
Internal method used for reconfiguring loggers to show all Atmosphere log messages in the console.
- 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.
- enabled - Variable in class com.vaadin.shared.communication.SharedState
- enabled - Variable in class com.vaadin.shared.ui.tabsheet.TabState
- EnabledProfiler() - Constructor for class com.vaadin.client.Profiler.EnabledProfiler
- enableMobileHTML5DnD - Variable in class com.vaadin.shared.ui.ui.UIState
-
Enable Mobile HTML5 DnD support.
- 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(Resource) - Method in class com.vaadin.ui.renderers.ImageRenderer
- encode(Component) - Method in class com.vaadin.ui.renderers.ComponentRenderer
- encode(Double) - Method in class com.vaadin.ui.renderers.ProgressBarRenderer
- encode(Number) - Method in class com.vaadin.ui.renderers.NumberRenderer
- encode(Object) - Method in class com.vaadin.ui.renderers.TextRenderer
- 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.
- encode(Object, JsonValue, Type, ConnectorTracker) - Static method in class com.vaadin.server.JsonCodec
- encode(LocalDate) - Method in class com.vaadin.ui.renderers.LocalDateRenderer
- encode(LocalDateTime) - Method in class com.vaadin.ui.renderers.LocalDateTimeRenderer
- encode(Date) - Method in class com.vaadin.ui.renderers.DateRenderer
- encode(T) - Method in interface com.vaadin.ui.renderers.Renderer
-
Encodes the given value into a
JsonValue
. - encode(U, Class<U>) - Method in class com.vaadin.ui.renderers.AbstractRenderer
-
Encodes the given value to JSON.
- encode(V) - Method in class com.vaadin.ui.renderers.AbstractRenderer
- encodeFileName(String) - Static method in class com.vaadin.server.ResourceReference
- encodeForTextNode(String) - Static method in class com.vaadin.ui.declarative.DesignFormatter
-
Encodes some special characters in a given input String to make it ready to be written as contents of a text node.
- encodeQueryStringParameterValue(String) - Method in class com.vaadin.server.BootstrapHandler.BootstrapUriResolver
-
Deprecated.
- encodeQueryStringParameterValue(String) - Method in class com.vaadin.shared.VaadinUriResolver
-
Encodes a value for safe inclusion as a parameter in the query string.
- EncodeResult - Class in com.vaadin.server
- EncodeResult(JsonValue) - Constructor for class com.vaadin.server.EncodeResult
- EncodeResult(JsonValue, JsonValue) - Constructor for class com.vaadin.server.EncodeResult
- encodeState() - Method in class com.vaadin.server.AbstractClientConnector
- encodeState() - Method in interface com.vaadin.server.ClientConnector
-
Called by the framework to encode the state to a JSONObject.
- encodeState() - Method in class com.vaadin.server.DragAndDropService
-
Deprecated.
- encodeState(ClientConnector, SharedState) - Static method in class com.vaadin.server.LegacyCommunicationManager
-
Deprecated.As of 7.1. See #11411.
- EncodeUtil - Class in com.vaadin.util
-
Utilities related to various encoding schemes.
- END - com.vaadin.shared.ui.grid.ScrollDestination
-
Scrolls so that the element is shown at the end of the viewport.
- END - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- endDrag() - Method in class com.vaadin.client.ui.dd.VDragAndDropManager
-
Deprecated.Drag is ended (drop happened) on current drop handler.
- endPaintable(Component) - Method in class com.vaadin.server.JsonPaintTarget
- endPaintable(Component) - Method in interface com.vaadin.server.PaintTarget
-
Prints paintable element end tag.
- endRequest() - Method in class com.vaadin.client.communication.MessageSender
- endsAfter(Range) - Method in class com.vaadin.shared.Range
-
Checks whether this range ends after the end of another range.
- endsBefore(Range) - Method in class com.vaadin.shared.Range
-
Checks whether this range ends before the start of another range.
- endTag(String) - Method in class com.vaadin.server.JsonPaintTarget
-
Prints the element end tag.
- endTag(String) - Method in interface com.vaadin.server.PaintTarget
-
Prints element end tag.
- 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
- ensureAccessQueuePurged(VaadinSession) - Method in class com.vaadin.server.VaadinService
-
Makes sure the pending access queue is purged for the provided session.
- 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.
- ensurePushAvailable() - Method in class com.vaadin.server.VaadinService
-
Enables push if push support is available and push has not yet been enabled.
- 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(ViewChangeListener.ViewChangeEvent) - Method in class com.vaadin.navigator.Navigator.EmptyView
- enter(ViewChangeListener.ViewChangeEvent) - Method in interface com.vaadin.navigator.View
-
Called before the view is shown on screen.
- enter(String) - Static method in class com.vaadin.client.Profiler
-
Enters a named block.
- ENTER - com.vaadin.icons.VaadinIcons
- ENTER - com.vaadin.shared.ui.dd.DragEventType
- ENTER - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- ENTER_ARROW - com.vaadin.icons.VaadinIcons
- 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.
- ENVELOPE - com.vaadin.icons.VaadinIcons
- ENVELOPE - com.vaadin.server.FontAwesome
-
Deprecated.
- ENVELOPE_O - com.vaadin.icons.VaadinIcons
- ENVELOPE_O - com.vaadin.server.FontAwesome
-
Deprecated.
- ENVELOPE_OPEN - com.vaadin.icons.VaadinIcons
- ENVELOPE_OPEN_O - com.vaadin.icons.VaadinIcons
- ENVELOPE_SQUARE - com.vaadin.server.FontAwesome
-
Deprecated.
- ENVELOPES - com.vaadin.icons.VaadinIcons
- ENVELOPES_O - com.vaadin.icons.VaadinIcons
- equals(int, int...) - Method in class com.vaadin.ui.Window.CloseShortcut
- 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) - Method in class com.vaadin.event.ListenerMethod
- equals(Object) - Method in class com.vaadin.server.AbstractClientConnector
- equals(Object) - Method in class com.vaadin.server.GenericFontIcon
- equals(Object) - Method in class com.vaadin.server.StreamResource
- equals(Object) - Method in class com.vaadin.server.ThemeResource
-
Tests if the given object equals this Resource.
- equals(Object) - Method in class com.vaadin.shared.communication.MethodInvocation
- equals(Object) - Method in class com.vaadin.shared.Range
- equals(Object) - Method in class com.vaadin.shared.ui.colorpicker.Color
- equals(Object) - Method in class com.vaadin.shared.ui.MarginInfo
- equals(Object) - Method in class com.vaadin.ui.Alignment
- equals(Object) - Method in class com.vaadin.ui.UniqueSerializable
- equals(Object, Object) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.1 use
Object.equals(Object)
instead - equals(Object, Object) - Static method in class com.vaadin.shared.util.SharedUtil
-
Checks if a and b are equals using
Object.equals(Object)
. - equals(String, String) - Static method in class com.vaadin.client.WidgetUtil.CssSize
-
Check whether the two sizes are equals.
- EQUALS - com.vaadin.shared.ui.dnd.criteria.ComparisonOperator
-
Equals to operator ("==").
- 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)
. - ERASER - com.vaadin.icons.VaadinIcons
- ERASER - com.vaadin.server.FontAwesome
-
Deprecated.
- error(ErrorEvent) - Method in class com.vaadin.server.DefaultErrorHandler
- error(ErrorEvent) - Method in interface com.vaadin.server.ErrorHandler
-
Invoked when an error occurs.
- error(ErrorEvent) - Method in class com.vaadin.server.LegacyApplication
-
Deprecated.
- error(String) - Static method in class com.vaadin.client.VConsole
-
Deprecated.
- error(String) - Static method in interface com.vaadin.data.Result
-
Returns a failure result wrapping the given error message.
- error(String) - Static method in interface com.vaadin.data.ValidationResult
-
Creates the validation result which represent an error with the given
errorMessage
. - 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 - com.vaadin.data.BindingValidationStatus.Status
-
Validation failed.
- ERROR - com.vaadin.shared.ui.ErrorLevel
-
Error level for regular messages.
- ERROR - Static variable in interface com.vaadin.server.ErrorMessage
-
Deprecated.As of 7.0, use
ErrorLevel.ERROR
instead - ERROR_CLASSNAME_EXT - Static variable in class com.vaadin.client.ApplicationConnection
-
Deprecated.
- ERROR_EXT - Static variable in class com.vaadin.client.StyleConstants
- ERROR_MESSAGE - com.vaadin.ui.Notification.Type
- ERROR_NO_UI_FOUND - Static variable in interface com.vaadin.server.Constants
-
Deprecated.As of 7.1, this message is no longer used and might be removed from the code.
- ErrorEvent - Class in com.vaadin.server
-
An error thrown by the framework and handled by an
ErrorHandler
. - ErrorEvent(ErrorMessage, Component) - Constructor for class com.vaadin.ui.Component.ErrorEvent
-
Constructs a new event with a specified source component.
- ErrorEvent(Throwable) - Constructor for class com.vaadin.server.ErrorEvent
- ErrorFlag(ComponentConnector) - Constructor for class com.vaadin.client.ui.VFormLayout.ErrorFlag
- ErrorHandler - Interface in com.vaadin.server
-
Interface for listening to errors in the application.
- ErrorHandlingRunnable - Interface in com.vaadin.server
-
Defines the interface to handle exceptions thrown during the execution of a FutureAccess.
- errorLevel - Variable in class com.vaadin.shared.AbstractComponentState
-
Level of error.
- ErrorLevel - Enum in com.vaadin.shared.ui
-
Represents the error levels displayed on components.
- errorMessage - Variable in class com.vaadin.shared.AbstractComponentState
-
HTML formatted error message for the component.
- ErrorMessage - Interface in com.vaadin.server
-
Interface for rendering error messages to terminal.
- ErrorMessage() - Constructor for class com.vaadin.client.ApplicationConfiguration.ErrorMessage
- ErrorMessageProducer - Interface in com.vaadin.server
-
Deprecated.
- ErrorMessageProvider - Interface in com.vaadin.data
-
Provider interface for generating localizable error messages using
ValueContext
. - 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
- ESC - com.vaadin.icons.VaadinIcons
- ESC_A - com.vaadin.icons.VaadinIcons
- 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.
- ESCAPE - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- 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.
- escapeJSON(String) - Static method in class com.vaadin.server.JsonPaintTarget
-
Escapes the given string so it can safely be used as a JSON string.
- escapeXML(String) - Static method in class com.vaadin.server.JsonPaintTarget
-
Substitutes the XML sensitive characters with predefined XML entities.
- EUR - com.vaadin.server.FontAwesome
-
Deprecated.
- EURO - com.vaadin.icons.VaadinIcons
- EURO - com.vaadin.server.FontAwesome
-
Deprecated.
- eval(String) - Static method in class com.vaadin.client.ui.VCustomLayout
-
Evaluate given script in browser document.
- eval(String) - Static method in class com.vaadin.ui.JavaScript
-
Executes the given JavaScript code in the browser.
- Event(Component) - Constructor for class com.vaadin.ui.Component.Event
-
Constructs a new event with the specified source component.
- EVENT_DRAGEND - Static variable in class com.vaadin.shared.ui.dnd.DragSourceState
-
Event identifier for dragend event.
- EVENT_DRAGSTART - Static variable in class com.vaadin.shared.ui.dnd.DragSourceState
-
Event identifier for dragstart event.
- EVENT_ID - Static variable in class com.vaadin.event.FieldEvents.BlurEvent
-
Identifier for event that can be used in
EventRouter
. - EVENT_ID - Static variable in class com.vaadin.event.FieldEvents.FocusEvent
-
Identifier for event that can be used in
EventRouter
. - 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
- EventId - Interface in com.vaadin.shared
- EventRouter - Class in com.vaadin.event
-
EventRouter
class implementing the inheritable event listening model. - EventRouter() - Constructor for class com.vaadin.event.EventRouter
- EventTrigger - Interface in com.vaadin.client.extensions
-
Provides support for triggering an event from a given parts of a component or using various events.
- EventTrigger - Interface in com.vaadin.server
-
Provides support for triggering an event from a given parts of a component or using various events.
- EX - com.vaadin.server.Sizeable.Unit
-
Unit code representing the x-height of the relevant font.
- EXCHANGE - com.vaadin.icons.VaadinIcons
- EXCHANGE - com.vaadin.server.FontAwesome
-
Deprecated.
- EXCLAMATION - com.vaadin.icons.VaadinIcons
- EXCLAMATION - com.vaadin.server.FontAwesome
-
Deprecated.
- EXCLAMATION_CIRCLE - com.vaadin.icons.VaadinIcons
- EXCLAMATION_CIRCLE - com.vaadin.server.FontAwesome
-
Deprecated.
- EXCLAMATION_CIRCLE_O - com.vaadin.icons.VaadinIcons
- EXCLAMATION_TRIANGLE - com.vaadin.server.FontAwesome
-
Deprecated.
- 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.
- execute(String) - Method in class com.vaadin.ui.JavaScript
-
Executes the given JavaScript code in the browser.
- executeJavaScript(String) - Method in interface com.vaadin.shared.extension.javascriptmanager.ExecuteJavaScriptRpc
- executeJavaScript(String) - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.As of 7.0, use JavaScript.getCurrent().execute(String) instead
- ExecuteJavaScriptRpc - Interface in com.vaadin.shared.extension.javascriptmanager
- 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).
- EXIT - com.vaadin.icons.VaadinIcons
- EXIT_O - com.vaadin.icons.VaadinIcons
- expand(int, int) - Method in class com.vaadin.shared.Range
-
Creates a range that is expanded the given amounts in both ends.
- expand(Collection<T>) - Method in class com.vaadin.ui.Tree
-
Expands the given items.
- expand(Collection<T>) - Method in class com.vaadin.ui.TreeGrid
-
Expands the given items.
- expand(T) - Method in class com.vaadin.data.provider.HierarchicalDataCommunicator
-
Expands the given item.
- expand(T...) - Method in class com.vaadin.ui.Tree
-
Expands the given items.
- expand(T...) - Method in class com.vaadin.ui.TreeGrid
-
Expands the given items.
- expand(T, boolean) - Method in class com.vaadin.data.provider.HierarchicalDataCommunicator
-
Expands the given item.
- expand(T, Integer) - Method in class com.vaadin.data.provider.HierarchicalDataCommunicator
-
Expands the given item at the given index.
- expand(T, Integer) - Method in class com.vaadin.data.provider.HierarchyMapper
-
Expands the given item.
- EXPAND - com.vaadin.icons.VaadinIcons
- EXPAND - com.vaadin.server.FontAwesome
-
Deprecated.
- EXPAND_FULL - com.vaadin.icons.VaadinIcons
- EXPAND_METHOD - Static variable in interface com.vaadin.event.ExpandEvent.ExpandListener
- EXPAND_SQUARE - com.vaadin.icons.VaadinIcons
- ExpandEvent<T> - Class in com.vaadin.event
-
An event that is fired when an item is expanded in a listing component that displays hierarchical data.
- ExpandEvent(Component, T, boolean) - Constructor for class com.vaadin.event.ExpandEvent
-
Construct an expand event.
- ExpandEvent.ExpandListener<T> - Interface in com.vaadin.event
-
Item expand event listener.
- expandRatio - Variable in class com.vaadin.shared.ui.grid.ColumnState
-
How much of the remaining space this column will reserve.
- expandRatio - Variable in class com.vaadin.shared.ui.orderedlayout.AbstractOrderedLayoutState.ChildComponentData
- expandRecursively(Collection<T>, int) - Method in class com.vaadin.ui.Tree
-
Expands the given items and their children recursively until the given depth.
- expandRecursively(Collection<T>, int) - Method in class com.vaadin.ui.TreeGrid
-
Expands the given items and their children recursively until the given depth.
- expandRecursively(Stream<T>, int) - Method in class com.vaadin.ui.TreeGrid
-
Expands the given items and their children recursively until the given depth.
- EXPEDITEDSSL - com.vaadin.server.FontAwesome
-
Deprecated.
- explicitColRatios - Variable in class com.vaadin.client.ui.VGridLayout
- explicitColRatios - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState
- explicitRowRatios - Variable in class com.vaadin.client.ui.VGridLayout
- explicitRowRatios - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState
- 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
- extend(AbstractClientConnector) - Method in class com.vaadin.server.AbstractExtension
-
Add this extension to the target connector.
- extend(AbstractClientConnector) - Method in class com.vaadin.ui.renderers.AbstractRenderer
-
Deprecated.
- extend(EventTrigger) - Method in class com.vaadin.server.BrowserWindowOpener
-
Add this extension to the
EventTrigger
. - extend(EventTrigger) - Method in class com.vaadin.server.FileDownloader
-
Add this extension to the
EventTrigger
. - extend(AbstractComponent) - Method in class com.vaadin.server.BrowserWindowOpener
-
Add this extension to the target component.
- extend(AbstractComponent) - Method in class com.vaadin.server.FileDownloader
-
Add this extension to the target component.
- extend(AbstractListing<T>) - Method in class com.vaadin.ui.AbstractListing.AbstractListingExtension
-
Adds this extension to the given parent listing.
- extend(AbstractListing<T>) - Method in class com.vaadin.ui.components.grid.AbstractSelectionModel
- extend(AbstractListing<T>) - Method in class com.vaadin.ui.Grid.AbstractGridExtension
- 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.
- Extension - Interface in com.vaadin.server
-
An extension is an entity that is attached to a Component or another Extension and independently communicates between client and server.
- EXTERNAL_BROWSER - com.vaadin.icons.VaadinIcons
- EXTERNAL_LINK - com.vaadin.icons.VaadinIcons
- EXTERNAL_LINK - com.vaadin.server.FontAwesome
-
Deprecated.
- EXTERNAL_LINK_SQUARE - com.vaadin.server.FontAwesome
-
Deprecated.
- ExternalResource - Class in com.vaadin.server
-
ExternalResource
implements source for resources fetched from location specified by URL:s. - ExternalResource(String) - Constructor for class com.vaadin.server.ExternalResource
-
Creates a new download component for downloading directly from given URL.
- ExternalResource(String, String) - Constructor for class com.vaadin.server.ExternalResource
-
Creates a new download component for downloading directly from given URL.
- ExternalResource(URL) - Constructor for class com.vaadin.server.ExternalResource
-
Creates a new download component for downloading directly from given URL.
- ExternalResource(URL, String) - Constructor for class com.vaadin.server.ExternalResource
-
Creates a new download component for downloading directly from given URL.
- 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.
- EYE - com.vaadin.icons.VaadinIcons
- EYE - com.vaadin.server.FontAwesome
-
Deprecated.
- EYE_SLASH - com.vaadin.icons.VaadinIcons
- EYE_SLASH - com.vaadin.server.FontAwesome
-
Deprecated.
- EYEDROPPER - com.vaadin.icons.VaadinIcons
- EYEDROPPER - com.vaadin.server.FontAwesome
-
Deprecated.
F
- F - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- F1 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- F10 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- F11 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- F12 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- F2 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- F3 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- F4 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- F5 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- F6 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- F7 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- F8 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- F9 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- FACEBOOK - com.vaadin.icons.VaadinIcons
- FACEBOOK - com.vaadin.server.FontAwesome
-
Deprecated.
- FACEBOOK_F - com.vaadin.server.FontAwesome
-
Deprecated.
- FACEBOOK_OFFICIAL - com.vaadin.server.FontAwesome
-
Deprecated.
- FACEBOOK_SQUARE - com.vaadin.icons.VaadinIcons
- FACEBOOK_SQUARE - com.vaadin.server.FontAwesome
-
Deprecated.
- FACTORY - com.vaadin.icons.VaadinIcons
- failed(Throwable) - Method in interface com.vaadin.client.metadata.BundleLoadCallback
- FailedEvent(Upload, String, String, long) - Constructor for class com.vaadin.ui.Upload.FailedEvent
- FailedEvent(Upload, String, String, long, Exception) - Constructor for class com.vaadin.ui.Upload.FailedEvent
- 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.
- FakeServletConfig(ServletRegistration, ServletContext) - Constructor for class com.vaadin.server.communication.JSR356WebsocketInitializer.FakeServletConfig
- FALLBACK_TRANSPORT_PARAM - Static variable in class com.vaadin.shared.ui.ui.UIState.PushConfigurationState
- FAMILY - com.vaadin.icons.VaadinIcons
- FAST_BACKWARD - com.vaadin.icons.VaadinIcons
- FAST_BACKWARD - com.vaadin.server.FontAwesome
-
Deprecated.
- FAST_FORWARD - com.vaadin.icons.VaadinIcons
- FAST_FORWARD - com.vaadin.server.FontAwesome
-
Deprecated.
- 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
- FAX - com.vaadin.server.FontAwesome
-
Deprecated.
- features - Variable in class com.vaadin.shared.ui.BrowserWindowOpenerState
- FEED - com.vaadin.server.FontAwesome
-
Deprecated.
- FEMALE - com.vaadin.icons.VaadinIcons
- FEMALE - com.vaadin.server.FontAwesome
-
Deprecated.
- fetch(Query<T, SerializablePredicate<T>>) - Method in class com.vaadin.data.provider.ListDataProvider
- fetch(Query<T, F>) - Method in class com.vaadin.data.provider.AbstractBackEndDataProvider
- fetch(Query<T, F>) - Method in interface com.vaadin.data.provider.CallbackDataProvider.FetchCallback
-
Fetches a stream of items based on a query.
- fetch(Query<T, F>) - Method in interface com.vaadin.data.provider.DataProvider
-
Fetches data from this DataProvider using given
query
. - fetch(Query<T, F>) - Method in class com.vaadin.data.provider.DataProviderWrapper
- fetch(Query<T, F>) - Method in interface com.vaadin.data.provider.HierarchicalDataProvider
-
Fetches data from this HierarchicalDataProvider using given
query
. - fetchChildren(HierarchicalQuery<T, SerializablePredicate<T>>) - Method in class com.vaadin.data.provider.TreeDataProvider
- fetchChildren(HierarchicalQuery<T, F>) - Method in class com.vaadin.data.provider.AbstractBackEndHierarchicalDataProvider
- fetchChildren(HierarchicalQuery<T, F>) - Method in interface com.vaadin.data.provider.HierarchicalDataProvider
-
Fetches data from this HierarchicalDataProvider using given
query
. - fetchChildrenFromBackEnd(HierarchicalQuery<T, F>) - Method in class com.vaadin.data.provider.AbstractBackEndHierarchicalDataProvider
-
Fetches data from the back end using the given query.
- fetchFromBackEnd(Query<T, F>) - Method in class com.vaadin.data.provider.AbstractBackEndDataProvider
-
Fetches data from the back end using the given query.
- fetchFromBackEnd(Query<T, F>) - Method in class com.vaadin.data.provider.CallbackDataProvider
- fetchItems(Range) - Method in class com.vaadin.data.provider.HierarchyMapper
-
Gets a stream of items in the form of a flattened hierarchy from the back-end and filters the wanted results from the list.
- fetchItems(String, int, int) - Method in interface com.vaadin.ui.ComboBox.FetchItemsCallback
-
Returns a stream of items that match the given filter, limiting the results with given offset and limit.
- fetchItems(List<QuerySortOrder>, int, int) - Method in interface com.vaadin.ui.Grid.FetchItemsCallback
-
Returns a stream of items ordered by given sort orders, limiting the results with given offset and limit.
- fetchItems(T, Range) - Method in class com.vaadin.data.provider.HierarchyMapper
-
Gets a stream of children for the given item in the form of a flattened hierarchy from the back-end and filter the wanted results from the list.
- fetchItemsWithRange(int, int) - Method in class com.vaadin.data.provider.DataCommunicator
-
Fetches a list of items from the DataProvider.
- fetchItemsWithRange(int, int) - Method in class com.vaadin.data.provider.HierarchicalDataCommunicator
- 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.
- FieldBinder - Class in com.vaadin.ui.declarative
-
Binder utility that binds member fields of a design class instance to given component instances.
- FieldBinder(Object) - Constructor for class com.vaadin.ui.declarative.FieldBinder
-
Creates a new instance of LayoutFieldBinder.
- FieldBinder(Object, Class<?>) - Constructor for class com.vaadin.ui.declarative.FieldBinder
-
Creates a new instance of LayoutFieldBinder.
- FieldBindingException - Exception in com.vaadin.ui.declarative
-
Exception that is thrown when an error occurs during field binding when reading a design template.
- FieldBindingException(String) - Constructor for exception com.vaadin.ui.declarative.FieldBindingException
- FieldBindingException(String, Throwable) - Constructor for exception com.vaadin.ui.declarative.FieldBindingException
- FieldEvents - Interface in com.vaadin.event
-
Interface that serves as a wrapper for focus and blur events.
- FieldEvents.BlurEvent - Class in com.vaadin.event
-
BlurEvent
class for holding additional event information. - FieldEvents.BlurListener - Interface in com.vaadin.event
-
BlurListener
interface for listening forBlurEvent
fired by aField
. - FieldEvents.BlurNotifier - Interface in com.vaadin.event
-
The interface for adding and removing
BlurEvent
listeners. - FieldEvents.FocusAndBlurServerRpcDecorator - Class in com.vaadin.event
-
Focus and blur server RPC implementation which fires focus or blur event using a provided event handler.
- FieldEvents.FocusAndBlurServerRpcImpl - Class in com.vaadin.event
- FieldEvents.FocusEvent - Class in com.vaadin.event
-
FocusEvent
class for holding additional event information. - FieldEvents.FocusListener - Interface in com.vaadin.event
-
FocusListener
interface for listening forFocusEvent
fired by aField
. - FieldEvents.FocusNotifier - Interface in com.vaadin.event
-
The interface for adding and removing
FocusEvent
listeners. - FieldRpc - Class in com.vaadin.shared.communication
- FieldRpc() - Constructor for class com.vaadin.shared.communication.FieldRpc
- FieldRpc.BlurServerRpc - Interface in com.vaadin.shared.communication
- FieldRpc.FocusAndBlurServerRpc - Interface in com.vaadin.shared.communication
- FieldRpc.FocusServerRpc - Interface in com.vaadin.shared.communication
- FIGHTER_JET - com.vaadin.server.FontAwesome
-
Deprecated.
- file - Variable in class com.vaadin.server.ComponentSizeValidator.FileLocation
- FILE - com.vaadin.icons.VaadinIcons
- FILE - com.vaadin.server.FontAwesome
-
Deprecated.
- FILE_ADD - com.vaadin.icons.VaadinIcons
- FILE_ARCHIVE_O - com.vaadin.server.FontAwesome
-
Deprecated.
- FILE_AUDIO_O - com.vaadin.server.FontAwesome
-
Deprecated.
- FILE_CODE - com.vaadin.icons.VaadinIcons
- FILE_CODE_O - com.vaadin.server.FontAwesome
-
Deprecated.
- FILE_EXCEL_O - com.vaadin.server.FontAwesome
-
Deprecated.
- FILE_FONT - com.vaadin.icons.VaadinIcons
- FILE_IMAGE_O - com.vaadin.server.FontAwesome
-
Deprecated.
- FILE_MOVIE - com.vaadin.icons.VaadinIcons
- FILE_MOVIE_O - com.vaadin.server.FontAwesome
-
Deprecated.
- FILE_O - com.vaadin.icons.VaadinIcons
- FILE_O - com.vaadin.server.FontAwesome
-
Deprecated.
- FILE_PDF_O - com.vaadin.server.FontAwesome
-
Deprecated.
- FILE_PHOTO_O - com.vaadin.server.FontAwesome
-
Deprecated.
- FILE_PICTURE - com.vaadin.icons.VaadinIcons
- FILE_PICTURE_O - com.vaadin.server.FontAwesome
-
Deprecated.
- FILE_POWERPOINT_O - com.vaadin.server.FontAwesome
-
Deprecated.
- FILE_PRESENTATION - com.vaadin.icons.VaadinIcons
- FILE_PROCESS - com.vaadin.icons.VaadinIcons
- FILE_REFRESH - com.vaadin.icons.VaadinIcons
- FILE_REMOVE - com.vaadin.icons.VaadinIcons
- FILE_SEARCH - com.vaadin.icons.VaadinIcons
- FILE_SOUND - com.vaadin.icons.VaadinIcons
- FILE_SOUND_O - com.vaadin.server.FontAwesome
-
Deprecated.
- FILE_START - com.vaadin.icons.VaadinIcons
- FILE_TABLE - com.vaadin.icons.VaadinIcons
- FILE_TEXT - com.vaadin.icons.VaadinIcons
- FILE_TEXT - com.vaadin.server.FontAwesome
-
Deprecated.
- FILE_TEXT_O - com.vaadin.icons.VaadinIcons
- FILE_TEXT_O - com.vaadin.server.FontAwesome
-
Deprecated.
- FILE_TREE - com.vaadin.icons.VaadinIcons
- FILE_TREE_SMALL - com.vaadin.icons.VaadinIcons
- FILE_TREE_SUB - com.vaadin.icons.VaadinIcons
- FILE_UPLOAD - com.vaadin.server.VaadinServlet.RequestType
-
Deprecated.
- FILE_VIDEO_O - com.vaadin.server.FontAwesome
-
Deprecated.
- FILE_WORD_O - com.vaadin.server.FontAwesome
-
Deprecated.
- FILE_ZIP - com.vaadin.icons.VaadinIcons
- FILE_ZIP_O - com.vaadin.server.FontAwesome
-
Deprecated.
- FileDownloader - Class in com.vaadin.server
-
Extension that starts a download when the extended component is clicked.
- FileDownloader(Resource) - Constructor for class com.vaadin.server.FileDownloader
-
Creates a new file downloader for the given resource.
- FileDownloaderConnector - Class in com.vaadin.client.extensions
- FileDownloaderConnector() - Constructor for class com.vaadin.client.extensions.FileDownloaderConnector
- FileDownloaderState - Class in com.vaadin.shared.extension.filedownloader
-
Shared state for FileDownloader.
- FileDownloaderState() - Constructor for class com.vaadin.shared.extension.filedownloader.FileDownloaderState
- FileDropEvent<T extends AbstractComponent> - Class in com.vaadin.ui.dnd.event
-
File drop event that contains the collection of files dropped on a file drop target.
- FileDropEvent(T, Collection<Html5File>) - Constructor for class com.vaadin.ui.dnd.event.FileDropEvent
-
Creates a file drop event.
- FileDropHandler<T extends AbstractComponent> - Interface in com.vaadin.ui.dnd
-
Handles the drop event on a file drop target.
- FileDropTarget<T extends AbstractComponent> - Class in com.vaadin.ui.dnd
-
Extension to add drop target functionality to a widget for accepting and uploading files.
- FileDropTarget(T, FileDropHandler<T>) - Constructor for class com.vaadin.ui.dnd.FileDropTarget
-
Extends
target
component and makes it a file drop target. - FileDropTargetClientRpc - Interface in com.vaadin.shared.ui.dnd
-
RPC for sending the upload URLs to the client for uploading files.
- 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.
- FileDropTargetRpc - Interface in com.vaadin.shared.ui.dnd
-
RPC for requesting upload URLs for files dropped on the file drop target.
- FileDropTargetState - Class in com.vaadin.shared.ui.dnd
-
State class containing parameters for FileDropTarget.
- FileDropTargetState() - Constructor for class com.vaadin.shared.ui.dnd.FileDropTargetState
- 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.
- FileLocation(StackTraceElement) - Constructor for class com.vaadin.server.ComponentSizeValidator.FileLocation
- FILENAME_CHANGED - Static variable in interface com.vaadin.ui.Upload.ChangeListener
- filenameChanged(Upload.ChangeEvent) - Method in interface com.vaadin.ui.Upload.ChangeListener
-
A file has been selected but upload has not yet started.
- FileParameters - Class in com.vaadin.shared.ui.dnd
-
Contains parameters of a file.
- FileParameters() - Constructor for class com.vaadin.shared.ui.dnd.FileParameters
-
Creates a file parameters object.
- FileParameters(String, long, String) - Constructor for class com.vaadin.shared.ui.dnd.FileParameters
-
Creates a file parameters object.
- FileResource - Class in com.vaadin.server
-
FileResources
are files or directories on local filesystem. - FileResource(File) - Constructor for class com.vaadin.server.FileResource
-
Creates a new file resource for providing given file for client terminals.
- files - Variable in class com.vaadin.client.ui.VDragAndDropWrapper
-
For internal use only.
- FILES_O - com.vaadin.server.FontAwesome
-
Deprecated.
- FileTypeResolver - Class in com.vaadin.util
-
Utility class that can figure out mime-types and icons related to files.
- FileTypeResolver() - Constructor for class com.vaadin.util.FileTypeResolver
- FileUploadHandler - Class in com.vaadin.server.communication
-
Handles a file upload request submitted via an Upload component.
- FileUploadHandler() - Constructor for class com.vaadin.server.communication.FileUploadHandler
- FileUploadHandler.SimpleMultiPartInputStream - Class in com.vaadin.server.communication
-
Stream that extracts content from another stream until the boundary string is encountered.
- FileUploadHandler.UploadInterruptedException - Exception in com.vaadin.server.communication
-
An UploadInterruptedException will be thrown by an ongoing upload if
StreamVariable.isInterrupted()
returnstrue
. - FILL - com.vaadin.icons.VaadinIcons
- FILM - com.vaadin.icons.VaadinIcons
- FILM - com.vaadin.server.FontAwesome
-
Deprecated.
- filter(String, Object, Object) - Method in class com.vaadin.server.communication.LongPollingCacheFilter
- filter(String, AtmosphereResource, Object, Object) - Method in class com.vaadin.server.communication.LongPollingCacheFilter
- filter(List<Dependency>, DependencyFilter.FilterContext) - Method in interface com.vaadin.server.DependencyFilter
-
Filters the list of dependencies and returns a (possibly) updated version.
- FILTER - com.vaadin.icons.VaadinIcons
- FILTER - com.vaadin.server.FontAwesome
-
Deprecated.
- FilterContext(VaadinSession) - Constructor for class com.vaadin.server.DependencyFilter.FilterContext
-
Creates a new context for the given session.
- filteringBy(ValueProvider<T, V>, SerializableBiPredicate<V, Q>) - Method in interface com.vaadin.data.provider.InMemoryDataProvider
-
Wraps this data provider to create a new data provider that is filtered by comparing an item property value to the filter value provided in the query.
- filteringBy(SerializableBiPredicate<T, Q>) - Method in interface com.vaadin.data.provider.InMemoryDataProvider
-
Wraps this data provider to create a new data provider that is filtered by comparing an item to the filter value provided in the query.
- filteringByCaseInsensitiveString(InMemoryDataProvider<T>, ValueProvider<T, String>, SerializableBiPredicate<String, String>, SerializableSupplier<Locale>) - Static method in class com.vaadin.data.provider.InMemoryDataProviderHelpers
-
Wraps a given data provider so that its filter tests the given predicate with the lower case string provided by the given value provider.
- filteringByEquals(ValueProvider<T, V>) - Method in interface com.vaadin.data.provider.InMemoryDataProvider
-
Wraps this data provider to create a new data provider that is filtered by testing whether the value of a property is equals to the filter value provided in the query.
- filteringByIgnoreNull(InMemoryDataProvider<T>, ValueProvider<T, V>, SerializableBiPredicate<V, Q>) - Static method in class com.vaadin.data.provider.InMemoryDataProviderHelpers
-
Wraps a given data provider so that its filter ignores null items returned by the given value provider.
- filteringByPrefix(ValueProvider<T, String>) - Method in interface com.vaadin.data.provider.InMemoryDataProvider
-
Wraps this data provider to create a new data provider that is filtered by a string by checking whether the lower case representation of an item property value starts with the lower case representation of the filter value provided in the query.
- filteringByPrefix(ValueProvider<T, String>, Locale) - Method in interface com.vaadin.data.provider.InMemoryDataProvider
-
Wraps this data provider to create a new data provider that is filtered by a string by checking whether the lower case representation of an item property value starts with the lower case representation of the filter value provided in the query.
- filteringBySubstring(ValueProvider<T, String>) - Method in interface com.vaadin.data.provider.InMemoryDataProvider
-
Wraps this data provider to create a new data provider that is filtered by a string by checking whether the lower case representation of the filter value provided in the query is a substring of the lower case representation of an item property value.
- filteringBySubstring(ValueProvider<T, String>, Locale) - Method in interface com.vaadin.data.provider.InMemoryDataProvider
-
Wraps this data provider to create a new data provider that is filtered by a string by checking whether the lower case representation of the filter value provided in the query is a substring of the lower case representation of an item property value.
- 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.
- findAbstractComponent(ErrorEvent) - Static method in class com.vaadin.server.DefaultErrorHandler
-
Returns the AbstractComponent associated with the given error if such can be found.
- findAncestor(Class<T>) - Method in class com.vaadin.ui.AbstractComponent
-
Returns the closest ancestor with the given type.
- findAndEscapeThemeName(BootstrapHandler.BootstrapContext) - Method in class com.vaadin.server.BootstrapHandler
-
Deprecated.Do not override.
- findCommonBaseType(Class<?>, Class<?>) - Static method in class com.vaadin.util.ReflectTools
-
Finds the most specific class that both provided classes extend from.
- findComponent(Connector) - Static method in class com.vaadin.server.DefaultErrorHandler
-
Finds the nearest component by traversing upwards in the hierarchy.
- findConnectorFor(Widget) - Static method in class com.vaadin.client.Util
- findConverterFor(Class<? extends T>) - Method in class com.vaadin.ui.declarative.DesignFormatter
-
Finds a converter for a given type.
- findConverterFor(Class<? extends T>, boolean) - Method in class com.vaadin.ui.declarative.DesignFormatter
-
Finds a converter for a given type.
- findDefaultClassLoader() - Static method in class com.vaadin.server.VaadinServiceClassLoaderUtil
-
Called by
VaadinService.setDefaultClassLoader()
to acquire appropriate class loader to load application's classes (e.g. - findDependencies(List<Class<? extends ClientConnector>>, LegacyCommunicationManager, DependencyFilter.FilterContext) - Static method in class com.vaadin.ui.Dependency
-
Finds all the URLs defined for the given classes, registers the URLs to the communication manager, passes the registered dependencies through any defined filters and returns the filtered collection of dependencies to load.
- 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. - findErrorHandler(ClientConnector) - Static method in class com.vaadin.server.ErrorEvent
-
Method for finding the error handler for the given connector.
- findErrorHandler(VaadinSession) - Static method in class com.vaadin.server.ErrorEvent
-
Method for finding the error handler for the given session.
- findIdentifiersFor(Class<?>) - Method in class com.vaadin.client.metadata.TypeDataStore
- findLocale() - Method in class com.vaadin.data.Binder.BindingImpl
-
Finds an appropriate locale to be used in conversion and validation.
- findLocale(Component, VaadinSession, VaadinRequest) - Static method in class com.vaadin.server.ServletPortletHelper
-
Deprecated.Helper to find the most most suitable Locale.
- findMethod(Class<?>, String, Class<?>...) - Static method in class com.vaadin.util.ReflectTools
-
Locates the method in the given class.
- 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.
- findRelevantThrowable(Throwable) - Static method in class com.vaadin.server.DefaultErrorHandler
-
Vaadin wraps exceptions in its own and due to reflection usage there might be also other irrelevant exceptions that make no sense for Vaadin users (~developers using Vaadin).
- findResourceURL(String) - Method in class com.vaadin.server.VaadinServlet
-
Finds the given resource from the web content folder or using the class loader.
- 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
- findUI(VaadinRequest) - Method in class com.vaadin.server.VaadinService
-
Finds the
UI
that belongs to the provided request. - findVaadinSession(VaadinRequest) - Method in class com.vaadin.server.VaadinService
-
Attempts to find a Vaadin service session associated with this request.
- 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.
- FinishedEvent(Upload, String, String, long) - Constructor for class com.vaadin.ui.Upload.FinishedEvent
- FIRE - com.vaadin.icons.VaadinIcons
- FIRE - com.vaadin.server.FontAwesome
-
Deprecated.
- FIRE_EXTINGUISHER - com.vaadin.server.FontAwesome
-
Deprecated.
- fireAfterViewChange(ViewChangeListener.ViewChangeEvent) - Method in class com.vaadin.navigator.Navigator
-
Fires an event after the current view has changed.
- fireBeforeViewChange(ViewChangeListener.ViewChangeEvent) - Method in class com.vaadin.navigator.Navigator
-
Fires an event before an imminent view change.
- fireClick() - Method in class com.vaadin.ui.Button
-
Fires a click event to all listeners without any event details.
- 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.
- fireClick(MouseEventDetails) - Method in class com.vaadin.ui.Button
-
Fires a click event to all listeners.
- fireClose() - Method in class com.vaadin.ui.Window
- fireCollapseEvent(T, boolean) - Method in class com.vaadin.ui.Tree
-
Fires a collapse event with given item.
- fireColumnVisibilityChangeEvent(Grid.Column<T, V>, boolean, boolean) - Method in class com.vaadin.ui.Grid
-
Sends a
Grid.ColumnVisibilityChangeEvent
to all listeners. - fireComponentAttachEvent(Component) - Method in class com.vaadin.ui.AbstractComponentContainer
-
Fires the component attached event.
- fireComponentAttachEvent(Component) - Method in class com.vaadin.ui.AbstractSingleComponentContainer
-
Fires the component attached event.
- fireComponentDetachEvent(Component) - Method in class com.vaadin.ui.AbstractComponentContainer
-
Fires the component detached event.
- fireComponentDetachEvent(Component) - Method in class com.vaadin.ui.AbstractSingleComponentContainer
-
Fires the component detached event.
- fireComponentErrorEvent() - Method in class com.vaadin.ui.AbstractComponent
-
Emits the component error event.
- fireComponentEvent() - Method in class com.vaadin.ui.AbstractComponent
-
Emits the component event.
- 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
- fireEvent(Component.Event) - Method in class com.vaadin.event.FieldEvents.FocusAndBlurServerRpcDecorator
- fireEvent(Component.Event) - Method in class com.vaadin.event.FieldEvents.FocusAndBlurServerRpcImpl
- fireEvent(EventObject) - Method in class com.vaadin.data.provider.AbstractDataProvider
-
Sends the event to all listeners.
- fireEvent(EventObject) - Method in class com.vaadin.event.EventRouter
-
Sends an event to all registered listeners.
- fireEvent(EventObject) - Method in class com.vaadin.server.AbstractClientConnector
-
Sends the event to all listeners.
- fireEvent(EventObject, ErrorHandler) - Method in class com.vaadin.event.EventRouter
-
Sends an event to all registered listeners.
- fireExpandEvent(T, boolean) - Method in class com.vaadin.ui.Tree
-
Fires an expand event with given item.
- FIREFOX - com.vaadin.server.FontAwesome
-
Deprecated.
- fireNoInputStream(String, String, long) - Method in class com.vaadin.ui.Upload
- fireNoOutputStream(String, String, long) - Method in class com.vaadin.ui.Upload
- fireResize() - Method in class com.vaadin.ui.Window
-
Fire the resize event.
- fireSelectedTabChange() - Method in class com.vaadin.ui.TabSheet
-
Deprecated.use
TabSheet.fireSelectedTabChange(boolean)
to indicate the origin of the event - fireSelectedTabChange(boolean) - Method in class com.vaadin.ui.TabSheet
-
Sends an event that the currently selected tab has changed.
- fireSessionDestroy(VaadinSession) - Method in class com.vaadin.server.VaadinService
-
Handles destruction of the given session.
- fireStarted(String, String) - Method in class com.vaadin.ui.Upload
-
Emit upload received event.
- fireUpdateProgress(long, long) - Method in class com.vaadin.ui.Upload
-
Emits the progress event.
- fireUploadInterrupted(String, String, long) - Method in class com.vaadin.ui.Upload
-
Emits the upload failed event.
- fireUploadInterrupted(String, String, long, Exception) - Method in class com.vaadin.ui.Upload
- fireUploadSuccess(String, String, long) - Method in class com.vaadin.ui.Upload
-
Emits the upload success event.
- fireWindowOrderChange(Integer) - Method in class com.vaadin.ui.Window
- fireWindowWindowModeChange() - Method in class com.vaadin.ui.Window
- firstChild - Variable in class com.vaadin.shared.ui.splitpanel.AbstractSplitPanelState
- firstDayOfWeek - Variable in class com.vaadin.shared.ui.ui.UIState.LocaleData
- firstDelay - Variable in class com.vaadin.shared.ui.ui.UIState.LoadingIndicatorConfigurationState
- 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.
- FLAG - com.vaadin.icons.VaadinIcons
- FLAG - com.vaadin.server.FontAwesome
-
Deprecated.
- FLAG_CHECKERED - com.vaadin.icons.VaadinIcons
- FLAG_CHECKERED - com.vaadin.server.FontAwesome
-
Deprecated.
- FLAG_O - com.vaadin.icons.VaadinIcons
- FLAG_O - com.vaadin.server.FontAwesome
-
Deprecated.
- FLASH - com.vaadin.icons.VaadinIcons
- FLASH - com.vaadin.server.FontAwesome
-
Deprecated.
- FLASK - com.vaadin.icons.VaadinIcons
- FLASK - com.vaadin.server.FontAwesome
-
Deprecated.
- flatMap(SerializableFunction<R, Result<S>>) - Method in interface com.vaadin.data.Result
-
If this Result has a value, applies the given Result-returning function to the value.
- FLICKR - com.vaadin.server.FontAwesome
-
Deprecated.
- FLIGHT_LANDING - com.vaadin.icons.VaadinIcons
- FLIGHT_TAKEOFF - com.vaadin.icons.VaadinIcons
- FLIP_H - com.vaadin.icons.VaadinIcons
- FLIP_V - com.vaadin.icons.VaadinIcons
- FloatRangeValidator - Class in com.vaadin.data.validator
-
Validator for validating that a
Float
is inside a given range. - FloatRangeValidator(String, Float, Float) - Constructor for class com.vaadin.data.validator.FloatRangeValidator
-
Creates a validator for checking that an Float is within a given range.
- FloatSize(float, float) - Constructor for class com.vaadin.client.RenderInformation.FloatSize
- FLOPPY_O - com.vaadin.server.FontAwesome
-
Deprecated.
- 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
- 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() - Method in class com.vaadin.event.FieldEvents.FocusAndBlurServerRpcImpl
- focus() - Method in interface com.vaadin.shared.communication.FieldRpc.FocusServerRpc
- focus() - Method in interface com.vaadin.shared.ui.datefield.AbstractDateFieldServerRpc
-
Indicates to the server that the client-side has acquired focus.
- focus() - Method in class com.vaadin.ui.AbstractComponent
-
Sets the focus for this component if the component is
Component.Focusable
. - focus() - Method in class com.vaadin.ui.AbstractField
- focus() - Method in class com.vaadin.ui.AbstractFocusable
- focus() - Method in class com.vaadin.ui.AbstractListing
- focus() - Method in interface com.vaadin.ui.Component.Focusable
-
Sets the focus to this component.
- focus() - Method in class com.vaadin.ui.CustomField
- focus() - Method in class com.vaadin.ui.MenuBar
- focus() - Method in class com.vaadin.ui.Panel
-
Moves keyboard focus to the component.
- focus() - Method in class com.vaadin.ui.TabSheet
- focus() - Method in class com.vaadin.ui.Tree
- focus() - Method in class com.vaadin.ui.UI
- focus() - Method in class com.vaadin.ui.Upload
-
Sets the focus for this component if the component is
Component.Focusable
. - focus() - Method in class com.vaadin.ui.Window
-
Moves keyboard focus to the component.
- 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.
- focus(FieldEvents.FocusEvent) - Method in interface com.vaadin.event.FieldEvents.FocusListener
-
Component has been focused.
- FOCUS - Static variable in interface com.vaadin.shared.EventId
- focusable - Variable in class com.vaadin.event.FocusShortcut
- 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
- FocusAndBlurServerRpcDecorator(Component, SerializableConsumer<Component.Event>) - Constructor for class com.vaadin.event.FieldEvents.FocusAndBlurServerRpcDecorator
-
Create a new decorator instance.
- FocusAndBlurServerRpcImpl(Component) - Constructor for class com.vaadin.event.FieldEvents.FocusAndBlurServerRpcImpl
- 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. - focusCell(int, int) - Method in interface com.vaadin.shared.ui.treegrid.FocusRpc
-
Focuses a cell.
- focusChanged(Date) - Method in interface com.vaadin.client.ui.VAbstractCalendarPanel.FocusChangeListener
-
Called when focused date has changed in the calendar panel.
- focusDelegate - Variable in class com.vaadin.shared.ui.customfield.CustomFieldState
-
The component which should receive focus events instead of the custom field wrapper.
- 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
- FocusEvent(Component) - Constructor for class com.vaadin.event.FieldEvents.FocusEvent
- focusFirstEnabledChild() - Method in class com.vaadin.client.widgets.ChildFocusAwareFlowPanel
-
Put focus in the first child Widget that can be focused and is not disabled.
- focusMethod - Static variable in interface com.vaadin.event.FieldEvents.FocusListener
- 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.
- focusParent(String, int) - Method in interface com.vaadin.shared.ui.treegrid.FocusParentRpc
-
Focuses cell in the row parent.
- FocusParentRpc - Interface in com.vaadin.shared.ui.treegrid
-
RPC to handle client originated parent focusing in TreeGrid.
- FocusRpc - Interface in com.vaadin.shared.ui.treegrid
-
RPC to handle focusing in TreeGrid.
- FocusShortcut - Class in com.vaadin.event
-
A ready-made
ShortcutListener
that focuses the givenComponent.Focusable
(usually anAbstractField
) when the keyboard shortcut is invoked. - FocusShortcut(Component.Focusable, int) - Constructor for class com.vaadin.event.FocusShortcut
-
Creates a keyboard shortcut for focusing the given
Component.Focusable
. - FocusShortcut(Component.Focusable, int, int...) - Constructor for class com.vaadin.event.FocusShortcut
-
Creates a keyboard shortcut for focusing the given
Component.Focusable
. - FocusShortcut(Component.Focusable, String) - Constructor for class com.vaadin.event.FocusShortcut
-
Creates a keyboard shortcut for focusing the given
Component.Focusable
using the shorthand notation defined inShortcutAction
. - 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
Widget
s to implementFocusable
. - FocusUtil() - Constructor for class com.vaadin.client.ui.FocusUtil
- FOLDER - com.vaadin.icons.VaadinIcons
- FOLDER - com.vaadin.server.FontAwesome
-
Deprecated.
- FOLDER_ADD - com.vaadin.icons.VaadinIcons
- FOLDER_O - com.vaadin.icons.VaadinIcons
- FOLDER_O - com.vaadin.server.FontAwesome
-
Deprecated.
- FOLDER_OPEN - com.vaadin.icons.VaadinIcons
- FOLDER_OPEN - com.vaadin.server.FontAwesome
-
Deprecated.
- FOLDER_OPEN_O - com.vaadin.icons.VaadinIcons
- FOLDER_OPEN_O - com.vaadin.server.FontAwesome
-
Deprecated.
- FOLDER_REMOVE - com.vaadin.icons.VaadinIcons
- FOLDER_SEARCH - com.vaadin.icons.VaadinIcons
- font() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- FONT - com.vaadin.icons.VaadinIcons
- FONT - com.vaadin.server.FontAwesome
-
Deprecated.
- FONT_FAMILY - Static variable in enum com.vaadin.server.FontAwesome
-
Deprecated.
- FontAwesome - Enum in com.vaadin.server
-
Deprecated.Since 8.0 replaced with included Vaadin Icons (#7979). Will not be updated to include new icons.
- FontIcon - Class in com.vaadin.client.ui
-
A font-based icon implementation.
- FontIcon - Interface in com.vaadin.server
-
A font icon is a type of icon that is made by displaying one character from a specially constructed font containing icons ("icon font").
- FontIcon() - Constructor for class com.vaadin.client.ui.FontIcon
- FONTICON_PROTOCOL_PREFIX - Static variable in class com.vaadin.shared.ApplicationConstants
- FONTICONS - com.vaadin.server.FontAwesome
-
Deprecated.
- fontSize - Variable in class com.vaadin.client.debug.internal.VDebugWindow
- footer - Variable in class com.vaadin.client.ui.VWindow
-
For internal use only.
- footer - Variable in class com.vaadin.shared.ui.grid.GridState
-
The state of the footer section.
- Footer - Class in com.vaadin.ui.components.grid
-
Represents the footer section of a Grid.
- Footer() - Constructor for class com.vaadin.client.widgets.Grid.Footer
- Footer() - Constructor for class com.vaadin.ui.components.grid.Footer
- FOOTER - com.vaadin.shared.ui.grid.GridConstants.Section
- Footer.Row - Class in com.vaadin.ui.components.grid
-
A row in a Grid Footer.
- Footer.Row.Cell - Class in com.vaadin.ui.components.grid
-
A cell in a Grid footer row.
- FooterCell - Interface in com.vaadin.ui.components.grid
-
An individual cell on a Grid footer row.
- FooterCell() - Constructor for class com.vaadin.client.widgets.Grid.FooterCell
- FooterClickHandler - Interface in com.vaadin.client.widget.grid.events
-
Handler for
GridClickEvent
s that happen in the footer of the Grid. - FooterDoubleClickHandler - Interface in com.vaadin.client.widget.grid.events
-
Handler for
GridDoubleClickEvent
s that happen in the footer of the Grid. - FooterKeyDownHandler - Interface in com.vaadin.client.widget.grid.events
-
Handler for
GridKeyDownEvent
s that happen when the focused cell is in the footer of the Grid. - FooterKeyPressHandler - Interface in com.vaadin.client.widget.grid.events
-
Handler for
GridKeyPressEvent
s that happen when the focused cell is in the footer of the Grid. - FooterKeyUpHandler - Interface in com.vaadin.client.widget.grid.events
-
Handler for
GridKeyUpEvent
s that happen when the focused cell is in the footer of the Grid. - FooterRow - Interface in com.vaadin.ui.components.grid
-
A footer row in a Grid.
- FooterRow() - Constructor for class com.vaadin.client.widgets.Grid.FooterRow
- footerRowHeight - Variable in class com.vaadin.shared.ui.grid.GridState
-
Explicit body row height in pixels for grid rows, or -1 to calculate automatically based on the theme.
- FORCE_LOAD_COOKIE - Static variable in class com.vaadin.server.UnsupportedBrowserHandler
-
Cookie used to ignore browser checks.
- forceDataSourceUpdate - Variable in class com.vaadin.shared.ui.combobox.ComboBoxState
-
Ensure the data source is updated when backing dataprovider has been refreshed.
- 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.
- forField(HasValue<FIELDVALUE>) - Method in class com.vaadin.data.Binder
-
Creates a new binding for the given field.
- FORM - com.vaadin.icons.VaadinIcons
- format - Variable in class com.vaadin.shared.ui.datefield.AbstractDateFieldState
-
Overridden date format string, can be
null
if default formatting of the components locale is used. - format(Object) - Method in class com.vaadin.ui.declarative.DesignFormatter
-
Finds a formatter for a given object and attempts to format it.
- format(T, Class<? extends T>) - Method in class com.vaadin.ui.declarative.DesignFormatter
-
Formats an object according to a converter suitable for a given type.
- formatDate(LocalDate) - Method in class com.vaadin.ui.AbstractLocalDateField
- formatDate(LocalDateTime) - Method in class com.vaadin.ui.AbstractLocalDateTimeField
- 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.
- formatDate(T) - Method in class com.vaadin.ui.AbstractDateField
-
Formats date according to the components locale.
- formatter - Variable in class com.vaadin.client.ui.VRichTextArea
-
For internal use only.
- forMemberField(HasValue<FIELDVALUE>) - Method in class com.vaadin.data.Binder
-
Creates a new binding for the given field.
- FormLayout - Class in com.vaadin.ui
-
FormLayout is used to layout fields.
- FormLayout() - Constructor for class com.vaadin.ui.FormLayout
- FormLayout(Component...) - Constructor for class com.vaadin.ui.FormLayout
-
Constructs a FormLayout and adds the given components to it.
- FORMLAYOUT_LIGHT - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Removes the borders and background from any direct child field components (TextField, TextArea, DateField, ComboBox) in the layout.
- FormLayoutConnector - Class in com.vaadin.client.ui.formlayout
-
A connector class for FormLayout.
- FormLayoutConnector() - Constructor for class com.vaadin.client.ui.formlayout.FormLayoutConnector
- FormLayoutState - Class in com.vaadin.shared.ui.orderedlayout
-
Shared state for the FormLayout component.
- FormLayoutState() - Constructor for class com.vaadin.shared.ui.orderedlayout.FormLayoutState
- FORT_AWESOME - com.vaadin.server.FontAwesome
-
Deprecated.
- FORUMBEE - com.vaadin.server.FontAwesome
-
Deprecated.
- FORWARD - com.vaadin.icons.VaadinIcons
- FORWARD - com.vaadin.server.FontAwesome
-
Deprecated.
- FOURSQUARE - com.vaadin.server.FontAwesome
-
Deprecated.
- FragmentedMessage(Reader) - Constructor for class com.vaadin.server.communication.AtmospherePushConnection.FragmentedMessage
- FragmentedMessage(String) - Constructor for class com.vaadin.client.communication.AtmospherePushConnection.FragmentedMessage
- from(SerializableFunction<P, Result<M>>, SerializableFunction<M, P>) - Static method in interface com.vaadin.data.Converter
-
Constructs a converter from a filter and a function.
- from(SerializableFunction<P, M>, SerializableFunction<M, P>, SerializableFunction<Exception, String>) - Static method in interface com.vaadin.data.Converter
-
Constructs a converter from two functions.
- from(SerializablePredicate<T>, ErrorMessageProvider) - Static method in interface com.vaadin.data.Validator
-
Builds a validator out of a conditional function and an error message provider.
- from(SerializablePredicate<T>, ErrorMessageProvider, ErrorLevel) - Static method in interface com.vaadin.data.Validator
-
Builds a validator out of a conditional function and an error message provider.
- from(SerializablePredicate<T>, String) - Static method in interface com.vaadin.data.Validator
-
Builds a validator out of a conditional function and an error message.
- from(SerializablePredicate<T>, String, ErrorLevel) - Static method in interface com.vaadin.data.Validator
-
Builds a validator out of a conditional function and an error message.
- fromCallbacks(CallbackDataProvider.FetchCallback<T, Void>, CallbackDataProvider.CountCallback<T, Void>) - Static method in interface com.vaadin.data.provider.DataProvider
-
Creates a new data provider that uses callbacks for fetching and counting items from any backing store.
- fromCodepoint(int) - Static method in enum com.vaadin.server.FontAwesome
-
Deprecated.Finds an instance of FontAwesome with given codepoint.
- fromFilteringCallbacks(CallbackDataProvider.FetchCallback<T, F>, CallbackDataProvider.CountCallback<T, F>) - Static method in interface com.vaadin.data.provider.DataProvider
-
Creates a new data provider that uses filtering callbacks for fetching and counting items from any backing store.
- fromStream(Stream<T>) - Static method in interface com.vaadin.data.provider.DataProvider
-
Creates a new data provider from the given stream.
- 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. - FRONTEND_PROTOCOL_PREFIX - Static variable in class com.vaadin.shared.ApplicationConstants
-
An internal protocol used for referencing frontend resources.
- FRONTEND_URL - Static variable in class com.vaadin.shared.ApplicationConstants
-
Configuration parameter giving the (in some cases relative) URL to the frontend resource folder from where frontend files are served (this is what frontend:// should resolve to).
- FRONTEND_URL_ES5 - Static variable in class com.vaadin.shared.ApplicationConstants
-
Configuration name for the frontend:// URL when using a browser which is not ES6 compatible (i.e.
- FRONTEND_URL_ES5_DEFAULT_VALUE - Static variable in class com.vaadin.shared.ApplicationConstants
-
Default value of the configuration of the build URL of ES5 web components.
- FRONTEND_URL_ES6 - Static variable in class com.vaadin.shared.ApplicationConstants
-
Configuration name for the frontend:// URL when using an ES6 compatible browser.
- FRONTEND_URL_ES6_DEFAULT_VALUE - Static variable in class com.vaadin.shared.ApplicationConstants
-
Default value of the configuration of the build URL of ES6 web components.
- FROWN_O - com.vaadin.icons.VaadinIcons
- FROWN_O - com.vaadin.server.FontAwesome
-
Deprecated.
- frozenColumnCount - Variable in class com.vaadin.shared.ui.grid.GridState
-
The number of frozen columns.
- 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
- FUNCION - com.vaadin.icons.VaadinIcons
- FUNNEL - com.vaadin.icons.VaadinIcons
- FUTBOL_O - com.vaadin.server.FontAwesome
-
Deprecated.
- FutureAccess(VaadinSession, Runnable) - Constructor for class com.vaadin.server.VaadinSession.FutureAccess
-
Creates an instance for the given runnable.
G
- G - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- GAMEPAD - com.vaadin.icons.VaadinIcons
- GAMEPAD - com.vaadin.server.FontAwesome
-
Deprecated.
- GAVEL - com.vaadin.icons.VaadinIcons
- GAVEL - com.vaadin.server.FontAwesome
-
Deprecated.
- GBP - com.vaadin.server.FontAwesome
-
Deprecated.
- GE - com.vaadin.server.FontAwesome
-
Deprecated.
- GEAR - com.vaadin.server.FontAwesome
-
Deprecated.
- GEARS - com.vaadin.server.FontAwesome
-
Deprecated.
- GENDERLESS - com.vaadin.server.FontAwesome
-
Deprecated.
- generateConnectorId(ConnectorIdGenerationEvent) - Method in interface com.vaadin.server.ConnectorIdGenerator
-
Generates a connector id for a connector.
- generateConnectorId(VaadinSession, ClientConnector) - Method in class com.vaadin.server.VaadinService
-
Generates a unique id to use for a newly attached connector.
- GENERATED_BODY_CLASSNAME - Static variable in class com.vaadin.shared.ApplicationConstants
- generateData(T, JsonObject) - Method in class com.vaadin.data.provider.DataCommunicator.ActiveDataHandler
- generateData(T, JsonObject) - Method in interface com.vaadin.data.provider.DataGenerator
-
Adds custom data for the given item to its serialized
JsonObject
representation. - generateData(T, JsonObject) - Method in class com.vaadin.data.provider.HierarchyMapper
- generateData(T, JsonObject) - Method in class com.vaadin.ui.components.grid.AbstractSelectionModel
- generateData(T, JsonObject) - Method in class com.vaadin.ui.components.grid.EditorImpl
- generateData(T, JsonObject) - Method in class com.vaadin.ui.Grid.DetailsManager
- generateData(T, JsonObject) - Method in class com.vaadin.ui.Tree.TreeRenderer
- generateDefaultConnectorId(ConnectorIdGenerationEvent) - Static method in interface com.vaadin.server.ConnectorIdGenerator
-
Generates a connector id using the default logic by using
VaadinSession.getNextConnectorId()
. - generateOptimizedWidgetSet(Set<String>) - Method in class com.vaadin.client.debug.internal.OptimizedWidgetsetPanel
- GenericFontIcon - Class in com.vaadin.server
-
A generic implementation of
FontIcon
interface. - GenericFontIcon(String, int) - Constructor for class com.vaadin.server.GenericFontIcon
-
Creates a new instance of GenericFontIcon with given font family and codepoint.
- 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() - Static method in class com.vaadin.event.dd.acceptcriteria.AcceptAll
- get() - Static method in class com.vaadin.event.dd.acceptcriteria.SourceIsTarget
- get() - Static method in class com.vaadin.server.DefaultSystemMessagesProvider
-
Gets the instance.
- get() - Method in class com.vaadin.server.VaadinSession.FutureAccess
- 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(Class<? extends T>) - Static method in class com.vaadin.data.BeanPropertySet
-
Gets a
BeanPropertySet
for the given bean type. - get(Class<? extends T>, boolean, PropertyFilterDefinition) - Static method in class com.vaadin.data.BeanPropertySet
-
Gets a
BeanPropertySet
for the given bean type. - get(Class<T>) - Static method in class com.vaadin.util.CurrentInstance
-
Gets the current instance of a specific type if available.
- 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.
- get(String) - Method in interface com.vaadin.data.provider.DataKeyMapper
-
Gets the data object identified by given key.
- get(String) - Method in class com.vaadin.server.KeyMapper
-
Retrieves object with the key.
- GET_POCKET - com.vaadin.server.FontAwesome
-
Deprecated.
- getAbsoluteLeft() - Method in class com.vaadin.ui.DragAndDropWrapper.WrapperTargetDetails
-
Deprecated.
- getAbsoluteTop() - Method in class com.vaadin.ui.DragAndDropWrapper.WrapperTargetDetails
-
Deprecated.
- 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.
- getAcceptCriterion() - Method in interface com.vaadin.event.dd.DropHandler
-
Deprecated.Returns the
AcceptCriterion
used to evaluate whether theTransferable
will be handed over toDropHandler.drop(DragAndDropEvent)
method. - getAcceptMimeTypes() - Method in class com.vaadin.ui.Upload
-
Returns the component's list of accepted content-types.
- getActionKey() - Method in class com.vaadin.client.ui.TreeAction
- getActionManager() - Method in class com.vaadin.ui.AbstractComponent
-
Gets the
ActionManager
used to manage theShortcutListener
s added to this component. - getActionManager() - Method in class com.vaadin.ui.Panel
- getActionManager() - Method in class com.vaadin.ui.UI
- getActions() - Method in interface com.vaadin.client.ui.ActionOwner
- getActions(Object, Object) - Method in interface com.vaadin.event.Action.Handler
-
Gets the list of actions applicable to this handler.
- getActions(Object, Object) - Method in class com.vaadin.event.ActionManager
- getActiveData() - Method in class com.vaadin.data.provider.DataCommunicator.ActiveDataHandler
-
Returns all currently active data mapped by their id from DataProvider.
- getActiveDataHandler() - Method in class com.vaadin.data.provider.DataCommunicator
-
Returns the active data handler.
- getActiveDragSource() - Method in class com.vaadin.ui.UI
-
Gets the drag source of an active HTML5 drag event.
- 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
. - getAddedConnectorIdGenerators() - Method in class com.vaadin.server.ServiceInitEvent
-
Gets an unmodifiable list of all connector id generators that have been added for the service.
- getAddedDependencyFilters() - Method in class com.vaadin.server.ServiceInitEvent
-
Gets an unmodifiable list of all dependency filters that have been added for the service.
- getAddedRequestHandlers() - Method in class com.vaadin.server.ServiceInitEvent
-
Gets an unmodifiable list of all custom request handlers that have been added for the service.
- getAddedSelection() - Method in class com.vaadin.event.selection.MultiSelectionEvent
-
Gets the items that were added to selection.
- getAddonStyles() - Method in class com.vaadin.server.widgetsetutils.ClassPathExplorer.LocationInfo
- getAddress() - Method in class com.vaadin.server.WebBrowser
-
Gets the IP-address of the web browser.
- 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.
- getAllChildrenIterable(ClientConnector) - Static method in class com.vaadin.server.AbstractClientConnector
-
Get an Iterable for iterating over all child connectors, including both extensions and child components.
- getAllSelectedItems() - Method in class com.vaadin.event.selection.MultiSelectionEvent
-
Gets all the currently selected items.
- getAllSelectedItems() - Method in interface com.vaadin.event.selection.SelectionEvent
-
Gets all the currently selected items.
- getAllSelectedItems() - Method in class com.vaadin.event.selection.SingleSelectionEvent
- getAllSessions(HttpSession) - Static method in class com.vaadin.server.VaadinSession
-
Retrieves all
VaadinSession
s which are stored in the given HTTP session. - getAlpha() - Method in class com.vaadin.shared.ui.colorpicker.Color
-
Returns the alpha value of the color.
- getAlternateText() - Method in class com.vaadin.ui.AbstractEmbedded
-
Gets this component's alternate text that can be presented instead of the component's normal content for accessibility purposes.
- getAlternateText() - Method in class com.vaadin.ui.Embedded
-
Gets this component's "alt-text".
- getAltText() - Method in class com.vaadin.ui.AbstractMedia
- 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.
- getAnnotationFor(Class<?>, Class<T>) - Static method in class com.vaadin.server.UIProvider
-
Helper to get an annotation for a class.
- getAppId() - Method in class com.vaadin.server.BootstrapHandler.BootstrapContext
-
Deprecated.Gets the application id.
- getApplication() - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.
- getApplicationClass() - Method in class com.vaadin.server.LegacyVaadinServlet
- 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.)
- getApplicationOrSystemProperty(String, String) - Method in class com.vaadin.server.DefaultDeploymentConfiguration
- getApplicationOrSystemProperty(String, String) - Method in interface com.vaadin.server.DeploymentConfiguration
-
Gets a configured property.
- getApplicationParameters() - Method in class com.vaadin.server.BootstrapHandler.BootstrapContext
-
Deprecated.Gets the application parameters specified by the BootstrapHandler.
- getApplicationParameters(BootstrapHandler.BootstrapContext) - Method in class com.vaadin.server.BootstrapHandler
-
Deprecated.
- getApplicationProperty(String) - Method in class com.vaadin.server.DefaultDeploymentConfiguration
-
Gets an application property value.
- getApplicationState() - Method in class com.vaadin.client.ApplicationConnection
-
Returns the state of this application.
- getApplicationUrl(VaadinRequest) - Method in class com.vaadin.server.VaadinService
-
Deprecated.As of 7.0. Only used to support
LegacyApplication
. - getApplicationUrl(VaadinRequest) - Method in class com.vaadin.server.VaadinServletService
- getApplicationUrl(HttpServletRequest) - Method in class com.vaadin.server.VaadinServlet
-
Deprecated.As of 7.0. Will likely change or be removed in a future version
- getArchive() - Method in class com.vaadin.ui.Embedded
-
This attribute may be used to specify a space-separated list of URIs for archives containing resources relevant to the object, which may include the resources specified by the classid and data attributes.
- getArea() - Method in exception com.vaadin.ui.GridLayout.OutOfBoundsException
-
Gets the area that is out of bounds.
- getArea() - Method in exception com.vaadin.ui.GridLayout.OverlapsException
-
Gets the area .
- getAssistiveCaption() - Method in class com.vaadin.client.widgets.Grid.Column
-
Returns the current header aria-label for this column.
- getAssistiveCaption() - Method in class com.vaadin.ui.Grid.Column
-
Gets the header caption for this column.
- getAssistiveDescription() - Method in class com.vaadin.client.ui.VWindow
-
Gets the connectors that are used as assistive description.
- getAssistiveDescription() - Method in class com.vaadin.ui.Window
-
Gets the components that are used as assistive description.
- getAssistiveLabel(AbstractDateFieldState.AccessibleElement) - Method in class com.vaadin.ui.AbstractDateField
-
Gets the assistive label of a calendar navigation element.
- getAssistivePostfix() - Method in class com.vaadin.client.ui.VWindow
-
Getter for the text for assistive devices the window caption is postfixed with.
- getAssistivePostfix() - Method in class com.vaadin.ui.Window
-
Gets the accessibility postfix for the window caption.
- getAssistivePostfix(Notification.Type) - Method in interface com.vaadin.ui.NotificationConfiguration
-
Gets the accessibility postfix for a notification type.
- getAssistivePrefix() - Method in class com.vaadin.client.ui.VWindow
-
Getter for the text for assistive devices the window caption is prefixed with.
- getAssistivePrefix() - Method in class com.vaadin.ui.Window
-
Gets the accessibility prefix for the window caption.
- getAssistivePrefix(Notification.Type) - Method in interface com.vaadin.ui.NotificationConfiguration
-
Gets the accessibility prefix for a notification type.
- getAssistiveRole() - Method in class com.vaadin.ui.Window
-
Gets the WAI-ARIA role the window.
- getAssistiveRole(Notification.Type) - Method in interface com.vaadin.ui.NotificationConfiguration
-
Gets the WAI-ARIA role for a notification type.
- getAssistiveText() - Method in class com.vaadin.ui.DateField
-
Get the description that explains the usage of the Widget for users of assistive devices.
- getAssistiveText() - Method in class com.vaadin.ui.DateTimeField
-
Get the description that explains the usage of the Widget for users of assistive devices.
- getAssociatedClass() - Method in class com.vaadin.server.ClassResource
- 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.
- getAtmosphereVersion() - Static method in class com.vaadin.server.communication.AtmospherePushConnection
- getAttachedComponent() - Method in class com.vaadin.ui.HasComponents.ComponentAttachEvent
-
Gets the attached component.
- getAttribute(Class<T>) - Method in class com.vaadin.server.VaadinSession
-
Gets a stored attribute value.
- getAttribute(String) - Method in interface com.vaadin.server.VaadinRequest
-
Gets a request attribute.
- getAttribute(String) - Method in class com.vaadin.server.VaadinSession
-
Gets a stored attribute value.
- getAttribute(String) - Method in class com.vaadin.server.WrappedHttpSession
- getAttribute(String) - Method in interface com.vaadin.server.WrappedSession
-
Gets an attribute from this session.
- getAttributeName(String) - Static method in class com.vaadin.server.communication.JSR356WebsocketInitializer
-
Returns the name of the attribute in the servlet context where the pre-initialized Atmosphere object is stored.
- getAttributeNames() - Method in class com.vaadin.client.UIDL
-
Gets the names of the attributes available.
- getAttributeNames() - Method in interface com.vaadin.server.VaadinRequest
-
Returns an Enumeration containing the names of the attributes available to this request.
- getAttributeNames() - Method in class com.vaadin.server.WrappedHttpSession
- getAttributeNames() - Method in interface com.vaadin.server.WrappedSession
-
Gets the current set of attribute names stored in this session.
- getAuthenticationErrorCaption() - Method in class com.vaadin.server.SystemMessages
- getAuthenticationErrorMessage() - Method in class com.vaadin.server.SystemMessages
- getAuthenticationErrorURL() - Method in class com.vaadin.server.SystemMessages
- getAuthorizationError() - Method in class com.vaadin.client.ApplicationConfiguration
- getAuthType() - Method in interface com.vaadin.server.VaadinRequest
-
Returns the name of the authentication scheme used for the connection between client and server, for example,
BASIC_AUTH
,CLIENT_CERT_AUTH
, a custom one ornull
if there was no authentication. - 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. - getAvailableWidgetSets() - Static method in class com.vaadin.server.widgetsetutils.ClassPathExplorer
-
Deprecated.
- getAvailableWidgetSetsAndStylesheets() - Static method in class com.vaadin.server.widgetsetutils.ClassPathExplorer
-
Finds the names and locations of widgetsets and themes available on the class path.
- getBackEndSorting() - Method in class com.vaadin.data.provider.DataCommunicator
-
Returns the
QuerySortOrder
to use with backend sorting. - getBackEndSorting() - Method in class com.vaadin.data.provider.HierarchyMapper
-
Gets the current back-end sorting.
- getBackwardKey() - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
-
The key that selects the previous day in the calendar.
- getBaseDirectory() - Method in class com.vaadin.server.VaadinService
-
Returns the context base directory.
- getBaseDirectory() - Method in class com.vaadin.server.VaadinServletService
- getBaseTypeName() - Method in class com.vaadin.client.metadata.Type
- getBean() - Method in class com.vaadin.data.Binder
-
Returns the bean that has been bound with
Binder.bind(com.vaadin.data.HasValue<FIELDVALUE>, com.vaadin.data.ValueProvider<BEAN, FIELDVALUE>, com.vaadin.server.Setter<BEAN, FIELDVALUE>)
, or null if a bean is not currently bound. - getBean() - Method in class com.vaadin.ui.components.grid.EditorCancelEvent
-
Gets the bean being edited.
- getBean() - Method in class com.vaadin.ui.components.grid.EditorOpenEvent
-
Gets the bean being edited.
- getBean() - Method in class com.vaadin.ui.components.grid.EditorSaveEvent
-
Gets the bean being edited.
- getBeanPropertyDescriptors(Class<?>) - Static method in class com.vaadin.data.util.BeanUtil
-
Returns the property descriptors of a class or an interface.
- getBeanState(BEAN, Collection<Binder.Binding<BEAN, ?>>) - Method in class com.vaadin.data.Binder
-
Stores the state of the given bean.
- getBeanType() - Method in class com.vaadin.client.metadata.Property
- getBeanType() - Method in class com.vaadin.data.BeanPropertySet
-
Gets the bean type of this bean property set.
- getBeanType() - Method in class com.vaadin.ui.Grid
-
Gets the bean type used by this grid.
- getBeanValidationErrors() - Method in class com.vaadin.data.BinderValidationStatus
-
Gets the failed bean level validation results.
- getBeanValidationErrors() - Method in exception com.vaadin.data.ValidationException
-
Returns a list of the bean level validation errors which caused the exception, or an empty list if the exception was caused by
field level validation errors
. - getBeanValidationResults() - Method in class com.vaadin.data.BinderValidationStatus
-
Gets the bean level validation results.
- getBinder() - Method in class com.vaadin.data.Binder.BindingBuilderImpl
-
Returns the
Binder
connected to thisBinding
instance. - getBinder() - Method in class com.vaadin.data.Binder.BindingImpl
-
Returns the
Binder
connected to thisBinding
instance. - getBinder() - Method in class com.vaadin.data.BinderValidationStatus
-
Gets the source binder of the status.
- getBinder() - Method in class com.vaadin.data.StatusChangeEvent
-
Gets the binder.
- getBinder() - Method in interface com.vaadin.ui.components.grid.Editor
-
Returns the underlying Binder from Editor.
- getBinder() - Method in class com.vaadin.ui.components.grid.EditorImpl
- getBinding() - Method in class com.vaadin.data.BindingValidationStatus
-
Gets the source binding of the validation status.
- getBinding(String) - Method in class com.vaadin.data.Binder
-
Gets the binding for a property name.
- getBindings() - Method in class com.vaadin.data.Binder
-
Returns the bindings for this binder.
- getBitMask() - Method in class com.vaadin.shared.ui.AlignmentInfo
- getBitMask() - Method in class com.vaadin.shared.ui.MarginInfo
-
Deprecated.
- getBitMask() - Method in class com.vaadin.ui.Alignment
-
Returns a bitmask representation of the alignment value.
- getBlue() - Method in class com.vaadin.shared.ui.colorpicker.Color
-
Returns the blue value of the color.
- getBody() - Method in class com.vaadin.client.widgets.Escalator
-
Returns the row container for the body in this Escalator.
- getBodyRowHeight() - Method in class com.vaadin.ui.Grid
-
Returns the current body row height.
- 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.
- getBootstrapHandler() - Method in class com.vaadin.server.BootstrapResponse
-
Gets the bootstrap handler that fired this event.
- getBootstrapResponse() - Method in class com.vaadin.server.BootstrapHandler.BootstrapContext
-
Deprecated.Gets the bootstrap response object.
- 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
- getBottomUnits() - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Gets the unit for the 'bottom' attribute.
- getBottomValue() - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Gets the 'bottom' attributes value using current units.
- getBoundingClientRect(Element) - Static method in class com.vaadin.client.WidgetUtil
- getBrowser() - Method in class com.vaadin.server.VaadinSession
-
Deprecated.As of 7.0, use
Page.getWebBrowser()
instead. - getBrowserApplication() - Method in class com.vaadin.server.WebBrowser
-
Get the browser user-agent string.
- getBrowserEngineVersion() - Method in class com.vaadin.shared.VBrowserDetails
-
Returns the version of the browser engine.
- 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.
- getBrowserMajorVersion() - Method in class com.vaadin.server.WebBrowser
-
Gets the major version of the browser the user is using.
- getBrowserMajorVersion() - Method in class com.vaadin.shared.VBrowserDetails
-
Returns the browser major version e.g., 3 for Firefox 3.5, 4 for Chrome 4, 8 for Internet Explorer 8.
- getBrowserMinorVersion() - Method in class com.vaadin.client.BrowserInfo
-
Returns the browser minor version e.g., 5 for Firefox 3.5.
- getBrowserMinorVersion() - Method in class com.vaadin.server.WebBrowser
-
Gets the minor version of the browser the user is using.
- getBrowserMinorVersion() - Method in class com.vaadin.shared.VBrowserDetails
-
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.
- getBrowserVersion() - Method in class com.vaadin.server.WebBrowser
-
Gets the complete browser version as string.
- getBrowserVersion() - Method in class com.vaadin.shared.VBrowserDetails
-
Gets the complete browser version as string.
- getBrowserWindowHeight() - Method in class com.vaadin.server.Page
-
Gets the last known height of the browser window in which this UI resides.
- getBrowserWindowHeight() - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.As of 7.0, use the similarly named api in Page instead
- getBrowserWindowWidth() - Method in class com.vaadin.server.Page
-
Gets the last known width of the browser window in which this uI resides.
- getBrowserWindowWidth() - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.As of 7.0, use the similarly named api in Page instead
- getBufferSize() - Method in class com.vaadin.server.ClassResource
-
Gets the size of the download buffer used for this resource.
- getBufferSize() - Method in class com.vaadin.server.DownloadStream
-
Gets the size of the download buffer.
- getBufferSize() - Method in class com.vaadin.server.FileResource
-
Gets the size of the download buffer used for this resource.
- getBufferSize() - Method in class com.vaadin.server.StreamResource
-
Gets the size of the download buffer used for this resource.
- getBuildIdentifier() - Static method in class com.vaadin.shared.Version
- getBundleForIdentifier(String) - Method in class com.vaadin.client.metadata.ConnectorBundleLoader
- getButton() - Method in class com.vaadin.event.MouseEvents.ClickEvent
-
Returns an identifier describing which mouse button the user pushed.
- getButton() - Method in class com.vaadin.shared.MouseEventDetails
- getButton() - Method in class com.vaadin.ui.Button.ClickEvent
-
Gets the Button where the event occurred.
- getButtonCaption() - Method in class com.vaadin.ui.Upload
-
Returns the string rendered into button that fires uploading.
- getButtonName() - Method in class com.vaadin.event.MouseEvents.ClickEvent
-
Returns a human readable string representing which button has been pushed.
- getButtonName() - Method in class com.vaadin.shared.MouseEventDetails
- getButtonStyleName() - Method in class com.vaadin.ui.Upload
-
Returns the style name rendered into button that fires uploading.
- getByIdentifier(String) - Static method in enum com.vaadin.shared.ui.ui.Transport
-
Returns a Transport by its identifier.
- getBytesRead() - Method in class com.vaadin.ui.Upload
-
Gets read bytes of the file currently being uploaded.
- getBytesReceived() - Method in interface com.vaadin.server.StreamVariable.StreamingEvent
- getCachedRange() - Method in class com.vaadin.client.data.AbstractRemoteDataSource
-
Gets the current range of cached rows.
- getCacheTime() - Method in class com.vaadin.server.ClassResource
-
Gets the length of cache expiration time.
- getCacheTime() - Method in class com.vaadin.server.DownloadStream
-
Gets length of cache expiration time.
- getCacheTime() - Method in class com.vaadin.server.FileResource
-
Gets the length of cache expiration time.
- getCacheTime() - Method in class com.vaadin.server.StreamResource
-
Gets the length of cache expiration time.
- getCacheTime(String) - Method in class com.vaadin.server.VaadinServlet
-
Calculates the cache lifetime for the given filename in seconds.
- getCallback() - Method in class com.vaadin.client.metadata.AsyncBundleLoader
- getCallbackNames() - Method in interface com.vaadin.shared.JavaScriptConnectorState
- getCallbackNames() - Method in class com.vaadin.shared.JavaScriptExtensionState
- getCallbackNames() - Method in class com.vaadin.shared.ui.JavaScriptComponentState
- getCancelCaption() - Method in class com.vaadin.client.widgets.Grid.Editor
-
Returns the caption of the cancel button.
- getCancelCaption() - Method in interface com.vaadin.ui.components.grid.Editor
-
Gets the caption of the cancel button in buffered mode.
- getCancelCaption() - Method in class com.vaadin.ui.components.grid.EditorImpl
- getCancelingRelativePath(String) - Static method in class com.vaadin.server.VaadinServletService
-
Gets a relative path that cancels the provided path.
- 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() - Method in class com.vaadin.data.AbstractBeanPropertyDefinition
- getCaption() - Method in interface com.vaadin.data.PropertyDefinition
-
Gets the human readable caption to show for this property.
- getCaption() - Method in class com.vaadin.event.Action
-
Returns the action's caption.
- getCaption() - Method in class com.vaadin.ui.AbstractComponent
- getCaption() - Method in interface com.vaadin.ui.Component
-
Gets the caption of the component.
- getCaption() - Method in class com.vaadin.ui.Composite
- getCaption() - Method in class com.vaadin.ui.Grid.Column
-
Gets the header caption for this column.
- getCaption() - Method in class com.vaadin.ui.Notification
-
Gets the caption part of the notification message.
- getCaption() - Method in interface com.vaadin.ui.TabSheet.Tab
-
Gets the caption for the tab.
- getCaption() - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
-
Returns the tab caption.
- getCaption() - Method in class com.vaadin.ui.Tree
- 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.As of 7.2, call or override
VAbstractOrderedLayout.getCaptionPositionFromElement(Element)
instead - 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.
- getCause() - Method in exception com.vaadin.server.SystemMessageException
- getCauses() - Method in class com.vaadin.server.AbstractErrorMessage
- 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.
- getCell(Grid.Column<?, ?>) - Method in interface com.vaadin.ui.components.grid.FooterRow
-
Returns the cell on this row corresponding to the given column.
- getCell(Grid.Column<?, ?>) - Method in interface com.vaadin.ui.components.grid.HeaderRow
-
Returns the cell on this row corresponding to the given column.
- getCell(Grid.Column<?, ?>) - Method in class com.vaadin.ui.components.grid.StaticSection.StaticRow
-
Returns the cell in this section that corresponds to the given column.
- getCell(String) - Method in interface com.vaadin.ui.components.grid.FooterRow
-
Returns the cell on this row corresponding to the given column id.
- getCell(String) - Method in interface com.vaadin.ui.components.grid.HeaderRow
-
Returns the cell on this row corresponding to the given column id.
- getCell(String) - Method in class com.vaadin.ui.components.grid.StaticSection.StaticRow
-
Returns the cell in this section that corresponds to the given column id.
- 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.
- getCellTagName() - Method in class com.vaadin.ui.components.grid.Footer.Row
- getCellTagName() - Method in class com.vaadin.ui.components.grid.Header.Row
- getCellTagName() - Method in class com.vaadin.ui.components.grid.StaticSection.StaticRow
-
Returns the declarative tag name used for the cells in this row.
- getCellType() - Method in interface com.vaadin.ui.components.grid.FooterCell
-
Returns the type of content stored in this cell.
- getCellType() - Method in interface com.vaadin.ui.components.grid.HeaderCell
-
Returns the type of content stored in this cell.
- getChangedBindings() - Method in class com.vaadin.data.Binder
-
Get the immutable Set of changed bindings.
- 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. - getCharacterEncoding() - Method in interface com.vaadin.server.VaadinRequest
-
Returns the name of the character encoding used in the body of this request.
- 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() - Method in class com.vaadin.event.LayoutEvents.LayoutClickEvent
-
Returns the direct child component of the layout which contains the clicked component.
- 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.
- getChildCount(HierarchicalQuery<T, SerializablePredicate<T>>) - Method in class com.vaadin.data.provider.TreeDataProvider
- getChildCount(HierarchicalQuery<T, F>) - Method in interface com.vaadin.data.provider.HierarchicalDataProvider
-
Get the number of immediate child data items for the parent item returned by a given query.
- getChildElementIndex(Element) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.getChildElementIndex(Element)
instead. - 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.
- getChildMeasurementHint() - Method in interface com.vaadin.ui.HasChildMeasurementHint
-
Returns the current child size measurement hint.
- 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
- getChildren() - Method in class com.vaadin.ui.MenuBar.MenuItem
-
This will return the children of this item or null if there are none.
- getChildren(T) - Method in class com.vaadin.data.TreeData
-
Get the immediate child items for the given item.
- 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
- getClassId() - Method in class com.vaadin.ui.Embedded
-
This attribute may be used to specify the location of an object's implementation via a URI.
- getClassLoader() - Method in class com.vaadin.server.VaadinService
-
Gets the class loader to use for loading classes loaded by name, e.g.
- getClassLoaderName() - Method in class com.vaadin.server.AbstractDeploymentConfiguration
- getClassLoaderName() - Method in interface com.vaadin.server.DeploymentConfiguration
-
Gets class loader configuration option value.
- getClickedComponent() - Method in class com.vaadin.event.LayoutEvents.LayoutClickEvent
-
Returns the component that was clicked, which is somewhere inside the parent layout on which the listener was registered.
- 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.
- getClientCache(UI) - Method in class com.vaadin.server.LegacyCommunicationManager
-
Deprecated.As of 7.1. See #11410.
- getClientRpc() - Method in class com.vaadin.data.provider.DataCommunicator
-
Get the client rpc interface for this data communicator.
- getClientToServerId() - Method in class com.vaadin.server.communication.ServerRpcHandler.RpcRequest
-
Gets the id of the client to server message.
- getClientX() - Method in class com.vaadin.event.MouseEvents.ClickEvent
-
Returns the mouse position (x coordinate) when the click took place.
- getClientX() - Method in class com.vaadin.shared.MouseEventDetails
- getClientX() - Method in class com.vaadin.ui.Button.ClickEvent
-
Returns the mouse position (x coordinate) when the click took place.
- getClientY() - Method in class com.vaadin.event.MouseEvents.ClickEvent
-
Returns the mouse position (y coordinate) when the click took place.
- getClientY() - Method in class com.vaadin.shared.MouseEventDetails
- getClientY() - Method in class com.vaadin.ui.Button.ClickEvent
-
Returns the mouse position (y coordinate) when the click took place.
- 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.
- getCloseShortcuts() - Method in class com.vaadin.ui.Window
-
Returns an unmodifiable collection of
Window.CloseShortcut
objects currently registered with thisWindow
. - 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.
- getCloseTimeout() - Method in interface com.vaadin.ui.TooltipConfiguration
-
Returns the time (in ms) the tooltip should be displayed after an event that will cause it to be closed (e.g.
- getCodebase() - Method in class com.vaadin.ui.Embedded
-
This attribute specifies the base path used to resolve relative URIs specified by the classid, data, and archive attributes.
- getCodepoint() - Method in class com.vaadin.client.ui.FontIcon
-
Gets the codepoint indicating which particular icon (character) within the font-family this is.
- getCodepoint() - Method in enum com.vaadin.icons.VaadinIcons
- getCodepoint() - Method in enum com.vaadin.server.FontAwesome
-
Deprecated.
- getCodepoint() - Method in interface com.vaadin.server.FontIcon
-
Returns the unicode codepoint (character location) for this icon within the font given in
FontIcon.getFontFamily()
. - getCodepoint() - Method in class com.vaadin.server.GenericFontIcon
- getCodetype() - Method in class com.vaadin.ui.Embedded
-
Gets the MIME-Type of the code.
- getCollapsedItem() - Method in class com.vaadin.event.CollapseEvent
-
Get the collapsed item that triggered this event.
- getColor() - Method in class com.vaadin.client.ui.VColorPicker
-
Gets the color.
- getColor() - Method in class com.vaadin.client.ui.VColorPickerArea
-
Gets the color.
- getColorHistory() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPopup
-
Gets the color history.
- 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() - Method in class com.vaadin.ui.Grid.ColumnResizeEvent
-
Returns the column that was resized.
- getColumn() - Method in class com.vaadin.ui.Grid.ColumnVisibilityChangeEvent
-
Gets the column that became hidden or visible.
- getColumn() - Method in class com.vaadin.ui.Grid.GridContextClickEvent
-
Returns the clicked column.
- getColumn() - Method in class com.vaadin.ui.Grid.ItemClick
-
Returns the clicked column.
- getColumn() - Method in class com.vaadin.ui.renderers.ClickableRenderer.RendererClickEvent
-
Returns the
Grid.Column
where the click event originated. - 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.
- getColumn(String) - Method in class com.vaadin.ui.Grid
-
Gets a
Grid.Column
of this grid by its identifying string. - getColumn1() - Method in class com.vaadin.ui.GridLayout.Area
-
Gets the column of the top-left corner cell.
- getColumn2() - Method in class com.vaadin.ui.GridLayout.Area
-
Gets the column of the bottom-right corner cell.
- getColumnByInternalId(String) - Method in class com.vaadin.ui.components.grid.StaticSection
- getColumnByInternalId(String) - Method in class com.vaadin.ui.Grid
-
Returns a column identified by its internal id.
- 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.
- getColumnExpandRatio(int) - Method in class com.vaadin.ui.GridLayout
-
Returns the expand ratio of given column.
- getColumnId() - Method in interface com.vaadin.ui.components.grid.FooterCell
-
Gets the column id where this cell is.
- getColumnId() - Method in interface com.vaadin.ui.components.grid.HeaderCell
-
Gets the column id where this cell is.
- 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.
- getColumnResizeMode() - Method in class com.vaadin.ui.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.
- getColumns() - Method in class com.vaadin.ui.Grid
-
Gets an unmodifiable collection of all columns currently in this
Grid
. - getColumns() - Method in class com.vaadin.ui.GridLayout
-
Get the number of columns in the grid.
- 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
- getCommand() - Method in class com.vaadin.ui.MenuBar.MenuItem
-
For the associated command.
- getCommunicationError() - Method in class com.vaadin.client.ApplicationConfiguration
- getCommunicationErrorCaption() - Method in class com.vaadin.server.SystemMessages
- getCommunicationErrorMessage() - Method in class com.vaadin.server.SystemMessages
- getCommunicationErrorURL() - Method in class com.vaadin.server.SystemMessages
- getCommunicationManager() - Method in class com.vaadin.server.VaadinSession
-
Deprecated.As of 7.0. Will likely change or be removed in a future version
- 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.
- getComparator(SortDirection) - Method in class com.vaadin.ui.Grid.Column
-
Gets the comparator to use with in-memory sorting for this column when sorting in the given direction.
- 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() - Method in class com.vaadin.data.HasValue.ValueChangeEvent
-
Returns the component.
- getComponent() - Method in class com.vaadin.data.ValueContext
-
Returns an
Optional
for theComponent
related to value conversion. - getComponent() - Method in class com.vaadin.ui.Component.Event
-
Gets the component where the event occurred.
- getComponent() - Method in interface com.vaadin.ui.components.grid.FooterCell
-
Returns the component displayed in this cell.
- getComponent() - Method in interface com.vaadin.ui.components.grid.HeaderCell
-
Returns the component displayed in this cell.
- getComponent() - Method in class com.vaadin.ui.declarative.DesignContext.ComponentCreatedEvent
-
Returns the created component.
- getComponent() - Method in class com.vaadin.ui.dnd.event.DragEndEvent
-
Returns the drag source component where the dragend event occurred.
- getComponent() - Method in class com.vaadin.ui.dnd.event.DragStartEvent
-
Returns the drag source component where the dragstart event occurred.
- getComponent() - Method in class com.vaadin.ui.dnd.event.DropEvent
-
Returns the drop target component where the drop event occurred.
- getComponent() - Method in class com.vaadin.ui.Grid.GridContextClickEvent
- getComponent() - Method in class com.vaadin.ui.GridLayout.Area
-
Gets the component connected to the area.
- getComponent() - Method in interface com.vaadin.ui.TabSheet.Tab
-
Get the component related to the Tab.
- getComponent() - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- getComponent() - Method in class com.vaadin.ui.Tree.TreeContextClickEvent
- getComponent(int) - Method in class com.vaadin.ui.AbstractOrderedLayout
-
Returns the component at the given position.
- getComponent(int) - Method in class com.vaadin.ui.CssLayout
-
Returns the component at the given position.
- getComponent(int, int) - Method in class com.vaadin.ui.GridLayout
-
Gets the Component at given index.
- 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 - getComponent(String) - Method in class com.vaadin.ui.CustomLayout
-
Gets the child-component by its location.
- getComponentAlignment(Component) - Method in class com.vaadin.ui.AbstractOrderedLayout
- getComponentAlignment(Component) - Method in class com.vaadin.ui.GridLayout
- getComponentAlignment(Component) - Method in interface com.vaadin.ui.Layout.AlignmentHandler
-
Returns the current Alignment of given component.
- getComponentArea(Component) - Method in class com.vaadin.ui.GridLayout
-
Returns information about the area where given component is laid in the GridLayout.
- getComponentByCaption(String) - Method in class com.vaadin.ui.declarative.DesignContext
-
Returns a component having the specified caption.
- getComponentById(String) - Method in class com.vaadin.ui.declarative.DesignContext
-
Returns a component having the specified global id.
- getComponentByLocalId(String) - Method in class com.vaadin.ui.declarative.DesignContext
-
Returns a component having the specified local id.
- 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
- getComponentCount() - Method in class com.vaadin.ui.AbsoluteLayout
-
Gets the number of contained components.
- getComponentCount() - Method in class com.vaadin.ui.AbstractOrderedLayout
-
Gets the number of contained components.
- getComponentCount() - Method in class com.vaadin.ui.AbstractSingleComponentContainer
- getComponentCount() - Method in class com.vaadin.ui.AbstractSplitPanel
-
Gets the number of contained components.
- getComponentCount() - Method in interface com.vaadin.ui.ComponentContainer
-
Gets the number of children this
ComponentContainer
has. - getComponentCount() - Method in class com.vaadin.ui.CssLayout
-
Gets the number of contained components.
- getComponentCount() - Method in class com.vaadin.ui.CustomComponent
-
Gets the number of contained components.
- getComponentCount() - Method in class com.vaadin.ui.CustomLayout
-
Gets the number of contained components.
- getComponentCount() - Method in class com.vaadin.ui.GridLayout
-
Gets the number of components contained in the layout.
- getComponentCount() - Method in class com.vaadin.ui.PopupView
-
Gets the number of contained components.
- getComponentCount() - Method in interface com.vaadin.ui.SingleComponentContainer
-
Gets the number of children this
SingleComponentContainer
has. - getComponentCount() - Method in class com.vaadin.ui.TabSheet
-
Gets the number of contained components (tabs).
- getComponentCount() - Method in class com.vaadin.ui.UI
- getComponentError() - Method in class com.vaadin.ui.AbstractComponent
-
Gets the component's error message.
- getComponentError() - Method in class com.vaadin.ui.Composite
- getComponentError() - Method in interface com.vaadin.ui.TabSheet.Tab
-
Gets the current error message shown for the tab.
- getComponentError() - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- getComponentError() - Method in class com.vaadin.ui.Tree
- getComponentFactory() - Static method in class com.vaadin.ui.declarative.Design
-
Gets the currently used component factory.
- getComponentIndex(Component) - Method in class com.vaadin.ui.AbstractOrderedLayout
-
Returns the index of the given component.
- getComponentIndex(Component) - Method in class com.vaadin.ui.CssLayout
-
Returns the index of the given component.
- getComponentIterator() - Method in class com.vaadin.ui.AbstractComponentContainer
-
Deprecated.As of 7.0, use
HasComponents.iterator()
instead. - getComponentIterator() - Method in interface com.vaadin.ui.ComponentContainer
-
Deprecated.As of 7.0, use
HasComponents.iterator()
instead. - getComponentLocalId(Component) - Method in class com.vaadin.ui.declarative.DesignContext
-
Returns the local id for a component.
- getComponentMapper() - Static method in class com.vaadin.ui.declarative.Design
-
Gets the currently used component mapper.
- getComponentName(String) - Method in class com.vaadin.client.debug.internal.SelectorPath
-
Returns the name of the component described by given query fragment.
- getComponents() - Method in interface com.vaadin.ui.components.grid.FooterRow
-
Gets a collection of all components inside this row.
- getComponents() - Method in interface com.vaadin.ui.components.grid.HeaderRow
-
Gets a collection of all components inside this row.
- getComponents() - Method in class com.vaadin.ui.components.grid.StaticSection.StaticRow
- getCompositionRoot() - Method in class com.vaadin.ui.Composite
-
Returns the composition root.
- getCompositionRoot() - Method in class com.vaadin.ui.CustomComponent
-
Returns the composition root.
- 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. - getConfiguration() - Method in class com.vaadin.server.VaadinSession
-
Gets the configuration for this session.
- getConfiguredTheme(VaadinRequest) - Method in class com.vaadin.server.VaadinService
-
Gets the theme that is configured for this deployment, e.g.
- getConfiguredTheme(VaadinRequest) - Method in class com.vaadin.server.VaadinServletService
- getConfiguredWidgetset(VaadinRequest) - Method in class com.vaadin.server.VaadinService
-
Gets the widgetset that is configured for this deployment, e.g.
- getConfiguredWidgetset(VaadinRequest) - Method in class com.vaadin.server.VaadinServletService
- 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() - Method in class com.vaadin.event.ConnectorEvent
-
Returns the connector that fired the event.
- getConnector() - Method in class com.vaadin.server.ClientConnector.ConnectorErrorEvent
-
Gets the connector for which this error occurred.
- getConnector() - Method in class com.vaadin.server.ClientMethodInvocation
- getConnector() - Method in class com.vaadin.server.ConnectorIdGenerationEvent
-
Gets the connector that should get an id.
- getConnector() - Method in interface com.vaadin.server.EventTrigger
-
Gets the connector who will be used to offer the file download.
- getConnector() - Method in class com.vaadin.ui.MenuBar.MenuItem
- 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(UI, String) - Method in class com.vaadin.server.LegacyCommunicationManager
-
Deprecated.As of 7.1. In 7.2 and later, use
uI.getConnectorTracker().getConnector(connectorId)
instead. See ticket #11411. - getConnector(String) - Method in class com.vaadin.client.ConnectorMap
-
Returns a
ServerConnector
by its id. - getConnector(String) - Method in class com.vaadin.ui.ConnectorTracker
-
Gets a connector 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.As of 7.2, call or override
AbsoluteLayoutConnector.getConnectorForElement(Element)
instead - getConnectorForElement(ApplicationConnection, Widget, Element) - Static method in class com.vaadin.client.Util
-
Locates the nested child component of
parent which contains the elementelement . - 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
- getConnectorId() - Method in class com.vaadin.server.AbstractClientConnector
- getConnectorId() - Method in class com.vaadin.server.DragAndDropService
-
Deprecated.
- getConnectorId() - Method in class com.vaadin.shared.communication.MethodInvocation
- getConnectorId() - Method in interface com.vaadin.shared.Connector
-
Returns the id for this connector.
- 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
- getConnectorTracker() - Method in class com.vaadin.ui.UI
- 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.
- getContainer() - Method in class com.vaadin.ui.HasComponents.ComponentAttachEvent
-
Gets the component container.
- getContainer() - Method in class com.vaadin.ui.HasComponents.ComponentDetachEvent
-
Gets the component container.
- 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
- getContent() - Method in class com.vaadin.ui.AbstractSingleComponentContainer
- getContent() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerHistory
- getContent() - Method in class com.vaadin.ui.CustomField
-
Returns the content (UI) of the custom component.
- getContent() - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.
- getContent() - Method in class com.vaadin.ui.PopupView
-
Returns the content-package for this PopupView.
- getContent() - Method in interface com.vaadin.ui.SingleComponentContainer
-
Gets the content of this container.
- getContentAreaBorderWidth() - Method in class com.vaadin.client.ui.VTabsheet
-
For internal use only.
- getContentAreaSize() - Method in class com.vaadin.client.RenderInformation
- getContentDispositionFilename(String) - Static method in class com.vaadin.server.DownloadStream
-
Returns the filename formatted for inclusion in a Content-Disposition header.
- getContentLength() - Method in interface com.vaadin.server.StreamVariable.StreamingEvent
- getContentLength() - Method in interface com.vaadin.server.VaadinRequest
-
Returns the length of the request content that can be read from the input stream returned by
VaadinRequest.getInputStream()
. - getContentLength() - Method in class com.vaadin.ui.Upload.StartedEvent
- getContentMode() - Method in class com.vaadin.client.TooltipInfo
-
Gets the tooltip title's content mode.
- getContentMode() - Method in class com.vaadin.ui.Label
-
Gets the content mode of the label.
- getContentMode() - Method in class com.vaadin.ui.Tree
-
Gets the currently set content mode of the item captions of this Tree.
- getContentType() - Method in class com.vaadin.server.DownloadStream
-
Gets stream content type.
- getContentType() - Method in interface com.vaadin.server.VaadinRequest
-
Returns the MIME type of the body of the request, or null if the type is not known.
- 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.
- getContext() - Method in class com.vaadin.server.LegacyApplication
-
Deprecated.
- getContext() - Method in class com.vaadin.ui.declarative.DesignContext.ComponentCreatedEvent
-
Returns the new component context.
- getContextMenu() - Method in class com.vaadin.client.ApplicationConnection
-
Singleton method to get instance of app's context menu.
- getContextName() - Method in class com.vaadin.osgi.resources.impl.VaadinResourceServiceImpl
- getContextName() - Method in interface com.vaadin.osgi.resources.VaadinResourceService
-
Returns the http servlet context name of Vaadin
- getContextPath() - Method in interface com.vaadin.server.VaadinRequest
-
Returns the portion of the request URI that indicates the context of the request.
- getContextRootPath(BootstrapHandler.BootstrapContext) - Method in class com.vaadin.server.BootstrapHandler
-
Deprecated.
- getContextRootPath(BootstrapHandler.BootstrapContext) - Method in class com.vaadin.server.communication.ServletBootstrapHandler
- getContextRootRelativePath(VaadinRequest) - Static method in class com.vaadin.server.VaadinServletService
-
Gets a relative path you can use to refer to the context root.
- getContextRootUrl() - Method in class com.vaadin.client.ApplicationConfiguration
-
Gets the URL to the context root of the web application.
- getContextRootUrl() - Method in class com.vaadin.server.BootstrapHandler.BootstrapUriResolver
-
Deprecated.
- getContextRootUrl() - Method in class com.vaadin.shared.VaadinUriResolver
-
Gets the URL pointing to the context root.
- getContributions() - Method in interface com.vaadin.osgi.resources.OsgiVaadinContributor
- getContributions() - Method in class com.vaadin.server.osgi.BootstrapContribution
- 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
- getConverterFactory() - Method in class com.vaadin.data.Binder
-
Gets an instance of
ConverterFactory
that can be used to detect a suitable converter for bindings when presentation and model types are not compatible and a converter has not been explicitly configured. - getConverterFactory() - Method in class com.vaadin.server.VaadinSession
-
Deprecated.
- getCookies() - Method in interface com.vaadin.server.VaadinRequest
-
Returns an array containing all of the
Cookie
objects the client sent with this request. - getCookiesDisabledCaption() - Method in class com.vaadin.server.SystemMessages
-
Returns the caption of the message shown to the user when cookies are disabled in the browser.
- getCookiesDisabledMessage() - Method in class com.vaadin.server.SystemMessages
-
Returns the message shown to the user when cookies are disabled in the browser.
- getCookiesDisabledURL() - Method in class com.vaadin.server.SystemMessages
-
Returns the URL the user should be redirected to after dismissing the "you have to enable your cookies" message.
- getCount() - Method in class com.vaadin.client.Profiler.Node
-
Gets the number of times this node has been entered.
- getCreationTime() - Method in class com.vaadin.server.WrappedHttpSession
- getCreationTime() - Method in interface com.vaadin.server.WrappedSession
-
Returns the time when this session was created, measured in milliseconds since midnight January 1, 1970 GMT.
- 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.
- getCsrfToken() - Method in class com.vaadin.server.communication.ServerRpcHandler.RpcRequest
-
Gets the CSRF security token (double submit cookie) for this request.
- getCsrfToken() - Method in class com.vaadin.server.VaadinSession
-
Gets the CSRF token (aka double submit cookie) that is used to protect against Cross Site Request Forgery attacks.
- getCss(Component) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPreview
- getCss(Component) - Method in class com.vaadin.ui.CssLayout
-
Returns styles to be applied to given component.
- getCSS() - Method in class com.vaadin.shared.ui.colorpicker.Color
-
Returns CSS representation of the Color, e.g.
- getCSSClass() - Method in class com.vaadin.client.BrowserInfo
-
Returns a string representing the browser in use, for use in CSS classnames.
- getCSSString() - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Converts the internal values into a valid CSS string.
- getCumulativeRequestDuration() - Method in class com.vaadin.server.VaadinSession
- getCurrent() - Static method in class com.vaadin.server.Page
-
Gets the Page to which the current uI belongs.
- getCurrent() - Static method in interface com.vaadin.server.VaadinRequest
-
Gets the currently processed Vaadin request.
- getCurrent() - Static method in interface com.vaadin.server.VaadinResponse
-
Gets the currently processed Vaadin response.
- getCurrent() - Static method in class com.vaadin.server.VaadinService
-
Gets the currently used Vaadin service.
- getCurrent() - Static method in class com.vaadin.server.VaadinServlet
-
Gets the currently used Vaadin servlet.
- getCurrent() - Static method in class com.vaadin.server.VaadinServletRequest
-
Gets the currently processed Vaadin servlet request.
- getCurrent() - Static method in class com.vaadin.server.VaadinServletResponse
-
Gets the currently processed Vaadin servlet response.
- getCurrent() - Static method in class com.vaadin.server.VaadinSession
-
Gets the currently used session.
- getCurrent() - Static method in class com.vaadin.ui.JavaScript
-
Get the JavaScript object for the current Page, or null if there is no current page.
- getCurrent() - Static method in class com.vaadin.ui.UI
-
Gets the currently used UI.
- getCurrentDate() - Method in class com.vaadin.client.ui.VDateField
-
Returns the current date value.
- getCurrentDate() - Method in class com.vaadin.server.WebBrowser
-
Returns the current date and time of the browser.
- 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.
- getCurrentNavigationState() - Method in class com.vaadin.navigator.Navigator
-
Returns the current navigation state for which the
Navigator.getCurrentView()
has been constructed. - getCurrentRequest() - Static method in class com.vaadin.server.VaadinService
-
Gets the currently processed Vaadin request.
- getCurrentResolution() - Method in class com.vaadin.client.ui.VDateField
-
Returns the current resolution.
- getCurrentResponse() - Static method in class com.vaadin.server.VaadinService
-
Gets the currently processed Vaadin response.
- getCurrentResponse() - Static method in class com.vaadin.server.VaadinServletService
- getCurrentServletRequest() - Static method in class com.vaadin.server.VaadinServletService
- getCurrentSyncId() - Method in class com.vaadin.ui.ConnectorTracker
-
Gets the most recently generated server sync id.
- getCurrentView() - Method in class com.vaadin.navigator.Navigator
-
Return the currently active view.
- getCursorPos() - Method in interface com.vaadin.client.ui.AbstractTextFieldWidget
-
Gets the current cursor position inside the field.
- getCursorPosition() - Method in class com.vaadin.ui.AbstractTextField
-
Returns the last known cursor position of the field.
- getCursorX() - Method in class com.vaadin.client.ui.colorpicker.VColorPickerGradient
-
Returns the latest x-coordinate for pressed-down mouse cursor.
- getCursorX() - Method in class com.vaadin.ui.GridLayout
-
Gets the current x-position (column) of the cursor.
- getCursorY() - Method in class com.vaadin.client.ui.colorpicker.VColorPickerGradient
-
Returns the latest y-coordinate for pressed-down mouse cursor.
- getCursorY() - Method in class com.vaadin.ui.GridLayout
-
Gets the current y-position (row) of the cursor.
- getCustomAttributes() - Method in class com.vaadin.ui.AbstractColorPicker
- getCustomAttributes() - Method in class com.vaadin.ui.AbstractComponent
-
Returns a collection of attributes that should not be handled by the basic implementation of the
AbstractComponent.readDesign(Element, DesignContext)
andAbstractComponent.writeDesign(Element, DesignContext)
methods. - getCustomAttributes() - Method in class com.vaadin.ui.AbstractEmbedded
- getCustomAttributes() - Method in class com.vaadin.ui.AbstractField
- getCustomAttributes() - Method in class com.vaadin.ui.AbstractMedia
- getCustomAttributes() - Method in class com.vaadin.ui.AbstractMultiSelect
- getCustomAttributes() - Method in class com.vaadin.ui.AbstractOrderedLayout
- getCustomAttributes() - Method in class com.vaadin.ui.AbstractSingleSelect
- getCustomAttributes() - Method in class com.vaadin.ui.AbstractSplitPanel
- getCustomAttributes() - Method in class com.vaadin.ui.AbstractTextField
- getCustomAttributes() - Method in class com.vaadin.ui.Button
- getCustomAttributes() - Method in class com.vaadin.ui.CheckBox
- getCustomAttributes() - Method in class com.vaadin.ui.Grid
- getCustomAttributes() - Method in class com.vaadin.ui.GridLayout
- getCustomAttributes() - Method in class com.vaadin.ui.Label
- getCustomAttributes() - Method in class com.vaadin.ui.Link
- getCustomAttributes() - Method in class com.vaadin.ui.MenuBar
- getCustomAttributes() - Method in class com.vaadin.ui.Panel
- getCustomAttributes() - Method in class com.vaadin.ui.Slider
- getCustomAttributes() - Method in class com.vaadin.ui.TabSheet
- getCustomAttributes() - Method in class com.vaadin.ui.Video
- getCustomAttributes() - Method in class com.vaadin.ui.Window
- getCustomAttributes(Component) - Method in class com.vaadin.ui.declarative.DesignContext
-
Gets the attributes that the component did not handle.
- getData() - Method in class com.vaadin.ui.AbstractComponent
-
Gets the application specific data.
- getData(String) - Method in class com.vaadin.client.ui.dd.VTransferable
-
Deprecated.Returns previously saved data that is referred to by the given identifier.
- getData(String) - Method in interface com.vaadin.event.dd.TargetDetails
-
Deprecated.Gets target data associated with the given string key.
- getData(String) - Method in class com.vaadin.event.dd.TargetDetailsImpl
-
Deprecated.
- getData(String) - Method in interface com.vaadin.event.Transferable
-
Deprecated.Returns the data from Transferable by its data flavor (aka data type).
- getData(String) - Method in class com.vaadin.event.TransferableImpl
- getData(String) - Method in class com.vaadin.ui.AbstractListing.AbstractListingExtension
-
Gets a data object based on its client-side identifier key.
- getDataAsText(String) - Method in class com.vaadin.client.ui.dd.VHtml5DragEvent
-
Deprecated.Returns the data for the given type as text.
- getDataCommunicator() - Method in class com.vaadin.ui.AbstractListing
-
Returns the data communicator of this listing.
- getDataCommunicator() - Method in class com.vaadin.ui.TreeGrid
- 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.
- getDataFlavors() - Method in interface com.vaadin.event.Transferable
-
Deprecated.
- getDataFlavors() - Method in class com.vaadin.event.TransferableImpl
- getDataObject(T) - Method in class com.vaadin.data.provider.DataCommunicator
-
Creates the JsonObject for given data object.
- getDataProvider() - Method in interface com.vaadin.data.HasItems
-
Returns the source of data items used by this listing.
- getDataProvider() - Method in class com.vaadin.data.provider.DataCommunicator
-
Gets the current data provider from this DataCommunicator.
- getDataProvider() - Method in class com.vaadin.data.provider.HierarchicalDataCommunicator
- getDataProvider() - Method in class com.vaadin.data.provider.HierarchyMapper
-
Gets the
HierarchicalDataProvider
for thisHierarchyMapper
. - getDataProvider() - Method in class com.vaadin.ui.CheckBoxGroup
- getDataProvider() - Method in class com.vaadin.ui.ComboBox
- getDataProvider() - Method in class com.vaadin.ui.Grid
- getDataProvider() - Method in class com.vaadin.ui.ListSelect
- getDataProvider() - Method in class com.vaadin.ui.NativeSelect
- getDataProvider() - Method in class com.vaadin.ui.RadioButtonGroup
- getDataProvider() - Method in class com.vaadin.ui.Tree
- getDataProvider() - Method in class com.vaadin.ui.TreeGrid
- getDataProvider() - Method in class com.vaadin.ui.TwinColSelect
- getDataProviderSize() - Method in class com.vaadin.data.provider.DataCommunicator
-
Getter method for finding the size of DataProvider.
- getDataProviderSize() - Method in class com.vaadin.data.provider.HierarchicalDataCommunicator
- 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.
- getDataTransferData() - Method in class com.vaadin.ui.dnd.DragSourceExtension
-
Returns the map of data stored in this drag source element.
- getDataTransferData() - Method in class com.vaadin.ui.dnd.event.DropEvent
-
Get all of the transfer data from the
DataTransfer
object. - getDataTransferData(String) - Method in class com.vaadin.ui.dnd.DragSourceExtension
-
Returns the data stored with type
type
in this drag source element. - getDataTransferData(String) - Method in class com.vaadin.ui.dnd.event.DropEvent
-
Get data from the
DataTransfer
object. - getDataTransferText() - Method in class com.vaadin.ui.dnd.DragSourceExtension
-
Returns the data stored with type
"text"
in this drag source element. - getDataTransferText() - Method in class com.vaadin.ui.dnd.event.DropEvent
-
Get data of any of the types
"text"
,"Text"
or"text/plain"
. - 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() - Method in class com.vaadin.ui.AbstractDateField
-
Returns a format string used to format date value on client side or
null
if default formatting fromComponent.getLocale()
is used. - getDateFormat(String) - Static method in class com.vaadin.client.LocaleService
- getDateHeader(String) - Method in interface com.vaadin.server.VaadinRequest
-
Returns the value of the specified request header as a long value that represents a Date object.
- getDateOutOfRangeMessage() - Method in class com.vaadin.ui.AbstractDateField
-
Returns current date-out-of-range error message.
- getDatePart(LocalDate, DateResolution) - Method in class com.vaadin.ui.AbstractLocalDateField
- getDatePart(LocalDateTime, DateTimeResolution) - Method in class com.vaadin.ui.AbstractLocalDateTimeField
- getDatePart(T, R) - Method in class com.vaadin.ui.AbstractDateField
-
Returns a date integer value part for the given
date
for the givenresolution
. - getDateStyle(LocalDate) - Method in class com.vaadin.ui.AbstractDateField
-
Returns the custom style name that corresponds with the given date's calendar cell.
- getDateStyles() - Method in class com.vaadin.ui.AbstractDateField
-
Returns a map from dates to custom style names in each date's calendar cell.
- 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
- getDebugId() - Method in class com.vaadin.ui.AbstractComponent
-
Deprecated.As of 7.0. Use
AbstractComponent.getId()
- getDebugId() - Method in class com.vaadin.ui.Composite
- getDebugInformation(ClientConnector) - Static method in class com.vaadin.util.ConnectorHelper
-
Creates a string containing debug info for the connector.
- 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
- getDefaultComponentAlignment() - Method in class com.vaadin.ui.AbstractOrderedLayout
- getDefaultComponentAlignment() - Method in class com.vaadin.ui.GridLayout
- getDefaultComponentAlignment() - Method in interface com.vaadin.ui.Layout.AlignmentHandler
-
Returns the alignment used for new components added to this layout.
- getDefaultDate() - Method in class com.vaadin.client.ui.VDateField
-
Sets the default date when no date is selected.
- getDefaultFilter() - Static method in class com.vaadin.data.PropertyFilterDefinition
-
Get the default nested property filtering conditions.
- getDefaultFocusComponent() - Method in interface com.vaadin.ui.TabSheet.Tab
-
Get the component that should be automatically focused when the tab is selected.
- getDefaultFocusComponent() - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- getDefaultHeaderRow() - Method in class com.vaadin.client.widgets.Grid
-
Returns the current default row of the header section.
- getDefaultHeaderRow() - Method in class com.vaadin.ui.Grid
-
Returns the current default row of the header.
- getDefaultInstance(Component) - Method in class com.vaadin.ui.declarative.DesignContext
-
Returns the default instance for the given class.
- 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.
- getDefaultRow() - Method in class com.vaadin.ui.components.grid.Header
-
Returns the 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
- getDefaultSourceDirectory() - Static method in class com.vaadin.server.widgetsetutils.ClassPathExplorer
-
Find and return the default source directory where to create new widgetsets.
- getDefaultTheme() - Static method in class com.vaadin.server.VaadinServlet
-
Returns the default theme.
- getDefaultValidator() - Method in interface com.vaadin.data.HasValue
-
Returns a validator that checks the internal state of the HasValue.
- getDefaultValidator() - Method in class com.vaadin.ui.AbstractDateField
- getDefaultValue() - Method in class com.vaadin.ui.AbstractDateField
-
Returns the current default value.
- 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.
- getDelayMs() - Method in class com.vaadin.ui.MenuBar
-
Returns the delay before executing update logic inside
com.vaadin.client.ui.menubar.MenuBarConnector.updateFromUIDL(UIDL, ApplicationConnection)
after mouseDownEvent - getDelayMsec() - Method in class com.vaadin.ui.Notification
-
Gets the delay before the notification disappears.
- 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.
- getDelegateTarget(String, String) - Static method in class com.vaadin.shared.annotations.DelegateToWidget.Helper
-
Gets the name of the method to delegate to for a given property name and annotation value.
- 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.
- getDependencies() - Method in class com.vaadin.server.LegacyCommunicationManager
-
Deprecated.As of 7.1. See #11413.
- getDependencyFilters() - Method in class com.vaadin.server.VaadinService
-
Gets the filters which all resource dependencies are passed through before being sent to the client for loading.
- 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.
- getDeploymentConfiguration() - Method in class com.vaadin.server.VaadinService
-
Gets the deployment configuration.
- 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.
- getDescription() - Method in class com.vaadin.ui.AbstractComponent
- getDescription() - Method in interface com.vaadin.ui.Component
-
Gets the components description, used in tooltips and can be displayed directly in certain other components such as forms.
- getDescription() - Method in interface com.vaadin.ui.components.grid.FooterCell
-
Gets the tooltip for the cell.
- getDescription() - Method in interface com.vaadin.ui.components.grid.HeaderCell
-
Gets the tooltip for the cell.
- getDescription() - Method in class com.vaadin.ui.Composite
- getDescription() - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Gets the item's description.
- getDescription() - Method in class com.vaadin.ui.Notification
-
Gets the description part of the notification message.
- getDescription() - Method in interface com.vaadin.ui.TabSheet.Tab
-
Gets the description for the tab.
- getDescription() - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- getDescriptionContentMode() - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
-
Gets the content mode for the tooltip.
- getDescriptionContentMode() - Method in interface com.vaadin.ui.components.grid.FooterCell
-
Gets the content mode for the tooltip.
- getDescriptionContentMode() - Method in interface com.vaadin.ui.components.grid.HeaderCell
-
Gets the content mode for the tooltip.
- getDescriptionContentMode() - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Gets the content mode of the description of the menu item.
- getDescriptionForAssistiveDevices() - Method in class com.vaadin.client.ui.VAbstractPopupCalendar
-
Get the description that explains the usage of the Widget for users of assistive devices.
- getDescriptionGenerator() - Method in class com.vaadin.ui.Grid.Column
-
Gets the description generator that is used for generating descriptions for cells.
- getDescriptionGenerator() - Method in class com.vaadin.ui.Grid
-
Gets the description generator that is used for generating descriptions for rows.
- getDescriptor() - Method in class com.vaadin.data.AbstractBeanPropertyDefinition
-
Gets the property descriptor of this instance.
- getDetachedComponent() - Method in class com.vaadin.ui.HasComponents.ComponentDetachEvent
-
Gets the detached component.
- 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.
- getDialogGracePeriod() - Method in interface com.vaadin.ui.ReconnectDialogConfiguration
-
Gets the timeout (in milliseconds) between noticing a loss of connection and showing the dialog.
- getDialogText() - Method in interface com.vaadin.ui.ReconnectDialogConfiguration
-
Gets the text to show in the reconnect dialog when trying to re-establish the server connection.
- getDialogText(int) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
-
Gets the text to show in the reconnect dialog.
- getDialogTextGaveUp() - Method in interface com.vaadin.ui.ReconnectDialogConfiguration
-
Gets the text to show in the reconnect dialog after giving up trying to reconnect (
ReconnectDialogConfiguration.getReconnectAttempts()
reached). - 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).
- getDiff() - Method in class com.vaadin.server.EncodeResult
- getDiffOrValue() - Method in class com.vaadin.server.EncodeResult
- getDiffState(ClientConnector) - Method in class com.vaadin.ui.ConnectorTracker
- 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. - getDirection() - Method in class com.vaadin.data.provider.SortOrder
-
Sorting direction.
- getDirtyConnectors() - Method in class com.vaadin.ui.ConnectorTracker
-
Returns a collection of all connectors which have been marked as dirty.
- getDirtyVisibleConnectors() - Method in class com.vaadin.ui.ConnectorTracker
-
Returns a collection of those
dirty connectors
that are actually visible to the client. - getDisplay() - Method in class com.vaadin.navigator.Navigator
-
Return the
ViewDisplay
used by the navigator. - 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.
- getDocument() - Method in class com.vaadin.server.BootstrapPageResponse
-
Gets the document node representing the root of the DOM hierarchy that will be used to generate the HTML page.
- 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.
- getDragAndDropService() - Method in class com.vaadin.server.VaadinSession
- getDragData() - Method in class com.vaadin.ui.dnd.DragSourceExtension
-
Get server side drag data.
- getDragData() - Method in class com.vaadin.ui.dnd.event.DropEvent
-
Gets the server side drag data.
- getDragDataGenerator(String) - Method in class com.vaadin.ui.components.grid.GridDragSource
-
Returns the drag data generator function for the given type.
- 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.
- getDraggedComponent() - Method in class com.vaadin.ui.DragAndDropWrapper.WrapperTransferable
-
Deprecated.The component in wrapper that is being dragged or null if the transferable is not a component (most likely an html5 drag).
- getDraggedItems() - Method in class com.vaadin.ui.components.grid.GridDragEndEvent
-
Get the dragged row items.
- getDraggedItems() - Method in class com.vaadin.ui.components.grid.GridDragStartEvent
-
Get the dragged row items.
- getDraggedItems() - Method in class com.vaadin.ui.components.grid.GridRowDragger
-
Returns the currently dragged items captured from the source grid no drag start event, or
null
if no drag active. - getDragImage() - Method in class com.vaadin.client.ui.dd.VDragEvent
-
Deprecated.
- getDragImageComponent() - Method in class com.vaadin.ui.DragAndDropWrapper
-
Deprecated.Gets the component that will be used as the drag image.
- 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.
- getDragSourceComponent() - Method in class com.vaadin.ui.dnd.event.DropEvent
-
Returns the drag source component if the drag originated from a component in the same UI as the drop target component, or an empty optional.
- getDragSourceExtension() - Method in class com.vaadin.ui.dnd.event.DropEvent
-
Returns the extension of the drag source component if the drag originated from a component in the same UI as the drop target component, or an empty optional.
- getDragStartElement() - Method in class com.vaadin.client.ui.VDragAndDropWrapper
- getDragStartElement() - Method in class com.vaadin.client.ui.VDragAndDropWrapperIE
- getDragStartMode() - Method in class com.vaadin.ui.DragAndDropWrapper
-
Deprecated.
- getDropCriteriaScript() - Method in class com.vaadin.ui.dnd.DropTargetExtension
-
Gets the criteria script that determines whether a drop is allowed.
- getDropDetails() - Method in class com.vaadin.client.ui.dd.VDragEvent
-
Deprecated.Returns the details of the drag and drop operation.
- getDropEffect() - Method in class com.vaadin.ui.dnd.DropTargetExtension
-
Returns the drop effect for the current drop target.
- getDropEffect() - Method in class com.vaadin.ui.dnd.event.DragEndEvent
-
Get drop effect of the dragend event.
- getDropEffect() - Method in class com.vaadin.ui.dnd.event.DropEvent
-
Get the desired dropEffect for the drop event.
- 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
- getDropHandler() - Method in interface com.vaadin.event.dd.DropTarget
-
Deprecated.
- getDropHandler() - Method in class com.vaadin.ui.DragAndDropWrapper
-
Deprecated.
- getDropIndexCalculator() - Method in class com.vaadin.ui.components.grid.GridRowDragger
-
Gets the drop index calculator.
- getDropLocation() - Method in class com.vaadin.ui.components.grid.GridDropEvent
-
Get the location of the drop within the row.
- getDropLocation(Element, NativeEvent) - Method in class com.vaadin.client.connectors.grid.GridDropTargetConnector
-
Returns the location of the event within the row.
- getDropMode() - Method in class com.vaadin.ui.components.grid.GridDropTarget
-
Gets the drop mode of this drop target.
- getDroppedData() - Method in class com.vaadin.data.provider.DataCommunicator.ActiveDataHandler
-
Returns all dropped data mapped by their id from DataProvider.
- 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.
- getDropTargetRow() - Method in class com.vaadin.ui.components.grid.GridDropEvent
-
Get the row the drop happened on.
- getDropTargetRowDepth() - Method in class com.vaadin.ui.components.grid.TreeGridDropEvent
-
Gets the depth of the drop target row in the hierarchy.
- getDropThreshold() - Method in class com.vaadin.ui.components.grid.GridDropTarget
-
Gets the threshold between drop locations from the top and the bottom of the row.
- getDSTSavings() - Method in class com.vaadin.server.WebBrowser
-
Returns the offset in milliseconds between the browser's GMT TimeZone and DST.
- getDuplicates(Object[]) - Static method in class com.vaadin.shared.util.SharedUtil
-
Return duplicate values in the given array in the format "duplicateValue1, duplicateValue2".
- 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. - getEditor() - Method in class com.vaadin.ui.Grid
-
Returns the
Editor
for this grid. - getEditorBinding() - Method in class com.vaadin.ui.Grid.Column
-
Gets the binder binding that is currently used for this column.
- 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.
- getEffectAllowed() - Method in class com.vaadin.ui.dnd.DragSourceExtension
-
Returns the allowed effects for the current drag source element.
- getEffectAllowed() - Method in class com.vaadin.ui.dnd.event.DragStartEvent
-
Returns the
effectAllowed
parameter of this event. - 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.As of 7.4.0, use
WidgetUtil.getElementFromPoint(int, int)
instead. - 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.As of 7.4.0, use
WidgetUtil.getElementUnderMouse(NativeEvent)
instead. - getElementUnderMouse(NativeEvent) - Static method in class com.vaadin.client.WidgetUtil
-
Find the element corresponding to the coordinates in the passed mouse event.
- getEmbedId() - Method in class com.vaadin.ui.UI
-
Gets a string the uniquely distinguishes this UI instance based on where it is embedded.
- getEmbedId(VaadinRequest) - Method in class com.vaadin.server.communication.UIInitHandler
-
Constructs an embed id based on information in the request.
- getEmptySelectionCaption() - Method in class com.vaadin.client.ui.VComboBox
-
Gets the empty selection caption.
- getEmptySelectionCaption() - Method in class com.vaadin.ui.ComboBox
-
Returns the empty selection caption.
- getEmptySelectionCaption() - Method in class com.vaadin.ui.NativeSelect
-
Returns the empty selection caption.
- getEmptyValue() - Method in interface com.vaadin.data.HasValue
-
Returns the value that represents an empty value.
- getEmptyValue() - Method in class com.vaadin.data.ReadOnlyHasValue
- getEmptyValue() - Method in class com.vaadin.ui.AbstractColorPicker
- getEmptyValue() - Method in class com.vaadin.ui.AbstractTextField
- getEmptyValue() - Method in class com.vaadin.ui.CheckBox
- getEmptyValue() - Method in interface com.vaadin.ui.MultiSelect
-
MultiSelect empty value should always be an empty set by default and not
null
. - getEmptyValue() - Method in class com.vaadin.ui.RichTextArea
- getEmptyValue() - Method in class com.vaadin.ui.Slider
- getEncodedValue() - Method in class com.vaadin.server.EncodeResult
- getEnd() - Method in class com.vaadin.client.ui.CalendarEntry
- getEnd() - Method in class com.vaadin.shared.Range
-
Returns the exclusive end point of this range.
- getEqualityPredicate() - Method in interface com.vaadin.data.Binder.Binding
-
Used in comparison of the current value of a field with its initial value.
- getEqualityPredicate() - Method in class com.vaadin.data.Binder.BindingImpl
- 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
- getErrorGenerator() - Method in interface com.vaadin.ui.components.grid.Editor
-
Gets the error message generator of this editor.
- getErrorGenerator() - Method in class com.vaadin.ui.components.grid.EditorImpl
- getErrorHandler() - Method in class com.vaadin.server.AbstractClientConnector
- getErrorHandler() - Method in interface com.vaadin.server.ClientConnector
-
Gets the error handler for the connector.
- getErrorHandler() - Method in class com.vaadin.server.DragAndDropService
-
Deprecated.
- getErrorHandler() - Method in class com.vaadin.server.VaadinSession
-
Gets the session's error handler.
- 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.
- getErrorLevel() - Method in interface com.vaadin.data.ValidationResult
-
Returns optional error level for this validation result.
- getErrorLevel() - Method in class com.vaadin.data.ValidationResult.SimpleValidationResult
- getErrorLevel() - Method in class com.vaadin.server.AbstractErrorMessage
- getErrorLevel() - Method in interface com.vaadin.server.ErrorMessage
-
Gets the errors level.
- getErrorMessage() - Method in class com.vaadin.client.TooltipInfo
-
Gets the error message.
- getErrorMessage() - Method in interface com.vaadin.data.ValidationResult
-
Returns the result message.
- getErrorMessage() - Method in class com.vaadin.data.ValidationResult.SimpleValidationResult
- getErrorMessage() - Method in interface com.vaadin.server.ErrorMessageProducer
-
Deprecated.Gets the error message to show in the component.
- getErrorMessage() - Method in class com.vaadin.ui.AbstractComponent
-
Gets the error message for this component.
- getErrorMessage() - Method in class com.vaadin.ui.Component.ErrorEvent
-
Gets the error message.
- getErrorMessage() - Method in class com.vaadin.ui.Composite
- getErrorMessage() - Method in class com.vaadin.ui.Tree
- getErrorMessage(ValueContext) - Method in class com.vaadin.data.converter.AbstractStringToNumberConverter
-
Gets the error message to use when conversion fails.
- getErrorMessageForException(Throwable) - Static method in class com.vaadin.server.AbstractErrorMessage
- 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).
- getEventRouter() - Method in class com.vaadin.data.Binder
-
Returns the event router for this binder.
- getException() - Method in class com.vaadin.client.communication.XhrConnectionError
-
Returns the exception which caused the problem, if available.
- getException() - Method in interface com.vaadin.server.StreamVariable.StreamingErrorEvent
- getExistingSession(VaadinRequest, boolean) - Method in class com.vaadin.server.VaadinService
- getExistingUI(UIClassSelectionEvent) - Method in class com.vaadin.server.LegacyApplicationUIProvider
-
Deprecated.Hack used to return existing LegacyWindow instances without regard for out-of-sync problems.
- getExpandedItem() - Method in class com.vaadin.event.ExpandEvent
-
Get the expanded item that triggered this event.
- 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
- getExpandRatio() - Method in class com.vaadin.ui.Grid.Column
-
Returns the column's expand ratio.
- getExpandRatio(Component) - Method in class com.vaadin.ui.AbstractOrderedLayout
-
Returns the expand ratio of given component.
- getExpandRatio(Component) - Method in class com.vaadin.ui.FormLayout
-
Deprecated.This method currently has no effect as expand ratios are not implemented in FormLayout
- getExtensions() - Method in class com.vaadin.server.AbstractClientConnector
- getExtensions() - Method in interface com.vaadin.server.ClientConnector
-
Get a read-only collection of all extensions attached to this connector.
- getExtensions() - Method in class com.vaadin.server.DragAndDropService
-
Deprecated.
- getExtensionToMIMETypeMapping() - Static method in class com.vaadin.util.FileTypeResolver
-
Gets the internal file extension to mime-type mapping.
- getFallbackTransport() - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereConfiguration
- getFallbackTransport() - Method in interface com.vaadin.ui.PushConfiguration
-
Returns the fallback transport type for push.
- getFalseString(Locale) - Method in class com.vaadin.data.converter.StringToBooleanConverter
-
Gets the locale-depended string representation for false.
- getFeatures() - Method in class com.vaadin.server.BrowserWindowOpener
-
Gets the window features.
- getField() - Method in interface com.vaadin.data.Binder.Binding
-
Gets the field the binding uses.
- getField() - Method in interface com.vaadin.data.Binder.BindingBuilder
-
Gets the field the binding is being built for.
- getField() - Method in class com.vaadin.data.Binder.BindingBuilderImpl
- getField() - Method in class com.vaadin.data.Binder.BindingImpl
- getField() - Method in class com.vaadin.data.BindingValidationStatus
-
Gets the bound field for this status.
- getFields() - Method in class com.vaadin.data.Binder
-
Returns the fields this binder has been bound to.
- getFields(Class<?>) - Static method in class com.vaadin.ui.declarative.FieldBinder
-
Returns a list containing Field objects reflecting all the fields of the class or interface represented by this Class object.
- getFieldValidationErrors() - Method in class com.vaadin.data.BinderValidationStatus
-
Gets the failed field level validation statuses.
- getFieldValidationErrors() - Method in exception com.vaadin.data.ValidationException
-
Returns a list of the field level validation errors which caused the exception, or an empty list if the exception was caused by
bean level validation errors
. - getFieldValidationStatuses() - Method in class com.vaadin.data.BinderValidationStatus
-
Gets the field level validation statuses.
- 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.
- getFileDownloadResource() - Method in class com.vaadin.server.FileDownloader
-
Gets the resource set for download.
- getFilename() - Method in class com.vaadin.server.ClassResource
- getFilename() - Method in interface com.vaadin.server.ConnectorResource
-
Gets the virtual filename for this resource.
- getFilename() - Method in class com.vaadin.server.FileResource
- getFilename() - Method in class com.vaadin.server.StreamResource
-
Gets the filename.
- getFilename() - Method in class com.vaadin.ui.Upload.ChangeEvent
-
Gets the file name.
- getFilename() - Method in class com.vaadin.ui.Upload.FinishedEvent
-
Gets the file name.
- getFilename() - Method in class com.vaadin.ui.Upload.StartedEvent
-
Gets the file name.
- getFileName() - Method in class com.vaadin.server.DownloadStream
-
Returns the file name.
- getFileName() - Method in interface com.vaadin.server.StreamVariable.StreamingEvent
- getFileName() - Method in class com.vaadin.ui.Html5File
- getFiles() - Method in class com.vaadin.ui.dnd.event.FileDropEvent
-
Gets the collection of files dropped onto the file drop target component.
- getFiles() - Method in class com.vaadin.ui.DragAndDropWrapper.WrapperTransferable
-
Deprecated.
- getFileSize() - Method in class com.vaadin.ui.Html5File
- getFilter() - Method in class com.vaadin.data.provider.DataCommunicator
-
Get the object used for filtering in this data communicator.
- getFilter() - Method in class com.vaadin.data.provider.HierarchyMapper
-
Gets the current filter.
- getFilter() - Method in interface com.vaadin.data.provider.InMemoryDataProvider
-
Gets the current filter of this data provider.
- getFilter() - Method in class com.vaadin.data.provider.ListDataProvider
- getFilter() - Method in class com.vaadin.data.provider.Query
-
Gets the filter for items to fetch.
- getFilter() - Method in class com.vaadin.data.provider.TreeDataProvider
- getFilter(Query<T, F>) - Method in class com.vaadin.data.provider.DataProviderWrapper
-
Gets the filter that should be used in the modified Query.
- getFilter(Query<T, Q>) - Method in class com.vaadin.data.provider.ConfigurableFilterDataProviderWrapper
- getFirstComponent() - Method in class com.vaadin.ui.AbstractSplitPanel
-
Gets the first component of this split panel.
- 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.
- getFirstDelay() - Method in interface com.vaadin.ui.LoadingIndicatorConfiguration
-
Returns the delay before the loading indicator is shown.
- getFirstItem() - Method in class com.vaadin.client.ui.menubar.MenuBar
-
Deprecated.Gets the first item from the menu or null if no items.
- getFirstSelectedItem() - Method in interface com.vaadin.data.SelectionModel
-
Get first selected data item.
- getFirstSelectedItem() - Method in interface com.vaadin.data.SelectionModel.Multi
- getFirstSelectedItem() - Method in interface com.vaadin.data.SelectionModel.Single
- getFirstSelectedItem() - Method in class com.vaadin.event.selection.MultiSelectionEvent
- getFirstSelectedItem() - Method in interface com.vaadin.event.selection.SelectionEvent
-
Get first selected data item.
- getFirstSelectedItem() - Method in class com.vaadin.event.selection.SingleSelectionEvent
- getFirstSelectedItem() - Method in class com.vaadin.ui.components.grid.GridMultiSelect
-
Get first selected data item.
- getFirstSelectedItem() - Method in class com.vaadin.ui.components.grid.GridSingleSelect
-
Get first selected data item.
- getFirstSelectedItem() - Method in class com.vaadin.ui.components.grid.NoSelectionModel
- 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.
- getFontFamily() - Method in enum com.vaadin.icons.VaadinIcons
- getFontFamily() - Method in enum com.vaadin.server.FontAwesome
-
Deprecated.
- getFontFamily() - Method in interface com.vaadin.server.FontIcon
-
Returns the name (font family) of the font from which this icon comes.
- getFontFamily() - Method in class com.vaadin.server.GenericFontIcon
- 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.
- getFooter() - Method in class com.vaadin.ui.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.
- getFooterRow(int) - Method in class com.vaadin.ui.Grid
-
Returns the footer row at the given index.
- getFooterRowCount() - Method in class com.vaadin.client.widgets.Grid
-
Gets the row count for the footer.
- getFooterRowCount() - Method in class com.vaadin.ui.Grid
-
Gets the number of rows in the footer section.
- getFooterRowHeight() - Method in class com.vaadin.ui.Grid
-
Returns the current footer row height.
- 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.
- getFormat(Locale) - Method in class com.vaadin.data.converter.AbstractStringToNumberConverter
-
Returns the format used by
Converter.convertToPresentation(Object, ValueContext)
andConverter.convertToModel(Object, ValueContext)
. - getFormat(Locale) - Method in class com.vaadin.data.converter.StringToBigDecimalConverter
- getFormat(Locale) - Method in class com.vaadin.data.converter.StringToBigIntegerConverter
- getFormat(Locale) - Method in class com.vaadin.data.converter.StringToDateConverter
-
Returns the format used by
StringToDateConverter.convertToPresentation(Date, ValueContext)
andStringToDateConverter.convertToModel(String, ValueContext)
. - getFormat(Locale) - Method in class com.vaadin.data.converter.StringToIntegerConverter
-
Returns the format used by
Converter.convertToPresentation(Object, ValueContext)
andStringToIntegerConverter.convertToModel(String, ValueContext)
. - getFormat(Locale) - Method in class com.vaadin.data.converter.StringToLongConverter
-
Returns the format used by
Converter.convertToPresentation(Object, ValueContext)
andStringToLongConverter.convertToModel(String, ValueContext)
. - getFormatString() - Method in class com.vaadin.client.ui.VAbstractTextualDate
-
Gets the date format string for the current locale.
- getFormattedHtmlMessage() - Method in class com.vaadin.server.AbstractErrorMessage
- getFormattedHtmlMessage() - Method in interface com.vaadin.server.ErrorMessage
-
Returns the HTML formatted message to show in as the error message on the client.
- getFormatter() - Static method in class com.vaadin.ui.declarative.DesignAttributeHandler
-
Returns the currently used formatter.
- getForSession(VaadinService, WrappedSession) - Static method in class com.vaadin.server.VaadinSession
-
Deprecated.as of 7.6, call
VaadinService.loadSession(WrappedSession)
instead - getForwardKey() - Method in class com.vaadin.client.ui.VAbstractCalendarPanel
-
The key that selects the next day in the calendar.
- getFragment() - Method in class com.vaadin.navigator.Navigator.UriFragmentManager
-
Returns the current URI fragment tracked by this UriFragentManager.
- getFragmentNodes() - Method in class com.vaadin.server.BootstrapFragmentResponse
-
Gets the list of DOM nodes that will be used to generate the fragment HTML.
- getFrontendUrl() - Method in class com.vaadin.client.ApplicationConfiguration
-
Gets the URL of the that the frontend:// protocol should resolve to.
- getFrontendUrl() - Method in class com.vaadin.server.BootstrapHandler.BootstrapUriResolver
-
Deprecated.
- getFrontendUrl() - Method in class com.vaadin.shared.VaadinUriResolver
-
Returns the URL pointing to the folder containing frontend files, either for ES5 (if browser does not support ES6) or ES6 (most browsers).
- 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.
- getFrozenColumnCount() - Method in class com.vaadin.ui.Grid
-
Gets the number of frozen columns in this grid.
- getFrozenColumnsWidth() - Method in class com.vaadin.client.widget.grid.AutoScroller
-
Returns how wide the frozen columns are all counted together.
- getFullVersion() - Static method in class com.vaadin.shared.Version
- getGeckoVersion() - Method in class com.vaadin.client.BrowserInfo
-
Returns the Gecko version if the browser is Gecko based.
- getGenericInterfaceTypes(Class<?>, Class<?>) - Static method in class com.vaadin.util.ReflectTools
-
Finds the Class type for all parameters defined by the generic interface class extended by given class if exists.
- getGetter() - Method in class com.vaadin.data.BeanPropertySet.NestedBeanPropertyDefinition
- getGetter() - Method in interface com.vaadin.data.Binder.Binding
-
Gets the getter associated with this Binding.
- getGetter() - Method in class com.vaadin.data.Binder.BindingImpl
- getGetter() - Method in interface com.vaadin.data.PropertyDefinition
-
Gets the value provider that is used for finding the value of this property for a bean.
- getGlobalResourceHandler(boolean) - Method in class com.vaadin.server.VaadinSession
-
Gets this session's global resource handler that takes care of serving connector resources that are not served by any single connector because e.g.
- getGreen() - Method in class com.vaadin.shared.ui.colorpicker.Color
-
Returns the green value of the color.
- 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.
- getGrid() - Method in class com.vaadin.ui.components.grid.AbstractSelectionModel
-
Returns the grid this selection model is attached to using, or throws
IllegalStateException
if not attached to any selection model. - getGrid() - Method in interface com.vaadin.ui.components.grid.Editor
-
Gets the Grid instance which this editor belongs to.
- getGrid() - Method in class com.vaadin.ui.components.grid.EditorCancelEvent
-
Gets the editors' grid.
- getGrid() - Method in class com.vaadin.ui.components.grid.EditorImpl
- getGrid() - Method in class com.vaadin.ui.components.grid.EditorOpenEvent
-
Gets the editors' grid.
- getGrid() - Method in class com.vaadin.ui.components.grid.EditorSaveEvent
-
Gets the editors' grid.
- getGrid() - Method in class com.vaadin.ui.components.grid.GridDragSource
-
Gets the grid this extension has been attached to.
- getGrid() - Method in class com.vaadin.ui.components.grid.GridDropTarget
-
Gets the grid this extension has been attached to.
- getGrid() - Method in class com.vaadin.ui.components.grid.StaticSection
- getGrid() - Method in class com.vaadin.ui.Grid.Column
-
Gets the grid that this column belongs to.
- getGridConnector() - Method in class com.vaadin.client.connectors.grid.AbstractGridRendererConnector
-
Gets the grid connector for this renderer connector.
- getGridDragSource() - Method in class com.vaadin.ui.components.grid.GridRowDragger
-
Returns the drag source grid, exposing it for customizations.
- getGridDropTarget() - Method in class com.vaadin.ui.components.grid.GridRowDragger
-
Returns the drop target grid to allow performing customizations such as altering
DropEffect
. - 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.
- getHasValue() - Method in class com.vaadin.data.ValueContext
-
Returns an
Optional
for theHasValue
used in the value conversion. - 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.
- getHeader() - Method in class com.vaadin.ui.Grid
-
Returns the header section of this grid.
- getHeader(String) - Method in interface com.vaadin.server.VaadinRequest
-
Gets the value of a request header, e.g.
- getHeaderCaption() - Method in class com.vaadin.client.widgets.Grid.Column
-
Returns the current header caption for this column.
- getHeaderNames() - Method in interface com.vaadin.server.VaadinRequest
-
Returns an enumeration of all the header names this request contains.
- getHeaderRow(int) - Method in class com.vaadin.client.widgets.Grid
-
Gets the header row at given index.
- getHeaderRow(int) - Method in class com.vaadin.ui.Grid
-
Returns the header row at the given index.
- getHeaderRowCount() - Method in class com.vaadin.client.widgets.Grid
-
Gets the row count for the header section.
- getHeaderRowCount() - Method in class com.vaadin.ui.Grid
-
Gets the number of rows in the header section.
- getHeaderRowHeight() - Method in class com.vaadin.ui.Grid
-
Returns the current header row height.
- getHeaders(String) - Method in interface com.vaadin.server.VaadinRequest
-
Returns all the values of the specified request header as an Enumeration of String objects.
- getHeartbeat() - Method in class com.vaadin.client.ApplicationConnection
-
Returns the hearbeat instance.
- getHeartbeatInterval() - Method in class com.vaadin.client.ApplicationConfiguration
- getHeartbeatInterval() - Method in class com.vaadin.server.DefaultDeploymentConfiguration
-
Returns the number of seconds between heartbeat requests of a UI, or a non-positive number if heartbeat is disabled.
- getHeartbeatInterval() - Method in interface com.vaadin.server.DeploymentConfiguration
-
Returns the number of seconds between heartbeat requests of a UI, or a non-positive number if heartbeat is disabled.
- 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
- getHeight() - Method in class com.vaadin.server.Page.BrowserWindowResizeEvent
-
Gets the new browser window height.
- getHeight() - Method in interface com.vaadin.server.Sizeable
-
Gets the height of the object.
- getHeight() - Method in class com.vaadin.ui.AbstractComponent
- getHeight() - Method in class com.vaadin.ui.Composite
- getHeightByRows() - Method in class com.vaadin.client.widgets.Escalator
-
Gets the amount of rows in Escalator's body that are shown, while
Escalator.getHeightMode()
isHeightMode.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()
isHeightMode.ROW
. - getHeightByRows() - Method in class com.vaadin.ui.Grid
-
Gets the amount of rows in Grid's body that are shown, while
Grid.getHeightMode()
isHeightMode.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. - getHeightMode() - Method in class com.vaadin.ui.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.
- getHeightUnits() - Method in interface com.vaadin.server.Sizeable
-
Gets the height property units.
- getHeightUnits() - Method in class com.vaadin.ui.AbstractComponent
- getHeightUnits() - Method in class com.vaadin.ui.Composite
- getHexPatternColor(Matcher) - Static method in class com.vaadin.ui.components.colorpicker.ColorUtil
- getHidingToggleCaption() - Method in class com.vaadin.client.widgets.Grid.Column
-
Gets the hiding toggle caption for this column.
- getHidingToggleCaption() - Method in class com.vaadin.ui.Grid.Column
-
Gets the caption of the hiding toggle for this column.
- getHierarchyColumn() - Method in class com.vaadin.ui.TreeGrid
-
Get the currently set hierarchy column.
- getHierarchyMapper() - Method in class com.vaadin.data.provider.HierarchicalDataCommunicator
-
Returns the
HierarchyMapper
used by this data communicator. - getHistory() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerHistory
-
Gets the history.
- getHistory() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPopup
-
Gets the history.
- getHistoryVisibility() - Method in class com.vaadin.ui.AbstractColorPicker
-
Gets the visibility of the Color history.
- getHorizontal() - Method in class com.vaadin.client.ui.layout.Margins
-
Returns the combined width of the left and the right margins.
- getHorizontalAlignment() - Method in class com.vaadin.shared.ui.AlignmentInfo
- getHorizontalAlignment() - Method in class com.vaadin.ui.Alignment
-
Returns string representation of horizontal alignment.
- getHorizontalDropLocation() - Method in class com.vaadin.ui.DragAndDropWrapper.WrapperTargetDetails
-
Deprecated.
- 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.
- getHSLAPatternColor(Matcher) - Static method in class com.vaadin.ui.components.colorpicker.ColorUtil
- getHSLPatternColor(Matcher) - Static method in class com.vaadin.ui.components.colorpicker.ColorUtil
- getHSV() - Method in class com.vaadin.shared.ui.colorpicker.Color
-
Returns converted HSV components of the color.
- getHSVVisibility() - Method in class com.vaadin.ui.AbstractColorPicker
-
Gets the visibility of the HSV tab.
- getHtml() - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
-
Returns the html inside the cell.
- getHtml() - Method in enum com.vaadin.icons.VaadinIcons
- getHtml() - Method in enum com.vaadin.server.FontAwesome
-
Deprecated.
- getHtml() - Method in interface com.vaadin.server.FontIcon
-
Returns HTML that can be used to display the icon in places where HTML can be used, such as a
Label
withContentMode.HTML
. - getHtml() - Method in class com.vaadin.server.GenericFontIcon
- getHtml() - Method in interface com.vaadin.ui.components.grid.FooterCell
-
Returns the HTML content displayed in this cell.
- getHtml() - Method in interface com.vaadin.ui.components.grid.HeaderCell
-
Returns the HTML content displayed in this cell.
- getHtml() - Method in class com.vaadin.ui.DragAndDropWrapper.WrapperTransferable
-
Deprecated.
- getHtml(String, int) - Static method in class com.vaadin.server.GenericFontIcon
-
Utility method for generating HTML that displays an icon from specific fontFamiliy with a given codePoint in the font.
- 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
- getHtmlMessage() - Method in class com.vaadin.server.SystemError
-
Returns the message of the error in HTML.
- getHttpServletRequest() - Method in class com.vaadin.server.VaadinServletRequest
-
Gets the original, unwrapped HTTP servlet request.
- getHttpServletResponse() - Method in class com.vaadin.server.VaadinServletResponse
-
Gets the original unwrapped
HttpServletResponse
. - getHttpSession() - Method in class com.vaadin.server.WrappedHttpSession
-
Gets the wrapped
HttpSession
. - getIcon() - Method in class com.vaadin.client.ui.AbstractComponentConnector
-
Gets the icon set for this component.
- getIcon() - Method in class com.vaadin.event.Action
-
Returns the action's icon.
- getIcon() - Method in class com.vaadin.ui.AbstractComponent
- getIcon() - Method in interface com.vaadin.ui.Component
-
Gets the icon resource of the component.
- getIcon() - Method in class com.vaadin.ui.Composite
- getIcon() - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Gets the objects icon.
- getIcon() - Method in class com.vaadin.ui.Notification
-
Gets the icon part of the notification message.
- getIcon() - Method in interface com.vaadin.ui.TabSheet.Tab
-
Gets the icon for the tab.
- getIcon() - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- getIcon() - Method in class com.vaadin.ui.Tree
- getIcon(String) - Method in class com.vaadin.client.ApplicationConnection
-
Gets an
Icon
instance corresponding to a URI. - getIconAlternateText() - Method in class com.vaadin.ui.Button
-
Returns the icon's alt text.
- getIconAlternateText() - Method in interface com.vaadin.ui.TabSheet.Tab
-
Gets the icon alt text for the tab.
- getIconAlternateText() - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- 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.
- getId() - Method in class com.vaadin.server.WrappedHttpSession
- getId() - Method in interface com.vaadin.server.WrappedSession
-
Gets a string with a unique identifier for the session.
- getId() - Method in class com.vaadin.ui.AbstractComponent
- getId() - Method in interface com.vaadin.ui.Component
-
Gets currently set debug identifier.
- getId() - Method in class com.vaadin.ui.Composite
- getId() - Method in class com.vaadin.ui.Grid.Column
-
Returns the user-defined identifier for this column.
- getId() - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Get the unique identifier for this item.
- getId() - Method in interface com.vaadin.ui.TabSheet.Tab
-
Gets currently set debug identifier.
- getId() - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- getId() - Method in class com.vaadin.ui.Tree
- getId() - Method in interface com.vaadin.ui.UI.DelayedCallbackRegistration
-
Returns the current ID of this registration object.
- getId(T) - Method in class com.vaadin.data.provider.CallbackDataProvider
- getId(T) - Method in interface com.vaadin.data.provider.DataProvider
-
Gets an identifier for the given item.
- getId(T) - Method in class com.vaadin.data.provider.DataProviderWrapper
- getIdentifier() - Method in class com.vaadin.client.TooltipInfo
-
Gets the tooltip's identifier.
- getIdentifier() - Method in class com.vaadin.event.dd.acceptcriteria.ClientSideCriterion
- getIdentifier() - Method in class com.vaadin.event.dd.acceptcriteria.ContainsDataFlavor
- getIdentifier() - Method in class com.vaadin.event.dd.acceptcriteria.ServerSideCriterion
- getIdentifier() - Method in class com.vaadin.event.dd.acceptcriteria.TargetDetailIs
- getIdentifier() - Method in enum com.vaadin.shared.ui.ui.Transport
- getIEFocusedElement() - Static method in class com.vaadin.client.Util
-
Deprecated.Use #getFocusedElement instead
- getIEVersion() - Method in class com.vaadin.client.BrowserInfo
- getIgnoredDisabledError(String, ClientConnector) - Static method in class com.vaadin.server.communication.ServerRpcHandler
-
Generates an error message when the client is trying to do something ('what') with a connector which is disabled or invisible.
- getIgnorePackageNamesStartingWith() - Method in class com.vaadin.data.PropertyFilterDefinition
-
Returns a list of package name prefixes to ignore.
- getImplementation() - Method in class com.vaadin.server.ServerRpcManager
-
Returns the RPC interface implementation for the RPC target.
- 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.
- getIndexOf(T) - Method in class com.vaadin.data.provider.HierarchyMapper
-
Finds the current index of given object.
- 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
- getInitialUidl(VaadinRequest, UI) - Method in class com.vaadin.server.communication.UIInitHandler
-
Generates the initial UIDL message that can e.g.
- getInitParameter(String) - Method in class com.vaadin.server.communication.JSR356WebsocketInitializer.FakeServletConfig
- getInitParameterNames() - Method in class com.vaadin.server.communication.JSR356WebsocketInitializer.FakeServletConfig
- getInitParameters() - Method in class com.vaadin.server.DefaultDeploymentConfiguration
- getInitParameters() - Method in interface com.vaadin.server.DeploymentConfiguration
-
Gets the properties configured for the deployment, e.g.
- getInMemorySorting() - Method in class com.vaadin.data.provider.DataCommunicator
-
Returns the
Comparator
to use with in-memory sorting. - getInMemorySorting() - Method in class com.vaadin.data.provider.HierarchyMapper
-
Gets the current in-memory sorting.
- getInMemorySorting() - Method in class com.vaadin.data.provider.Query
-
Gets the comparator for sorting in-memory data.
- 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.
- getInputElement() - Method in class com.vaadin.ui.CheckBox
-
Returns the
CheckBox.CheckBoxInputElement
element to manipulate the style name of theinput
element of theCheckBox
. - getInputStream() - Method in interface com.vaadin.server.VaadinRequest
-
Returns an input stream from which the request content can be read.
- getInstances() - Static method in class com.vaadin.util.CurrentInstance
-
Gets the currently set instances so that they can later be restored using
CurrentInstance.restoreInstances(Map)
. - 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.
- getInterfaceClass() - Method in class com.vaadin.server.ServerRpcMethodInvocation
- getInterfaceName() - Method in class com.vaadin.server.ClientMethodInvocation
- getInterfaceName() - Method in class com.vaadin.shared.communication.MethodInvocation
- getInternalErrorCaption() - Method in class com.vaadin.server.SystemMessages
- getInternalErrorMessage() - Method in class com.vaadin.server.SystemMessages
- getInternalErrorURL() - Method in class com.vaadin.server.SystemMessages
- getInternalIdForColumn(Grid.Column<?, ?>) - Method in class com.vaadin.ui.components.grid.StaticSection
- getInternalIdForColumn(Grid.Column<T, ?>) - Method in class com.vaadin.ui.Grid.AbstractGridExtension
-
Returns the internal id for given column.
- getInternalIdForColumn(Grid.Column<T, ?>) - Method in class com.vaadin.ui.Grid
-
Returns the internal id for given column.
- 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() - Method in class com.vaadin.data.provider.DataChangeEvent.DataRefreshEvent
-
Gets the refreshed item.
- getItem() - Method in class com.vaadin.ui.Grid.GridContextClickEvent
-
Returns the item of context clicked row.
- getItem() - Method in class com.vaadin.ui.Grid.ItemClick
-
Returns the clicked item.
- getItem() - Method in class com.vaadin.ui.renderers.ClickableRenderer.RendererClickEvent
-
Returns the item of the row where the click event originated.
- getItem() - Method in class com.vaadin.ui.Tree.ItemClick
-
Returns the clicked item.
- getItem() - Method in class com.vaadin.ui.Tree.TreeContextClickEvent
-
Returns the item of context clicked row.
- 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.
- getItemCaptionGenerator() - Method in class com.vaadin.ui.AbstractListing
-
Gets the item caption generator that is used to produce the strings shown in the combo box for each item.
- getItemCaptionGenerator() - Method in class com.vaadin.ui.AbstractMultiSelect
- getItemCaptionGenerator() - Method in class com.vaadin.ui.ComboBox
- getItemCaptionGenerator() - Method in class com.vaadin.ui.NativeSelect
- getItemCaptionGenerator() - Method in class com.vaadin.ui.RadioButtonGroup
- getItemCaptionGenerator() - Method in class com.vaadin.ui.Tree
-
Gets the item caption generator.
- getItemCollapseAllowedProvider() - Method in class com.vaadin.data.provider.HierarchicalDataCommunicator
-
Gets the item collapse allowed provider.
- getItemCollapseAllowedProvider() - Method in class com.vaadin.data.provider.HierarchyMapper
-
Gets the current item collapse allowed provider.
- getItemCollapseAllowedProvider() - Method in class com.vaadin.ui.Tree
-
Gets the item collapse allowed provider.
- getItemCollapseAllowedProvider() - Method in class com.vaadin.ui.TreeGrid
-
Gets the item collapse allowed provider.
- getItemDescriptionGenerator() - Method in class com.vaadin.ui.CheckBoxGroup
-
Gets the item description generator.
- getItemDescriptionGenerator() - Method in class com.vaadin.ui.RadioButtonGroup
-
Gets the item description generator.
- getItemDescriptionGenerator() - Method in class com.vaadin.ui.Tree
-
Gets the item description generator.
- getItemEnabledProvider() - Method in class com.vaadin.ui.AbstractMultiSelect
-
Returns the item enabled provider for this multiselect.
- getItemEnabledProvider() - Method in class com.vaadin.ui.CheckBoxGroup
- getItemEnabledProvider() - Method in class com.vaadin.ui.RadioButtonGroup
-
Returns the item enabled predicate.
- getItemIconGenerator() - Method in class com.vaadin.ui.AbstractListing
-
Gets the currently used item icon generator.
- getItemIconGenerator() - Method in class com.vaadin.ui.CheckBoxGroup
- getItemIconGenerator() - Method in class com.vaadin.ui.ComboBox
- getItemIconGenerator() - Method in class com.vaadin.ui.RadioButtonGroup
- getItemIconGenerator() - Method in class com.vaadin.ui.Tree
-
Gets the item icon generator.
- 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.
- getItems() - Method in class com.vaadin.data.provider.ListDataProvider
-
Returns the underlying data items.
- getItems() - Method in class com.vaadin.ui.MenuBar
-
Returns a list with all the MenuItem objects in the menu bar.
- getJavaFieldValue(Object, Field) - Static method in class com.vaadin.util.ReflectTools
-
Returns the value of the java field.
- getJavaFieldValue(Object, Field, Class<?>) - Static method in class com.vaadin.util.ReflectTools
-
Returns the value of the java field that is assignable to the property type.
- getJavaScript() - Method in class com.vaadin.server.Page
- 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
- getJavaxBeanValidator() - Method in class com.vaadin.data.validator.BeanValidator
-
Returns a shared JSR-303 validator instance to use.
- getJavaxBeanValidatorFactory() - Static method in class com.vaadin.data.validator.BeanValidator
-
Returns the underlying JSR-303 bean validator factory used.
- getJSStringArray(String) - Method in class com.vaadin.client.ValueMap
- getJSValueMapArray(String) - Method in class com.vaadin.client.ValueMap
- getKey() - Method in class com.vaadin.shared.ui.dnd.criteria.Criterion
-
Gets the key of the payload to be compared.
- getKey() - Method in class com.vaadin.shared.ui.dnd.criteria.Payload
-
Gets the key of this payload.
- 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() - Method in class com.vaadin.event.ShortcutAction
-
Get the
ShortcutAction.KeyCode
that this shortcut reacts to (in combination with theShortcutAction.ModifierKey
s). - 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.
- getKeycodeForString(String) - Method in class com.vaadin.ui.declarative.converters.DesignShortcutActionConverter
- getKeycodeForString(String) - Method in interface com.vaadin.ui.declarative.converters.ShortcutKeyMapper
-
Gets the key code for a given string.
- getKeyMapper() - Method in class com.vaadin.data.provider.DataCommunicator
-
Gets the
DataKeyMapper
used by thisDataCommunicator
. - 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.
- getLabelElement() - Method in class com.vaadin.ui.CheckBox
-
Returns the
CheckBox.CheckBoxLabelElement
element to manipulate the style name of thelabel
element of theCheckBox
. - getLastAccessedTime() - Method in class com.vaadin.server.WrappedHttpSession
- getLastAccessedTime() - Method in interface com.vaadin.server.WrappedSession
-
Returns the last time the client sent a request associated with this session, as the number of milliseconds since midnight January 1, 1970 GMT, and marked by the time the container received the request.
- getLastHeartbeatTimestamp() - Method in class com.vaadin.ui.UI
-
Returns the timestamp of the last received heartbeat for this UI.
- getLastItem() - Method in class com.vaadin.client.ui.menubar.MenuBar
-
Deprecated.Gest the last item from the menu or null if no items.
- getLastOnlyTag() - Method in class com.vaadin.shared.communication.LegacyChangeVariablesInvocation
- getLastOnlyTag() - Method in class com.vaadin.shared.communication.MethodInvocation
-
Gets a String tag that is used to uniquely identify previous method invocations that should be purged from the queue if
@Delay(lastOnly = true)
is used. - getLastPathParameter(String) - Static method in class com.vaadin.server.VaadinServlet
-
Finds any path parameter added to the last part of the uri.
- getLastProcessedClientToServerId() - Method in class com.vaadin.ui.UI
-
Gets the last processed server message id.
- getLastRequestDuration() - Method in class com.vaadin.server.VaadinSession
- getLastRequestTimestamp() - Method in class com.vaadin.server.VaadinSession
-
Returns the time when the last request was serviced in this session.
- 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
- getLeftColumnCaption() - Method in class com.vaadin.ui.TwinColSelect
-
Returns the text shown above the left column.
- getLeftUnits() - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Gets the unit for the 'left' attribute.
- getLeftValue() - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Gets the 'left' attributes value using current units.
- getLegacyApplicationClass(VaadinService) - Static method in class com.vaadin.server.ServletPortletHelper
-
Deprecated.
- getLength() - Method in class com.vaadin.ui.Upload.FinishedEvent
-
Gets the length of the file.
- getLimit() - Method in class com.vaadin.client.debug.internal.LogSection
-
Gets the current log row limit.
- getLimit() - Method in class com.vaadin.data.provider.Query
-
Gets the limit of items to fetch.
- getListBox() - Method in class com.vaadin.client.ui.VNativeSelect
-
Gets the underlying ListBox widget that this widget wraps.
- getListeners(Class<?>) - Method in class com.vaadin.event.EventRouter
-
Returns all listeners that match or extend the given event type.
- getListeners(Class<?>) - Method in class com.vaadin.server.AbstractClientConnector
-
Returns all listeners that are registered for the given event type or one of its subclasses.
- getListeners(Class<?>) - Method in class com.vaadin.ui.Upload
- 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.
- getLoadingIndicatorConfiguration() - Method in class com.vaadin.ui.UI
-
Retrieves the object used for configuring the loading indicator.
- getLocale() - Method in class com.vaadin.client.DateTimeService
- getLocale() - Method in class com.vaadin.data.ValueContext
-
Returns an
Optional
for theLocale
used in the value conversion. - getLocale() - Method in class com.vaadin.server.SystemMessagesInfo
-
The locale of the UI related to the
SystemMessages
request. - getLocale() - Method in interface com.vaadin.server.VaadinRequest
-
Gets locale information from the query, e.g.
- getLocale() - Method in class com.vaadin.server.VaadinSession
-
Gets the default locale for this session.
- getLocale() - Method in class com.vaadin.server.WebBrowser
-
Get the default locate of the browser.
- getLocale() - Method in class com.vaadin.ui.AbstractComponent
- getLocale() - Method in interface com.vaadin.ui.Component
-
Gets the locale of the component.
- getLocales() - Method in interface com.vaadin.server.VaadinRequest
-
Returns an Enumeration of Locale objects indicating, in decreasing order starting with the preferred locale, the locales that are acceptable to the client based on the Accept-Language header.
- getLocaleService() - Method in class com.vaadin.ui.UI
-
Returns the locale service which handles transmission of Locale data to the client.
- getLocalId() - Method in class com.vaadin.ui.declarative.DesignContext.ComponentCreatedEvent
-
Returns the local id of the created component or null if not exist.
- getLocation() - Method in class com.vaadin.server.Page
-
Returns the location URI of this page, as reported by the browser.
- 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
- getLockAttributeName() - Method in class com.vaadin.server.VaadinService
-
Returns the name used to store the lock in the HTTP session.
- getLockInstance() - Method in class com.vaadin.server.VaadinSession
-
Gets the
Lock
instance that is used for protecting the data of this session from concurrent access. - getLogicalRowIndex(TableRowElement) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
-
Gets the logical row index for the given table row element.
- getLoginButtonCaption() - Method in class com.vaadin.ui.LoginForm
-
Gets the caption set with
LoginForm.setLoginButtonCaption(String)
. - getLoginParameter(String) - Method in class com.vaadin.ui.LoginForm.LoginEvent
-
Gets the login parameter with the given name.
- getLogoutURL() - Method in class com.vaadin.server.LegacyApplication
-
Deprecated.Returns the URL user is redirected to on application close.
- getLongAttribute(String) - Method in class com.vaadin.client.UIDL
-
Gets the named attribute as a long.
- getLongPollingSuspendTimeout() - Method in class com.vaadin.server.communication.PushHandler
-
Gets the timeout used for suspend calls when using long polling.
- 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.
- getMainDivId(VaadinSession, VaadinRequest, Class<? extends UI>) - Method in class com.vaadin.server.VaadinService
-
Creates and returns a unique ID for the DIV where the UI is to be rendered.
- getMainDivId(VaadinSession, VaadinRequest, Class<? extends UI>) - Method in class com.vaadin.server.VaadinServletService
- getMainDivStyle(BootstrapHandler.BootstrapContext) - Method in class com.vaadin.server.BootstrapHandler
-
Deprecated.
- getMainWindow() - Method in class com.vaadin.server.LegacyApplication
-
Deprecated.Gets the mainWindow of the application.
- getMajorVersion() - Static method in class com.vaadin.shared.Version
- 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.
- getMargin() - Method in class com.vaadin.ui.AbstractOrderedLayout
- getMargin() - Method in class com.vaadin.ui.GridLayout
- getMargin() - Method in interface com.vaadin.ui.Layout.MarginHandler
- 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.
- getMax() - Method in class com.vaadin.ui.Slider
-
Gets the maximum slider value.
- 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.
- getMaximumAllowedRows() - Method in class com.vaadin.data.provider.DataCommunicator
-
Get the maximum allowed rows to be fetched in one query.
- 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
- getMaximumWidth() - Method in class com.vaadin.ui.Grid.Column
-
Returns the maximum width for this column.
- getMaxInactiveInterval() - Method in class com.vaadin.server.WrappedHttpSession
- getMaxInactiveInterval() - Method in interface com.vaadin.server.WrappedSession
-
Returns the maximum time interval, in seconds, that this session will be kept open between client accesses.
- getMaxLength() - Method in class com.vaadin.data.validator.StringLengthValidator
-
Gets the maximum permissible length of the string.
- getMaxLength() - Method in class com.vaadin.ui.AbstractTextField
-
Returns the maximum number of characters in the field.
- getMaxNestingDepth() - Method in class com.vaadin.data.PropertyFilterDefinition
-
Returns the maximum amount of nesting levels for sub-properties.
- getMaxSplitPosition() - Method in class com.vaadin.ui.AbstractSplitPanel
-
Returns the current maximum position of the splitter, in
AbstractSplitPanel.getMaxSplitPositionUnit()
units. - getMaxSplitPositionUnit() - Method in class com.vaadin.ui.AbstractSplitPanel
-
Returns the unit of the maximum position of the splitter.
- 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.
- getMaxValue() - Method in class com.vaadin.data.validator.RangeValidator
-
Gets the maximum value of the range.
- 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.
- getMaxWidth() - Method in interface com.vaadin.ui.TooltipConfiguration
-
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.
- getMenuBar() - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Gets the menu bar this item is part of.
- 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
- getMessage() - Method in class com.vaadin.data.BindingValidationStatus
-
Gets error validation message if status is
BindingValidationStatus.Status.ERROR
. - getMessage() - Method in interface com.vaadin.data.Result
-
Returns an Optional of the result message, or an empty Optional if none.
- getMessage() - Method in class com.vaadin.server.AbstractErrorMessage
- getMessage() - Method in exception com.vaadin.ui.GridLayout.OverlapsException
- getMessage(Reader) - Method in class com.vaadin.server.communication.ServerRpcHandler
- getMessage(ConstraintViolation<?>, Locale) - Method in class com.vaadin.data.validator.BeanValidator
-
Returns the interpolated error message for the given constraint violation using the locale specified for this validator.
- getMessage(T) - Method in class com.vaadin.data.validator.AbstractValidator
-
Returns the error message for the given value.
- 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() - Method in class com.vaadin.server.ServerRpcMethodInvocation
- getMethod() - Method in interface com.vaadin.server.VaadinRequest
-
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
- getMethod(MethodInvocation) - Static method in class com.vaadin.client.communication.RpcManager
-
Gets the method that an invocation targets.
- getMethod(Class<?>) - Static method in class com.vaadin.util.ReflectTools
-
Returns the first non-synthetic method of the specified
listenerClass
, which must have single method in the source-code. - getMethod(String) - Method in class com.vaadin.client.metadata.Type
- getMethodName() - Method in class com.vaadin.server.ClientMethodInvocation
- getMethodName() - Method in class com.vaadin.shared.communication.MethodInvocation
- getMilliseconds(Date) - Static method in class com.vaadin.client.DateTimeService
- getMime() - Method in class com.vaadin.shared.ui.dnd.FileParameters
-
Gets the mime type.
- getMimeType() - Method in interface com.vaadin.server.StreamVariable.StreamingEvent
- getMimeType() - Method in class com.vaadin.ui.Embedded
-
Gets the MIME-Type of the object.
- getMimeType(String) - Method in class com.vaadin.server.VaadinService
-
Returns the MIME type of the specified file, or null if the MIME type is not known.
- getMimeType(String) - Method in class com.vaadin.server.VaadinServletService
- getMIMEType() - Method in enum com.vaadin.icons.VaadinIcons
- getMIMEType() - Method in class com.vaadin.server.ClassResource
-
Gets the MIME type of this resource.
- getMIMEType() - Method in class com.vaadin.server.ExternalResource
-
Gets the MIME type of the resource.
- getMIMEType() - Method in class com.vaadin.server.FileResource
- getMIMEType() - Method in enum com.vaadin.server.FontAwesome
-
Deprecated.
- getMIMEType() - Method in class com.vaadin.server.GenericFontIcon
- getMIMEType() - Method in interface com.vaadin.server.Resource
-
Gets the MIME type of the resource.
- getMIMEType() - Method in class com.vaadin.server.StreamResource
- getMIMEType() - Method in class com.vaadin.server.ThemeResource
- getMIMEType() - Method in class com.vaadin.ui.Upload.FinishedEvent
-
Gets the MIME Type of the file.
- getMIMEType() - Method in class com.vaadin.ui.Upload.StartedEvent
-
Gets the MIME Type of the file.
- getMIMEType(File) - Static method in class com.vaadin.util.FileTypeResolver
-
Gets the mime-type for a file.
- getMIMEType(String) - Static method in class com.vaadin.util.FileTypeResolver
-
Gets the mime-type of a file.
- getMin() - Method in class com.vaadin.ui.Slider
-
Gets the minimum slider value.
- 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.
- getMinimizedValueAsHTML() - Method in interface com.vaadin.ui.PopupView.Content
-
This should return a small view of the full data.
- 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
- getMinimumWidth() - Method in class com.vaadin.ui.Grid.Column
-
Return the minimum width for this column.
- getMinLength() - Method in class com.vaadin.data.validator.StringLengthValidator
-
Gets the minimum permissible length of the string.
- getMinorVersion() - Static method in class com.vaadin.shared.Version
- getMinPushSize() - Method in class com.vaadin.data.provider.DataCommunicator
-
Get minimum size of data which will be sent to the client when data source is set.
- getMinSplitPosition() - Method in class com.vaadin.ui.AbstractSplitPanel
-
Returns the current minimum position of the splitter, in
AbstractSplitPanel.getMinSplitPositionUnit()
units. - getMinSplitPositionUnit() - Method in class com.vaadin.ui.AbstractSplitPanel
-
Returns the unit of the minimum position of the splitter.
- 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.
- getMinValue() - Method in class com.vaadin.data.validator.RangeValidator
-
Returns the minimum value of the range.
- getModalityCurtain() - Method in class com.vaadin.client.ui.VWindow
-
Returns the modality curtain element.
- getMode() - Method in class com.vaadin.server.AbstractErrorMessage
- getModifiers() - Method in class com.vaadin.event.ShortcutAction
-
Get the
ShortcutAction.ModifierKey
s required for the shortcut to react. - getMonth(int) - Method in class com.vaadin.client.DateTimeService
- getMonthNames(String) - Static method in class com.vaadin.client.LocaleService
- getMoreMenuItem() - Method in class com.vaadin.ui.MenuBar
-
Get the MenuItem used as the collapse menu item.
- getMouseDownEvent() - Method in class com.vaadin.ui.DragAndDropWrapper.WrapperTransferable
-
Deprecated.
- getMouseEvent() - Method in class com.vaadin.event.dd.TargetDetailsImpl
-
Deprecated.
- getMouseEventDetails() - Method in class com.vaadin.event.MouseEvents.ClickEvent
-
Returns an information about mouse event like position, buttons pressed etc.
- getMouseEventDetails() - Method in class com.vaadin.ui.dnd.event.DropEvent
-
Gets the mouse event details for the drop event.
- getMouseEventDetails() - Method in class com.vaadin.ui.Grid.ItemClick
-
Returns the mouse event details.
- getMouseEventDetails() - Method in class com.vaadin.ui.Tree.ItemClick
-
Returns the mouse event details.
- 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
. - getName() - Method in class com.vaadin.data.AbstractBeanPropertyDefinition
- getName() - Method in class com.vaadin.data.BeanPropertySet.NestedBeanPropertyDefinition
- getName() - Method in interface com.vaadin.data.PropertyDefinition
-
Gets the full name of this property.
- getName() - Method in interface com.vaadin.osgi.resources.OsgiVaadinResource
-
Return the theme name to publish for OSGi.
- getName() - Method in interface com.vaadin.osgi.resources.OsgiVaadinTheme
-
Return the theme name to publish for OSGi.
- getName() - Method in interface com.vaadin.osgi.resources.OsgiVaadinWidgetset
-
Return the widgetset name to publish for OSGi.
- getName() - Method in interface com.vaadin.server.JsonCodec.BeanProperty
- getName() - Method in enum com.vaadin.shared.MouseEventDetails.MouseButton
-
Returns a human readable text representing the button.
- getName() - Method in class com.vaadin.shared.ui.dnd.FileParameters
-
Gets the file name.
- getName() - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.Gets the unique name of the window.
- 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
- getNaturalSortComparator(SortDirection) - Static method in class com.vaadin.data.provider.InMemoryDataProviderHelpers
-
Gets the natural order comparator for the type argument, or the natural order comparator reversed if the given sorting direction is
SortDirection.DESCENDING
. - 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.use
VMenuBar.isNavigationSelectKey(int)
instead - 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.
- getNavigator() - Method in class com.vaadin.navigator.ViewChangeListener.ViewChangeEvent
-
Returns the navigator that triggered this event.
- getNavigator() - Method in class com.vaadin.ui.UI
-
Returns the navigator attached to this UI or null if there is no navigator.
- getNewApplication(HttpServletRequest) - Method in class com.vaadin.server.LegacyVaadinServlet
- 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.
- getNewItemHandler() - Method in class com.vaadin.ui.ComboBox
-
Deprecated.Since 8.4 use
ComboBox.getNewItemProvider()
instead. - getNewItemProvider() - Method in class com.vaadin.ui.ComboBox
-
Returns the provider function that is called when the user enters a new item (not present in the data provider).
- getNewSelection() - Method in class com.vaadin.event.selection.MultiSelectionEvent
-
Gets the new selection.
- getNewView() - Method in class com.vaadin.navigator.ViewChangeListener.ViewChangeEvent
-
Returns the view being activated.
- 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.
- getNextConnectorId() - Method in class com.vaadin.server.VaadinSession
-
Gets the next unused numerical id for connector ids.
- 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.
- getNextUIid() - Method in class com.vaadin.server.VaadinSession
-
Creates a new unique id for a UI.
- getNotification() - Method in class com.vaadin.ui.Notification.CloseEvent
-
Gets the Notification.
- getNotificationConfiguration() - Method in class com.vaadin.ui.UI
-
Retrieves the object used for configuring notifications.
- getNullRepresentation() - Method in class com.vaadin.ui.renderers.AbstractRenderer
-
Null representation for the renderer.
- getNullRepresentation() - Method in class com.vaadin.ui.renderers.ButtonRenderer
- getNullRepresentation() - Method in class com.vaadin.ui.renderers.DateRenderer
- getNullRepresentation() - Method in class com.vaadin.ui.renderers.HtmlRenderer
- getNullRepresentation() - Method in class com.vaadin.ui.renderers.NumberRenderer
- getNullRepresentation() - Method in class com.vaadin.ui.renderers.TextRenderer
- 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
- getOffset() - Method in class com.vaadin.data.provider.Query
-
Gets the first index of items to fetch.
- 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.
- getOldSelection() - Method in class com.vaadin.event.selection.MultiSelectionEvent
-
Gets the old selection.
- getOldSplitPosition() - Method in class com.vaadin.ui.AbstractSplitPanel.SplitPositionChangeEvent
-
Returns the position of the split before this change event occurred.
- getOldSplitPositionUnit() - Method in class com.vaadin.ui.AbstractSplitPanel.SplitPositionChangeEvent
-
Returns the position unit of the split before this change event occurred.
- getOldValue() - Method in class com.vaadin.data.HasValue.ValueChangeEvent
-
Returns the value of the source before this value change event occurred.
- getOldView() - Method in class com.vaadin.navigator.ViewChangeListener.ViewChangeEvent
-
Returns the view being deactivated.
- 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.
- getOpenDelay() - Method in interface com.vaadin.ui.TooltipConfiguration
-
Returns the time (in ms) that should elapse after an event triggering tooltip showing has occurred (e.g.
- getOpenStackItem() - Method in class com.vaadin.client.ui.VAccordion
-
Returns the currently open stack item.
- getOperatingSystemMajorVersion() - Method in class com.vaadin.shared.VBrowserDetails
-
Returns the major version of the operating system.
- getOperatingSystemMinorVersion() - Method in class com.vaadin.shared.VBrowserDetails
-
Returns the minor version of the operating system.
- getOperator() - Method in class com.vaadin.shared.ui.dnd.criteria.Criterion
-
Gets the comparison operator.
- 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.
- getOpposite() - Method in enum com.vaadin.shared.data.sort.SortDirection
-
Get the sort direction that is the direct opposite to this one.
- getOptionalValue() - Method in interface com.vaadin.data.HasValue
-
Returns the current value of this object, wrapped in an
Optional
. - 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.
- getOrder() - Method in class com.vaadin.ui.Window.WindowOrderChangeEvent
-
Gets the new window order position.
- getOrderPosition() - Method in class com.vaadin.ui.Window
-
Returns the position of this window in the order of all open windows for this UI.
- getOrientation() - Method in class com.vaadin.ui.Slider
-
Gets the current orientation of the slider (horizontal or vertical).
- getOrThrow(SerializableFunction<String, ? extends X>) - Method in interface com.vaadin.data.Result
-
Return the value, if the result denotes success, otherwise throw an exception to be created by the provided supplier.
- 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.
- getOutputStream() - Method in interface com.vaadin.server.StreamVariable
-
Invoked by the terminal when a new upload arrives, after
StreamVariable.streamingStarted(StreamingStartEvent)
method has been called. - getOutputStream() - Method in interface com.vaadin.server.VaadinResponse
-
Returns a
OutputStream
for writing binary data in the response. - 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
. - getOverlayContainerLabel() - Method in class com.vaadin.ui.UI
-
Get the label that is added to the container element, where tooltip, notification and dialogs are added to.
- 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.
- getPackage(String) - Method in class com.vaadin.ui.declarative.DesignContext
-
Gets the package corresponding to the give prefix, or
null
no package has been registered for the prefix. - getPackagePrefix(String) - Method in class com.vaadin.ui.declarative.DesignContext
-
Gets the prefix mapping for a given package, or
null
if there is no mapping for the package. - getPackagePrefixes() - Method in class com.vaadin.ui.declarative.DesignContext
-
Gets all registered package prefixes.
- 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.
- getPage() - Method in class com.vaadin.server.Page.PopStateEvent
-
Gets the page in which the uri has changed.
- getPage() - Method in class com.vaadin.server.Page.UriFragmentChangedEvent
-
Gets the page in which the fragment has changed.
- getPage() - Method in class com.vaadin.ui.UI
- getPageLength() - Method in class com.vaadin.ui.ComboBox
-
Returns the page length of the suggestion popup.
- getPageState() - Method in class com.vaadin.client.ui.ui.UIConnector
-
Returns the state of the Page associated with the UI.
- getPageTitle(UICreateEvent) - Method in class com.vaadin.server.LegacyApplicationUIProvider
-
Deprecated.
- getPageTitle(UICreateEvent) - Method in class com.vaadin.server.UIProvider
- 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.
- getParameter(String) - Method in class com.vaadin.server.BrowserWindowOpener
-
Gets the value of a parameter set using
BrowserWindowOpener.setParameter(String, String)
. - getParameter(String) - Method in class com.vaadin.server.DownloadStream
-
Gets a paramater for download stream.
- getParameter(String) - Method in interface com.vaadin.server.VaadinRequest
-
Gets the named request parameter This is typically a HTTP GET or POST parameter, though other request types might have other ways of representing parameters.
- getParameter(String) - Method in class com.vaadin.ui.Embedded
-
Gets the value of an object parameter.
- getParameter(String) - Method in interface com.vaadin.ui.PushConfiguration
-
Returns the given parameter, if set.
- getParameterMap() - Method in class com.vaadin.navigator.ViewChangeListener.ViewChangeEvent
-
Returns the parameters for the view being activated parsed to a map, using & as the parameter separator character.
- getParameterMap() - Method in interface com.vaadin.server.VaadinRequest
-
Gets all the parameters of the request.
- getParameterMap(String) - Method in class com.vaadin.navigator.ViewChangeListener.ViewChangeEvent
-
Returns the parameters for the view being activated parsed to a map, using the given string as the parameter separator character.
- getParameterNames() - Method in class com.vaadin.server.BrowserWindowOpener
-
Gets the names of all parameters set using
BrowserWindowOpener.setParameter(String, String)
. - getParameterNames() - Method in class com.vaadin.server.DownloadStream
-
Gets the names of the parameters.
- getParameterNames() - Method in class com.vaadin.ui.Embedded
-
Gets the embedded object parameter names.
- getParameterNames() - Method in interface com.vaadin.ui.PushConfiguration
-
Returns the parameters which have been defined.
- getParameters() - Method in class com.vaadin.navigator.ViewChangeListener.ViewChangeEvent
-
Returns the parameters for the view being activated.
- getParameters() - Method in class com.vaadin.server.ClientMethodInvocation
- getParameters() - Method in class com.vaadin.shared.communication.MethodInvocation
- 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() - Method in class com.vaadin.server.ClientMethodInvocation
- 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.
- getParent() - Method in class com.vaadin.data.BeanPropertySet.NestedBeanPropertyDefinition
-
Gets the parent property definition.
- getParent() - Method in class com.vaadin.data.provider.HierarchicalQuery
-
Get the hierarchical parent object, where
null
corresponds to the root node. - getParent() - Method in class com.vaadin.server.AbstractExtension
- getParent() - Method in interface com.vaadin.server.ClientConnector
- getParent() - Method in class com.vaadin.server.DragAndDropService
-
Deprecated.
- getParent() - Method in interface com.vaadin.shared.Connector
-
Gets the parent connector of this connector, or
null
if the connector is not attached to any parent. - getParent() - Method in class com.vaadin.ui.AbstractComponent
- getParent() - Method in class com.vaadin.ui.AbstractListing.AbstractListingExtension
- getParent() - Method in interface com.vaadin.ui.Component
-
Gets the parent component of the component.
- getParent() - Method in class com.vaadin.ui.components.grid.TreeGridDropTarget
- getParent() - Method in class com.vaadin.ui.dnd.DragSourceExtension
-
Returns the component this extension is attached to.
- getParent() - Method in class com.vaadin.ui.dnd.DropTargetExtension
-
Returns the component this extension is attached to.
- getParent() - Method in class com.vaadin.ui.dnd.FileDropTarget
-
Returns the component this extension is attached to.
- getParent() - Method in class com.vaadin.ui.Grid.AbstractGridExtension
- getParent() - Method in class com.vaadin.ui.Grid.DetailsManager
- getParent() - Method in class com.vaadin.ui.MenuBar.MenuItem
-
For the containing item.
- getParent() - Method in class com.vaadin.ui.renderers.AbstractRenderer
- getParent(T) - Method in class com.vaadin.data.TreeData
-
Get the parent item for the given item.
- getParentGrid() - Method in class com.vaadin.ui.renderers.AbstractRenderer
-
Gets the
Grid
this renderer is attached to. - getParentIndex(T) - Method in class com.vaadin.data.provider.HierarchicalDataCommunicator
-
Returns parent index for the row or a negative value.
- getParentIndex(T) - Method in class com.vaadin.data.provider.HierarchyMapper
-
Finds the index of the parent of the item in given target index.
- 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.
- getParentOfItem(T) - Method in class com.vaadin.data.provider.HierarchyMapper
-
Find parent for the given item among open folders.
- getParentOptional() - Method in class com.vaadin.data.provider.HierarchicalQuery
-
Get an Optional of the hierarchical parent object.
- getParentTag(int) - Method in class com.vaadin.client.ApplicationConfiguration
- getParseErrorMessage() - Method in class com.vaadin.ui.AbstractDateField
-
Return the error message that is shown if the user inputted value can't be parsed into a Date object.
- getPartInformation() - Method in interface com.vaadin.server.EventTrigger
-
Gets a free form string which identifies which part of the connector that should trigger the download.
- getPartInformation() - Method in class com.vaadin.ui.MenuBar.MenuItem
- getPasswordCaption() - Method in class com.vaadin.ui.LoginForm
-
Gets the caption set with
LoginForm.setPasswordCaption(String)
. - 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 - getPathInfo() - Method in interface com.vaadin.server.VaadinRequest
-
Gets the path of the requested resource relative to the application.
- getPayload() - Method in class com.vaadin.client.communication.XhrConnectionError
-
Returns the payload which was sent to the server.
- getPayloadString() - Method in class com.vaadin.shared.ui.dnd.criteria.Payload
-
Returns the string representation of this payload.
- getPendingAccessQueue() - Method in class com.vaadin.server.VaadinSession
-
Gets the queue of tasks submitted using
VaadinSession.access(Runnable)
. - getPendingDependencies() - Method in class com.vaadin.server.Page
-
Returns all pending dependencies.
- getPlaceholder() - Method in class com.vaadin.ui.AbstractTextField
-
Returns the current placeholder text.
- getPlaceholder() - Method in class com.vaadin.ui.ComboBox
-
Gets the current placeholder text shown when the combo box would be empty.
- getPlaceholder() - Method in class com.vaadin.ui.DateField
-
Returns the current placeholder text.
- getPlaceholder() - Method in class com.vaadin.ui.DateTimeField
-
Returns the current placeholder text.
- 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.
- getPollInterval() - Method in class com.vaadin.ui.UI
-
Returns the interval with which the UI polls the server.
- getPopupComponent() - Method in interface com.vaadin.ui.PopupView.Content
-
This should return the full Component representing the data.
- getPopupStyle() - Method in class com.vaadin.ui.AbstractColorPicker
-
Gets the style for the popup window.
- getPopupView() - Method in class com.vaadin.ui.PopupView.PopupVisibilityEvent
-
Get the PopupView instance that is the source of this event.
- getPopupWidth() - Method in class com.vaadin.ui.ComboBox
-
Returns the suggestion pop-up's width as a CSS string.
- getPosition() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerGrid
-
Gets the position.
- getPosition() - Method in class com.vaadin.ui.Notification
-
Gets the position of the notification message.
- getPosition(Component) - Method in class com.vaadin.ui.AbsoluteLayout
-
Gets the position of a component in the layout.
- getPositionX() - Method in class com.vaadin.ui.Window
-
Gets the distance of Window left border in pixels from left border of the containing (main window) when the window is in
WindowMode.NORMAL
. - getPositionY() - Method in class com.vaadin.ui.Window
-
Gets the distance of Window top border in pixels from top border of the containing (main window) when the window is in
WindowMode.NORMAL
state, or when next set to that state. - getPoster() - Method in class com.vaadin.ui.Video
- getPreferredHeight() - Method in class com.vaadin.client.ui.menubar.MenuBar
-
Deprecated.Gets the preferred height of the menu.
- getPreload() - Method in class com.vaadin.ui.AbstractMedia
- getPresentationProvider() - Method in class com.vaadin.ui.Grid.Column
-
Gets the function to get presentations from the value of data in this column, based on the row item.
- getPresentationType() - Method in class com.vaadin.ui.renderers.AbstractRenderer
- getPresentationType() - Method in interface com.vaadin.ui.renderers.Renderer
-
Returns the class literal corresponding to the presentation type T.
- 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.
- getPrimaryStyleName() - Method in class com.vaadin.ui.AbstractComponent
- getPrimaryStyleName() - Method in interface com.vaadin.ui.Component
-
Gets the primary style name of the component.
- getPrimaryStyleName() - Method in class com.vaadin.ui.Composite
- getPrimaryStyleName() - Method in class com.vaadin.ui.Tree
- getProgressEventInterval() - Method in class com.vaadin.server.communication.FileUploadHandler
-
To prevent event storming, streaming progress events are sent in this interval rather than every time the buffer is filled.
- 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() - Method in class com.vaadin.data.BeanPropertySet
- getProperties() - Method in interface com.vaadin.data.PropertySet
-
Gets all known properties as a stream.
- 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 - getProperties(Class<?>) - Static method in class com.vaadin.server.JsonCodec
- 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
- getProperty(String) - Method in class com.vaadin.data.BeanPropertySet
- getProperty(String) - Method in interface com.vaadin.data.PropertySet
-
Gets the definition for the named property, or an empty optional if there is no property with the given name.
- getPropertyDescriptor(Class<?>, String) - Static method in class com.vaadin.data.util.BeanUtil
-
Returns the property descriptor for the property of the given name and declaring class.
- getPropertyHolderType() - Method in class com.vaadin.data.AbstractBeanPropertyDefinition
- getPropertyHolderType() - Method in interface com.vaadin.data.PropertyDefinition
-
Gets the type of the class containing this property.
- getPropertySet() - Method in class com.vaadin.data.AbstractBeanPropertyDefinition
- getPropertySet() - Method in interface com.vaadin.data.PropertyDefinition
-
Gets the
PropertySet
that this property belongs to. - getPropertySet() - Method in class com.vaadin.ui.Grid
-
Returns the property set used by this grid.
- getPropertyType(Class<?>, String) - Static method in class com.vaadin.data.util.BeanUtil
-
Returns the type of the property with the given name and declaring class.
- 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
- getPushConfiguration() - Method in class com.vaadin.ui.UI
-
Retrieves the object used for configuring the push channel.
- getPushConnection() - Method in class com.vaadin.ui.UI
-
Returns the internal push connection object used by this UI.
- getPushId() - Method in class com.vaadin.client.communication.MessageHandler
-
Gets the push connection identifier for this session.
- getPushId() - Method in class com.vaadin.server.VaadinSession
-
Gets the push connection identifier for this session.
- getPushMode() - Method in class com.vaadin.server.BootstrapHandler.BootstrapContext
-
Deprecated.Gets the push mode to use.
- getPushMode() - Method in class com.vaadin.server.DefaultDeploymentConfiguration
-
Returns the mode of bidirectional ("push") client-server communication that should be used.
- getPushMode() - Method in interface com.vaadin.server.DeploymentConfiguration
-
Returns the mode of bidirectional ("push") client-server communication that should be used.
- getPushMode() - Method in interface com.vaadin.ui.PushConfiguration
-
Returns the mode of bidirectional ("push") communication that is used.
- getPushMode(UICreateEvent) - Method in class com.vaadin.server.UIProvider
-
Finds the
PushMode
to use for a specific UI. - getPushRows() - Method in class com.vaadin.data.provider.DataCommunicator
-
Get the current range of rows to push in the next response.
- getPushTransport(UICreateEvent) - Method in class com.vaadin.server.UIProvider
-
Finds the
Transport
to use for a specific UI. - getPushUrl() - Method in interface com.vaadin.ui.PushConfiguration
-
Returns the URL to use for push requests.
- 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). - getQuickOpenDelay() - Method in interface com.vaadin.ui.TooltipConfiguration
-
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
TooltipConfiguration.getQuickOpenDelay()
ms). - getQuickOpenTimeout() - Method in class com.vaadin.client.VTooltip
-
Returns the time (in ms) during which
VTooltip.getQuickOpenDelay()
should be used instead ofVTooltip.getOpenDelay()
. - getQuickOpenTimeout() - Method in interface com.vaadin.ui.TooltipConfiguration
-
Returns the time (in ms) during which
TooltipConfiguration.getQuickOpenDelay()
should be used instead ofTooltipConfiguration.getOpenDelay()
. - getRangeEnd() - Method in class com.vaadin.ui.AbstractDateField
-
Returns the precise rangeEnd used.
- getRangeStart() - Method in class com.vaadin.ui.AbstractDateField
-
Returns the precise rangeStart used.
- getRangeValidator() - Method in class com.vaadin.ui.AbstractDateField
-
Returns a custom date range validator which is applicable for the type
T
. - getRangeValidator() - Method in class com.vaadin.ui.AbstractLocalDateField
- getRangeValidator() - Method in class com.vaadin.ui.AbstractLocalDateTimeField
- getRawJson() - Method in class com.vaadin.server.communication.ServerRpcHandler.RpcRequest
-
Gets the entire request in JSON format, as it was received from the client.
- getRawNumber(String) - Method in class com.vaadin.client.ValueMap
- getRawTimezoneOffset() - Method in class com.vaadin.server.WebBrowser
-
Returns the browser-reported TimeZone offset in milliseconds from GMT ignoring possible daylight saving adjustments that may be in effect in the browser.
- getReader() - Method in class com.vaadin.server.communication.AtmospherePushConnection.FragmentedMessage
- getReader() - Method in interface com.vaadin.server.VaadinRequest
-
Retrieves the body of the request as character data using a
BufferedReader
. - getReason() - Method in class com.vaadin.ui.Upload.FailedEvent
-
Gets the exception that caused the failure.
- getReceiver() - Method in class com.vaadin.ui.Upload
-
Returns the current receiver.
- getReconnectAttempts() - Method in interface com.vaadin.ui.ReconnectDialogConfiguration
-
Gets the number of times to try to reconnect to the server before giving up.
- getReconnectDialogConfiguration() - Method in class com.vaadin.ui.UI
-
Retrieves the object used for configuring the reconnect dialog.
- getReconnectInterval() - Method in interface com.vaadin.ui.ReconnectDialogConfiguration
-
Gets the interval (in milliseconds) between reconnect attempts.
- getRed() - Method in class com.vaadin.shared.ui.colorpicker.Color
-
Returns the red value of the color.
- getRegisteredClasses() - Method in class com.vaadin.ui.declarative.DesignFormatter
-
Returns a set of classes that have a converter registered.
- 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() - Method in class com.vaadin.event.MouseEvents.ClickEvent
-
Returns the relative mouse position (x coordinate) when the click took place.
- getRelativeX() - Method in class com.vaadin.shared.MouseEventDetails
- getRelativeX() - Method in class com.vaadin.ui.Button.ClickEvent
-
Returns the relative mouse position (x coordinate) when the click took place.
- getRelativeX(Element, NativeEvent) - Static method in class com.vaadin.client.WidgetUtil
-
Returns the X coordinate of an event relative to an element.
- getRelativeY() - Method in class com.vaadin.event.MouseEvents.ClickEvent
-
Returns the relative mouse position (y coordinate) when the click took place.
- getRelativeY() - Method in class com.vaadin.shared.MouseEventDetails
- getRelativeY() - Method in class com.vaadin.ui.Button.ClickEvent
-
Returns the relative mouse position (y coordinate) when the click took place.
- getRelativeY(Element, NativeEvent) - Static method in class com.vaadin.client.WidgetUtil
-
Returns the Y coordinate of an event relative to an element.
- getRemoteAddr() - Method in interface com.vaadin.server.VaadinRequest
-
Returns the IP address from which the request came.
- getRemoteHost() - Method in interface com.vaadin.server.VaadinRequest
-
Returns the fully qualified name of the client or the last proxy that sent the request.
- getRemotePort() - Method in interface com.vaadin.server.VaadinRequest
-
Returns the Internet Protocol (IP) source port of the client or last proxy that sent the request.
- getRemoteUser() - Method in interface com.vaadin.server.VaadinRequest
-
Returns the login of the user making this request, if the user has been authenticated, or null if the user has not been authenticated.
- getRemoved() - Method in class com.vaadin.client.widget.grid.selection.SelectionEvent
-
Gets all rows removed from the selection since the last
SelectionEvent
. - getRemovedSelection() - Method in class com.vaadin.event.selection.MultiSelectionEvent
-
Gets the items that were removed from selection.
- 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.
- getRenderer() - Method in class com.vaadin.ui.Grid.Column
-
Gets the Renderer for this Column.
- 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.
- getRequest() - Method in class com.vaadin.server.BootstrapHandler.BootstrapContext
-
Deprecated.Gets the Vaadin/HTTP request.
- getRequest() - Method in class com.vaadin.server.BootstrapResponse
-
Gets the request for which the generated bootstrap HTML will be the response.
- getRequest() - Method in class com.vaadin.server.SessionInitEvent
-
Gets the request that triggered the initialization.
- getRequest() - Method in class com.vaadin.server.SystemMessagesInfo
-
Gets the request currently in progress.
- getRequest() - Method in class com.vaadin.server.UIProviderEvent
-
Gets the request associated with this event.
- getRequestBody(Reader) - Static method in class com.vaadin.server.SynchronizedRequestHandler
-
Reads the request body into a String.
- 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.
- getRequestHandlers() - Method in class com.vaadin.server.VaadinService
-
Returns the request handlers that are registered with this service.
- getRequestHandlers() - Method in class com.vaadin.server.VaadinSession
-
Gets the request handlers that are registered to the session.
- getRequestType(VaadinServletRequest) - Method in class com.vaadin.server.VaadinServlet
-
Deprecated.As of 7.0. This is no longer used and only provided for backwards compatibility. Each
RequestHandler
can individually decide whether it wants to handle a request or not. - getRequiredConfigurator() - Method in class com.vaadin.data.BeanValidationBinder
-
Gets field required indicator configuration logic.
- 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.
- 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.As of 7.4.0, use
WidgetUtil.getRequiredHeightBoundingClientRect(Element)
instead. - 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.As of 7.4.0, use
WidgetUtil.getRequiredHeightComputedStyle(Element)
instead. - 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.
- 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.
- 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.As of 7.4.0, use
WidgetUtil.getRequiredWidthBoundingClientRect(Element)
instead. - 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.As of 7.4.0, use
WidgetUtil.getRequiredWidthComputedStyle(Element)
instead. - 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.
- 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() - Method in class com.vaadin.ui.AbstractDateField
-
Gets the resolution.
- getResolution() - Method in class com.vaadin.ui.Slider
-
Gets the resolution of the slider.
- 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).
- getResolutionsHigherOrEqualTo(DateResolution) - Static method in enum com.vaadin.shared.ui.datefield.DateResolution
-
Returns the resolutions that are higher or equal to the given resolution, starting from the given resolution.
- getResolutionsLowerThan(DateResolution) - Static method in enum com.vaadin.shared.ui.datefield.DateResolution
-
Returns the resolutions that are lower than the given resolution, starting from the given resolution.
- getResolutionVariable(R) - Method in class com.vaadin.client.ui.VDateField
-
Returns a resolution variable name for the given
resolution
. - getResource() - Method in class com.vaadin.server.BrowserWindowOpener
-
Returns the resource for this instance.
- getResource() - Method in class com.vaadin.server.communication.AtmospherePushConnection
-
Gets the atmosphere resource associated with this connection.
- getResource() - Method in class com.vaadin.server.ResourceReference
- getResource() - Method in class com.vaadin.ui.Link
-
Returns the resource this link opens.
- getResource(URLReference) - Static method in class com.vaadin.server.ResourceReference
- getResource(String) - Method in class com.vaadin.client.ApplicationConnection
-
Gets a resource that has been pre-loaded via UIDL, such as custom layouts.
- getResource(String) - Method in class com.vaadin.server.AbstractClientConnector
-
Gets a resource defined using
AbstractClientConnector.setResource(String, Resource)
with the corresponding key. - getResourceCacheTime() - Method in class com.vaadin.server.DefaultDeploymentConfiguration
-
Returns the time resources can be cached in the browsers, in seconds.
- getResourceCacheTime() - Method in interface com.vaadin.server.DeploymentConfiguration
-
Returns the time resources can be cached in the browsers, in seconds.
- getResourceId() - Method in class com.vaadin.server.ThemeResource
-
Gets the resource id.
- getResourceLoader() - Method in class com.vaadin.client.ResourceLoader.ResourceLoadEvent
-
Gets the resource loader that has fired this event.
- getResourcePath(ServletContext, String) - Static method in class com.vaadin.server.VaadinServlet
-
Deprecated.As of 7.0. Will likely change or be removed in a future version
- getResourcePathPrefix() - Method in class com.vaadin.osgi.resources.impl.VaadinResourceServiceImpl
- getResourcePathPrefix() - Method in interface com.vaadin.osgi.resources.VaadinResourceService
-
Returns the prefix of the versioned namespace for the resources.
- getResourcesPath() - Method in class com.vaadin.server.AbstractDeploymentConfiguration
- getResourcesPath() - Method in interface com.vaadin.server.DeploymentConfiguration
-
Gets resources path configuration option value.
- 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.
- getResponse() - Method in class com.vaadin.server.BootstrapHandler.BootstrapContext
-
Deprecated.Gets the Vaadin/HTTP response.
- getResponseBody() - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereResponse
- getResult() - Method in class com.vaadin.data.BindingValidationStatus
-
Gets the validation result if status is either
BindingValidationStatus.Status.OK
orBindingValidationStatus.Status.ERROR
or an empty optional if status isBindingValidationStatus.Status.UNRESOLVED
. - getReturnType() - Method in class com.vaadin.client.metadata.Method
- getReturnType(Method) - Static method in class com.vaadin.client.metadata.TypeDataStore
- getRevision() - Static method in class com.vaadin.shared.Version
- getRGB() - Method in class com.vaadin.shared.ui.colorpicker.Color
-
Returns RGB value of the color.
- getRGBAPatternColor(Matcher) - Static method in class com.vaadin.ui.components.colorpicker.ColorUtil
- getRGBPatternColor(Matcher) - Static method in class com.vaadin.ui.components.colorpicker.ColorUtil
- getRGBVisibility() - Method in class com.vaadin.ui.AbstractColorPicker
-
Gets the visibility of the RGB Tab.
- getRight() - Method in class com.vaadin.client.WidgetUtil.TextRectangle
- getRightColumnCaption() - Method in class com.vaadin.ui.TwinColSelect
-
Returns the text shown above the right column.
- getRightUnits() - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Gets the unit for the 'right' attribute.
- getRightValue() - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Gets the 'right' attributes value in current units.
- getRoot() - Method in class com.vaadin.client.ui.VMenuBar
- getRootComponent() - Method in class com.vaadin.ui.declarative.DesignContext
-
Returns the root component of a created component hierarchy.
- getRootElement() - Method in class com.vaadin.client.ApplicationConfiguration
-
Get the root element instance used for this application.
- getRootItems() - Method in class com.vaadin.data.TreeData
-
Gets the root items of this structure.
- getRootPanelId() - Method in class com.vaadin.client.ApplicationConfiguration
- getRootResourceAlias(String, String) - Static method in class com.vaadin.osgi.resources.impl.PathFormatHelper
-
Returns the alias for a resource that will placed under the /VAADIN/ folder.
- getRootResourcePath(String) - Static method in class com.vaadin.osgi.resources.impl.PathFormatHelper
-
Returns the expected/default path of the resource in the source bundle.
- 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.
- getRow(int) - Method in class com.vaadin.ui.components.grid.StaticSection
-
Returns the row at the given index.
- getRow1() - Method in class com.vaadin.ui.GridLayout.Area
-
Gets the row of the top-left corner cell.
- getRow2() - Method in class com.vaadin.ui.GridLayout.Area
-
Gets the row of the bottom-right corner cell.
- 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.
- getRowCount() - Method in class com.vaadin.ui.components.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.
- getRowExpandRatio(int) - Method in class com.vaadin.ui.GridLayout
-
Returns the expand ratio of given row.
- getRowHeight() - Method in class com.vaadin.ui.Grid
-
Deprecated.replaced by three separate row height controls
- 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.
- getRowIndex() - Method in class com.vaadin.ui.Grid.GridContextClickEvent
-
Returns the clicked row index.
- getRowIndex() - Method in class com.vaadin.ui.Grid.ItemClick
-
Returns the clicked rowIndex.
- 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.
- getRows() - Method in class com.vaadin.ui.components.grid.StaticSection
-
Returns an unmodifiable list of the rows in this section.
- getRows() - Method in class com.vaadin.ui.GridLayout
-
Get the number of rows in the grid.
- getRows() - Method in class com.vaadin.ui.ListSelect
-
Returns the number of rows in the select.
- getRows() - Method in class com.vaadin.ui.TextArea
-
Gets the number of rows in the text area.
- getRows() - Method in class com.vaadin.ui.TwinColSelect
-
Returns the number of rows in the selects.
- getRowState() - Method in class com.vaadin.ui.components.grid.StaticSection.StaticRow
-
Returns the shared state of this row.
- 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
- getRpcInterface() - Method in class com.vaadin.server.ServerRpcManager
-
Returns the RPC interface type managed by this RPC manager instance.
- getRpcInterfaces() - Method in interface com.vaadin.shared.JavaScriptConnectorState
- getRpcInterfaces() - Method in class com.vaadin.shared.JavaScriptExtensionState
- getRpcInterfaces() - Method in class com.vaadin.shared.ui.JavaScriptComponentState
- getRpcInvocationsData() - Method in class com.vaadin.server.communication.ServerRpcHandler.RpcRequest
-
Gets the data to recreate the RPC as requested by the client side.
- getRpcManager() - Method in class com.vaadin.client.ApplicationConnection
-
Gets the server rpc manager for this application.
- getRpcManager(String) - Method in class com.vaadin.server.AbstractClientConnector
- getRpcManager(String) - Method in interface com.vaadin.server.ClientConnector
-
Returns the RPC manager instance to use when receiving calls for an RPC interface.
- getRpcManager(String) - Method in class com.vaadin.server.DragAndDropService
-
Deprecated.
- getRpcProxy() - Method in class com.vaadin.client.ui.VTabsheet
-
Returns the client to server RPC proxy for the tabsheet.
- getRpcProxy(ClientConnector, Class<T>) - Static method in class com.vaadin.server.ServerRpcManager
-
Returns an RPC proxy for a given client to server RPC interface for the given component or extension.
- 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.
- getRpcProxy(Class<T>) - Method in class com.vaadin.server.AbstractClientConnector
-
Returns an RPC proxy for a given server to client RPC interface for this component.
- 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.
- getSaveCaption() - Method in interface com.vaadin.ui.components.grid.Editor
-
Gets the caption of the save button in buffered mode.
- getSaveCaption() - Method in class com.vaadin.ui.components.grid.EditorImpl
- getScreenHeight() - Method in class com.vaadin.client.BrowserInfo
- getScreenHeight() - Method in class com.vaadin.server.WebBrowser
-
Gets the height of the screen in pixels.
- getScreenWidth() - Method in class com.vaadin.client.BrowserInfo
- getScreenWidth() - Method in class com.vaadin.server.WebBrowser
-
Gets the width of the screen in pixels.
- 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.
- getScrollLeft() - Method in interface com.vaadin.server.Scrollable
-
Gets scroll left offset.
- getScrollLeft() - Method in class com.vaadin.ui.Panel
- getScrollLeft() - Method in class com.vaadin.ui.UI
- 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.
- getScrollTop() - Method in interface com.vaadin.server.Scrollable
-
Gets scroll top offset.
- getScrollTop() - Method in class com.vaadin.ui.Panel
- getScrollTop() - Method in class com.vaadin.ui.UI
- 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.
- getSeckey(StreamVariable) - Method in class com.vaadin.ui.ConnectorTracker
-
Returns the security key associated with the given StreamVariable.
- getSecondComponent() - Method in class com.vaadin.ui.AbstractSplitPanel
-
Gets the second component of this split panel.
- 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.
- getSecondDelay() - Method in interface com.vaadin.ui.LoadingIndicatorConfiguration
-
Returns the delay before the loading indicator goes into the "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.
- getSection() - Method in class com.vaadin.ui.Grid.GridContextClickEvent
-
Return the clicked section of Grid.
- 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
. - getSelectAllCheckBoxVisibility() - Method in class com.vaadin.ui.components.grid.GridMultiSelect
-
Gets the current mode for the select all checkbox visibility.
- getSelectAllCheckBoxVisibility() - Method in interface com.vaadin.ui.components.grid.MultiSelectionModel
-
Gets the current mode for the select all checkbox visibility.
- getSelectAllCheckBoxVisibility() - Method in class com.vaadin.ui.components.grid.MultiSelectionModelImpl
- 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. - getSelectedItem() - Method in interface com.vaadin.data.SelectionModel.Single
-
Returns the currently selected item, or an empty optional if no item is selected.
- getSelectedItem() - Method in class com.vaadin.event.selection.SingleSelectionEvent
-
Returns an optional of the item that was selected, or an empty optional if a previously selected item was deselected.
- getSelectedItem() - Method in class com.vaadin.ui.AbstractSingleSelect
-
Returns the currently selected item, or an empty optional if no item is selected.
- getSelectedItem() - Method in class com.vaadin.ui.components.grid.GridSingleSelect
-
Returns the currently selected item, or an empty optional if no item is selected.
- getSelectedItem() - Method in class com.vaadin.ui.components.grid.SingleSelectionModelImpl
- getSelectedItems() - Method in class com.vaadin.client.ui.VListSelect
-
Gets the currently selected item values.
- getSelectedItems() - Method in interface com.vaadin.data.SelectionModel
-
Returns an immutable set of the currently selected items.
- getSelectedItems() - Method in interface com.vaadin.data.SelectionModel.Single
-
Returns a singleton set of the currently selected item or an empty set if no item is selected.
- getSelectedItems() - Method in class com.vaadin.ui.AbstractMultiSelect
- getSelectedItems() - Method in class com.vaadin.ui.components.grid.GridMultiSelect
- getSelectedItems() - Method in class com.vaadin.ui.components.grid.GridSingleSelect
-
Returns a singleton set of the currently selected item or an empty set if no item is selected.
- getSelectedItems() - Method in class com.vaadin.ui.components.grid.MultiSelectionModelImpl
- getSelectedItems() - Method in class com.vaadin.ui.components.grid.NoSelectionModel
- getSelectedItems() - Method in class com.vaadin.ui.components.grid.SingleSelectionModelImpl
- getSelectedItems() - Method in class com.vaadin.ui.Grid
-
This method is a shorthand that delegates to the currently set selection model.
- getSelectedItems() - Method in interface com.vaadin.ui.MultiSelect
-
Returns an immutable set of the currently selected items.
- getSelectedItems() - Method in class com.vaadin.ui.Tree
-
This method is a shorthand that delegates to the currently set selection model.
- getSelectedTab() - Method in class com.vaadin.ui.TabSheet
-
Gets the selected tab content component.
- 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.
- getSelectionModel() - Method in class com.vaadin.ui.Grid
-
Returns the selection model for this grid.
- getSelectionModel() - Method in class com.vaadin.ui.Tree
-
Returns the selection model for this Tree.
- 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.
- getSequenceNumber() - Method in class com.vaadin.server.ClientMethodInvocation
- 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
- getService() - Static method in class com.vaadin.osgi.resources.OsgiVaadinResources
-
Deprecated.Returns the
VaadinResourceService
instance. - getService() - Method in class com.vaadin.server.DependencyFilter.FilterContext
-
Gets the related Vaadin service.
- getService() - Method in class com.vaadin.server.SessionDestroyEvent
-
Gets the Vaadin service from which the even originates.
- getService() - Method in class com.vaadin.server.SessionInitEvent
-
Gets the Vaadin service from which this event originates.
- getService() - Method in class com.vaadin.server.SystemMessagesInfo
-
Returns the service this SystemMessages request comes from.
- getService() - Method in class com.vaadin.server.UIProviderEvent
-
Gets the Vaadin service from which the event originates.
- getService() - Method in interface com.vaadin.server.VaadinRequest
-
Gets the vaadin service for the context of this request.
- getService() - Method in interface com.vaadin.server.VaadinResponse
-
Gets the vaadin service for the context of this response.
- getService() - Method in class com.vaadin.server.VaadinServlet
-
Gets a the vaadin service for this servlet.
- getService() - Method in class com.vaadin.server.VaadinServletRequest
- getService() - Method in class com.vaadin.server.VaadinServletResponse
- getService() - Method in class com.vaadin.server.VaadinSession
- getService(Bundle, ServiceRegistration<ServletContextHelper>) - Method in class com.vaadin.osgi.resources.impl.VaadinServletContextFactory
- getServiceInitListeners() - Method in class com.vaadin.server.VaadinService
-
Gets all available service init listeners.
- getServiceName() - Method in class com.vaadin.server.VaadinService
-
Gets a unique name for this service.
- getServiceName() - Method in class com.vaadin.server.VaadinServletService
- getServiceUrl() - Method in class com.vaadin.client.ApplicationConfiguration
-
Gets the URL to the server-side VaadinService.
- getServiceUrl() - Method in class com.vaadin.server.BootstrapHandler.BootstrapUriResolver
-
Deprecated.
- getServiceUrl() - Method in class com.vaadin.shared.VaadinUriResolver
-
Gets the URL handled by
VaadinService
to handle application requests. - getServiceUrl(BootstrapHandler.BootstrapContext) - Method in class com.vaadin.server.BootstrapHandler
-
Deprecated.
- getServiceUrl(BootstrapHandler.BootstrapContext) - Method in class com.vaadin.server.communication.ServletBootstrapHandler
- getServiceUrlParameterName() - Method in class com.vaadin.client.ApplicationConfiguration
-
Return the name of the parameter used to to send data to the service url.
- getServiceUrlParameterName() - Method in class com.vaadin.server.BootstrapHandler.BootstrapUriResolver
-
Deprecated.
- getServiceUrlParameterName() - Method in class com.vaadin.shared.VaadinUriResolver
-
Gets the name of the request parameter that should be used for sending the requested URL to the
service URL
. - getServlet() - Method in class com.vaadin.server.VaadinServletService
-
Retrieves a reference to the servlet associated with this service.
- getServletContext() - Method in class com.vaadin.server.communication.JSR356WebsocketInitializer.FakeServletConfig
- getServletName() - Method in class com.vaadin.server.communication.JSR356WebsocketInitializer.FakeServletConfig
- getServletVersion() - Method in class com.vaadin.client.ApplicationConfiguration
- getSession() - Method in class com.vaadin.server.AbstractClientConnector
-
Finds the
VaadinSession
to which this connector belongs. - getSession() - Method in class com.vaadin.server.BootstrapHandler.BootstrapContext
-
Deprecated.Gets the Vaadin session.
- getSession() - Method in class com.vaadin.server.BootstrapResponse
-
Gets the service session to which the rendered view belongs.
- getSession() - Method in class com.vaadin.server.ConnectorIdGenerationEvent
-
Gets the session for which connector id is needed.
- getSession() - Method in class com.vaadin.server.DependencyFilter.FilterContext
-
Gets the related Vaadin session.
- getSession() - Method in class com.vaadin.server.LegacyCommunicationManager
-
Deprecated.
- getSession() - Method in class com.vaadin.server.SessionDestroyEvent
-
Gets the Vaadin service session that is no longer used.
- getSession() - Method in class com.vaadin.server.SessionInitEvent
-
Gets the Vaadin service session that has been initialized.
- getSession() - Method in class com.vaadin.server.VaadinSession
-
Gets the underlying session to which this service session is currently associated.
- getSession() - Method in class com.vaadin.ui.UI
-
Gets the application object to which the component is attached.
- getSessionAttributeName() - Method in class com.vaadin.server.VaadinService
-
Returns the name used for storing the VaadinSession in the underlying HTTP session.
- getSessionExpiredCaption() - Method in class com.vaadin.server.SystemMessages
- getSessionExpiredError() - Method in class com.vaadin.client.ApplicationConfiguration
- getSessionExpiredMessage() - Method in class com.vaadin.server.SystemMessages
- getSessionExpiredURL() - Method in class com.vaadin.server.SystemMessages
- getSessionLock(WrappedSession) - Method in class com.vaadin.server.VaadinService
-
Gets the lock instance used to lock the VaadinSession associated with the given wrapped session.
- getSetter() - Method in class com.vaadin.data.BeanPropertySet.NestedBeanPropertyDefinition
- getSetter() - Method in interface com.vaadin.data.Binder.Binding
-
Gets the setter associated with this Binding.
- getSetter() - Method in class com.vaadin.data.Binder.BindingImpl
- getSetter() - Method in interface com.vaadin.data.PropertyDefinition
-
Gets an optional setter for storing a property value in a bean.
- 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
- getShouldWriteDataDelegate() - Method in class com.vaadin.ui.declarative.DesignContext
-
Gets the delegate that determines whether the container data of a component should be written out.
- getSidebarColumnOrder() - Method in class com.vaadin.client.widgets.Grid
-
Get the set ordering of the columns in the sidebar menu
- getSidebarColumnOrder() - Method in class com.vaadin.ui.Grid
-
Get the current sidebar column order.
- 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.
- getSize() - Method in class com.vaadin.server.SizeWithUnit
-
Returns the numeric value stored in this object.
- getSize() - Method in class com.vaadin.shared.ui.dnd.FileParameters
-
Gets the file size.
- getSize() - Method in class com.vaadin.ui.MenuBar
-
Returns the size of the menu.
- getSize() - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Returns the number of children.
- 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.
- getSortComparator() - Method in interface com.vaadin.data.provider.InMemoryDataProvider
-
Gets the current sort comparator of this data provider.
- getSortComparator() - Method in class com.vaadin.data.provider.ListDataProvider
- getSortComparator() - Method in class com.vaadin.data.provider.TreeDataProvider
- getSorted() - Method in class com.vaadin.data.provider.GridSortOrder
-
Gets the column this sorting information is attached to.
- getSorted() - Method in class com.vaadin.data.provider.QuerySortOrder
-
Gets sorting information.
- getSorted() - Method in class com.vaadin.data.provider.SortOrder
-
Sorting information.
- getSortOrder() - Method in class com.vaadin.client.widgets.Grid
-
Get a copy of the current sort order array.
- getSortOrder() - Method in class com.vaadin.event.SortEvent
-
Gets the sort order list.
- getSortOrder() - Method in class com.vaadin.ui.Grid
-
Get the current sort order list.
- getSortOrder(SortDirection) - Method in class com.vaadin.ui.Grid.Column
-
Gets the sort orders to use with back-end sorting for this column when sorting in the given direction.
- getSortOrders() - Method in class com.vaadin.data.provider.Query
-
Gets the sorting for items to fetch.
- 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.
- getSource() - Method in class com.vaadin.data.HasValue.ValueChangeEvent
- getSource() - Method in class com.vaadin.data.provider.DataChangeEvent
- getSource() - Method in class com.vaadin.data.StatusChangeEvent
- getSource() - Method in class com.vaadin.event.selection.MultiSelectionEvent
-
The multiselect on which the Event initially occurred.
- getSource() - Method in class com.vaadin.event.selection.SingleSelectionEvent
-
The single select on which the Event initially occurred.
- getSource() - Method in class com.vaadin.server.ConnectorIdGenerationEvent
- getSource() - Method in class com.vaadin.server.Page.BrowserWindowResizeEvent
- getSource() - Method in class com.vaadin.server.ServiceDestroyEvent
- getSource() - Method in class com.vaadin.server.ServiceInitEvent
- getSource() - Method in class com.vaadin.server.SessionDestroyEvent
- getSource() - Method in class com.vaadin.server.SessionInitEvent
- getSource() - Method in class com.vaadin.ui.AbstractEmbedded
-
Get the object source resource.
- getSource() - Method in class com.vaadin.ui.components.grid.EditorCancelEvent
- getSource() - Method in class com.vaadin.ui.components.grid.EditorOpenEvent
- getSource() - Method in class com.vaadin.ui.components.grid.EditorSaveEvent
- getSource() - Method in class com.vaadin.ui.Embedded
-
Gets the resource contained in the embedded object.
- getSource() - Method in class com.vaadin.ui.Grid.ItemClick
-
Returns the source Grid.
- getSource() - Method in class com.vaadin.ui.LoginForm.LoginEvent
- getSource() - Method in class com.vaadin.ui.Tree.ItemClick
- getSource() - Method in class com.vaadin.ui.Upload.ChangeEvent
-
Uploads where the event occurred.
- getSourceComponent() - Method in interface com.vaadin.event.Transferable
-
Deprecated.
- getSourceComponent() - Method in class com.vaadin.event.TransferableImpl
- getSourceDataProviderUpdater() - Method in class com.vaadin.ui.components.grid.GridRowDragger
-
Returns the source grid data provider updater.
- getSourceFile() - Method in class com.vaadin.server.FileResource
-
Gets the source file.
- getSources() - Method in class com.vaadin.ui.AbstractMedia
- 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.
- getSplitPosition() - Method in class com.vaadin.ui.AbstractSplitPanel
-
Returns the current position of the splitter, in
AbstractSplitPanel.getSplitPositionUnit()
units. - getSplitPosition() - Method in class com.vaadin.ui.AbstractSplitPanel.SplitPositionChangeEvent
-
Returns the new split position that triggered this change event.
- getSplitPositionUnit() - Method in class com.vaadin.ui.AbstractSplitPanel
-
Returns the unit of position of the splitter.
- getSplitPositionUnit() - Method in class com.vaadin.ui.AbstractSplitPanel.SplitPositionChangeEvent
-
Returns the new split position unit that triggered this change event.
- 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.
- getStandby() - Method in class com.vaadin.ui.Embedded
-
This attribute specifies a message that a user agent may render while loading the object's implementation and data.
- getStart() - Method in class com.vaadin.client.ui.CalendarEntry
- getStart() - Method in class com.vaadin.shared.Range
-
Returns the inclusive start point of this range.
- 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.
- getState() - Method in class com.vaadin.data.provider.DataCommunicator
- getState() - Method in class com.vaadin.data.provider.HierarchicalDataCommunicator
- getState() - Method in interface com.vaadin.navigator.NavigationStateManager
-
Returns the current navigation state including view name and any optional parameters.
- getState() - Method in class com.vaadin.navigator.Navigator
-
Returns the current navigation state reported by this Navigator's
NavigationStateManager
. - getState() - Method in class com.vaadin.navigator.Navigator.PushStateManager
- getState() - Method in class com.vaadin.navigator.Navigator.UriFragmentManager
- getState() - Method in class com.vaadin.server.AbstractClientConnector
-
Returns the shared state for this connector.
- getState() - Method in class com.vaadin.server.AbstractJavaScriptExtension
- getState() - Method in class com.vaadin.server.BrowserWindowOpener
- getState() - Method in class com.vaadin.server.communication.AtmospherePushConnection
-
Returns the state of this connection.
- getState() - Method in class com.vaadin.server.FileDownloader
- getState() - Method in class com.vaadin.server.Responsive
- getState() - Method in class com.vaadin.server.VaadinSession
-
Returns the lifecycle state of this session.
- getState() - Method in class com.vaadin.ui.AbsoluteLayout
- getState() - Method in class com.vaadin.ui.AbstractColorPicker
- getState() - Method in class com.vaadin.ui.AbstractComponent
-
Returns the shared state bean with information to be sent from the server to the client.
- getState() - Method in class com.vaadin.ui.AbstractComponentContainer
- getState() - Method in class com.vaadin.ui.AbstractDateField
- getState() - Method in class com.vaadin.ui.AbstractEmbedded
- getState() - Method in class com.vaadin.ui.AbstractField
- getState() - Method in class com.vaadin.ui.AbstractFocusable
- getState() - Method in class com.vaadin.ui.AbstractJavaScriptComponent
- getState() - Method in class com.vaadin.ui.AbstractLayout
- getState() - Method in class com.vaadin.ui.AbstractListing.AbstractListingExtension
- getState() - Method in class com.vaadin.ui.AbstractListing
- getState() - Method in class com.vaadin.ui.AbstractLocalDateField
- getState() - Method in class com.vaadin.ui.AbstractLocalDateTimeField
- getState() - Method in class com.vaadin.ui.AbstractMedia
- getState() - Method in class com.vaadin.ui.AbstractMultiSelect
- getState() - Method in class com.vaadin.ui.AbstractOrderedLayout
- getState() - Method in class com.vaadin.ui.AbstractSingleComponentContainer
- getState() - Method in class com.vaadin.ui.AbstractSingleSelect
- getState() - Method in class com.vaadin.ui.AbstractSplitPanel
- getState() - Method in class com.vaadin.ui.AbstractTextField
- getState() - Method in class com.vaadin.ui.Accordion
- getState() - Method in class com.vaadin.ui.Audio
- getState() - Method in class com.vaadin.ui.BrowserFrame
- getState() - Method in class com.vaadin.ui.Button
- getState() - Method in class com.vaadin.ui.CheckBox
- getState() - Method in class com.vaadin.ui.CheckBoxGroup
- getState() - Method in class com.vaadin.ui.ColorPicker
- getState() - Method in class com.vaadin.ui.ColorPickerArea
- getState() - Method in class com.vaadin.ui.ComboBox
- getState() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerGradient
- getState() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerGrid
- getState() - Method in class com.vaadin.ui.components.grid.AbstractSelectionModel
- getState() - Method in class com.vaadin.ui.components.grid.EditorImpl
- getState() - Method in class com.vaadin.ui.components.grid.GridDragSource
- getState() - Method in class com.vaadin.ui.components.grid.GridDropTarget
- getState() - Method in class com.vaadin.ui.components.grid.MultiSelectionModelImpl
- getState() - Method in class com.vaadin.ui.components.grid.SingleSelectionModelImpl
- getState() - Method in class com.vaadin.ui.components.grid.TreeGridDragSource
- getState() - Method in class com.vaadin.ui.components.grid.TreeGridDropTarget
- getState() - Method in class com.vaadin.ui.Composite
- getState() - Method in class com.vaadin.ui.CssLayout
- getState() - Method in class com.vaadin.ui.CustomComponent
- getState() - Method in class com.vaadin.ui.CustomField
- getState() - Method in class com.vaadin.ui.CustomLayout
- getState() - Method in class com.vaadin.ui.DateField
- getState() - Method in class com.vaadin.ui.DateTimeField
- getState() - Method in class com.vaadin.ui.dnd.DragSourceExtension
- getState() - Method in class com.vaadin.ui.dnd.DropTargetExtension
- getState() - Method in class com.vaadin.ui.dnd.FileDropTarget
- getState() - Method in class com.vaadin.ui.DragAndDropWrapper
-
Deprecated.
- getState() - Method in class com.vaadin.ui.Embedded
- getState() - Method in class com.vaadin.ui.FormLayout
- getState() - Method in class com.vaadin.ui.Grid.AbstractGridExtension
- getState() - Method in class com.vaadin.ui.Grid.Column
- getState() - Method in class com.vaadin.ui.Grid.DetailsManager
- getState() - Method in class com.vaadin.ui.Grid
- getState() - Method in class com.vaadin.ui.GridLayout
- getState() - Method in class com.vaadin.ui.HorizontalLayout
- getState() - Method in class com.vaadin.ui.HorizontalSplitPanel
- getState() - Method in class com.vaadin.ui.Image
- getState() - Method in class com.vaadin.ui.InlineDateField
- getState() - Method in class com.vaadin.ui.InlineDateTimeField
- getState() - Method in class com.vaadin.ui.JavaScript
- getState() - Method in class com.vaadin.ui.Label
- getState() - Method in class com.vaadin.ui.Link
- getState() - Method in class com.vaadin.ui.ListSelect
- getState() - Method in class com.vaadin.ui.LoginForm
- getState() - Method in class com.vaadin.ui.MenuBar
- getState() - Method in class com.vaadin.ui.NativeButton
- getState() - Method in class com.vaadin.ui.NativeSelect
- getState() - Method in class com.vaadin.ui.Notification
- getState() - Method in class com.vaadin.ui.Panel
- getState() - Method in class com.vaadin.ui.PasswordField
- getState() - Method in class com.vaadin.ui.PopupView
- getState() - Method in class com.vaadin.ui.ProgressBar
- getState() - Method in class com.vaadin.ui.RadioButtonGroup
- getState() - Method in class com.vaadin.ui.renderers.AbstractJavaScriptRenderer
- getState() - Method in class com.vaadin.ui.renderers.AbstractRenderer
- getState() - Method in class com.vaadin.ui.renderers.ButtonRenderer
- getState() - Method in class com.vaadin.ui.renderers.ClickableRenderer
- getState() - Method in class com.vaadin.ui.renderers.ComponentRenderer
- getState() - Method in class com.vaadin.ui.renderers.DateRenderer
- getState() - Method in class com.vaadin.ui.renderers.HtmlRenderer
- getState() - Method in class com.vaadin.ui.renderers.ImageRenderer
- getState() - Method in class com.vaadin.ui.renderers.LocalDateRenderer
- getState() - Method in class com.vaadin.ui.renderers.LocalDateTimeRenderer
- getState() - Method in class com.vaadin.ui.renderers.NumberRenderer
- getState() - Method in class com.vaadin.ui.renderers.ProgressBarRenderer
- getState() - Method in class com.vaadin.ui.renderers.TextRenderer
- getState() - Method in class com.vaadin.ui.RichTextArea
- getState() - Method in class com.vaadin.ui.Slider
- getState() - Method in class com.vaadin.ui.TabSheet
- getState() - Method in class com.vaadin.ui.TextArea
- getState() - Method in class com.vaadin.ui.TextField
- getState() - Method in class com.vaadin.ui.Tree.TreeMultiSelectionModel
- getState() - Method in class com.vaadin.ui.Tree.TreeRenderer
- getState() - Method in class com.vaadin.ui.TreeGrid
- getState() - Method in class com.vaadin.ui.TwinColSelect
- getState() - Method in class com.vaadin.ui.UI
- getState() - Method in class com.vaadin.ui.Upload
- getState() - Method in class com.vaadin.ui.VerticalLayout
- getState() - Method in class com.vaadin.ui.VerticalSplitPanel
- getState() - Method in class com.vaadin.ui.Video
- getState() - Method in class com.vaadin.ui.Window
- getState(boolean) - Method in class com.vaadin.data.provider.DataCommunicator
- getState(boolean) - Method in class com.vaadin.data.provider.HierarchicalDataCommunicator
- getState(boolean) - Method in class com.vaadin.server.AbstractClientConnector
-
Returns the shared state for this connector.
- getState(boolean) - Method in class com.vaadin.server.AbstractJavaScriptExtension
- getState(boolean) - Method in class com.vaadin.server.BrowserWindowOpener
- getState(boolean) - Method in class com.vaadin.server.FileDownloader
- getState(boolean) - Method in class com.vaadin.server.Page
-
Returns the page state.
- getState(boolean) - Method in class com.vaadin.server.Responsive
- getState(boolean) - Method in class com.vaadin.ui.AbsoluteLayout
- getState(boolean) - Method in class com.vaadin.ui.AbstractColorPicker
- getState(boolean) - Method in class com.vaadin.ui.AbstractComponent
- getState(boolean) - Method in class com.vaadin.ui.AbstractComponentContainer
- getState(boolean) - Method in class com.vaadin.ui.AbstractDateField
- getState(boolean) - Method in class com.vaadin.ui.AbstractEmbedded
- getState(boolean) - Method in class com.vaadin.ui.AbstractField
- getState(boolean) - Method in class com.vaadin.ui.AbstractFocusable
- getState(boolean) - Method in class com.vaadin.ui.AbstractJavaScriptComponent
- getState(boolean) - Method in class com.vaadin.ui.AbstractLayout
- getState(boolean) - Method in class com.vaadin.ui.AbstractListing.AbstractListingExtension
- getState(boolean) - Method in class com.vaadin.ui.AbstractListing
- getState(boolean) - Method in class com.vaadin.ui.AbstractLocalDateField
- getState(boolean) - Method in class com.vaadin.ui.AbstractLocalDateTimeField
- getState(boolean) - Method in class com.vaadin.ui.AbstractMedia
- getState(boolean) - Method in class com.vaadin.ui.AbstractMultiSelect
- getState(boolean) - Method in class com.vaadin.ui.AbstractOrderedLayout
- getState(boolean) - Method in class com.vaadin.ui.AbstractSingleComponentContainer
- getState(boolean) - Method in class com.vaadin.ui.AbstractSingleSelect
- getState(boolean) - Method in class com.vaadin.ui.AbstractSplitPanel
- getState(boolean) - Method in class com.vaadin.ui.AbstractTextField
- getState(boolean) - Method in class com.vaadin.ui.Accordion
- getState(boolean) - Method in class com.vaadin.ui.Audio
- getState(boolean) - Method in class com.vaadin.ui.BrowserFrame
- getState(boolean) - Method in class com.vaadin.ui.Button
- getState(boolean) - Method in class com.vaadin.ui.CheckBox
- getState(boolean) - Method in class com.vaadin.ui.CheckBoxGroup
- getState(boolean) - Method in class com.vaadin.ui.ColorPicker
- getState(boolean) - Method in class com.vaadin.ui.ColorPickerArea
- getState(boolean) - Method in class com.vaadin.ui.ComboBox
- getState(boolean) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerGradient
- getState(boolean) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerGrid
- getState(boolean) - Method in class com.vaadin.ui.components.grid.AbstractSelectionModel
- getState(boolean) - Method in class com.vaadin.ui.components.grid.EditorImpl
- getState(boolean) - Method in class com.vaadin.ui.components.grid.GridDragSource
- getState(boolean) - Method in class com.vaadin.ui.components.grid.GridDropTarget
- getState(boolean) - Method in class com.vaadin.ui.components.grid.MultiSelectionModelImpl
- getState(boolean) - Method in class com.vaadin.ui.components.grid.SingleSelectionModelImpl
- getState(boolean) - Method in class com.vaadin.ui.components.grid.StaticSection
-
Returns the shared state of this section.
- getState(boolean) - Method in class com.vaadin.ui.components.grid.TreeGridDragSource
- getState(boolean) - Method in class com.vaadin.ui.components.grid.TreeGridDropTarget
- getState(boolean) - Method in class com.vaadin.ui.Composite
- getState(boolean) - Method in class com.vaadin.ui.CssLayout
- getState(boolean) - Method in class com.vaadin.ui.CustomComponent
- getState(boolean) - Method in class com.vaadin.ui.CustomField
- getState(boolean) - Method in class com.vaadin.ui.CustomLayout
- getState(boolean) - Method in class com.vaadin.ui.DateField
- getState(boolean) - Method in class com.vaadin.ui.DateTimeField
- getState(boolean) - Method in class com.vaadin.ui.dnd.DragSourceExtension
- getState(boolean) - Method in class com.vaadin.ui.dnd.DropTargetExtension
- getState(boolean) - Method in class com.vaadin.ui.dnd.FileDropTarget
- getState(boolean) - Method in class com.vaadin.ui.DragAndDropWrapper
-
Deprecated.
- getState(boolean) - Method in class com.vaadin.ui.Embedded
- getState(boolean) - Method in class com.vaadin.ui.FormLayout
- getState(boolean) - Method in class com.vaadin.ui.Grid.AbstractGridExtension
- getState(boolean) - Method in class com.vaadin.ui.Grid.Column
- getState(boolean) - Method in class com.vaadin.ui.Grid.DetailsManager
- getState(boolean) - Method in class com.vaadin.ui.Grid
- getState(boolean) - Method in class com.vaadin.ui.GridLayout
- getState(boolean) - Method in class com.vaadin.ui.HorizontalLayout
- getState(boolean) - Method in class com.vaadin.ui.HorizontalSplitPanel
- getState(boolean) - Method in class com.vaadin.ui.Image
- getState(boolean) - Method in class com.vaadin.ui.InlineDateField
- getState(boolean) - Method in class com.vaadin.ui.InlineDateTimeField
- getState(boolean) - Method in class com.vaadin.ui.JavaScript
- getState(boolean) - Method in class com.vaadin.ui.Label
- getState(boolean) - Method in class com.vaadin.ui.Link
- getState(boolean) - Method in class com.vaadin.ui.ListSelect
- getState(boolean) - Method in class com.vaadin.ui.LoginForm
- getState(boolean) - Method in class com.vaadin.ui.MenuBar
- getState(boolean) - Method in class com.vaadin.ui.NativeButton
- getState(boolean) - Method in class com.vaadin.ui.NativeSelect
- getState(boolean) - Method in class com.vaadin.ui.Notification
- getState(boolean) - Method in class com.vaadin.ui.Panel
- getState(boolean) - Method in class com.vaadin.ui.PasswordField
- getState(boolean) - Method in class com.vaadin.ui.PopupView
- getState(boolean) - Method in class com.vaadin.ui.ProgressBar
- getState(boolean) - Method in class com.vaadin.ui.RadioButtonGroup
- getState(boolean) - Method in class com.vaadin.ui.renderers.AbstractJavaScriptRenderer
- getState(boolean) - Method in class com.vaadin.ui.renderers.AbstractRenderer
- getState(boolean) - Method in class com.vaadin.ui.renderers.ButtonRenderer
- getState(boolean) - Method in class com.vaadin.ui.renderers.ClickableRenderer
- getState(boolean) - Method in class com.vaadin.ui.renderers.ComponentRenderer
- getState(boolean) - Method in class com.vaadin.ui.renderers.DateRenderer
- getState(boolean) - Method in class com.vaadin.ui.renderers.HtmlRenderer
- getState(boolean) - Method in class com.vaadin.ui.renderers.ImageRenderer
- getState(boolean) - Method in class com.vaadin.ui.renderers.LocalDateRenderer
- getState(boolean) - Method in class com.vaadin.ui.renderers.LocalDateTimeRenderer
- getState(boolean) - Method in class com.vaadin.ui.renderers.NumberRenderer
- getState(boolean) - Method in class com.vaadin.ui.renderers.ProgressBarRenderer
- getState(boolean) - Method in class com.vaadin.ui.renderers.TextRenderer
- getState(boolean) - Method in class com.vaadin.ui.RichTextArea
- getState(boolean) - Method in class com.vaadin.ui.Slider
- getState(boolean) - Method in class com.vaadin.ui.TabSheet
- getState(boolean) - Method in class com.vaadin.ui.TextArea
- getState(boolean) - Method in class com.vaadin.ui.TextField
- getState(boolean) - Method in class com.vaadin.ui.Tree.TreeMultiSelectionModel
- getState(boolean) - Method in class com.vaadin.ui.Tree.TreeRenderer
- getState(boolean) - Method in class com.vaadin.ui.TreeGrid
- getState(boolean) - Method in class com.vaadin.ui.TwinColSelect
- getState(boolean) - Method in class com.vaadin.ui.UI
- getState(boolean) - Method in class com.vaadin.ui.Upload
- getState(boolean) - Method in class com.vaadin.ui.VerticalLayout
- getState(boolean) - Method in class com.vaadin.ui.VerticalSplitPanel
- getState(boolean) - Method in class com.vaadin.ui.Video
- getState(boolean) - Method in class com.vaadin.ui.Window
- getStateManager() - Method in class com.vaadin.navigator.Navigator
-
Returns the
NavigationStateManager
that is used to get, listen to and manipulate the navigation state used by this Navigator. - getStateParameterMap() - Method in class com.vaadin.navigator.Navigator
-
Returns the current navigation state reported by this Navigator's
NavigationStateManager
as Map<String, String> where each key represents a parameter in the state. - getStateParameterMap(String) - Method in class com.vaadin.navigator.Navigator
-
Returns the current navigation state reported by this Navigator's
NavigationStateManager
as Map<String, String> where each key represents a parameter in the state. - getStateType() - Method in class com.vaadin.server.AbstractClientConnector
- getStateType() - Method in interface com.vaadin.server.ClientConnector
-
Returns the type of the shared state for this connector.
- getStateType() - Method in class com.vaadin.server.DragAndDropService
-
Deprecated.
- getStateType() - Method in class com.vaadin.ui.UI
- getStateType(ServerConnector) - Static method in class com.vaadin.client.ui.AbstractConnector
-
Find the type of the state for the given connector.
- getStaticFileLocation(VaadinRequest) - Method in class com.vaadin.server.VaadinService
-
Return the URL from where static files, e.g.
- getStaticFileLocation(VaadinRequest) - Method in class com.vaadin.server.VaadinServletService
- getStaticFilePath(HttpServletRequest) - Method in class com.vaadin.server.VaadinServlet
-
Returns the relative path at which static files are served for a request (if any).
- getStatus() - Method in class com.vaadin.data.BindingValidationStatus
-
Gets status of the validation.
- getStatusCode() - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereResponse
- getStatusLabel() - Method in class com.vaadin.data.Binder
-
Gets the status label or an empty optional if none has been set.
- getStream() - Method in class com.vaadin.server.ClassResource
- getStream() - Method in interface com.vaadin.server.ConnectorResource
-
Gets resource as stream.
- getStream() - Method in class com.vaadin.server.DownloadStream
-
Gets downloadable stream.
- getStream() - Method in class com.vaadin.server.FileResource
- getStream() - Method in class com.vaadin.server.StreamResource
- getStream() - Method in interface com.vaadin.server.StreamResource.StreamSource
-
Returns new input stream that is used for reading the resource.
- getStreamSource() - Method in class com.vaadin.server.StreamResource
-
Returns the source for this
StreamResource
. - getStreamVariable() - Method in class com.vaadin.ui.Html5File
- getStreamVariable() - Method in class com.vaadin.ui.Upload
- getStreamVariable(String, String) - Method in class com.vaadin.ui.ConnectorTracker
-
Checks if the indicated connector has a StreamVariable of the given name and returns the variable if one is found.
- getStreamVariableTargetUrl(ClientConnector, String, StreamVariable) - Method in class com.vaadin.server.LegacyCommunicationManager
-
Deprecated.As of 7.1. See #11411.
- 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
- getStringForKeycode(int) - Method in class com.vaadin.ui.declarative.converters.DesignShortcutActionConverter
- getStringForKeycode(int) - Method in interface com.vaadin.ui.declarative.converters.ShortcutKeyMapper
-
Returns a string for a given key code.
- 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() - Method in enum com.vaadin.ui.Notification.Type
- 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.
- getStyleGenerator() - Method in class com.vaadin.ui.ComboBox
-
Gets the currently used style generator that is used to generate CSS class names for items.
- getStyleGenerator() - Method in class com.vaadin.ui.Grid.Column
-
Gets the style generator that is used for generating styles for cells.
- getStyleGenerator() - Method in class com.vaadin.ui.Grid
-
Gets the style generator that is used for generating class names for rows.
- getStyleGenerator() - Method in class com.vaadin.ui.Tree
-
Gets the style generator.
- 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.
- getStyleName() - Method in class com.vaadin.ui.AbstractComponent
- getStyleName() - Method in class com.vaadin.ui.CheckBox.CheckBoxInputElement
- getStyleName() - Method in class com.vaadin.ui.CheckBox.CheckBoxLabelElement
- getStyleName() - Method in interface com.vaadin.ui.Component
-
Gets all user-defined CSS style names of a component.
- getStyleName() - Method in interface com.vaadin.ui.components.grid.FooterCell
-
Returns the custom style name for this cell.
- getStyleName() - Method in interface com.vaadin.ui.components.grid.FooterRow
-
Returns the custom style name for this row.
- getStyleName() - Method in interface com.vaadin.ui.components.grid.HeaderCell
-
Returns the custom style name for this cell.
- getStyleName() - Method in interface com.vaadin.ui.components.grid.HeaderRow
-
Returns the custom style name for this row.
- getStyleName() - Method in class com.vaadin.ui.components.grid.StaticSection.StaticRow
-
Returns the custom style name for this row.
- getStyleName() - Method in class com.vaadin.ui.Composite
- getStyleName() - Method in interface com.vaadin.ui.HasStyleNames
-
Gets all user-defined CSS style names of a component.
- getStyleName() - Method in class com.vaadin.ui.MenuBar.MenuItem
- getStyleName() - Method in class com.vaadin.ui.Notification
-
Gets the style name for the notification message.
- getStyleName() - Method in interface com.vaadin.ui.TabSheet.Tab
-
Gets the user-defined CSS style name of the tab.
- getStyleName() - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- getStyleName() - Method in class com.vaadin.ui.Tree
- getStylePrimaryName() - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
-
Returns the primary style name of the container.
- getStyles() - Method in class com.vaadin.server.Page
-
Returns that stylesheet associated with this Page.
- 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
- getSupportedAttributes(Class<?>) - Static method in class com.vaadin.ui.declarative.DesignAttributeHandler
-
Searches for supported setter and getter types from the specified class and returns the list of corresponding design attributes.
- getSupportedParentType() - Method in class com.vaadin.server.AbstractExtension
-
Gets a type that the parent must be an instance of.
- getSupportedParentType() - Method in class com.vaadin.ui.renderers.AbstractRenderer
-
Deprecated.
- getSwatchesVisibility() - Method in class com.vaadin.ui.AbstractColorPicker
-
Gets the visibility of the Swatches (palette) tab.
- getSymbol() - Method in enum com.vaadin.server.Sizeable.Unit
- getSyncId() - Method in class com.vaadin.server.communication.ServerRpcHandler.RpcRequest
-
Gets the sync id last seen by the client.
- getSystemMessages(SystemMessagesInfo) - Method in class com.vaadin.server.DefaultSystemMessagesProvider
- getSystemMessages(SystemMessagesInfo) - Method in interface com.vaadin.server.SystemMessagesProvider
-
Gets the system messages to use in the given context.
- getSystemMessages(Locale, VaadinRequest) - Method in class com.vaadin.server.VaadinService
-
Gets the system message to use for a specific locale.
- getSystemMessagesProvider() - Method in class com.vaadin.server.VaadinService
-
Gets the system messages provider currently defined for this service.
- getSystemProperty(String) - Method in class com.vaadin.server.DefaultDeploymentConfiguration
-
Gets an system property value.
- 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.
- getTab(int) - Method in class com.vaadin.ui.TabSheet
-
Returns the
TabSheet.Tab
(metadata) with the given index. - getTab(Component) - Method in class com.vaadin.ui.TabSheet
-
Returns the
TabSheet.Tab
(metadata) for a component. - 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() - Method in class com.vaadin.ui.AbstractField
- getTabIndex() - Method in class com.vaadin.ui.AbstractFocusable
- getTabIndex() - Method in class com.vaadin.ui.AbstractListing
- getTabIndex() - Method in interface com.vaadin.ui.Component.Focusable
-
Gets the tabulator index of the
Focusable
component. - getTabIndex() - Method in class com.vaadin.ui.CustomField
- getTabIndex() - Method in class com.vaadin.ui.MenuBar
- getTabIndex() - Method in class com.vaadin.ui.Panel
-
Gets the tabulator index of the
Focusable
component. - getTabIndex() - Method in class com.vaadin.ui.TabSheet
- getTabIndex() - Method in class com.vaadin.ui.Tree
- getTabIndex() - Method in class com.vaadin.ui.UI
- getTabIndex() - Method in class com.vaadin.ui.Upload
-
Gets the Tabulator index of this Focusable component.
- 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. - getTabPosition(TabSheet.Tab) - Method in class com.vaadin.ui.TabSheet
-
Gets the position of the tab.
- getTabsheet() - Method in class com.vaadin.client.ui.VTabsheet.Tab
-
Returns the tab sheet instance where this tab is attached to.
- getTabSheet() - Method in class com.vaadin.ui.TabSheet.SelectedTabChangeEvent
-
The TabSheet where the event occurred.
- getTabState() - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- 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.
- getTabStopBottomAssistiveText() - Method in class com.vaadin.ui.Window
-
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.
- getTabStopTopAssistiveText() - Method in class com.vaadin.ui.Window
-
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-sideComponent.paint()
or (usually)AbstractComponent.paintContent()
. - getTag(ClientConnector) - Method in class com.vaadin.server.JsonPaintTarget
- getTag(ClientConnector) - Method in interface com.vaadin.server.PaintTarget
- getTagForType(Class<? extends ClientConnector>) - Method in class com.vaadin.server.LegacyCommunicationManager
-
Deprecated.As of 7.1. Will be removed in the future.
- getTagName() - Method in class com.vaadin.client.JavaScriptConnectorHelper
- getTagsForServerSideClassName(String) - Method in class com.vaadin.client.ApplicationConfiguration
-
Returns all tags for given class.
- getTarget() - Method in interface com.vaadin.event.dd.TargetDetails
-
Deprecated.
- getTarget() - Method in class com.vaadin.event.dd.TargetDetailsImpl
-
Deprecated.
- getTarget() - Method in class com.vaadin.event.ListenerMethod
-
Returns the target object which contains the trigger method.
- getTargetBorder() - Method in class com.vaadin.ui.Link
-
Returns the target window border.
- 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.
- getTargetDataProviderUpdater() - Method in class com.vaadin.ui.components.grid.GridRowDragger
-
Returns the target grid data provider updater.
- getTargetDetails() - Method in class com.vaadin.event.dd.DragAndDropEvent
-
Deprecated.
- 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
. - getTargetHeight() - Method in class com.vaadin.ui.Link
-
Returns the target window height or -1 if not set.
- getTargetKey() - Method in class com.vaadin.client.ui.TreeAction
- getTargetName() - Method in class com.vaadin.ui.Link
-
Returns the target window name.
- getTargetWidth() - Method in class com.vaadin.ui.Link
-
Returns the target window width or -1 if not set.
- getTemplateContents() - Method in class com.vaadin.ui.CustomLayout
-
Get the contents of the template.
- getTemplateName() - Method in class com.vaadin.ui.CustomLayout
-
Get the name of the template.
- 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.
- getText() - Method in class com.vaadin.shared.ui.richtextarea.Snippet
-
Get the snippet content text.
- getText() - Method in interface com.vaadin.ui.components.grid.FooterCell
-
Returns the textual caption of this cell.
- getText() - Method in interface com.vaadin.ui.components.grid.HeaderCell
-
Returns the textual caption of this cell.
- getText() - Method in class com.vaadin.ui.DragAndDropWrapper.WrapperTransferable
-
Deprecated.
- getText() - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Gets the objects text.
- getTextAreaElement() - Method in class com.vaadin.client.ui.VTextArea
-
Gets the base TextAreaElement of this widget.
- getTextElement() - Method in class com.vaadin.client.VCaption
- getTextfieldVisibility() - Method in class com.vaadin.ui.AbstractColorPicker
-
Gets the visibility of CSS color code text field.
- getTheme() - Method in class com.vaadin.client.ui.VUI
-
Deprecated.as of 7.3. Use
UIConnector.getActiveTheme()
instead. - getTheme() - Method in class com.vaadin.server.LegacyApplication
-
Deprecated.Gets the application's theme.
- getTheme() - Method in class com.vaadin.ui.UI
-
Gets the theme currently in use by this UI.
- getTheme(UICreateEvent) - Method in class com.vaadin.server.LegacyApplicationUIProvider
-
Deprecated.
- getTheme(UICreateEvent) - Method in class com.vaadin.server.UIProvider
-
Finds the theme to use for a specific UI.
- getThemeAlias(String, String) - Static method in class com.vaadin.osgi.resources.impl.PathFormatHelper
-
Returns the alias for the theme given a the theme name and a path prefix.
- getThemeName() - Method in class com.vaadin.client.ApplicationConfiguration
-
Deprecated.as of 7.3. Use
UIConnector.getActiveTheme()
to get the theme currently in use - getThemeName() - Method in class com.vaadin.server.BootstrapHandler.BootstrapContext
-
Deprecated.Gets the name of the theme to use.
- getThemeName(BootstrapHandler.BootstrapContext) - Method in class com.vaadin.server.BootstrapHandler
-
Deprecated.Override if required.
- getThemeName(BootstrapHandler.BootstrapContext) - Method in class com.vaadin.server.communication.ServletBootstrapHandler
- getThemePath(String) - Static method in class com.vaadin.osgi.resources.impl.PathFormatHelper
-
Returns the expected/default path of the theme folder in the source bundle.
- getThemeResourceAsStream(UI, String, String) - Method in class com.vaadin.server.VaadinService
-
Finds the given theme resource from the web content folder or using the class loader and returns a stream for it.
- getThemeResourceAsStream(UI, String, String) - Method in class com.vaadin.server.VaadinServletService
- getThemeUri() - Method in class com.vaadin.client.ApplicationConnection
-
Gets the URI for the current theme.
- getThemeUri() - Method in class com.vaadin.server.BootstrapHandler.BootstrapUriResolver
-
Deprecated.
- getThemeUri() - Method in class com.vaadin.shared.VaadinUriResolver
-
Gets the URI of the directory of the current theme.
- getThemeUri(BootstrapHandler.BootstrapContext, String) - Method in class com.vaadin.server.BootstrapHandler
-
Deprecated.Get the URI for the application 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.
- getThirdDelay() - Method in interface com.vaadin.ui.LoadingIndicatorConfiguration
-
Returns the delay before the loading indicator goes into the "third" state.
- getThrowable() - Method in class com.vaadin.server.ErrorEvent
-
Gets the contained throwable, the cause of the error.
- 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.
- getTimeZoneId() - Method in class com.vaadin.server.WebBrowser
-
Returns the TimeZone Id (like "Europe/Helsinki") provided by the browser (if the browser supports this feature).
- getTimezoneOffset() - Method in class com.vaadin.server.WebBrowser
-
Returns the browser-reported TimeZone offset in milliseconds from GMT.
- getTitle() - Method in class com.vaadin.client.TooltipInfo
-
Gets the tooltip title.
- getTitle() - Method in class com.vaadin.client.ui.CalendarEntry
- getTitle() - Method in class com.vaadin.shared.ui.richtextarea.Snippet
-
Get the set title text (either a user-specified string or up to 20 characters of the main snippet text.
- getTooltip() - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- getTooltipConfiguration() - Method in class com.vaadin.ui.UI
-
Retrieves the object used for configuring tooltips.
- 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
- getTopLevelName() - Method in class com.vaadin.data.BeanPropertySet.NestedBeanPropertyDefinition
- getTopLevelName() - Method in interface com.vaadin.data.PropertyDefinition
-
Gets the top level name of this property.
- getTopUnits() - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Gets the unit for the 'top' attribute.
- getTopValue() - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Gets the 'top' attributes value in current units.
- 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.As of 7.4.0, use
WidgetUtil.getTouchOrMouseClientX(NativeEvent)
instead. - getTouchOrMouseClientX(NativeEvent) - Static method in class com.vaadin.client.WidgetUtil
- getTouchOrMouseClientX(Event) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.getTouchOrMouseClientX(Event)
instead. - 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.As of 7.4.0, use
WidgetUtil.getTouchOrMouseClientY(NativeEvent)
instead. - getTouchOrMouseClientY(NativeEvent) - Static method in class com.vaadin.client.WidgetUtil
- getTouchOrMouseClientY(Event) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.getTouchOrMouseClientY(Event)
instead. - 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.
- getTransferable() - Method in class com.vaadin.event.dd.DragAndDropEvent
-
Deprecated.
- getTransferable(Map<String, Object>) - Method in interface com.vaadin.event.dd.DragSource
-
Deprecated.DragSource may convert data added by client side component to meaningful values for server side developer or add other data based on it.
- getTransferable(Map<String, Object>) - Method in class com.vaadin.ui.DragAndDropWrapper
-
Deprecated.
- getTransport() - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereConfiguration
- getTransport() - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereResponse
- getTransport() - Method in interface com.vaadin.ui.PushConfiguration
-
Returns the primary transport type for push.
- 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.
- getTreeData() - Method in interface com.vaadin.data.HasHierarchicalDataProvider
-
Gets the backing
TreeData
instance of the data provider, if the data provider is aTreeDataProvider
. - getTreeData() - Method in class com.vaadin.data.provider.TreeDataProvider
-
Return the underlying hierarchical data of this provider.
- getTreeSize() - Method in class com.vaadin.data.provider.HierarchyMapper
-
Returns the size of the currently expanded hierarchy.
- getTrueString(Locale) - Method in class com.vaadin.data.converter.StringToBooleanConverter
-
Gets the locale-depended string representation for true.
- 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() - Method in class com.vaadin.data.AbstractBeanPropertyDefinition
- getType() - Method in interface com.vaadin.data.PropertyDefinition
-
Gets the type of this property.
- getType() - Method in interface com.vaadin.server.JsonCodec.BeanProperty
- getType() - Method in class com.vaadin.shared.MouseEventDetails
- getType() - Method in class com.vaadin.ui.Dependency
-
Gets the type of the dependency.
- getType() - Method in class com.vaadin.ui.Embedded
-
Gets the type of the embedded object.
- getType() - Method in class com.vaadin.ui.Html5File
- 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. - getUi() - Method in class com.vaadin.event.MarkedAsDirtyConnectorEvent
-
Get the UI for which the connector event was fired
- getUI() - Method in class com.vaadin.event.UIEvents.PollEvent
-
Get the
UI
instance that received the poll request. - getUI() - Method in class com.vaadin.navigator.Navigator
- getUI() - Method in class com.vaadin.server.AbstractClientConnector
-
Finds a UI ancestor of this connector.
- getUI() - Method in interface com.vaadin.server.ClientConnector
-
Returns the UI this connector is attached to.
- getUI() - Method in class com.vaadin.server.communication.AtmospherePushConnection
-
Gets the UI this push connection is associated with.
- getUI() - Method in class com.vaadin.server.DragAndDropService
-
Deprecated.
- getUI() - Method in class com.vaadin.server.LocaleService
-
Retrieves the UI this service is bound to.
- getUI() - Method in class com.vaadin.server.Page
- getUI() - Method in interface com.vaadin.ui.Component
-
Gets the UI the component is attached to.
- getUI() - Method in class com.vaadin.ui.UI
-
Overridden to return a value instead of referring to the parent.
- getUIByEmbedId(String) - Method in class com.vaadin.server.VaadinSession
-
Finds the UI with the corresponding embed id.
- getUIById(int) - Method in class com.vaadin.server.VaadinSession
-
Returns a UI with the given id.
- getUiClass() - Method in class com.vaadin.server.BootstrapResponse
-
Gets the class of the UI that will be displayed on the generated bootstrap page.
- getUIClass() - Method in class com.vaadin.server.BootstrapHandler.BootstrapContext
-
Deprecated.Gets the UI class which will be used.
- getUIClass() - Method in class com.vaadin.server.UICreateEvent
-
Gets the UI class that will be created.
- getUIClass(UIClassSelectionEvent) - Method in class com.vaadin.server.DefaultUIProvider
- getUIClass(UIClassSelectionEvent) - Method in class com.vaadin.server.LegacyApplicationUIProvider
-
Deprecated.
- getUIClass(UIClassSelectionEvent) - Method in class com.vaadin.server.UIProvider
- getUIClassName() - Method in class com.vaadin.server.AbstractDeploymentConfiguration
- getUIClassName() - Method in interface com.vaadin.server.DeploymentConfiguration
-
Gets UI class configuration option value.
- 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.
- getUIDL() - Method in class com.vaadin.server.JsonPaintTarget
-
Gets the UIDL already printed to stream.
- getUiId() - Method in class com.vaadin.server.UICreateEvent
-
Gets the id of the UI about to be created.
- getUIId() - Method in class com.vaadin.client.ApplicationConfiguration
-
Gets the UI id of the server-side UI associated with this client-side instance.
- getUIId() - Method in class com.vaadin.ui.UI
-
Gets the id of the UI, used to identify this UI within its application when processing requests.
- getUiPathInfo() - Method in class com.vaadin.ui.UI
-
Gets the path info part of the request that is used to detect the UI.
- getUIProvider() - Method in class com.vaadin.server.BootstrapResponse
-
Gets the UI provider that is used to provide information about the bootstrapped UI.
- getUIProviderClassName() - Method in class com.vaadin.server.AbstractDeploymentConfiguration
- getUIProviderClassName() - Method in interface com.vaadin.server.DeploymentConfiguration
-
Gets UI provider class configuration option value.
- getUIProviderPriority() - Method in class com.vaadin.server.AbstractDeploymentConfiguration
- getUIProviderPriority() - Method in interface com.vaadin.server.DeploymentConfiguration
-
Get the priority of the designated/default UI provider.
- getUIProviderPriority(UIProvider) - Method in class com.vaadin.server.VaadinSession
-
Get the priority of a specific, already added UI provider.
- getUIProviders() - Method in class com.vaadin.server.VaadinSession
-
Gets the UI providers configured for this session.
- getUiRootPath() - Method in class com.vaadin.ui.UI
-
Gets the part of path (from browser's URL) that points to this UI.
- getUIs() - Method in class com.vaadin.server.VaadinSession
-
Gets all the UIs of this session.
- getUnattachedCells(int, int) - Method in class com.vaadin.client.widget.escalator.FlyweightRow
-
Returns a subrange of unattached flyweight cells.
- getUnboundFields() - Method in class com.vaadin.ui.declarative.FieldBinder
-
Returns a collection of field names that are not bound.
- 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.
- getUnit() - Method in class com.vaadin.server.SizeWithUnit
-
Returns the unit stored in this object.
- getUnitFromSymbol(String) - Static method in enum com.vaadin.server.Sizeable.Unit
- getUpdatedData() - Method in class com.vaadin.data.provider.DataCommunicator
-
Returns the currently set updated data.
- getUpload() - Method in class com.vaadin.ui.Upload.FinishedEvent
-
Uploads where the event occurred.
- getUpload() - Method in class com.vaadin.ui.Upload.StartedEvent
-
Uploads where the event occurred.
- getUploadSize() - Method in class com.vaadin.ui.Upload
-
Returns size of file currently being uploaded.
- 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
- getUri() - Method in class com.vaadin.server.Page.PopStateEvent
-
Get the new URI.
- getUri(ClientConnector, ConnectorResource) - Method in class com.vaadin.server.GlobalResourceHandler
-
Gets a global URI for a resource if it's registered with this handler.
- getUriFragment() - Method in class com.vaadin.server.BrowserWindowOpener
-
Gets that URI fragment configured for opened windows.
- getUriFragment() - Method in class com.vaadin.server.Page
-
Gets the currently set URI fragment.
- getUriFragment() - Method in class com.vaadin.server.Page.UriFragmentChangedEvent
-
Get the new URI fragment.
- getUriResolver() - Method in class com.vaadin.server.BootstrapHandler.BootstrapContext
-
Deprecated.Gets the URI resolver to use for bootstrap resources.
- getUriResolver() - Method in class com.vaadin.server.BootstrapResponse
-
Gets the URI resolver used in the bootstrap process.
- getUrl() - Method in class com.vaadin.client.ApplicationConfiguration.ErrorMessage
- getUrl() - Method in class com.vaadin.server.BrowserWindowOpener
-
Returns the URL for this BrowserWindowOpener instance.
- getUrl() - Method in class com.vaadin.ui.Dependency
-
Gets the untranslated URL for the dependency.
- getURL() - Method in class com.vaadin.client.communication.TranslatedURLReference
- getURL() - Method in class com.vaadin.server.ExternalResource
-
Gets the URL of the external resource.
- getURL() - Method in class com.vaadin.server.LegacyApplication
-
Deprecated.
- getURL() - Method in class com.vaadin.server.ResourceReference
- getURL() - Method in class com.vaadin.shared.communication.URLReference
-
Returns the URL that this object refers to.
- getURL() - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.Gets the full URL of the window.
- getUsedClientConnectors() - Method in class com.vaadin.server.JsonPaintTarget
- getUsedHeight() - Method in class com.vaadin.client.ui.layout.VLayoutSlot
-
Returns how much vertical space the widget and its caption use.
- getUsedResources() - Method in class com.vaadin.server.JsonPaintTarget
- 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.
- getUserErrorText(String) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPreview
-
Get the client error message text for color input parsing error.
- getUsernameCaption() - Method in class com.vaadin.ui.LoginForm
-
Gets the caption set with
LoginForm.setUsernameCaption(String)
. - getUserPrincipal() - Method in interface com.vaadin.server.VaadinRequest
-
Returns a
java.security.Principal
object containing the name of the current authenticated user. - getVaadinDirUrl() - Method in class com.vaadin.client.ApplicationConfiguration
-
Gets the URL of the VAADIN directory on the server.
- getVaadinDirUrl() - Method in class com.vaadin.server.BootstrapHandler.BootstrapUriResolver
-
Deprecated.
- getVaadinDirUrl() - Method in class com.vaadin.shared.VaadinUriResolver
-
Gets the URL pointing to the VAADIN directory.
- getValidationErrors() - Method in class com.vaadin.data.BinderValidationStatus
-
Gets both field and bean level validation errors.
- getValidationErrors() - Method in exception com.vaadin.data.ValidationException
-
Gets both field and bean level validation errors.
- getValidationResults() - Method in class com.vaadin.data.BindingValidationStatus
-
Gets all the validation results related to this binding validation status.
- getValidationStatusHandler() - Method in interface com.vaadin.data.Binder.Binding
-
Gets the validation status handler for this Binding.
- getValidationStatusHandler() - Method in class com.vaadin.data.Binder.BindingImpl
- getValidationStatusHandler() - Method in class com.vaadin.data.Binder
-
Gets the status handler of this form.
- 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() - Method in interface com.vaadin.data.HasValue
-
Returns the current value of this object.
- getValue() - Method in class com.vaadin.data.HasValue.ValueChangeEvent
-
Returns the new value that triggered this value change event.
- getValue() - Method in class com.vaadin.data.ReadOnlyHasValue
- getValue() - Method in class com.vaadin.shared.communication.UidlValue
- getValue() - Method in class com.vaadin.shared.ui.dnd.criteria.Criterion
-
Gets the value of the payload to be compared.
- getValue() - Method in class com.vaadin.shared.ui.dnd.criteria.Payload
-
Gets the value of this payload.
- getValue() - Method in enum com.vaadin.shared.ui.dnd.EffectAllowed
-
Get the string value that is accepted by the client side drag event.
- getValue() - Method in enum com.vaadin.shared.ui.PreloadMode
-
Returns the preload mode string used by the browser.
- getValue() - Method in class com.vaadin.ui.AbstractColorPicker
-
Returns the current selected color of this color picker.
- getValue() - Method in class com.vaadin.ui.AbstractDateField
- getValue() - Method in class com.vaadin.ui.AbstractMultiSelect
-
Returns the current value of this object which is an immutable set of the currently selected items.
- getValue() - Method in class com.vaadin.ui.AbstractSingleSelect
-
Returns the current value of this object which is the currently selected item.
- getValue() - Method in class com.vaadin.ui.AbstractTextField
- getValue() - Method in class com.vaadin.ui.CheckBox
- getValue() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerGradient
- getValue() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerGrid
- getValue() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerHistory
- getValue() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPopup
- getValue() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPreview
- getValue() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerSelect
-
Returns the selected value.
- getValue() - Method in class com.vaadin.ui.components.grid.GridMultiSelect
- getValue() - Method in class com.vaadin.ui.components.grid.GridSingleSelect
- getValue() - Method in class com.vaadin.ui.Label
-
Gets the text shown in the label.
- getValue() - Method in class com.vaadin.ui.ProgressBar
-
Gets the value of this progress bar.
- getValue() - Method in class com.vaadin.ui.RichTextArea
- getValue() - Method in class com.vaadin.ui.Slider
- getValue() - Method in exception com.vaadin.ui.Slider.ValueOutOfBoundsException
-
Gets the value that is outside the valid range of the slider.
- getValue(Property, Object) - Static method in class com.vaadin.client.metadata.TypeDataStore
- getValue(Object) - Method in class com.vaadin.client.metadata.Property
- getValue(Object) - Method in interface com.vaadin.server.JsonCodec.BeanProperty
- 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.
- getValueChangeMode() - Method in class com.vaadin.ui.AbstractTextField
- getValueChangeMode() - Method in interface com.vaadin.ui.HasValueChangeMode
-
Returns the currently set
ValueChangeMode
. - getValueChangeMode() - Method in class com.vaadin.ui.RichTextArea
- getValueChangeTimeout() - Method in class com.vaadin.ui.AbstractTextField
- getValueChangeTimeout() - Method in interface com.vaadin.ui.HasValueChangeMode
-
Returns the currently set timeout, in milliseconds, for how often
HasValue.ValueChangeEvent
s are triggered if the currentValueChangeMode
is set to eitherValueChangeMode.LAZY
orValueChangeMode.TIMEOUT
. - getValueChangeTimeout() - Method in class com.vaadin.ui.RichTextArea
- getValueMap(String) - Method in class com.vaadin.client.ValueMap
- getValueProvider() - Method in class com.vaadin.ui.Grid.Column
-
Gets the function used to produce the value for data in this column based on the row item.
- getValueType() - Method in class com.vaadin.shared.ui.dnd.criteria.Criterion
-
Gets the type of the payload value to be compared.
- getValueType() - Method in class com.vaadin.shared.ui.dnd.criteria.Payload
-
Gets the value type of this payload.
- getVariableChanges() - Method in class com.vaadin.shared.communication.LegacyChangeVariablesInvocation
- 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.
- getVerticalAlignment() - Method in class com.vaadin.shared.ui.AlignmentInfo
- getVerticalAlignment() - Method in class com.vaadin.ui.Alignment
-
Returns string representation of vertical alignment.
- getVerticalDropLocation() - Method in class com.vaadin.ui.DragAndDropWrapper.WrapperTargetDetails
-
Deprecated.
- 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.
- getView(String) - Method in class com.vaadin.navigator.Navigator.ClassBasedViewProvider
- getView(String) - Method in class com.vaadin.navigator.Navigator.StaticViewProvider
- getView(String) - Method in interface com.vaadin.navigator.ViewProvider
-
Create or return a pre-created instance of a view.
- getViewClass() - Method in class com.vaadin.navigator.Navigator.ClassBasedViewProvider
-
Get the view class for this provider.
- getViewComponent() - Method in interface com.vaadin.navigator.View
-
Gets the component to show when navigating to the view.
- getViewName() - Method in class com.vaadin.navigator.Navigator.ClassBasedViewProvider
-
Get the view name for this provider.
- getViewName() - Method in class com.vaadin.navigator.Navigator.StaticViewProvider
-
Get the view name for this provider.
- getViewName() - Method in class com.vaadin.navigator.ViewChangeListener.ViewChangeEvent
-
Returns the view name of the view being activated.
- getViewName(String) - Method in class com.vaadin.navigator.Navigator.ClassBasedViewProvider
- getViewName(String) - Method in class com.vaadin.navigator.Navigator.StaticViewProvider
- getViewName(String) - Method in interface com.vaadin.navigator.ViewProvider
-
Extract the view name from a combined view name and parameter string.
- getViewport(VaadinRequest) - Method in interface com.vaadin.server.ViewportGenerator
-
Generates a viewport tag based on a request.
- getViewProvider(String) - Method in class com.vaadin.navigator.Navigator
-
Get view provider that handles the given
state
. - 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.
- getVisibleItemCount() - Method in class com.vaadin.ui.NativeSelect
-
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.
- getWebBrowser() - Method in class com.vaadin.server.Page
- 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(UICreateEvent) - Method in class com.vaadin.server.UIProvider
-
Deprecated.This method has been replaced by
UIProvider.getWidgetsetInfo(UICreateEvent)
in 7.7 - getWidgetset(String) - Method in class com.vaadin.server.AbstractDeploymentConfiguration
- getWidgetset(String) - Method in interface com.vaadin.server.DeploymentConfiguration
-
Gets Widgetset configuration option value.
- getWidgetSet() - Method in class com.vaadin.client.ApplicationConnection
- getWidgetsetAlias(String, String) - Static method in class com.vaadin.osgi.resources.impl.PathFormatHelper
-
Returns the alias for a widgetset given a the widgetset name and a path prefix.
- getWidgetsetForUI(BootstrapHandler.BootstrapContext) - Method in class com.vaadin.server.BootstrapHandler
-
Deprecated.
- getWidgetsetInfo() - Method in class com.vaadin.server.BootstrapHandler.BootstrapContext
-
Deprecated.Gets information about the widgetset to use.
- getWidgetsetInfo(UICreateEvent) - Method in class com.vaadin.server.UIProvider
-
Finds the widgetset to use for a specific UI.
- getWidgetsetName() - Method in class com.vaadin.server.BootstrapHandler.BootstrapContext
-
Deprecated.
- getWidgetsetName() - Method in interface com.vaadin.server.WidgetsetInfo
-
Returns the name of the widgetset to use.
- getWidgetsetPath(String) - Static method in class com.vaadin.osgi.resources.impl.PathFormatHelper
-
Returns the expected/default path of the widgetset folder in the source bundle.
- getWidgetsets() - Method in class com.vaadin.server.widgetsetutils.ClassPathExplorer.LocationInfo
- getWidgetsetSourceDirectory(String) - Static method in class com.vaadin.server.widgetsetutils.ClassPathExplorer
-
Find and return the source directory which contains the given widgetset file.
- getWidgetsetUrl() - Method in interface com.vaadin.server.WidgetsetInfo
-
Returns the widgetset URL.
- getWidgetsetVersion() - Method in class com.vaadin.server.communication.ServerRpcHandler.RpcRequest
-
Gets the widget set version reported by the client.
- 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
- getWidth() - Method in class com.vaadin.server.Page.BrowserWindowResizeEvent
-
Gets the new browser window width.
- getWidth() - Method in interface com.vaadin.server.Sizeable
-
Gets the width of the object.
- getWidth() - Method in class com.vaadin.ui.AbstractComponent
- getWidth() - Method in class com.vaadin.ui.Composite
- getWidth() - Method in class com.vaadin.ui.Grid.Column
-
Returns the width (in pixels).
- 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.
- getWidthUnits() - Method in interface com.vaadin.server.Sizeable
-
Gets the width property units.
- getWidthUnits() - Method in class com.vaadin.ui.AbstractComponent
- getWidthUnits() - Method in class com.vaadin.ui.Composite
- getWindow() - Method in class com.vaadin.ui.Window.CloseEvent
-
Gets the Window.
- getWindow() - Method in class com.vaadin.ui.Window.ResizeEvent
-
Get the window form which this event originated.
- getWindow() - Method in class com.vaadin.ui.Window.WindowModeChangeEvent
-
Gets the Window.
- getWindow() - Method in class com.vaadin.ui.Window.WindowOrderChangeEvent
-
Gets the Window.
- getWindow(String) - Method in class com.vaadin.server.LegacyApplication
-
Deprecated.Gets a UI by name.
- getWindowMode() - Method in class com.vaadin.ui.Window
-
Gets the current mode of the window.
- getWindowMode() - Method in class com.vaadin.ui.Window.WindowModeChangeEvent
-
Gets the new window mode.
- getWindowName() - Method in class com.vaadin.server.BrowserWindowOpener
-
Gets the target window name.
- getWindowName() - Method in class com.vaadin.server.Page
-
Gets the window.name value of the browser window of this page.
- 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.
- getWindows() - Method in class com.vaadin.server.LegacyApplication
-
Deprecated.Gets the set of windows contained by the application.
- getWindows() - Method in class com.vaadin.ui.UI
-
Gets all the windows added to this UI.
- getWindows() - Method in class com.vaadin.ui.UI.WindowOrderUpdateEvent
-
Gets the windows in the order they appear in the UI: top most window is first, bottom one last.
- getWrappedConnector() - Method in class com.vaadin.client.VCaptionWrapper
- getWrappedSession() - Method in interface com.vaadin.server.VaadinRequest
-
Gets the session associated with this request, creating a new if there is no session.
- getWrappedSession() - Method in class com.vaadin.server.VaadinServletRequest
- getWrappedSession(boolean) - Method in interface com.vaadin.server.VaadinRequest
-
Gets the session associated with this request, optionally creating a new if there is no session.
- getWrappedSession(boolean) - Method in class com.vaadin.server.VaadinServletRequest
- getWrapperElement() - Method in class com.vaadin.client.ui.layout.VLayoutSlot
-
Returns the wrapper element for the contents of this slot.
- getWriter() - Method in interface com.vaadin.server.VaadinResponse
-
Returns a
PrintWriter
object that can send character text to the client. - getXMLAsString() - Method in class com.vaadin.client.UIDL.XML
-
Deprecated.
- getZIndex() - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Gets the 'z-index' attribute.
- getZoneId() - Method in class com.vaadin.ui.AbstractDateField
-
Returns the
ZoneId
, which is used whenz
is included inside theAbstractDateField.setDateFormat(String)
. - GG - com.vaadin.server.FontAwesome
-
Deprecated.
- GG_CIRCLE - com.vaadin.server.FontAwesome
-
Deprecated.
- GIFT - com.vaadin.icons.VaadinIcons
- GIFT - com.vaadin.server.FontAwesome
-
Deprecated.
- GIT - com.vaadin.server.FontAwesome
-
Deprecated.
- GIT_SQUARE - com.vaadin.server.FontAwesome
-
Deprecated.
- GITHUB - com.vaadin.server.FontAwesome
-
Deprecated.
- GITHUB_ALT - com.vaadin.server.FontAwesome
-
Deprecated.
- GITHUB_SQUARE - com.vaadin.server.FontAwesome
-
Deprecated.
- GITTIP - com.vaadin.server.FontAwesome
-
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.
- GLASS - com.vaadin.icons.VaadinIcons
- GLASS - com.vaadin.server.FontAwesome
-
Deprecated.
- GLASSES - com.vaadin.icons.VaadinIcons
- GlobalResourceHandler - Class in com.vaadin.server
-
A
RequestHandler
that takes care ofConnectorResource
s that should not be served by the connector. - GlobalResourceHandler() - Constructor for class com.vaadin.server.GlobalResourceHandler
- GLOBE - com.vaadin.icons.VaadinIcons
- GLOBE - com.vaadin.server.FontAwesome
-
Deprecated.
- GLOBE_WIRE - com.vaadin.icons.VaadinIcons
- GOLF - com.vaadin.icons.VaadinIcons
- GOOGLE - com.vaadin.server.FontAwesome
-
Deprecated.
- GOOGLE_PLUS - com.vaadin.icons.VaadinIcons
- GOOGLE_PLUS - com.vaadin.server.FontAwesome
-
Deprecated.
- GOOGLE_PLUS_SQUARE - com.vaadin.icons.VaadinIcons
- GOOGLE_PLUS_SQUARE - com.vaadin.server.FontAwesome
-
Deprecated.
- GOOGLE_WALLET - com.vaadin.server.FontAwesome
-
Deprecated.
- goTo(String) - Static method in class com.vaadin.client.ui.VUI
-
Opens the given URL in the current browser window.
- GRAB - com.vaadin.icons.VaadinIcons
- GRADUATION_CAP - com.vaadin.server.FontAwesome
-
Deprecated.
- GRATIPAY - com.vaadin.server.FontAwesome
-
Deprecated.
- GREATER_THAN - com.vaadin.shared.ui.dnd.criteria.ComparisonOperator
-
Greater than operator (">").
- GREATER_THAN_OR_EQUALS - com.vaadin.shared.ui.dnd.criteria.ComparisonOperator
-
Greater than or equals to operator (">=").
- green() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- GREEN - Static variable in class com.vaadin.shared.ui.colorpicker.Color
- 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<T> - Class in com.vaadin.ui
-
A grid component for displaying tabular data.
- Grid() - Constructor for class com.vaadin.client.widgets.Grid
-
Creates a new instance.
- Grid() - Constructor for class com.vaadin.ui.Grid
-
Creates a new grid without support for creating columns based on property names.
- Grid(PropertySet<T>) - Constructor for class com.vaadin.ui.Grid
-
Creates a grid using a custom
PropertySet
implementation for configuring the initial columns and resolving property names forGrid.addColumn(String)
andGrid.Column.setEditorComponent(HasValue)
. - Grid(PropertySet<T>, DataCommunicator<T>) - Constructor for class com.vaadin.ui.Grid
-
Creates a grid using a custom
PropertySet
implementation and custom data communicator. - Grid(DataCommunicator<T>) - Constructor for class com.vaadin.ui.Grid
-
Creates a new grid with the given data communicator and without support for creating columns based on property names.
- Grid(DataProvider<T, ?>) - Constructor for class com.vaadin.ui.Grid
-
Creates a new
Grid
using the givenDataProvider
. - Grid(Class<T>) - Constructor for class com.vaadin.ui.Grid
-
Creates a new grid that uses reflection based on the provided bean type to automatically set up an initial set of columns.
- Grid(Class<T>, DataCommunicator<T>) - Constructor for class com.vaadin.ui.Grid
-
Creates a new grid that uses custom data communicator and provided bean type It uses reflection of the provided bean type to automatically set up an initial set of columns.
- Grid(String) - Constructor for class com.vaadin.ui.Grid
-
Creates a new
Grid
using the given caption. - Grid(String, DataProvider<T, ?>) - Constructor for class com.vaadin.ui.Grid
-
Creates a new
Grid
using the given caption andDataProvider
. - Grid(String, Collection<T>) - Constructor for class com.vaadin.ui.Grid
-
Creates a new
Grid
using the given caption and collection of items. - GRID - com.vaadin.icons.VaadinIcons
- GRID_BEVEL - com.vaadin.icons.VaadinIcons
- GRID_BIG - com.vaadin.icons.VaadinIcons
- GRID_BIG_O - com.vaadin.icons.VaadinIcons
- GRID_H - com.vaadin.icons.VaadinIcons
- GRID_SMALL - com.vaadin.icons.VaadinIcons
- GRID_SMALL_O - com.vaadin.icons.VaadinIcons
- GRID_V - com.vaadin.icons.VaadinIcons
- Grid.AbstractGridExtension<T> - Class in com.vaadin.ui
-
A helper base class for creating extensions for the Grid component.
- 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.Column<T,V> - Class in com.vaadin.ui
-
This extension manages the configuration and data communication for a Column inside of a Grid component.
- Grid.Column.NestedNullBehavior - Enum in com.vaadin.ui
-
Behavior when parsing nested properties which may contain
null
values in the property chain. - Grid.ColumnReorderEvent - Class in com.vaadin.ui
-
An event that is fired when the columns are reordered.
- Grid.ColumnResizeEvent - Class in com.vaadin.ui
-
An event that is fired when a column is resized, either programmatically or by the user.
- Grid.ColumnVisibilityChangeEvent - Class in com.vaadin.ui
-
An event that is fired when a column's visibility changes.
- Grid.DetailsManager<T> - Class in com.vaadin.ui
-
Class for managing visible details rows.
- 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.FetchItemsCallback<T> - Interface in com.vaadin.ui
-
A callback method for fetching items.
- 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.GridContextClickEvent<T> - Class in com.vaadin.ui
-
ContextClickEvent for the Grid Component.
- 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.ItemClick<T> - Class in com.vaadin.ui
-
An event fired when an item in the Grid has been clicked.
- Grid.SelectionColumn - Class in com.vaadin.client.widgets
-
A column that contains CheckBoxes for representing Grid's row selection.
- Grid.SelectionMode - Enum in com.vaadin.ui
-
Selection mode representing the built-in selection models in grid.
- 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.
- GridClientRpc - Interface in com.vaadin.shared.ui.grid
-
Server-to-client RPC interface for the Grid component.
- 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
- GridConstants - Class in com.vaadin.shared.ui.grid
-
Container class for common constants and default values used by the Grid component.
- GridConstants() - Constructor for class com.vaadin.shared.ui.grid.GridConstants
- GridConstants.Section - Enum in com.vaadin.shared.ui.grid
-
Enum describing different sections of Grid.
- GridConstants.SidebarColumnOrder - Enum in com.vaadin.shared.ui.grid
-
Ordering of columns in the sidebar
- GridContextClickEvent(Grid<T>, MouseEventDetails, GridConstants.Section, int, T, Grid.Column<T, ?>) - Constructor for class com.vaadin.ui.Grid.GridContextClickEvent
-
Creates a new context click event.
- 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.
- GridDragEndEvent<T> - Class in com.vaadin.ui.components.grid
-
Drop event on an HTML5 drop target
Grid
row. - GridDragEndEvent(Grid<T>, DropEffect, List<T>) - Constructor for class com.vaadin.ui.components.grid.GridDragEndEvent
-
Creates a drag end event.
- GridDragEndListener<T> - Interface in com.vaadin.ui.components.grid
-
Drop listener for HTML5 drop on a Grid row.
- GridDragSource<T> - Class in com.vaadin.ui.components.grid
-
Makes a Grid's rows draggable for HTML5 drag and drop functionality.
- GridDragSource(Grid<T>) - Constructor for class com.vaadin.ui.components.grid.GridDragSource
-
Extends a Grid and makes it's rows draggable.
- 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
- GridDragSourceRpc - Interface in com.vaadin.shared.ui.grid
-
RPC for firing server side drag start and drag end events when the corresponding client side events happen on the drag source Grid.
- GridDragSourceState - Class in com.vaadin.shared.ui.grid
-
State class containing parameters for GridDragSource.
- GridDragSourceState() - Constructor for class com.vaadin.shared.ui.grid.GridDragSourceState
- GridDragStartEvent<T> - Class in com.vaadin.ui.components.grid
-
Drag start event on an HTML5 drag source
Grid
row. - GridDragStartEvent(Grid<T>, EffectAllowed, List<T>) - Constructor for class com.vaadin.ui.components.grid.GridDragStartEvent
-
Creates a drag start event.
- GridDragStartListener<T> - Interface in com.vaadin.ui.components.grid
-
Drag start listener for HTML5 drag start on a Grid row.
- GridDropEvent<T> - Class in com.vaadin.ui.components.grid
-
Drop event on an HTML5 drop target
Grid
row. - GridDropEvent(Grid<T>, Map<String, String>, DropEffect, DragSourceExtension<? extends AbstractComponent>, T, DropLocation, MouseEventDetails) - Constructor for class com.vaadin.ui.components.grid.GridDropEvent
-
Creates a Grid row drop event.
- GridDropListener<T> - Interface in com.vaadin.ui.components.grid
-
Drop listener for HTML5 drop on a Grid row.
- GridDropTarget<T> - Class in com.vaadin.ui.components.grid
-
Makes the rows of a Grid HTML5 drop targets.
- GridDropTarget(Grid<T>, DropMode) - Constructor for class com.vaadin.ui.components.grid.GridDropTarget
-
Extends a Grid and makes it's rows drop targets for HTML5 drag and drop.
- GridDropTargetConnector - Class in com.vaadin.client.connectors.grid
-
Makes Grid an HTML5 drop target.
- GridDropTargetConnector() - Constructor for class com.vaadin.client.connectors.grid.GridDropTargetConnector
- GridDropTargetRpc - Interface in com.vaadin.shared.ui.grid
-
RPC for firing server side drop event when client side drop event happens on drop target Grid.
- GridDropTargetState - Class in com.vaadin.shared.ui.grid
-
State class containing parameters for GridDropTarget.
- GridDropTargetState() - Constructor for class com.vaadin.shared.ui.grid.GridDropTargetState
- 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.
- GridLayout - Class in com.vaadin.ui
-
A layout where the components are laid out on a grid using cell coordinates.
- GridLayout() - Constructor for class com.vaadin.ui.GridLayout
-
Constructs an empty (1x1) grid layout that is extended as needed.
- GridLayout(int, int) - Constructor for class com.vaadin.ui.GridLayout
-
Constructor for a grid of given size (number of columns and rows).
- GridLayout(int, int, Component...) - Constructor for class com.vaadin.ui.GridLayout
-
Constructs a GridLayout of given size (number of columns and rows) and adds the given components in order to the grid.
- GridLayout.Area - Class in com.vaadin.ui
-
Defines a rectangular area of cells in a GridLayout.
- GridLayout.OutOfBoundsException - Exception in com.vaadin.ui
-
An
Exception
object which is thrown when an area exceeds the bounds of the grid. - GridLayout.OverlapsException - Exception in com.vaadin.ui
-
Gridlayout does not support laying components on top of each other.
- 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
- GridLayoutServerRpc - Interface in com.vaadin.shared.ui.gridlayout
- GridLayoutState - Class in com.vaadin.shared.ui.gridlayout
- GridLayoutState() - Constructor for class com.vaadin.shared.ui.gridlayout.GridLayoutState
- GridLayoutState.ChildComponentData - Class in com.vaadin.shared.ui.gridlayout
- GridMultiSelect<T> - Class in com.vaadin.ui.components.grid
-
Wrapper class to wrap Grid into a MultiSelect.
- GridMultiSelect(Grid<T>) - Constructor for class com.vaadin.ui.components.grid.GridMultiSelect
-
Constructs a MultiSelect wrapper for given Grid.
- GridMultiSelectServerRpc - Interface in com.vaadin.shared.data.selection
-
Transmits selection events for grid multiselection model to server side.
- GridRowDragger<T> - Class in com.vaadin.ui.components.grid
-
Allows dragging rows for reordering within a Grid and between two separate Grids when the item type is the same.
- GridRowDragger(Grid<T>) - Constructor for class com.vaadin.ui.components.grid.GridRowDragger
-
Enables DnD reordering for the rows in the given grid.
- GridRowDragger(Grid<T>, DropMode) - Constructor for class com.vaadin.ui.components.grid.GridRowDragger
-
Enables DnD reordering the rows in the given grid with the given drop mode.
- GridRowDragger(Grid<T>, Grid<T>) - Constructor for class com.vaadin.ui.components.grid.GridRowDragger
-
Enables DnD moving of rows from the source grid to the target grid.
- GridRowDragger(Grid<T>, Grid<T>, DropMode) - Constructor for class com.vaadin.ui.components.grid.GridRowDragger
-
Enables DnD moving of rows from the source grid to the target grid with the given drop mode.
- GridRowDragger(Grid<T>, Grid<T>, TargetDataProviderUpdater<T>, SourceDataProviderUpdater<T>) - Constructor for class com.vaadin.ui.components.grid.GridRowDragger
-
Enables DnD moving of rows from the source grid to the target grid with the custom data provider updaters.
- 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. - GridSelectionModel<T> - Interface in com.vaadin.ui.components.grid
-
The server-side interface that controls Grid's selection state.
- GridServerRpc - Interface in com.vaadin.shared.ui.grid
-
Client-to-server RPC interface for the Grid component.
- GridSingleSelect<T> - Class in com.vaadin.ui.components.grid
-
Wrapper class to wrap Grid into a SingleSelect.
- GridSingleSelect(Grid<T>) - Constructor for class com.vaadin.ui.components.grid.GridSingleSelect
-
Constructs a SingleSelect wrapper for given Grid.
- GridSortOrder<T> - Class in com.vaadin.data.provider
-
Sorting information for
Grid
. - GridSortOrder(Grid.Column<T, ?>, SortDirection) - Constructor for class com.vaadin.data.provider.GridSortOrder
-
Construct sorting information for usage in a
Grid
. - GridSortOrderBuilder<T> - Class in com.vaadin.data.provider
-
Helper classes with fluent API for constructing
GridSortOrder
lists. - GridSortOrderBuilder() - Constructor for class com.vaadin.data.provider.GridSortOrderBuilder
- GridState - Class in com.vaadin.shared.ui.grid
-
The shared state for the
Grid
component. - GridState() - Constructor for class com.vaadin.shared.ui.grid.GridState
- GridStaticCellType - Enum in com.vaadin.shared.ui.grid
-
Enumeration, specifying the content type of a Cell in a GridStaticSection.
- GROUP - com.vaadin.icons.VaadinIcons
- GROUP - com.vaadin.server.FontAwesome
-
Deprecated.
H
- H - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- H_SQUARE - com.vaadin.server.FontAwesome
-
Deprecated.
- HACKER_NEWS - com.vaadin.server.FontAwesome
-
Deprecated.
- HAMMER - com.vaadin.icons.VaadinIcons
- HAND - com.vaadin.icons.VaadinIcons
- HAND_GRAB_O - com.vaadin.server.FontAwesome
-
Deprecated.
- HAND_LIZARD_O - com.vaadin.server.FontAwesome
-
Deprecated.
- HAND_O_DOWN - com.vaadin.server.FontAwesome
-
Deprecated.
- HAND_O_LEFT - com.vaadin.server.FontAwesome
-
Deprecated.
- HAND_O_RIGHT - com.vaadin.server.FontAwesome
-
Deprecated.
- HAND_O_UP - com.vaadin.server.FontAwesome
-
Deprecated.
- HAND_PAPER_O - com.vaadin.server.FontAwesome
-
Deprecated.
- HAND_PEACE_O - com.vaadin.server.FontAwesome
-
Deprecated.
- HAND_POINTER_O - com.vaadin.server.FontAwesome
-
Deprecated.
- HAND_ROCK_O - com.vaadin.server.FontAwesome
-
Deprecated.
- HAND_SCISSORS_O - com.vaadin.server.FontAwesome
-
Deprecated.
- HAND_SPOCK_O - com.vaadin.server.FontAwesome
-
Deprecated.
- HAND_STOP_O - com.vaadin.server.FontAwesome
-
Deprecated.
- handle(SerializableConsumer<R>, SerializableConsumer<String>) - Method in interface com.vaadin.data.Result
-
Invokes either the first callback or the second one, depending on whether this Result denotes a success or a failure, respectively.
- HANDLE_CORNER - com.vaadin.icons.VaadinIcons
- HANDLE_SIZE - Static variable in class com.vaadin.client.debug.internal.VDebugWindow
- handleAction(Action, Object, Object) - Method in interface com.vaadin.event.Action.Handler
-
Handles an action for the given target.
- handleAction(Action, Object, Object) - Method in class com.vaadin.event.ActionManager
- handleAction(Action, Object, Object) - Method in class com.vaadin.event.ConnectorActionManager
- handleAction(Object, Object) - Method in interface com.vaadin.event.Action.Listener
- handleAction(Object, Object) - Method in class com.vaadin.event.FocusShortcut
- handleAction(Object, Object) - Method in class com.vaadin.event.ShortcutListener
- handleAction(Object, Object) - Method in class com.vaadin.ui.Button.ClickShortcut
- handleAction(Object, Object) - Method in class com.vaadin.ui.Window.CloseShortcut
- handleActions(Map<String, Object>, Action.Container) - Method in class com.vaadin.event.ActionManager
- handleBinderValidationStatus(BinderValidationStatus<BEAN>) - Method in class com.vaadin.data.Binder
-
The default binder level status handler.
- 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
- handleConnectorRelatedException(ClientConnector, Throwable) - Method in class com.vaadin.server.LegacyCommunicationManager
-
Deprecated.As of 7.1. See #11411.
- handleConnectorRequest(VaadinRequest, VaadinResponse, String) - Method in class com.vaadin.server.AbstractClientConnector
- handleConnectorRequest(VaadinRequest, VaadinResponse, String) - Method in interface com.vaadin.server.ClientConnector
-
Handle a request directed to this connector.
- handleConnectorRequest(VaadinRequest, VaadinResponse, String) - Method in class com.vaadin.server.DragAndDropService
-
Deprecated.
- handleConnectorRequest(VaadinRequest, VaadinResponse, String) - Method in class com.vaadin.server.FileDownloader
-
Handle a request directed to this connector.
- handleConnectorRequest(VaadinRequest, VaadinResponse, String) - Method in class com.vaadin.ui.AbstractMedia
- handleContextRootWithoutSlash(HttpServletRequest, HttpServletResponse) - Method in class com.vaadin.server.VaadinServlet
-
Invoked for every request to this servlet to potentially send a redirect to avoid problems with requests to the context root with no trailing slash.
- 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 orevent
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.
- handleDrop(GridDropEvent<T>) - Method in class com.vaadin.ui.components.grid.GridRowDragger
-
This method is triggered when there has been a drop on the target grid.
- handleError(HasValue<?>, ValidationResult) - Method in class com.vaadin.data.Binder
-
Handles a validation error emitted when trying to write the value of the given field.
- handleError(Exception) - Method in interface com.vaadin.server.ErrorHandlingRunnable
-
Handles exceptions thrown during the execution of a FutureAccess.
- handleError(Exception) - Method in class com.vaadin.server.VaadinSession.FutureAccess
-
Handles exceptions thrown during the execution of this task.
- 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
- handleFieldValueChange(Binder.Binding<BEAN, ?>, HasValue.ValueChangeEvent<?>) - Method in class com.vaadin.data.Binder
-
Informs the Binder that a value in Binding was changed.
- 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.
- handleInvocation(UI, ClientConnector, ServerRpcMethodInvocation) - Method in class com.vaadin.server.communication.ServerRpcHandler
-
Handles the given RPC method invocation for the given connector.
- handleInvocation(UI, ClientConnector, LegacyChangeVariablesInvocation) - Method in class com.vaadin.server.communication.ServerRpcHandler
-
Handles the given Legacy variable change RPC method invocation for the given connector.
- handleInvocations(UI, int, JsonArray) - Method in class com.vaadin.server.communication.ServerRpcHandler
-
Processes invocations data received from the client.
- 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.
- handleRequest(VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.VaadinService
-
Handles the incoming request and writes the response into the response object.
- handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.communication.FileUploadHandler
- handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.communication.PublishedFileHandler
-
Writes the connector resource identified by the request URI to the response.
- handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.communication.PushRequestHandler
- handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.communication.SessionRequestHandler
- handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.ConnectorResourceHandler
- handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.GlobalResourceHandler
- handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in interface com.vaadin.server.RequestHandler
-
Called when a request needs to be handled.
- handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.SynchronizedRequestHandler
- handleResponse(boolean, UIDL) - Method in interface com.vaadin.client.ui.dd.VDragEventServerCallback
-
Deprecated.Handle the server response for drag and drop.
- handleRpc(UI, Reader, VaadinRequest) - Method in class com.vaadin.server.communication.ServerRpcHandler
-
Reads JSON containing zero or more serialized RPC calls (including legacy variable changes) and executes the calls.
- handleRpc(UI, String, VaadinRequest) - Method in class com.vaadin.server.communication.ServerRpcHandler
-
Reads JSON containing zero or more serialized RPC calls (including legacy variable changes) and executes the calls.
- 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.
- handleSessionExpired(VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.communication.HeartbeatHandler
- handleSessionExpired(VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.communication.PushRequestHandler
- handleSessionExpired(VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.communication.UidlRequestHandler
- handleSessionExpired(VaadinRequest, VaadinResponse) - Method in interface com.vaadin.server.SessionExpiredHandler
-
Called when the a session expiration has occurred and a notification needs to be sent to the user.
- handleSessionExpired(VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.VaadinService
-
Called when the session has expired and the request handling is therefore aborted.
- 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
- handleUnparsableDateString(String) - Method in class com.vaadin.ui.AbstractDateField
-
This method is called to handle a non-empty date string from the client if the client could not parse it as a Date.
- handleUnparsableDateString(String) - Method in class com.vaadin.ui.AbstractLocalDateField
- handleValidationStatus(BindingValidationStatus<?>) - Method in class com.vaadin.data.Binder
-
Default
BindingValidationStatusHandler
functional method implementation. - handleWidgetEvents - Variable in class com.vaadin.shared.ui.grid.ColumnState
-
Sets whether Grid should handle events from Widgets from this column or not.
- HANDS_UP - com.vaadin.icons.VaadinIcons
- HANDSHAKE - com.vaadin.icons.VaadinIcons
- HARDDRIVE - com.vaadin.icons.VaadinIcons
- HARDDRIVE_O - com.vaadin.icons.VaadinIcons
- has(T) - Method in interface com.vaadin.data.provider.DataKeyMapper
-
Check whether this key mapper contains the given data object.
- has(V) - Method in class com.vaadin.server.KeyMapper
- hasActiveRequest() - Method in class com.vaadin.client.communication.MessageSender
-
Indicates whether or not there are currently active UIDL requests.
- hasAll() - Method in class com.vaadin.shared.ui.MarginInfo
-
Checks if this MarginInfo object has margins on all edges enabled.
- hasAttribute(String) - Method in class com.vaadin.client.UIDL
-
Indicates whether or not the named attribute is available.
- hasBottom() - Method in class com.vaadin.shared.ui.MarginInfo
-
Checks if this MarginInfo object has the bottom edge margin enabled.
- 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.
- hasChanges() - Method in interface com.vaadin.data.Binder.Binding
-
Checks whether the field that the binding uses has uncommitted changes.
- hasChanges() - Method in class com.vaadin.data.Binder.BindingImpl
- hasChanges() - Method in class com.vaadin.data.Binder
-
Check whether any of the bound fields' have uncommitted changes since last explicit call to
Binder.readBean(Object)
,Binder.removeBean()
,Binder.writeBean(Object)
orBinder.writeBeanIfValid(Object)
. - hasChanges(Binder.Binding<BEAN, ?>) - Method in class com.vaadin.data.Binder
-
Checks whether a bound field has uncommitted changes.
- 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.
- HasChildMeasurementHint - Interface in com.vaadin.ui
-
Component with layout measuring hint.
- HasChildMeasurementHint.ChildMeasurementHint - Enum in com.vaadin.ui
-
Specifies how you would like child components measurements to be handled.
- 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.
- hasChildren() - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Checks if the item has children (if it is a sub-menu).
- hasChildren(T) - Method in class com.vaadin.data.provider.HierarchicalDataCommunicator
-
Returns whether given item has children.
- hasChildren(T) - Method in interface com.vaadin.data.provider.HierarchicalDataProvider
-
Check whether a given item has any children associated with it.
- hasChildren(T) - Method in class com.vaadin.data.provider.HierarchyMapper
-
Returns whether given item has children.
- hasChildren(T) - Method in class com.vaadin.data.provider.TreeDataProvider
- hasCloseShortcut(int, int...) - Method in class com.vaadin.ui.Window
-
Checks if a close window shortcut key has already been registered.
- hasColor(Color) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerHistory
-
Checks if the history contains given color.
- HasComponents - Interface in com.vaadin.ui
- HasComponents.ComponentAttachDetachNotifier - Interface in com.vaadin.ui
-
Interface for
HasComponents
implementations that support sending attach and detach events for components. - HasComponents.ComponentAttachEvent - Class in com.vaadin.ui
-
Component attach event sent when a component is attached to container.
- HasComponents.ComponentAttachListener - Interface in com.vaadin.ui
-
Component attach listener interface.
- HasComponents.ComponentDetachEvent - Class in com.vaadin.ui
-
Component detach event sent when a component is detached from container.
- HasComponents.ComponentDetachListener - Interface in com.vaadin.ui
-
Component detach listener interface.
- 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.
- HasDataProvider<T> - Interface in com.vaadin.data
-
A generic interface for listing components that use a data provider for showing data.
- 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
- hasDescription(AbstractComponentState) - Static method in class com.vaadin.shared.ui.ComponentStateUtil
- hasDescriptions - Variable in class com.vaadin.shared.ui.grid.GridState
-
Whether rows and/or cells have generated descriptions (tooltips).
- hasDetailsGenerator - Variable in class com.vaadin.shared.ui.grid.DetailsManagerState
-
For informing the connector when details handling can be skipped altogether as it's not possible to have any details rows without a generator.
- hasDirtyConnectors() - Method in class com.vaadin.ui.ConnectorTracker
-
Checks if there a dirty connectors.
- 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.
- hasErrors() - Method in class com.vaadin.data.BinderValidationStatus
-
Gets whether the validation for the binder failed or not.
- 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.As of 7.0. Use
AbstractConnector.hasEventListener(String)
instead - hasEventListeners(ComponentConnector, String) - Method in class com.vaadin.client.ApplicationConnection
-
Deprecated.As of 7.0. Use
AbstractConnector.hasEventListener(String)
instead - hasExecuted() - Method in interface com.vaadin.ui.UI.DelayedCallbackRegistration
-
Returns
true
if the delay has been completed and the callback operation has been executed. - HasFilterableDataProvider<T,F> - Interface in com.vaadin.data
-
A generic interface for listing components that use a filterable data provider for showing data.
- HASH - com.vaadin.icons.VaadinIcons
- 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
- hashCode() - Method in class com.vaadin.event.ListenerMethod
- hashCode() - Method in class com.vaadin.server.AbstractClientConnector
- hashCode() - Method in class com.vaadin.server.GenericFontIcon
- hashCode() - Method in class com.vaadin.server.StreamResource
- hashCode() - Method in class com.vaadin.server.ThemeResource
- hashCode() - Method in class com.vaadin.shared.communication.MethodInvocation
- hashCode() - Method in class com.vaadin.shared.Range
- hashCode() - Method in class com.vaadin.shared.ui.colorpicker.Color
- hashCode() - Method in class com.vaadin.shared.ui.MarginInfo
- hashCode() - Method in class com.vaadin.ui.Alignment
- hashCode() - Method in class com.vaadin.ui.UniqueSerializable
- 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()
. - HasHierarchicalDataProvider<T> - Interface in com.vaadin.data
-
A generic interface for hierarchical listing components that use a data provider for showing data.
- hasHorizontalConnectorToLayout() - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
-
Returns whether there are any managed layouts waiting for horizontal layouting.
- HASHTAG - com.vaadin.server.FontAwesome
-
Deprecated.
- hasIdentifier(String) - Static method in class com.vaadin.client.metadata.TypeData
- hasIdentifier(String) - Static method in class com.vaadin.client.metadata.TypeDataStore
- HasItems<T> - Interface in com.vaadin.data
-
A component that displays a collection of items.
- HasJavaScriptConnectorHelper - Interface in com.vaadin.client.communication
- hasLeft() - Method in class com.vaadin.shared.ui.MarginInfo
-
Checks if this MarginInfo object has the left edge margin enabled.
- hasListeners(Class<?>) - Method in class com.vaadin.event.EventRouter
-
Checks if the given Event type is listened by a listener registered to this router.
- hasListeners(Class<?>) - Method in class com.vaadin.server.AbstractClientConnector
-
Checks if the given
Component.Event
type is listened for this component. - hasLock() - Method in class com.vaadin.server.VaadinSession
-
Checks if the current thread has exclusive access to this VaadinSession.
- hasLock(VaadinService, WrappedSession) - Static method in class com.vaadin.server.VaadinSession
-
Checks if the current thread has exclusive access to the given WrappedSession.
- 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?
- hasNone() - Method in class com.vaadin.shared.ui.MarginInfo
-
Checks if this MarginInfo object has no margins enabled.
- 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.
- hasResizeListeners - Variable in class com.vaadin.shared.ui.ui.PageState
-
True if the page has browser window resize listeners.
- hasRight() - Method in class com.vaadin.shared.ui.MarginInfo
-
Checks if this MarginInfo object has the right edge margin enabled.
- 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. - HasStyleNames - Interface in com.vaadin.ui
-
Implemented by components which support style names.
- hasStyles(AbstractComponentState) - Static method in class com.vaadin.shared.ui.ComponentStateUtil
- hasStyles(List<String>) - Static method in class com.vaadin.shared.ui.ComponentStateUtil
- 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
- hasTop() - Method in class com.vaadin.shared.ui.MarginInfo
-
Checks if this MarginInfo object has the top edge margin enabled.
- HasUserOriginated - Interface in com.vaadin.event
-
Marker for events which provides information of the event origin.
- hasValidationErrors() - Method in class com.vaadin.data.StatusChangeEvent
-
Gets the associated validation status.
- HasValue<V> - Interface in com.vaadin.data
-
A generic interface for field components and other user interface objects that have a user-editable value.
- HasValue.ValueChangeEvent<V> - Class in com.vaadin.data
-
An event fired when the value of a
HasValue
changes. - HasValue.ValueChangeListener<V> - Interface in com.vaadin.data
-
A listener for value change events.
- HasValueChangeMode - Interface in com.vaadin.ui
-
Implemented by components which support value change modes.
- 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
- HDD_O - com.vaadin.server.FontAwesome
-
Deprecated.
- head - Variable in class com.vaadin.client.debug.internal.VDebugWindow
- header - Variable in class com.vaadin.client.ui.VWindow
-
For internal use only.
- header - Variable in class com.vaadin.shared.ui.grid.GridState
-
The state of the header section.
- Header - Class in com.vaadin.ui.components.grid
-
Represents the header section of a Grid.
- Header() - Constructor for class com.vaadin.client.widgets.Grid.Header
- Header() - Constructor for class com.vaadin.ui.components.grid.Header
- HEADER - com.vaadin.icons.VaadinIcons
- HEADER - com.vaadin.server.FontAwesome
-
Deprecated.
- HEADER - com.vaadin.shared.ui.grid.GridConstants.Section
- Header.Row - Class in com.vaadin.ui.components.grid
-
A row in a Grid header.
- Header.Row.Cell - Class in com.vaadin.ui.components.grid
-
A cell in a Grid header row.
- HeaderCell - Interface in com.vaadin.ui.components.grid
-
An individual cell on a Grid header row.
- HeaderCell() - Constructor for class com.vaadin.client.widgets.Grid.HeaderCell
- HeaderClickHandler - Interface in com.vaadin.client.widget.grid.events
-
Handler for
GridClickEvent
s that happen in the header of the Grid. - HeaderDoubleClickHandler - Interface in com.vaadin.client.widget.grid.events
-
Handler for
GridDoubleClickEvent
s that happen in the header of the Grid. - HeaderKeyDownHandler - Interface in com.vaadin.client.widget.grid.events
-
Handler for
GridKeyDownEvent
s that happen when the focused cell is in the header of the Grid. - HeaderKeyPressHandler - Interface in com.vaadin.client.widget.grid.events
-
Handler for
GridKeyPressEvent
s that happen when the focused cell is in the header of the Grid. - HeaderKeyUpHandler - Interface in com.vaadin.client.widget.grid.events
-
Handler for
GridKeyUpEvent
s that happen when the focused cell is in the header of the Grid. - HeaderRow - Interface in com.vaadin.ui.components.grid
-
A header row in a Grid.
- HeaderRow() - Constructor for class com.vaadin.client.widgets.Grid.HeaderRow
- headerRowHeight - Variable in class com.vaadin.shared.ui.grid.GridState
-
Explicit body row height in pixels for grid rows, or -1 to calculate automatically based on the theme.
- HEADPHONES - com.vaadin.icons.VaadinIcons
- HEADPHONES - com.vaadin.server.FontAwesome
-
Deprecated.
- HEADSET - com.vaadin.icons.VaadinIcons
- HEALTH_CARD - com.vaadin.icons.VaadinIcons
- HEART - com.vaadin.icons.VaadinIcons
- HEART - com.vaadin.server.FontAwesome
-
Deprecated.
- HEART_O - com.vaadin.icons.VaadinIcons
- HEART_O - com.vaadin.server.FontAwesome
-
Deprecated.
- 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
- HEARTBEAT - com.vaadin.server.FontAwesome
-
Deprecated.
- HEARTBEAT - com.vaadin.server.VaadinServlet.RequestType
-
Deprecated.
- HEARTBEAT_PATH - Static variable in class com.vaadin.shared.ApplicationConstants
- 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
- HeartbeatHandler - Class in com.vaadin.server.communication
-
Handles heartbeat requests.
- HeartbeatHandler() - Constructor for class com.vaadin.server.communication.HeartbeatHandler
- heartbeatInterval() - Method in annotation type com.vaadin.annotations.VaadinServletConfiguration
-
The number of seconds between heartbeat requests of a UI, or a non-positive number if heartbeat is disabled.
- 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
- height - Variable in class com.vaadin.shared.AbstractComponentState
- 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.
- heightByRows - Variable in class com.vaadin.shared.ui.grid.GridState
-
The height of the Grid in terms of body rows.
- heightMode - Variable in class com.vaadin.shared.ui.grid.GridState
-
The mode by which Grid defines its height.
- HeightMode - Enum in com.vaadin.shared.ui.grid
-
The modes for height calculation that are supported by Grid ( client (
com.vaadin.client.widgets.Grid
), server (com.vaadin.ui.Grid server
), and Escalator (com.vaadin.client.widgets.Escalator Escalator
). - heightRangeCache - Static variable in class com.vaadin.client.extensions.ResponsiveConnector
-
All height-range breakpoints found from the style sheets on the page.
- Helper() - Constructor for class com.vaadin.shared.annotations.DelegateToWidget.Helper
- HEX_PATTERN - Static variable in class com.vaadin.ui.components.colorpicker.ColorUtil
-
Case-insensitive
Pattern
with regular expression matching the default hexadecimal color presentation pattern:
'#' followed by six[\da-fA-F]
characters. - hidable - Variable in class com.vaadin.shared.ui.grid.ColumnState
-
Whether the column can be hidden by the user.
- hidden - Variable in class com.vaadin.shared.ui.grid.ColumnState
-
Whether this column is currently hidden.
- HIDDEN - com.vaadin.ui.components.grid.MultiSelectionModel.SelectAllCheckBoxVisibility
-
Never shows the select all checkbox, regardless of data provider used.
- 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
- hideEmptyRowsAndColumns - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState
- HideEvent(Object) - Constructor for class com.vaadin.client.ui.VNotification.HideEvent
- hideOnMouseOut - Variable in class com.vaadin.shared.ui.popupview.PopupViewState
- 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
- hidePopup() - Method in class com.vaadin.ui.AbstractColorPicker
-
Hides a popup-window for color selection.
- hideTabs() - Method in class com.vaadin.client.ui.VTabsheet
-
Makes tab bar invisible.
- hideTabs(boolean) - Method in class com.vaadin.ui.TabSheet
-
Deprecated.as of 7.5, use
TabSheet.setTabsVisible(boolean)
instead - hideTooltip() - Method in class com.vaadin.client.VTooltip
- hidingToggleCaption - Variable in class com.vaadin.shared.ui.grid.ColumnState
-
The caption for the column hiding toggle.
- HierarchicalDataChangeHandler - Interface in com.vaadin.client.data
-
FOR INTERNAL USE ONLY.
- HierarchicalDataCommunicator<T> - Class in com.vaadin.data.provider
-
Data communicator that handles requesting hierarchical data from
HierarchicalDataProvider
and sending it to client side. - HierarchicalDataCommunicator() - Constructor for class com.vaadin.data.provider.HierarchicalDataCommunicator
-
Construct a new hierarchical data communicator backed by a
TreeDataProvider
. - HierarchicalDataCommunicatorClientRpc - Interface in com.vaadin.shared.data
-
RPC interface used by HierarchicalDataProvider to send data to the client-side.
- HierarchicalDataCommunicatorConnector - Class in com.vaadin.client.connectors.data
-
A connector for HierarchicalDataCommunicator class.
- HierarchicalDataCommunicatorConnector() - Constructor for class com.vaadin.client.connectors.data.HierarchicalDataCommunicatorConnector
- HierarchicalDataCommunicatorConstants - Class in com.vaadin.shared.data
-
Set of contants used in data communication of hierarchical data.
- HierarchicalDataCommunicatorConstants() - Constructor for class com.vaadin.shared.data.HierarchicalDataCommunicatorConstants
- HierarchicalDataCommunicatorState - Class in com.vaadin.shared.extension.datacommunicator
-
Shared state for HierarchicalDataCommunicator.
- HierarchicalDataCommunicatorState() - Constructor for class com.vaadin.shared.extension.datacommunicator.HierarchicalDataCommunicatorState
- HierarchicalDataProvider<T,F> - Interface in com.vaadin.data.provider
-
A common interface for fetching hierarchical data from a data source, such as an in-memory collection or a backend database.
- HierarchicalQuery<T,F> - Class in com.vaadin.data.provider
-
Immutable hierarchical query object used to request data from a backend.
- HierarchicalQuery(int, int, List<QuerySortOrder>, Comparator<T>, F, T) - Constructor for class com.vaadin.data.provider.HierarchicalQuery
-
Constructs a new hierarchical query object with given offset, limit, sorting and filtering.
- HierarchicalQuery(F, T) - Constructor for class com.vaadin.data.provider.HierarchicalQuery
-
Constructs a new hierarchical query object with given filter and parent node.
- HIERARCHY - com.vaadin.client.debug.internal.Icon
- hierarchyColumnId - Variable in class com.vaadin.shared.ui.treegrid.TreeGridState
-
Contains ID of the hierarchy column set by the developer.
- HierarchyMapper<T,F> - Class in com.vaadin.data.provider
-
Mapper for hierarchical data.
- HierarchyMapper(HierarchicalDataProvider<T, F>) - Constructor for class com.vaadin.data.provider.HierarchyMapper
-
Constructs a new HierarchyMapper.
- 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.
- HISTORY - com.vaadin.server.FontAwesome
-
Deprecated.
- historyVisible - Variable in class com.vaadin.ui.AbstractColorPicker
- HOME - com.vaadin.icons.VaadinIcons
- HOME - com.vaadin.server.FontAwesome
-
Deprecated.
- HOME - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- HOME_O - com.vaadin.icons.VaadinIcons
- 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 - com.vaadin.shared.ui.Orientation
-
Horizontal orientation required.
- HORIZONTAL - com.vaadin.shared.ui.slider.SliderOrientation
- HORIZONTAL_SPACING - Static variable in class com.vaadin.client.StyleConstants
- horizontalDropLocation - Variable in class com.vaadin.client.ui.VDragAndDropWrapper
- HorizontalDropLocation - Enum in com.vaadin.shared.ui.dd
- HorizontalLayout - Class in com.vaadin.ui
-
Horizontal layout
HorizontalLayout
is a component container, which shows the subcomponents in the order of their addition (horizontally). - HorizontalLayout() - Constructor for class com.vaadin.ui.HorizontalLayout
-
Constructs an empty HorizontalLayout.
- HorizontalLayout(Component...) - Constructor for class com.vaadin.ui.HorizontalLayout
-
Constructs a HorizontalLayout with the given components.
- HorizontalLayoutConnector - Class in com.vaadin.client.ui.orderedlayout
-
Connects the client widget
VHorizontalLayout
with the Vaadin server side counterpartHorizontalLayout
. - HorizontalLayoutConnector() - Constructor for class com.vaadin.client.ui.orderedlayout.HorizontalLayoutConnector
- HorizontalLayoutState - Class in com.vaadin.shared.ui.orderedlayout
- HorizontalLayoutState() - Constructor for class com.vaadin.shared.ui.orderedlayout.HorizontalLayoutState
- HorizontalScrollbarBundle() - Constructor for class com.vaadin.client.widget.escalator.ScrollbarBundle.HorizontalScrollbarBundle
- HorizontalSplitPanel - Class in com.vaadin.ui
-
A horizontal split panel contains two components and lays them horizontally.
- HorizontalSplitPanel() - Constructor for class com.vaadin.ui.HorizontalSplitPanel
-
Creates an empty horizontal split panel.
- HorizontalSplitPanel(Component, Component) - Constructor for class com.vaadin.ui.HorizontalSplitPanel
-
Creates a horizontal split panel containing the given components.
- 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
- HorizontalSplitPanelState - Class in com.vaadin.shared.ui.splitpanel
- HorizontalSplitPanelState() - Constructor for class com.vaadin.shared.ui.splitpanel.HorizontalSplitPanelState
- HOSPITAL - com.vaadin.icons.VaadinIcons
- HOSPITAL_O - com.vaadin.server.FontAwesome
-
Deprecated.
- 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.
- HOTEL - com.vaadin.server.FontAwesome
-
Deprecated.
- HOUR - com.vaadin.shared.ui.datefield.DateTimeResolution
- HOURGLASS - com.vaadin.icons.VaadinIcons
- HOURGLASS - com.vaadin.server.FontAwesome
-
Deprecated.
- HOURGLASS_1 - com.vaadin.server.FontAwesome
-
Deprecated.
- HOURGLASS_2 - com.vaadin.server.FontAwesome
-
Deprecated.
- HOURGLASS_3 - com.vaadin.server.FontAwesome
-
Deprecated.
- HOURGLASS_EMPTY - com.vaadin.icons.VaadinIcons
- HOURGLASS_END - com.vaadin.icons.VaadinIcons
- HOURGLASS_END - com.vaadin.server.FontAwesome
-
Deprecated.
- HOURGLASS_HALF - com.vaadin.server.FontAwesome
-
Deprecated.
- HOURGLASS_O - com.vaadin.server.FontAwesome
-
Deprecated.
- HOURGLASS_START - com.vaadin.icons.VaadinIcons
- HOURGLASS_START - com.vaadin.server.FontAwesome
-
Deprecated.
- hourMinuteDelimiter - Variable in class com.vaadin.shared.ui.ui.UIState.LocaleData
- HOUZZ - com.vaadin.server.FontAwesome
-
Deprecated.
- hr() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
- hr() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- HREF_RESOURCE - Static variable in class com.vaadin.shared.ui.link.LinkConstants
- HSL_PATTERN - Static variable in class com.vaadin.ui.components.colorpicker.ColorUtil
-
Case-insensitive
Pattern
with regular expression matching common HSL presentation patterns:
'hsl' followed by one [0-360] value and two [0-100] percentage value. - HSLA_PATTERN - Static variable in class com.vaadin.ui.components.colorpicker.ColorUtil
-
Case-insensitive
Pattern
with regular expression matching common HSLA presentation patterns:
'hsla' followed by one [0-360] value, two [0-100] percentage values, and one [0.0-1.0] value. - HSLtoRGB(int, int, int) - Static method in class com.vaadin.shared.ui.colorpicker.Color
-
Converts HSL's hue, saturation and lightness into an RGB value.
- HSVtoRGB(float, float, float) - Static method in class com.vaadin.shared.ui.colorpicker.Color
-
Converts HSV's hue, saturation and value into an RGB value.
- hsvVisible - Variable in class com.vaadin.ui.AbstractColorPicker
- html - Variable in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- html - Variable in class com.vaadin.client.ui.VRichTextArea
-
For internal use only.
- html - Variable in class com.vaadin.shared.ui.grid.SectionState.CellState
-
The html content of this cell.
- html - Variable in class com.vaadin.shared.ui.popupview.PopupViewState
- HTML - com.vaadin.server.AbstractErrorMessage.ContentMode
-
Content mode, where the error contains HTML.
- HTML - com.vaadin.shared.ui.ContentMode
-
Textual values are interpreted and displayed as HTML.
- HTML - com.vaadin.shared.ui.grid.GridStaticCellType
-
HTML content.
- HTML_CONTENT_ALLOWED - Static variable in class com.vaadin.shared.ui.menubar.MenuBarConstants
-
Deprecated.
- HTML5 - com.vaadin.server.FontAwesome
-
Deprecated.
- HTML5 - com.vaadin.ui.DragAndDropWrapper.DragStartMode
-
Deprecated.The whole wrapper is used to start an HTML5 drag.
- HTML5 - Static variable in class com.vaadin.client.ui.VDragAndDropWrapper
- HTML5_DATA_FLAVORS - Static variable in class com.vaadin.shared.ui.draganddropwrapper.DragAndDropWrapperConstants
-
Deprecated.
- 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
- Html5File - Class in com.vaadin.ui
-
DragAndDropWrapper
can receive also files from client computer if appropriate HTML 5 features are supported on client side. - Html5File(String, long, String) - Constructor for class com.vaadin.ui.Html5File
-
Constructs a new Html5 file wrapper.
- htmlContentAllowed - Variable in class com.vaadin.client.ui.VMenuBar
-
For internal use only.
- htmlContentAllowed - Variable in class com.vaadin.shared.ui.AbstractMediaState
- htmlContentAllowed - Variable in class com.vaadin.shared.ui.grid.renderers.ButtonRendererState
- htmlContentAllowed - Variable in class com.vaadin.shared.ui.notification.NotificationState
-
Whether texts are interpreted as HTML (
true
) or not (false
). - htmlContentAllowed - Variable in class com.vaadin.shared.ui.optiongroup.CheckBoxGroupState
- htmlContentAllowed - Variable in class com.vaadin.shared.ui.optiongroup.RadioButtonGroupState
-
Is HTML allowed in the item captions.
- HtmlImport - Annotation Type in com.vaadin.annotations
-
If this annotation is present on a
ClientConnector
class, the framework ensures the referenced HTML imports are loaded before the init method for the corresponding client-side connector is invoked. - HTMLIMPORT - com.vaadin.ui.Dependency.Type
- HtmlRenderer - Class in com.vaadin.client.renderers
-
Renders a string as HTML into a cell.
- HtmlRenderer - Class in com.vaadin.ui.renderers
-
A renderer for presenting HTML content.
- HtmlRenderer() - Constructor for class com.vaadin.client.renderers.HtmlRenderer
- HtmlRenderer() - Constructor for class com.vaadin.ui.renderers.HtmlRenderer
-
Creates a new HTML renderer.
- HtmlRenderer(String) - Constructor for class com.vaadin.ui.renderers.HtmlRenderer
-
Creates a new HTML renderer.
- HtmlRendererState - Class in com.vaadin.shared.ui.grid.renderers
-
Shared state for HtmlRenderer.
- HtmlRendererState() - Constructor for class com.vaadin.shared.ui.grid.renderers.HtmlRendererState
- HUMANIZED_MESSAGE - com.vaadin.ui.Notification.Type
I
- I - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- I_CURSOR - com.vaadin.server.FontAwesome
-
Deprecated.
- 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
- ICON - Static variable in class com.vaadin.shared.ui.combobox.ComboBoxConstants
- ICON_RESOURCE - Static variable in class com.vaadin.shared.ComponentConstants
- iconAltText - Variable in class com.vaadin.shared.ui.button.ButtonState
- iconAltText - Variable in class com.vaadin.shared.ui.tabsheet.TabState
- 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
- IconGenerator<T> - Interface in com.vaadin.ui
-
A callback interface for generating icons for an item.
- 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.
- id - Variable in class com.vaadin.shared.AbstractComponentState
- id - Variable in class com.vaadin.shared.ui.tabsheet.TabState
- ID_ATTRIBUTE - Static variable in class com.vaadin.ui.declarative.DesignContext
- identity() - Static method in interface com.vaadin.data.Converter
-
Returns a converter that returns its input as-is in both directions.
- identity() - Static method in interface com.vaadin.data.ValueProvider
-
Returns a value provider that always returns its input argument.
- identity() - Static method in interface com.vaadin.server.SerializableFunction
-
Returns a function that always returns its input argument.
- ifError(SerializableConsumer<String>) - Method in interface com.vaadin.data.Result
-
Applies the
consumer
if result is an error. - ifOk(SerializableConsumer<R>) - Method in interface com.vaadin.data.Result
-
Applies the
consumer
if result is not an error. - iframe - Variable in class com.vaadin.client.ui.VBrowserFrame
- IGNORE_RESTART_PARAM - Static variable in class com.vaadin.server.BootstrapHandler
-
Deprecated.Parameter that is added to the UI init request if the session has already been restarted when generating the bootstrap HTML and ?restartApplication should thus be ignored when handling the UI init request.
- 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.
- ILS - com.vaadin.server.FontAwesome
-
Deprecated.
- Image - Class in com.vaadin.ui
-
Component for embedding images.
- Image() - Constructor for class com.vaadin.ui.Image
-
Creates a new empty Image.
- Image(String) - Constructor for class com.vaadin.ui.Image
-
Creates a new empty Image with caption.
- Image(String, Resource) - Constructor for class com.vaadin.ui.Image
-
Creates a new Image whose contents is loaded from given resource.
- IMAGE - com.vaadin.server.FontAwesome
-
Deprecated.
- 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<T> - Class in com.vaadin.ui.renderers
-
A renderer for presenting images.
- ImageRenderer() - Constructor for class com.vaadin.client.renderers.ImageRenderer
- ImageRenderer() - Constructor for class com.vaadin.ui.renderers.ImageRenderer
-
Creates a new image renderer.
- ImageRenderer(ClickableRenderer.RendererClickListener<T>) - Constructor for class com.vaadin.ui.renderers.ImageRenderer
-
Creates a new image renderer and adds the given click listener to it.
- ImageRendererConnector - Class in com.vaadin.client.connectors
-
A connector for
ImageRenderer
. - ImageRendererConnector() - Constructor for class com.vaadin.client.connectors.ImageRendererConnector
- ImageRendererState - Class in com.vaadin.shared.ui.grid.renderers
-
Shared state for ImageRenderer.
- ImageRendererState() - Constructor for class com.vaadin.shared.ui.grid.renderers.ImageRendererState
- ImageServerRpc - Interface in com.vaadin.shared.ui.image
- imagesLoaded() - Method in class com.vaadin.client.ui.VContextMenu
- ImageState - Class in com.vaadin.shared.ui.image
- ImageState() - Constructor for class com.vaadin.shared.ui.image.ImageState
- immediate - Variable in class com.vaadin.client.ui.VRichTextArea
-
For internal use only.
- immediateMode - Variable in class com.vaadin.shared.ui.upload.UploadState
-
Is the upload component in immediate mode or not.
- INACTIVE - com.vaadin.client.widgets.Grid.Editor.State
-
Editor is closed or disabled and as such not in edit mode.
- INBOX - com.vaadin.icons.VaadinIcons
- INBOX - com.vaadin.server.FontAwesome
-
Deprecated.
- INCH - com.vaadin.server.Sizeable.Unit
-
Unit code representing inches.
- indent() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
- indent() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- INDENT - com.vaadin.icons.VaadinIcons
- INDENT - com.vaadin.server.FontAwesome
-
Deprecated.
- indeterminate - Variable in class com.vaadin.shared.ui.progressindicator.ProgressBarState
- 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
- INDUSTRY - com.vaadin.server.FontAwesome
-
Deprecated.
- INFO - com.vaadin.client.debug.internal.Icon
- INFO - com.vaadin.icons.VaadinIcons
- INFO - com.vaadin.server.FontAwesome
-
Deprecated.
- INFO - com.vaadin.shared.ui.ErrorLevel
-
Error level for informational messages.
- INFO_CIRCLE - com.vaadin.icons.VaadinIcons
- INFO_CIRCLE - com.vaadin.server.FontAwesome
-
Deprecated.
- INFO_CIRCLE_O - com.vaadin.icons.VaadinIcons
- INFORMATION - Static variable in interface com.vaadin.server.ErrorMessage
-
Deprecated.As of 7.0, use
ErrorLevel.INFO
instead - 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() - Method in class com.vaadin.server.LegacyApplication
-
Deprecated.
- init() - Method in class com.vaadin.server.VaadinService
-
Initializes this service.
- init() - Method in class com.vaadin.ui.components.grid.AbstractSelectionModel
-
Initializes the selection model after it has been attached to a grid.
- init() - Method in class com.vaadin.ui.components.grid.MultiSelectionModelImpl
- init() - Method in class com.vaadin.ui.components.grid.SingleSelectionModelImpl
- 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(VaadinRequest) - Method in class com.vaadin.server.Page
- init(VaadinRequest) - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.
- init(VaadinRequest) - Method in class com.vaadin.ui.UI
-
Initializes this UI.
- init(UI, NavigationStateManager, ViewDisplay) - Method in class com.vaadin.navigator.Navigator
-
Initializes a navigator created with the no arguments constructor.
- init(String, ApplicationConnection) - Method in class com.vaadin.client.ui.ui.UIConnector
-
Initialize UIConnector and attach UI to RootPanel for rootPanelId element.
- init(ServletConfig) - Method in class com.vaadin.server.LegacyVaadinServlet
- init(ServletConfig) - Method in class com.vaadin.server.VaadinServlet
-
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.
- init(ServletContext) - Method in class com.vaadin.server.communication.JSR356WebsocketInitializer
-
Initializes Atmosphere for use with Vaadin servlets found in the given context.
- initAtmosphereForVaadinServlet(ServletRegistration, ServletContext) - Static method in class com.vaadin.server.communication.JSR356WebsocketInitializer
-
Initializes Atmosphere for use with the given Vaadin servlet
- initConnectorIdGenerator(List<ConnectorIdGenerator>) - Method in class com.vaadin.server.VaadinService
-
Determines the connector id generator to use for the application.
- initContent() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerHistory
- initContent() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerSelect
- initContent() - Method in class com.vaadin.ui.CustomField
-
Create the content component or layout for the field.
- initDefaultUIProvider(VaadinSession, VaadinService) - Static method in class com.vaadin.server.ServletPortletHelper
-
Deprecated.
- initDependencyFilters(List<DependencyFilter>) - Method in class com.vaadin.server.VaadinService
-
Updates the list of resource dependency filters to use for the application.
- 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.
- initializeMobileHtml5DndPolyfill() - Method in interface com.vaadin.shared.ui.ui.PageClientRpc
-
Initialize Mobile HTML5 Drag and Drop Polyfill.
- 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
- initTemplateContentsFromInputStream(InputStream) - Method in class com.vaadin.ui.CustomLayout
- InlineDateField - Class in com.vaadin.ui
-
A date entry component, which displays the actual date selector inline.
- InlineDateField() - Constructor for class com.vaadin.ui.InlineDateField
-
Constructs an empty
InlineDateField
with no caption. - InlineDateField(HasValue.ValueChangeListener<LocalDate>) - Constructor for class com.vaadin.ui.InlineDateField
-
Constructs a new
InlineDateField
with a value change listener. - InlineDateField(String) - Constructor for class com.vaadin.ui.InlineDateField
-
Constructs an empty
InlineDateField
with caption. - InlineDateField(String, HasValue.ValueChangeListener<LocalDate>) - Constructor for class com.vaadin.ui.InlineDateField
-
Constructs a new
InlineDateField
with the given caption and a value change listener. - InlineDateField(String, LocalDate) - Constructor for class com.vaadin.ui.InlineDateField
-
Constructs a new
InlineDateField
with the given caption and initial text contents. - InlineDateField(String, LocalDate, HasValue.ValueChangeListener<LocalDate>) - Constructor for class com.vaadin.ui.InlineDateField
-
Constructs a new
InlineDateField
with the given caption, initial text contents and a value change listener. - InlineDateFieldConnector - Class in com.vaadin.client.ui.datefield
-
The client-side connector for InlineDateField.
- InlineDateFieldConnector() - Constructor for class com.vaadin.client.ui.datefield.InlineDateFieldConnector
- InlineDateFieldState - Class in com.vaadin.shared.ui.datefield
- InlineDateFieldState() - Constructor for class com.vaadin.shared.ui.datefield.InlineDateFieldState
- InlineDateTimeField - Class in com.vaadin.ui
-
A date time entry component, which displays the actual date selector inline.
- InlineDateTimeField() - Constructor for class com.vaadin.ui.InlineDateTimeField
-
Constructs an empty
InlineDateTimeField
with no caption. - InlineDateTimeField(HasValue.ValueChangeListener<LocalDateTime>) - Constructor for class com.vaadin.ui.InlineDateTimeField
-
Constructs a new
InlineDateTimeField
with a value change listener. - InlineDateTimeField(String) - Constructor for class com.vaadin.ui.InlineDateTimeField
-
Constructs an empty
InlineDateTimeField
with caption. - InlineDateTimeField(String, HasValue.ValueChangeListener<LocalDateTime>) - Constructor for class com.vaadin.ui.InlineDateTimeField
-
Constructs a new
InlineDateTimeField
with the given caption and a value change listener. - InlineDateTimeField(String, LocalDateTime) - Constructor for class com.vaadin.ui.InlineDateTimeField
-
Constructs a new
InlineDateTimeField
with the given caption and initial text contents. - InlineDateTimeField(String, LocalDateTime, HasValue.ValueChangeListener<LocalDateTime>) - Constructor for class com.vaadin.ui.InlineDateTimeField
-
Constructs a new
InlineDateTimeField
with the given caption, initial text contents and a value change listener. - InlineDateTimeFieldConnector - Class in com.vaadin.client.ui.datefield
-
The client-side connector for InlineDateTimeField.
- InlineDateTimeFieldConnector() - Constructor for class com.vaadin.client.ui.datefield.InlineDateTimeFieldConnector
- InlineDateTimeFieldState - Class in com.vaadin.shared.ui.datefield
- InlineDateTimeFieldState() - Constructor for class com.vaadin.shared.ui.datefield.InlineDateTimeFieldState
- InMemoryDataProvider<T> - Interface in com.vaadin.data.provider
-
A mixin interface for in-memory data providers.
- InMemoryDataProviderHelpers - Class in com.vaadin.data.provider
-
A class containing a number of static helper methods for implementing
InMemoryDataProvider
s. - InMemoryDataProviderHelpers() - Constructor for class com.vaadin.data.provider.InMemoryDataProviderHelpers
- INPUT - com.vaadin.icons.VaadinIcons
- 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
InputEvent
s. - inputPrompt - Variable in class com.vaadin.client.ui.VComboBox
-
For internal use only.
- inputStyles - Variable in class com.vaadin.shared.ui.checkbox.CheckBoxState
- INR - com.vaadin.server.FontAwesome
-
Deprecated.
- 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.As of 7.2, use or override
VAbstractOrderedLayout.insert(Widget, Element, int, boolean)
instead. - INSERT - com.vaadin.icons.VaadinIcons
- INSERT - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- 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
- insertRow(int) - Method in class com.vaadin.ui.GridLayout
-
Inserts an empty row at the specified position in the grid.
- insertRowData(int, int) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
-
Informs this data source that new data has been inserted from the server.
- insertRowData(int, int) - Method in interface com.vaadin.shared.data.DataProviderRpc
-
Informs the client to insert new row data.
- 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.
- insertRows(int, int) - Method in interface com.vaadin.shared.data.DataCommunicatorClientRpc
-
Informs that new data has been inserted from the server.
- INSTAGRAM - com.vaadin.server.FontAwesome
-
Deprecated.
- INSTANCE - com.vaadin.data.converter.DefaultConverterFactory
- INSTITUTION - com.vaadin.icons.VaadinIcons
- INSTITUTION - com.vaadin.server.FontAwesome
-
Deprecated.
- INTEGER - com.vaadin.shared.ui.dnd.criteria.Payload.ValueType
- IntegerRangeValidator - Class in com.vaadin.data.validator
-
Validator for validating that an
Integer
is inside a given range. - IntegerRangeValidator(String, Integer, Integer) - Constructor for class com.vaadin.data.validator.IntegerRangeValidator
-
Creates a validator for checking that an Integer is within a given range.
- internalAddCell(String) - Method in class com.vaadin.ui.components.grid.StaticSection.StaticRow
-
Adds a cell to this section, corresponding to the given internal column id.
- InternalContainerAnnotationForHtml - Annotation Type in com.vaadin.annotations
-
Annotation enabling using multiple
@HtmlImport
annotations. - InternalContainerAnnotationForJS - Annotation Type in com.vaadin.annotations
-
Annotation enabling using multiple
@JavaScript
annotations. - InternalContainerAnnotationForSS - Annotation Type in com.vaadin.annotations
-
Annotation enabling using multiple
@StyleSheet
annotations. - internalErrorCaption - Variable in class com.vaadin.server.SystemMessages
- internalErrorMessage - Variable in class com.vaadin.server.SystemMessages
- internalErrorNotificationEnabled - Variable in class com.vaadin.server.SystemMessages
- internalErrorURL - Variable in class com.vaadin.server.SystemMessages
- 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
- internalGetCell(String) - Method in class com.vaadin.ui.components.grid.StaticSection.StaticRow
-
Returns the cell in this section that corresponds to the given internal column id.
- internalGetDataProvider() - Method in class com.vaadin.ui.AbstractListing
- 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
- internalId - Variable in class com.vaadin.shared.ui.grid.ColumnState
- internalSetDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.ui.AbstractListing
- internalSetDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.ui.Grid
- internalSetDataProvider(DataProvider<T, F>, F) - Method in class com.vaadin.ui.AbstractListing
- 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
- INTERNET_EXPLORER - com.vaadin.server.FontAwesome
-
Deprecated.
- interruptDrag() - Method in class com.vaadin.client.ui.dd.VDragAndDropManager
-
Deprecated.The drag and drop operation is ended, but drop did not happen.
- interruptUpload() - Method in class com.vaadin.ui.Upload
-
Interrupts the upload currently being received.
- intersects(Range) - Method in class com.vaadin.shared.Range
-
Checks whether this range and another range are at least partially covering the same values.
- INTERSEX - com.vaadin.server.FontAwesome
-
Deprecated.
- intValue() - Method in enum com.vaadin.shared.ui.ErrorLevel
-
Integer representation of error severity for comparison.
- INVALID_ATMOSPHERE_VERSION_WARNING - Static variable in interface com.vaadin.server.Constants
- INVALID_SECURITY_KEY_MSG - Static variable in interface com.vaadin.server.Constants
- invalidate() - Method in class com.vaadin.server.WrappedHttpSession
- invalidate() - Method in interface com.vaadin.server.WrappedSession
-
Invalidates this session then unbinds any objects bound to it.
- InvalidLayout(Component, boolean, boolean) - Constructor for class com.vaadin.server.ComponentSizeValidator.InvalidLayout
- InvalidUIDLSecurityKeyException(String) - Constructor for exception com.vaadin.server.LegacyCommunicationManager.InvalidUIDLSecurityKeyException
-
Deprecated.
- INVOICE - com.vaadin.icons.VaadinIcons
- 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
- invokeCallback(String, Object...) - Method in class com.vaadin.server.JavaScriptCallbackHelper
- invokeJsRpc(MethodInvocation, JsonArray) - Method in class com.vaadin.client.JavaScriptConnectorHelper
- Invoker - Interface in com.vaadin.client.metadata
- IOS - com.vaadin.shared.VBrowserDetails.OperatingSystem
- IOXHOST - com.vaadin.server.FontAwesome
-
Deprecated.
- 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.
- isAllowedVAADINResourceUrl(HttpServletRequest, URL) - Method in class com.vaadin.server.VaadinServlet
-
Deprecated.As of 7.0. Will likely change or be removed in a future version
- 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.
- isAllSelected() - Method in class com.vaadin.ui.components.grid.GridMultiSelect
-
Returns whether all items are selected or not.
- isAllSelected() - Method in interface com.vaadin.ui.components.grid.MultiSelectionModel
-
Returns whether all items are selected or not.
- isAllSelected() - Method in class com.vaadin.ui.components.grid.MultiSelectionModelImpl
- isAltKey() - Method in class com.vaadin.event.MouseEvents.ClickEvent
-
Checks if the Alt key was down when the mouse event took place.
- isAltKey() - Method in class com.vaadin.shared.MouseEventDetails
- isAltKey() - Method in class com.vaadin.ui.Button.ClickEvent
-
Checks if the Alt key was down when the mouse event took place.
- 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.
- isAndroid() - Method in class com.vaadin.server.WebBrowser
-
Tests if the browser is run on Android.
- isAndroid() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests 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. - isAppRequest(VaadinRequest) - Static method in class com.vaadin.server.ServletPortletHelper
-
Deprecated.
- 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?
- isAsRequiredEnabled() - Method in interface com.vaadin.data.Binder.Binding
-
Returns whether asRequired validator is currently enabled or not.
- isAsRequiredEnabled() - Method in class com.vaadin.data.Binder.BindingImpl
- isAtmosphereAvailable() - Static method in class com.vaadin.server.communication.JSR356WebsocketInitializer
-
Checks if Atmosphere is available on the classpath.
- isAtmosphereAvailable() - Method in class com.vaadin.server.VaadinService
-
Checks whether Atmosphere is available for use.
- isAttached() - Method in class com.vaadin.server.AbstractClientConnector
- isAttached() - Method in interface com.vaadin.server.ClientConnector
-
Checks if the connector is attached to a VaadinSession.
- isAttached() - Method in class com.vaadin.server.DragAndDropService
-
Deprecated.
- isAttachedAndDisplayed(Widget) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.isAttachedAndDisplayed(Widget)
instead. - isAttachedAndDisplayed(Widget) - Static method in class com.vaadin.client.WidgetUtil
-
Kind of stronger version of isAttached().
- isAuthenticationErrorNotificationEnabled() - Method in class com.vaadin.server.SystemMessages
- isAutodetectingRowHeightLater() - Method in interface com.vaadin.client.widget.escalator.RowContainer
-
For internal use only.
- isAutodetectingRowHeightLater() - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
- isAutoOpen() - Method in class com.vaadin.ui.MenuBar
-
Detects whether the menubar is in a mode where top level menus are automatically opened when the mouse cursor is moved over the menu.
- isAutoplay() - Method in class com.vaadin.ui.AbstractMedia
- isAutoRecalculateWidth() - Method in class com.vaadin.ui.Tree
-
Returns the current state of automatic width recalculation.
- 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 theresolution
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.
- isBottom() - Method in class com.vaadin.shared.ui.AlignmentInfo
- isBottom() - Method in class com.vaadin.ui.Alignment
-
Checks if component is aligned to the bottom of the available space.
- 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.
- isBuffered() - Method in interface com.vaadin.ui.components.grid.Editor
-
Returns whether Editor is buffered or not.
- isBuffered() - Method in class com.vaadin.ui.components.grid.EditorImpl
- isBundleLoaded(String) - Method in class com.vaadin.client.metadata.ConnectorBundleLoader
- isButtonCaptionAsHtml() - Method in class com.vaadin.ui.Upload
-
Checks whether the caption of the button that fires uploading is rendered as HTML
- isCached(UIDL) - Static method in class com.vaadin.client.Util
-
Deprecated.
- isCanceled() - Method in class com.vaadin.ui.dnd.event.DragEndEvent
-
Returns whether the drag event was cancelled.
- isCancelled() - Method in interface com.vaadin.ui.UI.DelayedCallbackRegistration
-
Returns
true
if the callback operation was cancelled successfully before it could be executed. - isCaptionAsHtml() - Method in class com.vaadin.client.VCaption
-
Checks whether captions are rendered as HTML.
- isCaptionAsHtml() - Method in class com.vaadin.ui.AbstractComponent
-
Checks whether captions are rendered as HTML
- isCaptionAsHtml() - Method in class com.vaadin.ui.Composite
- isCaptionAsHtml() - Method in class com.vaadin.ui.Tree
- isCaptionVisible() - Method in class com.vaadin.client.ui.VAccordion.StackItem
-
Deprecated.This method is not called by the framework code anymore.
- isCdn() - Method in interface com.vaadin.server.WidgetsetInfo
-
If cdn is true, the client side should wait if it didn't manage to load the widgetset, as it might still be compiling.
- isCenter() - Method in class com.vaadin.ui.Alignment
-
Checks if component is aligned center (horizontally) of the available space.
- 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.
- isChangeDetectionEnabled() - Method in class com.vaadin.data.Binder
-
Returns if change/revert detection is enabled.
- isCheckable() - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- isCheckable() - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Gets the checkable state of the item - whether the item has checked and unchecked states.
- isChecked() - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- isChecked() - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Gets the checked state of the item (checked or unchecked).
- isChrome() - Method in class com.vaadin.client.BrowserInfo
- isChrome() - Method in class com.vaadin.server.WebBrowser
-
Tests whether the user is using Chrome.
- isChrome() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is Chrome.
- isChromeFrame() - Method in class com.vaadin.server.WebBrowser
-
Tests whether the user is using Chrome Frame.
- isChromeFrame() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is running ChromeFrame.
- isChromeFrameCapable() - Method in class com.vaadin.server.WebBrowser
-
Tests whether the user's browser is Chrome Frame capable.
- isChromeFrameCapable() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is capable of running ChromeFrame.
- isChromeOS() - Method in class com.vaadin.server.WebBrowser
-
Tests if the browser is run on ChromeOS (e.g.
- isChromeOS() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is run on Chrome OS (e.g.
- isClientSideInitialized(ClientConnector) - Method in class com.vaadin.ui.ConnectorTracker
-
Checks whether the given connector has already been initialized in the browser.
- isClientSideVerifiable() - Method in interface com.vaadin.event.dd.acceptcriteria.AcceptCriterion
-
Returns whether the criteria can be checked on the client or whether a server request is needed to check the criteria.
- isClientSideVerifiable() - Method in class com.vaadin.event.dd.acceptcriteria.ClientSideCriterion
- isClientSideVerifiable() - Method in class com.vaadin.event.dd.acceptcriteria.ServerSideCriterion
- 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.
- isClosable() - Method in interface com.vaadin.ui.TabSheet.Tab
-
Returns the closability status for the tab.
- isClosable() - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- isClosable() - Method in class com.vaadin.ui.Window
-
Returns the closable status of the window.
- isCloseEvent(Grid.EditorDomEvent<T>) - Method in class com.vaadin.client.widget.grid.DefaultEditorEventHandler
-
Returns whether the given event should close the editor.
- isCloseIdleSessions() - Method in class com.vaadin.server.DefaultDeploymentConfiguration
-
Returns whether a session should be closed when all its open UIs have been idle for longer than its configured maximum inactivity time.
- isCloseIdleSessions() - Method in interface com.vaadin.server.DeploymentConfiguration
-
Returns whether a session should be closed when all its open UIs have been idle for longer than its configured maximum inactivity time.
- isClosing() - Method in class com.vaadin.server.VaadinSession
-
Deprecated.As of 7.2, use
instead.getState() != State.OPEN
- isClosing() - Method in class com.vaadin.ui.UI
-
Returns whether this UI is marked as closed and is to be detached.
- 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.
- isColumnReorderingAllowed() - Method in class com.vaadin.ui.Grid
-
Returns whether column reordering is allowed.
- isCommunicationErrorNotificationEnabled() - Method in class com.vaadin.server.SystemMessages
- isCompleted() - Method in interface com.vaadin.client.widget.grid.EditorHandler.EditorRequest
-
Checks whether the request is completed or not.
- isComponentVisibleToClient(Component) - Static method in class com.vaadin.server.LegacyCommunicationManager
-
Deprecated.As of 7.1. See #11411.
- isConnected() - Method in class com.vaadin.server.communication.AtmospherePushConnection
- isConnected() - Method in interface com.vaadin.server.communication.PushConnection
-
Returns whether this connection is currently open.
- isConnector(Widget) - Method in class com.vaadin.client.ConnectorMap
-
Tests if the widget is the root widget of a
ComponentConnector
. - isConnectorEnabled() - Method in class com.vaadin.server.AbstractClientConnector
- isConnectorEnabled() - Method in interface com.vaadin.server.ClientConnector
-
Checks if the communicator is enabled.
- isConnectorEnabled() - Method in class com.vaadin.server.DragAndDropService
-
Deprecated.
- isConnectorEnabled() - Method in class com.vaadin.ui.AbstractComponent
- isConnectorEnabled() - Method in class com.vaadin.ui.UI
- isConnectorVisibleToClient(ClientConnector) - Static method in class com.vaadin.server.LegacyCommunicationManager
-
Deprecated.As of 7.1. See #11411.
- isConvertBackToPresentation() - Method in interface com.vaadin.data.Binder.Binding
-
Returns whether the value is converted back to the presentation in the field when a converter is used in binding.
- isConvertBackToPresentation() - Method in class com.vaadin.data.Binder.BindingImpl
- isCookiesDisabledNotificationEnabled() - Method in class com.vaadin.server.SystemMessages
-
Determines if "cookies disabled" messages should be shown to the end user or not.
- isCsrfTokenValid(VaadinSession, String) - Static method in class com.vaadin.server.VaadinService
-
Verifies that the given CSRF token (aka double submit cookie) is valid for the given session.
- isCSSLoaded() - Method in class com.vaadin.client.ApplicationConnection
-
Checks whether or not the CSS is loaded.
- isCtrlKey() - Method in class com.vaadin.event.MouseEvents.ClickEvent
-
Checks if the Ctrl key was down when the mouse event took place.
- isCtrlKey() - Method in class com.vaadin.shared.MouseEventDetails
- isCtrlKey() - Method in class com.vaadin.ui.Button.ClickEvent
-
Checks if the Ctrl key was down when the mouse event took place.
- 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 providedresolution
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.
- isDefault() - Method in class com.vaadin.ui.components.grid.Header.Row
-
Returns whether this row is the default header row.
- isDefaultCaptionEnabled() - Method in class com.vaadin.ui.AbstractColorPicker
-
Returns true if the component shows the default caption (css-code for the currently selected color, e.g.
- 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.
- isDeselectAllowed() - Method in interface com.vaadin.data.SelectionModel.Single
-
Gets whether it's allowed to deselect the selected row through the UI.
- isDeselectAllowed() - Method in class com.vaadin.ui.components.grid.GridSingleSelect
-
Gets whether it's allowed to deselect the selected row through the UI.
- isDeselectAllowed() - Method in class com.vaadin.ui.components.grid.SingleSelectionModelImpl
- isDetailsVisible(int) - Method in class com.vaadin.client.widgets.Grid
-
Check whether the details for a row is visible or not.
- isDetailsVisible(T) - Method in class com.vaadin.ui.Grid.DetailsManager
-
Returns the visibility of details component for given item.
- isDetailsVisible(T) - Method in class com.vaadin.ui.Grid
-
Returns the visibility of details component for given item.
- isDialogModal() - Method in interface com.vaadin.ui.ReconnectDialogConfiguration
-
Checks the modality of the dialog.
- isDialogVisible() - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
-
Checks if the reconnect dialog is visible to the user.
- isDifferentValue(T) - Method in class com.vaadin.ui.AbstractField
-
Called when a new value is set to determine whether the provided new value is considered to be a change compared to the current value.
- isDirty(ClientConnector) - Method in class com.vaadin.ui.ConnectorTracker
- isDisableOnClick() - Method in class com.vaadin.ui.Button
-
Determines if a button is automatically disabled when clicked.
- isDisplayed(Element) - Static method in class com.vaadin.client.WidgetUtil
-
Returns whether the given element is displayed.
- isDoubleClick() - Method in class com.vaadin.event.MouseEvents.ClickEvent
-
Checks if the event is a double click event.
- isDoubleClick() - Method in class com.vaadin.shared.MouseEventDetails
- 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?
- isDraggable() - Method in class com.vaadin.ui.Window
-
Indicates whether a window can be dragged or not.
- isDragInterrupted(Event.NativePreviewEvent, VDragAndDropManager.DDManagerMediator) - Method in class com.vaadin.client.ui.dd.DDEventHandleStrategy
-
Deprecated.Returns
true
ifevent
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.
- isDropAllowedOnRowsWhenSorted() - Method in class com.vaadin.ui.components.grid.GridDropTarget
-
Gets whether drops are allowed on rows as target, when the user has sorted the grid.
- 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.
- isDropTargetRowCollapsed() - Method in class com.vaadin.ui.components.grid.TreeGridDropEvent
-
Tells whether the drop target row is collapsed.
- isDSTInEffect() - Method in class com.vaadin.server.WebBrowser
-
Returns whether daylight saving time (DST) is currently in effect in the region of the browser or not.
- 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
- isEdge() - Method in class com.vaadin.server.WebBrowser
-
Tests whether the user is using Edge.
- isEdge() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is Edge.
- 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() - Method in class com.vaadin.ui.Grid.Column
-
Gets whether this Column has a component displayed in Editor or not.
- 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
- isEmpty() - Method in interface com.vaadin.data.HasValue
-
Returns whether this
HasValue
is considered to be empty. - isEmpty() - Method in class com.vaadin.server.LegacyCommunicationManager.ClientCache
-
Deprecated.
- isEmpty() - Method in class com.vaadin.shared.Range
-
Checks whether the range has no elements between the start and end.
- isEmptySelectionAllowed() - Method in class com.vaadin.client.ui.VNativeSelect
-
Returns true if empty selection is allowed.
- isEmptySelectionAllowed() - Method in class com.vaadin.ui.ComboBox
-
Returns whether the user is allowed to select nothing in the combo box.
- isEmptySelectionAllowed() - Method in class com.vaadin.ui.NativeSelect
-
Returns whether the user is allowed to select nothing in the combo box.
- 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() - Method in class com.vaadin.server.DragAndDropService
-
Deprecated.Tests if the variable owner is enabled or not.
- isEnabled() - Method in interface com.vaadin.server.VariableOwner
-
Deprecated.Tests if the variable owner is enabled or not.
- isEnabled() - Method in enum com.vaadin.shared.communication.PushMode
-
Checks whether the push mode is using push functionality.
- isEnabled() - Method in class com.vaadin.ui.AbstractComponent
- isEnabled() - Method in interface com.vaadin.ui.Component
-
Tests whether the component is enabled or not.
- isEnabled() - Method in interface com.vaadin.ui.components.grid.Editor
-
Returns whether Editor is enabled or not.
- isEnabled() - Method in class com.vaadin.ui.components.grid.EditorImpl
- isEnabled() - Method in class com.vaadin.ui.Composite
- isEnabled() - Method in class com.vaadin.ui.MenuBar.MenuItem
- isEnabled() - Method in interface com.vaadin.ui.TabSheet.Tab
-
Returns the enabled status for the tab.
- isEnabled() - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- 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()
). - isEqual(Serializable) - Static method in interface com.vaadin.server.SerializablePredicate
-
Returns a predicate that tests if two arguments are equal according to
Objects.equals(Object, Object)
. - isError() - Method in class com.vaadin.data.BindingValidationStatus
-
Gets whether the validation failed or not.
- isError() - Method in interface com.vaadin.data.Result
-
Checks if the result denotes an error.
- isError() - Method in interface com.vaadin.data.ValidationResult
-
Checks if the result denotes an error.
- 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.
- isEs6Supported() - Method in class com.vaadin.server.WebBrowser
-
Checks if the browser supports ECMAScript 6, based on the user agent.
- isEs6Supported() - Method in class com.vaadin.shared.VBrowserDetails
-
Checks whether the browser should support ES6 based on its vendor and version number.
- isExpanded(T) - Method in class com.vaadin.data.provider.HierarchicalDataCommunicator
-
Returns whether given item is expanded.
- isExpanded(T) - Method in class com.vaadin.data.provider.HierarchyMapper
-
Returns whether the given item is expanded.
- isExpanded(T) - Method in class com.vaadin.ui.Tree
-
Returns whether a given item is expanded or collapsed.
- isExpanded(T) - Method in class com.vaadin.ui.TreeGrid
-
Returns whether a given item is expanded or collapsed.
- isFile(int) - Method in class com.vaadin.client.ui.dd.VHtml5DragEvent
-
Deprecated.Detects if dropped element is a file.
- isFileUploadRequest(VaadinRequest) - Static method in class com.vaadin.server.ServletPortletHelper
-
Deprecated.
- isFirefox() - Method in class com.vaadin.client.BrowserInfo
- isFirefox() - Method in class com.vaadin.server.WebBrowser
-
Tests whether the user is using Firefox.
- isFirefox() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is Firefox.
- 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.
- isFooterVisible() - Method in class com.vaadin.ui.Grid
-
Gets the visibility of the Footer in this Grid.
- isFullRepaint() - Method in class com.vaadin.server.JsonPaintTarget
- isFullRepaint() - Method in interface com.vaadin.server.PaintTarget
- isGecko() - Method in class com.vaadin.client.BrowserInfo
- isGecko() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is using the Gecko engine.
- 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.
- isHandleWidgetEvents() - Method in class com.vaadin.ui.Grid.Column
-
Gets whether Grid is handling the events in this Column from Component and Widgets.
- 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.
- isHeaderVisible() - Method in class com.vaadin.ui.Grid
-
Gets the visibility of the Header in this Grid.
- isHeartbeatRequest(VaadinRequest) - Static method in class com.vaadin.server.ServletPortletHelper
-
Deprecated.
- 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.
- isHidable() - Method in class com.vaadin.ui.Grid.Column
-
Returns whether this column can be hidden by the user.
- 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.
- isHidden() - Method in class com.vaadin.ui.Grid.Column
-
Returns whether this column is hidden.
- isHidden() - Method in class com.vaadin.ui.Grid.ColumnVisibilityChangeEvent
-
Was the column set hidden or visible.
- 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).
- isHideEmptyRowsAndColumns() - Method in class com.vaadin.ui.GridLayout
-
Checks whether whether empty rows and columns should be considered as non-existent when rendering or not.
- isHideOnMouseOut() - Method in class com.vaadin.ui.PopupView
-
Check if this popup will be hidden when the user takes the mouse cursor out of the popup area.
- isHigherPriorityThan(DefaultConnectionStateHandler.Type) - Method in enum com.vaadin.client.communication.DefaultConnectionStateHandler.Type
-
Checks if this type is of higher priority than the given type.
- isHorizontalCenter() - Method in class com.vaadin.shared.ui.AlignmentInfo
- 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.
- isHtmlContentAllowed() - Method in class com.vaadin.ui.AbstractMedia
- isHtmlContentAllowed() - Method in class com.vaadin.ui.Button
-
Deprecated.as of 8.0.0, use
AbstractComponent.isCaptionAsHtml()
instead. - isHtmlContentAllowed() - Method in class com.vaadin.ui.CheckBoxGroup
-
Checks whether captions are interpreted as html or plain text.
- isHtmlContentAllowed() - Method in class com.vaadin.ui.MenuBar
-
Checks whether item captions are interpreted as html or plain text.
- isHtmlContentAllowed() - Method in class com.vaadin.ui.Notification
-
Checks whether caption and description are interpreted as HTML or plain text.
- isHtmlContentAllowed() - Method in class com.vaadin.ui.RadioButtonGroup
-
Checks whether captions are interpreted as html or plain text.
- isHtmlContentAllowed() - Method in class com.vaadin.ui.renderers.ButtonRenderer
-
Gets whether the data should be rendered as HTML (instead of text).
- isIE() - Method in class com.vaadin.client.BrowserInfo
- isIE() - Method in class com.vaadin.server.WebBrowser
-
Tests whether the user is using Internet Explorer.
- isIE() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is Internet Explorer.
- 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.
- isImmediateMode() - Method in class com.vaadin.ui.Upload
-
Returns the immediate mode of the upload.
- isImplEnabled() - Method in class com.vaadin.client.Profiler.EnabledProfiler
- isImplEnabled() - Method in class com.vaadin.client.Profiler
-
Overridden in
Profiler.EnabledProfiler
to makeProfiler.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.
- isIndeterminate() - Method in class com.vaadin.ui.ProgressBar
-
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.
- isInitRequest(VaadinRequest) - Method in class com.vaadin.server.communication.ServletUIInitHandler
- isInitRequest(VaadinRequest) - Method in class com.vaadin.server.communication.UIInitHandler
- isInMemory() - Method in class com.vaadin.data.provider.AbstractBackEndHierarchicalDataProvider
- isInMemory() - Method in interface com.vaadin.data.provider.BackEndDataProvider
- isInMemory() - Method in interface com.vaadin.data.provider.DataProvider
-
Gets whether the DataProvider content all available in memory or does it use some external backend.
- isInMemory() - Method in class com.vaadin.data.provider.DataProviderWrapper
- isInMemory() - Method in interface com.vaadin.data.provider.InMemoryDataProvider
- isInRange(Date, Date, Date, DateResolution) - Static method in class com.vaadin.client.DateTimeService
- isInternalErrorNotificationEnabled() - Method in class com.vaadin.server.SystemMessages
- isInternalTransportType(String) - Static method in class com.vaadin.server.JsonCodec
- isInternalType(Type) - Static method in class com.vaadin.server.JsonCodec
- isInterrupted() - Method in interface com.vaadin.server.StreamVariable
-
If this method returns true while the content is being streamed the Terminal to stop receiving current upload.
- 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.
- isIOS() - Method in class com.vaadin.server.WebBrowser
-
Tests if the browser is run in iOS.
- isIOS() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is run in iOS.
- isIOS6() - Method in class com.vaadin.client.BrowserInfo
-
Checks if the browser is run on iOS 6.
- isIPad() - Method in class com.vaadin.server.WebBrowser
-
Tests if the browser is run on IPad.
- isIPad() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is run on iPad.
- isIPhone() - Method in class com.vaadin.server.WebBrowser
-
Tests if the browser is run on IPhone.
- isIPhone() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is run on iPhone.
- 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?
- isKeySelected(String) - Method in class com.vaadin.ui.components.grid.SingleSelectionModelImpl
-
Returns whether the given key maps to the currently selected item.
- 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
- isLeft() - Method in class com.vaadin.shared.ui.AlignmentInfo
- isLeft() - Method in class com.vaadin.ui.Alignment
-
Checks if component is aligned to the left of the available space.
- 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?
- isLegacyPrefixEnabled() - Method in class com.vaadin.ui.declarative.DesignContext
-
Check whether the legacy prefix "v" or the default prefix "vaadin" should be used when writing designs.
- isLegacyVariableChange(MethodInvocation) - Static method in class com.vaadin.client.communication.ServerRpcQueue
-
Checks if the given method invocation represents a Vaadin 6 variable change.
- isLegacyVariableChange(String, String) - Static method in class com.vaadin.shared.communication.LegacyChangeVariablesInvocation
- isLenient() - Method in class com.vaadin.ui.AbstractDateField
-
Returns whether date/time interpretation is lenient.
- isLinux() - Method in class com.vaadin.server.WebBrowser
-
Tests whether the user is using Linux.
- isLinux() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is run on Linux.
- isLoadingIndicatorVisible() - Method in class com.vaadin.client.ApplicationConnection
-
Deprecated.As of 7.1. Use
ApplicationConnection.getLoadingIndicator()
andVLoadingIndicator.isVisible()
.isVisible() instead. - isLocked() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
-
Checks whether the scrollbar bundle is locked or not.
- isLocked() - Method in class com.vaadin.ui.AbstractSplitPanel
-
Is the SplitPanel handle locked (user not allowed to change split position by dragging).
- isLoop() - Method in class com.vaadin.ui.AbstractMedia
- isMacOSX() - Method in class com.vaadin.server.WebBrowser
-
Tests whether the user is using Mac OS X.
- isMacOSX() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is run on Mac OSX.
- isMaxValueIncluded() - Method in class com.vaadin.data.validator.RangeValidator
-
Returns whether the maximum value is part of the accepted range.
- isMessage() - Method in enum com.vaadin.client.communication.DefaultConnectionStateHandler.Type
- isMetaKey() - Method in class com.vaadin.event.MouseEvents.ClickEvent
-
Checks if the Meta key was down when the mouse event took place.
- isMetaKey() - Method in class com.vaadin.shared.MouseEventDetails
- isMetaKey() - Method in class com.vaadin.ui.Button.ClickEvent
-
Checks if the Meta key was down when the mouse event took place.
- isMiddle() - Method in class com.vaadin.ui.Alignment
-
Checks if component is aligned middle (vertically center) of the available space.
- 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.
- isMinimumWidthFromContent() - Method in class com.vaadin.ui.Grid.Column
-
Gets whether the width of the contents in the column should be considered minimum width for this column.
- isMinValueIncluded() - Method in class com.vaadin.data.validator.RangeValidator
-
Returns whether the minimum value is part of the accepted range.
- isMobileHtml5DndEnabled() - Method in class com.vaadin.ui.UI
-
Returns whether HTML5 DnD extensions
DragSourceExtension
andDropTargetExtension
and alike should be enabled for mobile devices. - isMobileHTML5DndEnabled() - Method in class com.vaadin.client.ui.ui.UIConnector
-
Returns whether HTML5 DnD extensions
DragSourceExtensionConnector
andDropTargetExtensionConnector
and alike should be enabled for mobile devices. - isModal() - Method in interface com.vaadin.client.communication.ReconnectDialog
-
Checks the modality of the dialog.
- isModal() - Method in class com.vaadin.ui.AbstractColorPicker
-
Checks the modality of the dialog.
- isModal() - Method in class com.vaadin.ui.Window
- 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 providedresolution
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
- isMuted() - Method in class com.vaadin.ui.AbstractMedia
- 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.
- isNavigateRun() - Method in class com.vaadin.navigator.ViewBeforeLeaveEvent
-
Checks if the navigate command has been executed.
- 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
- isNew() - Method in class com.vaadin.server.WrappedHttpSession
- isNew() - Method in interface com.vaadin.server.WrappedSession
-
Returns true if the client does not yet know about the session or if the client chooses not to join the session.
- 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
- isOk() - Method in class com.vaadin.data.BinderValidationStatus
-
Gets whether validation for the binder passed or not.
- 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.
- isOpen() - Method in interface com.vaadin.ui.components.grid.Editor
-
Returns whether Editor is open or not.
- isOpen() - Method in class com.vaadin.ui.components.grid.EditorImpl
- 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
- isOpera() - Method in class com.vaadin.server.WebBrowser
-
Tests whether the user is using Opera.
- isOpera() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is Opera.
- isOpera10() - Method in class com.vaadin.client.BrowserInfo
- isOpera11() - Method in class com.vaadin.client.BrowserInfo
- isOrExtendsType(Class<?>) - Method in class com.vaadin.event.ListenerMethod
-
Compares the type of this ListenerMethod to the given type.
- isOrHasAncestor(Component) - Method in class com.vaadin.ui.AbstractComponent
-
Determine whether a
content
component is equal to, or the ancestor of this component. - isOtherSessionLocked(VaadinSession) - Static method in class com.vaadin.server.VaadinService
-
Checks whether there might be some
VaadinSession
other than the provided one for which the current thread holds a lock. - isOverrideContentType() - Method in class com.vaadin.server.FileDownloader
-
Checks whether the content type should be overridden.
- isPending() - Method in interface com.vaadin.ui.UI.DelayedCallbackRegistration
-
Returns
true
if the callback operation is still waiting to be executed. - isPending(String) - Method in class com.vaadin.client.ui.VComboBox.DataReceivedHandler
- isPhantomJS() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is PhantomJS.
- isPinned() - Method in class com.vaadin.client.data.AbstractRemoteDataSource.RowHandleImpl
- isPinned(T) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
- isPopupVisible() - Method in class com.vaadin.ui.PopupView
-
Return whether the popup is visible.
- isPopupVisible() - Method in class com.vaadin.ui.PopupView.PopupVisibilityEvent
-
Returns the current visibility of the popup.
- isPreservedOnRefresh(UICreateEvent) - Method in class com.vaadin.server.UIProvider
-
Checks whether the same UI state should be reused if the framework can detect that the application is opened in a browser window where it has previously been open.
- isPresto() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is using the Presto engine.
- isPreventInvalidInput() - Method in class com.vaadin.ui.AbstractDateField
-
Check whether value change is emitted when user input value does not meet integrated range validator.
- 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.
- isProductionMode() - Method in class com.vaadin.server.DefaultDeploymentConfiguration
-
Returns whether Vaadin is in production mode.
- isProductionMode() - Method in interface com.vaadin.server.DeploymentConfiguration
-
Returns whether Vaadin is in production mode.
- isPublishedFileRequest(VaadinRequest) - Static method in class com.vaadin.server.ServletPortletHelper
-
Deprecated.
- isPushRequest(VaadinRequest) - Static method in class com.vaadin.server.ServletPortletHelper
-
Deprecated.
- isQuietDebugMode() - Static method in class com.vaadin.client.ApplicationConfiguration
-
Checks whether debug logging should be quiet.
- isReadAndWriteOutsideSessionLock() - Method in class com.vaadin.server.communication.UidlRequestHandler
- isReadAndWriteOutsideSessionLock() - Method in class com.vaadin.server.SynchronizedRequestHandler
-
Returns whether request body should be read and the response written without holding
VaadinSession
lock. - 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.
- isReadOnly() - Method in interface com.vaadin.data.Binder.Binding
-
Gets the current read-only status for this Binding.
- isReadOnly() - Method in class com.vaadin.data.Binder.BindingImpl
- isReadOnly() - Method in interface com.vaadin.data.HasValue
-
Returns whether this
HasValue
is in read-only mode or not. - isReadOnly() - Method in class com.vaadin.data.ReadOnlyHasValue
- isReadOnly() - Method in class com.vaadin.ui.AbstractComponent
-
Returns the read-only status from the state of this
AbstractComponent
. - isReadOnly() - Method in class com.vaadin.ui.AbstractField
- isReadOnly() - Method in class com.vaadin.ui.AbstractMultiSelect
- isReadOnly() - Method in class com.vaadin.ui.AbstractSingleSelect
- isReadOnly() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPopup
- isReadOnly() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPreview
- isReadOnly() - Method in class com.vaadin.ui.components.grid.GridMultiSelect
- isReadOnly() - Method in class com.vaadin.ui.components.grid.GridSingleSelect
- isReadOnly() - Method in class com.vaadin.ui.Grid
- 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.
- isRelativeHeight(AbstractComponentState) - Static method in class com.vaadin.shared.ui.ComponentStateUtil
- 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.
- isRelativeWidth(AbstractComponentState) - Static method in class com.vaadin.shared.ui.ComponentStateUtil
- isRendered(Component) - Method in interface com.vaadin.ui.SelectiveRenderer
-
Checks if the child component should be rendered (sent to the client side).
- isRendered(Component) - Method in class com.vaadin.ui.TabSheet
- 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
- isRequiredIndicatorVisible() - Method in interface com.vaadin.data.HasValue
-
Checks whether the required indicator is visible.
- isRequiredIndicatorVisible() - Method in class com.vaadin.data.ReadOnlyHasValue
- isRequiredIndicatorVisible() - Method in class com.vaadin.ui.AbstractComponent
-
Checks whether the required indicator is visible or not.
- isRequiredIndicatorVisible() - Method in class com.vaadin.ui.AbstractField
- isRequiredIndicatorVisible() - Method in class com.vaadin.ui.AbstractMultiSelect
- isRequiredIndicatorVisible() - Method in class com.vaadin.ui.AbstractSingleSelect
- isRequiredIndicatorVisible() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPopup
- isRequiredIndicatorVisible() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPreview
- isRequiredIndicatorVisible() - Method in class com.vaadin.ui.components.grid.GridMultiSelect
- isRequiredIndicatorVisible() - Method in class com.vaadin.ui.components.grid.GridSingleSelect
- isResizable() - Method in class com.vaadin.client.widgets.Grid.Column
-
Returns whether this column can be resized by the user.
- isResizable() - Method in class com.vaadin.ui.Grid.Column
-
Returns whether this column can be resized by the user.
- isResizable() - Method in class com.vaadin.ui.Window
- isResizeLazy() - Method in class com.vaadin.ui.UI
-
Checks whether lazy resize is enabled.
- isResizeLazy() - Method in class com.vaadin.ui.Window
- 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. - 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. - isResponsive() - Method in class com.vaadin.ui.AbstractComponent
-
Returns true if the component is responsive.
- isResynchronize() - Method in class com.vaadin.server.communication.ServerRpcHandler.RpcRequest
-
Checks if this is a request to resynchronize the client side.
- isRight() - Method in class com.vaadin.shared.ui.AlignmentInfo
- isRight() - Method in class com.vaadin.ui.Alignment
-
Checks if component is aligned to the right of the available space.
- 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.
- isRunning() - Method in class com.vaadin.server.LegacyApplication
-
Deprecated.
- isSafari() - Method in class com.vaadin.client.BrowserInfo
- isSafari() - Method in class com.vaadin.server.WebBrowser
-
Tests whether the user is using Safari.
- isSafari() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is Safari.
- 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.
- isSafariOrIOS() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is Safari or runs on IOS (covering also Chrome on iOS).
- 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.
- isScrollToSelectedItem() - Method in class com.vaadin.ui.ComboBox
-
Returns true if the select should find the page with the selected item when opening the popup.
- isSecure() - Method in interface com.vaadin.server.VaadinRequest
-
Checks whether the request was made using a secure channel, e.g.
- isSecureConnection() - Method in class com.vaadin.server.WebBrowser
-
Is the connection made using HTTPS?
- 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.
- isSelectAllCheckBoxVisible() - Method in class com.vaadin.ui.components.grid.GridMultiSelect
-
Returns whether the select all checkbox will be visible with the current setting of
GridMultiSelect.setSelectAllCheckBoxVisibility(SelectAllCheckBoxVisibility)
. - isSelectAllCheckBoxVisible() - Method in interface com.vaadin.ui.components.grid.MultiSelectionModel
-
Returns whether the select all checkbox will be visible with the current setting of
MultiSelectionModel.setSelectAllCheckBoxVisibility(SelectAllCheckBoxVisibility)
. - isSelectAllCheckBoxVisible() - Method in class com.vaadin.ui.components.grid.MultiSelectionModelImpl
- 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.
- isSelected(T) - Method in interface com.vaadin.data.SelectionModel
-
Returns whether the given item is currently selected.
- isSelected(T) - Method in class com.vaadin.ui.AbstractMultiSelect
- isSelected(T) - Method in class com.vaadin.ui.AbstractSingleSelect
-
Returns whether the given item is currently selected.
- isSelected(T) - Method in class com.vaadin.ui.components.grid.GridSingleSelect
-
Returns whether the given item is currently selected.
- isSelected(T) - Method in class com.vaadin.ui.components.grid.MultiSelectionModelImpl
- isSelected(T) - Method in class com.vaadin.ui.components.grid.SingleSelectionModelImpl
- isSelected(T) - Method in interface com.vaadin.ui.MultiSelect
-
Returns whether the given item is currently 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
- isSendUrlsAsParameters() - Method in class com.vaadin.server.DefaultDeploymentConfiguration
-
Returns whether the sending of URL's as GET and POST parameters in requests with content-type
application/x-www-form-urlencoded
is enabled or not. - isSendUrlsAsParameters() - Method in interface com.vaadin.server.DeploymentConfiguration
-
Returns whether the sending of URL's as GET and POST parameters in requests with content-type
application/x-www-form-urlencoded
is enabled or not. - isSeparator - Variable in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- isSeparator() - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- isSeparator() - Method in class com.vaadin.ui.MenuBar.MenuItem
- isSessionExpiredNotificationEnabled() - Method in class com.vaadin.server.SystemMessages
- isShiftKey() - Method in class com.vaadin.event.MouseEvents.ClickEvent
-
Checks if the Shift key was down when the mouse event took place.
- isShiftKey() - Method in class com.vaadin.shared.MouseEventDetails
- isShiftKey() - Method in class com.vaadin.ui.Button.ClickEvent
-
Checks if the Shift key was down when the mouse event took place.
- 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.
- isShowControls() - Method in class com.vaadin.ui.AbstractMedia
- 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.
- isShowISOWeekNumbers() - Method in class com.vaadin.ui.AbstractDateField
-
Checks whether ISO 8601 week numbers are shown in the date selector.
- 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.
- isSortable() - Method in class com.vaadin.ui.Grid.Column
-
Gets whether sorting is enabled for this column.
- isSortableByUser() - Method in class com.vaadin.ui.Grid.Column
-
Gets whether the user can actually sort this column.
- isSpacerVisible() - Method in class com.vaadin.client.widget.escalator.events.SpacerVisibilityChangedEvent
-
Gets whether the spacer element is displayed.
- isSpacing() - Method in class com.vaadin.ui.AbstractOrderedLayout
- isSpacing() - Method in class com.vaadin.ui.GridLayout
- isSpacing() - Method in interface com.vaadin.ui.Layout.SpacingHandler
- isSplitPositionReversed() - Method in class com.vaadin.ui.AbstractSplitPanel
-
Is the split position reversed.
- isStandalone() - Method in class com.vaadin.client.ApplicationConfiguration
- isStandalone(VaadinRequest) - Method in class com.vaadin.server.VaadinService
-
Checks whether the UI will be rendered on its own in the browser or whether it will be included into some other context.
- isStandalone(VaadinRequest) - Method in class com.vaadin.server.VaadinServletService
- isStaticResourceRequest(HttpServletRequest) - Method in class com.vaadin.server.VaadinServlet
- isString(Object) - Static method in class com.vaadin.client.WidgetUtil
-
Returns whether the given object is a string.
- isSubsetOf(Range) - Method in class com.vaadin.shared.Range
-
Checks whether this range is a subset of another range.
- 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
- isSyncIdCheckEnabled() - Method in class com.vaadin.server.DefaultDeploymentConfiguration
-
Returns whether sync id checking is enabled.
- isSyncIdCheckEnabled() - Method in interface com.vaadin.server.DeploymentConfiguration
-
Returns whether sync id checking is enabled.
- isTabCaptionsAsHtml() - Method in class com.vaadin.client.ui.VTabsheetBase
-
Checks whether captions are rendered as HTML The default is false, i.e.
- isTabCaptionsAsHtml() - Method in class com.vaadin.ui.TabSheet
-
Checks whether HTML is allowed in the tab captions.
- isTabStopEnabled() - Method in class com.vaadin.ui.Window
-
Get if it is prevented to leave a window with the tab key.
- isTabsVisible() - Method in class com.vaadin.ui.TabSheet
-
Checks if the tab selection part should be shown in the UI.
- isTextFieldEnabled() - Method in class com.vaadin.client.ui.VAbstractPopupCalendar
-
Checks whether the text field is enabled.
- isTextFieldEnabled() - Method in class com.vaadin.ui.DateField
-
Checks whether the text field is enabled (default) or not.
- isTextFieldEnabled() - Method in class com.vaadin.ui.DateTimeField
-
Checks whether the text field is enabled (default) or not.
- isTextInputAllowed() - Method in class com.vaadin.ui.ComboBox
-
Returns true if the user can enter text into the field to either filter the selections or enter a new value if new item provider or handler is set (see
ComboBox.setNewItemProvider(NewItemProvider)
(recommended) andComboBox.setNewItemHandler(NewItemHandler)
(deprecated)). - isThis(Object) - Method in class com.vaadin.server.AbstractClientConnector
-
Deprecated.only defined for framework hacks, do not use.
- 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.
- isTooOldToFunctionProperly() - Method in class com.vaadin.server.WebBrowser
-
Checks if the browser is so old that it simply won't work with a Vaadin application.
- isTooOldToFunctionProperly() - Method in class com.vaadin.shared.VBrowserDetails
-
Checks if the browser is so old that it simply won't work with a Vaadin application.
- isTop() - Method in class com.vaadin.shared.ui.AlignmentInfo
- isTop() - Method in class com.vaadin.ui.Alignment
-
Checks if component is aligned to the top of the available space.
- isTouchDevice() - Method in class com.vaadin.client.BrowserInfo
- isTouchDevice() - Method in class com.vaadin.server.WebBrowser
- 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.As of 7.4.0, use
WidgetUtil.isTouchEventOrLeftMouseButton(Event)
instead. - 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.
- isTrident() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is using the Trident engine.
- 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
- isType(Class<?>) - Method in class com.vaadin.event.ListenerMethod
-
Compares the type of this ListenerMethod to the given type.
- isUIActive(UI) - Method in class com.vaadin.server.VaadinService
-
Returns whether the given UI is active (the client-side actively communicates with the server) or whether it can be removed from the session and eventually collected.
- isUIDLRequest(VaadinRequest) - Static method in class com.vaadin.server.ServletPortletHelper
-
Deprecated.
- isUIElement(String) - Static method in class com.vaadin.client.componentlocator.LocatorUtil
-
Checks if path refers to vaadin UI element com.vaadin.ui.UI.
- isUIInitRequest(VaadinRequest) - Static method in class com.vaadin.server.communication.ServletUIInitHandler
- 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.
- isUndefinedHeight(AbstractComponentState) - Static method in class com.vaadin.shared.ui.ComponentStateUtil
- 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.
- isUndefinedWidth(AbstractComponentState) - Static method in class com.vaadin.shared.ui.ComponentStateUtil
- isUnloadBeaconRequest() - Method in class com.vaadin.server.communication.ServerRpcHandler.RpcRequest
-
Check if request contains an unload request through Beacon API
- 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?
- isUpdateValueOnClick() - Method in class com.vaadin.ui.Slider
-
Returns whether the slider updates its value on user click.
- isUpdatingState() - Method in class com.vaadin.client.communication.MessageHandler
-
Checks whether state changes are currently being processed.
- isUploading() - Method in class com.vaadin.ui.Upload
- isUserInRole(String) - Method in interface com.vaadin.server.VaadinRequest
-
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
- 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.
- isUserOriginated() - Method in class com.vaadin.data.HasValue.ValueChangeEvent
- isUserOriginated() - Method in class com.vaadin.event.CollapseEvent
- isUserOriginated() - Method in class com.vaadin.event.ExpandEvent
- isUserOriginated() - Method in interface com.vaadin.event.HasUserOriginated
-
Returns whether this event was triggered by user interaction, on the client side, or programmatically, on the server side.
- isUserOriginated() - Method in class com.vaadin.event.SortEvent
- isUserOriginated() - Method in class com.vaadin.ui.AbstractSplitPanel.SplitPositionChangeEvent
-
Returns whether this event was triggered by user interaction, on the client side, or programmatically, on the server side.
- isUserOriginated() - Method in class com.vaadin.ui.Grid.ColumnReorderEvent
-
Returns
true
if the column reorder was done by the user,false
if not and it was triggered by server side code. - isUserOriginated() - Method in class com.vaadin.ui.Grid.ColumnResizeEvent
-
Returns
true
if the column resize was done by the user,false
if not and it was triggered by server side code. - isUserOriginated() - Method in class com.vaadin.ui.Grid.ColumnVisibilityChangeEvent
- isUserOriginated() - Method in class com.vaadin.ui.Notification.CloseEvent
- isUserOriginated() - Method in class com.vaadin.ui.TabSheet.SelectedTabChangeEvent
-
Returns whether this event was triggered by user interaction, on the client side, or programmatically, on the server side.
- isUserSelectionAllowed() - Method in class com.vaadin.ui.components.grid.AbstractSelectionModel
- isUserSelectionAllowed() - Method in class com.vaadin.ui.components.grid.GridMultiSelect
-
Checks if the user is allowed to change the selection.
- isUserSelectionAllowed() - Method in interface com.vaadin.ui.components.grid.GridSelectionModel
-
Checks if the user is allowed to change the selection.
- isUserSelectionAllowed() - Method in class com.vaadin.ui.components.grid.GridSingleSelect
-
Checks if the user is allowed to change the selection.
- isUserSelectionAllowed() - Method in class com.vaadin.ui.components.grid.NoSelectionModel
- isUsingThoroughSizeCheck() - Method in class com.vaadin.ui.UI
-
Returns whether LayoutManager uses thorough size check that evaluates the presence of the element and uses calculated size, or defaults to a slightly faster check that can result in incorrect size information if the check is triggered while a transform animation is ongoing.
- isVaadinServlet(ServletRegistration, ServletContext) - Method in class com.vaadin.server.communication.JSR356WebsocketInitializer
-
Tries to determine if the given servlet registration refers to a Vaadin servlet.
- isValid() - Method in class com.vaadin.data.Binder
-
Runs all currently configured field level validators, as well as all bean level validators if a bean is currently set with
Binder.setBean(Object)
, and returns whether any of the validators failed. - isValid(String) - Method in class com.vaadin.data.validator.RegexpValidator
-
Returns whether the given string matches the regular expression.
- isValid(T) - Method in class com.vaadin.data.validator.RangeValidator
-
Returns whether the given value lies in the valid range.
- isValidatorsDisabled() - Method in interface com.vaadin.data.Binder.Binding
-
Returns if validators are currently disabled or not
- isValidatorsDisabled() - Method in class com.vaadin.data.Binder.BindingImpl
- isValidatorsDisabled() - Method in class com.vaadin.data.Binder
-
Returns if the validators including bean level validators are disabled or enabled for this Binder.
- isValidForLegacyLocator(String) - Method in class com.vaadin.client.componentlocator.ComponentLocator
-
Check if a given selector is valid for LegacyLocatorStrategy.
- isVerticalCenter() - Method in class com.vaadin.shared.ui.AlignmentInfo
- 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.
- isVisible() - Method in class com.vaadin.ui.AbstractComponent
- isVisible() - Method in interface com.vaadin.ui.Component
-
Tests the visibility property of the component.
- isVisible() - Method in class com.vaadin.ui.components.grid.StaticSection
-
Gets the visibility of this section.
- isVisible() - Method in class com.vaadin.ui.MenuBar.MenuItem
- isVisible() - Method in interface com.vaadin.ui.TabSheet.Tab
-
Returns the visible status for the tab.
- isVisible() - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- 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
- isWebKit() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is using the WebKit engine.
- 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
- isWidthUndefined() - Method in class com.vaadin.ui.Grid.Column
-
Returns whether this column has an undefined width.
- isWildcard() - Method in class com.vaadin.client.componentlocator.SelectorPredicate
- isWindows() - Method in class com.vaadin.server.WebBrowser
-
Tests whether the user is using Windows.
- isWindows() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is run on Windows.
- isWindowsPhone() - Method in class com.vaadin.server.WebBrowser
-
Tests whether the user is using Windows Phone.
- isWindowsPhone() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is run on Windows Phone.
- isWordWrap() - Method in class com.vaadin.ui.TextArea
-
Tests if the text area is in word-wrap mode.
- 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
- isWritingResponse() - Method in class com.vaadin.ui.ConnectorTracker
-
Checks whether the response is currently being written.
- isXsrfProtectionEnabled() - Method in class com.vaadin.server.DefaultDeploymentConfiguration
-
Returns whether cross-site request forgery protection is enabled.
- isXsrfProtectionEnabled() - Method in interface com.vaadin.server.DeploymentConfiguration
-
Returns whether cross-site request forgery protection is enabled.
- 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 providedresolution
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
- ITALIC - com.vaadin.icons.VaadinIcons
- ITALIC - com.vaadin.server.FontAwesome
-
Deprecated.
- ITEM_CLICK_EVENT_ID - Static variable in class com.vaadin.shared.ui.grid.GridConstants
-
Event ID for item click events.
- ITEM_PREFIX - Static variable in class com.vaadin.shared.ui.dnd.criteria.Payload
-
Prefix of the payload data type.
- ItemCaptionGenerator<T> - Interface in com.vaadin.ui
-
ItemCaptionGenerator
can be used to customize the string shown to the user for an item. - itemClick(VMenuBar.CustomMenuItem) - Method in class com.vaadin.client.ui.VMenuBar
-
When an item is clicked.
- itemClick(Grid.ItemClick<T>) - Method in interface com.vaadin.ui.components.grid.ItemClickListener
-
Invoked when this listener receives a item click event from a Grid to which it has been added.
- itemClick(Tree.ItemClick<T>) - Method in interface com.vaadin.ui.Tree.ItemClickListener
-
Invoked when this listener receives a item click event from a Tree to which it has been added.
- itemClick(String, String, MouseEventDetails, int) - Method in interface com.vaadin.shared.ui.grid.GridServerRpc
-
Informs the server that an item has been clicked in Grid.
- ItemClick(Grid<T>, Grid.Column<T, ?>, T, MouseEventDetails, int) - Constructor for class com.vaadin.ui.Grid.ItemClick
-
Creates a new
ItemClick
event containing the given item and Column originating from the given Grid. - ItemClick(Tree<T>, T, MouseEventDetails) - Constructor for class com.vaadin.ui.Tree.ItemClick
-
Constructs a new item click.
- ItemClickListener<T> - Interface in com.vaadin.ui.components.grid
-
A listener for item click events.
- itemCollapse(CollapseEvent<T>) - Method in interface com.vaadin.event.CollapseEvent.CollapseListener
-
Callback method for when an item has been collapsed.
- ItemCollapseAllowedProvider<T> - Interface in com.vaadin.ui
-
A callback interface for resolving whether client-side collapsing should be allowed for an item in a listing component that displays hierarchical data, such as
TreeGrid
. - itemExpand(ExpandEvent<T>) - Method in interface com.vaadin.event.ExpandEvent.ExpandListener
-
Callback method for when an item has been expanded.
- 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.
- iterator() - Method in class com.vaadin.server.CompositeErrorMessage
-
Gets Error Iterator.
- iterator() - Method in class com.vaadin.ui.AbsoluteLayout
-
Gets an iterator for going through all components enclosed in the absolute layout.
- iterator() - Method in class com.vaadin.ui.AbstractOrderedLayout
-
Gets the component container iterator for going trough all the components in the container.
- iterator() - Method in class com.vaadin.ui.AbstractSingleComponentContainer
- iterator() - Method in class com.vaadin.ui.AbstractSplitPanel
-
Gets an iterator to the collection of contained components.
- iterator() - Method in class com.vaadin.ui.Composite
- iterator() - Method in class com.vaadin.ui.CssLayout
-
Gets the component container iterator for going trough all the components in the container.
- iterator() - Method in class com.vaadin.ui.CustomComponent
- iterator() - Method in class com.vaadin.ui.CustomField
- iterator() - Method in class com.vaadin.ui.CustomLayout
-
Gets the component container iterator for going trough all the components in the container.
- iterator() - Method in class com.vaadin.ui.Grid
-
Gets an iterator to the collection of contained components.
- iterator() - Method in class com.vaadin.ui.GridLayout
-
Gets an Iterator for the components contained in the layout.
- iterator() - Method in interface com.vaadin.ui.HasComponents
-
Gets an iterator to the collection of contained components.
- iterator() - Method in class com.vaadin.ui.PopupView
-
This class only contains other components when the popup is showing.
- iterator() - Method in class com.vaadin.ui.TabSheet
-
Gets the component container iterator for going through all the components (tab contents).
- iterator() - Method in class com.vaadin.ui.UI
J
- J - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- JavaScript - Class in com.vaadin.ui
-
Provides access to JavaScript functionality in the web browser.
- JavaScript - Annotation Type in com.vaadin.annotations
-
If this annotation is present on a
ClientConnector
class, the framework ensures the referenced JavaScript files are loaded before the init method for the corresponding client-side connector is invoked. - JavaScript() - Constructor for class com.vaadin.ui.JavaScript
-
Creates a new JavaScript object.
- JAVASCRIPT - com.vaadin.ui.Dependency.Type
- JavaScript.JavaScriptCallbackRpc - Interface in com.vaadin.ui
- JavaScriptCallbackHelper - Class in com.vaadin.server
-
Internal helper class used to implement functionality common to
AbstractJavaScriptComponent
andAbstractJavaScriptExtension
. - JavaScriptCallbackHelper(AbstractClientConnector) - Constructor for class com.vaadin.server.JavaScriptCallbackHelper
- JavaScriptComponentConnector - Class in com.vaadin.client.ui
-
A connector class for JavaScript components.
- JavaScriptComponentConnector() - Constructor for class com.vaadin.client.ui.JavaScriptComponentConnector
- JavaScriptComponentState - Class in com.vaadin.shared.ui
- JavaScriptComponentState() - Constructor for class com.vaadin.shared.ui.JavaScriptComponentState
- JavaScriptConnectorHelper - Class in com.vaadin.client
- JavaScriptConnectorHelper(ServerConnector) - Constructor for class com.vaadin.client.JavaScriptConnectorHelper
- JavaScriptConnectorState - Interface in com.vaadin.shared
- JavaScriptExtension - Class in com.vaadin.client
- JavaScriptExtension() - Constructor for class com.vaadin.client.JavaScriptExtension
- JavaScriptExtensionState - Class in com.vaadin.shared
- JavaScriptExtensionState() - Constructor for class com.vaadin.shared.JavaScriptExtensionState
- JavaScriptFunction - Interface in com.vaadin.ui
-
Defines a method that is called by a client-side JavaScript function.
- JavaScriptManagerConnector - Class in com.vaadin.client.extensions.javascriptmanager
- JavaScriptManagerConnector() - Constructor for class com.vaadin.client.extensions.javascriptmanager.JavaScriptManagerConnector
- JavaScriptManagerState - Class in com.vaadin.shared.extension.javascriptmanager
- JavaScriptManagerState() - Constructor for class com.vaadin.shared.extension.javascriptmanager.JavaScriptManagerState
- 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.
- join(FooterCell...) - Method in class com.vaadin.ui.components.grid.Footer.Row
-
Merges column cells in the row.
- join(FooterCell...) - Method in interface com.vaadin.ui.components.grid.FooterRow
-
Merges column cells in the row.
- join(HeaderCell...) - Method in class com.vaadin.ui.components.grid.Header.Row
-
Merges column cells in the row.
- join(HeaderCell...) - Method in interface com.vaadin.ui.components.grid.HeaderRow
-
Merges column cells in the row.
- join(Grid.Column<?, ?>...) - Method in class com.vaadin.ui.components.grid.Footer.Row
- join(Grid.Column<?, ?>...) - Method in interface com.vaadin.ui.components.grid.FooterRow
-
Merges cells corresponding to the given columns in the row.
- join(Grid.Column<?, ?>...) - Method in class com.vaadin.ui.components.grid.Header.Row
- join(Grid.Column<?, ?>...) - Method in interface com.vaadin.ui.components.grid.HeaderRow
-
Merges cells corresponding to the given columns in the row.
- join(String...) - Method in class com.vaadin.ui.components.grid.Footer.Row
- join(String...) - Method in interface com.vaadin.ui.components.grid.FooterRow
-
Merges cells corresponding to the given column ids in the row.
- join(String...) - Method in class com.vaadin.ui.components.grid.Header.Row
- join(String...) - Method in interface com.vaadin.ui.components.grid.HeaderRow
-
Merges cells corresponding to the given column ids in the row.
- join(String[], String) - Static method in class com.vaadin.shared.util.SharedUtil
-
Joins the words in the input array together into a single string by inserting the separator string between each word.
- join(Set<FooterCell>) - Method in class com.vaadin.ui.components.grid.Footer.Row
-
Merges column cells in the row.
- join(Set<FooterCell>) - Method in interface com.vaadin.ui.components.grid.FooterRow
-
Merges column cells in the row.
- join(Set<HeaderCell>) - Method in class com.vaadin.ui.components.grid.Header.Row
-
Merges column cells in the row.
- join(Set<HeaderCell>) - Method in interface com.vaadin.ui.components.grid.HeaderRow
-
Merges column cells in the row.
- JOOMLA - com.vaadin.server.FontAwesome
-
Deprecated.
- JPY - com.vaadin.server.FontAwesome
-
Deprecated.
- JsArrayObject<T> - Class in com.vaadin.client
- JsArrayObject() - Constructor for class com.vaadin.client.JsArrayObject
- JSFIDDLE - com.vaadin.server.FontAwesome
-
Deprecated.
- 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 aJsonValue
. - JSON_COMMUNICATION_PREFIX - Static variable in class com.vaadin.client.communication.MessageHandler
- JSON_COMMUNICATION_SUFFIX - Static variable in class com.vaadin.client.communication.MessageHandler
- JSON_CONTENT_TYPE - Static variable in class com.vaadin.shared.JsonConstants
- json2jso(JsonValue) - Static method in class com.vaadin.client.Util
-
Converts a
JsonValue
into a nativeJavaScriptObject
. - JsonCodec - Class in com.vaadin.server
-
Decoder for converting RPC parameters and other values from JSON in transfer between the client and the server and vice versa.
- JsonCodec.BeanProperty - Interface in com.vaadin.server
- JsonConstants - Class in com.vaadin.shared
- JsonConstants() - Constructor for class com.vaadin.shared.JsonConstants
- 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.
- jsonEquals(JsonValue, JsonValue) - Static method in class com.vaadin.server.JsonCodec
-
Compares two json values for deep equality.
- JSONKEY_CELLDESCRIPTION - Static variable in class com.vaadin.shared.ui.grid.GridState
-
The key in which a cell's description can be found.
- JSONKEY_CELLSTYLES - Static variable in class com.vaadin.shared.ui.grid.GridState
-
The key in which a generated styles for a row's cells can be found.
- JSONKEY_DATA - Static variable in class com.vaadin.shared.ui.grid.GridState
-
The key in which a row's data can be found.
- JSONKEY_DETAILS_VISIBLE - Static variable in class com.vaadin.shared.ui.grid.GridState
-
The key that tells whether details are visible for the row.
- JSONKEY_DRAG_DATA - Static variable in class com.vaadin.shared.ui.grid.GridDragSourceState
-
Json key for storing data for a dragged row.
- JSONKEY_ITEM_DESCRIPTION - Static variable in class com.vaadin.shared.ui.ListingJsonConstants
- JSONKEY_ITEM_DISABLED - Static variable in class com.vaadin.shared.ui.ListingJsonConstants
- JSONKEY_ITEM_ICON - Static variable in class com.vaadin.shared.ui.ListingJsonConstants
- JSONKEY_ITEM_SELECTED - Static variable in class com.vaadin.shared.ui.ListingJsonConstants
- JSONKEY_ITEM_VALUE - Static variable in class com.vaadin.shared.ui.ListingJsonConstants
- JSONKEY_ROWDESCRIPTION - Static variable in class com.vaadin.shared.ui.grid.GridState
-
The key in which a row's description can be found.
- JSONKEY_ROWKEY - Static variable in class com.vaadin.shared.ui.grid.GridState
-
The key in which a row's own key can be found.
- JSONKEY_ROWSTYLE - Static variable in class com.vaadin.shared.ui.grid.GridState
-
The key in which a row's generated style can be found.
- JSONKEY_SELECTED - Static variable in class com.vaadin.shared.ui.grid.GridState
-
The key that tells whether row is selected or not.
- JsonPaintTarget - Class in com.vaadin.server
-
User Interface Description Language Target.
- JsonPaintTarget(LegacyCommunicationManager, Writer, boolean) - Constructor for class com.vaadin.server.JsonPaintTarget
-
Creates a new JsonPaintTarget.
- 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.
- JSONSerializer<T> - Interface in com.vaadin.server.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.
- JSR356WebsocketInitializer - Class in com.vaadin.server.communication
-
Initializer class for JSR 356 websockets.
- JSR356WebsocketInitializer() - Constructor for class com.vaadin.server.communication.JSR356WebsocketInitializer
- JSR356WebsocketInitializer.FakeServletConfig - Class in com.vaadin.server.communication
-
"ServletConfig" which only provides information from a
ServletRegistration
and itsServletContext
. - 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
- K - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- key - Variable in class com.vaadin.shared.ui.tabsheet.TabState
- key(T) - Method in interface com.vaadin.data.provider.DataKeyMapper
-
Gets the key for data object.
- key(V) - Method in class com.vaadin.server.KeyMapper
-
Gets key for an object.
- KEY - com.vaadin.icons.VaadinIcons
- KEY - com.vaadin.server.FontAwesome
-
Deprecated.
- KEY - Static variable in class com.vaadin.shared.data.DataCommunicatorConstants
- KEY_O - com.vaadin.icons.VaadinIcons
- KEYBOARD - com.vaadin.icons.VaadinIcons
- KEYBOARD_O - com.vaadin.icons.VaadinIcons
- KEYBOARD_O - com.vaadin.server.FontAwesome
-
Deprecated.
- 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
-
Deprecated.use
DefaultEditorEventHandler.KEYCODE_CLOSE
instead - 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
-
Deprecated.use
DefaultEditorEventHandler.KEYCODE_OPEN
instead - keyMapper - Variable in class com.vaadin.ui.TabSheet
-
Mapper between server-side component instances (tab contents) and keys given to the client that identify tabs.
- KeyMapper<V> - Class in com.vaadin.server
-
KeyMapper
is the simple two-way map for generating textual keys for objects and retrieving the objects later with the key. - KeyMapper() - Constructor for class com.vaadin.server.KeyMapper
-
Constructs a new mapper with trivial
identifierGetter
. - KeyMapper(ValueProvider<V, Object>) - Constructor for class com.vaadin.server.KeyMapper
-
Constructs a new mapper.
- keyPressHandler - Variable in class com.vaadin.client.ui.VRichTextArea
-
For internal use only.
- keyToItem(String) - Method in class com.vaadin.ui.AbstractSingleSelect
-
Returns the item that the given key is assigned to, or
null
if there is no such item. - KRW - com.vaadin.server.FontAwesome
-
Deprecated.
L
- L - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- label - Variable in class com.vaadin.client.communication.DefaultReconnectDialog
- Label - Class in com.vaadin.ui
-
Label component for showing non-editable short texts.
- Label() - Constructor for class com.vaadin.ui.Label
-
Creates an empty Label.
- Label(String) - Constructor for class com.vaadin.ui.Label
-
Creates a new instance with text content mode and the given text.
- Label(String, ContentMode) - Constructor for class com.vaadin.ui.Label
-
Creates a new instance with the given text and content mode.
- LABEL_BOLD - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Bolder font weight.
- LABEL_COLORED - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Colored text.
- LABEL_FAILURE - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Failure badge style.
- LABEL_H1 - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Header style for main application headings.
- LABEL_H2 - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Header style for different sections in the application.
- LABEL_H3 - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Header style for different sub-sections in the application.
- LABEL_H4 - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Header style for different sub-sections in the application.
- LABEL_HUGE - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Huge font size.
- LABEL_LARGE - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Large font size.
- LABEL_LIGHT - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Lighter font weight.
- LABEL_NO_MARGIN - Static variable in class com.vaadin.ui.themes.ValoTheme
-
A utility style that can be combined with the
ValoTheme.LABEL_H1
,ValoTheme.LABEL_H2
,ValoTheme.LABEL_H3
andValoTheme.LABEL_H4
styles to remove the default margins from the header. - LABEL_SMALL - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Small font size.
- LABEL_SPINNER - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Spinner style.
- LABEL_SUCCESS - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Success badge style.
- LABEL_TINY - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Tiny font size.
- 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
- LabelState - Class in com.vaadin.shared.ui.label
- LabelState() - Constructor for class com.vaadin.shared.ui.label.LabelState
- labelStyles - Variable in class com.vaadin.shared.ui.checkbox.CheckBoxState
- LANGUAGE - com.vaadin.server.FontAwesome
-
Deprecated.
- LAPTOP - com.vaadin.icons.VaadinIcons
- LAPTOP - com.vaadin.server.FontAwesome
-
Deprecated.
- 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.
- LASTFM - com.vaadin.server.FontAwesome
-
Deprecated.
- LASTFM_SQUARE - com.vaadin.server.FontAwesome
-
Deprecated.
- lastNewItemString - Variable in class com.vaadin.client.ui.VComboBox
-
Stores the last new item string to avoid double submissions.
- lastOnly() - Method in annotation type com.vaadin.shared.annotations.Delayed
-
By setting lastOnly to
true
, any previous invocations of the same method will be removed from the queue when a new invocation is added. - lastProcessingTime - Variable in class com.vaadin.client.communication.MessageHandler
-
Holds the time spent rendering the last request.
- latestDelayedCallbackID - Variable in class com.vaadin.shared.ui.ui.UIState
-
The latest ID for a delayed callback.
- 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
- Layout - Interface in com.vaadin.ui
-
Extension to the
ComponentContainer
interface which adds the layouting control to the elements in the container. - LAYOUT - com.vaadin.icons.VaadinIcons
- LAYOUT_CARD - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Make a layout look like the Panel component (resembles visually a card).
- LAYOUT_CLICK_EVENT_IDENTIFIER - Static variable in interface com.vaadin.shared.EventId
- LAYOUT_COMPONENT_GROUP - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Add this style name to a CssLayout to create a grouped set of components, i.e.
- LAYOUT_HORIZONTAL_WRAPPING - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Make a HorizontalLayout wrap contained components to a new line when the isn't enough space.
- LAYOUT_WELL - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Make a layout look like the
ValoTheme.PANEL_WELL
style. - Layout.AlignmentHandler - Interface in com.vaadin.ui
-
AlignmentHandler is most commonly an advanced
Layout
that can align its components. - Layout.MarginHandler - Interface in com.vaadin.ui
-
This type of layout supports automatic addition of margins (space around its components).
- Layout.SpacingHandler - Interface in com.vaadin.ui
-
This type of layout supports automatic addition of space between its components.
- layoutClick(LayoutEvents.LayoutClickEvent) - Method in interface com.vaadin.event.LayoutEvents.LayoutClickListener
-
Layout has been clicked.
- layoutClick(MouseEventDetails, Connector) - Method in interface com.vaadin.shared.ui.LayoutClickRpc
-
Called when a layout click event has occurred and there are server side listeners for the event.
- LayoutClickEvent(Component, MouseEventDetails, Component, Component) - Constructor for class com.vaadin.event.LayoutEvents.LayoutClickEvent
- 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
- LayoutClickRpc - Interface in com.vaadin.shared.ui
- 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.
- LayoutEvents - Interface in com.vaadin.event
- LayoutEvents.LayoutClickEvent - Class in com.vaadin.event
-
An event fired when the layout has been clicked.
- LayoutEvents.LayoutClickListener - Interface in com.vaadin.event
- LayoutEvents.LayoutClickNotifier - Interface in com.vaadin.event
-
The interface for adding and removing
LayoutClickEvent
listeners. - 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
- LAZY - com.vaadin.shared.ui.Connect.LoadStyle
-
Loaded to the client only if needed.
- LAZY - com.vaadin.shared.ui.ValueChangeMode
-
On every user event, schedule a server-side event after a defined interval, cancelling the currently-scheduled event if any.
- LEAF - com.vaadin.server.FontAwesome
-
Deprecated.
- LEANPUB - com.vaadin.server.FontAwesome
-
Deprecated.
- leave(double) - Method in class com.vaadin.client.Profiler.Node
- leave(String) - Static method in class com.vaadin.client.Profiler
-
Leaves a named block.
- LEAVE - com.vaadin.shared.ui.dd.DragEventType
- LEFT - com.vaadin.client.ui.orderedlayout.CaptionPosition
-
Caption placed to left.
- LEFT - com.vaadin.client.widget.grid.DefaultEditorEventHandler.CursorMoveDelta
- LEFT - com.vaadin.shared.MouseEventDetails.MouseButton
- LEFT - com.vaadin.shared.ui.dd.HorizontalDropLocation
- LEFT - Static variable in class com.vaadin.shared.ui.AlignmentInfo
- leftColumnCaption - Variable in class com.vaadin.shared.ui.twincolselect.TwinColSelectState
- LegacyApplication - Class in com.vaadin.server
-
Deprecated.As of 7.0. This class is only intended to ease migration and should not be used for new projects.
- LegacyApplication() - Constructor for class com.vaadin.server.LegacyApplication
-
Deprecated.
- LegacyApplicationUIProvider - Class in com.vaadin.server
-
Deprecated.As of 7.0. Used only to support LegacyApplication - will be removed when LegacyApplication support is removed.
- LegacyApplicationUIProvider() - Constructor for class com.vaadin.server.LegacyApplicationUIProvider
-
Deprecated.
- LegacyChangeVariablesInvocation - Class in com.vaadin.shared.communication
- LegacyChangeVariablesInvocation(String, String, Object) - Constructor for class com.vaadin.shared.communication.LegacyChangeVariablesInvocation
- LegacyCommunicationManager - Class in com.vaadin.server
-
Deprecated.As of 7.0. Will likely change or be removed in a future version
- LegacyCommunicationManager(VaadinSession) - Constructor for class com.vaadin.server.LegacyCommunicationManager
-
Deprecated.TODO New constructor - document me!
- LegacyCommunicationManager.ClientCache - Class in com.vaadin.server
-
Deprecated.As of 7.1. See #11410.
- LegacyCommunicationManager.InvalidUIDLSecurityKeyException - Exception in com.vaadin.server
-
Deprecated.As of 7.1. Will be removed in the future.
- LegacyComponent - Interface in com.vaadin.ui
-
Deprecated.As of 7.0. This class is only intended to ease migration and should not be used for new projects.
- 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
- LegacyPaint - Class in com.vaadin.server
- LegacyUidlWriter - Class in com.vaadin.server.communication
-
Serializes legacy UIDL changes to JSON.
- LegacyUidlWriter() - Constructor for class com.vaadin.server.communication.LegacyUidlWriter
- LegacyVaadinServlet - Class in com.vaadin.server
- LegacyVaadinServlet() - Constructor for class com.vaadin.server.LegacyVaadinServlet
- LegacyWindow - Class in com.vaadin.ui
-
Deprecated.
- LegacyWindow() - Constructor for class com.vaadin.ui.LegacyWindow
-
Deprecated.Create a new legacy window.
- LegacyWindow(String) - Constructor for class com.vaadin.ui.LegacyWindow
-
Deprecated.Creates a new legacy window with the given caption.
- LegacyWindow(String, ComponentContainer) - Constructor for class com.vaadin.ui.LegacyWindow
-
Deprecated.Creates a legacy window with the given caption and content layout.
- LEGAL - com.vaadin.server.FontAwesome
-
Deprecated.
- LEMON_O - com.vaadin.server.FontAwesome
-
Deprecated.
- length() - Method in class com.vaadin.shared.Range
-
The number of integers contained in the range.
- lenient - Variable in class com.vaadin.client.ui.VAbstractTextualDate
-
For internal use only.
- lenient - Variable in class com.vaadin.shared.ui.datefield.AbstractDateFieldState
-
Whether the date/time interpretation is lenient.
- LEVEL_DOWN - com.vaadin.icons.VaadinIcons
- LEVEL_DOWN - com.vaadin.server.FontAwesome
-
Deprecated.
- LEVEL_DOWN_BOLD - com.vaadin.icons.VaadinIcons
- LEVEL_LEFT - com.vaadin.icons.VaadinIcons
- LEVEL_LEFT_BOLD - com.vaadin.icons.VaadinIcons
- LEVEL_RIGHT - com.vaadin.icons.VaadinIcons
- LEVEL_RIGHT_BOLD - com.vaadin.icons.VaadinIcons
- LEVEL_UP - com.vaadin.icons.VaadinIcons
- LEVEL_UP - com.vaadin.server.FontAwesome
-
Deprecated.
- LEVEL_UP_BOLD - com.vaadin.icons.VaadinIcons
- LIFE_BOUY - com.vaadin.server.FontAwesome
-
Deprecated.
- LIFE_BUOY - com.vaadin.server.FontAwesome
-
Deprecated.
- LIFE_RING - com.vaadin.server.FontAwesome
-
Deprecated.
- LIFE_SAVER - com.vaadin.server.FontAwesome
-
Deprecated.
- LIFEBUOY - com.vaadin.icons.VaadinIcons
- LIGHTBULB - com.vaadin.icons.VaadinIcons
- LIGHTBULB_O - com.vaadin.server.FontAwesome
-
Deprecated.
- LINE_BAR_CHART - com.vaadin.icons.VaadinIcons
- LINE_CHART - com.vaadin.icons.VaadinIcons
- LINE_CHART - com.vaadin.server.FontAwesome
-
Deprecated.
- LINE_H - com.vaadin.icons.VaadinIcons
- LINE_V - com.vaadin.icons.VaadinIcons
- lineNumber - Variable in class com.vaadin.server.ComponentSizeValidator.FileLocation
- LINES - com.vaadin.icons.VaadinIcons
- LINES_LIST - com.vaadin.icons.VaadinIcons
- Link - Class in com.vaadin.ui
-
Link is used to create external or internal URL links.
- Link() - Constructor for class com.vaadin.ui.Link
-
Creates a new link.
- Link(String, Resource) - Constructor for class com.vaadin.ui.Link
-
Creates a new instance of Link.
- Link(String, Resource, String, int, int, BorderStyle) - Constructor for class com.vaadin.ui.Link
-
Creates a new instance of Link that opens a new window.
- LINK - com.vaadin.icons.VaadinIcons
- LINK - com.vaadin.server.FontAwesome
-
Deprecated.
- LINK - com.vaadin.shared.ui.dnd.DropEffect
-
A link is established to the source at the new location.
- LINK - com.vaadin.shared.ui.dnd.EffectAllowed
-
A link may be established to the source at the new location.
- LINK_LARGE - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Large size link.
- LINK_MOVE - com.vaadin.shared.ui.dnd.EffectAllowed
-
A link or move operation is permitted.
- LINK_SMALL - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Small size link.
- 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
- LinkConstants - Class in com.vaadin.shared.ui.link
- LinkConstants() - Constructor for class com.vaadin.shared.ui.link.LinkConstants
- LINKEDIN - com.vaadin.server.FontAwesome
-
Deprecated.
- LINKEDIN_SQUARE - com.vaadin.server.FontAwesome
-
Deprecated.
- LinkState - Class in com.vaadin.shared.ui.link
- LinkState() - Constructor for class com.vaadin.shared.ui.link.LinkState
- LINUX - com.vaadin.server.FontAwesome
-
Deprecated.
- LINUX - com.vaadin.shared.VBrowserDetails.OperatingSystem
- LIST - com.vaadin.icons.VaadinIcons
- LIST - com.vaadin.server.FontAwesome
-
Deprecated.
- LIST_ALT - com.vaadin.server.FontAwesome
-
Deprecated.
- LIST_OL - com.vaadin.icons.VaadinIcons
- LIST_OL - com.vaadin.server.FontAwesome
-
Deprecated.
- LIST_SELECT - com.vaadin.icons.VaadinIcons
- LIST_UL - com.vaadin.icons.VaadinIcons
- LIST_UL - com.vaadin.server.FontAwesome
-
Deprecated.
- ListDataProvider<T> - Class in com.vaadin.data.provider
-
DataProvider
wrapper forCollection
s. - ListDataProvider(Collection<T>) - Constructor for class com.vaadin.data.provider.ListDataProvider
-
Constructs a new ListDataProvider.
- 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.
- ListenerMethod - Class in com.vaadin.event
-
One registered event listener.
- ListenerMethod(Class<?>, SerializableEventListener, Method) - Constructor for class com.vaadin.event.ListenerMethod
-
Constructs a new event listener from a trigger method.
- ListenerMethod(Class<?>, SerializableEventListener, Method, Object[]) - Constructor for class com.vaadin.event.ListenerMethod
-
Constructs a new event listener from the trigger method and it's arguments.
- ListenerMethod(Class<?>, SerializableEventListener, Method, Object[], int) - Constructor for class com.vaadin.event.ListenerMethod
-
Constructs a new event listener from a trigger method, it's arguments and the argument index specifying which one is replaced with the event object when the trigger method is called.
- ListenerMethod(Class<?>, SerializableEventListener, String) - Constructor for class com.vaadin.event.ListenerMethod
-
Constructs a new event listener from a trigger method name.
- ListenerMethod(Class<?>, SerializableEventListener, String, Object[]) - Constructor for class com.vaadin.event.ListenerMethod
-
Constructs a new event listener from a trigger method name and it's arguments.
- ListenerMethod(Class<?>, SerializableEventListener, String, Object[], int) - Constructor for class com.vaadin.event.ListenerMethod
-
Constructs a new event listener from a trigger method name, it's arguments and the argument index specifying which one is replaced with the event object.
- ListenerMethod(Class<?>, Object, Method) - Constructor for class com.vaadin.event.ListenerMethod
-
Deprecated.
- ListenerMethod(Class<?>, Object, Method, Object[]) - Constructor for class com.vaadin.event.ListenerMethod
-
Deprecated.
- ListenerMethod(Class<?>, Object, Method, Object[], int) - Constructor for class com.vaadin.event.ListenerMethod
-
Deprecated.
- ListenerMethod(Class<?>, Object, String) - Constructor for class com.vaadin.event.ListenerMethod
-
Deprecated.
- ListenerMethod(Class<?>, Object, String, Object[]) - Constructor for class com.vaadin.event.ListenerMethod
-
Deprecated.
- ListenerMethod(Class<?>, Object, String, Object[], int) - Constructor for class com.vaadin.event.ListenerMethod
-
Deprecated.
- ListenerMethod.MethodException - Exception in com.vaadin.event
-
Exception that wraps an exception thrown by an invoked method.
- listenProgress() - Method in interface com.vaadin.server.StreamVariable
-
Whether the
StreamVariable.onProgress(StreamingProgressEvent)
method should be called during the upload. - ListingJsonConstants - Class in com.vaadin.shared.ui
-
JSON key constants for common listing item attributes in server-client communication.
- ListingJsonConstants() - Constructor for class com.vaadin.shared.ui.ListingJsonConstants
- ListSelect<T> - Class in com.vaadin.ui
-
This is a simple list select without, for instance, support for new items, lazyloading, and other advanced features.
- ListSelect() - Constructor for class com.vaadin.ui.ListSelect
-
Constructs a new ListSelect.
- ListSelect(String) - Constructor for class com.vaadin.ui.ListSelect
-
Constructs a new ListSelect with the given caption.
- ListSelect(String, DataProvider<T, ?>) - Constructor for class com.vaadin.ui.ListSelect
-
Constructs a new ListSelect with caption and data provider for options.
- ListSelect(String, Collection<T>) - Constructor for class com.vaadin.ui.ListSelect
-
Constructs a new ListSelect with caption and the given options.
- ListSelectConnector - Class in com.vaadin.client.ui.listselect
-
Client side connector for
ListSelect
component. - ListSelectConnector() - Constructor for class com.vaadin.client.ui.listselect.ListSelectConnector
- ListSelectState - Class in com.vaadin.shared.ui.listselect
-
Shared state for ListSelect component.
- ListSelectState() - Constructor for class com.vaadin.shared.ui.listselect.ListSelectState
- 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
- loadingIndicatorConfiguration - Variable in class com.vaadin.shared.ui.ui.UIState
- LoadingIndicatorConfiguration - Interface in com.vaadin.ui
-
Provides method for configuring the loading indicator.
- LoadingIndicatorConfigurationState() - Constructor for class com.vaadin.shared.ui.ui.UIState.LoadingIndicatorConfigurationState
- loadScript(String, ResourceLoader.ResourceLoadListener) - Method in class com.vaadin.client.ResourceLoader
-
Load a script and notify a listener when the script is loaded.
- loadSession(WrappedSession) - Method in class com.vaadin.server.VaadinService
-
Called when the VaadinSession should be loaded from the underlying HTTP session.
- loadStyle() - Method in annotation type com.vaadin.shared.ui.Connect
-
Depending on the used WidgetMap generator, these optional hints may be used to define how the client side components are loaded by the browser.
- 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.
- LOCAL_ID_ATTRIBUTE - Static variable in class com.vaadin.ui.declarative.DesignContext
- LocalDateFieldState - Class in com.vaadin.shared.ui.datefield
-
Shared state for the DateField component.
- LocalDateFieldState() - Constructor for class com.vaadin.shared.ui.datefield.LocalDateFieldState
- LocalDateRenderer - Class in com.vaadin.ui.renderers
-
A renderer for presenting date values.
- LocalDateRenderer() - Constructor for class com.vaadin.ui.renderers.LocalDateRenderer
-
Creates a new LocalDateRenderer.
- LocalDateRenderer(SerializableSupplier<DateTimeFormatter>) - Constructor for class com.vaadin.ui.renderers.LocalDateRenderer
-
Creates a new LocalDateRenderer.
- LocalDateRenderer(SerializableSupplier<DateTimeFormatter>, String) - Constructor for class com.vaadin.ui.renderers.LocalDateRenderer
-
Creates a new LocalDateRenderer.
- LocalDateRenderer(String) - Constructor for class com.vaadin.ui.renderers.LocalDateRenderer
-
Creates a new LocalDateRenderer.
- LocalDateRenderer(String, Locale) - Constructor for class com.vaadin.ui.renderers.LocalDateRenderer
-
Creates a new LocalDateRenderer.
- LocalDateRenderer(String, Locale, String) - Constructor for class com.vaadin.ui.renderers.LocalDateRenderer
-
Creates a new LocalDateRenderer.
- LocalDateRenderer(DateTimeFormatter) - Constructor for class com.vaadin.ui.renderers.LocalDateRenderer
-
Deprecated.the method is unsafe for serialization, may produce troubles in a cluster environment
- LocalDateRenderer(DateTimeFormatter, String) - Constructor for class com.vaadin.ui.renderers.LocalDateRenderer
-
Deprecated.the method is unsafe for serialization, may produce troubles in acluster environment
- LocalDateRendererConnector - Class in com.vaadin.client.connectors.grid
-
A connector for LocalDateRenderer.
- LocalDateRendererConnector() - Constructor for class com.vaadin.client.connectors.grid.LocalDateRendererConnector
- LocalDateRendererState - Class in com.vaadin.shared.ui.grid.renderers
-
Shared state of LocalDateRenderer.
- LocalDateRendererState() - Constructor for class com.vaadin.shared.ui.grid.renderers.LocalDateRendererState
- LocalDateTimeFieldState - Class in com.vaadin.shared.ui.datefield
-
Shared state for the DateTimeField component.
- LocalDateTimeFieldState() - Constructor for class com.vaadin.shared.ui.datefield.LocalDateTimeFieldState
- LocalDateTimeRenderer - Class in com.vaadin.ui.renderers
-
A renderer for presenting
LocalDateTime
objects. - LocalDateTimeRenderer() - Constructor for class com.vaadin.ui.renderers.LocalDateTimeRenderer
-
Creates a new LocalDateTimeRenderer.
- LocalDateTimeRenderer(SerializableSupplier<DateTimeFormatter>) - Constructor for class com.vaadin.ui.renderers.LocalDateTimeRenderer
-
Creates a new LocalDateTimeRenderer.
- LocalDateTimeRenderer(SerializableSupplier<DateTimeFormatter>, String) - Constructor for class com.vaadin.ui.renderers.LocalDateTimeRenderer
-
Creates a new LocalDateTimeRenderer.
- LocalDateTimeRenderer(String) - Constructor for class com.vaadin.ui.renderers.LocalDateTimeRenderer
-
Creates a new LocalDateTimeRenderer.
- LocalDateTimeRenderer(String, Locale) - Constructor for class com.vaadin.ui.renderers.LocalDateTimeRenderer
-
Creates a new LocalDateTimeRenderer.
- LocalDateTimeRenderer(String, Locale, String) - Constructor for class com.vaadin.ui.renderers.LocalDateTimeRenderer
-
Creates a new LocalDateTimeRenderer.
- LocalDateTimeRenderer(DateTimeFormatter) - Constructor for class com.vaadin.ui.renderers.LocalDateTimeRenderer
-
Deprecated.the method is unsafe for serialization, may produce troubles in a cluster environment
- LocalDateTimeRenderer(DateTimeFormatter, String) - Constructor for class com.vaadin.ui.renderers.LocalDateTimeRenderer
-
Deprecated.the method is unsafe for serialization, may produce troubles in acluster environment
- LocalDateTimeRendererConnector - Class in com.vaadin.client.connectors.grid
-
A connector for LocalDateTimeRenderer.
- LocalDateTimeRendererConnector() - Constructor for class com.vaadin.client.connectors.grid.LocalDateTimeRendererConnector
- LocalDateTimeRendererState - Class in com.vaadin.shared.ui.grid.renderers
-
Shared state of LocalDateTimeRenderer.
- LocalDateTimeRendererState() - Constructor for class com.vaadin.shared.ui.grid.renderers.LocalDateTimeRendererState
- LocalDateTimeToDateConverter - Class in com.vaadin.data.converter
-
A converter that converts between
LocalDateTime
andDate
. - LocalDateTimeToDateConverter(ZoneId) - Constructor for class com.vaadin.data.converter.LocalDateTimeToDateConverter
-
Creates a new converter using the given time zone.
- LocalDateToDateConverter - Class in com.vaadin.data.converter
-
A converter that converts between
LocalDate
andDate
. - LocalDateToDateConverter() - Constructor for class com.vaadin.data.converter.LocalDateToDateConverter
-
Creates a new converter using the system's default time zone.
- LocalDateToDateConverter(ZoneId) - Constructor for class com.vaadin.data.converter.LocalDateToDateConverter
-
Creates a new converter using the given time zone.
- locale - Variable in class com.vaadin.shared.ui.datefield.AbstractDateFieldState
-
The used Locale, can be
null
. - localeData - Variable in class com.vaadin.shared.ui.ui.UIState.LocaleServiceState
- LocaleData() - Constructor for class com.vaadin.shared.ui.ui.UIState.LocaleData
- LocaleNotLoadedException - Exception in com.vaadin.client
- LocaleNotLoadedException(String) - Constructor for exception com.vaadin.client.LocaleNotLoadedException
- LocaleService - Class in com.vaadin.client
-
Date / time etc.
- LocaleService - Class in com.vaadin.server
-
Server side service which handles locale and the transmission of locale date to the client side LocaleService.
- LocaleService() - Constructor for class com.vaadin.client.LocaleService
- LocaleService(UI, UIState.LocaleServiceState) - Constructor for class com.vaadin.server.LocaleService
-
Creates a LocaleService bound to the given UI.
- localeServiceState - Variable in class com.vaadin.shared.ui.ui.UIState
-
State related to the LocaleService class.
- LocaleServiceState() - Constructor for class com.vaadin.shared.ui.ui.UIState.LocaleServiceState
- LOCATION_ARROW - com.vaadin.icons.VaadinIcons
- LOCATION_ARROW - com.vaadin.server.FontAwesome
-
Deprecated.
- LOCATION_ARROW_CIRCLE - com.vaadin.icons.VaadinIcons
- LOCATION_ARROW_CIRCLE_O - com.vaadin.icons.VaadinIcons
- LocationInfo(Map<String, URL>, Map<String, URL>) - Constructor for class com.vaadin.server.widgetsetutils.ClassPathExplorer.LocationInfo
- locationResource - Static variable in class com.vaadin.shared.ui.BrowserWindowOpenerState
- 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
- lock() - Method in class com.vaadin.server.VaadinSession
-
Locks this session to protect its data from concurrent access.
- LOCK - com.vaadin.icons.VaadinIcons
- LOCK - com.vaadin.server.FontAwesome
-
Deprecated.
- locked - Variable in class com.vaadin.shared.ui.splitpanel.AbstractSplitPanelState.SplitterState
- lockSession(WrappedSession) - Method in class com.vaadin.server.VaadinService
-
Locks the given session for this service instance.
- 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
- LOGIN_RESOURCE_NAME - Static variable in class com.vaadin.shared.ui.loginform.LoginFormConstants
- loginButtonConnector - Variable in class com.vaadin.shared.ui.loginform.LoginFormState
- LoginForm - Class in com.vaadin.ui
-
Login form with auto-completion and auto-fill for all major browsers.
- LoginForm() - Constructor for class com.vaadin.ui.LoginForm
- LoginForm.LoginEvent - Class in com.vaadin.ui
-
Event sent when the login form is submitted.
- LoginForm.LoginListener - Interface in com.vaadin.ui
-
Listener triggered when a login occurs in a
LoginForm
. - 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
- LoginFormConstants - Class in com.vaadin.shared.ui.loginform
-
Constants for LoginForm.
- LoginFormConstants() - Constructor for class com.vaadin.shared.ui.loginform.LoginFormConstants
- LoginFormRpc - Interface in com.vaadin.shared.ui.loginform
- LoginFormState - Class in com.vaadin.shared.ui.loginform
- LoginFormState() - Constructor for class com.vaadin.shared.ui.loginform.LoginFormState
- loginResource - Variable in class com.vaadin.shared.ui.loginform.LoginFormState
- 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.
- LONG_ARROW_DOWN - com.vaadin.server.FontAwesome
-
Deprecated.
- LONG_ARROW_LEFT - com.vaadin.server.FontAwesome
-
Deprecated.
- LONG_ARROW_RIGHT - com.vaadin.server.FontAwesome
-
Deprecated.
- LONG_ARROW_UP - com.vaadin.server.FontAwesome
-
Deprecated.
- LONG_POLLING - com.vaadin.shared.ui.ui.Transport
-
HTTP long polling.
- LONG_TAP_DELAY - Static variable in class com.vaadin.shared.ui.grid.GridConstants
-
Delay before a long tap action is triggered.
- LONG_TAP_THRESHOLD - Static variable in class com.vaadin.shared.ui.grid.GridConstants
-
The threshold in pixels a finger can move while long tapping.
- LongPollingCacheFilter - Class in com.vaadin.server.communication
-
A
PerRequestBroadcastFilter
implementation that handlesAtmospherePushConnection.PushMessage
s to ensure that a message is preserved in theBroadcasterCache
until the client has received it. - LongPollingCacheFilter() - Constructor for class com.vaadin.server.communication.LongPollingCacheFilter
- LongRangeValidator - Class in com.vaadin.data.validator
-
Validator for validating that an
Long
is inside a given range. - LongRangeValidator(String, Long, Long) - Constructor for class com.vaadin.data.validator.LongRangeValidator
-
Creates a validator for checking that an Long is within a given range.
- loop - Variable in class com.vaadin.shared.ui.AbstractMediaState
-
Looping of media active (true) or not.
M
- M - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- MACOSX - com.vaadin.shared.VBrowserDetails.OperatingSystem
- MAGENTA - Static variable in class com.vaadin.shared.ui.colorpicker.Color
- MAGIC - com.vaadin.icons.VaadinIcons
- MAGIC - com.vaadin.server.FontAwesome
-
Deprecated.
- MAGNET - com.vaadin.icons.VaadinIcons
- MAGNET - com.vaadin.server.FontAwesome
-
Deprecated.
- MAIL_FORWARD - com.vaadin.server.FontAwesome
-
Deprecated.
- MAIL_REPLY - com.vaadin.server.FontAwesome
-
Deprecated.
- MAIL_REPLY_ALL - com.vaadin.server.FontAwesome
-
Deprecated.
- MAILBOX - com.vaadin.icons.VaadinIcons
- main(String[]) - Static method in class com.vaadin.server.themeutils.SASSAddonImportFileCreator
- main(String[]) - Static method in class com.vaadin.server.widgetsetutils.ClassPathExplorer
-
Test method for helper tool.
- main(String[]) - Static method in class com.vaadin.server.widgetsetutils.WidgetSetBuilder
- 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.
- makeResponsive(Component...) - Static method in class com.vaadin.server.Responsive
-
Enable responsive width and height range styling for the target component or UI instance.
- makeScrollable() - Method in class com.vaadin.client.ui.VAbstractSplitPanel
-
Ensures the panels are scrollable e.g.
- makeScrollable() - Method in class com.vaadin.client.ui.VPanel
-
Ensures the panel is scrollable e.g.
- makeScrollable() - Method in class com.vaadin.client.ui.VUI
-
Ensures the widget is scrollable e.g.
- MALE - com.vaadin.icons.VaadinIcons
- MALE - com.vaadin.server.FontAwesome
-
Deprecated.
- ManagedLayout - Interface in com.vaadin.client.ui
- MANUAL - com.vaadin.shared.communication.PushMode
-
Push is enabled.
- map(SerializableFunction<R, S>) - Method in interface com.vaadin.data.Result
-
If this Result has a value, returns a Result of applying the given function to the value.
- MAP - com.vaadin.server.FontAwesome
-
Deprecated.
- MAP_MARKER - com.vaadin.icons.VaadinIcons
- MAP_MARKER - com.vaadin.server.FontAwesome
-
Deprecated.
- MAP_O - com.vaadin.server.FontAwesome
-
Deprecated.
- MAP_PIN - com.vaadin.server.FontAwesome
-
Deprecated.
- MAP_SIGNS - com.vaadin.server.FontAwesome
-
Deprecated.
- mapDefaultTypes() - Method in class com.vaadin.ui.declarative.DesignFormatter
-
Maps default types to their converters.
- MARGIN - com.vaadin.icons.VaadinIcons
- MARGIN_BOTTOM - com.vaadin.icons.VaadinIcons
- MARGIN_BOTTOM - Static variable in class com.vaadin.client.StyleConstants
- MARGIN_LEFT - com.vaadin.icons.VaadinIcons
- MARGIN_LEFT - Static variable in class com.vaadin.client.StyleConstants
- MARGIN_RIGHT - com.vaadin.icons.VaadinIcons
- MARGIN_RIGHT - Static variable in class com.vaadin.client.StyleConstants
- MARGIN_TOP - com.vaadin.icons.VaadinIcons
- MARGIN_TOP - Static variable in class com.vaadin.client.StyleConstants
- MarginInfo - Class in com.vaadin.shared.ui
-
Describes the margin settings for each edge of a Component.
- MarginInfo(boolean) - Constructor for class com.vaadin.shared.ui.MarginInfo
-
Creates a MarginInfo object with all edges set to either enabled or disabled.
- MarginInfo(boolean, boolean) - Constructor for class com.vaadin.shared.ui.MarginInfo
-
Creates a MarginInfo object by having horizontal and vertical margins specified (analogous to CSS).
- MarginInfo(boolean, boolean, boolean, boolean) - Constructor for class com.vaadin.shared.ui.MarginInfo
-
Creates a MarginInfo object by having each edge specified in clockwise order (analogous to CSS).
- MarginInfo(int) - Constructor for class com.vaadin.shared.ui.MarginInfo
-
Deprecated.use other constructors instead of this one
- MarginInfo(MarginInfo) - Constructor for class com.vaadin.shared.ui.MarginInfo
-
Creates a MarginInfo with the same values as another MarginInfo object.
- 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.
- marginsBitmask - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState
- marginsBitmask - Variable in class com.vaadin.shared.ui.orderedlayout.AbstractOrderedLayoutState
- markAllClientSidesUninitialized() - Method in class com.vaadin.ui.ConnectorTracker
-
Marks all currently registered connectors as uninitialized.
- markAllConnectorsClean() - Method in class com.vaadin.ui.ConnectorTracker
-
Mark all connectors in this uI as clean.
- markAllConnectorsDirty() - Method in class com.vaadin.ui.ConnectorTracker
-
Mark all connectors in this uI as dirty.
- markAsDirty() - Method in class com.vaadin.server.AbstractClientConnector
- markAsDirty() - Method in interface com.vaadin.server.ClientConnector
-
Marks that this connector's state might have changed.
- markAsDirty() - Method in class com.vaadin.server.DragAndDropService
-
Deprecated.
- markAsDirty() - Method in class com.vaadin.ui.components.grid.StaticSection
-
Marks the state of this section as modified.
- markAsDirty() - Method in interface com.vaadin.ui.LegacyComponent
-
Deprecated.(non-Javadoc) Marks that this connector's state might have changed.
- markAsDirty() - Method in class com.vaadin.ui.Upload
- markAsDirtyRecursive() - Method in class com.vaadin.server.AbstractClientConnector
- markAsDirtyRecursive() - Method in interface com.vaadin.server.ClientConnector
-
Causes this connector and all connectors below it to be marked as dirty.
- markAsDirtyRecursive() - Method in class com.vaadin.server.DragAndDropService
-
Deprecated.
- 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.
- markClean(ClientConnector) - Method in class com.vaadin.ui.ConnectorTracker
-
Mark the connector as clean.
- markClientSideInitialized(ClientConnector) - Method in class com.vaadin.ui.ConnectorTracker
-
Marks the given connector as initialized, meaning that the client-side state has been initialized for the connector.
- markDirty(ClientConnector) - Method in class com.vaadin.ui.ConnectorTracker
-
Mark the connector as dirty and notifies any marked as dirty listeners.
- MarkedAsDirtyConnectorEvent - Class in com.vaadin.event
-
Event which is fired for all registered MarkDirtyListeners when a connector is marked as dirty.
- MarkedAsDirtyConnectorEvent(ClientConnector, UI) - Constructor for class com.vaadin.event.MarkedAsDirtyConnectorEvent
- MarkedAsDirtyListener - Interface in com.vaadin.event
-
An interface used for listening to marked as dirty events.
- 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.
- MARS - com.vaadin.server.FontAwesome
-
Deprecated.
- MARS_DOUBLE - com.vaadin.server.FontAwesome
-
Deprecated.
- MARS_STROKE - com.vaadin.server.FontAwesome
-
Deprecated.
- MARS_STROKE_H - com.vaadin.server.FontAwesome
-
Deprecated.
- MARS_STROKE_V - com.vaadin.server.FontAwesome
-
Deprecated.
- matches(Class<?>, Object) - Method in class com.vaadin.event.ListenerMethod
-
Checks if the given object and event match with the ones stored in this listener.
- matches(Class<?>, Object, Method) - Method in class com.vaadin.event.ListenerMethod
-
Checks if the given object, event and method match with the ones stored in this listener.
- max - Variable in class com.vaadin.client.ui.VSlider
-
Maximum value of slider.
- MAX_BUFFER_SIZE - Static variable in interface com.vaadin.server.Constants
- MAX_BUFFER_SIZE - Static variable in class com.vaadin.server.SynchronizedRequestHandler
-
Maximum capacity of request body.
- MAX_CACHETIME - Static variable in class com.vaadin.server.DownloadStream
-
Maximum cache time.
- MAX_PROPERTY_NESTING_DEPTH - Static variable in class com.vaadin.data.BeanPropertySet.NestedBeanPropertyDefinition
-
Default maximum depth for scanning nested properties.
- MAXCDN - com.vaadin.server.FontAwesome
-
Deprecated.
- MAXIMIZE - com.vaadin.client.debug.internal.Icon
- MAXIMIZED - com.vaadin.shared.ui.window.WindowMode
-
Maximized mode.
- 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.
- maxLength - Variable in class com.vaadin.shared.ui.richtextarea.RichTextAreaState
-
Maximum character count in text field.
- maxLength - Variable in class com.vaadin.shared.ui.textfield.AbstractTextFieldState
-
Maximum character count in text field.
- maxPosition - Variable in class com.vaadin.shared.ui.splitpanel.AbstractSplitPanelState.SplitterState
- maxPositionUnit - Variable in class com.vaadin.shared.ui.splitpanel.AbstractSplitPanelState.SplitterState
- maxValue - Variable in class com.vaadin.shared.ui.slider.SliderState
- maxWidth - Variable in class com.vaadin.shared.ui.grid.ColumnState
-
The maximum expansion width of this column.
- maxWidth - Variable in class com.vaadin.shared.ui.ui.UIState.TooltipConfigurationState
- 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.
- MEANPATH - com.vaadin.server.FontAwesome
-
Deprecated.
- 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_ALWAYS - com.vaadin.ui.HasChildMeasurementHint.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 eitherManagedLayout
orElementResizeListener
. - MEASURE_IF_NEEDED - com.vaadin.ui.HasChildMeasurementHint.ChildMeasurementHint
-
Measure child component only if child component is a Layout or implements either ManagedLayout or ElementResizeListener.
- MEASURE_NEVER - com.vaadin.client.HasChildMeasurementHintConnector.ChildMeasurementHint
-
Never measure child components.
- MEASURE_NEVER - com.vaadin.ui.HasChildMeasurementHint.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.As of 7.4.0, use
WidgetUtil.measureHorizontalBorder(Element)
instead. - measureHorizontalBorder(Element) - Static method in class com.vaadin.client.WidgetUtil
- measureHorizontalPaddingAndBorder(Element, int) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.measureHorizontalPaddingAndBorder(Element, int)
instead. - 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.As of 7.4.0, use
WidgetUtil.measureVerticalBorder(Element)
instead. - measureVerticalBorder(Element) - Static method in class com.vaadin.client.WidgetUtil
- measureVerticalPaddingAndBorder(Element, int) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.measureVerticalPaddingAndBorder(Element, int)
instead. - measureVerticalPaddingAndBorder(Element, int) - Static method in class com.vaadin.client.WidgetUtil
- MEDAL - com.vaadin.icons.VaadinIcons
- MediaBaseConnector - Class in com.vaadin.client.ui
-
Base class for media component connectors.
- MediaBaseConnector() - Constructor for class com.vaadin.client.ui.MediaBaseConnector
- MediaControl - Interface in com.vaadin.shared.ui
-
Server to client RPC interface for controlling playback of the media.
- medium() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- MEDIUM - com.vaadin.server.FontAwesome
-
Deprecated.
- MEDKIT - com.vaadin.server.FontAwesome
-
Deprecated.
- MEGAFONE - com.vaadin.icons.VaadinIcons
- MEH_O - com.vaadin.icons.VaadinIcons
- MEH_O - com.vaadin.server.FontAwesome
-
Deprecated.
- 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
- MENU - com.vaadin.icons.VaadinIcons
- MENU_APPEAR_ON_HOVER - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Add this style name to your
responsive
valo menu
element to make it appear automatically on hover - without adding any code. - MENU_BADGE - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Add a SPAN element with this style name inside a
ValoTheme.MENU_SUBTITLE
orValoTheme.MENU_ITEM
to add an additional badge indicator to the subtitle/item. - MENU_ITEM - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Set the primary style name of a Button to this style name to create a clickable menu item in the menu.
- MENU_ITEMS - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Add this style name to the wrapper of the
ValoTheme.MENU_ITEM
buttons. - MENU_LOGO - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Set the primary style name of a Label or a Button to this style name to create an application logo.
- MENU_PART - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Add this style name to any layout and place it inside a layout with the
ValoTheme.MENU_ROOT
style to build a menu component. - MENU_PART_LARGE_ICONS - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Add this style name to any layout with the
ValoTheme.MENU_PART
style name to make any menu items inside the menu emphasize the icons more than the captions. - MENU_ROOT - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Set the primary style name of a CssLayout to this, and add any number of layouts with the
ValoTheme.MENU_PART
style inside it. - MENU_SELECTED - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Add this style name to the
ValoTheme.MENU_ITEM
Button to highlight it as selected. - MENU_SUBTITLE - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Set the primary style name of a Label or a Button to this style name to create a section divider in a menu.
- MENU_TITLE - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Add this style name to any layout to make a header area for a menu (intended to be placed in side a
ValoTheme.MENU_PART
layout). - MENU_TOGGLE - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Add this style name for your menu toggle button, which will appear when view port is narrow.
- MENU_USER - Static variable in class com.vaadin.ui.themes.ValoTheme
-
If you add MenuBar e.g.
- MENU_VISIBLE - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Add this style name to make menu appear when view port is narrow.
- MenuBar - Class in com.vaadin.client.ui.menubar
-
Deprecated.
- MenuBar - Class in com.vaadin.ui
-
A class representing a horizontal menu bar.
- MenuBar() - Constructor for class com.vaadin.client.ui.menubar.MenuBar
-
Deprecated.Creates an empty horizontal menu bar.
- MenuBar() - Constructor for class com.vaadin.ui.MenuBar
-
Constructs an empty, horizontal menu.
- MenuBar(boolean) - Constructor for class com.vaadin.client.ui.menubar.MenuBar
-
Deprecated.Creates an empty menu bar.
- MENUBAR_BORDERLESS - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Borderless menu bar.
- MENUBAR_SMALL - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Small size menu bar.
- MenuBar.Command - Interface in com.vaadin.ui
-
This interface contains the layer for menu commands of the
MenuBar
class. - MenuBar.MenuItem - Class in com.vaadin.ui
-
A composite class for menu items and sub-menus.
- 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
- MenuBarConstants - Class in com.vaadin.shared.ui.menubar
-
Deprecated.
- MenuBarConstants() - Constructor for class com.vaadin.shared.ui.menubar.MenuBarConstants
-
Deprecated.
- MenuBarState - Class in com.vaadin.shared.ui.menubar
- MenuBarState() - Constructor for class com.vaadin.shared.ui.menubar.MenuBarState
- 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.
- MenuItem(String, Resource, MenuBar.Command) - Constructor for class com.vaadin.ui.MenuBar.MenuItem
-
Constructs a new menu item that can optionally have an icon and a command associated with it.
- menuPopup - Variable in class com.vaadin.client.debug.internal.VDebugWindow
- menuSelected(MenuBar.MenuItem) - Method in interface com.vaadin.ui.MenuBar.Command
- menuVisible - Variable in class com.vaadin.client.ui.VMenuBar
- MERCURY - com.vaadin.server.FontAwesome
-
Deprecated.
- merge(Set<V>) - Method in class com.vaadin.server.KeyMapper
-
Merge Objects into the mapper.
- MESSAGE_DELIMITER - Static variable in class com.vaadin.shared.communication.PushConstants
-
The character used to mark message boundaries when messages may be split into multiple fragments.
- 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.
- META - Static variable in interface com.vaadin.event.ShortcutAction.ModifierKey
- METADATA - com.vaadin.shared.ui.PreloadMode
-
Indicates that only media metadata (e.g.
- MetadataWriter - Class in com.vaadin.server.communication
-
Serializes miscellaneous metadata to JSON.
- MetadataWriter() - Constructor for class com.vaadin.server.communication.MetadataWriter
- method - Variable in class com.vaadin.server.ComponentSizeValidator.FileLocation
- Method - Class in com.vaadin.client.metadata
- Method(Type, String) - Constructor for class com.vaadin.client.metadata.Method
- MethodEventSource - Interface in com.vaadin.event
-
Interface for classes supporting registration of methods as event receivers.
- MethodInvocation - Class in com.vaadin.shared.communication
-
Information needed by the framework to send an RPC method invocation from the client to the server or vice versa.
- MethodInvocation(String, String, String) - Constructor for class com.vaadin.shared.communication.MethodInvocation
- MethodInvocation(String, String, String, Object[]) - Constructor for class com.vaadin.shared.communication.MethodInvocation
- MICROPHONE - com.vaadin.icons.VaadinIcons
- MICROPHONE - com.vaadin.server.FontAwesome
-
Deprecated.
- MICROPHONE_SLASH - com.vaadin.server.FontAwesome
-
Deprecated.
- MIDDLE - com.vaadin.shared.MouseEventDetails.MouseButton
- MIDDLE - com.vaadin.shared.ui.dd.VerticalDropLocation
- MIDDLE - com.vaadin.shared.ui.grid.ScrollDestination
-
Scrolls so that the element is shown in the middle of the viewport.
- MIDDLE - Static variable in class com.vaadin.shared.ui.AlignmentInfo
- MIDDLE_CENTER - com.vaadin.shared.Position
- MIDDLE_CENTER - Static variable in class com.vaadin.ui.Alignment
- MIDDLE_LEFT - com.vaadin.shared.Position
- MIDDLE_LEFT - Static variable in class com.vaadin.ui.Alignment
- MIDDLE_RIGHT - com.vaadin.shared.Position
- MIDDLE_RIGHT - Static variable in class com.vaadin.ui.Alignment
- 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.
- mimeType - Variable in class com.vaadin.shared.ui.embedded.EmbeddedState
-
The MIME-type of the object.
- 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
- MINIMAL - com.vaadin.shared.ui.BorderStyle
-
A border style used for a minimal border.
- 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.
- minimumWidthFromContent - Variable in class com.vaadin.shared.ui.grid.ColumnState
-
Whether the contents define the minimum width for this column.
- minPosition - Variable in class com.vaadin.shared.ui.splitpanel.AbstractSplitPanelState.SplitterState
- minPositionUnit - Variable in class com.vaadin.shared.ui.splitpanel.AbstractSplitPanelState.SplitterState
- MINUS - com.vaadin.icons.VaadinIcons
- MINUS - com.vaadin.server.FontAwesome
-
Deprecated.
- MINUS_CIRCLE - com.vaadin.icons.VaadinIcons
- MINUS_CIRCLE - com.vaadin.server.FontAwesome
-
Deprecated.
- MINUS_CIRCLE_O - com.vaadin.icons.VaadinIcons
- MINUS_SQUARE - com.vaadin.server.FontAwesome
-
Deprecated.
- MINUS_SQUARE_LEFT_O - com.vaadin.icons.VaadinIcons
- MINUS_SQUARE_O - com.vaadin.server.FontAwesome
-
Deprecated.
- MINUTE - com.vaadin.shared.ui.datefield.DateTimeResolution
- minValue - Variable in class com.vaadin.shared.ui.slider.SliderState
- minWidth - Variable in class com.vaadin.shared.ui.grid.ColumnState
-
The minimum expansion width of this column.
- 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
- MIXCLOUD - com.vaadin.server.FontAwesome
-
Deprecated.
- MM - com.vaadin.server.Sizeable.Unit
-
Unit code representing millimeters.
- MOBILE - com.vaadin.icons.VaadinIcons
- MOBILE - com.vaadin.server.FontAwesome
-
Deprecated.
- MOBILE_BROWSER - com.vaadin.icons.VaadinIcons
- MOBILE_DND_POLYFILL_JS - Static variable in class com.vaadin.shared.ApplicationConstants
-
Name of the HTML5 DnD Polyfill JavaScript file.
- MOBILE_PHONE - com.vaadin.server.FontAwesome
-
Deprecated.
- MOBILE_RETRO - com.vaadin.icons.VaadinIcons
- modal - Variable in class com.vaadin.shared.ui.window.WindowState
- MODAL - com.vaadin.icons.VaadinIcons
- MODAL_LIST - com.vaadin.icons.VaadinIcons
- mode - Variable in class com.vaadin.shared.ui.tree.TreeRendererState
- mode - Variable in class com.vaadin.shared.ui.ui.UIState.PushConfigurationState
- MODIFIED - Static variable in class com.vaadin.client.StyleConstants
- MODIFIED_CLASSNAME - Static variable in class com.vaadin.client.ApplicationConnection
-
Deprecated.
- modifyBootstrapFragment(BootstrapFragmentResponse) - Method in interface com.vaadin.server.BootstrapListener
-
Lets this listener make changes to the fragment that makes up the actual Vaadin application.
- modifyBootstrapPage(BootstrapPageResponse) - Method in interface com.vaadin.server.BootstrapListener
-
Lets this listener make changes to the overall HTML document that will be used as the initial HTML page in a typical Servlet deployment as well as the HTTP headers in the response serving the initial HTML.
- modifyBootstrapResponse(BootstrapResponse) - Method in class com.vaadin.server.VaadinSession
-
Deprecated.As of 7.0. Will likely change or be removed in a future version
- 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
- MODX - com.vaadin.server.FontAwesome
-
Deprecated.
- MONEY - com.vaadin.icons.VaadinIcons
- MONEY - com.vaadin.server.FontAwesome
-
Deprecated.
- MONEY_DEPOSIT - com.vaadin.icons.VaadinIcons
- MONEY_EXCHANGE - com.vaadin.icons.VaadinIcons
- MONEY_WITHDRAW - com.vaadin.icons.VaadinIcons
- MONTH - com.vaadin.shared.ui.datefield.DateResolution
- MONTH - com.vaadin.shared.ui.datefield.DateTimeResolution
- monthNames - Variable in class com.vaadin.shared.ui.ui.UIState.LocaleData
- MOON - com.vaadin.icons.VaadinIcons
- MOON_O - com.vaadin.icons.VaadinIcons
- MOON_O - com.vaadin.server.FontAwesome
-
Deprecated.
- moreItem - Variable in class com.vaadin.client.ui.VMenuBar
-
For internal use only.
- MORNING - com.vaadin.icons.VaadinIcons
- MORTAR_BOARD - com.vaadin.server.FontAwesome
-
Deprecated.
- MOTORCYCLE - com.vaadin.server.FontAwesome
-
Deprecated.
- MOUSE_POINTER - com.vaadin.server.FontAwesome
-
Deprecated.
- 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
- MouseEventDetails - Class in com.vaadin.shared
-
Helper class to store and transfer mouse event details.
- MouseEventDetails() - Constructor for class com.vaadin.shared.MouseEventDetails
- MouseEventDetails.MouseButton - Enum in com.vaadin.shared
-
Constants for mouse buttons.
- MouseEventDetailsBuilder - Class in com.vaadin.client
-
Helper class for constructing a MouseEventDetails object from a
NativeEvent
. - MouseEventDetailsBuilder() - Constructor for class com.vaadin.client.MouseEventDetailsBuilder
- MouseEvents - Interface in com.vaadin.event
-
Interface that serves as a wrapper for mouse related events.
- MouseEvents.ClickEvent - Class in com.vaadin.event
-
Class for holding information about a mouse click event.
- MouseEvents.ClickListener - Interface in com.vaadin.event
-
Interface for listening for a
MouseEvents.ClickEvent
fired by aComponent
. - MouseEvents.DoubleClickEvent - Class in com.vaadin.event
-
Class for holding additional event information for DoubleClick events.
- MouseEvents.DoubleClickListener - Interface in com.vaadin.event
-
Interface for listening for a
MouseEvents.DoubleClickEvent
fired by aComponent
. - MouseHandler() - Constructor for class com.vaadin.client.debug.internal.VDebugWindow.MouseHandler
- mouseMoveHandler - Variable in class com.vaadin.client.debug.internal.VDebugWindow
- MOVE - com.vaadin.shared.ui.dnd.DropEffect
-
An item is moved to a new location.
- MOVE - com.vaadin.shared.ui.dnd.EffectAllowed
-
An item may be moved to a new location.
- MOVE_THRESHOLD - Static variable in class com.vaadin.client.ui.VButton
- MOVE_TRESHOLD - Static variable in class com.vaadin.client.debug.internal.VDebugWindow
- moveAfterSibling(T, T) - Method in class com.vaadin.data.TreeData
-
Moves an item to the position immediately after a sibling item.
- moveComponentsFrom(ComponentContainer) - Method in class com.vaadin.ui.AbstractComponentContainer
- moveComponentsFrom(ComponentContainer) - Method in interface com.vaadin.ui.ComponentContainer
-
Moves all components from an another container into this container.
- moveComponentsFrom(ComponentContainer) - Method in class com.vaadin.ui.TabSheet
-
Moves all components from another container to this container.
- moveMethod - Static variable in interface com.vaadin.ui.AbstractSplitPanel.SplitPositionChangeListener
- MOVIE - com.vaadin.icons.VaadinIcons
- MULTI - com.vaadin.ui.Grid.SelectionMode
-
Multiselection mode that maps to build-in
MultiSelectionModel
. - MULTIPART_BOUNDARY_LINE_LIMIT - Static variable in class com.vaadin.server.communication.FileUploadHandler
- MultiSelect<T> - Interface in com.vaadin.ui
-
Multi selection component which allows to select and deselect multiple items.
- MultiSelectionEvent<T> - Class in com.vaadin.event.selection
-
Event fired when the the selection changes in a
SelectionModel.Multi
. - MultiSelectionEvent(AbstractMultiSelect<T>, Set<T>, boolean) - Constructor for class com.vaadin.event.selection.MultiSelectionEvent
-
Creates a new event.
- MultiSelectionEvent(Component, MultiSelect<T>, Set<T>, boolean) - Constructor for class com.vaadin.event.selection.MultiSelectionEvent
-
Creates a new selection change event in a multiselect component.
- MultiSelectionListener<T> - Interface in com.vaadin.event.selection
-
A listener for listening for selection changes from a multiselection component.
- MultiSelectionModel<T> - Interface in com.vaadin.ui.components.grid
-
Multiselection model interface for Grid.
- MultiSelectionModel() - Constructor for class com.vaadin.client.connectors.grid.MultiSelectionModelConnector.MultiSelectionModel
- MultiSelectionModel.SelectAllCheckBoxVisibility - Enum in com.vaadin.ui.components.grid
-
State for showing the select all checkbox in the grid's default header row for the selection column.
- 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.
- MultiSelectionModelImpl<T> - Class in com.vaadin.ui.components.grid
-
Multiselection model for grid.
- MultiSelectionModelImpl() - Constructor for class com.vaadin.ui.components.grid.MultiSelectionModelImpl
- MultiSelectionModelState - Class in com.vaadin.shared.ui.grid
-
SharedState object for MultiSelectionModelImpl.
- MultiSelectionModelState() - Constructor for class com.vaadin.shared.ui.grid.MultiSelectionModelState
- 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.
- MultiSelectMode - Enum in com.vaadin.shared.ui
-
Multi select modes that controls how multi select behaves.
- MultiSelectServerRpc - Interface in com.vaadin.shared.data.selection
-
Transmits SelectionModel selection changes from the client to the server.
- MultiStepDuration() - Constructor for class com.vaadin.client.ApplicationConnection.MultiStepDuration
- MUSIC - com.vaadin.icons.VaadinIcons
- MUSIC - com.vaadin.server.FontAwesome
-
Deprecated.
- MUTE - com.vaadin.icons.VaadinIcons
- muted - Variable in class com.vaadin.shared.ui.AbstractMediaState
N
- N - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- name - Variable in class com.vaadin.shared.ui.link.LinkState
- name - Variable in class com.vaadin.shared.ui.ui.UIState.LocaleData
- NAME - Static variable in class com.vaadin.shared.data.DataCommunicatorConstants
- names - Variable in class com.vaadin.shared.extension.javascriptmanager.JavaScriptManagerState
- NATIVE_BUTTON - com.vaadin.icons.VaadinIcons
- NativeButton - Class in com.vaadin.ui
- NativeButton() - Constructor for class com.vaadin.ui.NativeButton
- NativeButton(String) - Constructor for class com.vaadin.ui.NativeButton
- NativeButton(String, Button.ClickListener) - Constructor for class com.vaadin.ui.NativeButton
- 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
- NativeButtonState - Class in com.vaadin.shared.ui.button
- NativeButtonState() - Constructor for class com.vaadin.shared.ui.button.NativeButtonState
- NativeSelect<T> - Class in com.vaadin.ui
-
A simple drop-down select component.
- NativeSelect() - Constructor for class com.vaadin.ui.NativeSelect
-
Creates a new
NativeSelect
with an empty caption and no items. - NativeSelect(String) - Constructor for class com.vaadin.ui.NativeSelect
-
Creates a new
NativeSelect
with the given caption and no items. - NativeSelect(String, DataProvider<T, ?>) - Constructor for class com.vaadin.ui.NativeSelect
-
Creates a new
NativeSelect
with the given caption, using the givenDataProvider
as the source of data items. - NativeSelect(String, Collection<T>) - Constructor for class com.vaadin.ui.NativeSelect
-
Creates a new
NativeSelect
with the given caption, containing the data items in the given collection. - 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
- NativeSelectState - Class in com.vaadin.shared.ui.nativeselect
-
Shared state for
NativeSelect
. - NativeSelectState() - Constructor for class com.vaadin.shared.ui.nativeselect.NativeSelectState
- NAV_CONTENT - Static variable in class com.vaadin.ui.themes.ValoTheme
-
When using
ValoTheme.UI_WITH_MENU
together with Navigator set this style as the primary style name to the view content placeholder layout. - NAVICON - com.vaadin.server.FontAwesome
-
Deprecated.
- navigate() - Method in class com.vaadin.navigator.ViewBeforeLeaveEvent
-
Performs the navigation which triggered the event in the first place.
- navigateTo(View, String, String) - Method in class com.vaadin.navigator.Navigator
-
Internal method activating a view, setting its parameters and calling listeners.
- navigateTo(String) - Method in class com.vaadin.navigator.Navigator
-
Navigates to a view and initialize the view with given parameters.
- NavigationStateManager - Interface in com.vaadin.navigator
-
An interface for handling interaction between
Navigator
and the browser location URI or other similar view identification and bookmarking system. - Navigator - Class in com.vaadin.navigator
-
A navigator utility that allows switching of views in a part of an application.
- Navigator() - Constructor for class com.vaadin.navigator.Navigator
-
Creates a navigator.
- Navigator(UI, NavigationStateManager, ViewDisplay) - Constructor for class com.vaadin.navigator.Navigator
-
Creates a navigator.
- Navigator(UI, ViewDisplay) - Constructor for class com.vaadin.navigator.Navigator
-
Creates a navigator that is tracking the active view using URI fragments of the
Page
containing the given UI. - Navigator(UI, ComponentContainer) - Constructor for class com.vaadin.navigator.Navigator
-
Creates a navigator that is tracking the active view using URI fragments of the
Page
containing the given UI and replacing the contents of aComponentContainer
with the active view. - Navigator(UI, SingleComponentContainer) - Constructor for class com.vaadin.navigator.Navigator
-
Creates a navigator that is tracking the active view using URI fragments of the
Page
containing the given UI and replacing the contents of aSingleComponentContainer
with the active view. - Navigator.ClassBasedViewProvider - Class in com.vaadin.navigator
-
A ViewProvider which maps a single view name to a class to instantiate for the view.
- Navigator.ComponentContainerViewDisplay - Class in com.vaadin.navigator
-
A ViewDisplay that replaces the contents of a
ComponentContainer
with the activeView
. - Navigator.EmptyView - Class in com.vaadin.navigator
-
Empty view component.
- Navigator.PushStateManager - Class in com.vaadin.navigator
-
A
NavigationStateManager
using path info, HTML5 push state andPage.PopStateEvent
s to track views and enable listening to view changes. - Navigator.SingleComponentContainerViewDisplay - Class in com.vaadin.navigator
-
A ViewDisplay that replaces the contents of a
SingleComponentContainer
with the activeView
. - Navigator.StaticViewProvider - Class in com.vaadin.navigator
-
A ViewProvider which supports mapping a single view name to a single pre-initialized view instance.
- Navigator.UriFragmentManager - Class in com.vaadin.navigator
-
A
NavigationStateManager
using hashbang fragments in the Page location URI to track views and enable listening to view changes. - 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.
- negate() - Method in interface com.vaadin.server.SerializablePredicate
-
Returns a predicate that represents the logical negation of this predicate.
- NestedBeanPropertyDefinition(BeanPropertySet<T>, PropertyDefinition<T, ?>, PropertyDescriptor) - Constructor for class com.vaadin.data.BeanPropertySet.NestedBeanPropertyDefinition
- 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
- NEUTER - com.vaadin.server.FontAwesome
-
Deprecated.
- newInstance(Class<P>, Class<M>) - Method in interface com.vaadin.data.converter.ConverterFactory
-
Attempts to create a
Converter
instance, capable to handle conversion between the given presentation and model types. - newInstance(Class<P>, Class<M>) - Method in enum com.vaadin.data.converter.DefaultConverterFactory
- newItemNotAdded(String) - Method in interface com.vaadin.shared.ui.combobox.ComboBoxClientRpc
-
Signal the client that attempt to add a new item failed.
- newLine() - Method in class com.vaadin.ui.GridLayout
-
Forces the next component to be added at the beginning of the next line.
- NEWSPAPER - com.vaadin.icons.VaadinIcons
- NEWSPAPER_O - com.vaadin.server.FontAwesome
-
Deprecated.
- NEXT_MONTH - com.vaadin.shared.ui.datefield.AbstractDateFieldState.AccessibleElement
- NEXT_YEAR - com.vaadin.shared.ui.datefield.AbstractDateFieldState.AccessibleElement
- 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.
- NodeCollapseRpc - Interface in com.vaadin.shared.ui.treegrid
-
RPC to handle client originated collapse and expand actions on hierarchical rows in TreeGrid.
- NoInputStreamEvent(Upload, String, String, long) - Constructor for class com.vaadin.ui.Upload.NoInputStreamEvent
- NoInputStreamException - Exception in com.vaadin.server
- NoInputStreamException() - Constructor for exception com.vaadin.server.NoInputStreamException
- noKeyDownEvents - Variable in class com.vaadin.client.ui.VComboBox
-
For internal use only.
- NoLayout - Annotation Type in com.vaadin.shared.annotations
-
Annotation used to mark client RPC methods, state fields, or state setter methods that should not trigger a layout phase after changes have been processed.
- NoLoadingIndicator - Annotation Type in com.vaadin.shared.annotations
-
Annotation used to mark server RPC methods for which it isn't necessary to show the loading indicator.
- 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 - com.vaadin.shared.ui.BorderStyle
-
A border style used for using no border.
- NONE - com.vaadin.shared.ui.Connect.LoadStyle
-
Completely left out of the widgetset.
- NONE - com.vaadin.shared.ui.dnd.DropEffect
-
The item may not be dropped.
- NONE - com.vaadin.shared.ui.dnd.EffectAllowed
-
The item may not be dropped.
- NONE - com.vaadin.shared.ui.PreloadMode
-
Indicates that the video/audio should not be preloaded.
- NONE - com.vaadin.ui.DragAndDropWrapper.DragStartMode
-
Deprecated.
DragAndDropWrapper
does not start drag events at all. - NONE - com.vaadin.ui.Grid.SelectionMode
-
Selection model that doesn't allow selection.
- NONE - Static variable in class com.vaadin.client.ui.VDragAndDropWrapper
- NOOP - Static variable in interface com.vaadin.ui.components.grid.SourceDataProviderUpdater
-
A NOOP updater that does not do anything for the source data provider.
- NoOutputStreamEvent(Upload, String, String, long) - Constructor for class com.vaadin.ui.Upload.NoOutputStreamEvent
- NoOutputStreamException - Exception in com.vaadin.server
- NoOutputStreamException() - Constructor for exception com.vaadin.server.NoOutputStreamException
- normal() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- NORMAL - com.vaadin.shared.ui.window.WindowMode
-
Normal mode.
- NoSelectionModel<T> - Class in com.vaadin.ui.components.grid
-
Selection model that doesn't allow selecting anything from the grid.
- NoSelectionModel() - Constructor for class com.vaadin.client.widget.grid.selection.SelectionModel.NoSelectionModel
- NoSelectionModel() - Constructor for class com.vaadin.ui.components.grid.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 - Class in com.vaadin.event.dd.acceptcriteria
-
Criterion that wraps another criterion and inverts its return value.
- Not(ClientSideCriterion) - Constructor for class com.vaadin.event.dd.acceptcriteria.Not
- NOT_EMPTY - Static variable in interface com.vaadin.data.RequiredFieldConfigurator
-
Configurator which is aware of @NotEmpty annotation presence for a property.
- NOT_EQUALS - com.vaadin.shared.ui.dnd.criteria.ComparisonOperator
-
Not equals operator ("!=").
- NOT_NULL - Static variable in interface com.vaadin.data.RequiredFieldConfigurator
-
Configurator which is aware of @NotNull annotation presence for a property.
- NOT_PRODUCTION_MODE_INFO - Static variable in interface com.vaadin.server.Constants
- NOT_STARTED - com.vaadin.client.metadata.AsyncBundleLoader.State
- NOTEBOOK - com.vaadin.icons.VaadinIcons
- Notification - Class in com.vaadin.ui
-
A notification message, used to display temporary messages to the user - for example "Document saved", or "Save failed".
- Notification(String) - Constructor for class com.vaadin.ui.Notification
-
Creates a "humanized" notification message.
- Notification(String, Notification.Type) - Constructor for class com.vaadin.ui.Notification
-
Creates a notification message of the specified type.
- Notification(String, String) - Constructor for class com.vaadin.ui.Notification
-
Creates a "humanized" notification message with a bigger caption and smaller description.
- Notification(String, String, Notification.Type) - Constructor for class com.vaadin.ui.Notification
-
Creates a notification message of the specified type, with a bigger caption and smaller description.
- Notification(String, String, Notification.Type, boolean) - Constructor for class com.vaadin.ui.Notification
-
Creates a notification message of the specified type, with a bigger caption and smaller description.
- NOTIFICATION_BAR - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Styles the notification to span the entire width of the viewport.
- NOTIFICATION_CLOSABLE - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Adds a close button to the notification to imply that the user must click on the notification to dismiss it.
- NOTIFICATION_CRITICAL_ERROR - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Styles the notification to look like
Notification.Type.ERROR_MESSAGE
, without setting the position and delay and without the close button. - NOTIFICATION_DARK - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Styles the notification to be dark variant.
- NOTIFICATION_ERROR - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Styles the notification to look like
Notification.Type.ERROR_MESSAGE
, without setting the position and delay. - NOTIFICATION_FAILURE - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Failure notification style.
- NOTIFICATION_SMALL - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Smaller padding and font size for the notification.
- NOTIFICATION_SUCCESS - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Success notification style.
- NOTIFICATION_SYSTEM - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Styles the notification to look like a system notification.
- NOTIFICATION_TRAY - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Styles the notification to look like
Notification.Type.TRAY_NOTIFICATION
, without setting the position and delay. - NOTIFICATION_WARNING - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Styles the notification to look like
Notification.Type.WARNING_MESSAGE
, without setting the position and delay. - Notification.CloseEvent - Class in com.vaadin.ui
-
Event fired when a notification is closed.
- Notification.CloseListener - Interface in com.vaadin.ui
-
An interface used for listening to Notification close events.
- Notification.Type - Enum in com.vaadin.ui
- notificationClose(Notification.CloseEvent) - Method in interface com.vaadin.ui.Notification.CloseListener
-
Use
Notification.CloseEvent.getNotification()
to get a reference to theNotification
that was closed. - NotificationConfiguration - Interface in com.vaadin.ui
-
Provides methods for configuring the notification.
- notificationConfigurations - Variable in class com.vaadin.shared.ui.ui.UIState
- 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
- notificationRole - Variable in class com.vaadin.shared.ui.ui.UIState.NotificationTypeConfiguration
- NotificationRole - Enum in com.vaadin.shared.ui.ui
-
Available WAI-ARIA roles for a notification.
- NotificationServerRpc - Interface in com.vaadin.shared.ui.notification
-
Client to server RPC interface for Notification.
- NotificationState - Class in com.vaadin.shared.ui.notification
-
Shared state for
Notification
. - NotificationState() - Constructor for class com.vaadin.shared.ui.notification.NotificationState
- NotificationTypeConfiguration() - Constructor for class com.vaadin.shared.ui.ui.UIState.NotificationTypeConfiguration
- NotificationTypeConfiguration(String, String, NotificationRole) - Constructor for class com.vaadin.shared.ui.ui.UIState.NotificationTypeConfiguration
- notifyBindingValidationStatusHandlers() - Method in class com.vaadin.data.BinderValidationStatus
-
Notifies all validation status handlers in bindings.
- notifyBindingValidationStatusHandlers(SerializablePredicate<BindingValidationStatus<?>>) - Method in class com.vaadin.data.BinderValidationStatus
-
Notifies validation status handlers for bindings that pass given filter.
- 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
- notifyMarkedAsDirtyListeners(ClientConnector) - Method in class com.vaadin.ui.ConnectorTracker
-
Notify all registered MarkedAsDirtyListeners the given client connector has been marked as dirty.
- notifyParentOfSizeChange(Widget, boolean) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.0, use
LayoutManager.setNeedsMeasure(ComponentConnector)
instead - 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.
- NULL_VALUE_REPRESENTATION - Static variable in class com.vaadin.ui.declarative.converters.DesignToStringConverter
-
A string that corresponds to how a null value is stored.
- 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.
- NUM0 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- NUM1 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- NUM2 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- NUM3 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- NUM4 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- NUM5 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- NUM6 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- NUM7 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- NUM8 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- NUM9 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- NumberRenderer - Class in com.vaadin.client.renderers
-
Renders a number into a cell using a specific
NumberFormat
. - NumberRenderer - Class in com.vaadin.ui.renderers
-
A renderer for presenting number values.
- NumberRenderer() - Constructor for class com.vaadin.client.renderers.NumberRenderer
-
Constructs a renderer for presenting number data.
- NumberRenderer() - Constructor for class com.vaadin.ui.renderers.NumberRenderer
-
Creates a new number renderer.
- NumberRenderer(NumberFormat) - Constructor for class com.vaadin.client.renderers.NumberRenderer
-
Constructs a renderer for presenting number data.
- NumberRenderer(String) - Constructor for class com.vaadin.ui.renderers.NumberRenderer
-
Creates a new number renderer.
- NumberRenderer(String, Locale) - Constructor for class com.vaadin.ui.renderers.NumberRenderer
-
Creates a new number renderer.
- NumberRenderer(String, Locale, String) - Constructor for class com.vaadin.ui.renderers.NumberRenderer
-
Creates a new number renderer.
- NumberRenderer(NumberFormat) - Constructor for class com.vaadin.ui.renderers.NumberRenderer
-
Creates a new number renderer.
- NumberRenderer(NumberFormat, String) - Constructor for class com.vaadin.ui.renderers.NumberRenderer
-
Creates a new number renderer.
- NumberRenderer(Locale) - Constructor for class com.vaadin.ui.renderers.NumberRenderer
-
Creates a new number renderer.
- NumberRendererConnector - Class in com.vaadin.client.connectors.grid
-
A connector for
NumberRenderer
. - NumberRendererConnector() - Constructor for class com.vaadin.client.connectors.grid.NumberRendererConnector
- NumberRendererState - Class in com.vaadin.shared.ui.grid.renderers
-
Shared state for HtmlRenderer.
- NumberRendererState() - Constructor for class com.vaadin.shared.ui.grid.renderers.NumberRendererState
- NUMLOCK - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- NUMPAD_DIVISION - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- NUMPAD_MINUS - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- NUMPAD_MULTIPLY - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- NUMPAD_PERIOD - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- NUMPAD_PLUS - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- NUMPAD0 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- NUMPAD1 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- NUMPAD2 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- NUMPAD3 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- NUMPAD4 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- NUMPAD5 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- NUMPAD6 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- NUMPAD7 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- NUMPAD8 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- NUMPAD9 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- NURSE - com.vaadin.icons.VaadinIcons
O
- O - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- obj2jso(Object) - Static method in class com.vaadin.client.communication.JsonDecoder
-
Called by generated deserialization code to treat a generic object as a JsonValue.
- OBJECT_GROUP - com.vaadin.server.FontAwesome
-
Deprecated.
- OBJECT_UNGROUP - com.vaadin.server.FontAwesome
-
Deprecated.
- ODNOKLASSNIKI - com.vaadin.server.FontAwesome
-
Deprecated.
- ODNOKLASSNIKI_SQUARE - com.vaadin.server.FontAwesome
-
Deprecated.
- of(SerializableSupplier<R>, SerializableFunction<Exception, String>) - Static method in interface com.vaadin.data.Result
-
Returns a Result representing the result of invoking the given supplier.
- of(String, C, C) - Static method in class com.vaadin.data.validator.RangeValidator
-
Returns a
RangeValidator
comparing values of aComparable
type using their natural order. - ofCollection(Collection<T>) - Static method in interface com.vaadin.data.provider.DataProvider
-
Creates a new data provider backed by a collection.
- OFFICE - com.vaadin.icons.VaadinIcons
- offsetBy(int) - Method in class com.vaadin.shared.Range
-
Get a range that is based on this one, but offset by a number.
- ofItems(T...) - Static method in interface com.vaadin.data.provider.DataProvider
-
Creates a new data provider from the given items.
- ok() - Method in class com.vaadin.client.SuperDevMode.RecompileResult
- ok() - Static method in interface com.vaadin.data.ValidationResult
-
Returns a successful result.
- ok(R) - Static method in interface com.vaadin.data.Result
-
Returns a successful result wrapping the given value.
- OK - com.vaadin.client.debug.internal.Icon
- OK - com.vaadin.data.BindingValidationStatus.Status
-
Validation passed.
- ol() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
- ol() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- ON_GRID - com.vaadin.shared.ui.grid.DropMode
-
The drop event will not happen on any specific row, it will show the drop target outline around the whole grid.
- ON_TOP - com.vaadin.shared.ui.grid.DropLocation
-
Drop on top of the row.
- ON_TOP - com.vaadin.shared.ui.grid.DropMode
-
The drop event can happen on top of Grid rows.
- ON_TOP_OR_BETWEEN - com.vaadin.shared.ui.grid.DropMode
-
The drop event can happen either on top of or between Grid rows.
- 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(DataChangeEvent<T>) - Method in interface com.vaadin.data.provider.DataProviderListener
-
Invoked when this listener receives a data change event from a data source to which it has been added.
- 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.
- onDeselectAll(boolean) - Method in class com.vaadin.ui.components.grid.MultiSelectionModelImpl
-
Triggered when the user unchecks the select all checkbox.
- 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(DropEffect) - Method in class com.vaadin.ui.dnd.DragSourceExtension
-
Method invoked when a
dragend
has been sent from client side. - 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() - Method in class com.vaadin.ui.dnd.DragSourceExtension
-
Method invoked when a
dragstart
has been sent from client side. - 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(DropEffect, DataProvider<T, ?>, int, Collection<T>) - Method in interface com.vaadin.ui.components.grid.TargetDataProviderUpdater
-
Called when items have been dropped on the target Grid.
- 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
- onDrop(List<String>, Map<String, String>, DropEffect, MouseEventDetails) - Method in class com.vaadin.ui.dnd.DropTargetExtension
-
Invoked when a
drop
has been received from client side. - onDrop(Map<String, FileParameters>) - Method in class com.vaadin.ui.dnd.FileDropTarget
-
Invoked when a file or files have been dropped on client side.
- onDropFromCache(int) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
-
Deprecated.
- 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.
- onDropRows(JsonArray) - Method in class com.vaadin.data.provider.DataCommunicator
-
Triggered when rows have been dropped from the client side cache.
- onDropRows(JsonArray) - Method in class com.vaadin.data.provider.HierarchicalDataCommunicator
- 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. - onEditorCancel(EditorCancelEvent<T>) - Method in interface com.vaadin.ui.components.grid.EditorCancelListener
-
Called when the editor is cancelled.
- onEditorOpen(EditorOpenEvent<T>) - Method in interface com.vaadin.ui.components.grid.EditorOpenListener
-
Called when the editor is opened.
- onEditorSave(EditorSaveEvent<T>) - Method in interface com.vaadin.ui.components.grid.EditorSaveListener
-
Called when the editor is saved.
- 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.
- 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.
- 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.
- onLogin(LoginForm.LoginEvent) - Method in interface com.vaadin.ui.LoginForm.LoginListener
-
Event method invoked when the login button is pressed in a login form.
- 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
- onProgress(StreamVariable.StreamingProgressEvent) - Method in interface com.vaadin.server.StreamVariable
-
This method is called by the terminal if
StreamVariable.listenProgress()
returns true when the streaming starts. - onReconnect(JavaScriptObject, AtmospherePushConnection.AtmosphereResponse) - Method in class com.vaadin.client.communication.AtmospherePushConnection
- onReopen(AtmospherePushConnection.AtmosphereResponse) - Method in class com.vaadin.client.communication.AtmospherePushConnection
- onRequest(AtmosphereResource) - Method in class com.vaadin.server.communication.PushAtmosphereHandler
- onRequestRows(int, int, int, int) - Method in class com.vaadin.data.provider.DataCommunicator
-
Request the given rows to be available on the client side.
- 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.
- 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(boolean) - Method in class com.vaadin.ui.components.grid.MultiSelectionModelImpl
-
Triggered when the user checks the select all checkbox.
- 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.
- onSplitPositionChanged(AbstractSplitPanel.SplitPositionChangeEvent) - Method in interface com.vaadin.ui.AbstractSplitPanel.SplitPositionChangeListener
-
SplitPanel splitter position has been changed.
- onStart() - Method in interface com.vaadin.client.ui.dd.DragHandle.DragHandleCallback
-
Called when dragging starts.
- onStateChange(AtmosphereResourceEvent) - Method in class com.vaadin.server.communication.PushAtmosphereHandler
- 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.
- onTabClose(TabSheet, Component) - Method in interface com.vaadin.ui.TabSheet.CloseHandler
-
Called when a user has pressed the close icon of a tab in the client side widget.
- 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.
- open(Resource) - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.As of 7.0, use getPage().setLocation instead
- open(Resource, String) - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.As of 7.0, use getPage().open instead
- open(Resource, String, boolean) - Method in class com.vaadin.server.Page
-
Deprecated.As of 7.0, only retained to maintain compatibility with LegacyWindow.open methods. See documentation for
LegacyWindow.open(Resource, String, boolean)
for discussion about replacing API. - open(Resource, String, boolean) - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.Opens the given resource in a window with the given name and optionally tries to force the resource to open in a new window instead of a new tab.
- open(Resource, String, int, int, BorderStyle) - Method in class com.vaadin.server.Page
-
Deprecated.As of 7.0, only retained to maintain compatibility with LegacyWindow.open methods. See documentation for
LegacyWindow.open(Resource, String, int, int, BorderStyle)
for discussion about replacing API. - open(Resource, String, int, int, BorderStyle) - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.As of 7.0, use getPage().open instead
- open(String, String) - Method in class com.vaadin.server.Page
-
Opens the given url in a window with the given name.
- open(String, String, boolean) - Method in class com.vaadin.server.Page
-
Opens the given url in a window with the given name.
- open(String, String, int, int, BorderStyle) - Method in class com.vaadin.server.Page
-
Opens the given URL in a window with the given size, border and name.
- OPEN - com.vaadin.server.VaadinSession.State
-
The session is active and accepting client requests.
- OPEN_BOOK - com.vaadin.icons.VaadinIcons
- OPEN_ROOT_MENU_ON_HOWER - Static variable in class com.vaadin.shared.ui.menubar.MenuBarConstants
-
Deprecated.
- openCalendarPanel() - Method in class com.vaadin.client.ui.VAbstractPopupCalendar
-
Opens the calendar panel popup.
- OPENCART - com.vaadin.server.FontAwesome
-
Deprecated.
- openDelay - Variable in class com.vaadin.shared.ui.ui.UIState.TooltipConfigurationState
- OPENID - com.vaadin.server.FontAwesome
-
Deprecated.
- openJsonMessage(Writer, VaadinResponse) - Method in class com.vaadin.server.communication.UidlRequestHandler
-
Writes the opening of JSON message to be sent to client.
- openPopup(boolean) - Method in interface com.vaadin.shared.ui.colorpicker.ColorPickerServerRpc
-
ColorPicker click event.
- openRootOnHover - Variable in class com.vaadin.client.ui.VMenuBar
-
For internal use only.
- OPERA - com.vaadin.server.FontAwesome
-
Deprecated.
- 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
- OPTIN_MONSTER - com.vaadin.server.FontAwesome
-
Deprecated.
- OPTION - com.vaadin.icons.VaadinIcons
- OPTION_A - com.vaadin.icons.VaadinIcons
- OPTIONGROUP_HORIZONTAL - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Display the options horizontally in a row (by default the items are stacked vertically).
- OPTIONGROUP_LARGE - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Large size option group.
- OPTIONGROUP_SMALL - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Small size option group.
- OPTIONS - com.vaadin.icons.VaadinIcons
- or(SerializablePredicate<? super T>) - Method in interface com.vaadin.server.SerializablePredicate
-
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
- Or - Class in com.vaadin.event.dd.acceptcriteria
-
A compound criterion that accepts the drag if any of its criterion accepts it.
- Or(ClientSideCriterion...) - Constructor for class com.vaadin.event.dd.acceptcriteria.Or
- orientation - Variable in class com.vaadin.client.ui.VSlider
-
Current orientation (vertical/horizontal) of slider.
- orientation - Variable in class com.vaadin.shared.ui.slider.SliderState
- Orientation - Enum in com.vaadin.shared.ui
-
Defines orientation for widgets that can be configured either horizontally or vertically.
- ORIENTATION - com.vaadin.icons.VaadinIcons
- origScrollTop - Variable in class com.vaadin.client.ui.VAbstractSplitPanel
-
Deprecated.this value is no longer used or updated by the framework
- OsgiVaadinContributor - Interface in com.vaadin.osgi.resources
-
Used to declare multiple OsgiVaadinResources with a single OSGi component.
- OsgiVaadinResource - Interface in com.vaadin.osgi.resources
-
Used to declare a Vaadin Resource for use in OSGi.
- OsgiVaadinResources - Class in com.vaadin.osgi.resources
-
Deprecated.use OSGi DS services to bind a instance of
VaadinResourceService
- OsgiVaadinResources() - Constructor for class com.vaadin.osgi.resources.OsgiVaadinResources
-
Deprecated.
- OsgiVaadinResources.ResourceBundleInactiveException - Exception in com.vaadin.osgi.resources
-
Deprecated.Thrown if a method is called when the Resource bundle is not active.
- OsgiVaadinTheme - Interface in com.vaadin.osgi.resources
-
Used to declare a Vaadin Theme for use in OSGi.
- OsgiVaadinWidgetset - Interface in com.vaadin.osgi.resources
-
Used to declare a Vaadin Widgetset for use in OSGi.
- OTHER - com.vaadin.server.VaadinServlet.RequestType
-
Deprecated.
- OUT - com.vaadin.icons.VaadinIcons
- OUTBOX - com.vaadin.icons.VaadinIcons
- outdent() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
- outdent() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- OUTDENT - com.vaadin.server.FontAwesome
-
Deprecated.
- OutOfBoundsException(GridLayout.Area) - Constructor for exception com.vaadin.ui.GridLayout.OutOfBoundsException
-
Constructs an
OoutOfBoundsException
with the specified detail message. - OVER - com.vaadin.shared.ui.dd.DragEventType
- overlaps(GridLayout.Area) - Method in class com.vaadin.ui.GridLayout.Area
-
Tests if this Area overlaps with another Area.
- OverlapsException(GridLayout.Area) - Constructor for exception com.vaadin.ui.GridLayout.OverlapsException
-
Constructs an
OverlapsException
. - 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. - overlayContainerLabel - Variable in class com.vaadin.shared.ui.ui.UIState
- ownActions - Variable in class com.vaadin.event.ActionManager
-
List of action handlers.
- owner - Variable in class com.vaadin.client.ui.Action
P
- P - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- PACKAGE - com.vaadin.icons.VaadinIcons
- PADDING - com.vaadin.icons.VaadinIcons
- PADDING_BOTTOM - com.vaadin.icons.VaadinIcons
- PADDING_LEFT - com.vaadin.icons.VaadinIcons
- PADDING_RIGHT - com.vaadin.icons.VaadinIcons
- PADDING_TOP - com.vaadin.icons.VaadinIcons
- Page - Class in com.vaadin.server
- Page(UI, PageState) - Constructor for class com.vaadin.server.Page
- PAGE_DOWN - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- PAGE_UP - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- Page.BrowserWindowResizeEvent - Class in com.vaadin.server
-
Event that is fired when a browser window containing a uI is resized.
- Page.BrowserWindowResizeListener - Interface in com.vaadin.server
-
Listener that gets notified when the size of the browser window containing the uI has changed.
- Page.PopStateEvent - Class in com.vaadin.server
-
Event fired when the URI of a
Page
changes (aka HTML 5 popstate event) on the client side due to browsers back/forward functionality. - Page.PopStateListener - Interface in com.vaadin.server
-
Listener that that gets notified when the URI of the page changes due to back/forward functionality of the browser.
- Page.Styles - Class in com.vaadin.server
-
Contains dynamically injected styles injected in the HTML document at runtime.
- Page.UriFragmentChangedEvent - Class in com.vaadin.server
-
Event fired when the URI fragment of a
Page
changes. - Page.UriFragmentChangedListener - Interface in com.vaadin.server
-
Deprecated.Use
Page.PopStateListener
instead - PageClientRpc - Interface in com.vaadin.shared.ui.ui
-
Client side rpc class for Page / UI.
- pageLength - Variable in class com.vaadin.client.ui.VComboBox
-
For internal use only.
- pageLength - Variable in class com.vaadin.shared.ui.combobox.ComboBoxState
-
Number of items to show per page or 0 to disable paging.
- PAGELINES - com.vaadin.server.FontAwesome
-
Deprecated.
- pageState - Variable in class com.vaadin.shared.ui.ui.UIState
-
State related to the Page class.
- PageState - Class in com.vaadin.shared.ui.ui
-
The shared state of a
Page
. - PageState() - Constructor for class com.vaadin.shared.ui.ui.PageState
- paint(PaintTarget) - Method in interface com.vaadin.event.dd.acceptcriteria.AcceptCriterion
- paint(PaintTarget) - Method in class com.vaadin.event.dd.acceptcriteria.ClientSideCriterion
- paint(PaintTarget) - Method in class com.vaadin.event.dd.acceptcriteria.ServerSideCriterion
- paint(Component, PaintTarget) - Static method in class com.vaadin.server.LegacyPaint
-
Paints the Paintable into a UIDL stream.
- PAINT_BRUSH - com.vaadin.server.FontAwesome
-
Deprecated.
- PAINT_ROLL - com.vaadin.icons.VaadinIcons
- 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.
- paintActions(Object, PaintTarget) - Method in class com.vaadin.event.ActionManager
- PAINTBRUSH - com.vaadin.icons.VaadinIcons
- paintContent(PaintTarget) - Method in class com.vaadin.event.dd.acceptcriteria.And
- paintContent(PaintTarget) - Method in class com.vaadin.event.dd.acceptcriteria.ClientSideCriterion
- paintContent(PaintTarget) - Method in class com.vaadin.event.dd.acceptcriteria.ContainsDataFlavor
- paintContent(PaintTarget) - Method in class com.vaadin.event.dd.acceptcriteria.Not
- paintContent(PaintTarget) - Method in class com.vaadin.event.dd.acceptcriteria.Or
- paintContent(PaintTarget) - Method in class com.vaadin.event.dd.acceptcriteria.ServerSideCriterion
- paintContent(PaintTarget) - Method in class com.vaadin.event.dd.acceptcriteria.SourceIs
- paintContent(PaintTarget) - Method in class com.vaadin.event.dd.acceptcriteria.TargetDetailIs
- paintContent(PaintTarget) - Method in class com.vaadin.server.Page
- paintContent(PaintTarget) - Method in class com.vaadin.ui.CustomLayout
- paintContent(PaintTarget) - Method in class com.vaadin.ui.DragAndDropWrapper
-
Deprecated.
- paintContent(PaintTarget) - Method in interface com.vaadin.ui.LegacyComponent
-
Deprecated.Paints the Paintable into a UIDL stream.
- paintContent(PaintTarget) - Method in class com.vaadin.ui.MenuBar
-
Paint (serialize) the component for the client.
- paintContent(PaintTarget) - Method in class com.vaadin.ui.Panel
- paintContent(PaintTarget) - Method in class com.vaadin.ui.UI
- paintContent(PaintTarget) - Method in class com.vaadin.ui.Upload
-
Paints the content of this component.
- paintContent(PaintTarget) - Method in class com.vaadin.ui.Window
- PaintException - Exception in com.vaadin.server
-
PaintExcepection
is thrown if painting of a component fails. - PaintException(IOException) - Constructor for exception com.vaadin.server.PaintException
-
Constructs an instance of
PaintExeception
from IOException. - PaintException(String) - Constructor for exception com.vaadin.server.PaintException
-
Constructs an instance of
PaintExeception
with the specified detail message. - PaintException(String, Throwable) - Constructor for exception com.vaadin.server.PaintException
-
Constructs an instance of
PaintExeception
with the specified detail message and cause. - PAINTING - com.vaadin.server.PaintTarget.PaintStatus
-
Painting started, addVariable() and addAttribute() etc.
- 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
andpostAttach
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
andpostDetach
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.
- paintResponse(PaintTarget) - Method in interface com.vaadin.event.dd.acceptcriteria.AcceptCriterion
-
This needs to be implemented if and only if a criterion does some lazy server side initialization.
- paintResponse(PaintTarget) - Method in class com.vaadin.event.dd.acceptcriteria.ClientSideCriterion
- paintResponse(PaintTarget) - Method in class com.vaadin.event.dd.acceptcriteria.ServerSideCriterion
- PaintTarget - Interface in com.vaadin.server
-
This interface defines the methods for painting XML to the UIDL stream.
- PaintTarget.PaintStatus - Enum in com.vaadin.server
-
Result of starting to paint a Component (
PaintTarget.startPaintable(Component, String)
). - PALETE - com.vaadin.icons.VaadinIcons
- panel - Variable in class com.vaadin.client.ui.VUnknownComponent
-
The base widget of this composite.
- Panel - Class in com.vaadin.ui
-
Panel - a simple single component container.
- Panel() - Constructor for class com.vaadin.ui.Panel
-
Creates a new empty panel.
- Panel(Component) - Constructor for class com.vaadin.ui.Panel
-
Creates a new empty panel which contains the given content.
- Panel(String) - Constructor for class com.vaadin.ui.Panel
-
Creates a new empty panel with caption.
- Panel(String, Component) - Constructor for class com.vaadin.ui.Panel
-
Creates a new empty panel with the given caption and content.
- PANEL - com.vaadin.icons.VaadinIcons
- PANEL_BORDERLESS - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Remove borders and the background color of the panel.
- PANEL_SCROLL_INDICATOR - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Show a divider between the panel caption and content when the content area is scrolled.
- PANEL_WELL - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Inset panel style.
- 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
- PanelServerRpc - Interface in com.vaadin.shared.ui.panel
- PanelState - Class in com.vaadin.shared.ui.panel
- PanelState() - Constructor for class com.vaadin.shared.ui.panel.PanelState
- PAPER_PLANE - com.vaadin.server.FontAwesome
-
Deprecated.
- PAPER_PLANE_O - com.vaadin.server.FontAwesome
-
Deprecated.
- PAPERCLIP - com.vaadin.icons.VaadinIcons
- PAPERCLIP - com.vaadin.server.FontAwesome
-
Deprecated.
- PAPERPLANE - com.vaadin.icons.VaadinIcons
- PAPERPLANE_O - com.vaadin.icons.VaadinIcons
- PARAGRAPH - com.vaadin.icons.VaadinIcons
- PARAGRAPH - com.vaadin.server.FontAwesome
-
Deprecated.
- PARAMETER_VAADIN_RESOURCES - Static variable in interface com.vaadin.server.Constants
- PARAMETER_WIDGETSET - Static variable in interface com.vaadin.server.Constants
- parameters - Variable in class com.vaadin.shared.ui.BrowserWindowOpenerState
- parameters - Variable in class com.vaadin.shared.ui.embedded.EmbeddedState
-
Object parameters.
- parameters - Variable in class com.vaadin.shared.ui.ui.UIState.PushConfigurationState
- parentCanDefineHeight(Component) - Static method in class com.vaadin.server.ComponentSizeValidator
- parentCanDefineWidth(Component) - Static method in class com.vaadin.server.ComponentSizeValidator
- 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.
- parsable - Variable in class com.vaadin.shared.ui.datefield.AbstractDateFieldState
-
Was the last entered string parsable? If this flag is false, datefields internal validator does not pass.
- parse(String) - Static method in class com.vaadin.client.Util
-
Parse a string containing JSON into a
JavaScriptObject
. - parse(String) - Static method in class com.vaadin.shared.ui.dnd.criteria.Payload
-
Parses a payload string and returns a payload object represented by that string.
- parse(String, Class<? extends T>) - Method in class com.vaadin.ui.declarative.DesignFormatter
-
Parses a given string as a value of given type.
- 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 ofComputedStyle
.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.
- parseParameterStringToMap(String, String) - Method in class com.vaadin.navigator.Navigator
-
Parses the given parameter string to a map using the given separator string.
- 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
- parseStateParameterMap(String) - Method in class com.vaadin.navigator.Navigator
-
Parses the state parameter to a map using the given separator string.
- parseStringSize(String) - Static method in class com.vaadin.server.SizeWithUnit
-
Returns an object whose numeric value and unit are taken from the string s.
- parseStringSize(String, Sizeable.Unit) - Static method in class com.vaadin.server.SizeWithUnit
-
Returns an object whose numeric value and unit are taken from the string s.
- parseWrappedJson(String) - Static method in class com.vaadin.client.communication.MessageHandler
-
Parse the given wrapped JSON, received from the server, to a ValueMap.
- partInformation - Variable in class com.vaadin.shared.extension.PartInformationState
-
Information passed to the widget on the client side, to allow it to attach to the correct DOM element.
- PartInformationState - Class in com.vaadin.shared.extension
-
Shared state for
AbstractEventTriggerExtensionConnector
extension. - PartInformationState() - Constructor for class com.vaadin.shared.extension.PartInformationState
- partitionWith(Range) - Method in class com.vaadin.shared.Range
-
Overlay this range with another one, and partition the ranges according to how they position relative to each other.
- PASSWORD - com.vaadin.icons.VaadinIcons
- PasswordField - Class in com.vaadin.ui
-
A field that is used to enter secret text information like passwords.
- PasswordField() - Constructor for class com.vaadin.ui.PasswordField
-
Constructs an empty PasswordField.
- PasswordField(HasValue.ValueChangeListener<String>) - Constructor for class com.vaadin.ui.PasswordField
-
Constructs a new
PasswordField
with a value change listener. - PasswordField(String) - Constructor for class com.vaadin.ui.PasswordField
-
Constructs a PasswordField with given caption.
- PasswordField(String, HasValue.ValueChangeListener<String>) - Constructor for class com.vaadin.ui.PasswordField
-
Constructs a new
PasswordField
with the given caption and a value change listener. - PasswordField(String, String) - Constructor for class com.vaadin.ui.PasswordField
-
Constructs a PasswordField with given value and caption.
- PasswordField(String, String, HasValue.ValueChangeListener<String>) - Constructor for class com.vaadin.ui.PasswordField
-
Constructs a new
PasswordField
with the given caption, initial text contents and a value change listener. - passwordFieldConnector - Variable in class com.vaadin.shared.ui.loginform.LoginFormState
- 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
- PasswordFieldState - Class in com.vaadin.shared.ui.passwordfield
-
State class for PasswordField.
- PasswordFieldState() - Constructor for class com.vaadin.shared.ui.passwordfield.PasswordFieldState
- PASTE - com.vaadin.icons.VaadinIcons
- PASTE - com.vaadin.server.FontAwesome
-
Deprecated.
- PathFormatHelper - Class in com.vaadin.osgi.resources.impl
-
Helper for formatting the Alias, and Theme and Widgetset names.
- pause() - Method in class com.vaadin.client.ui.VMediaBase
- pause() - Method in interface com.vaadin.shared.ui.MediaControl
-
Pause playback of the media.
- pause() - Method in class com.vaadin.ui.AbstractMedia
-
Pauses the media.
- PAUSE - com.vaadin.icons.VaadinIcons
- PAUSE - com.vaadin.server.FontAwesome
-
Deprecated.
- PAUSE - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- PAUSE_CIRCLE - com.vaadin.server.FontAwesome
-
Deprecated.
- PAUSE_CIRCLE_O - com.vaadin.server.FontAwesome
-
Deprecated.
- PAW - com.vaadin.server.FontAwesome
-
Deprecated.
- payload - Variable in class com.vaadin.shared.ui.dnd.DragSourceState
-
Payload for comparing against acceptance criteria.
- Payload - Class in com.vaadin.shared.ui.dnd.criteria
-
Stores key/value pairs and the value type.
- Payload(String, String, Payload.ValueType) - Constructor for class com.vaadin.shared.ui.dnd.criteria.Payload
-
Creates a payload object.
- Payload.ValueType - Enum in com.vaadin.shared.ui.dnd.criteria
-
Type of the payload's value.
- PAYPAL - com.vaadin.server.FontAwesome
-
Deprecated.
- PENCIL - com.vaadin.icons.VaadinIcons
- PENCIL - com.vaadin.server.FontAwesome
-
Deprecated.
- PENCIL_SQUARE - com.vaadin.server.FontAwesome
-
Deprecated.
- PENCIL_SQUARE_O - com.vaadin.server.FontAwesome
-
Deprecated.
- PERCENT - com.vaadin.server.FontAwesome
-
Deprecated.
- PERCENTAGE - com.vaadin.server.Sizeable.Unit
-
Unit code representing in percentage of the containing element defined by terminal.
- perform() - Method in interface com.vaadin.ui.UI.DelayedCallback
- 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.
- performNavigateTo(View, String, String) - Method in class com.vaadin.navigator.Navigator
-
Internal method for activating a view, setting its parameters and calling listeners.
- 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
- PHONE - com.vaadin.icons.VaadinIcons
- PHONE - com.vaadin.server.FontAwesome
-
Deprecated.
- PHONE_LANDLINE - com.vaadin.icons.VaadinIcons
- PHONE_SQUARE - com.vaadin.server.FontAwesome
-
Deprecated.
- PHOTO - com.vaadin.server.FontAwesome
-
Deprecated.
- PICAS - com.vaadin.server.Sizeable.Unit
-
Unit code representing picas (12 points).
- PICTURE - com.vaadin.icons.VaadinIcons
- PICTURE_O - com.vaadin.server.FontAwesome
-
Deprecated.
- pid - Variable in class com.vaadin.client.ui.VCustomLayout
-
Paintable ID of this paintable.
- PIE_BAR_CHART - com.vaadin.icons.VaadinIcons
- PIE_CHART - com.vaadin.icons.VaadinIcons
- PIE_CHART - com.vaadin.server.FontAwesome
-
Deprecated.
- PIED_PIPER - com.vaadin.server.FontAwesome
-
Deprecated.
- PIED_PIPER_ALT - com.vaadin.server.FontAwesome
-
Deprecated.
- PIGGY_BANK - com.vaadin.icons.VaadinIcons
- PIGGY_BANK_COIN - com.vaadin.icons.VaadinIcons
- PILL - com.vaadin.icons.VaadinIcons
- PILLS - com.vaadin.icons.VaadinIcons
- 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.
- PIN - com.vaadin.icons.VaadinIcons
- PIN_POST - com.vaadin.icons.VaadinIcons
- pinHandle(AbstractRemoteDataSource.RowHandleImpl) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
-
Pins a row with given handle.
- PINTEREST - com.vaadin.server.FontAwesome
-
Deprecated.
- PINTEREST_P - com.vaadin.server.FontAwesome
-
Deprecated.
- PINTEREST_SQUARE - com.vaadin.server.FontAwesome
-
Deprecated.
- PIXEL_EPSILON - Static variable in class com.vaadin.client.WidgetUtil
-
The allowed value inaccuracy when comparing two double-typed pixel values.
- PIXELS - com.vaadin.server.Sizeable.Unit
-
Unit code representing pixels.
- 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 - Variable in class com.vaadin.shared.ui.combobox.ComboBoxState
-
The prompt to display in an empty field.
- placeholder - Variable in class com.vaadin.shared.ui.datefield.TextualDateFieldState
- placeholder - Variable in class com.vaadin.shared.ui.textfield.AbstractTextFieldState
-
The prompt to display in an empty field.
- PlaceHolder() - Constructor for class com.vaadin.client.ui.VTabsheet.PlaceHolder
-
Deprecated.This class is not used by the framework code anymore.
- PLANE - com.vaadin.server.FontAwesome
-
Deprecated.
- play() - Method in class com.vaadin.client.ui.VMediaBase
- play() - Method in interface com.vaadin.shared.ui.MediaControl
-
Start playing the media.
- play() - Method in class com.vaadin.ui.AbstractMedia
-
Starts playback of the media.
- PLAY - com.vaadin.icons.VaadinIcons
- PLAY - com.vaadin.server.FontAwesome
-
Deprecated.
- PLAY_CIRCLE - com.vaadin.icons.VaadinIcons
- PLAY_CIRCLE - com.vaadin.server.FontAwesome
-
Deprecated.
- PLAY_CIRCLE_O - com.vaadin.icons.VaadinIcons
- PLAY_CIRCLE_O - com.vaadin.server.FontAwesome
-
Deprecated.
- PLUG - com.vaadin.icons.VaadinIcons
- PLUG - com.vaadin.server.FontAwesome
-
Deprecated.
- PLUS - com.vaadin.icons.VaadinIcons
- PLUS - com.vaadin.server.FontAwesome
-
Deprecated.
- PLUS_CIRCLE - com.vaadin.icons.VaadinIcons
- PLUS_CIRCLE - com.vaadin.server.FontAwesome
-
Deprecated.
- PLUS_CIRCLE_O - com.vaadin.icons.VaadinIcons
- PLUS_MINUS - com.vaadin.icons.VaadinIcons
- PLUS_SQUARE - com.vaadin.server.FontAwesome
-
Deprecated.
- PLUS_SQUARE_LEFT_O - com.vaadin.icons.VaadinIcons
- PLUS_SQUARE_O - com.vaadin.server.FontAwesome
-
Deprecated.
- pm - Variable in class com.vaadin.shared.ui.ui.UIState.LocaleData
- POINTER - com.vaadin.icons.VaadinIcons
- 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. - POINTS - com.vaadin.server.Sizeable.Unit
-
Unit code representing points (1/72nd of an inch).
- poll() - Method in interface com.vaadin.shared.ui.dnd.FileDropTargetRpc
-
Called to poll the server for changes when the upload is complete.
- poll() - Method in interface com.vaadin.shared.ui.draganddropwrapper.DragAndDropWrapperServerRpc
-
Called to poll the server to see if any changes have been made e.g.
- poll() - Method in interface com.vaadin.shared.ui.progressindicator.ProgressIndicatorServerRpc
- poll() - Method in interface com.vaadin.shared.ui.ui.UIServerRpc
- poll() - Method in interface com.vaadin.shared.ui.upload.UploadServerRpc
-
Called to poll the server to see if any changes have been made e.g.
- poll(UIEvents.PollEvent) - Method in interface com.vaadin.event.UIEvents.PollListener
-
A poll request has been received by the server.
- POLL - Static variable in interface com.vaadin.shared.EventId
- POLL_METHOD - Static variable in interface com.vaadin.event.UIEvents.PollListener
- PollEvent(UI) - Constructor for class com.vaadin.event.UIEvents.PollEvent
- pollInterval - Variable in class com.vaadin.shared.ui.ui.UIState
- pop() - Method in class com.vaadin.client.widgets.Grid.FocusStack
-
Restore focus to the element at the top of the stack.
- popstate(String) - Method in interface com.vaadin.shared.ui.ui.UIServerRpc
- PopStateEvent(Page, String) - Constructor for class com.vaadin.server.Page.PopStateEvent
-
Creates a new instance of PopstateEvent.
- 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.
- POPUP_NORMAL - com.vaadin.ui.AbstractColorPicker.PopupStyle
-
A full popup with all tabs visible.
- POPUP_SIMPLE - com.vaadin.ui.AbstractColorPicker.PopupStyle
-
A simple popup with only the swatches (palette) tab.
- 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.
- popupStyle - Variable in class com.vaadin.ui.AbstractColorPicker
- PopupView - Class in com.vaadin.ui
-
A component for displaying a two different views to data.
- PopupView() - Constructor for class com.vaadin.ui.PopupView
-
Deprecated.
- PopupView(PopupView.Content) - Constructor for class com.vaadin.ui.PopupView
-
Creates a PopupView through the PopupView.Content interface.
- PopupView(String, Component) - Constructor for class com.vaadin.ui.PopupView
-
A simple way to create a PopupPanel.
- PopupView.Content - Interface in com.vaadin.ui
-
Used to deliver customized content-packages to the PopupView.
- PopupView.PopupVisibilityEvent - Class in com.vaadin.ui
-
This event is received by the PopupVisibilityListeners when the visibility of the popup changes.
- PopupView.PopupVisibilityListener - Interface in com.vaadin.ui
-
Defines a listener that can receive a PopupVisibilityEvent when the visibility of the popup changes.
- 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
- PopupViewServerRpc - Interface in com.vaadin.shared.ui.popupview
- PopupViewState - Class in com.vaadin.shared.ui.popupview
- PopupViewState() - Constructor for class com.vaadin.shared.ui.popupview.PopupViewState
- popupVisibilityChange(PopupView.PopupVisibilityEvent) - Method in interface com.vaadin.ui.PopupView.PopupVisibilityListener
-
Pass to
PopupView.PopupVisibilityEvent
to start listening for popup visibility changes. - PopupVisibilityEvent(PopupView) - Constructor for class com.vaadin.ui.PopupView.PopupVisibilityEvent
- popupVisible - Variable in class com.vaadin.shared.ui.colorpicker.AbstractColorPickerState
- PORTAL_PARAMETER_VAADIN_RESOURCE_PATH - Static variable in interface com.vaadin.server.Constants
- PORTAL_PARAMETER_VAADIN_THEME - Static variable in interface com.vaadin.server.Constants
- PORTAL_PARAMETER_VAADIN_WIDGETSET - Static variable in interface com.vaadin.server.Constants
- PORTLET_CONTEXT - Static variable in interface com.vaadin.server.Constants
- position - Variable in class com.vaadin.client.ui.VAbstractSplitPanel
-
The current position of the split handle in either percentages or pixels
- position - Variable in class com.vaadin.shared.ui.notification.NotificationState
- position - Variable in class com.vaadin.shared.ui.splitpanel.AbstractSplitPanelState.SplitterState
- Position - Enum in com.vaadin.shared
- POSITION_BOTTOM_LEFT - Static variable in class com.vaadin.ui.Notification
-
Deprecated.
- POSITION_BOTTOM_RIGHT - Static variable in class com.vaadin.ui.Notification
-
Deprecated.
- POSITION_CENTERED - Static variable in class com.vaadin.ui.Notification
-
Deprecated.
- POSITION_CENTERED_BOTTOM - Static variable in class com.vaadin.ui.Notification
-
Deprecated.
- POSITION_CENTERED_TOP - Static variable in class com.vaadin.ui.Notification
-
Deprecated.
- POSITION_TOP_LEFT - Static variable in class com.vaadin.ui.Notification
-
Deprecated.
- POSITION_TOP_RIGHT - Static variable in class com.vaadin.ui.Notification
-
Deprecated.
- 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).
- positionReversed - Variable in class com.vaadin.shared.ui.splitpanel.AbstractSplitPanelState.SplitterState
- positionUnit - Variable in class com.vaadin.shared.ui.splitpanel.AbstractSplitPanelState.SplitterState
- 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.
- positionX - Variable in class com.vaadin.shared.ui.window.WindowState
- positionY - Variable in class com.vaadin.shared.ui.window.WindowState
- 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
- POSTER_RESOURCE - Static variable in class com.vaadin.shared.ui.video.VideoConstants
- postfix - Variable in class com.vaadin.shared.ui.ui.UIState.NotificationTypeConfiguration
- 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. - POWER_OFF - com.vaadin.icons.VaadinIcons
- POWER_OFF - com.vaadin.server.FontAwesome
-
Deprecated.
- 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
- prefix - Variable in class com.vaadin.shared.ui.ui.UIState.NotificationTypeConfiguration
- PREFORMATTED - com.vaadin.server.AbstractErrorMessage.ContentMode
-
Content mode, where the error contains preformatted text.
- PREFORMATTED - com.vaadin.shared.ui.ContentMode
-
Textual values are displayed as preformatted text.
- preload - Variable in class com.vaadin.shared.ui.AbstractMediaState
-
Preload mode for the media.
- 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.
- PreloadMode - Enum in com.vaadin.shared.ui
-
Enumeration that provides a hint to the browser how media should be preloaded.
- 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.
- prependFooterRow() - Method in class com.vaadin.ui.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.
- prependHeaderRow() - Method in class com.vaadin.ui.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.
- PRESENTATION - com.vaadin.icons.VaadinIcons
- PreserveOnRefresh - Annotation Type in com.vaadin.annotations
-
Marks a UI that should be retained when the user refreshed the browser window.
- preserveUIOnRefresh(UIProvider, UICreateEvent) - Method in class com.vaadin.server.VaadinService
-
Check if the given UI should be associated with the
window.name
so that it can be re-used if the browser window is reloaded. - PREVIOUS_MONTH - com.vaadin.shared.ui.datefield.AbstractDateFieldState.AccessibleElement
- PREVIOUS_YEAR - com.vaadin.shared.ui.datefield.AbstractDateFieldState.AccessibleElement
- PRIMARY_STYLE_NAME - Static variable in class com.vaadin.client.ui.VProgressBar
-
Default classname for this widget.
- PRIMARY_STYLE_NAME - Static variable in class com.vaadin.shared.ui.accordion.AccordionState
- PRIMARY_STYLE_NAME - Static variable in class com.vaadin.shared.ui.progressindicator.ProgressBarState
- PRIMARY_STYLE_NAME - Static variable in class com.vaadin.shared.ui.tabsheet.TabsheetState
- PRIMARY_STYLENAME - Static variable in class com.vaadin.shared.ui.listselect.ListSelectState
- primaryStyleName - Variable in class com.vaadin.shared.AbstractComponentState
- PRINT - com.vaadin.icons.VaadinIcons
- PRINT - com.vaadin.server.FontAwesome
-
Deprecated.
- printJSONResponse(Writer) - Method in class com.vaadin.server.DragAndDropService
-
Deprecated.
- printLayoutProblems(ValueMap, ApplicationConnection) - Static method in class com.vaadin.client.VConsole
-
Deprecated.
- printObject(Object) - Static method in class com.vaadin.client.VConsole
-
Deprecated.
- processException(Runnable, Exception) - Static method in interface com.vaadin.server.ErrorHandlingRunnable
-
Process the given exception in the context of the given runnable.
- product - Variable in class com.vaadin.client.metadata.ConnectorBundleLoader.CValUiInfo
- PRODUCT_HUNT - com.vaadin.server.FontAwesome
-
Deprecated.
- productionMode() - Method in annotation type com.vaadin.annotations.VaadinServletConfiguration
-
Whether Vaadin is in production mode.
- 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
- ProgressBar - Class in com.vaadin.ui
-
A component for displaying progress.
- ProgressBar() - Constructor for class com.vaadin.ui.ProgressBar
-
Creates a new progress bar initially set to 0% progress.
- ProgressBar(float) - Constructor for class com.vaadin.ui.ProgressBar
-
Creates a new progress bar with the given initial value.
- PROGRESSBAR - com.vaadin.icons.VaadinIcons
- PROGRESSBAR_POINT - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Make the progress bar indicator appear as a dot which progresses over the progress bar track (instead of a growing bar).
- 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 - Class in com.vaadin.ui.renderers
-
A renderer that represents double values between 0 and 1 as a graphical progress bar.
- ProgressBarRenderer() - Constructor for class com.vaadin.client.renderers.ProgressBarRenderer
- ProgressBarRenderer() - Constructor for class com.vaadin.ui.renderers.ProgressBarRenderer
-
Creates a new text renderer.
- ProgressBarRendererConnector - Class in com.vaadin.client.connectors.grid
-
A connector for
ProgressBarRenderer
. - ProgressBarRendererConnector() - Constructor for class com.vaadin.client.connectors.grid.ProgressBarRendererConnector
- ProgressBarRendererState - Class in com.vaadin.shared.ui.grid.renderers
-
Shared state for HtmlRenderer.
- ProgressBarRendererState() - Constructor for class com.vaadin.shared.ui.grid.renderers.ProgressBarRendererState
- ProgressBarState - Class in com.vaadin.shared.ui.progressindicator
-
SharedState
forProgressBar
. - ProgressBarState() - Constructor for class com.vaadin.shared.ui.progressindicator.ProgressBarState
- ProgressIndicatorServerRpc - Interface in com.vaadin.shared.ui.progressindicator
- Property - Class in com.vaadin.client.metadata
- Property(Type, String) - Constructor for class com.vaadin.client.metadata.Property
- propertyComparator(ValueProvider<T, V>, SortDirection) - Static method in class com.vaadin.data.provider.InMemoryDataProviderHelpers
-
Creates a comparator for the return type of the given
ValueProvider
, sorted in the direction specified by the givenSortDirection
. - PropertyDefinition<T,V> - Interface in com.vaadin.data
-
A property from a
PropertySet
. - PropertyFilterDefinition - Class in com.vaadin.data
-
Class containing the constraints for filtering nested properties.
- PropertyFilterDefinition(int, List<String>) - Constructor for class com.vaadin.data.PropertyFilterDefinition
-
Create a property filter with max nesting depth and package names to ignore.
- PropertyId - Annotation Type in com.vaadin.annotations
-
Defines the custom property name to be bound to a
field component
usingBinder
. - propertyIdToHumanFriendly(Object) - Static method in class com.vaadin.shared.util.SharedUtil
-
Converts a property id to a human friendly format.
- PropertySet<T> - Interface in com.vaadin.data
-
Describes a set of properties that can be used for configuration based on property names instead of setter and getter callbacks.
- ProxyHandler - Interface in com.vaadin.client.metadata
- publish(LogRecord) - Method in class com.vaadin.client.debug.internal.ErrorNotificationHandler
- PUBLISHED_FILE - com.vaadin.server.VaadinServlet.RequestType
-
Deprecated.
- PUBLISHED_FILE_PATH - Static variable in class com.vaadin.shared.ApplicationConstants
- PUBLISHED_PROTOCOL_NAME - Static variable in class com.vaadin.shared.ApplicationConstants
- PUBLISHED_PROTOCOL_PREFIX - Static variable in class com.vaadin.shared.ApplicationConstants
- PublishedFileHandler - Class in com.vaadin.server.communication
-
Serves a connector resource from the classpath if the resource has previously been registered by calling
LegacyCommunicationManager.registerDependency(String, Class)
. - PublishedFileHandler() - Constructor for class com.vaadin.server.communication.PublishedFileHandler
- publishResource(String, HttpService) - Method in class com.vaadin.osgi.resources.impl.VaadinResourceServiceImpl
- publishResource(String, HttpService) - Method in interface com.vaadin.osgi.resources.VaadinResourceService
-
Deprecated.use OSGi DS services and register a
OsgiVaadinResource
- publishTheme(String, HttpService) - Method in class com.vaadin.osgi.resources.impl.VaadinResourceServiceImpl
- publishTheme(String, HttpService) - Method in interface com.vaadin.osgi.resources.VaadinResourceService
-
Deprecated.use OSGi DS services and register a
OsgiVaadinTheme
- publishWidgetset(String, HttpService) - Method in class com.vaadin.osgi.resources.impl.VaadinResourceServiceImpl
- publishWidgetset(String, HttpService) - Method in interface com.vaadin.osgi.resources.VaadinResourceService
-
Deprecated.use OSGi DS services and register a
OsgiVaadinWidgetset
- push() - Method in class com.vaadin.client.widgets.Grid.FocusStack
-
Store the currently focused element.
- push() - Method in class com.vaadin.server.communication.AtmospherePushConnection
- push() - Method in interface com.vaadin.server.communication.PushConnection
-
Pushes pending state changes and client RPC calls to the client.
- push() - Method in class com.vaadin.ui.UI
-
Pushes the pending changes and client RPC invocations of this UI to the client-side.
- push(boolean) - Method in class com.vaadin.server.communication.AtmospherePushConnection
-
Pushes pending state changes and client RPC calls to the client.
- 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 - Annotation Type in com.vaadin.annotations
-
Configures server push for a
UI
. - PUSH - com.vaadin.client.communication.DefaultConnectionStateHandler.Type
- PUSH_ID_PARAMETER - Static variable in class com.vaadin.shared.ApplicationConstants
-
Name of the parameter used to transmit the push connection identifier.
- PUSH_NOT_SUPPORTED_ERROR - Static variable in interface com.vaadin.server.Constants
- PUSH_PATH - Static variable in class com.vaadin.shared.ApplicationConstants
- PUSH_PENDING - com.vaadin.server.communication.AtmospherePushConnection.State
-
Not connected.
- PushAtmosphereHandler - Class in com.vaadin.server.communication
-
Handles Atmosphere requests and forwards them to logical methods in
PushHandler
. - PushAtmosphereHandler() - Constructor for class com.vaadin.server.communication.PushAtmosphereHandler
- 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
- pushConfiguration - Variable in class com.vaadin.shared.ui.ui.UIState
-
Configuration for the push channel.
- PushConfiguration - Interface in com.vaadin.ui
-
Provides method for configuring the push channel.
- PushConfigurationState() - Constructor for class com.vaadin.shared.ui.ui.UIState.PushConfigurationState
- PushConnection - Interface in com.vaadin.client.communication
-
Represents the client-side endpoint of a bidirectional ("push") communication channel.
- PushConnection - Interface in com.vaadin.server.communication
-
Represents a bidirectional ("push") connection between a single UI and its client-side.
- PushConstants - Class in com.vaadin.shared.communication
-
Shared constants used by push.
- PushConstants() - Constructor for class com.vaadin.shared.communication.PushConstants
- pushData(int, List<T>) - Method in class com.vaadin.data.provider.DataCommunicator
-
Sends given collection of data objects to the client-side.
- 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
- PushHandler - Class in com.vaadin.server.communication
-
Handles incoming push connections and messages and dispatches them to the correct
UI
/AtmospherePushConnection
. - PushHandler(VaadinServletService) - Constructor for class com.vaadin.server.communication.PushHandler
- 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
- PushMode - Enum in com.vaadin.shared.communication
-
The mode of bidirectional ("push") communication that is in use.
- 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
- PushRequestHandler - Class in com.vaadin.server.communication
-
Handles requests to open a push (bidirectional) communication channel between the client and the server.
- PushRequestHandler(VaadinServletService) - Constructor for class com.vaadin.server.communication.PushRequestHandler
- 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
- pushState(String) - Method in class com.vaadin.server.Page
-
Updates the browsers URI without causing actual page change.
- pushState(URI) - Method in class com.vaadin.server.Page
-
Updates the browsers URI without causing actual page change.
- PushStateManager(UI) - Constructor for class com.vaadin.navigator.Navigator.PushStateManager
-
Creates a new PushStateManager.
- PushStateNavigation - Annotation Type in com.vaadin.navigator
- pushUrl - Variable in class com.vaadin.shared.ui.ui.UIState.PushConfigurationState
- put(String, T) - Method in class com.vaadin.client.FastStringMap
- PUZZLE_PIECE - com.vaadin.icons.VaadinIcons
- PUZZLE_PIECE - com.vaadin.server.FontAwesome
-
Deprecated.
- PYRAMID_CHART - com.vaadin.icons.VaadinIcons
Q
- Q - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- QQ - com.vaadin.server.FontAwesome
-
Deprecated.
- QRCODE - com.vaadin.icons.VaadinIcons
- QRCODE - com.vaadin.server.FontAwesome
-
Deprecated.
- Query<T,F> - Class in com.vaadin.data.provider
-
Immutable query object used to request data from a backend.
- Query() - Constructor for class com.vaadin.data.provider.Query
-
Constructs a Query for all rows from 0 to
Integer.MAX_VALUE
without sorting and filtering. - Query(int, int, List<QuerySortOrder>, Comparator<T>, F) - Constructor for class com.vaadin.data.provider.Query
-
Constructs a new Query object with given offset, limit, sorting and filtering.
- Query(F) - Constructor for class com.vaadin.data.provider.Query
-
Constructs a Query for all rows from 0 to
Integer.MAX_VALUE
with filtering. - QuerySortOrder - Class in com.vaadin.data.provider
-
Sorting information for
Query
. - QuerySortOrder(String, SortDirection) - Constructor for class com.vaadin.data.provider.QuerySortOrder
-
Constructs sorting information for usage in a
Query
. - QuerySortOrderBuilder - Class in com.vaadin.data.provider
-
Helper classes with fluent API for constructing
QuerySortOrder
lists. - QuerySortOrderBuilder() - Constructor for class com.vaadin.data.provider.QuerySortOrderBuilder
- QUESTION - com.vaadin.icons.VaadinIcons
- QUESTION - com.vaadin.server.FontAwesome
-
Deprecated.
- QUESTION_CIRCLE - com.vaadin.icons.VaadinIcons
- QUESTION_CIRCLE - com.vaadin.server.FontAwesome
-
Deprecated.
- QUESTION_CIRCLE_O - com.vaadin.icons.VaadinIcons
- quickOpenDelay - Variable in class com.vaadin.shared.ui.ui.UIState.TooltipConfigurationState
- quickOpenTimeout - Variable in class com.vaadin.shared.ui.ui.UIState.TooltipConfigurationState
- QUOTE_LEFT - com.vaadin.icons.VaadinIcons
- QUOTE_LEFT - com.vaadin.server.FontAwesome
-
Deprecated.
- QUOTE_RIGHT - com.vaadin.icons.VaadinIcons
- QUOTE_RIGHT - com.vaadin.server.FontAwesome
-
Deprecated.
R
- R - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- RA - com.vaadin.server.FontAwesome
-
Deprecated.
- RadioButtonGroup<T> - Class in com.vaadin.ui
-
A group of RadioButtons.
- RadioButtonGroup() - Constructor for class com.vaadin.ui.RadioButtonGroup
-
Constructs a new RadioButtonGroup.
- RadioButtonGroup(String) - Constructor for class com.vaadin.ui.RadioButtonGroup
-
Constructs a new RadioButtonGroup with caption.
- RadioButtonGroup(String, DataProvider<T, ?>) - Constructor for class com.vaadin.ui.RadioButtonGroup
-
Constructs a new RadioButtonGroup with caption and DataProvider.
- RadioButtonGroup(String, Collection<T>) - Constructor for class com.vaadin.ui.RadioButtonGroup
-
Constructs a new RadioButtonGroup with caption and DataProvider containing given items.
- RadioButtonGroupConnector - Class in com.vaadin.client.ui.optiongroup
-
CheckBoxGroup client side connector.
- RadioButtonGroupConnector() - Constructor for class com.vaadin.client.ui.optiongroup.RadioButtonGroupConnector
- RadioButtonGroupState - Class in com.vaadin.shared.ui.optiongroup
-
Shared state for the RadioButtonGroup component.
- RadioButtonGroupState() - Constructor for class com.vaadin.shared.ui.optiongroup.RadioButtonGroupState
- RANDOM - com.vaadin.icons.VaadinIcons
- RANDOM - com.vaadin.server.FontAwesome
-
Deprecated.
- Range - Class in com.vaadin.shared
-
An immutable representation of a range, marked by start and end points.
- rangeEnd - Variable in class com.vaadin.shared.ui.datefield.AbstractDateFieldState
-
End range that has been cleared, depending on the resolution of the date field.
- rangeStart - Variable in class com.vaadin.shared.ui.datefield.AbstractDateFieldState
-
Start range that has been cleared, depending on the resolution of the date field.
- RangeValidator<T> - Class in com.vaadin.data.validator
-
Verifies that a value is within the given range.
- RangeValidator(String, Comparator<? super T>, T, T) - Constructor for class com.vaadin.data.validator.RangeValidator
-
Creates a new range validator of the given type.
- RASTER - com.vaadin.icons.VaadinIcons
- RASTER_LOWER_LEFT - com.vaadin.icons.VaadinIcons
- 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).
- read() - Method in class com.vaadin.server.communication.FileUploadHandler.SimpleMultiPartInputStream
- read(BEAN) - Method in interface com.vaadin.data.Binder.Binding
-
Reads the value from given item and stores it to the bound field.
- read(BEAN) - Method in class com.vaadin.data.Binder.BindingImpl
- read(Component) - Static method in class com.vaadin.ui.declarative.Design
-
Loads a design for the given root component.
- read(InputStream) - Static method in class com.vaadin.ui.declarative.Design
-
Loads a design from the given input stream.
- read(InputStream, Component) - Static method in class com.vaadin.ui.declarative.Design
-
Loads a design from the given stream using the given root component.
- read(String, Component) - Static method in class com.vaadin.ui.declarative.Design
-
Loads a design from the given file name using the given root component.
- readAlignment(Attributes) - Static method in class com.vaadin.ui.declarative.DesignAttributeHandler
-
Read the alignment from the given child component attributes.
- readAttribute(String, Attributes, Class<T>) - Static method in class com.vaadin.ui.declarative.DesignAttributeHandler
-
Reads the given attribute from a set of attributes.
- readAttribute(String, Attributes, T, Class<T>) - Static method in class com.vaadin.ui.declarative.DesignAttributeHandler
-
Reads the given attribute from a set of attributes.
- readBean(BEAN) - Method in class com.vaadin.data.Binder
-
Reads the bound property values from the given bean to the corresponding fields.
- readData(Element, List<DeclarativeValueProvider<T>>) - Method in class com.vaadin.ui.Grid
-
Reads the declarative representation of a grid's data from the given element and stores it in the given
DeclarativeValueProvider
s. - readData(Element, List<DeclarativeValueProvider<T>>) - Method in class com.vaadin.ui.TreeGrid
- readDesign(Element) - Method in class com.vaadin.ui.declarative.DesignContext
-
Reads the given design node and creates the corresponding component tree.
- readDesign(Element, Component) - Method in class com.vaadin.ui.declarative.DesignContext
-
Reads the given design node and populates the given component with the corresponding component tree.
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.AbsoluteLayout
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.AbstractColorPicker
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.AbstractComponent
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.AbstractDateField
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.AbstractEmbedded
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.AbstractField
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.AbstractListing
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.AbstractMedia
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.AbstractOrderedLayout
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.AbstractSingleComponentContainer
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.AbstractSplitPanel
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.AbstractTextField
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.Button
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.CheckBox
- readDesign(Element, DesignContext) - Method in interface com.vaadin.ui.Component
-
Reads the component state from the given design.
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.components.grid.Header.Row
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.components.grid.StaticSection
-
Reads the declarative design from the given table section element.
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.components.grid.StaticSection.StaticRow
-
Reads the declarative design from the given table row element.
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.CssLayout
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.CustomLayout
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.DragAndDropWrapper
-
Deprecated.
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.Grid.Column
-
Reads the design attributes for this column from given element.
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.GridLayout
-
Reads the component state from the given design.
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.Label
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.Link
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.MenuBar
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.Panel
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.PasswordField
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.PopupView
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.ProgressBar
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.RichTextArea
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.Slider
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.TabSheet
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.TextArea
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.TextField
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.Tree
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.Video
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.Window
- readDesignChildren(Elements, DesignContext) - Method in class com.vaadin.ui.AbstractSingleComponentContainer
-
Reads the content component from the list of child elements of a design.
- readDesignChildren(Elements, DesignContext) - Method in class com.vaadin.ui.Window
-
Reads the content and possible assistive descriptions from the list of child elements of a design.
- readFromHttpSession(WrappedSession) - Method in class com.vaadin.server.VaadinService
-
Performs the actual read of the VaadinSession from the underlying HTTP session after sanity checks have been performed.
- readItem(Element, DesignContext) - Method in class com.vaadin.ui.AbstractListing
-
Reads an Item from a design and inserts it into the data source.
- readItem(Element, Set<T>, DesignContext) - Method in class com.vaadin.ui.AbstractMultiSelect
-
Reads an Item from a design and inserts it into the data source.
- readItem(Element, Set<T>, DesignContext) - Method in class com.vaadin.ui.AbstractSingleSelect
-
Reads an Item from a design and inserts it into the data source.
- readItem(Element, Set<T>, DesignContext) - Method in class com.vaadin.ui.CheckBoxGroup
- readItem(Element, Set<T>, DesignContext) - Method in class com.vaadin.ui.ComboBox
- readItem(Element, Set<T>, DesignContext) - Method in class com.vaadin.ui.RadioButtonGroup
- readItems(Element, DesignContext) - Method in class com.vaadin.ui.AbstractListing
-
Reads the data source items from the
design
. - readItems(Element, DesignContext) - Method in class com.vaadin.ui.AbstractMultiSelect
- readItems(Element, DesignContext) - Method in class com.vaadin.ui.AbstractSingleSelect
- readItems(Element, DesignContext) - Method in class com.vaadin.ui.CheckBoxGroup
- readItems(Element, DesignContext) - Method in class com.vaadin.ui.ComboBox
- readItems(Element, DesignContext) - Method in class com.vaadin.ui.Grid
- readItems(Element, DesignContext) - Method in class com.vaadin.ui.RadioButtonGroup
- readMargin(Element, MarginInfo, DesignContext) - Method in class com.vaadin.ui.AbstractLayout
-
Reads margin attributes from a design into a MarginInfo object.
- readMenuElement(Element) - Method in class com.vaadin.ui.MenuBar
- 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.
- readOnly - Variable in class com.vaadin.shared.AbstractFieldState
-
Is the field read-only or not.
- ReadOnlyHasValue<V> - Class in com.vaadin.data
-
Generic
HasValue
to use any type of component with Vaadin data binding. - ReadOnlyHasValue(SerializableConsumer<V>) - Constructor for class com.vaadin.data.ReadOnlyHasValue
-
Creates new
ReadOnlyHasValue
withnull
as an empty value. - ReadOnlyHasValue(SerializableConsumer<V>, V) - Constructor for class com.vaadin.data.ReadOnlyHasValue
-
Creates new
ReadOnlyHasValue
. - readPackageMappings(Document) - Method in class com.vaadin.ui.declarative.DesignContext
-
Reads and stores the mappings from prefixes to package names from meta tags located under <head> in the html document.
- 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.
- REBEL - com.vaadin.server.FontAwesome
-
Deprecated.
- 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.
- recalculateColumnWidths() - Method in interface com.vaadin.shared.ui.grid.GridClientRpc
-
Command client Grid to recalculate column widths.
- recalculateColumnWidths() - Method in class com.vaadin.ui.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.
- received(long) - Method in interface com.vaadin.shared.ui.DelayedCallbackRpc
-
Mark the round-trip completed for all the pending delayed callbacks up to the given one.
- receiveEvent(EventObject) - Method in class com.vaadin.event.ListenerMethod
-
Receives one event from the
EventRouter
and calls the trigger method if it matches with the criteria defined for the listener. - receiveMessage(Reader) - Method in class com.vaadin.server.communication.AtmospherePushConnection
-
Reads and buffers a (possibly partial) message.
- receiveUpload(String, String) - Method in interface com.vaadin.ui.Upload.Receiver
-
Invoked when a new upload arrives.
- 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
- reconnectAttempts - Variable in class com.vaadin.shared.ui.ui.UIState.ReconnectDialogConfigurationState
- ReconnectDialog - Interface in com.vaadin.client.communication
-
Interface which must be implemented by the reconnect dialog.
- reconnectDialogConfiguration - Variable in class com.vaadin.shared.ui.ui.UIState
- ReconnectDialogConfiguration - Interface in com.vaadin.ui
-
Provides method for configuring the reconnect dialog.
- ReconnectDialogConfigurationState() - Constructor for class com.vaadin.shared.ui.ui.UIState.ReconnectDialogConfigurationState
- reconnectInterval - Variable in class com.vaadin.shared.ui.ui.UIState.ReconnectDialogConfigurationState
- reconstructDateFromFields(Map<String, Integer>, T) - Method in class com.vaadin.ui.AbstractDateField
-
Construct a date object from the individual field values received from the client.
- RECORDS - com.vaadin.icons.VaadinIcons
- RECYCLE - com.vaadin.icons.VaadinIcons
- RECYCLE - com.vaadin.server.FontAwesome
-
Deprecated.
- red() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- RED - Static variable in class com.vaadin.shared.ui.colorpicker.Color
- REDDIT - com.vaadin.server.FontAwesome
-
Deprecated.
- REDDIT_ALIEN - com.vaadin.server.FontAwesome
-
Deprecated.
- REDDIT_SQUARE - com.vaadin.server.FontAwesome
-
Deprecated.
- 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
- ReflectTools - Class in com.vaadin.util
-
An util class with helpers for reflection operations.
- refresh() - Method in interface com.vaadin.shared.ui.colorpicker.ColorPickerGridServerRpc
-
Call to refresh the grid.
- refresh(VaadinRequest) - Method in class com.vaadin.ui.UI
-
Reinitializes this UI after a browser refresh if the UI is set to be preserved on refresh, typically using the
PreserveOnRefresh
annotation. - refresh(T) - Method in class com.vaadin.data.provider.DataCommunicator
-
Informs the DataProvider that a data object has been updated.
- refresh(T) - Method in interface com.vaadin.data.provider.DataKeyMapper
-
Updates any existing mappings of given data object.
- refresh(T) - Method in class com.vaadin.ui.AbstractListing.AbstractListingExtension
-
A helper method for refreshing the client-side representation of a single data item.
- refresh(V) - Method in class com.vaadin.server.KeyMapper
- REFRESH - com.vaadin.icons.VaadinIcons
- REFRESH - com.vaadin.server.FontAwesome
-
Deprecated.
- refreshAll() - Method in class com.vaadin.data.provider.AbstractDataProvider
- refreshAll() - Method in interface com.vaadin.data.provider.DataProvider
-
Refreshes all data based on currently available data in the underlying provider.
- refreshAll() - Method in class com.vaadin.data.provider.DataProviderWrapper
- 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.
- refreshData(T) - Method in interface com.vaadin.data.provider.DataGenerator
-
Informs the
DataGenerator
that a data object has been updated. - refreshData(T) - Method in class com.vaadin.ui.components.grid.MultiSelectionModelImpl
- refreshData(T) - Method in class com.vaadin.ui.components.grid.SingleSelectionModelImpl
- refreshDefaultCaptionStyle() - Method in class com.vaadin.client.ui.colorpicker.AbstractColorPickerConnector
-
Add/remove default caption style.
- refreshFields() - Method in class com.vaadin.data.Binder
-
Refreshes the fields values by reading them again from the currently associated bean via invoking their corresponding value provider methods.
- refreshItem(T) - Method in class com.vaadin.data.provider.AbstractDataProvider
- refreshItem(T) - Method in interface com.vaadin.data.provider.DataProvider
-
Refreshes the given item.
- refreshItem(T) - Method in class com.vaadin.data.provider.DataProviderWrapper
- 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.
- refreshTransients(WrappedSession, VaadinService) - Method in class com.vaadin.server.VaadinSession
-
Refreshes the transient fields of the session to ensure they are up to date.
- RegexpValidator - Class in com.vaadin.data.validator
-
A string validator comparing the string against a Java regular expression.
- RegexpValidator(String, String) - Constructor for class com.vaadin.data.validator.RegexpValidator
-
Creates a validator for checking that the regular expression matches the complete string to validate.
- RegexpValidator(String, String, boolean) - Constructor for class com.vaadin.data.validator.RegexpValidator
-
Creates a validator for checking that the regular expression matches the string to validate.
- register(Resource, ClientConnector) - Method in class com.vaadin.server.GlobalResourceHandler
-
Registers a resource to be served with a global URL.
- 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.
- registerCallback(String, JavaScriptFunction) - Method in class com.vaadin.server.JavaScriptCallbackHelper
- registerChildren(T, List<T>) - Method in class com.vaadin.data.provider.HierarchyMapper
-
Register parent and child items into inner structures.
- registerConnector(ClientConnector) - Method in class com.vaadin.ui.ConnectorTracker
-
Register the given connector.
- 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.
- registerDependency(String, Class<?>) - Method in class com.vaadin.server.LegacyCommunicationManager
-
Deprecated.As of 7.1. See #11413.
- registerDragSourceRpc() - Method in class com.vaadin.ui.components.grid.GridDragSource
- registerDragSourceRpc() - Method in class com.vaadin.ui.dnd.DragSourceExtension
-
Registers the server side RPC methods invoked from client side on
dragstart
anddragend
events. - registerDropTargetRpc() - Method in class com.vaadin.ui.components.grid.GridDropTarget
- registerDropTargetRpc() - Method in class com.vaadin.ui.components.grid.TreeGridDropTarget
- registerDropTargetRpc() - Method in class com.vaadin.ui.dnd.DropTargetExtension
-
Registers the server side RPC methods invoked from client side on
drop
event. - REGISTERED - com.vaadin.server.FontAwesome
-
Deprecated.
- registeredEventListeners - Variable in class com.vaadin.shared.communication.SharedState
-
A set of event identifiers with registered listeners.
- 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<?>) - Method in class com.vaadin.server.JavaScriptCallbackHelper
- registerRpc(Class<T>, T) - Method in class com.vaadin.client.ui.AbstractConnector
-
Registers an implementation for a server to client RPC interface.
- registerRpc(R, Class<R>) - Method in class com.vaadin.ui.renderers.AbstractJavaScriptRenderer
- registerRpc(T) - Method in class com.vaadin.server.AbstractClientConnector
-
Registers an RPC interface implementation for this component.
- registerRpc(T, Class<T>) - Method in class com.vaadin.server.AbstractClientConnector
-
Registers an RPC interface implementation for this component.
- registerRpc(T, Class<T>) - Method in class com.vaadin.server.AbstractJavaScriptExtension
- registerRpc(T, Class<T>) - Method in class com.vaadin.ui.AbstractJavaScriptComponent
- 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.
- Registration - Interface in com.vaadin.shared
-
A registration object for removing an event listener added to a source.
- reinitializeSession(VaadinRequest) - Static method in class com.vaadin.server.VaadinService
-
Discards the current session and creates a new session with the same contents.
- reload() - Method in class com.vaadin.server.Page
-
Reloads the page in the browser.
- reload() - Method in interface com.vaadin.shared.ui.ui.PageClientRpc
-
Reloads the page.
- REM - com.vaadin.server.Sizeable.Unit
-
Unit code representing the font-size of the root font.
- remove() - Method in class com.vaadin.server.AbstractExtension
- remove() - Method in interface com.vaadin.server.Extension
-
Remove this extension from its target.
- remove() - Method in interface com.vaadin.shared.Registration
-
Removes the associated listener from the event source.
- remove() - Method in class com.vaadin.ui.AbstractListing.AbstractListingExtension
- remove() - Method in class com.vaadin.ui.components.grid.AbstractSelectionModel
- remove() - Method in class com.vaadin.ui.components.grid.GridDragSource
- remove() - Method in class com.vaadin.ui.components.grid.GridDropTarget
- remove() - Method in interface com.vaadin.ui.components.grid.GridSelectionModel
-
Removes this selection model from the grid.
- remove() - Method in class com.vaadin.ui.dnd.DragSourceExtension
- remove() - Method in class com.vaadin.ui.Grid.DetailsManager
- remove() - Method in class com.vaadin.ui.JavaScript
-
JavaScript is not designed to be removed.
- remove() - Method in interface com.vaadin.ui.renderers.Renderer
-
Deprecated.
- 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(T) - Method in interface com.vaadin.data.provider.DataKeyMapper
-
Removes a data object from the key mapping.
- remove(V) - Method in class com.vaadin.server.KeyMapper
-
Removes object from the mapper.
- REMOVE - com.vaadin.client.debug.internal.Icon
- REMOVE - com.vaadin.server.FontAwesome
-
Deprecated.
- removeAction(T) - Method in interface com.vaadin.event.Action.Notifier
- removeAction(T) - Method in class com.vaadin.event.ActionManager
- removeAction(T) - Method in class com.vaadin.ui.Panel
- removeAction(T) - Method in class com.vaadin.ui.UI
- removeActionHandler(Action.Handler) - Method in interface com.vaadin.event.Action.Container
-
Removes a previously registered action handler for the contents of this container.
- removeActionHandler(Action.Handler) - Method in class com.vaadin.event.ActionManager
- removeActionHandler(Action.Handler) - Method in class com.vaadin.ui.Panel
- removeActionHandler(Action.Handler) - Method in class com.vaadin.ui.UI
- removeAll() - Method in interface com.vaadin.data.provider.DataKeyMapper
-
Removes all data objects from the key mapping.
- removeAll() - Method in class com.vaadin.server.KeyMapper
-
Removes all objects from the mapper.
- removeAll(FastStringSet) - Method in class com.vaadin.client.FastStringSet
- removeAllActionHandlers() - Method in class com.vaadin.event.ActionManager
- removeAllActionHandlers() - Method in class com.vaadin.ui.Panel
-
Removes all action handlers.
- removeAllAnimationEndListeners(Element) - Static method in class com.vaadin.client.AnimationUtil
-
For internal use only.
- removeAllCloseShortcuts() - Method in class com.vaadin.ui.Window
-
Removes all close shortcuts.
- removeAllColumns() - Method in class com.vaadin.ui.Grid
-
Removes all columns from this Grid.
- removeAllComponents() - Method in class com.vaadin.ui.AbstractComponentContainer
-
Removes all components from the container.
- removeAllComponents() - Method in interface com.vaadin.ui.ComponentContainer
-
Removes all components from this container.
- removeAllComponents() - Method in class com.vaadin.ui.GridLayout
- removeAllComponents() - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.This implementation removes the components from the content container (
LegacyWindow.getContent()
) instead of from the actual UI. - removeAllListeners() - Method in class com.vaadin.event.EventRouter
-
Removes all listeners from event router.
- 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. - removeAttachListener(ClientConnector.AttachListener) - Method in class com.vaadin.server.AbstractClientConnector
-
Deprecated.
- removeAttachListener(ClientConnector.AttachListener) - Method in interface com.vaadin.server.ClientConnector
-
Deprecated.
- removeAttachListener(ClientConnector.AttachListener) - Method in class com.vaadin.server.DragAndDropService
-
Deprecated.
- removeAttribute(String) - Method in interface com.vaadin.server.VaadinRequest
-
Removes an attribute from this request.
- removeAttribute(String) - Method in class com.vaadin.server.WrappedHttpSession
- removeAttribute(String) - Method in interface com.vaadin.server.WrappedSession
-
Removes the object bound with the specified name from this session.
- removeBean() - Method in class com.vaadin.data.Binder
-
Removes the currently set bean and clears bound fields.
- removeBinding(Binder.Binding<BEAN, ?>) - Method in class com.vaadin.data.Binder
-
Removes the given Binding from this Binder.
- removeBinding(HasValue<?>) - Method in class com.vaadin.data.Binder
-
Finds and removes all Bindings for the given field.
- removeBinding(String) - Method in class com.vaadin.data.Binder
-
Finds and removes the Binding for the given property name.
- removeBindingInternal(Binder.Binding<BEAN, ?>) - Method in class com.vaadin.data.Binder
-
Removes (internally) the
Binding
from the bound properties map (if present) and from the list ofBinding
s. - removeBlurHandler(BlurHandler) - Method in class com.vaadin.client.ui.VRichTextArea
-
Removes a blur handler.
- removeBootstrapListener(BootstrapListener) - Method in class com.vaadin.server.VaadinSession
-
Deprecated.Use a
Registration
object returned byVaadinSession.addBootstrapListener(BootstrapListener)
to remove a listener - removeBrowserWindowResizeListener(Page.BrowserWindowResizeListener) - Method in class com.vaadin.server.Page
-
Deprecated.As of 8.0, replaced by
Registration.remove()
in the registration object returned fromPage.addBrowserWindowResizeListener(BrowserWindowResizeListener)
. - removeCell(Grid.Column<?, ?>) - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticRow
-
Removes a cell for the given column from this row.
- removeCell(String) - Method in class com.vaadin.ui.components.grid.StaticSection.StaticRow
-
Removes the cell from this section that corresponds to the given column id.
- removeCells(int, int) - Method in class com.vaadin.client.widget.escalator.FlyweightRow
-
Removes cell representations (i.e.
- removeChangeListener(Upload.ChangeListener) - Method in class com.vaadin.ui.Upload
-
Deprecated.
- removeChild(MenuBar.MenuItem) - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Remove the first occurrence of the item.
- removeChildren() - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Empty the list of children items.
- removeChildren(Object) - Method in class com.vaadin.data.provider.HierarchyMapper
-
Removes from internal parent-children bookkeeping all children of an item identified by a given id.
- removeChildrenRecursively(Object) - Method in class com.vaadin.data.provider.HierarchyMapper
-
Removes recursively from internal parent-children bookkeeping all children of an item identified by a given id.
- removeClickListener(MouseEvents.ClickListener) - Method in class com.vaadin.ui.Embedded
-
Deprecated.As of 8.0, replaced by
Registration.remove()
in the registration object returned fromEmbedded.addClickListener(ClickListener)
. - removeClickListener(MouseEvents.ClickListener) - Method in class com.vaadin.ui.Image
-
Deprecated.As of 8.0, replaced by
Registration.remove()
in the registration object returned fromImage.addClickListener(ClickListener)
. - removeClickListener(MouseEvents.ClickListener) - Method in class com.vaadin.ui.Panel
-
Deprecated.As of 8.0, replaced by
Registration.remove()
in the registration object returned fromPanel.addClickListener(ClickListener)
. - removeClickListener(MouseEvents.ClickListener) - Method in class com.vaadin.ui.UI
-
Deprecated.As of 8.0, replaced by
Registration.remove()
in the registration object returned fromUI.removeClickListener(ClickListener)
. - removeClickListener(Button.ClickListener) - Method in class com.vaadin.ui.Button
-
Deprecated.As of 8.0, replaced by
Registration.remove()
in the registration object returned fromButton.addClickListener(ClickListener)
. - removeClickListener(ClickableRenderer.RendererClickListener<T>) - Method in class com.vaadin.ui.renderers.ClickableRenderer
-
Deprecated.
- removeClickShortcut() - Method in class com.vaadin.ui.Button
-
Removes the keyboard shortcut previously set with
Button.setClickShortcut(int, int...)
. - removeCloseListener(Window.CloseListener) - Method in class com.vaadin.ui.Window
-
Deprecated.
- removeCloseShortcut() - Method in class com.vaadin.ui.Window
-
Deprecated.Use
Window.removeCloseShortcut(int, int...)
instead. - removeCloseShortcut(int, int...) - Method in class com.vaadin.ui.Window
-
Removes a close shortcut previously added with
Window.addCloseShortcut(int, int...)
. - 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.
- removeColumn(Grid.Column<T, ?>) - Method in class com.vaadin.ui.Grid
-
Removes the given column from this
Grid
. - removeColumn(String) - Method in class com.vaadin.ui.components.grid.StaticSection
-
Removes the cell corresponding to the given column id.
- removeColumn(String) - Method in class com.vaadin.ui.Grid
-
Removes the column with the given column id.
- 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.
- removeComponent(int, int) - Method in class com.vaadin.ui.GridLayout
-
Removes the component specified by its cell coordinates.
- removeComponent(Component) - Method in class com.vaadin.ui.AbsoluteLayout
- removeComponent(Component) - Method in class com.vaadin.ui.AbstractComponentContainer
-
This only implements the events and component parent calls.
- removeComponent(Component) - Method in class com.vaadin.ui.AbstractOrderedLayout
-
Removes the component from this container.
- removeComponent(Component) - Method in class com.vaadin.ui.AbstractSplitPanel
-
Removes the component from this container.
- removeComponent(Component) - Method in interface com.vaadin.ui.ComponentContainer
-
Removes the component from this container.
- removeComponent(Component) - Method in class com.vaadin.ui.CssLayout
-
Removes the component from this container.
- removeComponent(Component) - Method in class com.vaadin.ui.CustomLayout
-
Removes the component from this container.
- removeComponent(Component) - Method in class com.vaadin.ui.GridLayout
-
Removes the specified component from the layout.
- removeComponent(Component) - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.This implementation removes the component from the content container (
LegacyWindow.getContent()
) instead of from the actual UI. - removeComponent(Component) - Method in class com.vaadin.ui.TabSheet
-
Removes a component and its corresponding tab.
- removeComponent(String) - Method in class com.vaadin.ui.CustomLayout
-
Removes the component from this container from given location.
- removeComponentAttachListener(HasComponents.ComponentAttachListener) - Method in class com.vaadin.ui.AbstractComponentContainer
-
Deprecated.
- removeComponentAttachListener(HasComponents.ComponentAttachListener) - Method in class com.vaadin.ui.AbstractSingleComponentContainer
-
Deprecated.
- removeComponentAttachListener(HasComponents.ComponentAttachListener) - Method in interface com.vaadin.ui.HasComponents.ComponentAttachDetachNotifier
-
Deprecated.As of 8.0, replaced by
Registration.remove()
in the registration object returned fromHasComponents.ComponentAttachDetachNotifier.addComponentAttachListener(ComponentAttachListener)
. - removeComponentCreationListener(DesignContext.ComponentCreationListener) - Method in class com.vaadin.ui.declarative.DesignContext
-
Deprecated.Use a
Registration
object returned byDesignContext.addComponentCreationListener(ComponentCreationListener)
a listener - removeComponentDetachListener(HasComponents.ComponentDetachListener) - Method in class com.vaadin.ui.AbstractComponentContainer
-
Deprecated.
- removeComponentDetachListener(HasComponents.ComponentDetachListener) - Method in class com.vaadin.ui.AbstractSingleComponentContainer
-
Deprecated.
- removeComponentDetachListener(HasComponents.ComponentDetachListener) - Method in interface com.vaadin.ui.HasComponents.ComponentAttachDetachNotifier
-
Deprecated.
- removeComponentFromGrid(Component) - Method in class com.vaadin.ui.Grid.AbstractGridExtension
-
Removes given component from the connector hierarchy of Grid.
- removeContextClickListener(ContextClickEvent.ContextClickListener) - Method in interface com.vaadin.event.ContextClickEvent.ContextClickNotifier
-
Deprecated.As of 8.0, replaced by
Registration.remove()
in the registration object returned fromContextClickEvent.ContextClickNotifier.addContextClickListener(ContextClickListener)
. - removeContextClickListener(ContextClickEvent.ContextClickListener) - Method in class com.vaadin.ui.AbstractComponent
-
Deprecated.
- removeContextClickListener(ContextClickEvent.ContextClickListener) - Method in class com.vaadin.ui.Tree
-
Deprecated.
- removeConverter(Class<?>) - Method in class com.vaadin.ui.declarative.DesignFormatter
-
Removes the converter for given type, if it was present.
- removeDataGenerator(DataGenerator<T>) - Method in class com.vaadin.data.provider.DataCommunicator
-
Removes a data generator from this data communicator.
- removeDataGenerator(DataGenerator<T>) - Method in class com.vaadin.ui.AbstractListing
-
Removes the given data generator from this listing.
- removeDependent(String) - Method in class com.vaadin.client.MeasuredSize
- removeDetachListener(ClientConnector.DetachListener) - Method in class com.vaadin.server.AbstractClientConnector
-
Deprecated.
- removeDetachListener(ClientConnector.DetachListener) - Method in interface com.vaadin.server.ClientConnector
-
Deprecated.
- removeDetachListener(ClientConnector.DetachListener) - Method in class com.vaadin.server.DragAndDropService
-
Deprecated.
- 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
- removeExtension(Extension) - Method in class com.vaadin.server.AbstractClientConnector
- removeExtension(Extension) - Method in interface com.vaadin.server.ClientConnector
-
Remove an extension from this connector.
- removeExtension(Extension) - Method in class com.vaadin.server.DragAndDropService
-
Deprecated.
- removeFailedListener(Upload.FailedListener) - Method in class com.vaadin.ui.Upload
-
Deprecated.
- removeFinishedListener(Upload.FinishedListener) - Method in class com.vaadin.ui.Upload
-
Deprecated.
- removeFooterRow(int) - Method in class com.vaadin.client.widgets.Grid
-
Removes the row at the given position from the footer section.
- removeFooterRow(int) - Method in class com.vaadin.ui.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.
- removeFooterRow(FooterRow) - Method in class com.vaadin.ui.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.
- removeFromHttpSession(WrappedSession) - Method in class com.vaadin.server.VaadinService
-
Performs the actual removal of the VaadinSession from the underlying HTTP session after sanity checks have been performed.
- removeFromParent() - Method in class com.vaadin.client.ui.dd.DragHandle
-
Removes this drag handle from whatever it was attached to.
- removeFromParent(Component) - Static method in class com.vaadin.ui.AbstractSingleComponentContainer
-
Utility method for removing a component from its parent (if possible).
- removeFromSession(VaadinService) - Method in class com.vaadin.server.VaadinSession
-
Deprecated.as of 7.6, call
VaadinService.removeSession(WrappedSession)
instead - removeFunction(String) - Method in class com.vaadin.ui.JavaScript
-
Removes a JavaScriptFunction from the browser's global JavaScript namespace.
- 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(int) - Method in class com.vaadin.ui.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.
- removeHeaderRow(HeaderRow) - Method in class com.vaadin.ui.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.
- removeItem(MenuBar.MenuItem) - Method in class com.vaadin.ui.MenuBar
-
Remove first occurrence the specified item from the main menu.
- removeItem(T) - Method in class com.vaadin.data.TreeData
-
Remove a given item from this structure.
- removeItems() - Method in class com.vaadin.ui.MenuBar
-
Empty the menu bar.
- removeItems(DropEffect, DataProvider<T, ?>, Collection<T>) - Method in interface com.vaadin.ui.components.grid.SourceDataProviderUpdater
-
Called when Items have been dragged.
- removeLayoutClickListener(LayoutEvents.LayoutClickListener) - Method in interface com.vaadin.event.LayoutEvents.LayoutClickNotifier
-
Deprecated.As of 8.0, replaced by
Registration.remove()
in the registration object returned fromLayoutEvents.LayoutClickNotifier.addLayoutClickListener(LayoutClickListener)
. - removeLayoutClickListener(LayoutEvents.LayoutClickListener) - Method in class com.vaadin.ui.AbsoluteLayout
-
Deprecated.
- removeLayoutClickListener(LayoutEvents.LayoutClickListener) - Method in class com.vaadin.ui.AbstractOrderedLayout
-
Deprecated.
- removeLayoutClickListener(LayoutEvents.LayoutClickListener) - Method in class com.vaadin.ui.CssLayout
-
Deprecated.
- removeLayoutClickListener(LayoutEvents.LayoutClickListener) - Method in class com.vaadin.ui.GridLayout
-
Deprecated.
- 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
- removeListener(Page.BrowserWindowResizeListener) - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.As of 7.0, use the similarly named api in Page instead
- removeListener(Component.Listener) - Method in class com.vaadin.ui.AbstractComponent
-
Deprecated.
- removeListener(Component.Listener) - Method in interface com.vaadin.ui.Component
-
Deprecated.As of 8.0, replaced by
Registration.remove()
in the registration object returned fromComponent.addListener(Component.Listener)
. - removeListener(Class<?>, SerializableEventListener) - Method in class com.vaadin.event.EventRouter
- removeListener(Class<?>, SerializableEventListener) - Method in interface com.vaadin.event.MethodEventSource
-
Removes all registered listeners matching the given parameters.
- removeListener(Class<?>, SerializableEventListener) - Method in class com.vaadin.server.AbstractClientConnector
-
Deprecated.use a
Registration
fromAbstractClientConnector.addListener(java.lang.String, java.lang.Class<?>, java.lang.Object, java.lang.reflect.Method)
to remove a listener - removeListener(Class<?>, Object) - Method in class com.vaadin.event.EventRouter
-
Deprecated.
- removeListener(Class<?>, Object) - Method in interface com.vaadin.event.MethodEventSource
-
Deprecated.
- removeListener(Class<?>, Object) - Method in class com.vaadin.server.AbstractClientConnector
-
Deprecated.use a
Registration
fromAbstractClientConnector.addListener(java.lang.String, java.lang.Class<?>, java.lang.Object, java.lang.reflect.Method)
to remove a listener - removeListener(Class<?>, Object, Method) - Method in class com.vaadin.event.EventRouter
-
Deprecated.
- removeListener(Class<?>, Object, Method) - Method in interface com.vaadin.event.MethodEventSource
-
Deprecated.use a
Registration
returned byMethodEventSource.addListener(Class, Object, Method)
- removeListener(Class<?>, Object, Method) - Method in class com.vaadin.server.AbstractClientConnector
-
Deprecated.use a
Registration
fromAbstractClientConnector.addListener(Class, Object, Method)
to remove a listener - removeListener(Class<?>, Object, String) - Method in class com.vaadin.event.EventRouter
-
Deprecated.
- removeListener(Class<?>, Object, String) - Method in interface com.vaadin.event.MethodEventSource
-
Deprecated.use a
Registration
returned byMethodEventSource.addListener(Class, Object, String)
- removeListener(Class<?>, Object, String) - Method in class com.vaadin.server.AbstractClientConnector
-
Deprecated.As of 7.0. This method should be avoided. Use
AbstractClientConnector.removeListener(Class, Object, Method)
instead. - removeListener(String, Class<?>, Object) - Method in class com.vaadin.server.AbstractClientConnector
-
Deprecated.use a
Registration
fromAbstractClientConnector.addListener(Class, Object, Method)
to remove a listener - removeLoginListener(LoginForm.LoginListener) - Method in class com.vaadin.ui.LoginForm
-
Deprecated.As of 8.0, replaced by
Registration.remove()
in the registration object returned fromLoginForm.addLoginListener(LoginListener)
. - removeMatching(MethodInvocation) - Method in class com.vaadin.client.communication.ServerRpcQueue
-
Removes any pending invocation of the given method from the queue.
- removeParameter(String) - Method in class com.vaadin.server.BrowserWindowOpener
-
Removes a parameter that has been set using
BrowserWindowOpener.setParameter(String, String)
. - removeParameter(String) - Method in class com.vaadin.ui.Embedded
-
Removes an object parameter from the list.
- removePollListener(UIEvents.PollListener) - Method in interface com.vaadin.event.UIEvents.PollNotifier
-
Deprecated.As of 8.0, replaced by
Registration.remove()
in the registration object returned fromUIEvents.PollNotifier.addPollListener(PollListener)
. - removePollListener(UIEvents.PollListener) - Method in class com.vaadin.ui.UI
-
Deprecated.
- removePopupVisibilityListener(PopupView.PopupVisibilityListener) - Method in class com.vaadin.ui.PopupView
-
Deprecated.As of 8.0, replaced by
Registration.remove()
in the registration object returned fromPopupView.addPopupVisibilityListener(PopupVisibilityListener)
. - removeProgressListener(Upload.ProgressListener) - Method in class com.vaadin.ui.Upload
-
Deprecated.
- removeProvider(ViewProvider) - Method in class com.vaadin.navigator.Navigator
-
Unregister a view provider (factory).
- removeRegisteredEventListener(SharedState, String) - Static method in class com.vaadin.shared.ui.ComponentStateUtil
-
Deprecated.Use a
Registration
object returned byComponentStateUtil.addRegisteredEventListener(SharedState, String)
to remove a listener - removeRequestHandler(RequestHandler) - Method in class com.vaadin.server.VaadinSession
-
Removes a request handler from the session.
- removeResizeListener(Window.ResizeListener) - Method in class com.vaadin.ui.Window
-
Deprecated.
- 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(int) - Method in class com.vaadin.ui.components.grid.Header
- removeRow(int) - Method in class com.vaadin.ui.components.grid.StaticSection
-
Removes the row at the given index.
- removeRow(int) - Method in class com.vaadin.ui.GridLayout
-
Removes a row and all the components in the row.
- removeRow(Object) - Method in class com.vaadin.ui.components.grid.StaticSection
-
Removes the given row from this section.
- 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.
- removeRowData(int, int) - Method in interface com.vaadin.shared.data.DataProviderRpc
-
Informs the client to remove row 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.
- removeRows(int, int) - Method in interface com.vaadin.shared.data.DataCommunicatorClientRpc
-
Informs that the server has removed data.
- removeSelectedTabChangeListener(TabSheet.SelectedTabChangeListener) - Method in class com.vaadin.ui.TabSheet
-
Deprecated.As of 8.0, replaced by
Registration.remove()
in the registration object returned fromTabSheet.removeSelectedTabChangeListener(SelectedTabChangeListener)
. - removeServiceDestroyListener(ServiceDestroyListener) - Method in class com.vaadin.server.VaadinService
-
Deprecated.use the
Registration
object returned byVaadinService.addServiceDestroyListener(ServiceDestroyListener)
to remove the listener - removeSession(WrappedSession) - Method in class com.vaadin.server.VaadinService
-
Called when the VaadinSession should be removed from the underlying HTTP session.
- removeSessionDestroyListener(SessionDestroyListener) - Method in class com.vaadin.server.VaadinService
-
Deprecated.use the
Registration
object returned byVaadinService.addSessionDestroyListener(SessionDestroyListener)
to remove the listener - removeSessionInitListener(SessionInitListener) - Method in class com.vaadin.server.VaadinService
-
Deprecated.use the
Registration
object returned byVaadinService.addSessionInitListener(SessionInitListener)
to remove the listener - removeShortcutListener(ShortcutListener) - Method in interface com.vaadin.event.Action.ShortcutNotifier
-
Deprecated.As of 8.0, replaced by
Registration.remove()
in the registration object returned fromAction.ShortcutNotifier.addShortcutListener(ShortcutListener)
. - removeShortcutListener(ShortcutListener) - Method in class com.vaadin.ui.AbstractComponent
-
Deprecated.
- removeSlot(Slot) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
-
Remove a slot from the layout.
- removeSplitPositionChangeListener(AbstractSplitPanel.SplitPositionChangeListener) - Method in class com.vaadin.ui.AbstractSplitPanel
-
Deprecated.
- removeSplitterClickListener(AbstractSplitPanel.SplitterClickListener) - Method in class com.vaadin.ui.AbstractSplitPanel
-
Deprecated.
- removeStartedListener(Upload.StartedListener) - Method in class com.vaadin.ui.Upload
-
Deprecated.
- 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.
- removeStyleName(String) - Method in class com.vaadin.ui.AbstractComponent
- removeStyleName(String) - Method in class com.vaadin.ui.CheckBox.CheckBoxInputElement
- removeStyleName(String) - Method in class com.vaadin.ui.CheckBox.CheckBoxLabelElement
- removeStyleName(String) - Method in interface com.vaadin.ui.Component
-
Removes one or more style names from component.
- removeStyleName(String) - Method in class com.vaadin.ui.Composite
- removeStyleName(String) - Method in interface com.vaadin.ui.HasStyleNames
-
Removes one or more style names from component.
- removeStyleName(String) - Method in class com.vaadin.ui.Tree
- removeStyleNames(String...) - Method in interface com.vaadin.ui.Component
-
Removes one or more style names from component.
- removeStyleNames(String...) - Method in interface com.vaadin.ui.HasStyleNames
-
Removes one or more style names from component.
- removeSucceededListener(Upload.SucceededListener) - Method in class com.vaadin.ui.Upload
-
Deprecated.
- 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.
- removeTab(TabSheet.Tab) - Method in class com.vaadin.ui.TabSheet
-
Removes a
TabSheet.Tab
and the component associated with it, as previously added withTabSheet.addTab(Component)
,TabSheet.addTab(Component, String, Resource)
orTabSheet.addComponent(Component)
. - removeUI(UI) - Method in class com.vaadin.server.VaadinSession
-
Called by the framework to remove an UI instance from the session because it has been closed.
- removeUIProvider(UIProvider) - Method in class com.vaadin.server.VaadinSession
-
Removes a UI provider association from this session.
- removeUriFragmentChangedListener(Page.UriFragmentChangedListener) - Method in class com.vaadin.server.Page
-
Deprecated.As of 8.0, replaced by
Registration.remove()
in the registration object returned fromPage.addUriFragmentChangedListener(UriFragmentChangedListener)
. - removeView(String) - Method in class com.vaadin.navigator.Navigator
-
Removes a view from navigator.
- removeViewChangeListener(ViewChangeListener) - Method in class com.vaadin.navigator.Navigator
-
Deprecated.use a
Registration
object returned byNavigator.addViewChangeListener(ViewChangeListener)
to remove a listener - removeWidget(Widget) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
-
Remove a slot from the layout.
- removeWindow(LegacyWindow) - Method in class com.vaadin.server.LegacyApplication
-
Deprecated.Removes the specified window from the application.
- removeWindow(Window) - Method in class com.vaadin.ui.UI
-
Remove the given subwindow from this UI.
- removeWindowModeChangeListener(Window.WindowModeChangeListener) - Method in class com.vaadin.ui.Window
-
Deprecated.
- 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 - Variable in class com.vaadin.shared.ui.grid.ColumnState
- Renderer<T> - Interface in com.vaadin.client.renderers
-
Renderer for rending a value <T> into cell.
- Renderer<T> - Interface in com.vaadin.ui.renderers
-
A ClientConnector for controlling client-side
com.vaadin.client.renderers.Renderer
Grid renderers. - 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.
- RendererClickEvent(Grid<T>, T, Grid.Column<T, ?>, MouseEventDetails) - Constructor for class com.vaadin.ui.renderers.ClickableRenderer.RendererClickEvent
- RendererClickRpc - Interface in com.vaadin.shared.ui.grid.renderers
-
RPC interface implemented by server side
ClickableRenderer
s to receive click events from their client side counterparts. - 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.
- RENREN - com.vaadin.server.FontAwesome
-
Deprecated.
- REORDER - com.vaadin.server.FontAwesome
-
Deprecated.
- repaintAll(UI) - Method in class com.vaadin.server.LegacyCommunicationManager
-
Deprecated.
- REPEAT - com.vaadin.server.FontAwesome
-
Deprecated.
- replaceComponent(Widget, Widget) - Method in class com.vaadin.client.ui.VTabsheetPanel
-
Removes the old component and sets the new component to its place.
- replaceComponent(Component, Component) - Method in class com.vaadin.ui.AbsoluteLayout
-
Replaces one component with another one.
- replaceComponent(Component, Component) - Method in class com.vaadin.ui.AbstractOrderedLayout
- replaceComponent(Component, Component) - Method in class com.vaadin.ui.AbstractSplitPanel
- replaceComponent(Component, Component) - Method in interface com.vaadin.ui.ComponentContainer
-
Replaces the component in the container with another one without changing position.
- replaceComponent(Component, Component) - Method in class com.vaadin.ui.CssLayout
- replaceComponent(Component, Component) - Method in class com.vaadin.ui.CustomLayout
- replaceComponent(Component, Component) - Method in class com.vaadin.ui.GridLayout
- replaceComponent(Component, Component) - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.This implementation replaces a component in the content container (
LegacyWindow.getContent()
) instead of in the actual UI. - replaceComponent(Component, Component) - Method in class com.vaadin.ui.TabSheet
-
Replaces a component (tab content) with another.
- replaceCurrentTooltip() - Method in class com.vaadin.client.VTooltip
-
Replace current open tooltip with new content.
- replaceState(String) - Method in class com.vaadin.server.Page
-
Updates the browsers URI without causing actual page change in the same way as
Page.pushState(String)
, but does not add new entry to browsers history. - replaceState(URI) - Method in class com.vaadin.server.Page
-
Updates the browsers URI without causing actual page change in the same way as
Page.pushState(URI)
, but does not add new entry to browsers history. - 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.
- REPLY - com.vaadin.icons.VaadinIcons
- REPLY - com.vaadin.server.FontAwesome
-
Deprecated.
- REPLY_ALL - com.vaadin.icons.VaadinIcons
- REPLY_ALL - com.vaadin.server.FontAwesome
-
Deprecated.
- 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.
- reportErrors(StringBuilder, PrintStream) - Method in class com.vaadin.server.ComponentSizeValidator.InvalidLayout
- reportHeightAssignedToRelative(ComponentConnector, int) - Method in class com.vaadin.client.LayoutManager
-
Registers the height reserved for a relatively sized component.
- reportLayoutProblems(String) - Method in interface com.vaadin.shared.ui.ui.DebugWindowClientRpc
-
Send results from
DebugWindowServerRpc.analyzeLayouts()
back to the client. - 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.
- requestCanCreateSession(VaadinRequest) - Method in class com.vaadin.server.VaadinService
-
Checks whether it's valid to create a new service session as a result of the given request.
- requestCanCreateSession(VaadinRequest) - Method in class com.vaadin.server.VaadinServletService
- requestEnd(VaadinRequest, VaadinResponse, VaadinSession) - Method in class com.vaadin.server.VaadinService
-
Called after the framework has handled a request and the response has been written.
- RequestHandler - Interface in com.vaadin.server
-
Handler for producing a response to HTTP requests.
- 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.
- requestRepaint() - Method in class com.vaadin.server.AbstractClientConnector
-
Deprecated.As of 7.0, use
AbstractClientConnector.markAsDirty()
instead. Note that you typically do not need to callAbstractClientConnector.markAsDirty()
asAbstractClientConnector.getState()
will mark the connector dirty and the framework will then check what, if anything, needs to be sent to the client.LegacyComponent
s which rely on paint might still need to call this orAbstractClientConnector.markAsDirty()
. - requestRepaint() - Method in interface com.vaadin.server.ClientConnector
-
Deprecated.As of 7.0, use
ClientConnector.markAsDirty()
instead - requestRepaint() - Method in class com.vaadin.server.DragAndDropService
-
Deprecated.
- requestRepaintAll() - Method in class com.vaadin.server.AbstractClientConnector
-
Deprecated.As of 7.0, use
AbstractClientConnector.markAsDirtyRecursive()
instead - requestRepaintAll() - Method in interface com.vaadin.server.ClientConnector
-
Deprecated.As of 7.0, use
ClientConnector.markAsDirtyRecursive()
instead - requestRepaintAll() - Method in class com.vaadin.server.DragAndDropService
-
Deprecated.
- requestRows(int, int, int, int) - Method in class com.vaadin.data.provider.DataCommunicator.SimpleDataRequestRpc
- requestRows(int, int, int, int) - Method in interface com.vaadin.shared.data.DataRequestRpc
-
Request rows from the server.
- 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.
- requestStart(VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.VaadinService
-
Called before the framework starts handling a request.
- RequestStartingEvent(ApplicationConnection) - Constructor for class com.vaadin.client.ApplicationConnection.RequestStartingEvent
- required - Variable in class com.vaadin.shared.AbstractFieldState
-
Is the required indicator visible or not.
- REQUIRED - Static variable in class com.vaadin.client.StyleConstants
- REQUIRED_ATMOSPHERE_RUNTIME_JAKARTA_VERSION - Static variable in interface com.vaadin.server.Constants
- REQUIRED_ATMOSPHERE_RUNTIME_VERSION - Static variable in interface com.vaadin.server.Constants
- 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
- RequiredFieldConfigurator - Interface in com.vaadin.data
-
This interface represents a predicate which returns
true
if bound field should be configured to have required indicator viaHasValue.setRequiredIndicatorVisible(boolean)
. - 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 - Variable in class com.vaadin.data.provider.DataCommunicator
-
Boolean for pending hard reset.
- reset() - Static method in class com.vaadin.client.Profiler
-
Resets the collected profiler data.
- reset() - Method in class com.vaadin.data.provider.DataCommunicator
-
Method for internal reset from a change in the component, requiring a full data update.
- reset() - Method in class com.vaadin.ui.ProgressBar
-
Resets the value of this component, effectively displaying zero progress.
- reset(int) - Method in interface com.vaadin.shared.data.DataCommunicatorClientRpc
-
Informs the client-side DataSource that all data has been invalidated.
- 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
- resetDataAndSize(int) - Method in interface com.vaadin.shared.data.DataProviderRpc
-
Resets all data and defines a new size for the data.
- resetForceDataSourceUpdate() - Method in interface com.vaadin.shared.ui.combobox.ComboBoxServerRpc
-
Reset the force update flag once the list contents have been updated.
- 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.
- resizable - Variable in class com.vaadin.shared.ui.grid.ColumnState
-
Whether this column is resizable by the user.
- resizable - Variable in class com.vaadin.shared.ui.window.WindowState
- resize(int, int, int, int) - Method in interface com.vaadin.shared.ui.ui.UIServerRpc
- RESIZE_H - com.vaadin.icons.VaadinIcons
- RESIZE_LAZY - Static variable in class com.vaadin.shared.ui.ui.UIConstants
-
Deprecated.
- RESIZE_V - com.vaadin.icons.VaadinIcons
- ResizeAnimation() - Constructor for class com.vaadin.client.widgets.Overlay.ResizeAnimation
- ResizeEvent(Component) - Constructor for class com.vaadin.ui.Window.ResizeEvent
- 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.
- resizeLazy - Variable in class com.vaadin.shared.ui.window.WindowState
- resolution - Variable in class com.vaadin.client.ui.VSlider
-
Resolution (precision level) of slider.
- resolution - Variable in class com.vaadin.shared.ui.slider.SliderState
-
The number of fractional digits that are considered significant.
- 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
- resolutions - Variable in class com.vaadin.shared.ui.datefield.AbstractDateFieldState
-
The map of
Resolution
s which are currently used by the component. - resolve() - Method in interface com.vaadin.util.CurrentInstanceFallbackResolver
-
Resolves a current instance for the type
T
. - resolve(Collection<Payload>) - Method in class com.vaadin.shared.ui.dnd.criteria.Criterion
-
Compares this criterion's value to the given payload's value and returns whether the result matches the criterion's operator.
- resolveComponentClass(String, DesignContext) - Method in class com.vaadin.ui.declarative.Design.DefaultComponentFactory
-
Resolves a component class based on the fully qualified name of the class.
- resolveConnectorType(int, ApplicationConfiguration) - Method in class com.vaadin.client.WidgetSet
- resolveFrontendUrl(VaadinSession) - Static method in class com.vaadin.server.BootstrapHandler
-
Deprecated.Resolves the URL to use for the frontend:// protocol.
- resolveVaadinUri(String) - Method in class com.vaadin.shared.VaadinUriResolver
-
Translates a Vaadin URI to a URL that can be loaded by the browser.
- Resource - Interface in com.vaadin.server
-
Resource
provided to the client terminal. - RESOURCE_DRAG_IMAGE - Static variable in class com.vaadin.shared.ui.dnd.DragSourceState
- ResourceBundleInactiveException(String) - Constructor for exception com.vaadin.osgi.resources.OsgiVaadinResources.ResourceBundleInactiveException
-
Deprecated.
- resourceCacheTime() - Method in annotation type com.vaadin.annotations.VaadinServletConfiguration
-
The time resources can be cached in the browser, in seconds.
- 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.
- ResourceReference - Class in com.vaadin.server
- ResourceReference(Resource, ClientConnector, String) - Constructor for class com.vaadin.server.ResourceReference
- resources - Variable in class com.vaadin.shared.communication.SharedState
-
The automatically managed resources used by the connector.
- ResourceWriter - Class in com.vaadin.server.communication
-
Serializes resources to JSON.
- ResourceWriter() - Constructor for class com.vaadin.server.communication.ResourceWriter
- RESPONSE_PENDING - com.vaadin.server.communication.AtmospherePushConnection.State
-
Not connected.
- ResponseHandlingEndedEvent(ApplicationConnection) - Constructor for class com.vaadin.client.ApplicationConnection.ResponseHandlingEndedEvent
- ResponseHandlingStartedEvent(ApplicationConnection) - Constructor for class com.vaadin.client.ApplicationConnection.ResponseHandlingStartedEvent
- Responsive - Class in com.vaadin.server
-
An extension providing responsive layout capabilities to any Vaadin component.
- Responsive() - Constructor for class com.vaadin.server.Responsive
-
Creates a new instance, which can be used to extend a component.
- ResponsiveConnector - Class in com.vaadin.client.extensions
-
The client side connector for the Responsive extension.
- ResponsiveConnector() - Constructor for class com.vaadin.client.extensions.ResponsiveConnector
- ResponsiveState - Class in com.vaadin.shared.extension.responsive
-
Shared state for Responsive extension.
- ResponsiveState() - Constructor for class com.vaadin.shared.extension.responsive.ResponsiveState
- restoreBeanState(BEAN, Map<Binder.Binding<BEAN, ?>, Object>) - Method in class com.vaadin.data.Binder
-
Restores the state of the bean from the given values.
- restoreDragImage(String, VDragAndDropManager.DDManagerMediator, Event.NativePreviewEvent) - Method in class com.vaadin.client.ui.dd.DDEventHandleStrategy
-
Deprecated.Restores drag image after temporary update by
DDEventHandleStrategy.updateDragImage(NativePreviewEvent, DDManagerMediator)
. - restoreInstances(Map<Class<?>, CurrentInstance>) - Static method in class com.vaadin.util.CurrentInstance
-
Restores the given instances to the given values.
- restrictTo(Range) - Method in class com.vaadin.shared.Range
-
Limits this range to be within the bounds of the provided range.
- Result<R> - Interface in com.vaadin.data
-
Represents the result of an operation that might fail, such as type conversion.
- 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.
- RESYNCHRONIZE_ID - Static variable in class com.vaadin.shared.ApplicationConstants
-
The name of the parameter used for re-synchronizing.
- retrievePendingRpcCalls() - Method in class com.vaadin.server.AbstractClientConnector
- retrievePendingRpcCalls() - Method in interface com.vaadin.server.ClientConnector
-
Returns the list of pending server to client RPC calls and clears the list.
- retrievePendingRpcCalls() - Method in class com.vaadin.server.DragAndDropService
-
Deprecated.
- RETWEET - com.vaadin.icons.VaadinIcons
- RETWEET - com.vaadin.server.FontAwesome
-
Deprecated.
- revertNavigation() - Method in class com.vaadin.navigator.Navigator
-
Revert the changes to the navigation state.
- revertToSharedStateSelection() - Method in interface com.vaadin.shared.ui.tabsheet.TabsheetClientRpc
-
Forces the client to switch to the tab that is selected by the server.
- rfc5987Encode(String) - Static method in class com.vaadin.util.EncodeUtil
-
Encodes the given string to UTF-8
value-chars
as defined in RFC5987 for use in e.g. - RGB_PATTERN - Static variable in class com.vaadin.ui.components.colorpicker.ColorUtil
-
Case-insensitive
Pattern
with regular expression matching common RGB color presentation patterns:
'rgb' followed by three [0-255] number values. - RGBA_PATTERN - Static variable in class com.vaadin.ui.components.colorpicker.ColorUtil
-
Case-insensitive
Pattern
with regular expression matching common RGBA presentation patterns:
'rgba' followed by three [0-255] values and one [0.0-1.0] value. - rgbVisible - Variable in class com.vaadin.ui.AbstractColorPicker
- RHOMBUS - com.vaadin.icons.VaadinIcons
- RichTextArea - Class in com.vaadin.ui
-
A simple RichTextArea to edit HTML format text.
- RichTextArea() - Constructor for class com.vaadin.ui.RichTextArea
-
Constructs an empty
RichTextArea
with no caption. - RichTextArea(HasValue.ValueChangeListener<String>) - Constructor for class com.vaadin.ui.RichTextArea
-
Constructs a new
RichTextArea
with a value change listener. - RichTextArea(String) - Constructor for class com.vaadin.ui.RichTextArea
-
Constructs an empty
RichTextArea
with the given caption. - RichTextArea(String, HasValue.ValueChangeListener<String>) - Constructor for class com.vaadin.ui.RichTextArea
-
Constructs a new
RichTextArea
with the given caption and a value change listener. - RichTextArea(String, String) - Constructor for class com.vaadin.ui.RichTextArea
-
Constructs a new
RichTextArea
with the given caption and initial text contents. - RichTextArea(String, String, HasValue.ValueChangeListener<String>) - Constructor for class com.vaadin.ui.RichTextArea
-
Constructs a new
RichTextArea
with the given caption, initial text contents and a value change listener. - RichTextAreaClientRpc - Interface in com.vaadin.shared.ui.richtextarea
-
Server to client RPC interface for RichTextArea.
- RichTextAreaConnector - Class in com.vaadin.client.ui.richtextarea
-
Connector for RichTextArea.
- RichTextAreaConnector() - Constructor for class com.vaadin.client.ui.richtextarea.RichTextAreaConnector
- RichTextAreaServerRpc - Interface in com.vaadin.shared.ui.richtextarea
-
Client to server RPC interface for RichTextArea.
- RichTextAreaState - Class in com.vaadin.shared.ui.richtextarea
-
State for RichTextArea.
- RichTextAreaState() - Constructor for class com.vaadin.shared.ui.richtextarea.RichTextAreaState
- RIGHT - com.vaadin.client.ui.orderedlayout.CaptionPosition
-
Caption placed to right.
- RIGHT - com.vaadin.client.widget.grid.DefaultEditorEventHandler.CursorMoveDelta
- RIGHT - com.vaadin.shared.MouseEventDetails.MouseButton
- RIGHT - com.vaadin.shared.ui.dd.HorizontalDropLocation
- RIGHT - Static variable in class com.vaadin.shared.ui.AlignmentInfo
- rightColumnCaption - Variable in class com.vaadin.shared.ui.twincolselect.TwinColSelectState
- RMB - com.vaadin.server.FontAwesome
-
Deprecated.
- ROAD - com.vaadin.icons.VaadinIcons
- ROAD - com.vaadin.server.FontAwesome
-
Deprecated.
- ROAD_BRANCH - com.vaadin.icons.VaadinIcons
- ROAD_BRANCHES - com.vaadin.icons.VaadinIcons
- ROAD_SPLIT - com.vaadin.icons.VaadinIcons
- ROCKET - com.vaadin.icons.VaadinIcons
- ROCKET - com.vaadin.server.FontAwesome
-
Deprecated.
- role - Variable in class com.vaadin.shared.ui.window.WindowState
- 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. - ROTATE_LEFT - com.vaadin.icons.VaadinIcons
- ROTATE_LEFT - com.vaadin.server.FontAwesome
-
Deprecated.
- ROTATE_RIGHT - com.vaadin.icons.VaadinIcons
- ROTATE_RIGHT - com.vaadin.server.FontAwesome
-
Deprecated.
- ROUBLE - com.vaadin.server.FontAwesome
-
Deprecated.
- round(double, int) - Static method in class com.vaadin.client.Util
-
Round
num
up toexp
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() - Constructor for class com.vaadin.ui.components.grid.Footer.Row
-
Creates a new footer row.
- Row() - Constructor for class com.vaadin.ui.components.grid.Header.Row
-
Creates a new header row.
- ROW - com.vaadin.client.widgets.Escalator.AriaGridRole
-
Aria role for grid row elements except within the header.
- ROW - com.vaadin.shared.ui.grid.HeightMode
-
The height of the Component or Widget in question is defined by a number of rows.
- ROW_COLLAPSE_ALLOWED - Static variable in class com.vaadin.shared.data.HierarchicalDataCommunicatorConstants
- ROW_COLLAPSED - Static variable in class com.vaadin.shared.data.HierarchicalDataCommunicatorConstants
- ROW_DEPTH - Static variable in class com.vaadin.shared.data.HierarchicalDataCommunicatorConstants
- ROW_HIERARCHY_DESCRIPTION - Static variable in class com.vaadin.shared.data.HierarchicalDataCommunicatorConstants
- ROW_LEAF - Static variable in class com.vaadin.shared.data.HierarchicalDataCommunicatorConstants
- row1 - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState.ChildComponentData
- row2 - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState.ChildComponentData
- 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
. - rowCount - Variable in class com.vaadin.shared.ui.colorpicker.ColorPickerGridState
- rowDelta - Variable in enum com.vaadin.client.widget.grid.DefaultEditorEventHandler.CursorMoveDelta
-
Vertical change.
- rowDescriptionContentMode - Variable in class com.vaadin.shared.ui.grid.GridState
-
The content mode for row descriptions.
- rowExpand - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState
- 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.
- 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.
- rows - Variable in class com.vaadin.shared.ui.grid.SectionState
-
The rows in this section.
- rows - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState
- rows - Variable in class com.vaadin.shared.ui.listselect.ListSelectState
- rows - Variable in class com.vaadin.shared.ui.textarea.TextAreaState
-
Number of visible rows in the text area.
- rows - Variable in class com.vaadin.shared.ui.twincolselect.TwinColSelectState
- RowState() - Constructor for class com.vaadin.shared.ui.grid.SectionState.RowState
- 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.
- 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.
- rpc - Variable in class com.vaadin.ui.Image
- RPC_INVOCATIONS - Static variable in class com.vaadin.shared.ApplicationConstants
-
The name of the parameter used to transmit RPC invocations.
- RpcInvocationException() - Constructor for exception com.vaadin.server.ServerRpcManager.RpcInvocationException
- RpcInvocationException(String) - Constructor for exception com.vaadin.server.ServerRpcManager.RpcInvocationException
- RpcInvocationException(String, Throwable) - Constructor for exception com.vaadin.server.ServerRpcManager.RpcInvocationException
- RpcInvocationException(Throwable) - Constructor for exception com.vaadin.server.ServerRpcManager.RpcInvocationException
- 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
- RpcRequest(String, boolean) - Constructor for class com.vaadin.server.communication.ServerRpcHandler.RpcRequest
- RpcRequest(String, VaadinRequest) - Constructor for class com.vaadin.server.communication.ServerRpcHandler.RpcRequest
- RSS - com.vaadin.icons.VaadinIcons
- RSS - com.vaadin.server.FontAwesome
-
Deprecated.
- RSS_SQUARE - com.vaadin.icons.VaadinIcons
- RSS_SQUARE - com.vaadin.server.FontAwesome
-
Deprecated.
- rta - Variable in class com.vaadin.client.ui.VRichTextArea
-
For internal use only.
- RUB - com.vaadin.server.FontAwesome
-
Deprecated.
- RUBLE - com.vaadin.server.FontAwesome
-
Deprecated.
- run() - Method in interface com.vaadin.navigator.ViewLeaveAction
-
Executes the action.
- runAfterLeaveConfirmation(ViewLeaveAction) - Method in class com.vaadin.navigator.Navigator
-
Triggers
View.beforeLeave(ViewBeforeLeaveEvent)
for the current view with the given action. - runAfterRoundTrip(UI.DelayedCallback) - Method in class com.vaadin.ui.UI
-
Executes the given callback function after a single client round-trip.
- runAfterRoundTrip(UI.DelayedCallback, int) - Method in class com.vaadin.ui.UI
-
Executes the given callback function after the given number of client round-trips.
- runAfterRoundTrip(UI.DelayedCallback, UI.DelayedCallback) - Method in class com.vaadin.ui.UI
-
Executes the given callback function after a single client round-trip, or the cancel callback if the execution is cancelled through
UI.DelayedCallbackRegistration.cancel()
. - runAfterRoundTrip(UI.DelayedCallback, UI.DelayedCallback, int) - Method in class com.vaadin.ui.UI
-
Executes the given callback function after the given number of client round-trips, or the cancel callback if the execution is cancelled through
UI.DelayedCallbackRegistration.cancel()
. - runDescendentsLayout(HasWidgets) - Method in class com.vaadin.client.ApplicationConnection
-
Deprecated.As of 7.0, serves no purpose
- RUNNING - com.vaadin.client.ApplicationConnection.ApplicationState
- runPendingAccessTasks(VaadinSession) - Method in class com.vaadin.server.VaadinService
-
Purges the queue of pending access invocations enqueued with
VaadinSession.access(Runnable)
. - 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.As of 7.4.0, use
WidgetUtil.runWebkitOverflowAutoFix(Element)
instead. - 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.As of 7.4.0, use
WidgetUtil.runWebkitOverflowAutoFixDeferred(Element)
instead. - runWebkitOverflowAutoFixDeferred(Element) - Static method in class com.vaadin.client.WidgetUtil
-
Defers the execution of
WidgetUtil.runWebkitOverflowAutoFix(Element)
. - 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.
- RUPEE - com.vaadin.server.FontAwesome
-
Deprecated.
S
- S - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- SAFARI - com.vaadin.server.FontAwesome
-
Deprecated.
- SAFE - com.vaadin.icons.VaadinIcons
- SAFE_LOCK - com.vaadin.icons.VaadinIcons
- safeEscapeForHtml(String) - Static method in class com.vaadin.server.VaadinServlet
-
Deprecated.As of 7.0. Will likely change or be removed in a future version
- SASSAddonImportFileCreator - Class in com.vaadin.server.themeutils
-
Helper class for managing the addon imports and creating an a SCSS file for importing all your addon themes.
- SASSAddonImportFileCreator() - Constructor for class com.vaadin.server.themeutils.SASSAddonImportFileCreator
- save() - Method in class com.vaadin.client.widgets.Grid.Editor
-
Saves any unsaved changes to the data source and hides the editor.
- save() - Method in interface com.vaadin.shared.ui.grid.editor.EditorServerRpc
-
Asks the server to save unsaved changes in the editor to the bean.
- save() - Method in interface com.vaadin.ui.components.grid.Editor
-
Saves any changes from the Editor fields to the edited bean.
- save() - Method in class com.vaadin.ui.components.grid.EditorImpl
- save(EditorHandler.EditorRequest<T>) - Method in interface com.vaadin.client.widget.grid.EditorHandler
-
Commits changes in the currently active edit to the data source.
- SAVE - com.vaadin.server.FontAwesome
-
Deprecated.
- saveCaption - Variable in class com.vaadin.shared.ui.grid.editor.EditorState
-
The caption for the save button in the editor.
- 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.
- SCALE - com.vaadin.icons.VaadinIcons
- SCALE_UNBALANCE - com.vaadin.icons.VaadinIcons
- SCATTER_CHART - com.vaadin.icons.VaadinIcons
- 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.
- SCISSORS - com.vaadin.icons.VaadinIcons
- SCISSORS - com.vaadin.server.FontAwesome
-
Deprecated.
- SCREWDRIVER - com.vaadin.icons.VaadinIcons
- SCRIBD - com.vaadin.server.FontAwesome
-
Deprecated.
- scripts - Variable in class com.vaadin.client.ui.VCustomLayout
-
Unexecuted scripts loaded from the template.
- scroll(int, int) - Method in interface com.vaadin.shared.ui.ui.UIServerRpc
- SCROLL_LOCK - com.vaadin.client.debug.internal.Icon
- SCROLL_LOCK - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- Scrollable - Interface in com.vaadin.server
-
This interface is implemented by all visual objects that can be scrolled programmatically from the server-side.
- SCROLLABLE - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Add this stylename to enable the scrollbars in the component when content overflows.
- 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. - ScrollClientRpc - Interface in com.vaadin.shared.ui.ui
- ScrollDestination - Enum in com.vaadin.shared.ui.grid
-
Enumeration, specifying the destinations that are supported when scrolling rows or columns into view.
- 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.
- scrollIntoView(Component) - Method in class com.vaadin.ui.UI
-
Scrolls any component between the component and UI to a suitable position so the component is visible to the user.
- scrollIntoViewVertically(Element) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.scrollIntoViewVertically(Element)
instead. - 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.
- scrollLeft - Variable in class com.vaadin.shared.ui.panel.PanelState
- 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.
- scrollTo(int) - Method in class com.vaadin.ui.Grid
-
Scrolls to a certain item, using
ScrollDestination.ANY
. - scrollTo(int) - Method in class com.vaadin.ui.Tree
-
Scrolls to a certain item, using
ScrollDestination.ANY
. - scrollTo(int) - Method in class com.vaadin.ui.TreeGrid
-
Deprecated.
- scrollTo(int, ScrollDestination) - Method in class com.vaadin.ui.Grid
-
Scrolls to a certain item, using user-specified scroll destination.
- scrollTo(int, ScrollDestination) - Method in class com.vaadin.ui.Tree
-
Scrolls to a certain item, using user-specified scroll destination.
- scrollTo(int, ScrollDestination) - Method in class com.vaadin.ui.TreeGrid
-
Deprecated.
- 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. - scrollToColumn(Grid.Column<T, ?>) - Method in class com.vaadin.ui.Grid
-
Scrolls to the given column, using
ScrollDestination.ANY
. - scrollToColumn(Grid.Column<T, ?>, ScrollDestination) - Method in class com.vaadin.ui.Grid
-
Scrolls to the given column, using the given scroll destination.
- scrollToColumn(String) - Method in class com.vaadin.ui.Grid
-
Scrolls to the given column, using
ScrollDestination.ANY
. - scrollToColumn(String, ScrollDestination) - Method in interface com.vaadin.shared.ui.grid.GridClientRpc
-
Command client Grid to scroll to a specific column.
- scrollToColumn(String, ScrollDestination) - Method in class com.vaadin.ui.Grid
-
Scrolls to the given column, using the given scroll destination.
- scrollToEnd() - Method in class com.vaadin.client.widgets.Grid
-
Scrolls to the end of the very last row.
- scrollToEnd() - Method in interface com.vaadin.shared.ui.grid.GridClientRpc
-
Command client Grid to scroll to the last row.
- scrollToEnd() - Method in class com.vaadin.ui.Grid
-
Scrolls to the end of the last data row.
- scrollToEnd() - Method in class com.vaadin.ui.Tree
-
Scrolls to the end of the last data row.
- scrollTop - Variable in class com.vaadin.client.ui.VPanel
-
For internal use only.
- scrollTop - Variable in class com.vaadin.shared.ui.panel.PanelState
- 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) - Method in interface com.vaadin.shared.ui.grid.GridClientRpc
-
Command client Grid to scroll to a specific data row and its (optional) details.
- 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.
- scrollToSelectedItem - Variable in class com.vaadin.shared.ui.combobox.ComboBoxState
-
True to automatically scroll the ComboBox to show the selected item, false not to search for it in the results.
- 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.
- scrollToStart() - Method in interface com.vaadin.shared.ui.grid.GridClientRpc
-
Command client Grid to scroll to the first row.
- scrollToStart() - Method in class com.vaadin.ui.Grid
-
Scrolls to the beginning of the first data row.
- scrollToStart() - Method in class com.vaadin.ui.Tree
-
Scrolls to the beginning of the first data row.
- SEARCH - com.vaadin.client.debug.internal.Icon
- SEARCH - com.vaadin.icons.VaadinIcons
- SEARCH - com.vaadin.server.FontAwesome
-
Deprecated.
- SEARCH_MINUS - com.vaadin.icons.VaadinIcons
- SEARCH_MINUS - com.vaadin.server.FontAwesome
-
Deprecated.
- SEARCH_PLUS - com.vaadin.icons.VaadinIcons
- SEARCH_PLUS - com.vaadin.server.FontAwesome
-
Deprecated.
- SECOND - com.vaadin.shared.ui.datefield.DateTimeResolution
- secondChild - Variable in class com.vaadin.shared.ui.splitpanel.AbstractSplitPanelState
- secondDelay - Variable in class com.vaadin.shared.ui.ui.UIState.LoadingIndicatorConfigurationState
- 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
- SectionState - Class in com.vaadin.shared.ui.grid
-
Shared state for Grid headers and footers.
- SectionState() - Constructor for class com.vaadin.shared.ui.grid.SectionState
- SectionState.CellState - Class in com.vaadin.shared.ui.grid
-
The state of a header or footer cell.
- SectionState.RowState - Class in com.vaadin.shared.ui.grid
-
The state of a header or footer row.
- SEEN_SERVER_SYNC_ID - Static variable in class com.vaadin.server.communication.LongPollingCacheFilter
- select - Variable in class com.vaadin.client.ui.VListSelect
-
The select component.
- select(int, int) - Method in interface com.vaadin.shared.ui.colorpicker.ColorPickerGradientServerRpc
-
ColorPickerGradient mouseUp event.
- select(int, int) - Method in interface com.vaadin.shared.ui.colorpicker.ColorPickerGridServerRpc
-
ColorPickerGrid click event.
- select(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(String) - Method in interface com.vaadin.shared.data.selection.SelectionServerRpc
-
Selects an item based on its key.
- 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.
- select(T) - Method in interface com.vaadin.data.SelectionModel.Multi
-
Adds the given item to the set of currently selected items.
- select(T) - Method in interface com.vaadin.data.SelectionModel
-
Selects the given item.
- select(T) - Method in interface com.vaadin.data.SelectionModel.Single
-
Selects the given item.
- select(T) - Method in class com.vaadin.ui.components.grid.GridMultiSelect
-
Selects the given item.
- select(T) - Method in class com.vaadin.ui.components.grid.GridSingleSelect
-
Selects the given item.
- select(T) - Method in class com.vaadin.ui.components.grid.NoSelectionModel
- select(T) - Method in class com.vaadin.ui.components.grid.SingleSelectionModelImpl
- select(T) - Method in class com.vaadin.ui.Grid
-
This method is a shorthand that delegates to the currently set selection model.
- select(T) - Method in class com.vaadin.ui.Tree
-
This method is a shorthand that delegates to the currently set selection model.
- select(T...) - Method in interface com.vaadin.ui.MultiSelect
-
Adds the given items to the set of currently selected items.
- select(T, boolean) - Method in class com.vaadin.ui.AbstractMultiSelect
-
Selects the given item.
- SELECT - com.vaadin.icons.VaadinIcons
- 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.
- selectAll() - Method in interface com.vaadin.data.SelectionModel.Multi
-
Selects all available the items.
- selectAll() - Method in interface com.vaadin.shared.data.selection.GridMultiSelectServerRpc
-
All rows in grid have been selected with the select all checkbox in header.
- selectAll() - Method in interface com.vaadin.shared.ui.richtextarea.RichTextAreaClientRpc
-
Selects everything in the field.
- selectAll() - Method in interface com.vaadin.shared.ui.textfield.AbstractTextFieldClientRpc
-
Selects everything in the field.
- selectAll() - Method in class com.vaadin.ui.AbstractTextField
-
Selects all text in the field.
- selectAll() - Method in class com.vaadin.ui.components.grid.GridMultiSelect
-
Selects all available the items.
- selectAll() - Method in class com.vaadin.ui.components.grid.MultiSelectionModelImpl
- selectAll() - Method in class com.vaadin.ui.RichTextArea
-
Selects all text in the rich text area.
- selectAllCheckBoxVisible - Variable in class com.vaadin.shared.ui.grid.MultiSelectionModelState
-
Is the select all checkbox visible.
- 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
- selected - Variable in class com.vaadin.shared.ui.tabsheet.TabsheetState
-
the key of the currently selected tab.
- SELECTED - Static variable in class com.vaadin.shared.data.DataCommunicatorConstants
- selectedItemCaption - Variable in class com.vaadin.shared.ui.combobox.ComboBoxState
-
The caption of the currently selected item or
null
if no item is selected. - selectedItemIcon - Variable in class com.vaadin.shared.ui.combobox.ComboBoxState
-
Selected item icon uri.
- selectedItemIndex - Variable in class com.vaadin.client.ui.VAccordion
-
For internal use only.
- selectedItemKey - Variable in class com.vaadin.shared.ui.AbstractSingleSelectState
-
The key of the currently selected item or
null
if no item is selected. - selectedOptionKey - Variable in class com.vaadin.client.ui.VComboBox
-
For internal use only.
- selectedTabChange(TabSheet.SelectedTabChangeEvent) - Method in interface com.vaadin.ui.TabSheet.SelectedTabChangeListener
-
Selected (shown) tab in tab sheet has has been changed.
- SelectedTabChangeEvent(Component, boolean) - Constructor for class com.vaadin.ui.TabSheet.SelectedTabChangeEvent
-
Creates a new instance of the event.
- selectedTabIndexAfterTabRemove(int) - Method in class com.vaadin.ui.TabSheet
-
Called when a selected tab is removed to specify the new tab to select.
- selectFirstItem() - Method in class com.vaadin.client.ui.VComboBox.SuggestionMenu
-
Deprecated.use
VComboBox.SuggestionPopup.selectFirstItem()
instead. - selectFirstItem() - Method in class com.vaadin.client.ui.VComboBox.SuggestionPopup
-
Select the first item of the suggestions list popup.
- SELECTION_CHANGE_METHOD - Static variable in interface com.vaadin.event.selection.MultiSelectionListener
-
Deprecated.
- SELECTION_CHANGE_METHOD - Static variable in interface com.vaadin.event.selection.SingleSelectionListener
-
Deprecated.
- selectionAllowed - Variable in class com.vaadin.shared.ui.grid.AbstractSelectionModelState
-
Whether the selection model allows selection from the client side.
- selectionChange(MultiSelectionEvent<T>) - Method in interface com.vaadin.event.selection.MultiSelectionListener
-
Invoked when the selection has changed by the user or programmatically.
- selectionChange(SelectionEvent<T>) - Method in interface com.vaadin.event.selection.SelectionListener
-
Invoked when the selection has changed by user or programmatically.
- selectionChange(SingleSelectionEvent<T>) - Method in interface com.vaadin.event.selection.SingleSelectionListener
-
Invoked when selection has been changed by the user or programmatically.
- selectionContainsId(Object) - Method in class com.vaadin.ui.components.grid.MultiSelectionModelImpl
-
Returns if the given id belongs to one of the selected items.
- SelectionEvent<T> - Class in com.vaadin.client.widget.grid.selection
-
Event object describing a change in Grid row selection state.
- SelectionEvent<T> - Interface in com.vaadin.event.selection
-
A selection event that unifies the way to access to selection event for multi selection and single selection components (in case when only one selected item is required).
- 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
SelectionEvent
s. - SelectionListener<T> - Interface in com.vaadin.event.selection
-
A listener for
SelectionEvent
. - SelectionModel<T> - Interface in com.vaadin.client.widget.grid.selection
-
Models the selection logic of a
Grid
component. - SelectionModel<T> - Interface in com.vaadin.data
-
Models the selection logic of a
Listing
component. - SelectionModel.Multi<T> - Interface in com.vaadin.data
-
A selection model in which multiple items can be selected at the same time.
- SelectionModel.NoSelectionModel<T> - Class in com.vaadin.client.widget.grid.selection
-
Selection model that does not allow any selection.
- SelectionModel.Single<T> - Interface in com.vaadin.data
-
A selection model in which at most one item can be selected at a time.
- SelectionModelWithSelectionColumn - Interface in com.vaadin.client.widget.grid.selection
-
Interface for SelectionModels that wants Grid to display a selection column.
- SelectionServerRpc - Interface in com.vaadin.shared.data.selection
-
Transmits SelectionModel selection events from the client to the server.
- selectItem(MenuItem) - Method in class com.vaadin.client.ui.menubar.MenuBar
-
Deprecated.Moves the selection to the given item and scrolls it into view.
- selectItemKey(String) - Method in class com.vaadin.client.ui.VRadioButtonGroup
-
Removes previous selection and adds new selection.
- selectItems(T...) - Method in interface com.vaadin.data.SelectionModel.Multi
-
Adds the given items to the set of currently selected items.
- selectItems(T...) - Method in class com.vaadin.ui.components.grid.GridMultiSelect
-
Adds the given items to the set of currently selected items.
- SelectiveRenderer - Interface in com.vaadin.ui
-
Interface implemented by
HasComponents
implementors that wish to dynamically be able to prevent given child components from reaching the client side. - selectLastItem() - Method in class com.vaadin.client.ui.VComboBox.SuggestionMenu
-
Deprecated.use
VComboBox.SuggestionPopup.selectLastItem()
instead. - 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.
- selectRange(int, int) - Method in interface com.vaadin.shared.ui.textfield.AbstractTextFieldClientRpc
-
Selects the given range in the field.
- 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.
- SELLSY - com.vaadin.server.FontAwesome
-
Deprecated.
- 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.
- SEND - com.vaadin.server.FontAwesome
-
Deprecated.
- SEND_O - com.vaadin.server.FontAwesome
-
Deprecated.
- 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
andVDateField.bufferedResolutions
to the server, and clears their values. - sendBufferedValuesWithDelay() - Method in class com.vaadin.client.ui.VDateField
-
Puts the
VDateField.bufferedDateString
andVDateField.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
- sendDataToClient(boolean) - Method in class com.vaadin.data.provider.DataCommunicator
-
Send the needed data and updates to the client side.
- sendDataToClient(boolean) - Method in class com.vaadin.data.provider.HierarchicalDataCommunicator
- 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.
- sendError(int, String) - Method in interface com.vaadin.server.VaadinResponse
-
Sends an error response to the client using the specified status code and clears the buffer.
- 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
- sendMessage(String) - Method in class com.vaadin.server.communication.AtmospherePushConnection
-
Sends the given message to the current client.
- 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.
- sendUploadResponse(VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.communication.FileUploadHandler
-
Sends the upload response.
- sendUploadUrl(Map<String, String>) - Method in interface com.vaadin.shared.ui.dnd.FileDropTargetClientRpc
-
Sends the of upload URLs mapped to the generated file ID.
- 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.
- SerializableBiFunction<T,U,R> - Interface in com.vaadin.server
-
A
BiFunction
that is alsoSerializable
. - SerializableBiPredicate<T,U> - Interface in com.vaadin.server
-
A
BiPredicate
that is alsoSerializable
. - SerializableComparator<T> - Interface in com.vaadin.server
-
A
Comparator
that is alsoSerializable
. - SerializableConsumer<T> - Interface in com.vaadin.server
-
A
Consumer
that is alsoSerializable
. - SerializableEventListener - Interface in com.vaadin.event
-
Event listener interface that is serializable.
- SerializableFunction<T,R> - Interface in com.vaadin.server
-
A
Function
that is alsoSerializable
. - SerializablePredicate<T> - Interface in com.vaadin.server
-
A
Predicate
that is alsoSerializable
. - SerializableSupplier<T> - Interface in com.vaadin.server
-
A
Supplier
that is alsoSerializable
. - SerializableToIntFunction<T> - Interface in com.vaadin.server
-
A
ToIntFunction
that is alsoSerializable
. - serialize() - Method in class com.vaadin.shared.MouseEventDetails
- 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(Date, ConnectorTracker) - Method in class com.vaadin.server.communication.DateSerializer
- serialize(T, ApplicationConnection) - Method in interface com.vaadin.client.communication.JSONSerializer
-
Serialize the given object into JSON.
- serialize(T, ConnectorTracker) - Method in interface com.vaadin.server.communication.JSONSerializer
-
Serialize the given object into JSON.
- serializeDeclarativeRepresentation(T) - Method in class com.vaadin.ui.AbstractListing
-
Serializes an
item
to a string for saving declarative format. - serializeDeclarativeRepresentation(T) - Method in class com.vaadin.ui.Tree
-
Serializes an
item
to a string. - SERVER - com.vaadin.icons.VaadinIcons
- SERVER - com.vaadin.server.FontAwesome
-
Deprecated.
- SERVER_SYNC_ID - Static variable in class com.vaadin.shared.ApplicationConstants
-
The name of the parameter used to transmit the sync id.
- 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.
- ServerRpc - Interface in com.vaadin.shared.communication
-
Interface to be extended by all client to server RPC interfaces.
- ServerRpcHandler - Class in com.vaadin.server.communication
-
Handles a client-to-server message containing serialized
server RPC
invocations. - ServerRpcHandler() - Constructor for class com.vaadin.server.communication.ServerRpcHandler
- ServerRpcHandler.RpcRequest - Class in com.vaadin.server.communication
-
A data transfer object representing an RPC request sent by the client side.
- ServerRpcManager<T extends ServerRpc> - Class in com.vaadin.server
-
Server side RPC manager that handles RPC calls coming from the client.
- ServerRpcManager(T, Class<T>) - Constructor for class com.vaadin.server.ServerRpcManager
-
Create a RPC manager for an RPC target.
- ServerRpcManager.RpcInvocationException - Exception in com.vaadin.server
-
Wrapper exception for exceptions which occur during invocation of an RPC call.
- ServerRpcMethodInvocation - Class in com.vaadin.server
- ServerRpcMethodInvocation(String, Class<? extends ServerRpc>, String, int) - Constructor for class com.vaadin.server.ServerRpcMethodInvocation
- 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.
- ServerSideCriterion - Class in com.vaadin.event.dd.acceptcriteria
-
Parent class for criteria which are verified on the server side during a drag operation to accept/discard dragged content (presented by
Transferable
). - ServerSideCriterion() - Constructor for class com.vaadin.event.dd.acceptcriteria.ServerSideCriterion
- serveStaticResources(HttpServletRequest, HttpServletResponse) - Method in class com.vaadin.server.VaadinServlet
-
Check if this is a request for a static resource and, if it is, serve the resource to the client.
- serveStaticResourcesInVAADIN(String, HttpServletRequest, HttpServletResponse) - Method in class com.vaadin.server.VaadinServlet
-
Serve resources from VAADIN directory.
- service(HttpServletRequest, HttpServletResponse) - Method in class com.vaadin.server.VaadinServlet
-
Receives standard HTTP requests from the public service method and dispatches them.
- SERVICE_URL - Static variable in class com.vaadin.shared.ApplicationConstants
- SERVICE_URL_PARAMETER_NAME - Static variable in class com.vaadin.shared.ApplicationConstants
- serviceDestroy(ServiceDestroyEvent) - Method in interface com.vaadin.server.ServiceDestroyListener
-
Invoked when a service is destroyed.
- ServiceDestroyEvent - Class in com.vaadin.server
-
Event fired to
ServiceDestroyListener
when aVaadinService
is being destroyed. - ServiceDestroyEvent(VaadinService) - Constructor for class com.vaadin.server.ServiceDestroyEvent
-
Creates a new event for the given service.
- ServiceDestroyListener - Interface in com.vaadin.server
-
Listener that gets notified when the
VaadinService
to which it has been registered is destroyed. - ServiceException - Exception in com.vaadin.server
- ServiceException(String) - Constructor for exception com.vaadin.server.ServiceException
- ServiceException(String, Throwable) - Constructor for exception com.vaadin.server.ServiceException
- ServiceException(Throwable) - Constructor for exception com.vaadin.server.ServiceException
- serviceInit(ServiceInitEvent) - Method in interface com.vaadin.server.VaadinServiceInitListener
-
Run when a
VaadinService
instance is initialized. - ServiceInitEvent - Class in com.vaadin.server
-
Event fired to
VaadinServiceInitListener
when aVaadinService
is being initialized. - ServiceInitEvent(VaadinService) - Constructor for class com.vaadin.server.ServiceInitEvent
-
Creates a new service init event for a given
VaadinService
and theRequestHandler
that will be used by the service. - SERVLET_PARAMETER_CLOSE_IDLE_SESSIONS - Static variable in interface com.vaadin.server.Constants
- SERVLET_PARAMETER_DISABLE_XSRF_PROTECTION - Static variable in interface com.vaadin.server.Constants
- SERVLET_PARAMETER_HEARTBEAT_INTERVAL - Static variable in interface com.vaadin.server.Constants
- SERVLET_PARAMETER_LEGACY_DESIGN_PREFIX - Static variable in interface com.vaadin.server.Constants
-
Name of system or context property to write declarative syntax with the old "v-" prefix or with the new "vaadin-" prefix.
- SERVLET_PARAMETER_PRODUCTION_MODE - Static variable in interface com.vaadin.server.Constants
- SERVLET_PARAMETER_PUSH_MODE - Static variable in interface com.vaadin.server.Constants
- SERVLET_PARAMETER_PUSH_SUSPEND_TIMEOUT_LONGPOLLING - Static variable in interface com.vaadin.server.Constants
- SERVLET_PARAMETER_RESOURCE_CACHE_TIME - Static variable in interface com.vaadin.server.Constants
- SERVLET_PARAMETER_SENDURLSASPARAMETERS - Static variable in interface com.vaadin.server.Constants
- SERVLET_PARAMETER_SYNC_ID_CHECK - Static variable in interface com.vaadin.server.Constants
- SERVLET_PARAMETER_UI_PRIORITY - Static variable in interface com.vaadin.server.Constants
- SERVLET_PARAMETER_UI_PROVIDER - Static variable in interface com.vaadin.server.Constants
- ServletBootstrapHandler - Class in com.vaadin.server.communication
- ServletBootstrapHandler() - Constructor for class com.vaadin.server.communication.ServletBootstrapHandler
- servletInitialized() - Method in class com.vaadin.server.VaadinServlet
- ServletPortletHelper - Class in com.vaadin.server
-
Deprecated.As of 7.1. Will be removed or refactored in the future.
- ServletUIInitHandler - Class in com.vaadin.server.communication
- ServletUIInitHandler() - Constructor for class com.vaadin.server.communication.ServletUIInitHandler
- sessionDestroy(SessionDestroyEvent) - Method in interface com.vaadin.server.SessionDestroyListener
-
Called when a Vaadin service session is no longer used.
- SessionDestroyEvent - Class in com.vaadin.server
-
Event fired when a Vaadin service session is no longer in use.
- SessionDestroyEvent(VaadinService, VaadinSession) - Constructor for class com.vaadin.server.SessionDestroyEvent
-
Creates a new event.
- SessionDestroyListener - Interface in com.vaadin.server
-
A listener that gets notified when a Vaadin service session is no longer used.
- sessionExpiredCaption - Variable in class com.vaadin.server.SystemMessages
- SessionExpiredException - Exception in com.vaadin.server
- SessionExpiredException() - Constructor for exception com.vaadin.server.SessionExpiredException
- SessionExpiredHandler - Interface in com.vaadin.server
-
A specialized RequestHandler which is capable of sending session expiration messages to the user.
- sessionExpiredMessage - Variable in class com.vaadin.server.SystemMessages
- sessionExpiredNotificationEnabled - Variable in class com.vaadin.server.SystemMessages
- sessionExpiredURL - Variable in class com.vaadin.server.SystemMessages
- sessionInit(SessionInitEvent) - Method in interface com.vaadin.server.SessionInitListener
-
Invoked when a new Vaadin service session is initialized for that service.
- SessionInitEvent - Class in com.vaadin.server
-
Event gets fired when a new Vaadin service session is initialized for a Vaadin service.
- SessionInitEvent(VaadinService, VaadinSession, VaadinRequest) - Constructor for class com.vaadin.server.SessionInitEvent
-
Creates a new event.
- SessionInitListener - Interface in com.vaadin.server
-
Event listener that can be registered to a
VaadinService
to get an event when a new Vaadin service session is initialized for that service. - SessionRequestHandler - Class in com.vaadin.server.communication
-
Handles a request by passing it to each registered
RequestHandler
in the session in turn until one produces a response. - SessionRequestHandler() - Constructor for class com.vaadin.server.communication.SessionRequestHandler
- 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(Class<T>, T) - Static method in class com.vaadin.util.CurrentInstance
-
Sets the current instance of the given type.
- 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.
- setAcceptMimeTypes(String) - Method in class com.vaadin.ui.Upload
-
Sets the component's list of accepted content-types.
- 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.
- setActiveDragSource(DragSourceExtension<? extends AbstractComponent>) - Method in class com.vaadin.ui.UI
-
Sets the drag source of an active HTML5 drag event.
- 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.
- setAlpha(int) - Method in class com.vaadin.shared.ui.colorpicker.Color
-
Sets the alpha value of the color.
- 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
- setAlternateText(String) - Method in class com.vaadin.ui.AbstractEmbedded
-
Sets this component's alternate text that can be presented instead of the component's normal content for accessibility purposes.
- setAlternateText(String) - Method in class com.vaadin.ui.Embedded
-
Sets this component's "alt-text", that is, an alternate text that can be presented instead of this component's normal content, for accessibility purposes.
- setAltKey(boolean) - Method in class com.vaadin.shared.MouseEventDetails
- setAltText(String) - Method in class com.vaadin.client.ui.VMediaBase
- setAltText(String) - Method in class com.vaadin.ui.AbstractMedia
-
Sets the alternative text to be displayed if the browser does not support HTML5.
- 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
- setApplication(LegacyApplication) - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.
- 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
- setArchive(String) - Method in class com.vaadin.ui.Embedded
-
This attribute may be used to specify a space-separated list of URIs for archives containing resources relevant to the object, which may include the resources specified by the classid and data attributes.
- 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
- 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
- setAriaRole(String) - Method in class com.vaadin.client.widgets.Grid
-
Adds the given role as 'role="$param"' to the
<table>
element of the grid. - setAsRequiredEnabled(boolean) - Method in interface com.vaadin.data.Binder.Binding
-
Enable or disable asRequired validator.
- setAsRequiredEnabled(boolean) - Method in class com.vaadin.data.Binder.BindingImpl
- setAssistiveCaption(String) - Method in class com.vaadin.client.widgets.Grid.Column
-
Sets the header aria-label for this column.
- setAssistiveCaption(String) - Method in class com.vaadin.ui.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(Component...) - Method in class com.vaadin.ui.Window
-
Allows to specify which components 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. - setAssistiveLabel(AbstractDateFieldState.AccessibleElement, String) - Method in class com.vaadin.ui.AbstractDateField
-
Sets the assistive label for a calendar navigation element.
- 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(Notification.Type, String) - Method in interface com.vaadin.ui.NotificationConfiguration
-
Sets the accessibility postfix for a notification type.
- setAssistivePostfix(String) - Method in class com.vaadin.client.ui.VWindow
-
Setter for the text for assistive devices the window caption is postfixed with.
- setAssistivePostfix(String) - Method in class com.vaadin.ui.Window
-
Sets the accessibility postfix for the window caption.
- setAssistivePrefix(Notification.Type, String) - Method in interface com.vaadin.ui.NotificationConfiguration
-
Sets the accessibility prefix for a notification type.
- setAssistivePrefix(String) - Method in class com.vaadin.client.ui.VWindow
-
Setter for the text for assistive devices the window caption is prefixed with.
- setAssistivePrefix(String) - Method in class com.vaadin.ui.Window
-
Sets the accessibility prefix for the window caption.
- setAssistiveRole(WindowRole) - Method in class com.vaadin.ui.Window
-
Sets the WAI-ARIA role the window.
- setAssistiveRole(Notification.Type, NotificationRole) - Method in interface com.vaadin.ui.NotificationConfiguration
-
Sets the WAI-ARIA role for a notification type.
- setAssistiveText(String) - Method in class com.vaadin.ui.DateField
-
Set a description that explains the usage of the Widget for users of assistive devices.
- setAssistiveText(String) - Method in class com.vaadin.ui.DateTimeField
-
Set a description that explains the usage of the Widget for users of assistive devices.
- setAttribute(Class<T>, T) - Method in class com.vaadin.server.VaadinSession
-
Stores a value in this service session.
- setAttribute(String, Object) - Method in interface com.vaadin.server.VaadinRequest
-
Defines a request attribute.
- setAttribute(String, Object) - Method in class com.vaadin.server.VaadinSession
-
Stores a value in this service session.
- setAttribute(String, Object) - Method in class com.vaadin.server.WrappedHttpSession
- setAttribute(String, Object) - Method in interface com.vaadin.server.WrappedSession
-
Saves an attribute value in this session.
- setAuthenticationErrorCaption(String) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Sets the caption of the notification.
- setAuthenticationErrorMessage(String) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Sets the message of the notification.
- setAuthenticationErrorNotificationEnabled(boolean) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Enables or disables the notification.
- setAuthenticationErrorURL(String) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Sets the URL to go to when there is a authentication error.
- 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.
- setAutoOpen(boolean) - Method in class com.vaadin.ui.MenuBar
-
Using this method menubar can be put into a special mode where top level menus opens without clicking on the menu, but automatically when mouse cursor is moved over the menu.
- setAutoplay(boolean) - Method in class com.vaadin.client.ui.VMediaBase
- setAutoplay(boolean) - Method in class com.vaadin.ui.AbstractMedia
-
Sets whether the media is to automatically start playback when enough data has been loaded.
- setAutoRecalculateWidth(boolean) - Method in class com.vaadin.ui.Tree
-
Sets the automatic width recalculation on or off.
- setBackEndSorting(List<QuerySortOrder>) - Method in class com.vaadin.data.provider.DataCommunicator
-
Sets the
QuerySortOrder
s to use with backend sorting. - setBackEndSorting(List<QuerySortOrder>) - Method in class com.vaadin.data.provider.HierarchicalDataCommunicator
- setBackEndSorting(List<QuerySortOrder>) - Method in class com.vaadin.data.provider.HierarchyMapper
-
Sets the current back-end sorting.
- setBackEndSorting(List<QuerySortOrder>, boolean) - Method in class com.vaadin.data.provider.DataCommunicator
-
Sets the
QuerySortOrder
s to use with backend sorting. - setBackEndSorting(List<QuerySortOrder>, boolean) - Method in class com.vaadin.data.provider.HierarchicalDataCommunicator
- setBackgroundColor(Color) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerGradient
-
Sets the background color.
- setBean(BEAN) - Method in class com.vaadin.data.Binder
-
Binds the given bean to all the fields added to this Binder.
- setBeanType(Class<T>) - Method in class com.vaadin.ui.Grid
-
Sets the bean type to use for property mapping.
- setBeanType(String) - Method in class com.vaadin.ui.Grid
-
Sets the bean type to use for property mapping.
- setBGColor(String) - Method in class com.vaadin.client.ui.colorpicker.VColorPickerGradient
-
Sets the given css color as the background.
- setBinder(Binder<T>) - Method in interface com.vaadin.ui.components.grid.Editor
-
Sets the underlying Binder to this Editor.
- setBinder(Binder<T>) - Method in class com.vaadin.ui.components.grid.EditorImpl
- setBlue(int) - Method in class com.vaadin.shared.ui.colorpicker.Color
-
Sets the blue value of the color.
- setBodyRowHeight(double) - Method in class com.vaadin.ui.Grid
-
Sets the height of a body row.
- setBooleanValue(String, boolean) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
- setBottom(Float, Sizeable.Unit) - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Sets the 'bottom' attribute; distance from the bottom of the component to the bottom edge of the layout.
- setBottomUnits(Sizeable.Unit) - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Sets the unit for the 'bottom' attribute.
- setBottomValue(Float) - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Sets the 'bottom' attribute value (distance from the bottom of the component to the bottom edge of the layout).
- setBuffered(boolean) - Method in class com.vaadin.client.widgets.Grid.Editor
-
Sets the buffered mode.
- setBuffered(boolean) - Method in interface com.vaadin.ui.components.grid.Editor
-
Sets the Editor buffered mode.
- setBuffered(boolean) - Method in class com.vaadin.ui.components.grid.EditorImpl
- setBufferSize(int) - Method in class com.vaadin.server.ClassResource
-
Sets the size of the download buffer used for this resource.
- setBufferSize(int) - Method in class com.vaadin.server.DownloadStream
-
Sets the size of the download buffer.
- setBufferSize(int) - Method in class com.vaadin.server.FileResource
-
Sets the size of the download buffer used for this resource.
- setBufferSize(int) - Method in class com.vaadin.server.StreamResource
-
Sets the size of the download buffer used for this resource.
- setButton(MouseEventDetails.MouseButton) - Method in class com.vaadin.shared.MouseEventDetails
- setButtonCaption(String) - Method in class com.vaadin.ui.Upload
-
In addition to the actual file chooser, upload components have button that starts actual upload progress.
- setButtonCaptionAsHtml(boolean) - Method in class com.vaadin.ui.Upload
-
In addition to the actual file chooser, upload components have button that starts actual upload progress.
- setButtonStyleName(String) - Method in class com.vaadin.ui.Upload
-
In addition to the actual file chooser, upload components have button that starts actual upload progress.
- 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.
- setCacheTime(long) - Method in class com.vaadin.server.ClassResource
-
Sets the length of cache expiration time.
- setCacheTime(long) - Method in class com.vaadin.server.DownloadStream
-
Sets length of cache expiration time.
- setCacheTime(long) - Method in class com.vaadin.server.FileResource
-
Sets the length of cache expiration time.
- setCacheTime(long) - Method in class com.vaadin.server.StreamResource
-
Sets the length of cache expiration time.
- setCacheTime(long) - Method in interface com.vaadin.server.VaadinResponse
-
Sets cache time in milliseconds, -1 means no cache at all.
- setCacheTime(long) - Method in class com.vaadin.server.VaadinServletResponse
- setCallback(DragHandle.DragHandleCallback) - Method in class com.vaadin.client.ui.dd.DragHandle
-
Sets the user-facing drag handle callback method.
- setCallbackNames(Set<String>) - Method in class com.vaadin.shared.JavaScriptExtensionState
- setCallbackNames(Set<String>) - Method in class com.vaadin.shared.ui.JavaScriptComponentState
- setCancelCaption(String) - Method in class com.vaadin.client.widgets.Grid.Editor
-
Sets the caption of the cancel button.
- setCancelCaption(String) - Method in interface com.vaadin.ui.components.grid.Editor
-
Sets the caption of the cancel button in buffered mode.
- setCancelCaption(String) - Method in class com.vaadin.ui.components.grid.EditorImpl
- 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) - Method in class com.vaadin.event.Action
-
Sets the caption.
- setCaption(String) - Method in class com.vaadin.ui.AbstractComponent
- setCaption(String) - Method in interface com.vaadin.ui.Component
-
Sets the caption of the component.
- setCaption(String) - Method in class com.vaadin.ui.Composite
- setCaption(String) - Method in class com.vaadin.ui.Grid.Column
-
Sets the header caption for this column.
- setCaption(String) - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.
- setCaption(String) - Method in class com.vaadin.ui.Notification
-
Sets the caption part of the notification message.
- setCaption(String) - Method in class com.vaadin.ui.Panel
- setCaption(String) - Method in interface com.vaadin.ui.TabSheet.Tab
-
Sets the caption for the tab.
- setCaption(String) - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- setCaption(String) - Method in class com.vaadin.ui.Tree
- setCaption(String) - Method in class com.vaadin.ui.UI
-
Deprecated.As of 7.0, use
Page.setTitle(String)
- 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
-
Deprecated.
- setCaptionAsHtml(boolean) - Method in class com.vaadin.client.VCaption
-
Sets whether the caption is rendered as HTML.
- setCaptionAsHtml(boolean) - Method in class com.vaadin.ui.AbstractComponent
-
Sets whether the caption is rendered as HTML.
- setCaptionAsHtml(boolean) - Method in class com.vaadin.ui.Composite
- setCaptionAsHtml(boolean) - Method in class com.vaadin.ui.Tree
- 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.
- setChangeDetectionEnabled(boolean) - Method in class com.vaadin.data.Binder
-
Sets change/revert detection enabled or disabled.
- setCheckable(boolean) - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- setCheckable(boolean) - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Sets the checkable state of the item.
- setChecked(boolean) - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- setChecked(boolean) - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Sets the checked state of the item.
- setChecked(boolean, MouseEventDetails) - Method in interface com.vaadin.shared.ui.checkbox.CheckBoxServerRpc
- 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.
- setChildMeasurementHint(HasChildMeasurementHint.ChildMeasurementHint) - Method in interface com.vaadin.ui.HasChildMeasurementHint
-
Sets desired child size measurement hint.
- 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
- setClassId(String) - Method in class com.vaadin.ui.Embedded
-
This attribute may be used to specify the location of an object's implementation via a URI.
- setClassLoader(ClassLoader) - Method in class com.vaadin.server.VaadinService
-
Sets the class loader to use for loading classes loaded by name, e.g.
- setClickShortcut(int, int...) - Method in class com.vaadin.ui.Button
-
Makes it possible to invoke a click on this button by pressing the given
ShortcutAction.KeyCode
and (optional)ShortcutAction.ModifierKey
s.
The shortcut is global (bound to the containing Window). - 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.
- setClientX(int) - Method in class com.vaadin.shared.MouseEventDetails
- setClientY(int) - Method in class com.vaadin.shared.MouseEventDetails
- 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.
- setClosable(boolean) - Method in interface com.vaadin.ui.TabSheet.Tab
-
Sets the closability status for the tab.
- setClosable(boolean) - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- setClosable(boolean) - Method in class com.vaadin.ui.Window
-
Sets the closable status for the window.
- setCloseHandler(VTabsheet.VCloseHandler) - Method in class com.vaadin.client.ui.VTabsheet.Tab
-
Sets the close handler for this tab.
- setCloseHandler(TabSheet.CloseHandler) - Method in class com.vaadin.ui.TabSheet
-
Provide a custom
TabSheet.CloseHandler
for this TabSheet if you wish to perform some additional tasks when a user clicks on a tabs close button, e.g. - setCloseShortcut(int, int...) - Method in class com.vaadin.ui.Window
-
Deprecated.Use
Window.addCloseShortcut(int, int...)
instead. - 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.
- setCloseTimeout(int) - Method in interface com.vaadin.ui.TooltipConfiguration
-
Sets the time (in ms) the tooltip should be displayed after an event that will cause it to be closed (e.g.
- setCodebase(String) - Method in class com.vaadin.ui.Embedded
-
This attribute specifies the base path used to resolve relative URIs specified by the classid, data, and archive attributes.
- setCodepoint(int) - Method in class com.vaadin.client.ui.FontIcon
-
Sets the codepoint indicating which particular icon (character) within the font-family this is.
- setCodetype(String) - Method in class com.vaadin.ui.Embedded
-
This attribute specifies the content type of data expected when downloading the object specified by classid.
- 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.
- setColorGrid(Color[][]) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerGrid
-
Sets the color grid.
- 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.
- setColumnExpandRatio(int, float) - Method in class com.vaadin.ui.GridLayout
-
Sets the expand ratio of given column.
- setColumnFrozen(int, boolean) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
-
Sets a column's frozen status.
- setColumnId(String, Grid.Column<T, ?>) - Method in class com.vaadin.ui.Grid
-
Sets a user-defined identifier for given column.
- 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.
- setColumnOrder(Grid.Column<T, ?>...) - Method in class com.vaadin.ui.Grid
-
Sets a new column order for the grid.
- setColumnOrder(String...) - Method in class com.vaadin.ui.Grid
-
Sets a new column order for the grid based on their column ids.
- setColumnReorderingAllowed(boolean) - Method in class com.vaadin.client.widgets.Grid
-
Sets whether column reordering with drag and drop is allowed or not.
- setColumnReorderingAllowed(boolean) - Method in class com.vaadin.ui.Grid
-
Sets whether or not column reordering is allowed.
- setColumnResizeMode(ColumnResizeMode) - Method in class com.vaadin.client.widgets.Grid
-
Sets the column resize mode to use.
- setColumnResizeMode(ColumnResizeMode) - Method in class com.vaadin.ui.Grid
-
Sets the column resize mode to use.
- setColumns(int) - Method in class com.vaadin.ui.GridLayout
-
Sets the number of columns in the grid.
- setColumns(String...) - Method in class com.vaadin.ui.Grid
-
Sets the columns and their order based on their column ids.
- setColumns(Collection<String>) - Method in class com.vaadin.ui.Grid
-
Sets the columns and their order based on their column ids provided that collection supports preserving of the order.
- 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
- setCommand(MenuBar.Command) - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Set the command for this item.
- setCommunicationErrorCaption(String) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Sets the caption of the notification.
- setCommunicationErrorDelegate(ApplicationConnection.CommunicationErrorHandler) - Method in class com.vaadin.client.ApplicationConnection
-
Sets the delegate that is called whenever a communication error occurrs.
- setCommunicationErrorMessage(String) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Sets the message of the notification.
- setCommunicationErrorNotificationEnabled(boolean) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Enables or disables the notification.
- setCommunicationErrorURL(String) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Sets the URL to go to when there is a communication error.
- setCommunicationManager(LegacyCommunicationManager) - Method in class com.vaadin.server.VaadinSession
- 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.
- setComparator(SerializableComparator<T>) - Method in class com.vaadin.ui.Grid.Column
-
Sets a comparator to use with in-memory sorting with this column.
- setComponent(ComponentConnector, List<ComponentConnector>) - Method in class com.vaadin.client.ui.VGridLayout.Cell
- setComponent(Component) - Method in interface com.vaadin.ui.components.grid.FooterCell
-
Sets the component displayed in this cell.
- setComponent(Component) - Method in interface com.vaadin.ui.components.grid.HeaderCell
-
Sets the component displayed in this cell.
- setComponentAlignment(Component, Alignment) - Method in class com.vaadin.ui.AbstractOrderedLayout
- setComponentAlignment(Component, Alignment) - Method in class com.vaadin.ui.GridLayout
- setComponentAlignment(Component, Alignment) - Method in interface com.vaadin.ui.Layout.AlignmentHandler
-
Set alignment for one contained component in this layout.
- setComponentError(ErrorMessage) - Method in class com.vaadin.ui.AbstractComponent
-
Sets the component's error message.
- setComponentError(ErrorMessage) - Method in class com.vaadin.ui.Composite
- setComponentError(ErrorMessage) - Method in interface com.vaadin.ui.TabSheet.Tab
-
Sets an error indicator to be shown in the tab.
- setComponentError(ErrorMessage) - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- setComponentError(ErrorMessage) - Method in class com.vaadin.ui.Tree
- setComponentFactory(Design.ComponentFactory) - Static method in class com.vaadin.ui.declarative.Design
-
Sets the component factory that is used for creating component instances based on fully qualified class names derived from a design file.
- setComponentLocalId(Component, String) - Method in class com.vaadin.ui.declarative.DesignContext
-
Creates a mapping between the given local id and the component.
- setComponentMapper(Design.ComponentMapper) - Static method in class com.vaadin.ui.declarative.Design
-
Sets the component mapper that is used for resolving between tag names and component instances.
- setCompositionRoot(Component) - Method in class com.vaadin.ui.Composite
-
Sets the component contained in the composite.
- setCompositionRoot(Component) - Method in class com.vaadin.ui.CustomComponent
-
Sets the composition root for the component.
- setConfiguration(DeploymentConfiguration) - Method in class com.vaadin.server.VaadinSession
- 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.
- setContent(Component) - Method in class com.vaadin.ui.AbstractSingleComponentContainer
-
Sets the content of this container.
- setContent(Component) - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.Set the content of the window.
- setContent(Component) - Method in interface com.vaadin.ui.SingleComponentContainer
-
Sets the content of this container.
- setContent(Component) - Method in class com.vaadin.ui.UI
- setContent(PopupView.Content) - Method in class com.vaadin.ui.PopupView
-
This method will replace the current content of the panel with a new one.
- setContentAreaHeight(int) - Method in class com.vaadin.client.RenderInformation
- setContentAreaWidth(int) - Method in class com.vaadin.client.RenderInformation
- setContentLength(int) - Method in interface com.vaadin.server.VaadinResponse
-
Sets the length of the content body in the response In HTTP servlets, this method sets the HTTP Content-Length header.
- setContentMode(ContentMode) - Method in class com.vaadin.client.TooltipInfo
-
Sets the tooltip title's content mode.
- setContentMode(ContentMode) - Method in class com.vaadin.ui.Label
-
Sets the content mode of the label.
- setContentMode(ContentMode) - Method in class com.vaadin.ui.Tree
-
Sets the content mode of the item caption.
- setContentType(String) - Method in class com.vaadin.server.DownloadStream
-
Sets stream content type.
- setContentType(String) - Method in interface com.vaadin.server.VaadinResponse
-
Sets the content type of this response.
- 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
- setConvertBackToPresentation(boolean) - Method in interface com.vaadin.data.Binder.Binding
-
Define whether the value should be converted back to the presentation in the field when a converter is used in binding.
- setConvertBackToPresentation(boolean) - Method in class com.vaadin.data.Binder.BindingImpl
- setConverterFactory(Object) - Method in class com.vaadin.server.VaadinSession
-
Deprecated.
- setCookiesDisabledCaption(String) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Sets the caption of the "cookies disabled" notification.
- setCookiesDisabledMessage(String) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Sets the message of the "cookies disabled" notification.
- setCookiesDisabledNotificationEnabled(boolean) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Enables or disables the notification for "cookies disabled" messages.
- setCookiesDisabledURL(String) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Sets the URL to redirect to when the browser has cookies disabled.
- setCreationLocation(Object) - Static method in class com.vaadin.server.ComponentSizeValidator
- setCSSString(String) - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Sets the position attributes using CSS syntax.
- setCtrlKey(boolean) - Method in class com.vaadin.shared.MouseEventDetails
- setCurrent(VaadinService) - Static method in class com.vaadin.server.VaadinService
-
Sets the given Vaadin service as the current service.
- setCurrent(VaadinSession) - Static method in class com.vaadin.server.VaadinSession
-
Sets the thread local for the current session.
- setCurrent(VaadinSession) - Static method in class com.vaadin.util.CurrentInstance
-
Sets current instances for the
VaadinSession
and all related classes. - setCurrent(UI) - Static method in class com.vaadin.ui.UI
-
Sets the thread local for the current UI.
- setCurrent(UI) - Static method in class com.vaadin.util.CurrentInstance
-
Sets current instances for the UI and all related classes.
- 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
VDragAndDropManager
s internal handler, this can be used to update currentVDropHandler
. - setCurrentGwtEvent(NativeEvent) - Method in class com.vaadin.client.ui.dd.VDragEvent
-
Deprecated.Sets the latest
NativeEvent
that relates to this drag and drop operation. - setCurrentInstances(VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.VaadinService
-
Sets the this Vaadin service as the current service and also sets the current Vaadin request and Vaadin response.
- 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.
- setCursorPosition(int) - Method in class com.vaadin.ui.AbstractTextField
-
Sets the cursor position in the field.
- setCursorX(int) - Method in class com.vaadin.ui.GridLayout
-
Sets the current cursor x-position.
- setCursorY(int) - Method in class com.vaadin.ui.GridLayout
-
Sets the current y-coordinate (row) of the cursor.
- setCustomAttribute(Component, String, String) - Method in class com.vaadin.ui.declarative.DesignContext
-
Sets a custom attribute not handled by the component.
- setCustomSerializer(Class<TYPE>, JSONSerializer<TYPE>) - Static method in class com.vaadin.server.JsonCodec
-
Set a custom JSONSerializer for a specific Class.
- setData(int, JsonArray) - Method in interface com.vaadin.shared.data.DataCommunicatorClientRpc
-
Sets the data of the client-side DataSource to match the given data starting from given index.
- setData(Object) - Method in class com.vaadin.ui.AbstractComponent
-
Sets the data object, that can be used for any application specific data.
- 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.
- setData(String, Object) - Method in class com.vaadin.event.dd.TargetDetailsImpl
-
Deprecated.
- setData(String, Object) - Method in interface com.vaadin.event.Transferable
-
Deprecated.Stores data of given data flavor to Transferable.
- setData(String, Object) - Method in class com.vaadin.event.TransferableImpl
- setDataProvider(DataProvider<T, ?>) - Method in interface com.vaadin.data.HasDataProvider
-
Sets the data provider for this listing.
- setDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.data.provider.DataCommunicator
-
Sets a new
DataProvider
and refreshes all the internal structures. - setDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.ui.CheckBoxGroup
- setDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.ui.Grid
- setDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.ui.ListSelect
- setDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.ui.NativeSelect
- setDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.ui.RadioButtonGroup
- setDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.ui.Tree
- setDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.ui.TreeGrid
- setDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.ui.TwinColSelect
- setDataProvider(DataProvider<T, C>, SerializableFunction<F, C>) - Method in interface com.vaadin.data.HasFilterableDataProvider
-
Sets the data provider and filter converter for this listing.
- setDataProvider(DataProvider<T, C>, SerializableFunction<String, C>) - Method in class com.vaadin.ui.ComboBox
- setDataProvider(DataProvider<T, F>) - Method in interface com.vaadin.data.HasFilterableDataProvider
-
Sets the data provider for this listing.
- setDataProvider(DataProvider<T, F>, F) - Method in class com.vaadin.data.provider.DataCommunicator
-
Sets the current data provider for this DataCommunicator.
- setDataProvider(DataProvider<T, F>, F) - Method in class com.vaadin.data.provider.HierarchicalDataCommunicator
-
Set the current hierarchical data provider for this communicator.
- setDataProvider(HierarchicalDataProvider<T, F>, F) - Method in class com.vaadin.data.provider.HierarchicalDataCommunicator
-
Set the current hierarchical data provider for this communicator.
- setDataProvider(ListDataProvider<T>) - Method in class com.vaadin.ui.ComboBox
-
Sets a list data provider as the data provider of this combo box.
- setDataProvider(ComboBox.CaptionFilter, ListDataProvider<T>) - Method in class com.vaadin.ui.ComboBox
-
Sets a list data provider with an item caption filter as the data provider of this combo box.
- setDataProvider(ComboBox.FetchItemsCallback<T>, SerializableToIntFunction<String>) - Method in class com.vaadin.ui.ComboBox
-
Sets a CallbackDataProvider using the given fetch items callback and a size callback.
- setDataProvider(Grid.FetchItemsCallback<T>, SerializableSupplier<Integer>) - Method in class com.vaadin.ui.Grid
-
Sets a CallbackDataProvider using the given fetch items callback and a size callback.
- 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.
- setDataTransferData(String, String) - Method in class com.vaadin.ui.dnd.DragSourceExtension
-
Sets data for this drag source element with the given type.
- setDataTransferText(String) - Method in class com.vaadin.ui.dnd.DragSourceExtension
-
Sets data of type
"text"
for this drag source element. - 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
- setDateFormat(String) - Method in class com.vaadin.ui.AbstractDateField
-
Sets formatting used by some component implementations.
- setDateHeader(String, long) - Method in class com.vaadin.server.BootstrapPageResponse
-
Properly formats a timestamp as a date in a header that will be included in the HTTP response.
- setDateHeader(String, long) - Method in interface com.vaadin.server.VaadinResponse
-
Properly formats a timestamp as a date header.
- setDateOutOfRangeMessage(String) - Method in class com.vaadin.ui.AbstractDateField
-
Sets the current error message if the range validation fails.
- setDateStyle(LocalDate, String) - Method in class com.vaadin.ui.AbstractDateField
-
Sets a custom style name for the given date's calendar cell.
- 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.
- setDaylightSavingTimeRange(int, int) - Method in class com.vaadin.ui.AbstractDateField
-
Sets
AbstractDateField.startYear
andAbstractDateField.endYear
: the start and end years (both inclusive) between which to calculate the daylight-saving time zone transition dates. - setDebugId(String) - Method in class com.vaadin.ui.AbstractComponent
-
Deprecated.As of 7.0. Use
AbstractComponent.setId(String)
- setDebugId(String) - Method in class com.vaadin.ui.Composite
- setDefault(boolean) - Method in class com.vaadin.client.widgets.Grid.HeaderRow
-
Sets whether this is the default header row or not.
- setDefault(boolean) - Method in class com.vaadin.ui.components.grid.Header.Row
-
Sets whether this row is the default header row.
- setDefaultCaptionEnabled(boolean) - Method in class com.vaadin.ui.AbstractColorPicker
-
Set true if the component should show a default caption (css-code for the currently selected color, e.g.
- setDefaultClassLoader() - Method in class com.vaadin.server.VaadinService
-
Tries to acquire default class loader and sets it as a class loader for this
VaadinService
if found. - setDefaultComponentAlignment(Alignment) - Method in class com.vaadin.ui.AbstractOrderedLayout
- setDefaultComponentAlignment(Alignment) - Method in class com.vaadin.ui.GridLayout
- setDefaultComponentAlignment(Alignment) - Method in interface com.vaadin.ui.Layout.AlignmentHandler
-
Sets the alignment used for new components added to this layout.
- 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.
- setDefaultFocusComponent(Component.Focusable) - Method in interface com.vaadin.ui.TabSheet.Tab
-
Set the component that should automatically focused when the tab is selected.
- setDefaultFocusComponent(Component.Focusable) - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- 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.
- setDefaultHeaderRow(HeaderRow) - Method in class com.vaadin.ui.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.
- setDefaultRow(Header.Row) - Method in class com.vaadin.ui.components.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
- setDefaultStyles() - Method in class com.vaadin.ui.AbstractColorPicker
-
Sets the default styles of the component.
- setDefaultStyles() - Method in class com.vaadin.ui.ColorPicker
- setDefaultStyles() - Method in class com.vaadin.ui.ColorPickerArea
- setDefaultValue(T) - Method in class com.vaadin.ui.AbstractDateField
-
Sets the default value for the field.
- setDelayMs(int) - Method in class com.vaadin.ui.MenuBar
-
Set the delay before executing update logic inside
com.vaadin.client.ui.menubar.MenuBarConnector.updateFromUIDL(UIDL, ApplicationConnection)
after mouseDownEvent - setDelayMsec(int) - Method in class com.vaadin.ui.Notification
-
Sets the delay before the notification disappears.
- 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) - Method in class com.vaadin.ui.AbstractComponent
-
Sets the component's description.
- setDescription(String) - Method in interface com.vaadin.ui.components.grid.FooterCell
-
Sets the tooltip for the cell.
- setDescription(String) - Method in interface com.vaadin.ui.components.grid.HeaderCell
-
Sets the tooltip for the cell.
- setDescription(String) - Method in class com.vaadin.ui.Composite
- setDescription(String) - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Analogous method to
AbstractComponent.setDescription(String)
. - setDescription(String) - Method in class com.vaadin.ui.Notification
-
Sets the description part of the notification message.
- setDescription(String) - Method in interface com.vaadin.ui.TabSheet.Tab
-
Sets the description for the tab.
- setDescription(String) - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- setDescription(String) - Method in class com.vaadin.ui.Tree
- 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.
- setDescription(String, ContentMode) - Method in class com.vaadin.ui.AbstractComponent
-
Sets the component's description using given content
mode
. - setDescription(String, ContentMode) - Method in interface com.vaadin.ui.components.grid.FooterCell
-
Sets the tooltip for the cell to be shown with the given content mode.
- setDescription(String, ContentMode) - Method in interface com.vaadin.ui.components.grid.HeaderCell
-
Sets the tooltip for the cell to be shown with the given content mode.
- setDescription(String, ContentMode) - Method in class com.vaadin.ui.Composite
- setDescription(String, ContentMode) - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Analogous method to
AbstractComponent.setDescription(String, ContentMode)
. - setDescription(String, ContentMode) - Method in interface com.vaadin.ui.TabSheet.Tab
-
Sets the description for the tab.
- setDescription(String, ContentMode) - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- setDescription(String, ContentMode) - Method in class com.vaadin.ui.Tree
- 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.
- setDescriptionContentMode(ContentMode) - Method in interface com.vaadin.ui.components.grid.FooterCell
-
Sets the content mode for the tooltip.
- setDescriptionContentMode(ContentMode) - Method in interface com.vaadin.ui.components.grid.HeaderCell
-
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.
- setDescriptionGenerator(DescriptionGenerator<T>) - Method in class com.vaadin.ui.Grid.Column
-
Sets the description generator that is used for generating descriptions for cells in this column.
- setDescriptionGenerator(DescriptionGenerator<T>) - Method in class com.vaadin.ui.Grid
-
Sets the description generator that is used for generating descriptions for rows.
- setDescriptionGenerator(DescriptionGenerator<T>, ContentMode) - Method in class com.vaadin.ui.Grid.Column
-
Sets the description generator that is used for generating descriptions for cells in this column.
- setDescriptionGenerator(DescriptionGenerator<T>, ContentMode) - Method in class com.vaadin.ui.Grid
-
Sets the description generator that is used for generating descriptions for rows.
- 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.
- setDeselectAllowed(boolean) - Method in interface com.vaadin.data.SelectionModel.Single
-
Sets whether it's allowed to deselect the selected row through the UI.
- setDeselectAllowed(boolean) - Method in class com.vaadin.ui.components.grid.GridSingleSelect
-
Sets whether it's allowed to deselect the selected row through the UI.
- setDeselectAllowed(boolean) - Method in class com.vaadin.ui.components.grid.SingleSelectionModelImpl
- setDetailsGenerator(DetailsGenerator) - Method in class com.vaadin.client.widgets.Grid
-
Sets a new details generator for row details.
- setDetailsGenerator(DetailsGenerator<T>) - Method in class com.vaadin.ui.Grid.DetailsManager
-
Sets the details component generator.
- setDetailsGenerator(DetailsGenerator<T>) - Method in class com.vaadin.ui.Grid
-
Sets the details component generator.
- 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.
- setDetailsVisible(T, boolean) - Method in class com.vaadin.ui.Grid.DetailsManager
-
Sets the visibility of details component for given item.
- setDetailsVisible(T, boolean) - Method in class com.vaadin.ui.Grid
-
Sets the visibility of details component for given item.
- setDialogGracePeriod(int) - Method in interface com.vaadin.ui.ReconnectDialogConfiguration
-
Sets the timeout (in milliseconds) between noticing a loss of connection and showing the dialog.
- setDialogModal(boolean) - Method in interface com.vaadin.ui.ReconnectDialogConfiguration
-
Sets the modality of the dialog.
- setDialogText(String) - Method in interface com.vaadin.ui.ReconnectDialogConfiguration
-
Sets the text to show in the reconnect dialog when trying to re-establish.
- setDialogTextGaveUp(String) - Method in interface com.vaadin.ui.ReconnectDialogConfiguration
-
Sets the text to show in the reconnect dialog after giving up trying to reconnect (
ReconnectDialogConfiguration.getReconnectAttempts()
reached). - setDiffState(ClientConnector, JsonObject) - Method in class com.vaadin.ui.ConnectorTracker
- setDisabled(boolean) - Method in class com.vaadin.client.ui.VSlider
-
Disables or enables this slider.
- setDisableOnClick(boolean) - Method in class com.vaadin.ui.Button
-
Determines if a button is automatically disabled when clicked.
- setDisconnectPushOnRefresh(boolean) - Method in class com.vaadin.ui.UI
-
Normally when UI is refreshed when PreserveOnRefresh is used, UI checks if Push connection is active and disconnects it in order to avoid race condition.
- 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
. - setDragData(Object) - Method in class com.vaadin.ui.dnd.DragSourceExtension
-
Set server side drag data.
- setDragDataGenerator(String, SerializableFunction<T, String>) - Method in class com.vaadin.ui.components.grid.GridDragSource
-
Sets a generator function for customizing drag data.
- setDraggable(boolean) - Method in class com.vaadin.client.ui.VWindow
-
For internal use only.
- setDraggable(boolean) - Method in class com.vaadin.ui.Window
-
Enables or disables that a window can be dragged (moved) by the user.
- 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 - setDragImage(Resource) - Method in class com.vaadin.ui.dnd.DragSourceExtension
-
Set a custom drag image for the current drag source.
- setDragImageComponent(Component) - Method in class com.vaadin.ui.DragAndDropWrapper
-
Deprecated.Sets the component that will be used as the drag image.
- 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.
- setDragStartMode(DragAndDropWrapper.DragStartMode) - Method in class com.vaadin.ui.DragAndDropWrapper
-
Deprecated.
- setDropAllowedOnRowsWhenSorted(boolean) - Method in class com.vaadin.ui.components.grid.GridDropTarget
-
Sets whether the grid accepts drop on rows as target when the grid has been sorted by the user.
- setDropCriteria(Criterion.Match, Criterion...) - Method in class com.vaadin.ui.dnd.DropTargetExtension
-
Sets multiple drop criteria to allow drop on this drop target.
- setDropCriteriaScript(String) - Method in class com.vaadin.ui.dnd.DropTargetExtension
-
Sets a criteria script in JavaScript to allow drop on this drop target.
- setDropCriterion(String, ComparisonOperator, double) - Method in class com.vaadin.ui.dnd.DropTargetExtension
-
Set a drop criterion to allow drop on this drop target.
- setDropCriterion(String, ComparisonOperator, int) - Method in class com.vaadin.ui.dnd.DropTargetExtension
-
Set a drop criterion to allow drop on this drop target.
- setDropCriterion(String, String) - Method in class com.vaadin.ui.dnd.DropTargetExtension
-
Set a drop criterion to allow drop on this drop target.
- setDropEffect(DropEffect) - Method in class com.vaadin.ui.dnd.DropTargetExtension
-
Sets the drop effect for the current drop target.
- setDropEffect(String) - Method in class com.vaadin.client.ui.dd.VHtml5DragEvent
-
Deprecated.Sets the drop effect value.
- setDropHandler(DropHandler) - Method in class com.vaadin.ui.DragAndDropWrapper
-
Deprecated.
- setDropIndexCalculator(DropIndexCalculator<T>) - Method in class com.vaadin.ui.components.grid.GridRowDragger
-
Sets the drop index calculator for the target grid.
- setDropMode(DropMode) - Method in class com.vaadin.ui.components.grid.GridDropTarget
-
Sets the drop mode of this drop target.
- setDropThreshold(int) - Method in class com.vaadin.ui.components.grid.GridDropTarget
-
Sets the threshold between drop locations from the top and the bottom of a row in pixels.
- 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
- setEditable(boolean) - Method in class com.vaadin.ui.Grid.Column
-
Sets whether this Column has a component displayed in Editor or not.
- setEditorBinding(Binder.Binding<T, ?>) - Method in class com.vaadin.ui.Grid.Column
-
Sets an editor binding for this column.
- 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.
- setEditorComponent(C) - Method in class com.vaadin.ui.Grid.Column
-
Sets a component to use for editing values of this columns in the editor row.
- setEditorComponent(C, Setter<T, V>) - Method in class com.vaadin.ui.Grid.Column
-
Sets a component and setter to use for editing values of this column in the editor row.
- 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(EffectAllowed) - Method in class com.vaadin.ui.dnd.DragSourceExtension
-
Sets the allowed effects for the current drag source element.
- 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 aTH
. - 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.
- setEmptySelectionAllowed(boolean) - Method in class com.vaadin.ui.ComboBox
-
Sets whether the user is allowed to select nothing in the combo box.
- setEmptySelectionAllowed(boolean) - Method in class com.vaadin.ui.NativeSelect
-
Sets whether the user is allowed to select nothing in the combo box.
- setEmptySelectionCaption(String) - Method in class com.vaadin.client.ui.VComboBox
-
Sets the empty selection caption for this VComboBox.
- setEmptySelectionCaption(String) - Method in class com.vaadin.ui.ComboBox
-
Sets the empty selection caption.
- setEmptySelectionCaption(String) - Method in class com.vaadin.ui.NativeSelect
-
Sets the empty selection caption.
- 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
- setEnabled(boolean) - Method in class com.vaadin.ui.AbstractComponent
- setEnabled(boolean) - Method in interface com.vaadin.ui.Component
-
Enables or disables the component.
- setEnabled(boolean) - Method in interface com.vaadin.ui.components.grid.Editor
-
Enables or disabled the Editor.
- setEnabled(boolean) - Method in class com.vaadin.ui.components.grid.EditorImpl
- setEnabled(boolean) - Method in class com.vaadin.ui.Composite
- setEnabled(boolean) - Method in class com.vaadin.ui.MenuBar.MenuItem
- setEnabled(boolean) - Method in interface com.vaadin.ui.TabSheet.Tab
-
Sets the enabled status for the tab.
- setEnabled(boolean) - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- 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
- setErrorGenerator(EditorErrorGenerator<T>) - Method in interface com.vaadin.ui.components.grid.Editor
-
Sets the error message generator for this editor.
- setErrorGenerator(EditorErrorGenerator<T>) - Method in class com.vaadin.ui.components.grid.EditorImpl
- setErrorHandler(ErrorHandler) - Method in class com.vaadin.server.AbstractClientConnector
- setErrorHandler(ErrorHandler) - Method in interface com.vaadin.server.ClientConnector
-
Sets the error handler for the connector.
- setErrorHandler(ErrorHandler) - Method in class com.vaadin.server.DragAndDropService
-
Deprecated.
- setErrorHandler(ErrorHandler) - Method in class com.vaadin.server.VaadinSession
-
Sets the session error handler.
- 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.
- setErrorLevel(ErrorLevel) - Method in class com.vaadin.server.AbstractErrorMessage
- 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.
- setErrorMessage(String, List<String>) - Method in interface com.vaadin.shared.ui.grid.editor.EditorClientRpc
-
Sets the displayed error messages for editor.
- setErrorProvider(ViewProvider) - Method in class com.vaadin.navigator.Navigator
-
Registers a view provider that is queried for a view when no other view matches the navigation state.
- setErrorView(View) - Method in class com.vaadin.navigator.Navigator
-
Registers a view that is displayed when no other view matches the navigation state.
- setErrorView(Class<? extends View>) - Method in class com.vaadin.navigator.Navigator
-
Registers a view class that is instantiated when no other view matches the navigation state.
- 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.
- setExpandCollapsePending(boolean) - Method in interface com.vaadin.shared.data.HierarchicalDataCommunicatorClientRpc
-
Set
true
when the client-side DataSource needs to be aware that there is one or more expand or collapse call affecting the cache within this round trip, andfalse
when all expand or collapse changes have already been sent. - 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.
- 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
- setExpandRatio(int) - Method in class com.vaadin.ui.Grid.Column
-
Sets the ratio with which the column expands.
- setExpandRatio(Component, float) - Method in class com.vaadin.ui.AbstractOrderedLayout
-
This method is used to control how excess space in layout is distributed among components.
- setExpandRatio(Component, float) - Method in class com.vaadin.ui.FormLayout
-
Deprecated.This method currently has no effect as expand ratios are not implemented in FormLayout
- setFallbackTransport(Transport) - Method in interface com.vaadin.ui.PushConfiguration
-
Sets the fallback transport type for push.
- setFallbackTransport(String) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereConfiguration
- setFeatures(String) - Method in class com.vaadin.server.BrowserWindowOpener
-
Sets the features for opening the window.
- setFeedbackValue(double) - Method in class com.vaadin.client.ui.VSlider
-
Updates the value shown in the feedback pop-up when the slider is moved.
- setFileDownloadResource(Resource) - Method in class com.vaadin.server.FileDownloader
-
Sets the resource that is downloaded when the extended component is clicked.
- setFilename(String) - Method in class com.vaadin.server.StreamResource
-
Sets the filename.
- setFileName(String) - Method in class com.vaadin.server.DownloadStream
-
Sets the file name.
- setFilter(C) - Method in interface com.vaadin.data.provider.ConfigurableFilterDataProvider
-
Sets the filter to use for all queries handled by this data provider.
- setFilter(C) - Method in class com.vaadin.data.provider.ConfigurableFilterDataProviderWrapper
- setFilter(ValueProvider<T, V>, SerializablePredicate<V>) - Method in interface com.vaadin.data.provider.InMemoryDataProvider
-
Sets a filter for an item property.
- setFilter(SerializablePredicate<T>) - Method in interface com.vaadin.data.provider.InMemoryDataProvider
-
Sets a filter to be applied to all queries.
- setFilter(SerializablePredicate<T>) - Method in class com.vaadin.data.provider.ListDataProvider
- setFilter(SerializablePredicate<T>) - Method in class com.vaadin.data.provider.TreeDataProvider
- setFilter(F) - Method in class com.vaadin.data.provider.DataCommunicator
-
Sets the filter for this DataCommunicator.
- setFilter(F) - Method in class com.vaadin.data.provider.HierarchicalDataCommunicator
- setFilter(Object) - Method in class com.vaadin.data.provider.HierarchyMapper
-
Sets the current filter.
- setFilter(String) - Method in class com.vaadin.client.ui.combobox.ComboBoxConnector
-
Send a message to the server set the current filter.
- setFilter(String) - Method in interface com.vaadin.shared.ui.combobox.ComboBoxServerRpc
-
Sets the filter to use.
- setFilterByValue(ValueProvider<T, V>, V) - Method in interface com.vaadin.data.provider.InMemoryDataProvider
-
Sets a filter that requires an item property to have a specific value.
- setFirstComponent(Component) - Method in class com.vaadin.ui.AbstractSplitPanel
-
Sets the first component of this split panel.
- 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.
- setFirstDelay(int) - Method in interface com.vaadin.ui.LoadingIndicatorConfiguration
-
Sets the delay before the loading indicator is shown.
- 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.
- setFocusDelegate(Component.Focusable) - Method in class com.vaadin.ui.CustomField
-
Sets the component to which all methods from the
Component.Focusable
interface should be delegated. - setFocusedComponent(Component.Focusable) - Method in class com.vaadin.ui.UI
-
This method is used by Component.Focusable objects to request focus to themselves.
- 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.
- setFooterRowHeight(double) - Method in class com.vaadin.ui.Grid
-
Sets the height of a footer row.
- setFooterVisible(boolean) - Method in class com.vaadin.client.widgets.Grid
-
Sets the visibility of the footer section.
- setFooterVisible(boolean) - Method in class com.vaadin.ui.Grid
-
Sets the visibility of the Footer in this Grid.
- 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.
- setFragment(String) - Method in class com.vaadin.navigator.Navigator.UriFragmentManager
-
Sets the URI fragment to the given string.
- 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.
- setFrozenColumnCount(int) - Method in class com.vaadin.ui.Grid
-
Sets the number of frozen columns in this grid.
- setGreen(int) - Method in class com.vaadin.shared.ui.colorpicker.Color
-
Sets the green value of the color.
- 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.
- setHandleWidgetEvents(boolean) - Method in class com.vaadin.ui.Grid.Column
-
Sets whether Grid should handle events in this Column from Components and Widgets rendered by certain Renderers.
- setHeader(String, String) - Method in class com.vaadin.server.BootstrapPageResponse
-
Sets a header value that will be added to the HTTP response.
- setHeader(String, String) - Method in interface com.vaadin.server.VaadinResponse
-
Sets the value of a generic response header.
- setHeaderCaption(String) - Method in class com.vaadin.client.widgets.Grid.Column
-
Sets a header caption for this column.
- setHeaderRowHeight(double) - Method in class com.vaadin.ui.Grid
-
Sets the height of a header row.
- setHeaderVisible(boolean) - Method in class com.vaadin.client.widgets.Grid
-
Sets the visibility of the header section.
- setHeaderVisible(boolean) - Method in class com.vaadin.ui.Grid
-
Sets the visibility of the Header in this Grid.
- setHeight(float) - Method in class com.vaadin.client.RenderInformation.FloatSize
- setHeight(float, Sizeable.Unit) - Method in interface com.vaadin.server.Sizeable
-
Sets the height of the object.
- setHeight(float, Sizeable.Unit) - Method in class com.vaadin.ui.AbstractComponent
- setHeight(float, Sizeable.Unit) - Method in class com.vaadin.ui.AbstractComponentContainer
- setHeight(float, Sizeable.Unit) - Method in class com.vaadin.ui.AbstractSingleComponentContainer
- setHeight(float, Sizeable.Unit) - Method in class com.vaadin.ui.Composite
- setHeight(float, Sizeable.Unit) - Method in class com.vaadin.ui.CustomField
- setHeight(float, Sizeable.Unit) - Method in class com.vaadin.ui.Grid
-
Sets the height of the object.
- 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
- setHeight(String) - Method in interface com.vaadin.server.Sizeable
-
Sets the height of the component using String presentation.
- setHeight(String) - Method in interface com.vaadin.shared.ui.textarea.TextAreaServerRpc
- setHeight(String) - Method in class com.vaadin.ui.AbstractComponent
- setHeight(String) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerHistory
- setHeight(String) - Method in class com.vaadin.ui.Composite
- 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()
isHeightMode.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()
isHeightMode.ROW
. - setHeightByRows(double) - Method in class com.vaadin.ui.Grid
-
Sets the number of rows that should be visible in Grid's body.
- setHeightExcludingPaddingAndBorder(Element, int, int, boolean) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.setHeightExcludingPaddingAndBorder(Element, int, int, boolean)
instead. - 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
-
Deprecated.As of 7.4.0, use
WidgetUtil.setHeightExcludingPaddingAndBorder(Widget, String, int)
instead. - 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.
- setHeightFull() - Method in interface com.vaadin.server.Sizeable
-
Sets the height to 100%.
- setHeightFull() - Method in class com.vaadin.ui.AbstractComponent
- setHeightLocation(Object) - Static method in class com.vaadin.server.ComponentSizeValidator
- 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.
- setHeightMode(HeightMode) - Method in class com.vaadin.ui.Grid
-
Defines the mode in which the Grid widget's height is calculated.
- setHeightUndefined() - Method in interface com.vaadin.server.Sizeable
-
Clears any defined height.
- setHeightUndefined() - Method in class com.vaadin.ui.AbstractComponent
- setHeightUndefined() - Method in class com.vaadin.ui.Composite
- 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.
- setHidable(boolean) - Method in class com.vaadin.ui.Grid.Column
-
Sets whether this column can be hidden by the user.
- setHidden(boolean) - Method in class com.vaadin.client.widgets.Grid.Column
-
Hides or shows the column.
- setHidden(boolean) - Method in class com.vaadin.ui.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).
- setHideEmptyRowsAndColumns(boolean) - Method in class com.vaadin.ui.GridLayout
-
Sets whether empty rows and columns should be considered as non-existent when rendering or not.
- 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? If this is
false
, the user must click outside the popup to close it. - setHideOnMouseOut(boolean) - Method in class com.vaadin.ui.PopupView
-
Should the popup automatically hide when the user takes the mouse cursor out of the popup area? If this is false, the user must click outside the popup to close it.
- setHidingToggleCaption(String) - Method in class com.vaadin.client.widgets.Grid.Column
-
Sets the hiding toggle's caption for this column.
- setHidingToggleCaption(String) - Method in class com.vaadin.ui.Grid.Column
-
Sets the caption of the hiding toggle for this column.
- setHierarchyColumn(Grid.Column<T, ?>) - Method in class com.vaadin.ui.TreeGrid
-
Set the column that displays the hierarchy of this grid's data.
- setHierarchyColumn(String) - Method in class com.vaadin.ui.TreeGrid
-
Set the column that displays the hierarchy of this grid's data.
- setHistoryVisibility(boolean) - Method in class com.vaadin.ui.AbstractColorPicker
-
Sets the visibility of the color history, displaying recently picked colors.
- setHistoryVisible(boolean) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPopup
-
Sets the visibility of the History.
- setHorizontalScrollPosition(int) - Method in class com.vaadin.client.ui.FocusableScrollPanel
-
Sets the horizontal scroll position.
- setHSVTabVisible(boolean) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPopup
-
Sets the HSV tab visibility.
- setHSVVisibility(boolean) - Method in class com.vaadin.ui.AbstractColorPicker
-
Sets the visibility of the HSV Tab.
- 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 interface com.vaadin.ui.components.grid.FooterCell
-
Sets the HTML content displayed in this cell.
- setHtml(String) - Method in interface com.vaadin.ui.components.grid.HeaderCell
-
Sets the HTML content displayed in this cell.
- 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.
- setHTML5DataFlavor(String, Object) - Method in class com.vaadin.ui.DragAndDropWrapper
-
Deprecated.Sets data flavors available in the DragAndDropWrapper is used to start an HTML5 style drags.
- 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.
- setHtmlContentAllowed(boolean) - Method in class com.vaadin.ui.AbstractMedia
-
Set whether the alternative text (
AbstractMedia.setAltText(String)
) is rendered as HTML or not. - setHtmlContentAllowed(boolean) - Method in class com.vaadin.ui.Button
-
Deprecated.as of 8.0.0, use
AbstractComponent.setCaptionAsHtml(boolean)
instead. - setHtmlContentAllowed(boolean) - Method in class com.vaadin.ui.CheckBoxGroup
-
Sets whether html is allowed in the item captions.
- setHtmlContentAllowed(boolean) - Method in class com.vaadin.ui.MenuBar
-
Sets whether html is allowed in the item captions.
- setHtmlContentAllowed(boolean) - Method in class com.vaadin.ui.Notification
-
Sets whether html is allowed in the caption and description.
- setHtmlContentAllowed(boolean) - Method in class com.vaadin.ui.RadioButtonGroup
-
Sets whether html is allowed in the item captions.
- setHtmlContentAllowed(boolean) - Method in class com.vaadin.ui.renderers.ButtonRenderer
-
Sets whether the data should be rendered as HTML (instead of text).
- setIcon(Resource) - Method in class com.vaadin.event.Action
-
Sets the icon.
- setIcon(Resource) - Method in class com.vaadin.ui.AbstractComponent
-
Sets the component's icon.
- setIcon(Resource) - Method in interface com.vaadin.ui.Component
-
Sets the icon of the component.
- setIcon(Resource) - Method in class com.vaadin.ui.Composite
- setIcon(Resource) - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Sets the icon.
- setIcon(Resource) - Method in class com.vaadin.ui.Notification
-
Sets the icon part of the notification message.
- setIcon(Resource) - Method in interface com.vaadin.ui.TabSheet.Tab
-
Sets the icon for the tab.
- setIcon(Resource) - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- setIcon(Resource) - Method in class com.vaadin.ui.Tree
- setIcon(Resource, String) - Method in class com.vaadin.ui.Button
-
Sets the component's icon and alt text.
- setIcon(Resource, String) - Method in interface com.vaadin.ui.TabSheet.Tab
-
Sets the icon and alt text for the tab.
- setIcon(Resource, String) - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- setIconAlternateText(String) - Method in class com.vaadin.ui.Button
- setIconAlternateText(String) - Method in interface com.vaadin.ui.TabSheet.Tab
-
Sets the icon alt text for the tab.
- setIconAlternateText(String) - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- 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
- setId(String) - Method in class com.vaadin.ui.AbstractComponent
- setId(String) - Method in interface com.vaadin.ui.Component
-
Adds an unique id for component that is used in the client-side for testing purposes.
- setId(String) - Method in class com.vaadin.ui.Composite
- setId(String) - Method in class com.vaadin.ui.Grid.Column
-
Sets the user-defined identifier to map this column.
- setId(String) - Method in interface com.vaadin.ui.TabSheet.Tab
-
Adds an unique id for component that is used in the client-side for testing purposes.
- setId(String) - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- setId(String) - Method in class com.vaadin.ui.Tree
- setIdentifier(Object) - Method in class com.vaadin.client.TooltipInfo
-
Sets the tooltip's identifier.
- setIdentifierGetter(ValueProvider<T, Object>) - Method in interface com.vaadin.data.provider.DataKeyMapper
-
Takes identifier getter into use and updates existing mappings.
- setIdentifierGetter(ValueProvider<V, Object>) - Method in class com.vaadin.server.KeyMapper
- setIEMode(int) - Method in class com.vaadin.shared.VBrowserDetails
-
Sets the version for IE based on the documentMode.
- setImmediateMode(boolean) - Method in class com.vaadin.client.ui.VUpload
-
Sets the upload in immediate mode.
- setImmediateMode(boolean) - Method in class com.vaadin.ui.Upload
-
Sets the immediate mode of the upload.
- setIndeterminate(boolean) - Method in class com.vaadin.client.ui.VProgressBar
-
Sets whether or not this progress indicator is indeterminate.
- setIndeterminate(boolean) - Method in class com.vaadin.ui.ProgressBar
-
Sets whether or not this progress indicator is indeterminate.
- setIndex(int) - Method in class com.vaadin.client.componentlocator.SelectorPredicate
- setInitialized(boolean) - Method in class com.vaadin.data.provider.HierarchyMapper
-
Set the initialization state of this class.
- setInMemorySorting(Comparator<T>) - Method in class com.vaadin.data.provider.DataCommunicator
-
Sets the
Comparator
to use with in-memory sorting. - setInMemorySorting(Comparator<T>) - Method in class com.vaadin.data.provider.HierarchicalDataCommunicator
- setInMemorySorting(Comparator<T>) - Method in class com.vaadin.data.provider.HierarchyMapper
-
Sets the current in-memory sorting.
- setInMemorySorting(Comparator<T>, boolean) - Method in class com.vaadin.data.provider.DataCommunicator
-
Sets the
Comparator
to use with in-memory sorting. - setInMemorySorting(Comparator<T>, boolean) - Method in class com.vaadin.data.provider.HierarchicalDataCommunicator
- setInnerRenderer(Renderer) - Method in class com.vaadin.client.renderers.HierarchyRenderer
-
Sets the renderer to be wrapped.
- setInternalErrorCaption(String) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Sets the caption of the notification.
- setInternalErrorMessage(String) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Sets the message of the notification.
- setInternalErrorNotificationEnabled(boolean) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Enables or disables the notification.
- setInternalErrorURL(String) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Sets the URL to go to when an internal error occurs.
- 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).
- setItemCaptionGenerator(ItemCaptionGenerator<T>) - Method in class com.vaadin.ui.AbstractListing
-
Sets the item caption generator that is used to produce the strings shown in the combo box for each item.
- setItemCaptionGenerator(ItemCaptionGenerator<T>) - Method in class com.vaadin.ui.AbstractMultiSelect
- setItemCaptionGenerator(ItemCaptionGenerator<T>) - Method in class com.vaadin.ui.ComboBox
- setItemCaptionGenerator(ItemCaptionGenerator<T>) - Method in class com.vaadin.ui.NativeSelect
- setItemCaptionGenerator(ItemCaptionGenerator<T>) - Method in class com.vaadin.ui.RadioButtonGroup
- setItemCaptionGenerator(ItemCaptionGenerator<T>) - Method in class com.vaadin.ui.Tree
-
Sets the item caption generator that is used to produce the strings shown as the text for each item.
- setItemCollapseAllowedProvider(ItemCollapseAllowedProvider<T>) - Method in class com.vaadin.data.provider.HierarchicalDataCommunicator
-
Sets the item collapse allowed provider for this HierarchicalDataCommunicator.
- setItemCollapseAllowedProvider(ItemCollapseAllowedProvider<T>) - Method in class com.vaadin.data.provider.HierarchyMapper
-
Sets the current item collapse allowed provider.
- setItemCollapseAllowedProvider(ItemCollapseAllowedProvider<T>) - Method in class com.vaadin.ui.Tree
-
Sets the item collapse allowed provider for this Tree.
- setItemCollapseAllowedProvider(ItemCollapseAllowedProvider<T>) - Method in class com.vaadin.ui.TreeGrid
-
Sets the item collapse allowed provider for this TreeGrid.
- setItemDescriptionGenerator(DescriptionGenerator<T>) - Method in class com.vaadin.ui.CheckBoxGroup
-
Sets the description generator that is used for generating descriptions for items.
- setItemDescriptionGenerator(DescriptionGenerator<T>) - Method in class com.vaadin.ui.RadioButtonGroup
-
Sets the description generator that is used for generating descriptions for items.
- setItemDescriptionGenerator(DescriptionGenerator<T>) - Method in class com.vaadin.ui.Tree
-
Sets the description generator that is used for generating tooltip descriptions for items.
- setItemDescriptionGenerator(DescriptionGenerator<T>, ContentMode) - Method in class com.vaadin.ui.Tree
-
Sets the description generator that is used for generating HTML tooltip descriptions for items.
- setItemEnabledProvider(SerializablePredicate<T>) - Method in class com.vaadin.ui.AbstractMultiSelect
-
Sets the item enabled predicate for this multiselect.
- setItemEnabledProvider(SerializablePredicate<T>) - Method in class com.vaadin.ui.CheckBoxGroup
- setItemEnabledProvider(SerializablePredicate<T>) - Method in class com.vaadin.ui.RadioButtonGroup
-
Sets the item enabled predicate for this radiobutton group.
- setItemIconGenerator(IconGenerator<T>) - Method in class com.vaadin.ui.AbstractListing
-
Sets the item icon generator that is used to produce custom icons for shown items.
- setItemIconGenerator(IconGenerator<T>) - Method in class com.vaadin.ui.CheckBoxGroup
- setItemIconGenerator(IconGenerator<T>) - Method in class com.vaadin.ui.ComboBox
- setItemIconGenerator(IconGenerator<T>) - Method in class com.vaadin.ui.RadioButtonGroup
- setItemIconGenerator(IconGenerator<T>) - Method in class com.vaadin.ui.Tree
-
Sets the item icon generator that is used to produce custom icons for items.
- setItems(ComboBox.CaptionFilter, Collection<T>) - Method in class com.vaadin.ui.ComboBox
-
Sets the data items of this listing and a simple string filter with which the item string and the text the user has input are compared.
- setItems(ComboBox.CaptionFilter, T...) - Method in class com.vaadin.ui.ComboBox
-
Sets the data items of this listing and a simple string filter with which the item string and the text the user has input are compared.
- setItems(Collection<T>) - Method in interface com.vaadin.data.HasDataProvider
- setItems(Collection<T>) - Method in interface com.vaadin.data.HasHierarchicalDataProvider
-
Sets the data items of this component provided as a collection.
- setItems(Collection<T>) - Method in interface com.vaadin.data.HasItems
-
Sets the data items of this component provided as a collection.
- setItems(Collection<T>) - Method in class com.vaadin.ui.ComboBox
-
Sets the data items of this component provided as a collection.
- setItems(Collection<T>, ValueProvider<T, Collection<T>>) - Method in interface com.vaadin.data.HasHierarchicalDataProvider
-
Sets the root data items of this component provided as a collection and recursively populates them with child items with the given value provider.
- 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
- setItems(Stream<T>) - Method in interface com.vaadin.data.HasHierarchicalDataProvider
-
Sets the data items of this component provided as a stream.
- setItems(Stream<T>) - Method in interface com.vaadin.data.HasItems
-
Sets the data items of this listing provided as a stream.
- setItems(Stream<T>) - Method in class com.vaadin.ui.ComboBox
-
Sets the data items of this listing provided as a stream.
- setItems(Stream<T>, ValueProvider<T, Stream<T>>) - Method in interface com.vaadin.data.HasHierarchicalDataProvider
-
Sets the root data items of this component provided as a stream and recursively populates them with child items with the given value provider.
- setItems(T...) - Method in interface com.vaadin.data.HasHierarchicalDataProvider
-
Sets the data items of this listing.
- setItems(T...) - Method in interface com.vaadin.data.HasItems
-
Sets the data items of this listing.
- setItems(T...) - Method in class com.vaadin.ui.ComboBox
-
Sets the data items of this listing.
- setJavaFieldValue(Object, Field, Object) - Static method in class com.vaadin.util.ReflectTools
-
Sets the value of a java field.
- setKey(String) - Method in class com.vaadin.shared.ui.dnd.criteria.Criterion
-
Sets the key of the payload to be compared.
- setKey(String) - Method in class com.vaadin.shared.ui.dnd.criteria.Payload
-
Sets the key of this payload.
- setLastHeartbeatTimestamp(long) - Method in class com.vaadin.ui.UI
-
Sets the last heartbeat request timestamp for this UI.
- setLastProcessedClientToServerId(int) - Method in class com.vaadin.ui.UI
-
Sets the last processed server message id.
- setLastRequestDuration(long) - Method in class com.vaadin.server.VaadinSession
-
Sets the time spent servicing the last request in the session and updates the total time spent servicing requests in this session.
- setLastRequestTimestamp(long) - Method in class com.vaadin.server.VaadinSession
-
Sets the time when the last UIDL request was serviced in this session.
- 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.
- setLeft(Float, Sizeable.Unit) - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Sets the 'left' attribute; distance from the left of the component to the left edge of the layout.
- setLeftColumnCaption(String) - Method in class com.vaadin.ui.TwinColSelect
-
Sets the text shown above the left column.
- setLeftUnits(Sizeable.Unit) - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Sets the unit for the 'left' attribute.
- setLeftValue(Float) - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Sets the 'left' attribute value (distance from the left of the component to the left edge of the layout).
- setLenient(boolean) - Method in class com.vaadin.ui.AbstractDateField
-
Specifies whether or not date/time interpretation in component is to be lenient.
- 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
- setLocale(Locale) - Method in class com.vaadin.server.SystemMessagesInfo
- setLocale(Locale) - Method in class com.vaadin.server.VaadinSession
-
Sets the default locale for this session.
- setLocale(Locale) - Method in class com.vaadin.ui.AbstractComponent
-
Sets the locale of this component.
- setLocale(Locale) - Method in class com.vaadin.ui.AbstractDateField
- setLocation(String) - Method in class com.vaadin.server.Page
-
Navigates this page to the given URI.
- setLocation(URI) - Method in class com.vaadin.server.Page
-
Navigates this page to the given URI.
- 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.
- setLocked(boolean) - Method in class com.vaadin.ui.AbstractSplitPanel
-
Lock the SplitPanels position, disabling the user from dragging the split handle.
- setLoginButtonCaption(String) - Method in class com.vaadin.ui.LoginForm
-
Sets the caption of the login button.
- setLogoutURL(String) - Method in class com.vaadin.server.LegacyApplication
-
Deprecated.Sets the URL user is redirected to on application close.
- setLongPollingSuspendTimeout(int) - Method in class com.vaadin.server.communication.PushHandler
-
Sets the timeout used for suspend calls when using long polling.
- setLoop(boolean) - Method in class com.vaadin.client.ui.VMediaBase
-
Enables or disables looping.
- setLoop(boolean) - Method in class com.vaadin.ui.AbstractMedia
-
Enables or disables looping.
- setMainWindow(LegacyWindow) - Method in class com.vaadin.server.LegacyApplication
-
Deprecated.Sets the main window of this application.
- setMargin(boolean) - Method in class com.vaadin.ui.AbstractOrderedLayout
- setMargin(boolean) - Method in class com.vaadin.ui.GridLayout
- setMargin(boolean) - Method in interface com.vaadin.ui.Layout.MarginHandler
-
Enable layout margins.
- setMargin(MarginInfo) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
-
Set the margin of the layout.
- setMargin(MarginInfo) - Method in class com.vaadin.ui.AbstractOrderedLayout
- setMargin(MarginInfo) - Method in class com.vaadin.ui.GridLayout
- setMargin(MarginInfo) - Method in interface com.vaadin.ui.Layout.MarginHandler
-
Enable margins for this 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(boolean) - Method in class com.vaadin.shared.ui.MarginInfo
-
Enables or disables margins on all edges simultaneously.
- setMargins(boolean, boolean, boolean, boolean) - Method in class com.vaadin.shared.ui.MarginInfo
-
Sets margins on all edges individually.
- setMargins(MarginInfo) - Method in class com.vaadin.client.ui.VFormLayout.VFormLayoutTable
- setMargins(MarginInfo) - Method in class com.vaadin.shared.ui.MarginInfo
-
Copies margin values from another MarginInfo object.
- setMarginTop(int) - Method in class com.vaadin.client.ui.layout.Margins
-
Sets the height of the top margin.
- setMax(double) - Method in class com.vaadin.ui.Slider
-
Sets the maximum slider value.
- setMaximumAllowedRows(int) - Method in class com.vaadin.data.provider.DataCommunicator
-
Set the maximum allowed rows to be fetched in one query.
- 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
- setMaximumWidth(double) - Method in class com.vaadin.ui.Grid.Column
-
Sets the maximum width for this column.
- setMaxInactiveInterval(int) - Method in class com.vaadin.server.WrappedHttpSession
- setMaxInactiveInterval(int) - Method in interface com.vaadin.server.WrappedSession
-
Specifies the time, in seconds, between client requests before the servlet container will invalidate this session.
- 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. - setMaxLength(int) - Method in class com.vaadin.ui.AbstractTextField
-
Sets the maximum number of characters in the field.
- setMaxLength(Integer) - Method in class com.vaadin.data.validator.StringLengthValidator
-
Sets the maximum permissible length of the string.
- setMaxSplitPosition(float, Sizeable.Unit) - Method in class com.vaadin.ui.AbstractSplitPanel
-
Sets the maximum split position to the given position and unit.
- setMaxValue(double) - Method in class com.vaadin.client.ui.VSlider
-
Sets the maximum value for slider.
- setMaxValue(T) - Method in class com.vaadin.data.validator.RangeValidator
-
Sets the maximum value of the range.
- setMaxValueIncluded(boolean) - Method in class com.vaadin.data.validator.RangeValidator
-
Sets whether the maximum value is part of the accepted range.
- 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.
- setMaxWidth(int) - Method in interface com.vaadin.ui.TooltipConfiguration
-
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.
- setMessage(String) - Method in class com.vaadin.server.AbstractErrorMessage
- setMetaKey(boolean) - Method in class com.vaadin.shared.MouseEventDetails
- setMethodAttribute(Class<?>, String, TypeDataStore.MethodAttribute) - Method in class com.vaadin.client.metadata.TypeDataStore
- setMilliseconds(Date, int) - Static method in class com.vaadin.client.DateTimeService
- setMime(String) - Method in class com.vaadin.shared.ui.dnd.FileParameters
-
Sets the mime type.
- setMimeType(String) - Method in class com.vaadin.ui.Embedded
-
Sets the mimeType, the MIME-Type of the object.
- setMIMEType(String) - Method in class com.vaadin.server.ExternalResource
-
Sets the MIME type of the resource.
- setMIMEType(String) - Method in class com.vaadin.server.StreamResource
-
Sets the mime type of the resource.
- setMin(double) - Method in class com.vaadin.ui.Slider
-
Sets the minimum slider value.
- 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
- setMinimumWidth(double) - Method in class com.vaadin.ui.Grid.Column
-
Sets the minimum width for this column.
- 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.
- setMinimumWidthFromContent(boolean) - Method in class com.vaadin.ui.Grid.Column
-
Sets whether the width of the contents in the column should be considered minimum width for this column.
- setMinLength(Integer) - Method in class com.vaadin.data.validator.StringLengthValidator
-
Sets the minimum permissible length.
- setMinPushSize(int) - Method in class com.vaadin.data.provider.DataCommunicator
-
Set minimum size of data which will be sent to the client when data source is set.
- setMinSplitPosition(float, Sizeable.Unit) - Method in class com.vaadin.ui.AbstractSplitPanel
-
Sets the minimum split position to the given position and unit.
- setMinValue(double) - Method in class com.vaadin.client.ui.VSlider
-
Sets the minimum value for slider.
- setMinValue(T) - Method in class com.vaadin.data.validator.RangeValidator
-
Sets the minimum value of the range.
- setMinValueIncluded(boolean) - Method in class com.vaadin.data.validator.RangeValidator
-
Sets whether the minimum value is part of the accepted range.
- setMobileHtml5DndEnabled(boolean) - Method in class com.vaadin.ui.UI
-
Enable or disable HTML5 DnD for mobile devices.
- setModal(boolean) - Method in interface com.vaadin.client.communication.ReconnectDialog
-
Sets the modality of the dialog.
- setModal(boolean) - Method in class com.vaadin.ui.AbstractColorPicker
-
Sets ColorPicker modality.
- setModal(boolean) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPopup
- setModal(boolean) - Method in class com.vaadin.ui.Window
-
Sets window modality.
- setMode(AbstractErrorMessage.ContentMode) - Method in class com.vaadin.server.AbstractErrorMessage
- setMonth(int) - Method in class com.vaadin.client.ui.VAbstractCalendarPanel.FocusedDate
-
Deprecated.
- setMoreMenuItem(MenuBar.MenuItem) - Method in class com.vaadin.ui.MenuBar
-
Set the item that is used when collapsing the top level menu.
- setMuted(boolean) - Method in class com.vaadin.client.ui.VMediaBase
- setMuted(boolean) - Method in class com.vaadin.ui.AbstractMedia
-
Set whether to mute the audio or not.
- setName(String) - Method in class com.vaadin.client.componentlocator.SelectorPredicate
- setName(String) - Method in class com.vaadin.client.ui.VBrowserFrame
- setName(String) - Method in class com.vaadin.shared.ui.dnd.FileParameters
-
Sets the file name.
- setName(String) - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.Sets the unique name of the window.
- 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.
- setNavigator(Navigator) - Method in interface com.vaadin.navigator.NavigationStateManager
-
Sets the Navigator used with this state manager.
- setNavigator(Navigator) - Method in class com.vaadin.navigator.Navigator.PushStateManager
- setNavigator(Navigator) - Method in class com.vaadin.navigator.Navigator.UriFragmentManager
- setNavigator(Navigator) - Method in class com.vaadin.ui.UI
-
For internal use only.
- 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
-
Deprecated.Use
LayoutDependencyTree.setNeedsHorizontalMeasure(ComponentConnector, boolean)
for improved performance. - 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.As of 7.4.2, use
LayoutDependencyTree.setNeedsMeasure(ComponentConnector, boolean)
for improved performance. - 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
-
Deprecated.Use
LayoutDependencyTree.setNeedsVerticalMeasure(ComponentConnector, boolean)
for improved performance. - setNewItemHandler(ComboBox.NewItemHandler) - Method in class com.vaadin.ui.ComboBox
-
Deprecated.Since 8.4 use
ComboBox.setNewItemProvider(NewItemProvider)
instead. - setNewItemProvider(ComboBox.NewItemProvider<T>) - Method in class com.vaadin.ui.ComboBox
-
Sets the provider function that is called when user types a new item.
- 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.
- setNoCacheHeaders() - Method in interface com.vaadin.server.VaadinResponse
-
Sets all conceivable headers that might prevent a response from being stored in any caches.
- setNodeCollapsed(String, int, boolean, boolean) - Method in interface com.vaadin.shared.ui.treegrid.NodeCollapseRpc
-
Sets the collapse state of a hierarchical row in TreeGrid.
- 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.
- setOpenDelay(int) - Method in interface com.vaadin.ui.TooltipConfiguration
-
Sets the time (in ms) that should elapse after an event triggering tooltip showing has occurred (e.g.
- setOperator(ComparisonOperator) - Method in class com.vaadin.shared.ui.dnd.criteria.Criterion
-
Sets the comparison operator.
- 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.
- setOrientation(SliderOrientation) - Method in class com.vaadin.ui.Slider
-
Sets the orientation of the slider.
- 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.
- setOverlayContainerLabel(String) - Method in class com.vaadin.ui.UI
-
Sets the label that is added to the container element, where tooltip, notifications and dialogs are added to.
- setOverrideContentType(boolean) - Method in class com.vaadin.server.FileDownloader
-
Sets whether the content type of served resources should be overridden to
application/octet-stream
to reduce the risk of a browser plugin choosing to display the resource instead of downloading it. - 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.
- setPageLength(int) - Method in class com.vaadin.ui.ComboBox
-
Sets the page length for the suggestion popup.
- setPagingEnabled(boolean) - Method in class com.vaadin.client.ui.VComboBox.SuggestionPopup
-
Should paging be enabled.
- setParameter(String, String) - Method in class com.vaadin.server.BrowserWindowOpener
-
Sets a parameter that will be added to the query string of the opened URI.
- setParameter(String, String) - Method in class com.vaadin.server.DownloadStream
-
Sets a parameter for download stream.
- setParameter(String, String) - Method in class com.vaadin.ui.Embedded
-
Sets an object parameter.
- setParameter(String, String) - Method in interface com.vaadin.ui.PushConfiguration
-
Sets the given parameter.
- setParameters(Object[]) - Method in class com.vaadin.shared.communication.MethodInvocation
- 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
- setParent(ClientConnector) - Method in class com.vaadin.server.AbstractExtension
- setParent(ClientConnector) - Method in interface com.vaadin.server.Extension
-
Sets the parent connector of the connector.
- setParent(ClientConnector) - Method in interface com.vaadin.ui.renderers.Renderer
-
Deprecated.
- setParent(HasComponents) - Method in class com.vaadin.ui.AbstractComponent
- setParent(HasComponents) - Method in interface com.vaadin.ui.Component
-
Sets the parent connector of the component.
- setParent(HasComponents) - Method in class com.vaadin.ui.Window
- setParent(MenuBar.MenuItem) - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Set the parent of this item.
- setParent(T, T) - Method in class com.vaadin.data.TreeData
-
Moves an item to become a child of the given parent item.
- 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.
- setParseErrorMessage(String) - Method in class com.vaadin.ui.AbstractDateField
-
Sets the default error message used if the DateField cannot parse the text input by user to a Date field.
- setPasswordCaption(String) - Method in class com.vaadin.ui.LoginForm
-
Set the caption of the password field.
- setPayload(JsonObject) - Method in class com.vaadin.client.communication.XhrConnection.XhrResponseHandler
-
Sets the payload which was sent to the server.
- setPayload(String, double) - Method in class com.vaadin.ui.dnd.DragSourceExtension
-
Sets payload for this drag source to use with acceptance criterion.
- setPayload(String, int) - Method in class com.vaadin.ui.dnd.DragSourceExtension
-
Sets payload for this drag source to use with acceptance criterion.
- setPayload(String, String) - Method in class com.vaadin.ui.dnd.DragSourceExtension
-
Sets payload for this drag source to use with acceptance criterion.
- 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. - setPlaceholder(String) - Method in class com.vaadin.ui.AbstractTextField
-
Sets the placeholder text.
- setPlaceholder(String) - Method in class com.vaadin.ui.ComboBox
-
Sets the placeholder string - a textual prompt that is displayed when the select would otherwise be empty, to prompt the user for input.
- setPlaceholder(String) - Method in class com.vaadin.ui.DateField
-
Sets the placeholder text.
- setPlaceholder(String) - Method in class com.vaadin.ui.DateTimeField
-
Sets the placeholder text.
- setPollInterval(int) - Method in class com.vaadin.ui.UI
-
Sets the interval with which the UI should poll the server to see if there are any changes.
- 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.
- setPopupStyle(AbstractColorPicker.PopupStyle) - Method in class com.vaadin.ui.AbstractColorPicker
-
Sets the style of the popup window.
- setPopupVisibility(boolean) - Method in interface com.vaadin.shared.ui.popupview.PopupViewServerRpc
- setPopupVisible(boolean) - Method in class com.vaadin.ui.PopupView
-
Set the visibility of the popup.
- setPopupWidth(String) - Method in class com.vaadin.ui.ComboBox
-
Sets the suggestion pop-up's width as a CSS string.
- setPosition(int, int) - Method in class com.vaadin.client.ui.VComboBox.SuggestionPopup
- setPosition(int, int) - Method in class com.vaadin.ui.AbstractColorPicker
-
Sets the position of the popup window.
- setPosition(int, int) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerGrid
-
Sets the position.
- setPosition(int, int) - Method in class com.vaadin.ui.Window
-
Sets the position of the window on the screen using
Window.setPositionX(int)
andWindow.setPositionY(int)
. - setPosition(Position) - Method in class com.vaadin.client.ui.VNotification
- setPosition(Position) - Method in class com.vaadin.ui.Notification
-
Sets the position of the notification message.
- setPosition(Component, AbsoluteLayout.ComponentPosition) - Method in class com.vaadin.ui.AbsoluteLayout
-
Sets the position of a component in the layout.
- 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.
- setPositionX(int) - Method in class com.vaadin.ui.Window
-
Sets the distance of Window left border in pixels from left border of the containing (main window).
- setPositionY(int) - Method in class com.vaadin.ui.Window
-
Sets the distance of Window top border in pixels from top border of the containing (main window).
- setPoster(Resource) - Method in class com.vaadin.ui.Video
-
Sets the poster image, which is shown in place of the video before the user presses play.
- setPoster(String) - Method in class com.vaadin.client.ui.VVideo
-
Sets the poster URL.
- setPreload(PreloadMode) - Method in class com.vaadin.ui.AbstractMedia
-
Sets the preload attribute that is intended to provide a hint to the browser how the media should be preloaded.
- 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
- setPreventInvalidInput(boolean) - Method in class com.vaadin.ui.AbstractDateField
-
Control whether value change event is emitted when user input value does not meet the integrated range validator.
- setPreviewVisible(boolean) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPopup
-
Sets the preview visibility.
- setPrimaryStyleName(String) - Method in class com.vaadin.ui.AbstractComponent
- setPrimaryStyleName(String) - Method in interface com.vaadin.ui.Component
-
Changes the primary style name of the component.
- setPrimaryStyleName(String) - Method in class com.vaadin.ui.Composite
- setPrimaryStyleName(String) - Method in class com.vaadin.ui.Tree
- 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
- setPropertySet(PropertySet<T>) - Method in class com.vaadin.ui.Grid
-
Sets the property set to use for this grid.
- setPropertyType(Class<?>, String, Type) - Method in class com.vaadin.client.metadata.TypeDataStore
- setProxyHandler(Class<?>, ProxyHandler) - Method in class com.vaadin.client.metadata.TypeDataStore
- setPushConnection(PushConnection) - Method in class com.vaadin.ui.UI
-
Sets the internal push connection object used by this UI.
- setPushEnabled(boolean) - Method in class com.vaadin.client.communication.MessageSender
-
Sets the status for the push connection.
- setPushHandler(PushHandler) - Method in class com.vaadin.server.communication.PushAtmosphereHandler
- setPushMode(PushMode) - Method in interface com.vaadin.ui.PushConfiguration
-
Sets the mode of bidirectional ("push") communication that should be used.
- setPushRows(Range) - Method in class com.vaadin.data.provider.DataCommunicator
-
Set the range of rows to push for next response.
- setPushUrl(String) - Method in interface com.vaadin.ui.PushConfiguration
-
Sets the URL to use for push requests.
- 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). - setQuickOpenDelay(int) - Method in interface com.vaadin.ui.TooltipConfiguration
-
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
TooltipConfiguration.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 ofVTooltip.getOpenDelay()
. - setQuickOpenTimeout(int) - Method in interface com.vaadin.ui.TooltipConfiguration
-
Sets the time (in ms) that determines when
TooltipConfiguration.getQuickOpenDelay()
should be used instead ofTooltipConfiguration.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.
- setRangeEnd(T) - Method in class com.vaadin.ui.AbstractDateField
-
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.
- setRangeStart(T) - Method in class com.vaadin.ui.AbstractDateField
-
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.
- setReadOnly(boolean) - Method in interface com.vaadin.data.Binder.Binding
-
Sets the read-only status on for this Binding.
- setReadOnly(boolean) - Method in class com.vaadin.data.Binder.BindingImpl
- setReadOnly(boolean) - Method in class com.vaadin.data.Binder
-
Sets the read only state to the given value for all current bindings.
- setReadOnly(boolean) - Method in interface com.vaadin.data.HasValue
-
Sets the read-only mode of this
HasValue
to given mode. - setReadOnly(boolean) - Method in class com.vaadin.data.ReadOnlyHasValue
- setReadOnly(boolean) - Method in class com.vaadin.ui.AbstractComponent
-
Sets the read-only status in the state of this
AbstractComponent
. - setReadOnly(boolean) - Method in class com.vaadin.ui.AbstractField
-
Sets the read-only status in the state of this
AbstractComponent
. - setReadOnly(boolean) - Method in class com.vaadin.ui.AbstractMultiSelect
- setReadOnly(boolean) - Method in class com.vaadin.ui.AbstractSingleSelect
- setReadOnly(boolean) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPopup
- setReadOnly(boolean) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPreview
- setReadOnly(boolean) - Method in class com.vaadin.ui.components.grid.GridMultiSelect
- setReadOnly(boolean) - Method in class com.vaadin.ui.components.grid.GridSingleSelect
- setReadOnly(boolean) - Method in class com.vaadin.ui.Grid
- setReceiver(Upload.Receiver) - Method in class com.vaadin.ui.Upload
-
Sets the receiver.
- setReconnectAttempts(int) - Method in interface com.vaadin.ui.ReconnectDialogConfiguration
-
Sets the number of times to try to reconnect to the server before giving up.
- 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.
- setReconnectInterval(int) - Method in interface com.vaadin.ui.ReconnectDialogConfiguration
-
Sets the interval (in milliseconds) between reconnect attempts.
- setRed(int) - Method in class com.vaadin.shared.ui.colorpicker.Color
-
Sets the red value of the color.
- 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.
- setRelativeX(int) - Method in class com.vaadin.shared.MouseEventDetails
- setRelativeY(int) - Method in class com.vaadin.shared.MouseEventDetails
- setRenderer(Renderer<? super C>) - Method in class com.vaadin.client.widgets.Grid.Column
-
Sets a custom
Renderer
for this column. - setRenderer(ValueProvider<V, P>, Renderer<? super P>) - Method in class com.vaadin.ui.Grid.Column
-
Sets the Renderer for this Column.
- setRenderer(Renderer<? super V>) - Method in class com.vaadin.ui.Grid.Column
-
Sets the Renderer for this Column.
- setRequest(VaadinRequest) - Method in class com.vaadin.server.SystemMessagesInfo
- setRequiredConfigurator(RequiredFieldConfigurator) - Method in class com.vaadin.data.BeanValidationBinder
-
Sets a logic which allows to configure require indicator via
HasValue.setRequiredIndicatorVisible(boolean)
based on property descriptor. - setRequiredIndicatorVisible(boolean) - Method in interface com.vaadin.data.HasValue
-
Sets the required indicator visible or not.
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.data.ReadOnlyHasValue
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.ui.AbstractComponent
-
Sets the visibility of the required indicator.
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.ui.AbstractField
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.ui.AbstractMultiSelect
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.ui.AbstractSingleSelect
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPopup
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPreview
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.ui.components.grid.GridMultiSelect
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.ui.components.grid.GridSingleSelect
- 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.
- setResizable(boolean) - Method in class com.vaadin.ui.Grid.Column
-
Sets whether this column can be resized by the user.
- setResizable(boolean) - Method in class com.vaadin.ui.Window
-
Sets window resizable.
- setResizeLazy(boolean) - Method in class com.vaadin.ui.UI
-
Should resize operations be lazy, i.e.
- setResizeLazy(boolean) - Method in class com.vaadin.ui.Window
-
Should resize operations be lazy, i.e.
- 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(int) - Method in class com.vaadin.ui.Slider
-
Set a new resolution for the slider.
- 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.
- setResolution(R) - Method in class com.vaadin.ui.AbstractDateField
-
Sets the resolution of the DateField.
- setResource(Resource) - Method in class com.vaadin.server.BrowserWindowOpener
-
Sets the provided
resource
for this instance. - setResource(Resource) - Method in class com.vaadin.ui.Link
-
Sets the resource this link opens.
- setResource(String, Resource) - Method in class com.vaadin.server.AbstractClientConnector
-
Registers a resource with this connector using the given key.
- setResource(String, String) - Method in class com.vaadin.client.ApplicationConnection
-
Sets a resource that has been pre-loaded via UIDL, such as custom layouts.
- setResponsive(boolean) - Method in class com.vaadin.ui.AbstractComponent
-
Toggles responsiveness of this component.
- setReturnType(Class<?>, String, Type) - Method in class com.vaadin.client.metadata.TypeDataStore
- setRGBTabVisible(boolean) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPopup
-
Sets the RGB tab visibility.
- setRGBVisibility(boolean) - Method in class com.vaadin.ui.AbstractColorPicker
-
Sets the visibility of the RGB tab.
- setRight(Float, Sizeable.Unit) - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Sets the 'right' attribute; distance from the right of the component to the right edge of the layout.
- setRightColumnCaption(String) - Method in class com.vaadin.ui.TwinColSelect
-
Sets the text shown above the right column.
- setRightUnits(Sizeable.Unit) - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Sets the unit for the 'right' attribute.
- setRightValue(Float) - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Sets the 'right' attribute value (distance from the right of the component to the right edge of the layout).
- setRoot(Component, Component) - Static method in class com.vaadin.ui.ComponentRootSetter
-
Sets the composition root for the given custom component or composite.
- setRootComponent(Component) - Method in class com.vaadin.ui.declarative.DesignContext
-
Sets the root component of a created component hierarchy.
- 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, JsonArray) - Method in interface com.vaadin.shared.data.DataProviderRpc
-
Sends updated row data to a client.
- 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.
- setRowExpandRatio(int, float) - Method in class com.vaadin.ui.GridLayout
-
Sets the expand ratio of given row.
- setRowHeight(double) - Method in class com.vaadin.ui.Grid
-
Sets the height of body, header and footer rows.
- setRowHeight(double) - Method in class com.vaadin.ui.Tree
-
Sets the height of a row.
- 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.
- setRows(int) - Method in class com.vaadin.ui.GridLayout
-
Sets the number of rows in the grid.
- setRows(int) - Method in class com.vaadin.ui.ListSelect
-
Sets the number of rows in the select.
- setRows(int) - Method in class com.vaadin.ui.TextArea
-
Sets the number of rows in the text area.
- setRows(int) - Method in class com.vaadin.ui.TwinColSelect
-
Sets the number of rows in the selects.
- setRowStyleGenerator(RowStyleGenerator<T>) - Method in class com.vaadin.client.widgets.Grid
-
Sets the style generator that is used for generating styles for rows.
- setRpcInterfaces(Map<String, Set<String>>) - Method in class com.vaadin.shared.JavaScriptExtensionState
- setRpcInterfaces(Map<String, Set<String>>) - Method in class com.vaadin.shared.ui.JavaScriptComponentState
- setSaveCaption(String) - Method in class com.vaadin.client.widgets.Grid.Editor
-
Sets the caption of the save button.
- setSaveCaption(String) - Method in interface com.vaadin.ui.components.grid.Editor
-
Sets the caption of the save button in buffered mode.
- setSaveCaption(String) - Method in class com.vaadin.ui.components.grid.EditorImpl
- 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.
- setScrollLeft(int) - Method in interface com.vaadin.server.Scrollable
-
Sets scroll left offset.
- setScrollLeft(int) - Method in interface com.vaadin.shared.ui.ui.ScrollClientRpc
- setScrollLeft(int) - Method in class com.vaadin.ui.Panel
- setScrollLeft(int) - Method in class com.vaadin.ui.UI
-
Set left offset to which the UI should scroll to.
- 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.
- setScrollTop(int) - Method in interface com.vaadin.server.Scrollable
-
Sets scroll top offset.
- setScrollTop(int) - Method in interface com.vaadin.shared.ui.ui.ScrollClientRpc
- setScrollTop(int) - Method in class com.vaadin.ui.Panel
- setScrollTop(int) - Method in class com.vaadin.ui.UI
-
Set top offset to which the UI should scroll to.
- setScrollToSelectedItem(boolean) - Method in class com.vaadin.ui.ComboBox
-
Sets whether to scroll the selected item visible (directly open the page on which it is) when opening the combo box popup or not.
- setSecondComponent(Component) - Method in class com.vaadin.ui.AbstractSplitPanel
-
Sets the second component of this split panel.
- 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.
- setSecondDelay(int) - Method in interface com.vaadin.ui.LoadingIndicatorConfiguration
-
Sets the delay before the loading indicator goes into the "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.
- setSelectAllCheckBoxVisibility(MultiSelectionModel.SelectAllCheckBoxVisibility) - Method in class com.vaadin.ui.components.grid.GridMultiSelect
-
Sets the select all checkbox visibility mode.
- setSelectAllCheckBoxVisibility(MultiSelectionModel.SelectAllCheckBoxVisibility) - Method in interface com.vaadin.ui.components.grid.MultiSelectionModel
-
Sets the select all checkbox visibility mode.
- setSelectAllCheckBoxVisibility(MultiSelectionModel.SelectAllCheckBoxVisibility) - Method in class com.vaadin.ui.components.grid.MultiSelectionModelImpl
- 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.
- setSelected(String) - Method in interface com.vaadin.shared.ui.tabsheet.TabsheetServerRpc
-
Tell server that a tab has been selected by the user.
- setSelected(String) - Method in class com.vaadin.ui.TabSheet.TabsheetServerRpcImpl
- setSelectedCaption(String) - Method in class com.vaadin.client.ui.VComboBox
-
Sets the caption of selected item, if "scroll to page" is disabled.
- setSelectedFromClient(String) - Method in class com.vaadin.ui.components.grid.SingleSelectionModelImpl
-
Sets the selection based on a client request.
- setSelectedFromServer(T) - Method in class com.vaadin.ui.components.grid.SingleSelectionModelImpl
-
Sets the selection based on server API call.
- setSelectedItem(String) - Method in class com.vaadin.client.ui.VNativeSelect
-
Sets the selected item by its value.
- setSelectedItem(T) - Method in interface com.vaadin.data.SelectionModel.Single
-
Sets the current selection to the given item, or clears selection if given
null
. - setSelectedItem(T) - Method in class com.vaadin.ui.AbstractSingleSelect
-
Sets the current selection to the given item or clears selection if given
null
. - setSelectedItem(T) - Method in class com.vaadin.ui.components.grid.GridSingleSelect
-
Sets the current selection to the given item, or clears selection if given
null
. - setSelectedItem(T, boolean) - Method in class com.vaadin.ui.AbstractSingleSelect
-
This method updates the internal selection state of the server-side of
AbstractSingleSelect
. - setSelectedItemIcon(String) - Method in class com.vaadin.client.ui.VComboBox
-
Sets the icon URI of the selected item.
- setSelectedTab(int) - Method in class com.vaadin.ui.TabSheet
-
Sets the selected tab, identified by its index.
- setSelectedTab(Component) - Method in class com.vaadin.ui.TabSheet
-
Sets the selected tab.
- setSelectedTab(Component, boolean) - Method in class com.vaadin.ui.TabSheet
-
Sets the selected tab.
- setSelectedTab(TabSheet.Tab) - Method in class com.vaadin.ui.TabSheet
-
Sets the selected tab.
- setSelection(int, int) - Method in class com.vaadin.ui.AbstractTextField
-
Sets the range of text to be selected.
- 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.
- setSelectionMode(Grid.SelectionMode) - Method in class com.vaadin.ui.Grid
-
Sets the grid's selection mode.
- setSelectionMode(Grid.SelectionMode) - Method in class com.vaadin.ui.Tree
-
Sets the tree's selection mode.
- setSelectionModel(SelectionModel<T>) - Method in class com.vaadin.client.widgets.Grid
-
Sets the current selection model.
- setSelectionModel(GridSelectionModel<T>) - Method in class com.vaadin.ui.Grid
-
Sets the selection model for the grid.
- 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.As of 7.4.0, use
WidgetUtil.setSelectionRange(Element, int, int, String)
instead. - 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.
- setService(VaadinService) - Method in class com.vaadin.server.SystemMessagesInfo
- setSession(VaadinSession) - Method in class com.vaadin.ui.UI
-
Sets the session to which this UI is assigned.
- setSessionExpiredCaption(String) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Sets the caption of the notification.
- setSessionExpiredMessage(String) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Sets the message of the notification.
- setSessionExpiredNotificationEnabled(boolean) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Enables or disables the notification.
- setSessionExpiredURL(String) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Sets the URL to go to when the session has expired.
- setSessionLock(WrappedSession, Lock) - Method in class com.vaadin.server.VaadinService
-
Associates the given lock with this service and the given wrapped session.
- setShiftKey(boolean) - Method in class com.vaadin.shared.MouseEventDetails
- setShouldWriteDataDelegate(ShouldWriteDataDelegate) - Method in class com.vaadin.ui.declarative.DesignContext
-
Sets the delegate that determines whether the container data of a component should be written out.
- setShouldWriteDefaultValues(boolean) - Method in class com.vaadin.ui.declarative.DesignContext
-
Set whether default attribute values should be written by the
DesignAttributeHandler#writeAttribute(String, Attributes, Object, Object, Class, DesignContext)
method. - setShowControls(boolean) - Method in class com.vaadin.ui.AbstractMedia
-
Sets whether or not the browser should show native media controls.
- 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.
- setShowISOWeekNumbers(boolean) - Method in class com.vaadin.ui.AbstractDateField
-
Sets the visibility of ISO 8601 week numbers in the date selector.
- setSidebarColumnOrder(GridConstants.SidebarColumnOrder) - Method in class com.vaadin.client.widgets.Grid
-
Set the order of the columns in the sidebar menu.
- setSidebarColumnOrder(GridConstants.SidebarColumnOrder) - Method in class com.vaadin.ui.Grid
-
Set the order of the columns visible 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
- setSize(long) - Method in class com.vaadin.shared.ui.dnd.FileParameters
-
Sets the file size.
- setSizeFull() - Method in interface com.vaadin.server.Sizeable
-
Sets the size to 100% x 100%.
- setSizeFull() - Method in class com.vaadin.ui.AbstractComponent
- setSizeFull() - Method in class com.vaadin.ui.Composite
- setSizeUndefined() - Method in interface com.vaadin.server.Sizeable
-
Clears any size settings.
- setSizeUndefined() - Method in class com.vaadin.ui.AbstractComponent
- setSizeUndefined() - Method in class com.vaadin.ui.Composite
- 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.
- setSortable(boolean) - Method in class com.vaadin.ui.Grid.Column
-
Sets whether the user can sort this column or not.
- setSortComparator(SerializableComparator<T>) - Method in interface com.vaadin.data.provider.InMemoryDataProvider
-
Sets the comparator to use as the default sorting for this data provider.
- setSortComparator(SerializableComparator<T>) - Method in class com.vaadin.data.provider.ListDataProvider
- setSortComparator(SerializableComparator<T>) - Method in class com.vaadin.data.provider.TreeDataProvider
- setSortOrder(GridSortOrderBuilder<T>) - Method in class com.vaadin.ui.Grid
-
Sets the sort order to use, given a
GridSortOrderBuilder
. - setSortOrder(QuerySortOrder) - Method in interface com.vaadin.data.provider.BackEndDataProvider
-
Sets a single sort order to use as the default sorting for this data provider.
- setSortOrder(ValueProvider<T, V>, SortDirection) - Method in interface com.vaadin.data.provider.InMemoryDataProvider
-
Sets the property and direction to use as the default sorting for this data provider.
- setSortOrder(List<SortOrder>) - Method in class com.vaadin.client.widgets.Grid
-
Sets the sort order to use.
- setSortOrder(List<GridSortOrder<T>>) - Method in class com.vaadin.ui.Grid
-
Sets the sort order to use.
- setSortOrderProvider(SortOrderProvider) - Method in class com.vaadin.ui.Grid.Column
-
Sets the sort orders when sorting this column.
- setSortOrders(QuerySortOrderBuilder) - Method in interface com.vaadin.data.provider.BackEndDataProvider
-
Sets the sort order to use, given a
QuerySortOrderBuilder
. - setSortOrders(List<QuerySortOrder>) - Method in class com.vaadin.data.provider.AbstractBackEndDataProvider
- setSortOrders(List<QuerySortOrder>) - Method in class com.vaadin.data.provider.AbstractBackEndHierarchicalDataProvider
- setSortOrders(List<QuerySortOrder>) - Method in interface com.vaadin.data.provider.BackEndDataProvider
-
Sets a list of sort orders to use as the default sorting for this data provider.
- setSortProperty(String...) - Method in class com.vaadin.ui.Grid.Column
-
Sets strings describing back end properties to be used when sorting this column.
- setSource(Resource) - Method in class com.vaadin.ui.AbstractEmbedded
-
Sets the object source resource.
- setSource(Resource) - Method in class com.vaadin.ui.AbstractMedia
-
Sets a single media file as the source of the media component.
- setSource(Resource) - Method in class com.vaadin.ui.Embedded
-
Sets the object source resource.
- setSource(String) - Method in class com.vaadin.client.ui.VBrowserFrame
-
Set the source (the "src" attribute) of iframe.
- setSourceDataProviderUpdater(SourceDataProviderUpdater<T>) - Method in class com.vaadin.ui.components.grid.GridRowDragger
-
Sets the source data provider updater, which handles removing items from the drag source grid.
- setSources(Resource...) - Method in class com.vaadin.ui.AbstractMedia
-
Set multiple sources at once.
- 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
- setSpacing(boolean) - Method in class com.vaadin.ui.AbstractOrderedLayout
- setSpacing(boolean) - Method in class com.vaadin.ui.GridLayout
- setSpacing(boolean) - Method in interface com.vaadin.ui.Layout.SpacingHandler
-
Enable spacing between child components within this layout.
- setSpacingResizeListener(ElementResizeListener) - Method in class com.vaadin.client.ui.orderedlayout.Slot
-
Sets the spacing element resize listener for this slot.
- setSplitPosition(float) - Method in class com.vaadin.ui.AbstractSplitPanel
-
Moves the position of the splitter.
- setSplitPosition(float, boolean) - Method in class com.vaadin.ui.AbstractSplitPanel
-
Moves the position of the splitter.
- setSplitPosition(float, Sizeable.Unit) - Method in class com.vaadin.ui.AbstractSplitPanel
-
Moves the position of the splitter with given position and unit.
- setSplitPosition(float, Sizeable.Unit, boolean) - Method in class com.vaadin.ui.AbstractSplitPanel
-
Moves the position of the splitter with given position and unit.
- setSplitPosition(String) - Method in class com.vaadin.client.ui.VAbstractSplitPanel
-
Sets the position of the splitter element.
- setSplitterPosition(float) - Method in interface com.vaadin.shared.ui.splitpanel.AbstractSplitPanelRpc
-
Called when the position has been updated by the user.
- setStandby(String) - Method in class com.vaadin.ui.Embedded
-
This attribute specifies a message that a user agent may render while loading the object's implementation and data.
- 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.
- setState(VaadinSession.State) - Method in class com.vaadin.server.VaadinSession
-
Sets the lifecycle state of this session.
- setState(String) - Method in interface com.vaadin.navigator.NavigationStateManager
-
Sets the current navigation state in the location URI or similar location, including view name and any optional parameters.
- setState(String) - Method in class com.vaadin.navigator.Navigator.PushStateManager
- setState(String) - Method in class com.vaadin.navigator.Navigator.UriFragmentManager
- setStatus(int) - Method in interface com.vaadin.server.VaadinResponse
-
Sets the (http) status code for the response.
- setStatusLabel(Label) - Method in class com.vaadin.data.Binder
-
Sets the label to show the binder level validation errors not related to any specific field.
- setStream(InputStream) - Method in class com.vaadin.server.DownloadStream
-
Sets the stream.
- setStreamSource(StreamResource.StreamSource) - Method in class com.vaadin.server.StreamResource
-
Sets the source for this
StreamResource
. - setStreamVariable(StreamVariable) - Method in class com.vaadin.ui.Html5File
-
Sets the
StreamVariable
that into which the file contents will be written. - setStringValue(String, String) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
- setStyle(T, String) - Method in class com.vaadin.ui.ComboBox.DeclarativeStyleGenerator
-
Sets a
style
for theitem
. - setStyleGenerator(StyleGenerator<T>) - Method in class com.vaadin.ui.ComboBox
-
Sets the style generator that is used to produce custom class names for items visible in the popup.
- setStyleGenerator(StyleGenerator<T>) - Method in class com.vaadin.ui.Grid.Column
-
Sets the style generator that is used for generating class names for cells in this column.
- setStyleGenerator(StyleGenerator<T>) - Method in class com.vaadin.ui.Grid
-
Sets the style generator that is used for generating class names for rows in this grid.
- setStyleGenerator(StyleGenerator<T>) - Method in class com.vaadin.ui.Tree
-
Sets the style generator that is used for generating class names for items in this tree.
- 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.
- setStyleName(String) - Method in class com.vaadin.ui.AbstractComponent
- setStyleName(String) - Method in class com.vaadin.ui.CheckBox.CheckBoxInputElement
- setStyleName(String) - Method in class com.vaadin.ui.CheckBox.CheckBoxLabelElement
- setStyleName(String) - Method in interface com.vaadin.ui.Component
-
Sets one or more user-defined style names of the component, replacing any previous user-defined styles.
- setStyleName(String) - Method in interface com.vaadin.ui.components.grid.FooterCell
-
Sets a custom style name for this cell.
- setStyleName(String) - Method in interface com.vaadin.ui.components.grid.FooterRow
-
Sets a custom style name for this row.
- setStyleName(String) - Method in interface com.vaadin.ui.components.grid.HeaderCell
-
Sets a custom style name for this cell.
- setStyleName(String) - Method in interface com.vaadin.ui.components.grid.HeaderRow
-
Sets a custom style name for this row.
- setStyleName(String) - Method in class com.vaadin.ui.components.grid.StaticSection.StaticRow
-
Sets a custom style name for this row.
- setStyleName(String) - Method in class com.vaadin.ui.Composite
- setStyleName(String) - Method in interface com.vaadin.ui.HasStyleNames
-
Sets one or more user-defined style names of the component, replacing any previous user-defined styles.
- setStyleName(String) - Method in class com.vaadin.ui.MenuBar.MenuItem
- setStyleName(String) - Method in class com.vaadin.ui.Notification
-
Sets the style name for the notification message.
- setStyleName(String) - Method in interface com.vaadin.ui.TabSheet.Tab
-
Sets a style name for the tab.
- setStyleName(String) - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- setStyleName(String) - Method in class com.vaadin.ui.Tree
- setStyleName(String, boolean) - Method in interface com.vaadin.ui.Component
-
Adds or removes a style name.
- setStyleName(String, boolean) - Method in class com.vaadin.ui.Composite
- setStyleName(String, boolean) - Method in interface com.vaadin.ui.HasStyleNames
-
Adds or removes a style name.
- setStyleName(String, boolean) - Method in class com.vaadin.ui.Tree
- 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.As of 7.4.0, use
WidgetUtil.setStyleTemporarily(Element, String, String)
instead. - setStyleTemporarily(Element, String, String) - Static method in class com.vaadin.client.WidgetUtil
-
Temporarily sets the
styleProperty
totempValue
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
- setSwatchesTabVisible(boolean) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPopup
-
Sets the visibility of the Swatches tab.
- setSwatchesVisibility(boolean) - Method in class com.vaadin.ui.AbstractColorPicker
-
Sets the visibility of the Swatches (palette) tab.
- setSystemMessagesProvider(SystemMessagesProvider) - Method in class com.vaadin.server.VaadinService
-
Sets the system messages provider to use for getting system messages to display to users of this service.
- setTabCaptionsAsHtml(boolean) - Method in class com.vaadin.client.ui.VTabsheetBase
-
Sets whether the caption is rendered as HTML.
- setTabCaptionsAsHtml(boolean) - Method in class com.vaadin.ui.TabSheet
-
Sets whether HTML is allowed in the tab captions.
- 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(int) - Method in class com.vaadin.ui.AbstractField
- setTabIndex(int) - Method in class com.vaadin.ui.AbstractFocusable
- setTabIndex(int) - Method in class com.vaadin.ui.AbstractListing
- setTabIndex(int) - Method in interface com.vaadin.ui.Component.Focusable
-
Sets the tabulator index of the
Focusable
component. - setTabIndex(int) - Method in class com.vaadin.ui.CustomField
- setTabIndex(int) - Method in class com.vaadin.ui.MenuBar
- setTabIndex(int) - Method in class com.vaadin.ui.Panel
-
Sets the tabulator index of the
Focusable
component. - setTabIndex(int) - Method in class com.vaadin.ui.TabSheet
- setTabIndex(int) - Method in class com.vaadin.ui.Tree
- setTabIndex(int) - Method in class com.vaadin.ui.UI
- setTabIndex(int) - Method in class com.vaadin.ui.Upload
-
Sets the Tabulator index of this Focusable component.
- setTabIndex(Widget, int) - Static method in class com.vaadin.client.ui.FocusUtil
-
Sets the widget's position in the tab index.
- setTabPosition(TabSheet.Tab, int) - Method in class com.vaadin.ui.TabSheet
-
Sets the position of the tab.
- 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.
- setTabStopBottomAssistiveText(String) - Method in class com.vaadin.ui.Window
-
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.
- setTabStopEnabled(boolean) - Method in class com.vaadin.ui.Window
-
Set if it should be prevented to set the focus to a component outside a non-modal window with 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.
- setTabStopTopAssistiveText(String) - Method in class com.vaadin.ui.Window
-
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.
- setTabsVisible(boolean) - Method in class com.vaadin.ui.TabSheet
-
Sets whether the tab selection part should be shown in the UI.
- 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
- setTargetBorder(BorderStyle) - Method in class com.vaadin.ui.Link
-
Sets the border of the target window.
- setTargetDataProviderUpdater(TargetDataProviderUpdater<T>) - Method in class com.vaadin.ui.components.grid.GridRowDragger
-
Sets the target data provider updater, which handles adding the dropped items to the target grid.
- setTargetHeight(int) - Method in class com.vaadin.ui.Link
-
Sets the target window height.
- setTargetKey(String) - Method in class com.vaadin.client.ui.TreeAction
- setTargetName(String) - Method in class com.vaadin.ui.Link
-
Sets the target window name.
- setTargetWidth(int) - Method in class com.vaadin.ui.Link
-
Sets the target window width.
- setTemplateContents(String) - Method in class com.vaadin.ui.CustomLayout
-
Set the contents of the template used to draw the custom layout.
- setTemplateName(String) - Method in class com.vaadin.ui.CustomLayout
-
Set the name of the template used to draw custom layout.
- Setter<BEAN,FIELDVALUE> - Interface in com.vaadin.server
-
The function to write the field value to the bean property.
- 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.
- setText(String) - Method in interface com.vaadin.shared.ui.richtextarea.RichTextAreaServerRpc
-
Sends the updated text to the server.
- setText(String) - Method in interface com.vaadin.ui.components.grid.FooterCell
-
Sets the textual caption of this cell.
- setText(String) - Method in class com.vaadin.ui.components.grid.Header.Row.Cell
- setText(String) - Method in interface com.vaadin.ui.components.grid.HeaderCell
-
Sets the textual caption of this cell.
- setText(String) - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Set the text of this object.
- setText(String, int) - Method in interface com.vaadin.shared.ui.textfield.AbstractTextFieldServerRpc
- setTextFieldEnabled(boolean) - Method in class com.vaadin.client.ui.VAbstractPopupCalendar
-
Sets the state of the text field of this component.
- setTextFieldEnabled(boolean) - Method in class com.vaadin.ui.DateField
-
Enables or disables the text field.
- setTextFieldEnabled(boolean) - Method in class com.vaadin.ui.DateTimeField
-
Enables or disables the text field.
- 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(...).
- setTextfieldVisibility(boolean) - Method in class com.vaadin.ui.AbstractColorPicker
-
Sets the visibility of the CSS color code text field.
- setTextInputAllowed(boolean) - Method in class com.vaadin.client.ui.VComboBox
- setTextInputAllowed(boolean) - Method in class com.vaadin.ui.ComboBox
-
Sets whether it is possible to input text into the field or whether the field area of the component is just used to show what is selected.
- setTextSelectionEnabled(Element, boolean) - Static method in class com.vaadin.client.WidgetUtil
-
JavaScript hack to prevent text selection in various browsers.
- setTheme(String) - Method in class com.vaadin.server.LegacyApplication
-
Deprecated.Sets the application's theme.
- setTheme(String) - Method in class com.vaadin.ui.UI
-
Sets the theme currently in use by this UI
- 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.
- setThirdDelay(int) - Method in interface com.vaadin.ui.LoadingIndicatorConfiguration
-
Sets the delay before the loading indicator goes into the "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.
- setThrowable(Throwable) - Method in class com.vaadin.server.ErrorEvent
- 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
- setTitle(String) - Method in class com.vaadin.server.Page
-
Sets the page title.
- 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.
- setTop(Float, Sizeable.Unit) - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Sets the 'top' attribute; distance from the top of the component to the top edge of the layout.
- setTopUnits(Sizeable.Unit) - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Sets the unit for the 'top' attribute.
- setTopValue(Float) - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Sets the value of the 'top' attribute; distance from the top of the component to the top edge of the layout.
- 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(Transport) - Method in interface com.vaadin.ui.PushConfiguration
-
Sets the primary transport type for push.
- setTransport(String) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereConfiguration
- setTreeData(TreeData<T>) - Method in interface com.vaadin.data.HasHierarchicalDataProvider
-
Sets a new
TreeDataProvider
wrapping the givenTreeData
. - setType(int) - Method in class com.vaadin.shared.MouseEventDetails
- setType(int) - Method in class com.vaadin.ui.Embedded
-
Sets the object type.
- setUIProviderPriority(UIProvider, int) - Method in class com.vaadin.server.VaadinSession
-
Set the priority of a specific, already added UI provider.
- 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.
- setUpdateValueOnClick(boolean) - Method in class com.vaadin.ui.Slider
-
Sets the slider to update its value when the user clicks on it.
- 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
- setUriFragment(String) - Method in class com.vaadin.server.BrowserWindowOpener
-
Sets a URI fragment that will be added to the URI opened in the window.
- setUriFragment(String) - Method in class com.vaadin.server.Page
-
Sets URI fragment.
- setUriFragment(String, boolean) - Method in class com.vaadin.server.Page
-
Sets the fragment part in the current location URI.
- setUriResolver(VaadinUriResolver) - Method in class com.vaadin.server.BootstrapResponse
-
Sets the URI resolver used in the bootstrap process.
- setUrl(String) - Method in class com.vaadin.server.BrowserWindowOpener
-
Sets the provided URL
url
for this instance. - setURL(String) - Method in class com.vaadin.shared.communication.URLReference
-
Sets the URL that this object refers to.
- setUsernameCaption(String) - Method in class com.vaadin.ui.LoginForm
-
Sets the caption of the user name field.
- setUserSelectionAllowed(boolean) - Method in class com.vaadin.ui.components.grid.AbstractSelectionModel
- setUserSelectionAllowed(boolean) - Method in class com.vaadin.ui.components.grid.GridMultiSelect
-
Sets whether the user is allowed to change the selection.
- setUserSelectionAllowed(boolean) - Method in interface com.vaadin.ui.components.grid.GridSelectionModel
-
Sets whether the user is allowed to change the selection.
- setUserSelectionAllowed(boolean) - Method in class com.vaadin.ui.components.grid.GridSingleSelect
-
Sets whether the user is allowed to change the selection.
- setUserSelectionAllowed(boolean) - Method in class com.vaadin.ui.components.grid.NoSelectionModel
- setUsingThoroughSizeCheck(boolean) - Method in class com.vaadin.ui.UI
-
Set whether LayoutManager should use 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.
- setVaadinModality(boolean) - Method in class com.vaadin.client.ui.VWindow
-
For internal use only.
- setValidationStatusHandler(BinderValidationStatusHandler<BEAN>) - Method in class com.vaadin.data.Binder
-
Sets the status handler to track form status changes.
- setValidatorsDisabled(boolean) - Method in interface com.vaadin.data.Binder.Binding
-
Define whether validators are disabled or enabled for this specific binding.
- setValidatorsDisabled(boolean) - Method in class com.vaadin.data.Binder.BindingImpl
- setValidatorsDisabled(boolean) - Method in class com.vaadin.data.Binder
-
Control whether validators including bean level validators are disabled or enabled globally for this Binder.
- setValue(float) - Method in class com.vaadin.ui.ProgressBar
-
Sets the value of this progress bar.
- setValue(Property, Object, Object) - Static method in class com.vaadin.client.metadata.TypeDataStore
- setValue(Color) - Method in class com.vaadin.ui.AbstractColorPicker
-
Sets the selected color of this color picker.
- setValue(Color) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerGradient
-
Sets the value of this object.
- setValue(Color) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerGrid
-
Sets the value of this object.
- setValue(Color) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPopup
-
Sets the value of this object.
- setValue(Color) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPreview
-
Sets the value of this object.
- setValue(Boolean) - Method in class com.vaadin.ui.CheckBox
-
Sets the value of this CheckBox.
- setValue(Boolean, boolean) - Method in class com.vaadin.ui.CheckBox
-
Sets the value of this CheckBox.
- setValue(Double) - Method in class com.vaadin.client.ui.VSlider
- setValue(Double) - Method in class com.vaadin.ui.Slider
-
Sets the value of this object.
- setValue(Double, boolean) - Method in class com.vaadin.client.ui.VSlider
- setValue(Object, Object) - Method in class com.vaadin.client.metadata.Property
- setValue(Object, Object) - Method in interface com.vaadin.server.JsonCodec.BeanProperty
- 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.
- setValue(String) - Method in class com.vaadin.shared.ui.dnd.criteria.Criterion
-
Sets the value of the payload to be compared.
- setValue(String) - Method in class com.vaadin.shared.ui.dnd.criteria.Payload
-
Sets the value of this payload.
- setValue(String) - Method in class com.vaadin.ui.AbstractTextField
-
Sets the value of this text field.
- setValue(String) - Method in class com.vaadin.ui.Label
-
Sets the text to be shown in the label.
- setValue(String) - Method in class com.vaadin.ui.RichTextArea
-
Sets the value of this object.
- setValue(Set<T>) - Method in class com.vaadin.ui.AbstractMultiSelect
-
Sets the value of this object which is a set of items to select.
- setValue(Set<T>) - Method in class com.vaadin.ui.components.grid.GridMultiSelect
- setValue(T) - Method in class com.vaadin.ui.AbstractDateField
-
Sets the value of this object.
- setValue(T) - Method in class com.vaadin.ui.AbstractField
- setValue(T) - Method in class com.vaadin.ui.AbstractSingleSelect
-
Sets the value of this object which is an item to select.
- setValue(T) - Method in class com.vaadin.ui.components.grid.GridSingleSelect
- setValue(T, boolean) - Method in class com.vaadin.ui.AbstractField
-
Sets the value of this field if it has changed and fires a value change event.
- setValue(V) - Method in interface com.vaadin.data.HasValue
-
Sets the value of this object.
- setValue(V) - Method in class com.vaadin.data.ReadOnlyHasValue
- setValueChangeMode(ValueChangeMode) - Method in class com.vaadin.client.ui.textfield.ValueChangeHandler
-
Sets the value change mode to use.
- setValueChangeMode(ValueChangeMode) - Method in class com.vaadin.ui.AbstractTextField
- setValueChangeMode(ValueChangeMode) - Method in interface com.vaadin.ui.HasValueChangeMode
-
Sets the mode how the TextField triggers
HasValue.ValueChangeEvent
s. - setValueChangeMode(ValueChangeMode) - Method in class com.vaadin.ui.RichTextArea
- setValueChangeTimeout(int) - Method in class com.vaadin.client.ui.textfield.ValueChangeHandler
-
Sets the value change timeout to use.
- setValueChangeTimeout(int) - Method in class com.vaadin.ui.AbstractTextField
- setValueChangeTimeout(int) - Method in interface com.vaadin.ui.HasValueChangeMode
-
Sets how often
HasValue.ValueChangeEvent
s are triggered when theValueChangeMode
is set to eitherValueChangeMode.LAZY
orValueChangeMode.TIMEOUT
. - setValueChangeTimeout(int) - Method in class com.vaadin.ui.RichTextArea
- setValueType(Payload.ValueType) - Method in class com.vaadin.shared.ui.dnd.criteria.Criterion
-
Sets the type of the payload value to be compared.
- setValueType(Payload.ValueType) - Method in class com.vaadin.shared.ui.dnd.criteria.Payload
-
Sets the value type of this payload.
- setVariableChange(String, Object) - Method in class com.vaadin.shared.communication.LegacyChangeVariablesInvocation
- setViewer(T) - Method in class com.vaadin.event.ActionManager
- 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
- setVisible(boolean) - Method in class com.vaadin.ui.AbstractComponent
- setVisible(boolean) - Method in interface com.vaadin.ui.Component
-
Sets the visibility of the component.
- setVisible(boolean) - Method in class com.vaadin.ui.components.grid.StaticSection
-
Sets the visibility of this section.
- setVisible(boolean) - Method in class com.vaadin.ui.MenuBar.MenuItem
- setVisible(boolean) - Method in class com.vaadin.ui.PopupView
- setVisible(boolean) - Method in interface com.vaadin.ui.TabSheet.Tab
-
Sets the visible status for the tab.
- setVisible(boolean) - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- 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.
- setVisibleItemCount(int) - Method in class com.vaadin.ui.NativeSelect
-
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(double) - Method in class com.vaadin.ui.Grid.Column
-
Sets the width (in pixels).
- setWidth(float) - Method in class com.vaadin.client.RenderInformation.FloatSize
- setWidth(float, Sizeable.Unit) - Method in interface com.vaadin.server.Sizeable
-
Sets the width of the object.
- setWidth(float, Sizeable.Unit) - Method in class com.vaadin.ui.AbstractComponent
- setWidth(float, Sizeable.Unit) - Method in class com.vaadin.ui.AbstractComponentContainer
- setWidth(float, Sizeable.Unit) - Method in class com.vaadin.ui.AbstractSingleComponentContainer
- setWidth(float, Sizeable.Unit) - Method in class com.vaadin.ui.Composite
- setWidth(float, Sizeable.Unit) - Method in class com.vaadin.ui.CustomField
- 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
- setWidth(String) - Method in interface com.vaadin.server.Sizeable
-
Sets the width of the component using String presentation.
- setWidth(String) - Method in interface com.vaadin.shared.ui.textarea.TextAreaServerRpc
- setWidth(String) - Method in class com.vaadin.ui.AbstractComponent
- setWidth(String) - Method in class com.vaadin.ui.Composite
- setWidthExcludingPaddingAndBorder(Element, int, int, boolean) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.setWidthExcludingPaddingAndBorder(Element, int, int, boolean)
instead. - 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
-
Deprecated.As of 7.4.0, use
WidgetUtil.setWidthExcludingPaddingAndBorder(Widget, String, int)
instead. - setWidthExcludingPaddingAndBorder(Widget, String, int) - Static method in class com.vaadin.client.WidgetUtil
- setWidthFull() - Method in interface com.vaadin.server.Sizeable
-
Sets the width to 100%.
- setWidthFull() - Method in class com.vaadin.ui.AbstractComponent
- setWidthLocation(Object) - Static method in class com.vaadin.server.ComponentSizeValidator
- setWidthUndefined() - Method in interface com.vaadin.server.Sizeable
-
Clears any defined width.
- setWidthUndefined() - Method in class com.vaadin.ui.AbstractComponent
- setWidthUndefined() - Method in class com.vaadin.ui.Composite
- setWidthUndefined() - Method in class com.vaadin.ui.Grid.Column
-
Marks the column width as undefined.
- setWildcard(boolean) - Method in class com.vaadin.client.componentlocator.SelectorPredicate
- setWindowMode(WindowMode) - Method in class com.vaadin.ui.Window
-
Sets the mode for the window.
- setWindowName(String) - Method in class com.vaadin.server.BrowserWindowOpener
-
Sets the target window name that will be used.
- 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.
- setWordWrap(boolean) - Method in class com.vaadin.ui.TextArea
-
Sets the text area's word-wrap mode on or off.
- setWrapperStyleNames(String...) - Method in class com.vaadin.client.ui.VAbsoluteLayout.AbsoluteWrapper
-
Sets the style names of the wrapper.
- setWritingResponse(boolean) - Method in class com.vaadin.ui.ConnectorTracker
-
Sets the current response write status.
- 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.
- setZIndex(int) - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Sets the 'z-index' attribute; the visual stacking order.
- setZoneId(ZoneId) - Method in class com.vaadin.ui.AbstractDateField
-
Sets the
ZoneId
, which is used whenz
is included inside theAbstractDateField.setDateFormat(String)
. - SHARE - com.vaadin.icons.VaadinIcons
- SHARE - com.vaadin.server.FontAwesome
-
Deprecated.
- SHARE_ALT - com.vaadin.server.FontAwesome
-
Deprecated.
- SHARE_ALT_SQUARE - com.vaadin.server.FontAwesome
-
Deprecated.
- SHARE_SQUARE - com.vaadin.icons.VaadinIcons
- SHARE_SQUARE - com.vaadin.server.FontAwesome
-
Deprecated.
- SHARE_SQUARE_O - com.vaadin.server.FontAwesome
-
Deprecated.
- SharedState - Class in com.vaadin.shared.communication
-
Interface to be implemented by all shared state classes used to communicate basic information about a
Connector
from server to client. - SharedState() - Constructor for class com.vaadin.shared.communication.SharedState
- SharedStateWriter - Class in com.vaadin.server.communication
-
Serializes
shared state
changes to JSON. - SharedStateWriter() - Constructor for class com.vaadin.server.communication.SharedStateWriter
- SharedUtil - Class in com.vaadin.shared.util
-
Misc internal utility methods used by both the server and the client package.
- SharedUtil() - Constructor for class com.vaadin.shared.util.SharedUtil
- SHEKEL - com.vaadin.server.FontAwesome
-
Deprecated.
- SHEQEL - com.vaadin.server.FontAwesome
-
Deprecated.
- SHIELD - com.vaadin.icons.VaadinIcons
- SHIELD - com.vaadin.server.FontAwesome
-
Deprecated.
- SHIFT - com.vaadin.icons.VaadinIcons
- SHIFT - Static variable in interface com.vaadin.event.ShortcutAction.ModifierKey
- SHIFT_ARROW - com.vaadin.icons.VaadinIcons
- SHIP - com.vaadin.server.FontAwesome
-
Deprecated.
- SHIRTSINBULK - com.vaadin.server.FontAwesome
-
Deprecated.
- SHOP - com.vaadin.icons.VaadinIcons
- SHOPPING_BAG - com.vaadin.server.FontAwesome
-
Deprecated.
- SHOPPING_BASKET - com.vaadin.server.FontAwesome
-
Deprecated.
- SHOPPING_CART - com.vaadin.server.FontAwesome
-
Deprecated.
- ShortcutAction - Class in com.vaadin.event
-
Shortcuts are a special type of
Action
s used to create keyboard shortcuts. - ShortcutAction(String) - Constructor for class com.vaadin.event.ShortcutAction
-
Constructs a ShortcutAction using a shorthand notation to encode the keycode and modifiers in the caption.
- ShortcutAction(String, int...) - Constructor for class com.vaadin.event.ShortcutAction
-
Constructs a ShortcutAction using a shorthand notation to encode the keycode a in the caption.
- ShortcutAction(String, int, int...) - Constructor for class com.vaadin.event.ShortcutAction
-
Creates a shortcut that reacts to the given
ShortcutAction.KeyCode
and (optionally)ShortcutAction.ModifierKey
s. - ShortcutAction(String, Resource, int, int...) - Constructor for class com.vaadin.event.ShortcutAction
-
Creates a shortcut that reacts to the given
ShortcutAction.KeyCode
and (optionally)ShortcutAction.ModifierKey
s. - ShortcutAction.KeyCode - Interface in com.vaadin.event
-
Key codes that can be used for shortcuts.
- ShortcutAction.ModifierKey - Interface in com.vaadin.event
-
Modifier key constants.
- 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. - ShortCutConstants - Class in com.vaadin.shared.ui
- ShortCutConstants() - Constructor for class com.vaadin.shared.ui.ShortCutConstants
- 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.
- ShortcutKeyMapper - Interface in com.vaadin.ui.declarative.converters
-
Provides mappings between shortcut keycodes and their representation in design attributes.
- ShortcutListener - Class in com.vaadin.event
- ShortcutListener(String) - Constructor for class com.vaadin.event.ShortcutListener
- ShortcutListener(String, int...) - Constructor for class com.vaadin.event.ShortcutListener
- ShortcutListener(String, int, int...) - Constructor for class com.vaadin.event.ShortcutListener
- ShortcutListener(String, Resource, int, int...) - Constructor for class com.vaadin.event.ShortcutListener
- shortDayNames - Variable in class com.vaadin.shared.ui.ui.UIState.LocaleData
- SHORTHAND_CHAR_ALT - Static variable in class com.vaadin.event.ShortcutAction
-
Used in the caption shorthand notation to indicate the ALT modifier.
- SHORTHAND_CHAR_CTRL - Static variable in class com.vaadin.event.ShortcutAction
-
Used in the caption shorthand notation to indicate the CTRL modifier.
- SHORTHAND_CHAR_SHIFT - Static variable in class com.vaadin.event.ShortcutAction
-
Used in the caption shorthand notation to indicate the SHIFT modifier.
- shortMonthNames - Variable in class com.vaadin.shared.ui.ui.UIState.LocaleData
- ShortRangeValidator - Class in com.vaadin.data.validator
-
Validator for validating that an
Short
is inside a given range. - ShortRangeValidator(String, Short, Short) - Constructor for class com.vaadin.data.validator.ShortRangeValidator
-
Creates a validator for checking that an Short is within a given range.
- shouldBePlacedAfterComponent() - Method in class com.vaadin.client.VCaption
- shouldCreateApplication(HttpServletRequest) - Method in class com.vaadin.server.LegacyVaadinServlet
- 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.
- shouldWriteChildren(Component, Component) - Method in class com.vaadin.ui.declarative.DesignContext
-
Helper method for component write implementors to determine whether their children should be written out or not.
- shouldWriteData(Component) - Method in class com.vaadin.ui.declarative.DesignContext
-
Determines whether the container data of a component should be written out by delegating to a
ShouldWriteDataDelegate
. - shouldWriteData(Component) - Method in interface com.vaadin.ui.declarative.ShouldWriteDataDelegate
-
Determines whether the container data of a component should be written out.
- ShouldWriteDataDelegate - Interface in com.vaadin.ui.declarative
-
Delegate used by
DesignContext
to determine whether container data should be written out for a component. - shouldWriteDefaultValues() - Method in class com.vaadin.ui.declarative.DesignContext
-
Determines whether default attribute values should be written by the
DesignAttributeHandler#writeAttribute(String, Attributes, Object, Object, Class, DesignContext)
method. - 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(Page) - Method in class com.vaadin.ui.Notification
-
Shows this notification on a Page.
- 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) - Static method in class com.vaadin.ui.Notification
-
Shows a notification message on the middle of the current page.
- show(String, Position, String) - Method in class com.vaadin.client.ui.VNotification
- show(String, Notification.Type) - Static method in class com.vaadin.ui.Notification
-
Shows a notification message the current page.
- show(String, String, Notification.Type) - Static method in class com.vaadin.ui.Notification
-
Shows a notification message the current page.
- 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.
- showControls - Variable in class com.vaadin.shared.ui.AbstractMediaState
- showDefaultCaption - Variable in class com.vaadin.shared.ui.colorpicker.AbstractColorPickerState
- 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.
- showISOWeekNumbers - Variable in class com.vaadin.shared.ui.datefield.AbstractDateFieldState
-
Determines if week numbers are shown in the date selector.
- 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. - showNotification(Notification) - Method in class com.vaadin.server.Page
-
Deprecated.As of 7.0, use Notification.show(Page) instead.
- showNotification(Notification) - Method in class com.vaadin.ui.UI
-
Deprecated.As of 7.0, use Notification.show instead
- showNotification(String) - Method in class com.vaadin.ui.UI
-
Deprecated.As of 7.0, use Notification.show instead but be aware that Notification.show does not allow HTML.
- showNotification(String, Notification.Type) - Method in class com.vaadin.ui.UI
-
Deprecated.As of 7.0, use Notification.show instead but be aware that Notification.show does not allow HTML.
- showNotification(String, String) - Method in class com.vaadin.ui.UI
-
Deprecated.As of 7.0, use new Notification(...).show(Page) instead but be aware that HTML by default not allowed.
- showNotification(String, String, Notification.Type) - Method in class com.vaadin.ui.UI
-
Deprecated.As of 7.0, use new Notification(...).show(Page) instead but be aware that HTML by default not allowed.
- showNotification(String, String, Notification.Type, boolean) - Method in class com.vaadin.ui.UI
-
Deprecated.As of 7.0, use new Notification(...).show(Page).
- 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() - Method in class com.vaadin.ui.AbstractColorPicker
-
Shows a popup-window for color selection.
- showPopup(boolean) - Method in class com.vaadin.ui.AbstractColorPicker
-
Shows or hides the popup window depending on the given parameter.
- 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.
- showServerDebugInfo(Connector) - Method in interface com.vaadin.shared.ui.ui.DebugWindowServerRpc
-
Sends a request to the server to print details to console that will help the developer to locate the corresponding server-side connector in the source code.
- showServerDesign(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.
- showServerDesign(Connector) - Method in interface com.vaadin.shared.ui.ui.DebugWindowServerRpc
-
Sends a request to the server to print a design to the console for the given component.
- 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.
- showView(View) - Method in class com.vaadin.navigator.Navigator.ComponentContainerViewDisplay
- showView(View) - Method in class com.vaadin.navigator.Navigator.SingleComponentContainerViewDisplay
- showView(View) - Method in interface com.vaadin.navigator.ViewDisplay
-
Remove previously shown view and show the newly selected view in its place.
- showWidget(int) - Method in class com.vaadin.client.ui.VTabsheetPanel
-
Shows the widget at the specified index.
- sidebarColumnOrder - Variable in class com.vaadin.shared.ui.grid.GridState
-
Ordering of columns in the sidebar column hider widget
- SIGN_IN - com.vaadin.icons.VaadinIcons
- SIGN_IN - com.vaadin.server.FontAwesome
-
Deprecated.
- SIGN_IN_ALT - com.vaadin.icons.VaadinIcons
- SIGN_OUT - com.vaadin.icons.VaadinIcons
- SIGN_OUT - com.vaadin.server.FontAwesome
-
Deprecated.
- SIGN_OUT_ALT - com.vaadin.icons.VaadinIcons
- SIGNAL - com.vaadin.icons.VaadinIcons
- SIGNAL - com.vaadin.server.FontAwesome
-
Deprecated.
- 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
- SIMPLE - com.vaadin.shared.ui.grid.ColumnResizeMode
-
When column resize mode is set to Simple, dragging to resize a column will show a marker, and the column will resize only after the mouse button or touch is released.
- SIMPLE - com.vaadin.shared.ui.MultiSelectMode
-
The previous more simple behavior of the multi select.
- SimpleDataChangeHandler - Class in com.vaadin.client.data
-
Helper class for creating a
DataChangeHandler
for a Widget that does not support lazy loading. - SimpleDataRequestRpc() - Constructor for class com.vaadin.data.provider.DataCommunicator.SimpleDataRequestRpc
- SimpleFocusablePanel - Class in com.vaadin.client.ui
-
Compared to FocusPanel in GWT this panel does not support e.g.
- SimpleFocusablePanel() - Constructor for class com.vaadin.client.ui.SimpleFocusablePanel
- SimpleManagedLayout - Interface in com.vaadin.client.ui
- SimpleMultiPartInputStream(InputStream, String) - Constructor for class com.vaadin.server.communication.FileUploadHandler.SimpleMultiPartInputStream
- 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.
- SIMPLYBUILT - com.vaadin.server.FontAwesome
-
Deprecated.
- simulateClickFromTouchEvent(Event, Widget) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.simulateClickFromTouchEvent(Event, Widget)
instead. - simulateClickFromTouchEvent(Event, Widget) - Static method in class com.vaadin.client.WidgetUtil
- SINGLE - com.vaadin.ui.Grid.SelectionMode
-
Single selection mode that maps to build-in
SingleSelectionModel
. - SingleComponentContainer - Interface in com.vaadin.ui
-
Interface for component containers that have one child component and do not support adding or removing components.
- SingleComponentContainerViewDisplay(SingleComponentContainer) - Constructor for class com.vaadin.navigator.Navigator.SingleComponentContainerViewDisplay
-
Create new
ViewDisplay
that updates aSingleComponentContainer
to show the view. - 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.
- SingleSelect<V> - Interface in com.vaadin.ui
-
Single selection component whose selection is treated as a value.
- SingleSelectionEvent<T> - Class in com.vaadin.event.selection
-
Fired when the selection changes in a listing component.
- SingleSelectionEvent(AbstractSingleSelect<T>, T, boolean) - Constructor for class com.vaadin.event.selection.SingleSelectionEvent
-
Creates a new selection change event.
- SingleSelectionEvent(Component, SingleSelect<T>, T, boolean) - Constructor for class com.vaadin.event.selection.SingleSelectionEvent
-
Creates a new selection change event in a component.
- SingleSelectionListener<T> - Interface in com.vaadin.event.selection
-
A listener for listening to selection changes on a single selection component.
- SingleSelectionModel<T> - Interface in com.vaadin.ui.components.grid
-
Single selection model interface for Grid.
- 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.
- SingleSelectionModelImpl<T> - Class in com.vaadin.ui.components.grid
-
Single selection model for grid.
- SingleSelectionModelImpl() - Constructor for class com.vaadin.ui.components.grid.SingleSelectionModelImpl
- SingleSelectionModelState - Class in com.vaadin.shared.ui.grid
-
Shared state for grid's single selection model.
- SingleSelectionModelState() - Constructor for class com.vaadin.shared.ui.grid.SingleSelectionModelState
- 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
- SITEMAP - com.vaadin.icons.VaadinIcons
- SITEMAP - com.vaadin.server.FontAwesome
-
Deprecated.
- 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(Query<T, SerializablePredicate<T>>) - Method in class com.vaadin.data.provider.ListDataProvider
- size(Query<T, F>) - Method in class com.vaadin.data.provider.AbstractBackEndDataProvider
- size(Query<T, F>) - Method in interface com.vaadin.data.provider.DataProvider
-
Gets the amount of data in this DataProvider.
- size(Query<T, F>) - Method in class com.vaadin.data.provider.DataProviderWrapper
- size(Query<T, F>) - Method in interface com.vaadin.data.provider.HierarchicalDataProvider
-
Get the number of immediate child data items for the parent item returned by a given query.
- Size() - Constructor for class com.vaadin.client.RenderInformation.Size
- Size(int, int) - Constructor for class com.vaadin.client.RenderInformation.Size
- SIZE - Static variable in interface com.vaadin.data.RequiredFieldConfigurator
-
Configurator which is aware of Size annotation with
min()> 0
presence for a property. - SIZE_PATTERN - Static variable in class com.vaadin.shared.util.SharedUtil
-
RegEx pattern to extract the width/height values.
- SIZE_UNDEFINED - Static variable in interface com.vaadin.server.Sizeable
-
Deprecated.As of 7.3, use instead
Sizeable.setSizeUndefined()
,Sizeable.setHeightUndefined()
andSizeable.setWidthUndefined()
- Sizeable - Interface in com.vaadin.server
-
Interface to be implemented by components wishing to display some object that may be dynamically resized during runtime.
- Sizeable.Unit - Enum in com.vaadin.server
- sizeInBackEnd(Query<T, F>) - Method in class com.vaadin.data.provider.AbstractBackEndDataProvider
-
Counts the number of items available in the back end.
- sizeInBackEnd(Query<T, F>) - Method in class com.vaadin.data.provider.CallbackDataProvider
- SizeWithUnit - Class in com.vaadin.server
-
A class for representing a value-unit pair.
- SizeWithUnit(float, Sizeable.Unit) - Constructor for class com.vaadin.server.SizeWithUnit
-
Constructs a new SizeWithUnit object representing the pair (size, unit).
- SKIP_RECOMPILE - Static variable in class com.vaadin.client.SuperDevMode
- SKYATLAS - com.vaadin.server.FontAwesome
-
Deprecated.
- SKYPE - com.vaadin.server.FontAwesome
-
Deprecated.
- SLACK - com.vaadin.server.FontAwesome
-
Deprecated.
- Slider - Class in com.vaadin.ui
-
A component for selecting a numerical value within a range.
- Slider() - Constructor for class com.vaadin.ui.Slider
-
Default slider constructor.
- Slider(double, double, int) - Constructor for class com.vaadin.ui.Slider
-
Create a new slider with the given range and resolution.
- Slider(int, int) - Constructor for class com.vaadin.ui.Slider
-
Create a new slider with the given range of integers.
- Slider(String) - Constructor for class com.vaadin.ui.Slider
-
Create a new slider with the caption given as parameter.
- Slider(String, int, int) - Constructor for class com.vaadin.ui.Slider
-
Creates a new slider with the given caption and integer range.
- SLIDER - com.vaadin.icons.VaadinIcons
- SLIDER_NO_INDICATOR - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Hide the indicator bar from the slider.
- Slider.ValueOutOfBoundsException - Exception in com.vaadin.ui
-
Thrown when the value of the slider is about to be set to a value that is outside the valid range of the slider.
- 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
- SliderOrientation - Enum in com.vaadin.shared.ui.slider
- SLIDERS - com.vaadin.icons.VaadinIcons
- SLIDERS - com.vaadin.server.FontAwesome
-
Deprecated.
- SliderServerRpc - Interface in com.vaadin.shared.ui.slider
- SliderState - Class in com.vaadin.shared.ui.slider
- SliderState() - Constructor for class com.vaadin.shared.ui.slider.SliderState
- SLIDESHARE - com.vaadin.server.FontAwesome
-
Deprecated.
- 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
- SMALLER_THAN - com.vaadin.shared.ui.dnd.criteria.ComparisonOperator
-
Smaller than operator ("<").
- SMALLER_THAN_OR_EQUALS - com.vaadin.shared.ui.dnd.criteria.ComparisonOperator
-
Smaller than or equals to operator ("<=").
- SMILE_O - com.vaadin.server.FontAwesome
-
Deprecated.
- SMILEY_O - com.vaadin.icons.VaadinIcons
- Snippet - Class in com.vaadin.shared.ui.richtextarea
-
Supporting data structure for snippets feature.
- Snippet() - Constructor for class com.vaadin.shared.ui.richtextarea.Snippet
-
Creates an empty snippet
- Snippet(String) - Constructor for class com.vaadin.shared.ui.richtextarea.Snippet
-
Creates a snippet with a specified body text.
- Snippet(String, String) - Constructor for class com.vaadin.shared.ui.richtextarea.Snippet
-
Creates a snippet with a specified title and text.
- snippets - Variable in class com.vaadin.shared.ui.richtextarea.RichTextAreaState
- SOCCER_BALL_O - com.vaadin.server.FontAwesome
-
Deprecated.
- 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(SortEvent<T>) - Method in interface com.vaadin.event.SortEvent.SortListener
-
Called when the sort order has changed.
- sort(Grid.Column<T, ?>) - Method in class com.vaadin.ui.Grid
-
Sort this Grid in ascending order by a specified column.
- sort(Grid.Column<T, ?>, SortDirection) - Method in class com.vaadin.ui.Grid
-
Sort this Grid in user-specified direction by a column.
- sort(String) - Method in class com.vaadin.ui.Grid
-
Sort this Grid in ascending order by a specified column defined by id.
- sort(String[], SortDirection[], boolean) - Method in interface com.vaadin.shared.ui.grid.GridServerRpc
- sort(String, SortDirection) - Method in class com.vaadin.ui.Grid
-
Sort this Grid in a user-specified direction by a column defined by id.
- 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.
- Sort - Class in com.vaadin.data.provider
-
Helper class for constructing SortOrders.
- Sort() - Constructor for class com.vaadin.data.provider.Sort
- SORT - com.vaadin.icons.VaadinIcons
- SORT - com.vaadin.server.FontAwesome
-
Deprecated.
- SORT_ALPHA_ASC - com.vaadin.server.FontAwesome
-
Deprecated.
- SORT_ALPHA_DESC - com.vaadin.server.FontAwesome
-
Deprecated.
- SORT_AMOUNT_ASC - com.vaadin.server.FontAwesome
-
Deprecated.
- SORT_AMOUNT_DESC - com.vaadin.server.FontAwesome
-
Deprecated.
- SORT_ASC - com.vaadin.server.FontAwesome
-
Deprecated.
- SORT_DESC - com.vaadin.server.FontAwesome
-
Deprecated.
- SORT_DOWN - com.vaadin.server.FontAwesome
-
Deprecated.
- SORT_NUMERIC_ASC - com.vaadin.server.FontAwesome
-
Deprecated.
- SORT_NUMERIC_DESC - com.vaadin.server.FontAwesome
-
Deprecated.
- SORT_UP - com.vaadin.server.FontAwesome
-
Deprecated.
- Sort.SortBuilder - Class in com.vaadin.data.provider
-
SortBuilder is a helper class with fluent API for constructing sort order lists.
- sortable - Variable in class com.vaadin.shared.ui.grid.ColumnState
- SortBuilder() - Constructor for class com.vaadin.data.provider.Sort.SortBuilder
-
Constructs an empty SortBuilder.
- sortColumns - Variable in class com.vaadin.shared.ui.grid.GridState
-
Keys of the currently sorted columns.
- SortDirection - Enum in com.vaadin.shared.data.sort
-
Describes sorting direction.
- sortDirs - Variable in class com.vaadin.shared.ui.grid.GridState
-
Directions for each sorted column.
- 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<T extends SortOrder<?>> - Class in com.vaadin.event
-
Event describing a change in sorting of a
DataProvider
. - SortEvent(Grid<T>, List<SortOrder>, boolean) - Constructor for class com.vaadin.client.widget.grid.sort.SortEvent
-
Creates a new Sort Event.
- SortEvent(Component, List<T>, boolean) - Constructor for class com.vaadin.event.SortEvent
-
Creates a new sort order change event with a sort order list.
- SortEvent.SortListener<T extends SortOrder<?>> - Interface in com.vaadin.event
-
Listener for sort order change events.
- SortEvent.SortNotifier<T extends SortOrder<?>> - Interface in com.vaadin.event
-
The interface for adding and removing listeners for
SortEvents
. - 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<T> - Class in com.vaadin.data.provider
-
Sorting information for one field.
- 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.
- SortOrder(T, SortDirection) - Constructor for class com.vaadin.data.provider.SortOrder
-
Constructs a field sorting information.
- SortOrderBuilder<T extends SortOrder<V>,V> - Class in com.vaadin.data.provider
-
Base class for helper classes with fluent API for constructing sort order lists.
- SortOrderBuilder() - Constructor for class com.vaadin.data.provider.SortOrderBuilder
- SortOrderProvider - Interface in com.vaadin.ui.components.grid
-
Generates the sort orders when rows are sorted by a column.
- SOUND_DISABLE - com.vaadin.icons.VaadinIcons
- SOUNDCLOUD - com.vaadin.server.FontAwesome
-
Deprecated.
- SOURCE_RESOURCE - Static variable in class com.vaadin.shared.ui.AbstractEmbeddedState
- SourceDataProviderUpdater<T> - Interface in com.vaadin.ui.components.grid
-
A handler for source grid data provider updater for
GridRowDragger
. - SourceIs - Class in com.vaadin.event.dd.acceptcriteria
-
Client side criteria that checks if the drag source is one of the given components.
- SourceIs(Component...) - Constructor for class com.vaadin.event.dd.acceptcriteria.SourceIs
- SourceIsTarget - Class in com.vaadin.event.dd.acceptcriteria
-
A criterion that ensures the drag source is the same as drop target.
- sources - Variable in class com.vaadin.shared.ui.AbstractMediaState
- sourceTypes - Variable in class com.vaadin.shared.ui.AbstractMediaState
- space() - Method in class com.vaadin.ui.GridLayout
-
Moves the cursor forward by one.
- SPACE_SHUTTLE - com.vaadin.server.FontAwesome
-
Deprecated.
- SPACEBAR - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- 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.
- spacing - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState
- spacing - Variable in class com.vaadin.shared.ui.orderedlayout.AbstractOrderedLayoutState
- spacingMeasureElement - Variable in class com.vaadin.client.ui.VGridLayout
-
For internal use only.
- SPARK_LINE - com.vaadin.icons.VaadinIcons
- SPECIALIST - com.vaadin.icons.VaadinIcons
- SPINNER - com.vaadin.icons.VaadinIcons
- SPINNER - com.vaadin.server.FontAwesome
-
Deprecated.
- SPINNER_ARC - com.vaadin.icons.VaadinIcons
- SPINNER_THIRD - com.vaadin.icons.VaadinIcons
- SPLINE_AREA_CHART - com.vaadin.icons.VaadinIcons
- SPLINE_CHART - com.vaadin.icons.VaadinIcons
- SPLIT - com.vaadin.icons.VaadinIcons
- SPLIT_H - com.vaadin.icons.VaadinIcons
- SPLIT_V - com.vaadin.icons.VaadinIcons
- splitAt(int) - Method in class com.vaadin.shared.Range
-
Split the range into two at a certain integer.
- splitAtFromStart(int) - Method in class com.vaadin.shared.Range
-
Split the range into two after a certain number of integers into the range.
- splitCamelCase(String) - Static method in class com.vaadin.shared.util.SharedUtil
-
Splits a camelCaseString into an array of words with the casing preserved.
- SPLITPANEL_LARGE - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Make the split handle wider.
- SplitPositionChangeEvent(Component, boolean, float, Sizeable.Unit, float, Sizeable.Unit) - Constructor for class com.vaadin.ui.AbstractSplitPanel.SplitPositionChangeEvent
-
Creates a split position change event.
- splitter - Variable in class com.vaadin.client.ui.VAbstractSplitPanel
-
For internal use only.
- splitterClick(MouseEventDetails) - Method in interface com.vaadin.shared.ui.splitpanel.AbstractSplitPanelRpc
-
Called when a click event has occurred on the splitter.
- splitterClick(AbstractSplitPanel.SplitterClickEvent) - Method in interface com.vaadin.ui.AbstractSplitPanel.SplitterClickListener
-
SplitPanel splitter has been clicked.
- SplitterClickEvent(Component, MouseEventDetails) - Constructor for class com.vaadin.ui.AbstractSplitPanel.SplitterClickEvent
- 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.
- splitterState - Variable in class com.vaadin.shared.ui.splitpanel.AbstractSplitPanelState
- SplitterState() - Constructor for class com.vaadin.shared.ui.splitpanel.AbstractSplitPanelState.SplitterState
- SPOON - com.vaadin.icons.VaadinIcons
- SPOON - com.vaadin.server.FontAwesome
-
Deprecated.
- SPOTIFY - com.vaadin.server.FontAwesome
-
Deprecated.
- SQUARE - com.vaadin.server.FontAwesome
-
Deprecated.
- SQUARE_O - com.vaadin.server.FontAwesome
-
Deprecated.
- SQUARE_SHADOW - com.vaadin.icons.VaadinIcons
- src - Variable in class com.vaadin.client.ui.VLink
-
For internal use only.
- STACK_EXCHANGE - com.vaadin.server.FontAwesome
-
Deprecated.
- STACK_OVERFLOW - com.vaadin.server.FontAwesome
-
Deprecated.
- StackItem() - Constructor for class com.vaadin.client.ui.VAccordion.StackItem
-
Constructs a stack item.
- standby - Variable in class com.vaadin.shared.ui.embedded.EmbeddedState
-
Specifies a message that a user agent may render while loading the object's implementation and data.
- STAR - com.vaadin.icons.VaadinIcons
- STAR - com.vaadin.server.FontAwesome
-
Deprecated.
- STAR_HALF - com.vaadin.server.FontAwesome
-
Deprecated.
- STAR_HALF_EMPTY - com.vaadin.server.FontAwesome
-
Deprecated.
- STAR_HALF_FULL - com.vaadin.server.FontAwesome
-
Deprecated.
- STAR_HALF_LEFT - com.vaadin.icons.VaadinIcons
- STAR_HALF_LEFT_O - com.vaadin.icons.VaadinIcons
- STAR_HALF_O - com.vaadin.server.FontAwesome
-
Deprecated.
- STAR_HALF_RIGHT - com.vaadin.icons.VaadinIcons
- STAR_HALF_RIGHT_O - com.vaadin.icons.VaadinIcons
- STAR_O - com.vaadin.icons.VaadinIcons
- STAR_O - com.vaadin.server.FontAwesome
-
Deprecated.
- 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.
- start(BundleContext) - Method in class com.vaadin.osgi.resources.impl.VaadinResourceServiceImpl
- start(BundleContext) - Method in class com.vaadin.osgi.resources.OsgiVaadinResources
-
Deprecated.
- START - com.vaadin.shared.ui.grid.ScrollDestination
-
Scrolls so that the element is shown at the start of the viewport.
- START_COG - com.vaadin.icons.VaadinIcons
- 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.
- StartedEvent(Upload, String, String, long) - Constructor for class com.vaadin.ui.Upload.StartedEvent
- startNextUpload() - Method in class com.vaadin.client.ui.VDragAndDropWrapper
-
For internal use only.
- startPaintable(Component, String) - Method in class com.vaadin.server.JsonPaintTarget
- startPaintable(Component, String) - Method in interface com.vaadin.server.PaintTarget
-
Prints element start tag of a paintable section.
- 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
- startsAfter(Range) - Method in class com.vaadin.shared.Range
-
Checks whether this range starts after the end of another range.
- startsBefore(Range) - Method in class com.vaadin.shared.Range
-
Checks whether this range starts before the start of another range.
- startTag(String) - Method in class com.vaadin.server.JsonPaintTarget
- startTag(String) - Method in interface com.vaadin.server.PaintTarget
-
Prints element start tag.
- startTag(String, boolean) - Method in class com.vaadin.server.JsonPaintTarget
-
Prints the element start tag.
- startUpload() - Method in class com.vaadin.ui.Upload
-
Go into upload state.
- state - Variable in class com.vaadin.shared.ui.progressindicator.ProgressBarState
- 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.
- stateManager - Variable in class com.vaadin.navigator.Navigator
-
The
NavigationStateManager
that is used to get, listen to and manipulate the navigation state used by the Navigator. - STATIC_FILE - com.vaadin.server.VaadinServlet.RequestType
-
Deprecated.
- StaticCell() - Constructor for class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
- StaticRow() - Constructor for class com.vaadin.client.widgets.Grid.StaticSection.StaticRow
- StaticRow(StaticSection<?>) - Constructor for class com.vaadin.ui.components.grid.StaticSection.StaticRow
-
Creates a new row belonging to the given section.
- StaticSection<ROW extends StaticSection.StaticRow<?>> - Class in com.vaadin.ui.components.grid
-
Represents the header or footer section of a Grid.
- StaticSection() - Constructor for class com.vaadin.client.widgets.Grid.StaticSection
- StaticSection() - Constructor for class com.vaadin.ui.components.grid.StaticSection
- StaticSection.StaticRow<CELL extends com.vaadin.ui.components.grid.StaticSection.StaticCell> - Class in com.vaadin.ui.components.grid
-
Abstract base class for Grid header and footer rows.
- StaticSectionUpdater(Grid.StaticSection<?>, RowContainer) - Constructor for class com.vaadin.client.widgets.Grid.StaticSectionUpdater
-
Constructs an updater instance for the given section.
- StaticViewProvider(String, View) - Constructor for class com.vaadin.navigator.Navigator.StaticViewProvider
-
Creates a new view provider which returns a pre-created view instance.
- STATUS - com.vaadin.shared.ui.ui.NotificationRole
- statusChange(BinderValidationStatus<BEAN>) - Method in interface com.vaadin.data.BinderValidationStatusHandler
-
Invoked when the validation status has changed in binder.
- statusChange(BindingValidationStatus<?>) - Method in interface com.vaadin.data.BindingValidationStatusHandler
-
Invoked when the validation status has changed in a binding.
- statusChange(StatusChangeEvent) - Method in interface com.vaadin.data.StatusChangeListener
-
Notifies the listener about status change
event
. - StatusChangeEvent - Class in com.vaadin.data
-
Binder status change event.
- StatusChangeEvent(Binder<?>, boolean) - Constructor for class com.vaadin.data.StatusChangeEvent
-
Create a new status change event for given
binder
, storing information of whether the change that triggered this event caused validation errors. - StatusChangeListener - Interface in com.vaadin.data
-
Listener interface for status change events from binder.
- STEAM - com.vaadin.server.FontAwesome
-
Deprecated.
- STEAM_SQUARE - com.vaadin.server.FontAwesome
-
Deprecated.
- STEP_BACKWARD - com.vaadin.icons.VaadinIcons
- STEP_BACKWARD - com.vaadin.server.FontAwesome
-
Deprecated.
- STEP_FORWARD - com.vaadin.icons.VaadinIcons
- STEP_FORWARD - com.vaadin.server.FontAwesome
-
Deprecated.
- STETHOSCOPE - com.vaadin.icons.VaadinIcons
- STETHOSCOPE - com.vaadin.server.FontAwesome
-
Deprecated.
- STICKY_NOTE - com.vaadin.server.FontAwesome
-
Deprecated.
- STICKY_NOTE_O - com.vaadin.server.FontAwesome
-
Deprecated.
- STOCK - com.vaadin.icons.VaadinIcons
- stop() - Method in class com.vaadin.client.widget.grid.AutoScroller
-
Stops the automatic scrolling.
- stop() - Method in class com.vaadin.osgi.resources.impl.VaadinResourceServiceImpl
- stop(BundleContext) - Method in class com.vaadin.osgi.resources.OsgiVaadinResources
-
Deprecated.
- STOP - com.vaadin.icons.VaadinIcons
- STOP - com.vaadin.server.FontAwesome
-
Deprecated.
- STOP_CIRCLE - com.vaadin.server.FontAwesome
-
Deprecated.
- STOP_CIRCLE_O - com.vaadin.server.FontAwesome
-
Deprecated.
- STOP_COG - com.vaadin.icons.VaadinIcons
- 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.
- STOPWATCH - com.vaadin.icons.VaadinIcons
- STORAGE - com.vaadin.icons.VaadinIcons
- storeFocus() - Method in class com.vaadin.client.ui.VUI
-
Allows to store the currently focused Element.
- storeInSession(VaadinService, WrappedSession) - Method in class com.vaadin.server.VaadinSession
-
Deprecated.as of 7.6, call
VaadinService.storeSession(VaadinSession, WrappedSession)
instead - storeSession(VaadinSession, WrappedSession) - Method in class com.vaadin.server.VaadinService
-
Called when the VaadinSession should be stored.
- STREAMING - com.vaadin.shared.ui.ui.Transport
-
Deprecated.Use the more reliable
Transport.LONG_POLLING
instead. - streamingFailed(StreamVariable.StreamingErrorEvent) - Method in interface com.vaadin.server.StreamVariable
- streamingFinished(StreamVariable.StreamingEndEvent) - Method in interface com.vaadin.server.StreamVariable
- streamingStarted(StreamVariable.StreamingStartEvent) - Method in interface com.vaadin.server.StreamVariable
- StreamResource - Class in com.vaadin.server
-
StreamResource
is a resource provided to the client directly by the application. - StreamResource(StreamResource.StreamSource, String) - Constructor for class com.vaadin.server.StreamResource
-
Creates a new stream resource for downloading from stream.
- StreamResource.StreamSource - Interface in com.vaadin.server
-
Interface implemented by the source of a StreamResource.
- streamToReceiver(VaadinSession, InputStream, StreamVariable, String, String, long) - Method in class com.vaadin.server.communication.FileUploadHandler
- StreamVariable - Interface in com.vaadin.server
-
StreamVariable is a special kind of variable whose value is streamed to an
OutputStream
provided by theStreamVariable.getOutputStream()
method. - StreamVariable.StreamingEndEvent - Interface in com.vaadin.server
-
Event passed to
StreamVariable.streamingFinished(StreamingEndEvent)
method the contents have been streamed to StreamVariable successfully. - StreamVariable.StreamingErrorEvent - Interface in com.vaadin.server
-
Event passed to
StreamVariable.streamingFailed(StreamingErrorEvent)
method when the streaming ended before the end of the input. - StreamVariable.StreamingEvent - Interface in com.vaadin.server
- StreamVariable.StreamingProgressEvent - Interface in com.vaadin.server
-
Event passed to
StreamVariable.onProgress(StreamingProgressEvent)
method during the streaming progresses. - StreamVariable.StreamingStartEvent - Interface in com.vaadin.server
-
Event passed to
StreamVariable.streamingStarted(StreamingStartEvent)
method before the streaming of the content toStreamVariable
starts. - STREET_VIEW - com.vaadin.server.FontAwesome
-
Deprecated.
- strikeThrough() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
- strikeThrough() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- STRIKETHROUGH - com.vaadin.icons.VaadinIcons
- STRIKETHROUGH - com.vaadin.server.FontAwesome
-
Deprecated.
- STRING - com.vaadin.shared.ui.dnd.criteria.Payload.ValueType
- StringLengthValidator - Class in com.vaadin.data.validator
-
Verifies that the length of a string is within the given range.
- StringLengthValidator(String, Integer, Integer) - Constructor for class com.vaadin.data.validator.StringLengthValidator
-
Creates a new StringLengthValidator with a given error message and minimum and maximum length limits.
- StringToBigDecimalConverter - Class in com.vaadin.data.converter
-
A converter that converts from
String
toBigDecimal
and back. - StringToBigDecimalConverter(ErrorMessageProvider) - Constructor for class com.vaadin.data.converter.StringToBigDecimalConverter
-
Creates a new converter instance with the given error message provider.
- StringToBigDecimalConverter(String) - Constructor for class com.vaadin.data.converter.StringToBigDecimalConverter
-
Creates a new converter instance with the given error message.
- StringToBigDecimalConverter(BigDecimal, ErrorMessageProvider) - Constructor for class com.vaadin.data.converter.StringToBigDecimalConverter
-
Creates a new converter instance with the given empty string value and error message provider.
- StringToBigDecimalConverter(BigDecimal, String) - Constructor for class com.vaadin.data.converter.StringToBigDecimalConverter
-
Creates a new converter instance with the given empty string value and error message.
- StringToBigIntegerConverter - Class in com.vaadin.data.converter
-
A converter that converts from
String
toBigInteger
and back. - StringToBigIntegerConverter(ErrorMessageProvider) - Constructor for class com.vaadin.data.converter.StringToBigIntegerConverter
-
Creates a new converter instance with the given error message provider.
- StringToBigIntegerConverter(String) - Constructor for class com.vaadin.data.converter.StringToBigIntegerConverter
-
Creates a new converter instance with the given error message.
- StringToBigIntegerConverter(BigInteger, ErrorMessageProvider) - Constructor for class com.vaadin.data.converter.StringToBigIntegerConverter
-
Creates a new converter instance with the given empty string value and error message provider.
- StringToBigIntegerConverter(BigInteger, String) - Constructor for class com.vaadin.data.converter.StringToBigIntegerConverter
-
Creates a new converter instance with the given empty string value and error message.
- StringToBooleanConverter - Class in com.vaadin.data.converter
- StringToBooleanConverter(ErrorMessageProvider) - Constructor for class com.vaadin.data.converter.StringToBooleanConverter
-
Creates a new converter instance with the given error message provider.
- StringToBooleanConverter(String) - Constructor for class com.vaadin.data.converter.StringToBooleanConverter
-
Creates converter with default string representations - "true" and "false".
- StringToBooleanConverter(String, String, ErrorMessageProvider) - Constructor for class com.vaadin.data.converter.StringToBooleanConverter
-
Creates converter with custom string representation.
- StringToBooleanConverter(String, String, String) - Constructor for class com.vaadin.data.converter.StringToBooleanConverter
-
Creates converter with custom string representation.
- stringToColor(String) - Static method in class com.vaadin.ui.components.colorpicker.ColorUtil
- StringToDateConverter - Class in com.vaadin.data.converter
- StringToDateConverter() - Constructor for class com.vaadin.data.converter.StringToDateConverter
- StringToDoubleConverter - Class in com.vaadin.data.converter
- StringToDoubleConverter(ErrorMessageProvider) - Constructor for class com.vaadin.data.converter.StringToDoubleConverter
-
Creates a new converter instance with the given error message provider.
- StringToDoubleConverter(Double, ErrorMessageProvider) - Constructor for class com.vaadin.data.converter.StringToDoubleConverter
-
Creates a new converter instance with the given empty string value and error message provider.
- StringToDoubleConverter(Double, String) - Constructor for class com.vaadin.data.converter.StringToDoubleConverter
-
Creates a new converter instance with the given empty string value and error message.
- StringToDoubleConverter(String) - Constructor for class com.vaadin.data.converter.StringToDoubleConverter
-
Creates a new converter instance with the given error message.
- StringToFloatConverter - Class in com.vaadin.data.converter
- StringToFloatConverter(ErrorMessageProvider) - Constructor for class com.vaadin.data.converter.StringToFloatConverter
-
Creates a new converter instance with the given error message provider.
- StringToFloatConverter(Float, ErrorMessageProvider) - Constructor for class com.vaadin.data.converter.StringToFloatConverter
-
Creates a new converter instance with the given empty string value and error message provider.
- StringToFloatConverter(Float, String) - Constructor for class com.vaadin.data.converter.StringToFloatConverter
-
Creates a new converter instance with the given empty string value and error message.
- StringToFloatConverter(String) - Constructor for class com.vaadin.data.converter.StringToFloatConverter
-
Creates a new converter instance with the given error message.
- StringToIntegerConverter - Class in com.vaadin.data.converter
- StringToIntegerConverter(ErrorMessageProvider) - Constructor for class com.vaadin.data.converter.StringToIntegerConverter
-
Creates a new converter instance with the given error message provider.
- StringToIntegerConverter(Integer, ErrorMessageProvider) - Constructor for class com.vaadin.data.converter.StringToIntegerConverter
-
Creates a new converter instance with the given empty string value and error message provider.
- StringToIntegerConverter(Integer, String) - Constructor for class com.vaadin.data.converter.StringToIntegerConverter
-
Creates a new converter instance with the given empty string value and error message.
- StringToIntegerConverter(String) - Constructor for class com.vaadin.data.converter.StringToIntegerConverter
-
Creates a new converter instance with the given error message.
- StringToLongConverter - Class in com.vaadin.data.converter
- StringToLongConverter(ErrorMessageProvider) - Constructor for class com.vaadin.data.converter.StringToLongConverter
-
Creates a new converter instance with the given error message provider.
- StringToLongConverter(Long, ErrorMessageProvider) - Constructor for class com.vaadin.data.converter.StringToLongConverter
-
Creates a new converter instance with the given empty string value and error message provider.
- StringToLongConverter(Long, String) - Constructor for class com.vaadin.data.converter.StringToLongConverter
-
Creates a new converter instance with the given empty string value and error message.
- StringToLongConverter(String) - Constructor for class com.vaadin.data.converter.StringToLongConverter
-
Creates a new converter instance with the given error message.
- StringToUuidConverter - Class in com.vaadin.data.converter
- StringToUuidConverter(ErrorMessageProvider) - Constructor for class com.vaadin.data.converter.StringToUuidConverter
-
Constructs a new converter instance with the given error message provider.
- StringToUuidConverter(String) - Constructor for class com.vaadin.data.converter.StringToUuidConverter
-
Constructs a converter for String to UUID and back.
- stripJSONWrapping(String) - Static method in class com.vaadin.client.communication.MessageHandler
-
Strips the JSON wrapping from the given json string with wrapping.
- stripSpecialChars(String) - Static method in class com.vaadin.server.VaadinServlet
-
Deprecated.As of 7.0. Will likely change or be removed in a future version
- STUMBLEUPON - com.vaadin.server.FontAwesome
-
Deprecated.
- STUMBLEUPON_CIRCLE - com.vaadin.server.FontAwesome
-
Deprecated.
- STYLE - Static variable in class com.vaadin.shared.ui.combobox.ComboBoxConstants
- STYLE_NAME - Static variable in class com.vaadin.shared.ui.nativeselect.NativeSelectState
-
The default primary style name for
NativeSelect
. - 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
- StyleGenerator<T> - Interface in com.vaadin.ui
-
A callback interface for generating custom CSS class names for items.
- styleName - Variable in class com.vaadin.shared.ui.grid.SectionState.CellState
-
The style name for this cell.
- styleName - Variable in class com.vaadin.shared.ui.grid.SectionState.RowState
-
The style name for the row.
- styleName - Variable in class com.vaadin.shared.ui.notification.NotificationState
-
The style name, can be
null
. - styleName - Variable in class com.vaadin.shared.ui.tabsheet.TabState
- STYLENAME_AREA - Static variable in class com.vaadin.ui.AbstractColorPicker
- STYLENAME_BUTTON - Static variable in class com.vaadin.ui.AbstractColorPicker
- 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_DEFAULT - Static variable in class com.vaadin.ui.AbstractColorPicker
- 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
- styles - Variable in class com.vaadin.shared.AbstractComponentState
- StyleSheet - Annotation Type in com.vaadin.annotations
-
If this annotation is present on a
ClientConnector
class, the framework ensures the referenced style sheets are loaded before the init method for the corresponding client-side connector is invoked. - STYLESHEET - com.vaadin.ui.Dependency.Type
- 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.
- submitCompleted() - Method in interface com.vaadin.shared.ui.loginform.LoginFormRpc
- submitUpload() - Method in interface com.vaadin.shared.ui.upload.UploadClientRpc
-
Instructs the upload component to send the selected file to the server.
- submitUpload() - Method in class com.vaadin.ui.Upload
-
Instructs the upload component to send selected file to the server.
- SUBPART_SEPARATOR - Static variable in class com.vaadin.client.componentlocator.VaadinFinderLocatorStrategy
- SubPartAware - Interface in com.vaadin.client.ui
-
Interface implemented by
Widget
s 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
- SUBSCRIPT - com.vaadin.icons.VaadinIcons
- SUBSCRIPT - com.vaadin.server.FontAwesome
-
Deprecated.
- SUBWAY - com.vaadin.server.FontAwesome
-
Deprecated.
- SucceededEvent(Upload, String, String, long) - Constructor for class com.vaadin.ui.Upload.SucceededEvent
- 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
- suggestionPopupWidth - Variable in class com.vaadin.shared.ui.combobox.ComboBoxState
-
Suggestion pop-up's width as a CSS string.
- SUITCASE - com.vaadin.icons.VaadinIcons
- SUITCASE - com.vaadin.server.FontAwesome
-
Deprecated.
- sumUpTotals(Map<String, Profiler.Node>) - Method in class com.vaadin.client.Profiler.Node
- SUN_DOWN - com.vaadin.icons.VaadinIcons
- SUN_O - com.vaadin.icons.VaadinIcons
- SUN_O - com.vaadin.server.FontAwesome
-
Deprecated.
- SUN_RISE - com.vaadin.icons.VaadinIcons
- SuperDevMode - Class in com.vaadin.client
-
Class that enables SuperDevMode using a ?superdevmode parameter in the url.
- 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
- SUPERSCRIPT - com.vaadin.icons.VaadinIcons
- SUPERSCRIPT - com.vaadin.server.FontAwesome
-
Deprecated.
- SUPPORT - com.vaadin.server.FontAwesome
-
Deprecated.
- 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
- suspend(AtmosphereResource) - Method in class com.vaadin.server.communication.PushHandler
-
Suspends the given resource.
- 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.
- swatchesVisible - Variable in class com.vaadin.ui.AbstractColorPicker
- switchView(ViewChangeListener.ViewChangeEvent) - Method in class com.vaadin.navigator.Navigator
-
Update the internal state of the navigator to reflect the actual switching of views.
- SWORD - com.vaadin.icons.VaadinIcons
- syncChildren() - Method in class com.vaadin.client.ui.VPopupView.CustomPopup
-
Try to sync all known active child widgets to server.
- synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.BootstrapHandler
-
Deprecated.
- synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.communication.HeartbeatHandler
-
Handles a heartbeat request for the given session.
- synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.communication.UidlRequestHandler
- synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.communication.UIInitHandler
- synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.SynchronizedRequestHandler
-
Identical to
SynchronizedRequestHandler.handleRequest(VaadinSession, VaadinRequest, VaadinResponse)
except theVaadinSession
is locked before this is called and unlocked after this has completed. - synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.UnsupportedBrowserHandler
- synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse, String) - Method in class com.vaadin.server.communication.UidlRequestHandler
- synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse, String) - Method in class com.vaadin.server.SynchronizedRequestHandler
-
Identical to
SynchronizedRequestHandler.synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse)
except theVaadinSession
is locked before this is called and the response requestBody has been read before locking the session and is provided as a separate parameter. - SynchronizedRequestHandler - Class in com.vaadin.server
-
RequestHandler which takes care of locking and unlocking of the VaadinSession automatically.
- SynchronizedRequestHandler() - Constructor for class com.vaadin.server.SynchronizedRequestHandler
- SynchronizedRequestHandler.ResponseWriter - Interface in com.vaadin.server
-
ResponseWriter is optionally returned by request handlers which implement
SynchronizedRequestHandler.synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse, String)
The ResponseWriter will be executed bySynchronizedRequestHandler.handleRequest(VaadinSession, VaadinRequest, VaadinResponse)
without holding Vaadin session lock. - SYSTEM - com.vaadin.shared.ui.ErrorLevel
-
Error level for system errors and bugs.
- SystemError - Class in com.vaadin.server
-
SystemError
is an error message for a problem caused by error in system, not the user application code. - SystemError(String) - Constructor for class com.vaadin.server.SystemError
-
Constructor for SystemError with error message specified.
- SystemError(String, Throwable) - Constructor for class com.vaadin.server.SystemError
-
Constructor for SystemError with causing exception and error message.
- SystemError(Throwable) - Constructor for class com.vaadin.server.SystemError
-
Constructor for SystemError with cause.
- SYSTEMERROR - Static variable in interface com.vaadin.server.ErrorMessage
-
Deprecated.As of 7.0, use
ErrorLevel.SYSTEM
instead - SystemMessageException - Exception in com.vaadin.server
- SystemMessageException(String) - Constructor for exception com.vaadin.server.SystemMessageException
-
Constructs a new
SystemMessageException
with the specified detail message. - SystemMessageException(String, Throwable) - Constructor for exception com.vaadin.server.SystemMessageException
-
Constructs a new
SystemMessageException
with the specified detail message and cause. - SystemMessageException(Throwable) - Constructor for exception com.vaadin.server.SystemMessageException
-
Constructs a new
SystemMessageException
from another exception. - SystemMessages - Class in com.vaadin.server
-
Contains the system messages used to notify the user about various critical situations that can occur.
- SystemMessagesInfo - Class in com.vaadin.server
- SystemMessagesInfo() - Constructor for class com.vaadin.server.SystemMessagesInfo
- SystemMessagesProvider - Interface in com.vaadin.server
-
Gives out system messages based on Locale.
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.
- T - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- TAB - com.vaadin.icons.VaadinIcons
- TAB - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- TAB_A - com.vaadin.icons.VaadinIcons
- TAB_STYLE_NAME - Static variable in class com.vaadin.shared.ui.tabsheet.TabsheetConstants
-
Deprecated.
- tabCaptionsAsHtml - Variable in class com.vaadin.shared.ui.tabsheet.TabsheetState
- tabIndex - Variable in class com.vaadin.shared.ui.panel.PanelState
- tabIndex - Variable in class com.vaadin.shared.ui.TabIndexState
-
The tabulator index of the field.
- tabIndex - Variable in class com.vaadin.shared.ui.tabsheet.TabsheetState
-
Index of the component when switching focus - not related to Tabsheet tabs.
- tabIndex - Variable in class com.vaadin.shared.ui.ui.UIState
-
The tabulator index of the field.
- TabIndexState - Class in com.vaadin.shared.ui
-
State for components that support tab indexes.
- TabIndexState() - Constructor for class com.vaadin.shared.ui.TabIndexState
- 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.
- TABLE - com.vaadin.icons.VaadinIcons
- TABLE - com.vaadin.server.FontAwesome
-
Deprecated.
- TABLE_BORDERLESS - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Remove the outer border of the table.
- TABLE_COMPACT - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Reduce the white space inside the table cells.
- TABLE_NO_HEADER - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Hide the table column headers (effectively the same as
ColumnHeaderMode.HIDDEN
). - TABLE_NO_HORIZONTAL_LINES - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Remove the horizontal divider lines between the table rows.
- TABLE_NO_STRIPES - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Remove the alternating row colors.
- TABLE_NO_VERTICAL_LINES - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Remove the vertical divider lines between the table columns.
- TABLE_SMALL - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Small font size and reduced the white space inside the table cells.
- TABLET - com.vaadin.icons.VaadinIcons
- TABLET - com.vaadin.server.FontAwesome
-
Deprecated.
- 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 - Variable in class com.vaadin.shared.ui.tabsheet.TabsheetState
- TABS - com.vaadin.icons.VaadinIcons
- TABS_CLASSNAME - Static variable in class com.vaadin.client.ui.VTabsheet
-
Default classname for the element that contains tab bar and scroller.
- TabSheet - Class in com.vaadin.ui
-
TabSheet component.
- TabSheet() - Constructor for class com.vaadin.ui.TabSheet
-
Constructs a new TabSheet.
- TabSheet(Component...) - Constructor for class com.vaadin.ui.TabSheet
-
Constructs a new TabSheet containing the given components.
- TABSHEET_CENTERED_TABS - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Center the tabs inside the tab bar.
- TABSHEET_COMPACT_TABBAR - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Reduce the whitespace around the tabs in the tab bar.
- TABSHEET_EQUAL_WIDTH_TABS - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Give equal amount of space to all tabs in the tab bar (.i.e expand ratio == 1 for all tabs).
- TABSHEET_FRAMED - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Adds a border around the whole component as well as around individual tabs in the tab bar.
- TABSHEET_ICONS_ON_TOP - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Display tab icons on top of the tab captions (by default the icons are place on the left side of the caption).
- TABSHEET_ONLY_SELECTED_TAB_IS_CLOSABLE - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Only the selected tab has the close button visible.
- TABSHEET_PADDED_TABBAR - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Add a small amount of padding around the tabs in the tab bar, so that they don't touch the outer edges of the component.
- TabSheet.CloseHandler - Interface in com.vaadin.ui
-
CloseHandler is used to process tab closing events.
- TabSheet.SelectedTabChangeEvent - Class in com.vaadin.ui
-
Selected tab change event.
- TabSheet.SelectedTabChangeListener - Interface in com.vaadin.ui
-
Selected tab change event listener.
- TabSheet.Tab - Interface in com.vaadin.ui
-
Tab meta-data for a component in a
TabSheet
. - TabSheet.TabsheetServerRpcImpl - Class in com.vaadin.ui
-
Client to server RPC implementation for TabSheet.
- TabSheet.TabSheetTabImpl - Class in com.vaadin.ui
-
TabSheet's implementation of
TabSheet.Tab
- tab metadata. - 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
- TabsheetBaseConstants - Class in com.vaadin.shared.ui.tabsheet
-
Deprecated.
- TabsheetBaseConstants() - Constructor for class com.vaadin.shared.ui.tabsheet.TabsheetBaseConstants
-
Deprecated.
- TabsheetClientRpc - Interface in com.vaadin.shared.ui.tabsheet
-
Server to client RPC methods for the TabSheet.
- 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.
- TabsheetConstants - Class in com.vaadin.shared.ui.tabsheet
-
Deprecated.
- TabsheetConstants() - Constructor for class com.vaadin.shared.ui.tabsheet.TabsheetConstants
-
Deprecated.
- TabsheetServerRpc - Interface in com.vaadin.shared.ui.tabsheet
-
Client to server RPC methods for the TabSheet.
- TabsheetServerRpcImpl() - Constructor for class com.vaadin.ui.TabSheet.TabsheetServerRpcImpl
- TabsheetState - Class in com.vaadin.shared.ui.tabsheet
- TabsheetState() - Constructor for class com.vaadin.shared.ui.tabsheet.TabsheetState
- TabSheetTabImpl(String, String, Resource) - Constructor for class com.vaadin.ui.TabSheet.TabSheetTabImpl
- 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.
- TabState - Class in com.vaadin.shared.ui.tabsheet
-
Shared state of a single tab in a Tabsheet or an Accordion.
- TabState() - Constructor for class com.vaadin.shared.ui.tabsheet.TabState
- tabsVisible - Variable in class com.vaadin.shared.ui.tabsheet.TabsheetState
-
true to show the tab bar, false to only show the contained component.
- TACHOMETER - com.vaadin.server.FontAwesome
-
Deprecated.
- TAG - com.vaadin.icons.VaadinIcons
- TAG - com.vaadin.server.FontAwesome
-
Deprecated.
- TAGNAME - Static variable in class com.vaadin.client.ui.VAbsoluteLayout
-
Tag name for widget creation.
- TAGS - com.vaadin.icons.VaadinIcons
- TAGS - com.vaadin.server.FontAwesome
-
Deprecated.
- tagToComponent(String, Design.ComponentFactory, DesignContext) - Method in interface com.vaadin.ui.declarative.Design.ComponentMapper
-
Resolves and creates a component using the provided component factory based on a tag name.
- tagToComponent(String, Design.ComponentFactory, DesignContext) - Method in class com.vaadin.ui.declarative.Design.DefaultComponentMapper
- 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.
- target - Variable in class com.vaadin.shared.ui.BrowserWindowOpenerState
- target - Variable in class com.vaadin.shared.ui.link.LinkState
- TARGET_BORDER_DEFAULT - Static variable in class com.vaadin.ui.Link
-
Deprecated.As of 7.0, use
BorderStyle.DEFAULT
instead - TARGET_BORDER_MINIMAL - Static variable in class com.vaadin.ui.Link
-
Deprecated.As of 7.0, use
BorderStyle.MINIMAL
instead - TARGET_BORDER_NONE - Static variable in class com.vaadin.ui.Link
-
Deprecated.As of 7.0, use
BorderStyle.NONE
instead - targetBorder - Variable in class com.vaadin.shared.ui.link.LinkState
- TargetDataProviderUpdater<T> - Interface in com.vaadin.ui.components.grid
-
A handler for target grid data provider updater for
GridRowDragger
. - TargetDetailIs - Class in com.vaadin.event.dd.acceptcriteria
-
Criterion for checking if drop target details contains the specific property with the specific value.
- TargetDetailIs(String, Boolean) - Constructor for class com.vaadin.event.dd.acceptcriteria.TargetDetailIs
- TargetDetailIs(String, String) - Constructor for class com.vaadin.event.dd.acceptcriteria.TargetDetailIs
-
Constructs a criterion which ensures that the value there is a value in
TargetDetails
that equals the reference value. - TargetDetails - Interface in com.vaadin.event.dd
-
Deprecated.Replaced in 8.1 by
DropEvent.getDataTransferData(String)
- TargetDetailsImpl - Class in com.vaadin.event.dd
-
Deprecated.Replaced in 8.1 by
DropEvent.getDataTransferData(String)
- TargetDetailsImpl(Map<String, Object>) - Constructor for class com.vaadin.event.dd.TargetDetailsImpl
-
Deprecated.
- TargetDetailsImpl(Map<String, Object>, DropTarget) - Constructor for class com.vaadin.event.dd.TargetDetailsImpl
-
Deprecated.
- targetHeight - Variable in class com.vaadin.client.ui.VLink
-
For internal use only.
- targetHeight - Variable in class com.vaadin.shared.ui.link.LinkState
- targetWidth - Variable in class com.vaadin.client.ui.VLink
-
For internal use only.
- targetWidth - Variable in class com.vaadin.shared.ui.link.LinkState
- TASKS - com.vaadin.icons.VaadinIcons
- TASKS - com.vaadin.server.FontAwesome
-
Deprecated.
- TAXI - com.vaadin.icons.VaadinIcons
- TAXI - com.vaadin.server.FontAwesome
-
Deprecated.
- 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.
- TEETH - com.vaadin.icons.VaadinIcons
- TELEVISION - com.vaadin.server.FontAwesome
-
Deprecated.
- templateContents - Variable in class com.vaadin.shared.ui.customlayout.CustomLayoutState
- templateName - Variable in class com.vaadin.shared.ui.customlayout.CustomLayoutState
- TENCENT_WEIBO - com.vaadin.server.FontAwesome
-
Deprecated.
- TERMINAL - com.vaadin.icons.VaadinIcons
- TERMINAL - com.vaadin.server.FontAwesome
-
Deprecated.
- TERMINATED - com.vaadin.client.ApplicationConnection.ApplicationState
- test(String, String) - Method in interface com.vaadin.ui.ComboBox.CaptionFilter
-
Check item caption against entered text.
- test(T) - Method in interface com.vaadin.ui.ItemCollapseAllowedProvider
-
Returns whether collapsing is allowed for the given item.
- 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.
- text - Variable in class com.vaadin.shared.ui.grid.SectionState.CellState
-
The textual caption of this cell.
- text - Variable in class com.vaadin.shared.ui.label.LabelState
- text - Variable in class com.vaadin.shared.ui.richtextarea.Snippet
- text - Variable in class com.vaadin.shared.ui.textfield.AbstractTextFieldState
-
The text in the field.
- TEXT - com.vaadin.server.AbstractErrorMessage.ContentMode
-
Content mode, where the error contains only plain text.
- TEXT - com.vaadin.shared.ui.ContentMode
-
Textual values are displayed as plain text.
- TEXT - com.vaadin.shared.ui.grid.GridStaticCellType
-
Text content.
- TEXT_HEIGHT - com.vaadin.icons.VaadinIcons
- TEXT_HEIGHT - com.vaadin.server.FontAwesome
-
Deprecated.
- TEXT_INPUT - com.vaadin.icons.VaadinIcons
- TEXT_LABEL - com.vaadin.icons.VaadinIcons
- TEXT_WIDTH - com.vaadin.icons.VaadinIcons
- TEXT_WIDTH - com.vaadin.server.FontAwesome
-
Deprecated.
- TextArea - Class in com.vaadin.ui
-
A text field that supports multi line editing.
- TextArea() - Constructor for class com.vaadin.ui.TextArea
-
Constructs an empty TextArea.
- TextArea(HasValue.ValueChangeListener<String>) - Constructor for class com.vaadin.ui.TextArea
-
Constructs a new
TextArea
with a value change listener. - TextArea(String) - Constructor for class com.vaadin.ui.TextArea
-
Constructs an empty TextArea with given caption.
- TextArea(String, HasValue.ValueChangeListener<String>) - Constructor for class com.vaadin.ui.TextArea
-
Constructs a new
TextArea
with the given caption and a value change listener. - TextArea(String, String) - Constructor for class com.vaadin.ui.TextArea
-
Constructs a TextArea with given caption and value.
- TextArea(String, String, HasValue.ValueChangeListener<String>) - Constructor for class com.vaadin.ui.TextArea
-
Constructs a new
TextArea
with the given caption, initial text contents and a value change listener. - TEXTAREA_ALIGN_CENTER - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Align the text inside the area to center.
- TEXTAREA_ALIGN_RIGHT - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Align the text inside the area to the right.
- TEXTAREA_BORDERLESS - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Removes the border and background from the text area.
- TEXTAREA_HUGE - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Huge size text area.
- TEXTAREA_LARGE - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Large size text area.
- TEXTAREA_SMALL - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Small size text area.
- TEXTAREA_TINY - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Tiny size text area.
- 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
- TextAreaServerRpc - Interface in com.vaadin.shared.ui.textarea
-
Client to server RPC interface for TextArea.
- TextAreaState - Class in com.vaadin.shared.ui.textarea
- TextAreaState() - Constructor for class com.vaadin.shared.ui.textarea.TextAreaState
- TextField - Class in com.vaadin.ui
-
A component for editing textual data that fits on a single line.
- TextField() - Constructor for class com.vaadin.ui.TextField
-
Constructs an empty
TextField
with no caption. - TextField(HasValue.ValueChangeListener<String>) - Constructor for class com.vaadin.ui.TextField
-
Constructs a new
TextField
with a value change listener. - TextField(String) - Constructor for class com.vaadin.ui.TextField
-
Constructs an empty
TextField
with given caption. - TextField(String, HasValue.ValueChangeListener<String>) - Constructor for class com.vaadin.ui.TextField
-
Constructs a new
TextField
with the given caption and a value change listener. - TextField(String, String) - Constructor for class com.vaadin.ui.TextField
-
Constructs a new
TextField
with the given caption and initial text contents. - TextField(String, String, HasValue.ValueChangeListener<String>) - Constructor for class com.vaadin.ui.TextField
-
Constructs a new
TextField
with the given caption, initial text contents and a value change listener. - TEXTFIELD_ALIGN_CENTER - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Align the text inside the field to center.
- TEXTFIELD_ALIGN_RIGHT - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Align the text inside the field to the right.
- TEXTFIELD_BORDERLESS - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Removes the border and background from the text field.
- TEXTFIELD_HUGE - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Huge size text field.
- TEXTFIELD_INLINE_ICON - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Move the default caption icon inside the text field.
- TEXTFIELD_LARGE - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Large size text field.
- TEXTFIELD_SMALL - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Small size text field.
- TEXTFIELD_TINY - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Tiny size text field.
- TextFieldConnector - Class in com.vaadin.client.ui.textfield
-
Connector class for TextField.
- TextFieldConnector() - Constructor for class com.vaadin.client.ui.textfield.TextFieldConnector
- textFieldEnabled - Variable in class com.vaadin.shared.ui.datefield.TextualDateFieldState
- TextFieldState - Class in com.vaadin.shared.ui.textfield
-
State class for TextField.
- TextFieldState() - Constructor for class com.vaadin.shared.ui.textfield.TextFieldState
- textfieldVisible - Variable in class com.vaadin.ui.AbstractColorPicker
- textInputAllowed - Variable in class com.vaadin.shared.ui.combobox.ComboBoxState
-
If text input is not allowed, the ComboBox behaves like a pretty NativeSelect - the user can not enter any text and clicking the text field opens the drop down with options.
- TextRectangle() - Constructor for class com.vaadin.client.WidgetUtil.TextRectangle
- TextRenderer - Class in com.vaadin.client.renderers
-
Renderer that renders text into a cell.
- TextRenderer - Class in com.vaadin.ui.renderers
-
A renderer for presenting a plain text representation of any value.
- TextRenderer() - Constructor for class com.vaadin.client.renderers.TextRenderer
- TextRenderer() - Constructor for class com.vaadin.ui.renderers.TextRenderer
-
Creates a new text renderer that uses
""
to represent null values. - TextRenderer(String) - Constructor for class com.vaadin.ui.renderers.TextRenderer
-
Creates a new text renderer with the given string to represent null values.
- TextRendererConnector - Class in com.vaadin.client.connectors.grid
-
A connector for
TextRenderer
. - TextRendererConnector() - Constructor for class com.vaadin.client.connectors.grid.TextRendererConnector
- TextRendererState - Class in com.vaadin.shared.ui.grid.renderers
-
Shared state for TextRenderer.
- TextRendererState() - Constructor for class com.vaadin.shared.ui.grid.renderers.TextRendererState
- 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
- TextualDateFieldState - Class in com.vaadin.shared.ui.datefield
- TextualDateFieldState() - Constructor for class com.vaadin.shared.ui.datefield.TextualDateFieldState
- TH - com.vaadin.server.FontAwesome
-
Deprecated.
- TH_LARGE - com.vaadin.server.FontAwesome
-
Deprecated.
- TH_LIST - com.vaadin.server.FontAwesome
-
Deprecated.
- theme - Variable in class com.vaadin.shared.ui.ui.UIState
-
Currently used theme.
- Theme - Annotation Type in com.vaadin.annotations
-
Defines a specific theme for a
UI
. - THEME_DIR_PATH - Static variable in interface com.vaadin.server.Constants
- THEME_NAME - Static variable in class com.vaadin.ui.themes.ValoTheme
- THEME_PROTOCOL_PREFIX - Static variable in class com.vaadin.shared.ApplicationConstants
-
Prefix used for theme resource URLs.
- ThemeResource - Class in com.vaadin.server
-
ThemeResource
is a named theme dependant resource provided and managed by a theme. - ThemeResource(String) - Constructor for class com.vaadin.server.ThemeResource
-
Creates a resource.
- 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.
- thenAsc(Grid.Column<T, ?>) - Method in class com.vaadin.data.provider.GridSortOrderBuilder
- thenAsc(String) - Method in class com.vaadin.data.provider.QuerySortOrderBuilder
- thenAsc(String) - Method in class com.vaadin.data.provider.Sort.SortBuilder
-
Appends sorting with ascending sort direction.
- thenAsc(V) - Method in class com.vaadin.data.provider.SortOrderBuilder
-
Appends sorting with ascending sort direction.
- thenDesc(Grid.Column<T, ?>) - Method in class com.vaadin.data.provider.GridSortOrderBuilder
- thenDesc(String) - Method in class com.vaadin.data.provider.QuerySortOrderBuilder
- thenDesc(String) - Method in class com.vaadin.data.provider.Sort.SortBuilder
-
Appends sorting with descending sort direction.
- thenDesc(V) - Method in class com.vaadin.data.provider.SortOrderBuilder
-
Appends sorting with descending sort direction.
- THIN_SQUARE - com.vaadin.icons.VaadinIcons
- thirdDelay - Variable in class com.vaadin.shared.ui.ui.UIState.LoadingIndicatorConfigurationState
- thoroughSizeCheck - Variable in class com.vaadin.shared.ui.ui.UIState
-
Should the more thorough size check be in use in LayoutManager calculations.
- THROW - com.vaadin.ui.Grid.Column.NestedNullBehavior
-
Throw a NullPointerException if there is a nested
null
value. - THUMB_TACK - com.vaadin.server.FontAwesome
-
Deprecated.
- THUMBS_DOWN - com.vaadin.icons.VaadinIcons
- THUMBS_DOWN - com.vaadin.server.FontAwesome
-
Deprecated.
- THUMBS_DOWN_O - com.vaadin.icons.VaadinIcons
- THUMBS_O_DOWN - com.vaadin.server.FontAwesome
-
Deprecated.
- THUMBS_O_UP - com.vaadin.server.FontAwesome
-
Deprecated.
- THUMBS_UP - com.vaadin.icons.VaadinIcons
- THUMBS_UP - com.vaadin.server.FontAwesome
-
Deprecated.
- THUMBS_UP_O - com.vaadin.icons.VaadinIcons
- TICKET - com.vaadin.icons.VaadinIcons
- TICKET - com.vaadin.server.FontAwesome
-
Deprecated.
- TIME_BACKWARD - com.vaadin.icons.VaadinIcons
- TIME_FORWARD - com.vaadin.icons.VaadinIcons
- TIMEOUT - com.vaadin.shared.ui.ValueChangeMode
-
Fires a server-side event at defined intervals as long as the value changes from one event to the next.
- TIMER - com.vaadin.icons.VaadinIcons
- TIMES - com.vaadin.server.FontAwesome
-
Deprecated.
- TIMES_CIRCLE - com.vaadin.server.FontAwesome
-
Deprecated.
- TIMES_CIRCLE_O - com.vaadin.server.FontAwesome
-
Deprecated.
- timeZoneJSON - Variable in class com.vaadin.shared.ui.datefield.AbstractDateFieldState
-
The JSON used to construct a TimeZone on the client side, can be
null
. - TimeZoneUtil - Class in com.vaadin.util
-
Utilities related to
com.google.gwt.i18n.client.TimeZone
. - TINT - com.vaadin.server.FontAwesome
-
Deprecated.
- title - Variable in class com.vaadin.shared.ui.richtextarea.Snippet
- title - Variable in class com.vaadin.shared.ui.ui.PageState
-
Non-null if the title is set.
- Title - Annotation Type in com.vaadin.annotations
-
Defines the HTML page title for a
UI
. - 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
- TOGGLE_DOWN - com.vaadin.server.FontAwesome
-
Deprecated.
- TOGGLE_LEFT - com.vaadin.server.FontAwesome
-
Deprecated.
- TOGGLE_OFF - com.vaadin.server.FontAwesome
-
Deprecated.
- TOGGLE_ON - com.vaadin.server.FontAwesome
-
Deprecated.
- TOGGLE_RIGHT - com.vaadin.server.FontAwesome
-
Deprecated.
- TOGGLE_UP - com.vaadin.server.FontAwesome
-
Deprecated.
- toJson() - Method in class com.vaadin.client.communication.ServerRpcQueue
-
Returns the current invocations as JSON.
- toJSON(ZoneId, Locale) - Static method in class com.vaadin.util.TimeZoneUtil
-
Returns a JSON string of the specified
zoneId
andLocale
, which is used incom.google.gwt.i18n.client.TimeZone.createTimeZone(String)
. - toJSON(ZoneId, Locale, int, int) - Static method in class com.vaadin.util.TimeZoneUtil
-
Returns a JSON string of the specified
zoneId
andLocale
, which is used incom.google.gwt.i18n.client.TimeZone.createTimeZone(String)
. - TOOLBOX - com.vaadin.icons.VaadinIcons
- TOOLS - com.vaadin.icons.VaadinIcons
- TOOLTIP_EVENTS - Static variable in class com.vaadin.client.VTooltip
- tooltipConfiguration - Variable in class com.vaadin.shared.ui.ui.UIState
- TooltipConfiguration - Interface in com.vaadin.ui
-
Provides method for configuring the tooltip.
- TooltipConfigurationState() - Constructor for class com.vaadin.shared.ui.ui.UIState.TooltipConfigurationState
- tooltipContentMode - Variable in class com.vaadin.shared.ui.grid.ColumnState
-
The content mode for tooltips.
- 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
-
Deprecated.use
TooltipInfo(String, ContentMode, String)
instead - TooltipInfo(String, String, Object) - Constructor for class com.vaadin.client.TooltipInfo
-
Deprecated.use
TooltipInfo(String, ContentMode, String, Object)
instead - TooltipInfo(String, String, Object, ErrorLevel) - Constructor for class com.vaadin.client.TooltipInfo
-
Deprecated.
- TOOTH - com.vaadin.icons.VaadinIcons
- TOP - com.vaadin.client.ui.orderedlayout.CaptionPosition
-
Caption placed to top.
- TOP - com.vaadin.shared.ui.dd.VerticalDropLocation
- TOP - Static variable in class com.vaadin.shared.ui.AlignmentInfo
- TOP_CENTER - com.vaadin.shared.Position
- TOP_CENTER - Static variable in class com.vaadin.ui.Alignment
- TOP_LEFT - com.vaadin.shared.Position
- TOP_LEFT - Static variable in class com.vaadin.client.ui.VNotification
- TOP_LEFT - Static variable in class com.vaadin.shared.ui.AlignmentInfo
- TOP_LEFT - Static variable in class com.vaadin.ui.Alignment
- TOP_RIGHT - com.vaadin.shared.Position
- TOP_RIGHT - Static variable in class com.vaadin.client.ui.VNotification
- TOP_RIGHT - Static variable in class com.vaadin.ui.Alignment
- toResult(T, boolean) - Method in class com.vaadin.data.validator.AbstractValidator
-
A helper method for creating a
Result
from a value and a validity flag. - 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
- toString() - Method in class com.vaadin.data.BeanPropertySet
- toString() - Method in class com.vaadin.data.validator.BeanValidator
- toString() - Method in class com.vaadin.data.validator.RangeValidator
- toString() - Method in class com.vaadin.data.validator.RegexpValidator
- toString() - Method in class com.vaadin.data.validator.StringLengthValidator
- toString() - Method in class com.vaadin.server.AbstractErrorMessage
- toString() - Method in class com.vaadin.server.CompositeErrorMessage
-
Returns a comma separated list of the error messages.
- toString() - Method in enum com.vaadin.server.Sizeable.Unit
- toString() - Method in class com.vaadin.server.ThemeResource
- toString() - Method in class com.vaadin.shared.communication.MethodInvocation
- toString() - Method in class com.vaadin.shared.communication.UidlValue
- toString() - Method in class com.vaadin.shared.MouseEventDetails
- toString() - Method in class com.vaadin.shared.Range
- toString() - Method in class com.vaadin.shared.ui.MarginInfo
- toString() - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
- toString() - Method in enum com.vaadin.ui.AbstractColorPicker.PopupStyle
- toString() - Method in class com.vaadin.ui.Alignment
- toString() - Method in class com.vaadin.ui.GridLayout.Area
- toString() - Method in class com.vaadin.ui.renderers.DateRenderer
- toString() - Method in class com.vaadin.ui.renderers.NumberRenderer
- totalProcessingTime - Variable in class com.vaadin.client.communication.MessageHandler
-
Holds the total time spent rendering requests during the lifetime of the session.
- toType(TemporalAccessor) - Method in class com.vaadin.ui.AbstractDateField
-
Converts a temporal value into field-specific data type.
- toType(TemporalAccessor) - Method in class com.vaadin.ui.AbstractLocalDateField
- toType(TemporalAccessor) - Method in class com.vaadin.ui.AbstractLocalDateTimeField
- TOUCH - com.vaadin.icons.VaadinIcons
- 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)
andTouchScrollDelegate.TouchScrollHandler.init(Widget, Element...)
instead of this constructor to enable overriding. - TRADEMARK - com.vaadin.server.FontAwesome
-
Deprecated.
- TRAIN - com.vaadin.icons.VaadinIcons
- TRAIN - com.vaadin.server.FontAwesome
-
Deprecated.
- Transferable - Interface in com.vaadin.event
-
Deprecated.Since 8.1 replaced by
DragSourceExtension.setDataTransferData(String, String)
,DropEvent.getDataTransferData(String)
. - TransferableImpl - Class in com.vaadin.event
-
TODO Javadoc!
- TransferableImpl(Component, Map<String, Object>) - Constructor for class com.vaadin.event.TransferableImpl
- TRANSGENDER - com.vaadin.server.FontAwesome
-
Deprecated.
- TRANSGENDER_ALT - com.vaadin.server.FontAwesome
-
Deprecated.
- Translate3DPosition() - Constructor for class com.vaadin.client.widget.escalator.PositionFunction.Translate3DPosition
- translateDropTargetDetails(Map<String, Object>) - Method in interface com.vaadin.event.dd.DropTarget
-
Deprecated.Called before the
DragAndDropEvent
is passed toDropHandler
. - translateDropTargetDetails(Map<String, Object>) - Method in class com.vaadin.ui.DragAndDropWrapper
-
Deprecated.
- 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.
- 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.
- transport() - Method in annotation type com.vaadin.annotations.Push
-
Returns the transport type used for the push for the annotated UI.
- Transport - Enum in com.vaadin.shared.ui.ui
-
Transport modes for Push.
- TRANSPORT_PARAM - Static variable in class com.vaadin.shared.ui.ui.UIState.PushConfigurationState
- TRASH - com.vaadin.icons.VaadinIcons
- TRASH - com.vaadin.server.FontAwesome
-
Deprecated.
- TRASH_O - com.vaadin.server.FontAwesome
-
Deprecated.
- TRAY_NOTIFICATION - com.vaadin.ui.Notification.Type
- Tree<T> - Class in com.vaadin.ui
-
Tree component.
- Tree() - Constructor for class com.vaadin.ui.Tree
-
Constructs a new Tree Component.
- Tree(HierarchicalDataProvider<T, ?>) - Constructor for class com.vaadin.ui.Tree
-
Constructs a new Tree Component with given
HierarchicalDataProvider
. - Tree(String) - Constructor for class com.vaadin.ui.Tree
-
Constructs a new Tree Component with given caption.
- Tree(String, HierarchicalDataProvider<T, ?>) - Constructor for class com.vaadin.ui.Tree
-
Constructs a new Tree Component with given caption and
HierarchicalDataProvider
. - Tree(String, TreeData<T>) - Constructor for class com.vaadin.ui.Tree
-
Constructs a new Tree Component with given caption and
TreeData
. - TREE - com.vaadin.server.FontAwesome
-
Deprecated.
- TREE_TABLE - com.vaadin.icons.VaadinIcons
- Tree.ItemClick<T> - Class in com.vaadin.ui
-
Tree item click event.
- Tree.ItemClickListener<T> - Interface in com.vaadin.ui
-
A listener for item click events.
- Tree.TreeContextClickEvent<T> - Class in com.vaadin.ui
-
ContextClickEvent for the Tree Component.
- Tree.TreeMultiSelectionModel<T> - Class in com.vaadin.ui
-
Custom MultiSelectionModel for Tree.
- Tree.TreeRenderer - Class in com.vaadin.ui
-
String renderer that handles icon resources and stores their identifiers into data objects.
- 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
- TreeContextClickEvent(Tree<T>, MouseEventDetails, T) - Constructor for class com.vaadin.ui.Tree.TreeContextClickEvent
-
Creates a new context click event.
- TreeData<T> - Class in com.vaadin.data
-
Class for representing hierarchical data.
- TreeData() - Constructor for class com.vaadin.data.TreeData
-
Creates an initially empty hierarchical data representation to which items can be added or removed.
- TreeDataProvider<T> - Class in com.vaadin.data.provider
-
An in-memory data provider for listing components that display hierarchical data.
- TreeDataProvider(TreeData<T>) - Constructor for class com.vaadin.data.provider.TreeDataProvider
-
Constructs a new TreeDataProvider.
- TreeGrid - Class in com.vaadin.client.widget.treegrid
-
An extension of the Grid widget, which supports displaying of hierarchical data.
- TreeGrid<T> - Class in com.vaadin.ui
-
A grid component for displaying hierarchical tabular data.
- TreeGrid() - Constructor for class com.vaadin.client.widget.treegrid.TreeGrid
-
Creates a new instance.
- TreeGrid() - Constructor for class com.vaadin.ui.TreeGrid
-
Creates a new
TreeGrid
without support for creating columns based on property names. - TreeGrid(PropertySet<T>, HierarchicalDataCommunicator<T>) - Constructor for class com.vaadin.ui.TreeGrid
-
Creates a
TreeGrid
using a customPropertySet
implementation and custom data communicator. - TreeGrid(HierarchicalDataCommunicator<T>) - Constructor for class com.vaadin.ui.TreeGrid
-
Creates a new TreeGrid with the given data communicator and without support for creating columns based on property names.
- TreeGrid(HierarchicalDataProvider<T, ?>) - Constructor for class com.vaadin.ui.TreeGrid
-
Creates a new
TreeGrid
using the givenHierarchicalDataProvider
, without support for creating columns based on property names. - TreeGrid(Class<T>) - Constructor for class com.vaadin.ui.TreeGrid
-
Creates a new
TreeGrid
that uses reflection based on the provided bean type to automatically set up an initial set of columns. - 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
- TreeGridDragSource<T> - Class in com.vaadin.ui.components.grid
-
Makes a TreeGrid's rows draggable for HTML5 drag and drop functionality.
- TreeGridDragSource(TreeGrid<T>) - Constructor for class com.vaadin.ui.components.grid.TreeGridDragSource
-
Extends a TreeGrid and makes it's rows draggable.
- 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
- TreeGridDragSourceState - Class in com.vaadin.shared.ui.treegrid
-
State class containing parameters for TreeGridDragSource.
- TreeGridDragSourceState() - Constructor for class com.vaadin.shared.ui.treegrid.TreeGridDragSourceState
- TreeGridDropEvent<T> - Class in com.vaadin.ui.components.grid
-
Drop event on an HTML5 drop target
TreeGrid
row. - TreeGridDropEvent(TreeGrid<T>, Map<String, String>, DropEffect, DragSourceExtension<? extends AbstractComponent>, T, DropLocation, MouseEventDetails, Integer, Boolean) - Constructor for class com.vaadin.ui.components.grid.TreeGridDropEvent
-
Creates a TreeGrid row drop event.
- TreeGridDropListener<T> - Interface in com.vaadin.ui.components.grid
-
Drop listener for HTML5 drop on a TreeGrid row.
- TreeGridDropTarget<T> - Class in com.vaadin.ui.components.grid
-
Makes the rows of a TreeGrid HTML5 drop targets.
- TreeGridDropTarget(TreeGrid<T>, DropMode) - Constructor for class com.vaadin.ui.components.grid.TreeGridDropTarget
-
Extends a TreeGrid and makes it's rows drop targets for HTML5 drag and drop.
- TreeGridDropTargetConnector - Class in com.vaadin.client.connectors.grid
-
Makes TreeGrid an HTML5 drop target.
- TreeGridDropTargetConnector() - Constructor for class com.vaadin.client.connectors.grid.TreeGridDropTargetConnector
- TreeGridDropTargetRpc - Interface in com.vaadin.shared.ui.treegrid
-
RPC for firing server side drop event when client side drop event happens on drop target TreeGrid.
- TreeGridDropTargetState - Class in com.vaadin.shared.ui.treegrid
-
State class containing parameters for TreeGridDropTarget.
- TreeGridDropTargetState() - Constructor for class com.vaadin.shared.ui.treegrid.TreeGridDropTargetState
- TreeGridState - Class in com.vaadin.shared.ui.treegrid
-
The shared state for the
TreeGrid
component. - TreeGridState() - Constructor for class com.vaadin.shared.ui.treegrid.TreeGridState
- TreeMultiSelectionModel() - Constructor for class com.vaadin.ui.Tree.TreeMultiSelectionModel
- 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
- TreeMultiSelectionModelState - Class in com.vaadin.shared.ui.tree
-
State for TreeMultiSelectionModel.
- TreeMultiSelectionModelState() - Constructor for class com.vaadin.shared.ui.tree.TreeMultiSelectionModelState
- TreeRenderer() - Constructor for class com.vaadin.ui.Tree.TreeRenderer
-
Constructs a new TreeRenderer.
- TreeRendererConnector - Class in com.vaadin.client.connectors.grid
-
Connector for TreeRenderer.
- TreeRendererConnector() - Constructor for class com.vaadin.client.connectors.grid.TreeRendererConnector
- TreeRendererState - Class in com.vaadin.shared.ui.tree
-
Shared state for Tree renderer.
- TreeRendererState() - Constructor for class com.vaadin.shared.ui.tree.TreeRendererState
- TREETABLE_BORDERLESS - Static variable in class com.vaadin.ui.themes.ValoTheme
- TREETABLE_COMPACT - Static variable in class com.vaadin.ui.themes.ValoTheme
- TREETABLE_NO_HEADER - Static variable in class com.vaadin.ui.themes.ValoTheme
- TREETABLE_NO_HORIZONTAL_LINES - Static variable in class com.vaadin.ui.themes.ValoTheme
- TREETABLE_NO_STRIPES - Static variable in class com.vaadin.ui.themes.ValoTheme
- TREETABLE_NO_VERTICAL_LINES - Static variable in class com.vaadin.ui.themes.ValoTheme
- TREETABLE_SMALL - Static variable in class com.vaadin.ui.themes.ValoTheme
- TRELLO - com.vaadin.server.FontAwesome
-
Deprecated.
- TRENDIND_DOWN - com.vaadin.icons.VaadinIcons
- TRENDING_UP - com.vaadin.icons.VaadinIcons
- 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 theEventTrigger
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.
- trimTrailingSlashes(String) - Static method in class com.vaadin.shared.util.SharedUtil
-
Trims trailing slashes (if any) from a string.
- TRIPADVISOR - com.vaadin.server.FontAwesome
-
Deprecated.
- TROPHY - com.vaadin.icons.VaadinIcons
- TROPHY - com.vaadin.server.FontAwesome
-
Deprecated.
- TRUCK - com.vaadin.icons.VaadinIcons
- TRUCK - com.vaadin.server.FontAwesome
-
Deprecated.
- TRY - com.vaadin.server.FontAwesome
-
Deprecated.
- TTY - com.vaadin.server.FontAwesome
-
Deprecated.
- TUMBLR - com.vaadin.server.FontAwesome
-
Deprecated.
- TUMBLR_SQUARE - com.vaadin.server.FontAwesome
-
Deprecated.
- TURKISH_LIRA - com.vaadin.server.FontAwesome
-
Deprecated.
- TV - com.vaadin.server.FontAwesome
-
Deprecated.
- twelveHourClock - Variable in class com.vaadin.shared.ui.ui.UIState.LocaleData
- TWIN_COL_SELECT - com.vaadin.icons.VaadinIcons
- TwinColSelect<T> - Class in com.vaadin.ui
-
Multiselect component with two lists: left side for available items and right side for selected items.
- TwinColSelect() - Constructor for class com.vaadin.ui.TwinColSelect
-
Constructs a new TwinColSelect.
- TwinColSelect(String) - Constructor for class com.vaadin.ui.TwinColSelect
-
Constructs a new TwinColSelect with the given caption.
- TwinColSelect(String, DataProvider<T, ?>) - Constructor for class com.vaadin.ui.TwinColSelect
-
Constructs a new TwinColSelect with caption and data provider for options.
- TwinColSelect(String, Collection<T>) - Constructor for class com.vaadin.ui.TwinColSelect
-
Constructs a new TwinColSelect with caption and the given options.
- TwinColSelectConnector - Class in com.vaadin.client.ui.twincolselect
-
Client side connector for
TwinColSelect
component. - TwinColSelectConnector() - Constructor for class com.vaadin.client.ui.twincolselect.TwinColSelectConnector
- TwinColSelectState - Class in com.vaadin.shared.ui.twincolselect
-
Shared state for the TwinColSelect component.
- TwinColSelectState() - Constructor for class com.vaadin.shared.ui.twincolselect.TwinColSelectState
- TWITCH - com.vaadin.server.FontAwesome
-
Deprecated.
- TWITTER - com.vaadin.icons.VaadinIcons
- TWITTER - com.vaadin.server.FontAwesome
-
Deprecated.
- TWITTER_SQUARE - com.vaadin.icons.VaadinIcons
- TWITTER_SQUARE - com.vaadin.server.FontAwesome
-
Deprecated.
- type - Variable in class com.vaadin.client.metadata.ConnectorBundleLoader.CValUiInfo
- type - Variable in class com.vaadin.client.ui.VEmbedded
-
For internal use only.
- type - Variable in class com.vaadin.shared.ui.embedded.EmbeddedState
-
The object type.
- type - Variable in class com.vaadin.shared.ui.grid.SectionState.CellState
- 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_BROWSER - Static variable in class com.vaadin.ui.Embedded
-
Deprecated.As of 7.0, use the
BrowserFrame
component instead. - TYPE_ERROR_MESSAGE - Static variable in class com.vaadin.ui.Notification
-
Deprecated.
- TYPE_HUMANIZED_MESSAGE - Static variable in class com.vaadin.ui.Notification
-
Deprecated.
- TYPE_IMAGE - Static variable in class com.vaadin.ui.Embedded
-
Deprecated.As of 7.0, use the
Image
component instead. - TYPE_MOUSE - Static variable in class com.vaadin.client.event.PointerEvent
- TYPE_OBJECT - Static variable in class com.vaadin.ui.Embedded
-
General object type.
- TYPE_PEN - Static variable in class com.vaadin.client.event.PointerEvent
- TYPE_TOUCH - Static variable in class com.vaadin.client.event.PointerEvent
- TYPE_TRAY_NOTIFICATION - Static variable in class com.vaadin.ui.Notification
-
Deprecated.
- TYPE_UNKNOWN - Static variable in class com.vaadin.client.event.PointerEvent
- TYPE_WARNING_MESSAGE - Static variable in class com.vaadin.ui.Notification
-
Deprecated.
- 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
- types - Variable in class com.vaadin.shared.ui.dnd.DragSourceState
-
DataTransfer.types
parameter.
U
- U - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- ui - Variable in class com.vaadin.navigator.Navigator
-
The
UI
bound with the Navigator. - ui() - Method in annotation type com.vaadin.annotations.VaadinServletConfiguration
-
Gets the default UI class to use for the servlet.
- UI - Class in com.vaadin.ui
-
The topmost component in any component hierarchy.
- UI() - Constructor for class com.vaadin.ui.UI
-
Creates a new empty UI without a caption.
- UI(Component) - Constructor for class com.vaadin.ui.UI
-
Creates a new UI with the given component (often a layout) as its content.
- UI_ID_PARAMETER - Static variable in class com.vaadin.shared.ui.ui.UIConstants
-
Name of the parameter used to transmit UI ids back and forth.
- UI_LAYOUT - Static variable in class com.vaadin.client.StyleConstants
-
Added to all layouts to denote they are layouts.
- UI_PARAMETER - Static variable in class com.vaadin.server.VaadinSession
-
The name of the parameter that is by default used in e.g.
- UI_PRIORITY_PARAMETER - Static variable in class com.vaadin.server.VaadinSession
-
The priority of the specified default UI class (defaults to 0)
- UI_ROOT_PATH - Static variable in class com.vaadin.shared.ApplicationConstants
-
A request attribute name to store the part of pathInfo that was used to select the UI.
- UI_WIDGET - Static variable in class com.vaadin.client.StyleConstants
-
Added to all UI components.
- UI_WITH_MENU - Static variable in class com.vaadin.ui.themes.ValoTheme
-
When you use the Valo menu and wish to enable responsive features of the menu, you need to add this style name to the UI containing the menu.
- UI.DelayedCallback - Interface in com.vaadin.ui
-
An interface for the callback in
UI.runAfterRoundTrip(DelayedCallback)
. - UI.DelayedCallbackRegistration - Interface in com.vaadin.ui
-
An interface used for keeping track of callback requests registered via
UI.runAfterRoundTrip(DelayedCallback)
. - UI.WindowOrderUpdateEvent - Class in com.vaadin.ui
-
Event which is fired when the ordering of the windows is updated.
- UI.WindowOrderUpdateListener - Interface in com.vaadin.ui
-
An interface used for listening to Windows order update events.
- UIClassSelectionEvent - Class in com.vaadin.server
-
Contains information used by
UIProvider.getUIClass(UIClassSelectionEvent)
to choose a UI class to use in a specific situation. - UIClassSelectionEvent(VaadinRequest) - Constructor for class com.vaadin.server.UIClassSelectionEvent
-
Creates a new event for a specific request.
- UIClientRpc - Interface in com.vaadin.shared.ui.ui
-
Server to Client RPC methods for UI.
- uiClosed(boolean) - Method in interface com.vaadin.shared.ui.ui.UIClientRpc
-
Informs the client that the UI has been closed.
- 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
- UIConstants - Class in com.vaadin.shared.ui.ui
- UIConstants() - Constructor for class com.vaadin.shared.ui.ui.UIConstants
- UICreateEvent - Class in com.vaadin.server
-
Contains data used by various methods in
UIProvider
for determining information about a new UI that is about to be created. - UICreateEvent(VaadinRequest, Class<? extends UI>) - Constructor for class com.vaadin.server.UICreateEvent
-
Creates a new UI create event for a given VaadinRequest and UI class but without a UI id.
- UICreateEvent(VaadinRequest, Class<? extends UI>, Integer) - Constructor for class com.vaadin.server.UICreateEvent
-
Creates a new UI create event for a given VaadinRequest, UI class and UI id.
- UIDetachedException - Exception in com.vaadin.ui
-
Exception thrown if the UI has been detached when it should not be.
- UIDetachedException() - Constructor for exception com.vaadin.ui.UIDetachedException
- UIDetachedException(String) - Constructor for exception com.vaadin.ui.UIDetachedException
- UIDetachedException(String, Throwable) - Constructor for exception com.vaadin.ui.UIDetachedException
- UIDetachedException(Throwable) - Constructor for exception com.vaadin.ui.UIDetachedException
- 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 - com.vaadin.server.VaadinServlet.RequestType
-
Deprecated.
- UIDL() - Constructor for class com.vaadin.client.UIDL
- UIDL_PATH - Static variable in class com.vaadin.server.communication.UidlRequestHandler
- UIDL_PATH - Static variable in class com.vaadin.shared.ApplicationConstants
- UIDL_PUSH_ID - Static variable in class com.vaadin.shared.ApplicationConstants
- 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_SECURITY_TOKEN_ID - Static variable in class com.vaadin.shared.ApplicationConstants
- 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.
- UidlRequestHandler - Class in com.vaadin.server.communication
-
Processes a UIDL request from the client.
- UidlRequestHandler() - Constructor for class com.vaadin.server.communication.UidlRequestHandler
- UidlValue - Class in com.vaadin.shared.communication
- UidlValue(Object) - Constructor for class com.vaadin.shared.communication.UidlValue
- UidlWriter - Class in com.vaadin.server.communication
-
Serializes pending server-side changes to UI state to JSON.
- UidlWriter() - Constructor for class com.vaadin.server.communication.UidlWriter
- UIEvents - Interface in com.vaadin.event
-
A class that contains events, listeners and handlers specific to the
UI
class. - UIEvents.PollEvent - Class in com.vaadin.event
-
An event that is fired whenever a client polls the server for asynchronous UI updates.
- UIEvents.PollListener - Interface in com.vaadin.event
- UIEvents.PollNotifier - Interface in com.vaadin.event
-
The interface for adding and removing
UIEvents.PollEvent
listeners. - UIInitHandler - Class in com.vaadin.server.communication
-
Handles an initial request from the client to initialize a
UI
. - UIInitHandler() - Constructor for class com.vaadin.server.communication.UIInitHandler
- uiPriority() - Method in annotation type com.vaadin.annotations.VaadinServletConfiguration
-
Gets the priority of the default UI class for the servlet.
- UIProvider - Class in com.vaadin.server
- UIProvider() - Constructor for class com.vaadin.server.UIProvider
- UIProviderEvent - Class in com.vaadin.server
-
Base class for the events that are sent to various methods in UIProvider.
- UIProviderEvent(VaadinRequest) - Constructor for class com.vaadin.server.UIProviderEvent
-
Creates a new UI provider event.
- UIServerRpc - Interface in com.vaadin.shared.ui.ui
- UIState - Class in com.vaadin.shared.ui.ui
- UIState() - Constructor for class com.vaadin.shared.ui.ui.UIState
- UIState.LoadingIndicatorConfigurationState - Class in com.vaadin.shared.ui.ui
- UIState.LocaleData - Class in com.vaadin.shared.ui.ui
- UIState.LocaleServiceState - Class in com.vaadin.shared.ui.ui
- UIState.NotificationTypeConfiguration - Class in com.vaadin.shared.ui.ui
- UIState.PushConfigurationState - Class in com.vaadin.shared.ui.ui
- UIState.ReconnectDialogConfigurationState - Class in com.vaadin.shared.ui.ui
- UIState.TooltipConfigurationState - Class in com.vaadin.shared.ui.ui
- ul() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
- ul() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- UMBRELLA - com.vaadin.icons.VaadinIcons
- UMBRELLA - com.vaadin.server.FontAwesome
-
Deprecated.
- unbind() - Method in interface com.vaadin.data.Binder.Binding
-
Unbinds the binding from its respective
Binder
Removes anyValueChangeListener
Registration
from associatedHasValue
. - unbind() - Method in class com.vaadin.data.Binder.BindingImpl
-
Removes this binding from its binder and unregisters the
ValueChangeListener
from any boundHasValue
. - UNDEFINED - com.vaadin.shared.ui.grid.HeightMode
-
The height of the Component or Widget in question is defined by its contents.
- underline() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
- underline() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- UNDERLINE - com.vaadin.icons.VaadinIcons
- UNDERLINE - com.vaadin.server.FontAwesome
-
Deprecated.
- UNDO - com.vaadin.server.FontAwesome
-
Deprecated.
- ungetService(Bundle, ServiceRegistration<ServletContextHelper>, ServletContextHelper) - Method in class com.vaadin.osgi.resources.impl.VaadinServletContextFactory
- unHookEvents(Element) - Method in class com.vaadin.client.ui.upload.UploadIFrameOnloadStrategy
- unHookEvents(Element) - Method in class com.vaadin.client.ui.upload.UploadIFrameOnloadStrategyIE
- UNINITIALIZED - com.vaadin.shared.ui.dnd.EffectAllowed
-
Default state, equivalent to ALL.
- UniqueSerializable - Class in com.vaadin.ui
-
A base class for generating an unique object that is serializable.
- UniqueSerializable() - Constructor for class com.vaadin.ui.UniqueSerializable
- unitByType(String) - Static method in class com.vaadin.client.WidgetUtil.CssSize
-
Gets the unit value by its type.
- UNITS_CM - Static variable in interface com.vaadin.server.Sizeable
-
Deprecated.As of 7.0, use
Sizeable.Unit.CM
instead - UNITS_EM - Static variable in interface com.vaadin.server.Sizeable
-
Deprecated.As of 7.0, use
Sizeable.Unit.EM
instead - UNITS_EX - Static variable in interface com.vaadin.server.Sizeable
-
Deprecated.As of 7.0, use
Sizeable.Unit.EX
instead - UNITS_INCH - Static variable in interface com.vaadin.server.Sizeable
-
Deprecated.As of 7.0, use
Sizeable.Unit.INCH
instead - UNITS_MM - Static variable in interface com.vaadin.server.Sizeable
-
Deprecated.As of 7.0, use
Sizeable.Unit.MM
instead - UNITS_PERCENTAGE - Static variable in interface com.vaadin.server.Sizeable
-
Deprecated.As of 7.0, use
Sizeable.Unit.PERCENTAGE
instead - UNITS_PICAS - Static variable in interface com.vaadin.server.Sizeable
-
Deprecated.As of 7.0, use
Sizeable.Unit.PICAS
instead - UNITS_PIXELS - Static variable in interface com.vaadin.server.Sizeable
-
Deprecated.As of 7.0, use
Sizeable.Unit.PIXELS
instead - UNITS_POINTS - Static variable in interface com.vaadin.server.Sizeable
-
Deprecated.As of 7.0, use
Sizeable.Unit.POINTS
instead - UNIVERSITY - com.vaadin.server.FontAwesome
-
Deprecated.
- UNKNOWN - com.vaadin.shared.VBrowserDetails.OperatingSystem
- 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
- UNLINK - com.vaadin.icons.VaadinIcons
- UNLINK - com.vaadin.server.FontAwesome
-
Deprecated.
- UNLOAD_BEACON - Static variable in class com.vaadin.shared.ApplicationConstants
-
The name of the parameter used for notifying the server that user closed the tab/window or navigated away.
- unlock() - Method in class com.vaadin.server.VaadinSession
-
Unlocks this session.
- UNLOCK - com.vaadin.icons.VaadinIcons
- UNLOCK - com.vaadin.server.FontAwesome
-
Deprecated.
- UNLOCK_ALT - com.vaadin.server.FontAwesome
-
Deprecated.
- unlockSession(WrappedSession, Lock) - Method in class com.vaadin.server.VaadinService
-
Releases the lock for the given session for this service instance.
- 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.
- unregisterConnector(ClientConnector) - Method in class com.vaadin.server.GlobalResourceHandler
-
Notifies this handler that resources registered for the given connector can be released.
- unregisterConnector(ClientConnector) - Method in class com.vaadin.ui.ConnectorTracker
-
Unregister the given 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.
- UNRESOLVED - com.vaadin.data.BindingValidationStatus.Status
-
Unresolved status, e.g field has not yet been validated because value was cleared.
- UnsafeHtmlRenderer() - Constructor for class com.vaadin.client.connectors.grid.UnsafeHtmlRendererConnector.UnsafeHtmlRenderer
- UnsafeHtmlRendererConnector - Class in com.vaadin.client.connectors.grid
-
A connector for
UnsafeHtmlRendererConnector.UnsafeHtmlRenderer
. - 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.
- UNSORTED - com.vaadin.server.FontAwesome
-
Deprecated.
- UnsupportedBrowserHandler - Class in com.vaadin.server
-
A
RequestHandler
that presents an informative page if the browser in use is unsupported. - UnsupportedBrowserHandler() - Constructor for class com.vaadin.server.UnsupportedBrowserHandler
- 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(String, Map<String, Integer>) - Method in interface com.vaadin.shared.ui.datefield.AbstractDateFieldServerRpc
-
Updates the typed data string and resolution names and values.
- 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.
- UPDATE_VARIABLE_INTERFACE - Static variable in class com.vaadin.shared.ApplicationConstants
-
Deprecated.
- UPDATE_VARIABLE_METHOD - Static variable in class com.vaadin.shared.ApplicationConstants
-
Deprecated.
- updateAcceptRules(UIDL) - Method in class com.vaadin.client.ui.dd.VAbstractDropHandler
-
Deprecated.Implementor/user of
VAbstractDropHandler
must pass the UIDL painted byAcceptCriterion
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
-
Deprecated.
- 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 andEscalator.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.
- updateBrowserWindowSize(int, int) - Method in class com.vaadin.server.Page
-
Deprecated.As of 7.2, use
Page.updateBrowserWindowSize(int, int, boolean)
instead. - updateBrowserWindowSize(int, int, boolean) - Method in class com.vaadin.server.Page
-
For internal use only.
- 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
andVDateField.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
- updateCanSelectAll() - Method in class com.vaadin.ui.components.grid.MultiSelectionModelImpl
-
Controls whether the select all checkbox is visible in the grid default header, or not.
- 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.
- updateData(JsonArray) - Method in interface com.vaadin.shared.data.DataCommunicatorClientRpc
-
Updates an array of objects based on their identifying key.
- updateDialog() - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
-
Called whenever a reconnect attempt fails to allow updating of dialog contents.
- updateDiffstate(String, JsonValue) - Method in class com.vaadin.server.AbstractClientConnector
-
Sets the expected value of a state property so that changes can be properly sent to the client.
- 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 anymoreeventIdentifier
using providedhandlerRegistration
and adds it via providedhandlerProvider
if connector has event listener witheventIdentifier
. - 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.
- updateLocation(String) - Method in class com.vaadin.server.Page
-
Deprecated.As of 7.2, use
Page.updateLocation(String, boolean, boolean)
instead. - updateLocation(String, boolean, boolean) - Method in class com.vaadin.server.Page
-
For internal use only.
- 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
- updateNavigationState(ViewChangeListener.ViewChangeEvent) - Method in class com.vaadin.navigator.Navigator
-
Update the internal state of the navigator (parameters, previous successful URL fragment navigated to) when navigation succeeds.
- 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
- updateProgress(long, long) - Method in interface com.vaadin.ui.Upload.ProgressListener
-
Updates progress to listener.
- 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
- updateRequestDetails(VaadinRequest) - Method in class com.vaadin.server.WebBrowser
-
For internal use by VaadinServlet/VaadinPortlet only.
- 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(JsonArray) - Method in interface com.vaadin.shared.data.DataProviderRpc
-
Informs the client that rows have 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.
- updateSelectedItemState(T) - Method in class com.vaadin.ui.AbstractSingleSelect
-
This method updates the shared selection state of the
AbstractSingleSelect
. - updateSelectedItemState(T) - Method in class com.vaadin.ui.ComboBox
- updateSelection(Set<String>, Set<String>) - Method in interface com.vaadin.shared.data.selection.MultiSelectServerRpc
-
Updates the selected items based on their keys.
- updateSelection(Set<T>, Set<T>) - Method in interface com.vaadin.data.SelectionModel.Multi
-
Updates the selection by adding and removing the given items from it.
- updateSelection(Set<T>, Set<T>) - Method in class com.vaadin.ui.AbstractMultiSelect
- updateSelection(Set<T>, Set<T>) - Method in class com.vaadin.ui.components.grid.GridMultiSelect
- updateSelection(Set<T>, Set<T>) - Method in class com.vaadin.ui.components.grid.MultiSelectionModelImpl
- updateSelection(Set<T>, Set<T>) - Method in interface com.vaadin.ui.MultiSelect
-
Updates the selection by adding and removing the given items from it.
- updateSelection(Set<T>, Set<T>, boolean) - Method in class com.vaadin.ui.AbstractMultiSelect
-
Updates the selection by adding and removing the given items.
- updateSelection(Set<T>, Set<T>, boolean) - Method in class com.vaadin.ui.components.grid.MultiSelectionModelImpl
-
Updates the selection by adding and removing the given items.
- 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.Call
Overlay.positionOrSizeUpdated()
instead. - 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 generalVAbstractPopupCalendar.setEnabled(boolean)
. - updateTheme(String) - Static method in class com.vaadin.server.themeutils.SASSAddonImportFileCreator
-
Updates a themes addons.scss with the addon themes found on the classpath.
- 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
, possiblyVDateField.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
- updateValueOnClick - Variable in class com.vaadin.shared.ui.slider.SliderState
- updateValueWithDelay(String, Map<String, Integer>) - Method in interface com.vaadin.shared.ui.datefield.AbstractDateFieldServerRpc
-
Updates the typed data string and resolution names and values with delayed rpc.
- 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.
- updateWidgetSet(String) - Static method in class com.vaadin.server.widgetsetutils.WidgetSetBuilder
- 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.
- Upload - Class in com.vaadin.ui
-
Component for uploading files from client to server.
- Upload() - Constructor for class com.vaadin.ui.Upload
-
Creates a new instance of Upload.
- Upload(String, Upload.Receiver) - Constructor for class com.vaadin.ui.Upload
- UPLOAD - com.vaadin.icons.VaadinIcons
- UPLOAD - com.vaadin.server.FontAwesome
-
Deprecated.
- UPLOAD_ALT - com.vaadin.icons.VaadinIcons
- UPLOAD_URL_PREFIX - Static variable in class com.vaadin.server.ServletPortletHelper
-
Deprecated.
- Upload.ChangeEvent - Class in com.vaadin.ui
-
Upload.ChangeEvent event is sent when the value (filename) of the upload changes.
- Upload.ChangeListener - Interface in com.vaadin.ui
-
Listener for
Upload.ChangeEvent
. - Upload.FailedEvent - Class in com.vaadin.ui
-
Upload.FailedEvent event is sent when the upload is received, but the reception is interrupted for some reason.
- Upload.FailedListener - Interface in com.vaadin.ui
-
Receives events when the uploads are finished, but unsuccessful.
- Upload.FinishedEvent - Class in com.vaadin.ui
-
Upload.FinishedEvent is sent when the upload receives a file, regardless of whether the reception was successful or failed.
- Upload.FinishedListener - Interface in com.vaadin.ui
-
Receives the events when the uploads are ready.
- Upload.NoInputStreamEvent - Class in com.vaadin.ui
-
FailedEvent that indicates that an input stream could not be obtained.
- Upload.NoOutputStreamEvent - Class in com.vaadin.ui
-
FailedEvent that indicates that an output stream could not be obtained.
- Upload.ProgressListener - Interface in com.vaadin.ui
-
ProgressListener receives events to track progress of upload.
- Upload.Receiver - Interface in com.vaadin.ui
-
Interface that must be implemented by the upload receivers to provide the Upload component an output stream to write the uploaded data.
- Upload.StartedEvent - Class in com.vaadin.ui
-
Upload.StartedEvent event is sent when the upload is started to received.
- Upload.StartedListener - Interface in com.vaadin.ui
-
Receives the events when the upload starts.
- Upload.SucceededEvent - Class in com.vaadin.ui
-
Upload.SucceededEvent event is sent when the upload is received successfully.
- Upload.SucceededListener - Interface in com.vaadin.ui
-
Receives events when the uploads are successfully finished.
- UploadClientRpc - Interface in com.vaadin.shared.ui.upload
-
Server-to-client RPC interface for Upload.
- 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
- UploadException - Exception in com.vaadin.server
- UploadException(Exception) - Constructor for exception com.vaadin.server.UploadException
- UploadException(String) - Constructor for exception com.vaadin.server.UploadException
- uploadFailed(Upload.FailedEvent) - Method in interface com.vaadin.ui.Upload.FailedListener
-
Upload has finished unsuccessfully.
- uploadFinished(Upload.FinishedEvent) - Method in interface com.vaadin.ui.Upload.FinishedListener
-
Upload has finished.
- 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
- UploadInterruptedException() - Constructor for exception com.vaadin.server.communication.FileUploadHandler.UploadInterruptedException
-
Constructs an instance of
UploadInterruptedException
. - UploadServerRpc - Interface in com.vaadin.shared.ui.upload
-
Client-to-server RPC interface for Upload.
- uploadStarted(Upload.StartedEvent) - Method in interface com.vaadin.ui.Upload.StartedListener
-
Upload has started.
- UploadState - Class in com.vaadin.shared.ui.upload
-
Shared state for the Upload component.
- UploadState() - Constructor for class com.vaadin.shared.ui.upload.UploadState
- uploadSucceeded(Upload.SucceededEvent) - Method in interface com.vaadin.ui.Upload.SucceededListener
-
Upload successful.
- upperCaseUnderscoreToHumanFriendly(String) - Static method in class com.vaadin.shared.util.SharedUtil
-
Converts an UPPER_CASE_STRING to a human friendly format (Upper Case String).
- uriChanged(Page.PopStateEvent) - Method in interface com.vaadin.server.Page.PopStateListener
-
Event handler method invoked when the URI fragment of the page changes.
- uriFragment - Variable in class com.vaadin.shared.ui.BrowserWindowOpenerState
- uriFragmentChanged(Page.UriFragmentChangedEvent) - Method in interface com.vaadin.server.Page.UriFragmentChangedListener
-
Deprecated.Event handler method invoked when the URI fragment of the page changes.
- UriFragmentChangedEvent(Page, String) - Constructor for class com.vaadin.server.Page.UriFragmentChangedEvent
-
Creates a new instance of UriFragmentReader change event.
- UriFragmentManager(Page) - Constructor for class com.vaadin.navigator.Navigator.UriFragmentManager
-
Creates a new URIFragmentManager and attach it to listen to URI fragment changes of a
Page
. - URL_PARAMETER_CLOSE_APPLICATION - Static variable in class com.vaadin.server.VaadinService
-
Deprecated.As of 7.0. Only supported for
LegacyApplication
. - URL_PARAMETER_REPAINT_ALL - Static variable in class com.vaadin.shared.ApplicationConstants
-
URL parameter used in UIDL requests to indicate that the full server-side state should be returned to the client, i.e.
- URL_PARAMETER_RESTART_APPLICATION - Static variable in class com.vaadin.server.VaadinService
-
Deprecated.As of 7.0. Only supported for
LegacyApplication
. - URL_PARAMETER_THEME - Static variable in interface com.vaadin.server.Constants
- URLReference - Class in com.vaadin.shared.communication
- URLReference() - Constructor for class com.vaadin.shared.communication.URLReference
- URLReference_Serializer - Class in com.vaadin.client.communication
- URLReference_Serializer() - Constructor for class com.vaadin.client.communication.URLReference_Serializer
- USB - com.vaadin.server.FontAwesome
-
Deprecated.
- USD - com.vaadin.server.FontAwesome
-
Deprecated.
- useActiveDataOptimization(boolean) - Method in class com.vaadin.data.provider.HierarchyMapper
-
Set whether you want to optimize the internal data handling to only consider root nodes that have descendants within the client-side cache.
- USER - com.vaadin.icons.VaadinIcons
- USER - com.vaadin.server.FontAwesome
-
Deprecated.
- USER_CARD - com.vaadin.icons.VaadinIcons
- USER_CHECK - com.vaadin.icons.VaadinIcons
- USER_CLOCK - com.vaadin.icons.VaadinIcons
- USER_HEART - com.vaadin.icons.VaadinIcons
- USER_MD - com.vaadin.server.FontAwesome
-
Deprecated.
- USER_PLUS - com.vaadin.server.FontAwesome
-
Deprecated.
- USER_SECRET - com.vaadin.server.FontAwesome
-
Deprecated.
- USER_STAR - com.vaadin.icons.VaadinIcons
- USER_TIMES - com.vaadin.server.FontAwesome
-
Deprecated.
- UserError - Class in com.vaadin.server
-
UserError
is a controlled error occurred in application. - UserError(String) - Constructor for class com.vaadin.server.UserError
-
Creates a textual error message of level ERROR.
- UserError(String, AbstractErrorMessage.ContentMode, ErrorLevel) - Constructor for class com.vaadin.server.UserError
-
Creates an error message with level and content mode.
- userNameFieldConnector - Variable in class com.vaadin.shared.ui.loginform.LoginFormState
- USERS - com.vaadin.icons.VaadinIcons
- USERS - com.vaadin.server.FontAwesome
-
Deprecated.
- 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
- V - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- V_RESOURCE_PATH - Static variable in class com.vaadin.shared.ApplicationConstants
- VAADIN_BOOTSTRAP_JS - Static variable in class com.vaadin.shared.ApplicationConstants
-
The name of the javascript containing the bootstrap code.
- VAADIN_DIR_URL - Static variable in class com.vaadin.shared.ApplicationConstants
-
Configuration parameter giving the (in some cases relative) URL to the VAADIN folder from where themes and widgetsets are loaded.
- VAADIN_H - com.vaadin.icons.VaadinIcons
- VAADIN_PROTOCOL_PREFIX - Static variable in class com.vaadin.shared.ApplicationConstants
- VAADIN_PUSH_DEBUG_JS - Static variable in class com.vaadin.shared.ApplicationConstants
-
The name of the debug version of the javascript containing push support.
- VAADIN_PUSH_JS - Static variable in class com.vaadin.shared.ApplicationConstants
-
The name of the javascript containing push support.
- VAADIN_V - com.vaadin.icons.VaadinIcons
- 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
- VaadinIcons - Enum in com.vaadin.icons
-
FontIcon
that represents the Vaadin Icons font. - vaadinModality - Variable in class com.vaadin.client.ui.VWindow
-
For internal use only.
- VaadinRequest - Interface in com.vaadin.server
-
A generic request to the server, wrapping a more specific request type, e.g.
- VaadinResourceService - Interface in com.vaadin.osgi.resources
-
Service used to publish themes, widgetsets and static resources at the root of a versioned namespaced /VAADIN/ folder.
- VaadinResourceServiceImpl - Class in com.vaadin.osgi.resources.impl
-
Implementation of
VaadinResourceService
. - VaadinResourceServiceImpl() - Constructor for class com.vaadin.osgi.resources.impl.VaadinResourceServiceImpl
- VaadinResourceTrackerComponent - Class in com.vaadin.osgi.resources.impl
- VaadinResourceTrackerComponent() - Constructor for class com.vaadin.osgi.resources.impl.VaadinResourceTrackerComponent
- VaadinResponse - Interface in com.vaadin.server
-
A generic response from the server, wrapping a more specific response type, e.g.
- VaadinService - Class in com.vaadin.server
-
Provide deployment specific settings that are required outside terminal specific code.
- VaadinService() - Constructor for class com.vaadin.server.VaadinService
-
Creates a service.
- VaadinService(DeploymentConfiguration) - Constructor for class com.vaadin.server.VaadinService
-
Creates a new vaadin service based on a deployment configuration.
- VaadinServiceClassLoaderUtil - Class in com.vaadin.server
-
Utility class used by
VaadinService.setDefaultClassLoader()
. - VaadinServiceInitListener - Interface in com.vaadin.server
-
Listener for
VaadinService
initialization events. - VaadinServlet - Class in com.vaadin.server
- VaadinServlet() - Constructor for class com.vaadin.server.VaadinServlet
- VaadinServlet.RequestType - Enum in com.vaadin.server
-
Deprecated.As of 7.0. This is no longer used and only provided for backwards compatibility. Each
RequestHandler
can individually decide whether it wants to handle a request or not. - VaadinServletConfiguration - Annotation Type in com.vaadin.annotations
-
Annotation for configuring subclasses of
VaadinServlet
. - VaadinServletConfiguration.InitParameterName - Annotation Type in com.vaadin.annotations
-
Defines the init parameter name for methods in
VaadinServletConfiguration
. - VaadinServletContextFactory - Class in com.vaadin.osgi.resources.impl
- VaadinServletContextFactory() - Constructor for class com.vaadin.osgi.resources.impl.VaadinServletContextFactory
- VaadinServletRequest - Class in com.vaadin.server
-
Wrapper for
HttpServletRequest
. - VaadinServletRequest(HttpServletRequest, VaadinServletService) - Constructor for class com.vaadin.server.VaadinServletRequest
-
Wraps a http servlet request and associates with a vaadin service.
- VaadinServletResponse - Class in com.vaadin.server
-
Wrapper for
HttpServletResponse
. - VaadinServletResponse(HttpServletResponse, VaadinServletService) - Constructor for class com.vaadin.server.VaadinServletResponse
-
Wraps a http servlet response and an associated vaadin service.
- VaadinServletService - Class in com.vaadin.server
- VaadinServletService() - Constructor for class com.vaadin.server.VaadinServletService
-
Creates a servlet service.
- VaadinServletService(VaadinServlet, DeploymentConfiguration) - Constructor for class com.vaadin.server.VaadinServletService
- VaadinSession - Class in com.vaadin.server
-
Contains everything that Vaadin needs to store for a specific user.
- VaadinSession(VaadinService) - Constructor for class com.vaadin.server.VaadinSession
-
Creates a new VaadinSession tied to a VaadinService.
- VaadinSession.FutureAccess - Class in com.vaadin.server
-
Encapsulates a
Runnable
submitted usingVaadinSession.access(Runnable)
. - VaadinSession.State - Enum in com.vaadin.server
-
The lifecycle state of a VaadinSession.
- VaadinUriResolver - Class in com.vaadin.shared
-
Utility for translating special Vaadin URIs like theme:// and app:// into URLs usable by the browser.
- VaadinUriResolver() - Constructor for class com.vaadin.shared.VaadinUriResolver
- 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
-
Deprecated.
- 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() - Method in interface com.vaadin.data.Binder.Binding
-
Validates the field value and returns a
ValidationStatus
instance representing the outcome of the validation. - validate() - Method in class com.vaadin.data.Binder
-
Validates the values of all bound fields and returns the validation status.
- validate(boolean) - Method in interface com.vaadin.data.Binder.Binding
-
Validates the field value and returns a
ValidationStatus
instance representing the outcome of the validation. - validate(boolean) - Method in class com.vaadin.data.Binder.BindingImpl
- validate(boolean) - Method in class com.vaadin.data.Binder
-
Validates the values of all bound fields and returns the validation status.
- 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.
- validateComponentRelativeSizes(Component, List<ComponentSizeValidator.InvalidLayout>, ComponentSizeValidator.InvalidLayout) - Static method in class com.vaadin.server.ComponentSizeValidator
-
Recursively checks given component and its subtree for invalid layout setups.
- validateLayouts(UI) - Static method in class com.vaadin.server.ComponentSizeValidator
-
Validates the layout and returns a collection of errors.
- 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
- ValidationException - Exception in com.vaadin.data
-
Indicates validation errors in a
Binder
when a field value is validated. - ValidationException(List<BindingValidationStatus<?>>, List<ValidationResult>) - Constructor for exception com.vaadin.data.ValidationException
-
Constructs a new exception with validation
errors
list. - ValidationResult - Interface in com.vaadin.data
-
Represents the result of a validation.
- ValidationResult.SimpleValidationResult - Class in com.vaadin.data
- Validator<T> - Interface in com.vaadin.data
-
A functional interface for validating user input or other potentially invalid data.
- ValoTheme - Class in com.vaadin.ui.themes
-
Additional style names which can be used with the Valo theme.
- ValoTheme() - Constructor for class com.vaadin.ui.themes.ValoTheme
- value - Variable in class com.vaadin.client.ui.VSlider
-
Current value of slider.
- value - Variable in class com.vaadin.shared.ui.richtextarea.RichTextAreaState
-
The text in the field.
- value - Variable in class com.vaadin.shared.ui.slider.SliderState
- value() - Method in annotation type com.vaadin.annotations.DesignRoot
- value() - Method in annotation type com.vaadin.annotations.HtmlImport
-
HTML file URL(s) to load before using the annotated
ClientConnector
in the browser. - value() - Method in annotation type com.vaadin.annotations.InternalContainerAnnotationForHtml
-
Not to be used, instead multiple
@HtmlImport
annotations should be used. - value() - Method in annotation type com.vaadin.annotations.InternalContainerAnnotationForJS
-
Not to be used, instead multiple
@JavaScript
annotations should be used. - value() - Method in annotation type com.vaadin.annotations.InternalContainerAnnotationForSS
-
Not to be used, instead multiple
@StyleSheet
annotations should be used. - value() - Method in annotation type com.vaadin.annotations.JavaScript
-
JavaScript files to load before initializing the client-side connector.
- value() - Method in annotation type com.vaadin.annotations.PropertyId
- value() - Method in annotation type com.vaadin.annotations.Push
-
Returns the
PushMode
to use for the annotated UI. - value() - Method in annotation type com.vaadin.annotations.StyleSheet
-
Style sheets to load before initializing the client-side connector.
- value() - Method in annotation type com.vaadin.annotations.Theme
- value() - Method in annotation type com.vaadin.annotations.Title
-
Gets the HTML title that should be used if the UI is used on it's own.
- value() - Method in annotation type com.vaadin.annotations.VaadinServletConfiguration.InitParameterName
-
The name of the init parameter that the annotated method controls.
- value() - Method in annotation type com.vaadin.annotations.Viewport
-
Gets the viewport tag content.
- value() - Method in annotation type com.vaadin.annotations.ViewportGeneratorClass
-
Gets the viewport generator class to use.
- value() - Method in annotation type com.vaadin.annotations.Widgetset
- value() - Method in annotation type com.vaadin.client.annotations.OnStateChange
-
Defines a list of property names to listen for.
- value() - Method in annotation type com.vaadin.shared.annotations.DelegateToWidget
-
Defines the name of the Widget method to call when the annotated state property has changed.
- value() - Method in annotation type com.vaadin.shared.ui.Connect
- value() - Method in annotation type com.vaadin.shared.ui.dd.AcceptCriterion
- VALUE_CHANGE_METHOD - Static variable in interface com.vaadin.data.HasValue.ValueChangeListener
-
Deprecated.
- valueBound(HttpSessionBindingEvent) - Method in class com.vaadin.server.VaadinSession
- valueChange(HasValue.ValueChangeEvent<V>) - Method in interface com.vaadin.data.HasValue.ValueChangeListener
-
Invoked when this listener receives a value change event from an event source to which it has been added.
- valueChanged(double) - Method in interface com.vaadin.shared.ui.slider.SliderServerRpc
-
Invoked when the value of a variable has changed.
- ValueChangeEvent(Component, HasValue<V>, V, boolean) - Constructor for class com.vaadin.data.HasValue.ValueChangeEvent
-
Creates a new
ValueChange
event containing the given value, originating from the given source component. - ValueChangeEvent(COMPONENT, V, boolean) - Constructor for class com.vaadin.data.HasValue.ValueChangeEvent
-
Creates a new
ValueChange
event containing the current value of the given value-bearing source component. - 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.
- valueChangeMode - Variable in class com.vaadin.shared.ui.richtextarea.RichTextAreaState
- valueChangeMode - Variable in class com.vaadin.shared.ui.textfield.AbstractTextFieldState
- ValueChangeMode - Enum in com.vaadin.shared.ui
-
Different modes for when and how often field value changes are transmitted from the client to the server.
- valueChangeTimeout - Variable in class com.vaadin.shared.ui.richtextarea.RichTextAreaState
- valueChangeTimeout - Variable in class com.vaadin.shared.ui.textfield.AbstractTextFieldState
- ValueContext - Class in com.vaadin.data
-
Value context for
Converter
s. - ValueContext() - Constructor for class com.vaadin.data.ValueContext
-
Constructor for
ValueContext
without aLocale
. - ValueContext(Component) - Constructor for class com.vaadin.data.ValueContext
-
Constructor for
ValueContext
. - ValueContext(Component, HasValue<?>) - Constructor for class com.vaadin.data.ValueContext
-
Constructor for
ValueContext
. - ValueContext(Component, HasValue<?>, Locale) - Constructor for class com.vaadin.data.ValueContext
-
Constructor for
ValueContext
. - ValueContext(Locale) - Constructor for class com.vaadin.data.ValueContext
-
Constructor for
ValueContext
without aComponent
. - 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.
- valueOf(String) - Static method in enum com.vaadin.data.BindingValidationStatus.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.data.converter.DefaultConverterFactory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.icons.VaadinIcons
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.server.AbstractErrorMessage.ContentMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.server.communication.AtmospherePushConnection.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.server.FontAwesome
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.server.PaintTarget.PaintStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.server.Sizeable.Unit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.server.VaadinServlet.RequestType
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.server.VaadinSession.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.communication.PushMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.data.sort.SortDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.MouseEventDetails.MouseButton
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.BorderStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.Connect.LoadStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.ContentMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.datefield.AbstractDateFieldState.AccessibleElement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.datefield.DateResolution
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.datefield.DateTimeResolution
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.dd.DragEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.dd.HorizontalDropLocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.dd.VerticalDropLocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.dnd.criteria.ComparisonOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.dnd.criteria.Criterion.Match
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.dnd.criteria.Payload.ValueType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.dnd.DropEffect
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.dnd.EffectAllowed
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.ErrorLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.grid.ColumnResizeMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.grid.DropLocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.grid.DropMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.grid.GridConstants.Section
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.grid.GridConstants.SidebarColumnOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.grid.GridStaticCellType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.grid.HeightMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.grid.ScrollDestination
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.MultiSelectMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.Orientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.PreloadMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.slider.SliderOrientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.ui.NotificationRole
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.ui.Transport
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.ValueChangeMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.window.WindowMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.window.WindowRole
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.VBrowserDetails.OperatingSystem
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.ui.AbstractColorPicker.PopupStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.ui.components.grid.MultiSelectionModel.SelectAllCheckBoxVisibility
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.ui.Dependency.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.ui.DragAndDropWrapper.DragStartMode
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.ui.Grid.Column.NestedNullBehavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.ui.Grid.SelectionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.ui.HasChildMeasurementHint.ChildMeasurementHint
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.ui.Notification.Type
-
Returns the enum constant of this type with the specified name.
- ValueOutOfBoundsException(Double) - Constructor for exception com.vaadin.ui.Slider.ValueOutOfBoundsException
-
Constructs an
ValueOutOfBoundsException
with the specified detail message. - ValueProvider<SOURCE,TARGET> - Interface in com.vaadin.data
-
A callback interface for providing values from a given source.
- 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.
- values() - Static method in enum com.vaadin.data.BindingValidationStatus.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.data.converter.DefaultConverterFactory
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.icons.VaadinIcons
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.server.AbstractErrorMessage.ContentMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.server.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.server.FontAwesome
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.server.PaintTarget.PaintStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.server.Sizeable.Unit
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.server.VaadinServlet.RequestType
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.server.VaadinSession.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.communication.PushMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.data.sort.SortDirection
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.MouseEventDetails.MouseButton
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.Position
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.BorderStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.Connect.LoadStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.ContentMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.datefield.AbstractDateFieldState.AccessibleElement
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.datefield.DateResolution
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.datefield.DateTimeResolution
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.dd.DragEventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.dd.HorizontalDropLocation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.dd.VerticalDropLocation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.dnd.criteria.ComparisonOperator
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.dnd.criteria.Criterion.Match
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.dnd.criteria.Payload.ValueType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.dnd.DropEffect
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.dnd.EffectAllowed
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.ErrorLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.grid.ColumnResizeMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.grid.DropLocation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.grid.DropMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.grid.GridConstants.Section
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.grid.GridConstants.SidebarColumnOrder
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.grid.GridStaticCellType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.grid.HeightMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.grid.ScrollDestination
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.MultiSelectMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.Orientation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.PreloadMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.slider.SliderOrientation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.ui.NotificationRole
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.ui.Transport
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.ValueChangeMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.window.WindowMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.window.WindowRole
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.VBrowserDetails.OperatingSystem
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.ui.AbstractColorPicker.PopupStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.ui.components.grid.MultiSelectionModel.SelectAllCheckBoxVisibility
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.ui.Dependency.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.ui.DragAndDropWrapper.DragStartMode
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.ui.Grid.Column.NestedNullBehavior
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.ui.Grid.SelectionMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.ui.HasChildMeasurementHint.ChildMeasurementHint
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.ui.Notification.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- valueUnbound(HttpSessionBindingEvent) - Method in class com.vaadin.server.VaadinSession
- 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.
- VariableOwner - Interface in com.vaadin.server
-
Deprecated.As of 7.0. Only provided to ease porting of Vaadin 6 components. Do not implement this directly, implement
LegacyComponent
. - VAudio - Class in com.vaadin.client.ui
- VAudio() - Constructor for class com.vaadin.client.ui.VAudio
- VBrowserDetails - Class in com.vaadin.shared
-
Class that parses the user agent string from the browser and provides information about the browser.
- VBrowserDetails(String) - Constructor for class com.vaadin.shared.VBrowserDetails
-
Create an instance based on the given user agent.
- VBrowserDetails.OperatingSystem - Enum in com.vaadin.shared
- 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.Replaced in 8.1 with
DropTargetExtensionConnector
andDragSourceExtensionConnector
- 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
andDropTargetExtension
- 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.
- VENUS - com.vaadin.server.FontAwesome
-
Deprecated.
- VENUS_DOUBLE - com.vaadin.server.FontAwesome
-
Deprecated.
- VENUS_MARS - com.vaadin.server.FontAwesome
-
Deprecated.
- verifyNoOtherSessionLocked(VaadinSession) - Static method in class com.vaadin.server.VaadinService
-
Checks that another
VaadinSession
instance is not locked. - VErrorMessage - Class in com.vaadin.client
- VErrorMessage() - Constructor for class com.vaadin.client.VErrorMessage
- version - Variable in class com.vaadin.client.metadata.ConnectorBundleLoader.CValUiInfo
- Version - Class in com.vaadin.shared
- Version() - Constructor for class com.vaadin.shared.Version
- 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 - com.vaadin.shared.ui.Orientation
-
Vertical orientation required.
- VERTICAL - com.vaadin.shared.ui.slider.SliderOrientation
- VERTICAL_SPACING - Static variable in class com.vaadin.client.StyleConstants
- verticalDropLocation - Variable in class com.vaadin.client.ui.VDragAndDropWrapper
- VerticalDropLocation - Enum in com.vaadin.shared.ui.dd
- VerticalLayout - Class in com.vaadin.ui
-
Vertical layout
VerticalLayout
is a component container, which shows the subcomponents in the order of their addition (vertically). - VerticalLayout() - Constructor for class com.vaadin.ui.VerticalLayout
-
Constructs an empty VerticalLayout.
- VerticalLayout(Component...) - Constructor for class com.vaadin.ui.VerticalLayout
-
Constructs a VerticalLayout with the given components.
- VerticalLayoutConnector - Class in com.vaadin.client.ui.orderedlayout
-
Connects the client widget
VVerticalLayout
with the Vaadin server side counterpartVerticalLayout
. - VerticalLayoutConnector() - Constructor for class com.vaadin.client.ui.orderedlayout.VerticalLayoutConnector
- VerticalLayoutState - Class in com.vaadin.shared.ui.orderedlayout
- VerticalLayoutState() - Constructor for class com.vaadin.shared.ui.orderedlayout.VerticalLayoutState
- 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!
- VerticalSplitPanel - Class in com.vaadin.ui
-
A vertical split panel contains two components and lays them vertically.
- VerticalSplitPanel() - Constructor for class com.vaadin.ui.VerticalSplitPanel
- VerticalSplitPanel(Component, Component) - Constructor for class com.vaadin.ui.VerticalSplitPanel
-
Creates a horizontal split panel containing the given components.
- 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
- VerticalSplitPanelState - Class in com.vaadin.shared.ui.splitpanel
- VerticalSplitPanelState() - Constructor for class com.vaadin.shared.ui.splitpanel.VerticalSplitPanelState
- 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.
- VIACOIN - com.vaadin.server.FontAwesome
-
Deprecated.
- Video - Class in com.vaadin.ui
-
The Video component translates into an HTML5 <video> element and as such is only supported in browsers that support HTML5 media markup.
- Video() - Constructor for class com.vaadin.ui.Video
- Video(String) - Constructor for class com.vaadin.ui.Video
- Video(String, Resource) - Constructor for class com.vaadin.ui.Video
- VIDEO_CAMERA - com.vaadin.server.FontAwesome
-
Deprecated.
- 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
- VideoConstants - Class in com.vaadin.shared.ui.video
- VideoConstants() - Constructor for class com.vaadin.shared.ui.video.VideoConstants
- VideoState - Class in com.vaadin.shared.ui.video
- VideoState() - Constructor for class com.vaadin.shared.ui.video.VideoState
- View - Interface in com.vaadin.navigator
-
Interface for all views controlled by the navigator.
- ViewBeforeLeaveEvent - Class in com.vaadin.navigator
-
Event sent to the View instance before navigating away from it.
- ViewBeforeLeaveEvent(Navigator, ViewLeaveAction) - Constructor for class com.vaadin.navigator.ViewBeforeLeaveEvent
-
Creates a new event instance for the given navigator.
- ViewChangeEvent(Navigator, View, View, String, String) - Constructor for class com.vaadin.navigator.ViewChangeListener.ViewChangeEvent
-
Create a new view change event.
- ViewChangeListener - Interface in com.vaadin.navigator
-
Interface for listening to View changes before and after they occur.
- ViewChangeListener.ViewChangeEvent - Class in com.vaadin.navigator
-
Event received by the listener for attempted and executed view changes.
- ViewDisplay - Interface in com.vaadin.navigator
-
Interface for displaying a view in an appropriate location.
- viewer - Variable in class com.vaadin.event.ActionManager
- ViewLeaveAction - Interface in com.vaadin.navigator
-
An action to execute when navigating away from a view.
- Viewport - Annotation Type in com.vaadin.annotations
-
Defines a viewport tag that will be added to the HTML of the host page of a UI class.
- VIEWPORT - com.vaadin.icons.VaadinIcons
- ViewportGenerator - Interface in com.vaadin.server
-
Callback for generating a viewport tag content based on a request.
- ViewportGeneratorClass - Annotation Type in com.vaadin.annotations
-
Defines a viewport tag generator class that will be used for generating the content of a viewport tag that will be added to the HTML of the host page of a UI class.
- ViewProvider - Interface in com.vaadin.navigator
-
A provider for view instances that can return pre-registered views or dynamically create new views.
- VImage - Class in com.vaadin.client.ui
- VImage() - Constructor for class com.vaadin.client.ui.VImage
- VIMEO - com.vaadin.icons.VaadinIcons
- VIMEO - com.vaadin.server.FontAwesome
-
Deprecated.
- VIMEO_SQUARE - com.vaadin.icons.VaadinIcons
- VIMEO_SQUARE - com.vaadin.server.FontAwesome
-
Deprecated.
- VINE - com.vaadin.server.FontAwesome
-
Deprecated.
- 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.
- visible - Variable in class com.vaadin.shared.ui.grid.SectionState
-
Visibility of this section.
- visible - Variable in class com.vaadin.shared.ui.tabsheet.TabState
- VISIBLE - com.vaadin.ui.components.grid.MultiSelectionModel.SelectAllCheckBoxVisibility
-
Shows the select all checkbox, regardless of data provider used.
- visibleChildMenu - Variable in class com.vaadin.client.ui.VMenuBar
- visibleItemCount - Variable in class com.vaadin.shared.ui.nativeselect.NativeSelectState
-
The number of items that are visible.
- visitServer(VDragEventServerCallback) - Method in class com.vaadin.client.ui.dd.VDragAndDropManager
-
Deprecated.Visits server during drag and drop procedure.
- VK - com.vaadin.server.FontAwesome
-
Deprecated.
- 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 toVLazyExecutor.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)
andDropTargetExtension#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
- VOLUME - com.vaadin.icons.VaadinIcons
- VOLUME_DOWN - com.vaadin.icons.VaadinIcons
- VOLUME_DOWN - com.vaadin.server.FontAwesome
-
Deprecated.
- VOLUME_OFF - com.vaadin.icons.VaadinIcons
- VOLUME_OFF - com.vaadin.server.FontAwesome
-
Deprecated.
- VOLUME_UP - com.vaadin.icons.VaadinIcons
- VOLUME_UP - com.vaadin.server.FontAwesome
-
Deprecated.
- 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.
- VTYPE_ARRAY - Static variable in class com.vaadin.shared.JsonConstants
- VTYPE_BOOLEAN - Static variable in class com.vaadin.shared.JsonConstants
- VTYPE_CONNECTOR - Static variable in class com.vaadin.shared.JsonConstants
- VTYPE_DOUBLE - Static variable in class com.vaadin.shared.JsonConstants
- VTYPE_FLOAT - Static variable in class com.vaadin.shared.JsonConstants
- VTYPE_INTEGER - Static variable in class com.vaadin.shared.JsonConstants
- VTYPE_LIST - Static variable in class com.vaadin.shared.JsonConstants
- VTYPE_LONG - Static variable in class com.vaadin.shared.JsonConstants
- VTYPE_MAP - Static variable in class com.vaadin.shared.JsonConstants
- VTYPE_NULL - Static variable in class com.vaadin.shared.JsonConstants
- VTYPE_SET - Static variable in class com.vaadin.shared.JsonConstants
- VTYPE_STRING - Static variable in class com.vaadin.shared.JsonConstants
- VTYPE_STRINGARRAY - Static variable in class com.vaadin.shared.JsonConstants
- 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
- W - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- waitingForResponse - Variable in class com.vaadin.client.ui.VTabsheet
-
For internal use only.
- WALLET - com.vaadin.icons.VaadinIcons
- WARNING - com.vaadin.client.debug.internal.Icon
- WARNING - com.vaadin.icons.VaadinIcons
- WARNING - com.vaadin.server.FontAwesome
-
Deprecated.
- WARNING - com.vaadin.shared.ui.ErrorLevel
-
Error level for warning messages.
- WARNING - Static variable in interface com.vaadin.server.ErrorMessage
-
Deprecated.As of 7.0, use
ErrorLevel.WARNING
instead - WARNING_HEARTBEAT_INTERVAL_NOT_NUMERIC - Static variable in interface com.vaadin.server.Constants
- WARNING_MESSAGE - com.vaadin.ui.Notification.Type
- WARNING_PUSH_MODE_NOT_RECOGNIZED - Static variable in interface com.vaadin.server.Constants
- WARNING_RESOURCE_CACHING_TIME_NOT_NUMERIC - Static variable in interface com.vaadin.server.Constants
- WARNING_XSRF_PROTECTION_DISABLED - Static variable in interface com.vaadin.server.Constants
- WebBrowser - Class in com.vaadin.server
-
Class that provides information about the web browser the user is using.
- WebBrowser() - Constructor for class com.vaadin.server.WebBrowser
- WebkitTranslate3DPosition() - Constructor for class com.vaadin.client.widget.escalator.PositionFunction.WebkitTranslate3DPosition
- WEBSOCKET - com.vaadin.shared.ui.ui.Transport
-
Websockets.
- WEBSOCKET_BUFFER_SIZE - Static variable in class com.vaadin.shared.communication.PushConstants
-
The size, in bytes, of the receiving buffer used by some servers.
- WEBSOCKET_FRAGMENT_SIZE - Static variable in class com.vaadin.shared.communication.PushConstants
-
The maximum size, in characters, of a websocket message fragment.
- WEBSOCKET_XHR - com.vaadin.shared.ui.ui.Transport
-
Websockets for server to client, XHR for client to server.
- WECHAT - com.vaadin.server.FontAwesome
-
Deprecated.
- WEIBO - com.vaadin.server.FontAwesome
-
Deprecated.
- WEIXIN - com.vaadin.server.FontAwesome
-
Deprecated.
- WHATSAPP - com.vaadin.server.FontAwesome
-
Deprecated.
- WHEELCHAIR - com.vaadin.server.FontAwesome
-
Deprecated.
- white() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- WHITE - Static variable in class com.vaadin.shared.ui.colorpicker.Color
- WIDGET - com.vaadin.shared.ui.grid.GridStaticCellType
-
Widget content.
- 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() - Method in annotation type com.vaadin.annotations.VaadinServletConfiguration
-
The default widgetset to use for the servlet.
- Widgetset - Annotation Type in com.vaadin.annotations
-
Defines a specific widgetset for a
UI
. - WidgetSet - Class in com.vaadin.client
- WidgetSet() - Constructor for class com.vaadin.client.WidgetSet
- WIDGETSET_DIR_PATH - Static variable in interface com.vaadin.server.Constants
- WIDGETSET_MISMATCH_INFO - Static variable in interface com.vaadin.server.Constants
- WIDGETSET_VERSION_ID - Static variable in class com.vaadin.shared.ApplicationConstants
-
The name of the parameter used for sending the widget set version to the server.
- WidgetSetBuilder - Class in com.vaadin.server.widgetsetutils
-
Helper class to update widgetsets GWT module configuration file.
- WidgetSetBuilder() - Constructor for class com.vaadin.server.widgetsetutils.WidgetSetBuilder
- WidgetsetInfo - Interface in com.vaadin.server
-
An interface describing the widgetset that the client should try to load.
- 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. - 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
- width - Variable in class com.vaadin.shared.AbstractComponentState
- width - Variable in class com.vaadin.shared.ui.grid.ColumnState
-
Column width in pixels.
- 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.
- WIFI - com.vaadin.server.FontAwesome
-
Deprecated.
- WIKIPEDIA_W - com.vaadin.server.FontAwesome
-
Deprecated.
- window - Variable in class com.vaadin.client.debug.internal.VDebugWindow
- window - Variable in class com.vaadin.ui.Window.CloseShortcut
- Window - Class in com.vaadin.ui
-
A component that represents a floating popup window that can be added to a
UI
. - Window() - Constructor for class com.vaadin.ui.Window
-
Creates a new, empty window.
- Window(String) - Constructor for class com.vaadin.ui.Window
-
Creates a new, empty window with a given title.
- Window(String, Component) - Constructor for class com.vaadin.ui.Window
-
Creates a new, empty window with the given content and title.
- WINDOW_BOTTOM_TOOLBAR - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Add this style to any layout component (e.g.
- WINDOW_ORDER - Static variable in interface com.vaadin.shared.EventId
- WINDOW_TOP_TOOLBAR - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Add this style to any layout component (e.g.
- Window.CloseEvent - Class in com.vaadin.ui
- Window.CloseListener - Interface in com.vaadin.ui
-
An interface used for listening to Window close events.
- Window.CloseShortcut - Class in com.vaadin.ui
-
A
ShortcutListener
specifically made to define a keyboard shortcut that closes the window. - Window.ResizeEvent - Class in com.vaadin.ui
-
Resize events are fired whenever the client-side fires a resize-event (e.g.
- Window.ResizeListener - Interface in com.vaadin.ui
-
Listener for window resize events.
- Window.WindowModeChangeEvent - Class in com.vaadin.ui
-
Event which is fired when the mode of the Window changes.
- Window.WindowModeChangeListener - Interface in com.vaadin.ui
-
An interface used for listening to Window maximize / restore events.
- Window.WindowOrderChangeEvent - Class in com.vaadin.ui
-
Event which is fired when the window order position is changed.
- Window.WindowOrderChangeListener - Interface in com.vaadin.ui
-
An interface used for listening to Window order change events.
- windowClose(Window.CloseEvent) - Method in interface com.vaadin.ui.Window.CloseListener
-
Called when the user closes a window.
- 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
- windowMode - Variable in class com.vaadin.shared.ui.window.WindowState
- WindowMode - Enum in com.vaadin.shared.ui.window
-
Determines the mode of the Window.
- windowModeChanged(WindowMode) - Method in interface com.vaadin.shared.ui.window.WindowServerRpc
- windowModeChanged(Window.WindowModeChangeEvent) - Method in interface com.vaadin.ui.Window.WindowModeChangeListener
-
Called when the user maximizes / restores a window.
- WindowModeChangeEvent(Component, WindowMode) - Constructor for class com.vaadin.ui.Window.WindowModeChangeEvent
- windowModeChangeMethod - Static variable in interface com.vaadin.ui.Window.WindowModeChangeListener
- windowMoved(int, int) - Method in interface com.vaadin.shared.ui.window.WindowServerRpc
- 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
WindowMoveEvent
s. - windowOrderChanged(Window.WindowOrderChangeEvent) - Method in interface com.vaadin.ui.Window.WindowOrderChangeListener
-
Called when the window order position is changed.
- windowOrderChanged(Map<Integer, Connector>) - Method in interface com.vaadin.shared.ui.WindowOrderRpc
-
Sends RPC request about windows order change.
- WindowOrderChangeEvent(Component, int) - Constructor for class com.vaadin.ui.Window.WindowOrderChangeEvent
- windowOrderChangeMethod - Static variable in interface com.vaadin.ui.Window.WindowOrderChangeListener
- 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
WindowOrderEvent
s. - WindowOrderRpc - Interface in com.vaadin.shared.ui
-
Window order RPC interface.
- windowOrderUpdated(UI.WindowOrderUpdateEvent) - Method in interface com.vaadin.ui.UI.WindowOrderUpdateListener
-
Called when the windows order positions are changed.
- WindowOrderUpdateEvent(Component, Collection<Window>) - Constructor for class com.vaadin.ui.UI.WindowOrderUpdateEvent
- windowOrderUpdateMethod - Static variable in interface com.vaadin.ui.UI.WindowOrderUpdateListener
- windowResized(Window.ResizeEvent) - Method in interface com.vaadin.ui.Window.ResizeListener
- WindowRole - Enum in com.vaadin.shared.ui.window
-
Available WAI-ARIA roles for a window.
- WINDOWS - com.vaadin.server.FontAwesome
-
Deprecated.
- WINDOWS - com.vaadin.shared.VBrowserDetails.OperatingSystem
- WINDOWS_LEFT - Static variable in interface com.vaadin.event.ShortcutAction.ModifierKey
- WINDOWS_RIGHT - Static variable in interface com.vaadin.event.ShortcutAction.ModifierKey
- WindowServerRpc - Interface in com.vaadin.shared.ui.window
- windowSizeMaybeChanged(int, int) - Method in class com.vaadin.client.ui.VUI
-
Deprecated.
- WindowState - Class in com.vaadin.shared.ui.window
- WindowState() - Constructor for class com.vaadin.shared.ui.window.WindowState
- withConfigurableFilter() - Method in interface com.vaadin.data.provider.DataProvider
-
Wraps this data provider to create a data provider that supports programmatically setting a filter but no filtering through the query.
- withConfigurableFilter(SerializableBiFunction<Q, C, F>) - Method in interface com.vaadin.data.provider.DataProvider
-
Wraps this data provider to create a data provider that supports programmatically setting a filter that will be combined with a filter provided through the query.
- withConvertedFilter(SerializableFunction<C, SerializablePredicate<T>>) - Method in class com.vaadin.data.provider.TreeDataProvider
- withConvertedFilter(SerializableFunction<C, F>) - Method in interface com.vaadin.data.provider.DataProvider
-
Wraps this data provider to create a data provider that uses a different filter type.
- withConverter(Converter<TARGET, NEWTARGET>) - Method in interface com.vaadin.data.Binder.BindingBuilder
-
Maps the binding to another data type using the given
Converter
. - withConverter(Converter<TARGET, NEWTARGET>) - Method in class com.vaadin.data.Binder.BindingBuilderImpl
- withConverter(Converter<TARGET, NEWTARGET>, boolean) - Method in class com.vaadin.data.Binder.BindingBuilderImpl
-
Implements
Binder.BindingBuilderImpl.withConverter(Converter)
method with additional possibility to disable (reset) default null representation converter. - withConverter(SerializableFunction<TARGET, NEWTARGET>, SerializableFunction<NEWTARGET, TARGET>) - Method in interface com.vaadin.data.Binder.BindingBuilder
-
Maps the binding to another data type using the mapping functions and a possible exception as the error message.
- withConverter(SerializableFunction<TARGET, NEWTARGET>, SerializableFunction<NEWTARGET, TARGET>, String) - Method in interface com.vaadin.data.Binder.BindingBuilder
-
Maps the binding to another data type using the mapping functions and the given error error message if a value cannot be converted to the new target type.
- withEqualityPredicate(SerializableBiPredicate<TARGET, TARGET>) - Method in interface com.vaadin.data.Binder.BindingBuilder
-
Sets the
equalityPredicate
used to compare the current value of a field with its initial value. - withEqualityPredicate(SerializableBiPredicate<TARGET, TARGET>) - Method in class com.vaadin.data.Binder.BindingBuilderImpl
- withLength(int, int) - Static method in class com.vaadin.shared.Range
-
Creates a range from a start point, with a given length.
- withNullRepresentation(TARGET) - Method in interface com.vaadin.data.Binder.BindingBuilder
-
Maps binding value
null
to given null representation and back tonull
when converting back to model value. - withOnly(int) - Static method in class com.vaadin.shared.Range
-
Creates a range object representing a single integer.
- withPropertySet(PropertySet<BEAN>) - Static method in class com.vaadin.data.Binder
-
Creates a binder using a custom
PropertySet
implementation for finding and resolving property names forBinder.bindInstanceFields(Object)
,Binder.bind(HasValue, String)
andBinder.BindingBuilder.bind(String)
. - withPropertySet(PropertySet<BEAN>) - Static method in class com.vaadin.ui.Grid
-
Creates a grid using a custom
PropertySet
implementation for creating a default set of columns and for resolving property names withGrid.addColumn(String)
andGrid.Column.setEditorComponent(HasValue)
. - withPropertySet(PropertySet<BEAN>) - Static method in class com.vaadin.ui.TreeGrid
-
Creates a
TreeGrid
using a customPropertySet
implementation for creating a default set of columns and for resolving property names withGrid.addColumn(String)
andGrid.Column.setEditorComponent(HasValue)
. - withStatusLabel(Label) - Method in interface com.vaadin.data.Binder.BindingBuilder
-
Sets the given
label
to show an error message if validation fails. - withValidationStatusHandler(BindingValidationStatusHandler) - Method in interface com.vaadin.data.Binder.BindingBuilder
-
Sets a
BindingValidationStatusHandler
to track validation status changes. - withValidationStatusHandler(BindingValidationStatusHandler) - Method in class com.vaadin.data.Binder.BindingBuilderImpl
- withValidator(Validator<? super BEAN>) - Method in class com.vaadin.data.Binder
-
Adds an bean level validator.
- withValidator(Validator<? super TARGET>) - Method in interface com.vaadin.data.Binder.BindingBuilder
-
Adds a validator to this binding.
- withValidator(Validator<? super TARGET>) - Method in class com.vaadin.data.Binder.BindingBuilderImpl
- withValidator(SerializablePredicate<? super TARGET>, ErrorMessageProvider) - Method in interface com.vaadin.data.Binder.BindingBuilder
-
A convenience method to add a validator to this binding using the
Validator.from(SerializablePredicate, ErrorMessageProvider)
factory method. - withValidator(SerializablePredicate<? super TARGET>, ErrorMessageProvider, ErrorLevel) - Method in interface com.vaadin.data.Binder.BindingBuilder
-
A convenience method to add a validator to this binding using the
Validator.from(SerializablePredicate, ErrorMessageProvider, ErrorLevel)
factory method. - withValidator(SerializablePredicate<? super TARGET>, String) - Method in interface com.vaadin.data.Binder.BindingBuilder
-
A convenience method to add a validator to this binding using the
Validator.from(SerializablePredicate, String)
factory method. - withValidator(SerializablePredicate<? super TARGET>, String, ErrorLevel) - Method in interface com.vaadin.data.Binder.BindingBuilder
-
A convenience method to add a validator to this binding using the
Validator.from(SerializablePredicate, String, ErrorLevel)
factory method. - withValidator(SerializablePredicate<BEAN>, ErrorMessageProvider) - Method in class com.vaadin.data.Binder
-
A convenience method to add a validator to this binder using the
Validator.from(SerializablePredicate, ErrorMessageProvider)
factory method. - withValidator(SerializablePredicate<BEAN>, String) - Method in class com.vaadin.data.Binder
-
A convenience method to add a validator to this binder using the
Validator.from(SerializablePredicate, String)
factory method. - WON - com.vaadin.server.FontAwesome
-
Deprecated.
- WORDPRESS - com.vaadin.server.FontAwesome
-
Deprecated.
- wordWrap - Variable in class com.vaadin.shared.ui.textarea.TextAreaState
-
Tells if word-wrapping should be used in the text area.
- WORKPLACE - com.vaadin.icons.VaadinIcons
- WrappedHttpSession - Class in com.vaadin.server
-
Wrapper for
HttpSession
. - WrappedHttpSession(HttpSession) - Constructor for class com.vaadin.server.WrappedHttpSession
-
Creates a new wrapped http session.
- WrappedSession - Interface in com.vaadin.server
-
A generic session, wrapping a more specific session implementation, e.g.
- wrapper - Variable in class com.vaadin.client.ui.VButton
-
For internal use only.
- WRAPPER - com.vaadin.ui.DragAndDropWrapper.DragStartMode
-
Deprecated.The whole wrapper is used as a drag image when dragging.
- WRAPPER - Static variable in class com.vaadin.client.ui.VDragAndDropWrapper
- WrapperTargetDetails(Map<String, Object>) - Constructor for class com.vaadin.ui.DragAndDropWrapper.WrapperTargetDetails
-
Deprecated.
- WrapperTransferable(Component, Map<String, Object>) - Constructor for class com.vaadin.ui.DragAndDropWrapper.WrapperTransferable
-
Deprecated.
- WRENCH - com.vaadin.icons.VaadinIcons
- WRENCH - com.vaadin.server.FontAwesome
-
Deprecated.
- write(Component, OutputStream) - Static method in class com.vaadin.ui.declarative.Design
-
Writes the given component tree in design format to the given output stream.
- write(DesignContext, OutputStream) - Static method in class com.vaadin.ui.declarative.Design
-
Writes the component, given in the design context, in design format to the given output stream.
- write(UI, Writer) - Method in class com.vaadin.server.communication.ClientRpcWriter
-
Writes a JSON object containing all pending client RPC invocations in the given UI.
- write(UI, Writer) - Method in class com.vaadin.server.communication.SharedStateWriter
-
Writes a JSON object containing the pending state changes of the dirty connectors of the given UI.
- write(UI, Writer, boolean) - Method in class com.vaadin.server.communication.UidlWriter
-
Writes a JSON object containing all pending changes to the given UI.
- write(UI, Writer, boolean, boolean, SystemMessages) - Method in class com.vaadin.server.communication.MetadataWriter
-
Writes a JSON object containing metadata related to the given UI.
- write(UI, Writer, JsonPaintTarget) - Method in class com.vaadin.server.communication.ResourceWriter
-
Writes a JSON object containing registered resources.
- write(UI, Writer, PaintTarget) - Method in class com.vaadin.server.communication.ConnectorTypeWriter
-
Writes a JSON object containing connector-ID-to-type-ID mappings for each dirty Connector in the given UI.
- write(UI, Writer, PaintTarget) - Method in class com.vaadin.server.communication.LegacyUidlWriter
-
Writes a JSON array containing the changes of all dirty
LegacyComponent
s in the given UI. - write(UI, Writer, Set<String>) - Method in class com.vaadin.server.communication.ConnectorHierarchyWriter
-
Writes a JSON object containing the connector hierarchy (parent-child mappings) of the dirty connectors in the given UI.
- writeAlignment(Element, Alignment) - Static method in class com.vaadin.ui.declarative.DesignAttributeHandler
-
Writes the alignment to the given child element attributes.
- writeAttribute(Object, String, Attributes, Object, DesignContext) - Static method in class com.vaadin.ui.declarative.DesignAttributeHandler
-
Writes the specified attribute to the design if it differs from the default value got from the
defaultInstance
. - writeAttribute(String, Attributes, T, T, Class<T>, DesignContext) - Static method in class com.vaadin.ui.declarative.DesignAttributeHandler
-
Writes the given attribute value to a set of attributes if it differs from the default attribute value.
- writeBean(BEAN) - Method in class com.vaadin.data.Binder
-
Writes changes from the bound fields to the given bean if all validators (binding and bean level) pass.
- writeBean(BEAN, Collection<Binder.Binding<BEAN, ?>>) - Method in class com.vaadin.data.Binder
-
Writes changes from the given bindings to the given bean if all validators (binding and bean level) pass.
- writeBeanAsDraft(BEAN) - Method in class com.vaadin.data.Binder
-
Writes successfully converted and validated changes from the bound fields to the bean even if there are other fields with non-validated changes.
- writeBeanAsDraft(BEAN, boolean) - Method in class com.vaadin.data.Binder
-
Writes successfully converted changes from the bound fields bypassing all the Validation, or all fields passing conversion if forced = true.
- writeBeanIfValid(BEAN) - Method in class com.vaadin.data.Binder
-
Writes changes from the bound fields to the given bean if all validators (binding and bean level) pass.
- writeBrowserTooOldPage(VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.UnsupportedBrowserHandler
-
Writes a page encouraging the user to upgrade to a more current browser.
- writeCellState(Element, DesignContext, SectionState.CellState) - Method in class com.vaadin.ui.components.grid.StaticSection.StaticRow
-
Writes declarative design for the cell using its
state
to the given table cell element. - writeChangedBindingsToBean(BEAN) - Method in class com.vaadin.data.Binder
-
Writes changes from the changed bindings to the given bean if all validators (binding and bean level) pass.
- writeData(Element, DesignContext) - Method in class com.vaadin.ui.Grid
-
Writes the data contained in this grid.
- writeData(Element, DesignContext) - Method in class com.vaadin.ui.TreeGrid
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.AbsoluteLayout
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.AbstractColorPicker
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.AbstractComponent
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.AbstractDateField
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.AbstractEmbedded
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.AbstractField
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.AbstractListing
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.AbstractMedia
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.AbstractOrderedLayout
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.AbstractSingleComponentContainer
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.AbstractSplitPanel
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.AbstractTextField
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.Button
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.CheckBox
- writeDesign(Element, DesignContext) - Method in interface com.vaadin.ui.Component
-
Writes the component state to the given design.
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.components.grid.Header.Row
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.components.grid.StaticSection.StaticRow
-
Writes the declarative design to the given table row element.
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.components.grid.StaticSection
-
Writes the declarative design to the given table section element.
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.CssLayout
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.CustomLayout
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.DragAndDropWrapper
-
Deprecated.
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.Grid.Column
-
Writes the design attributes for this column into given element.
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.GridLayout
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.Label
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.Link
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.MenuBar
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.Panel
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.PasswordField
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.PopupView
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.ProgressBar
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.RichTextArea
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.Slider
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.TabSheet
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.TextArea
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.TextField
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.Tree
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.Video
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.Window
- writeError(VaadinResponse, Throwable) - Method in class com.vaadin.server.BootstrapHandler
-
Deprecated.
- writeHierarchyInformation(ClientConnector, StringBuilder) - Static method in class com.vaadin.util.ConnectorHelper
-
Creates a string containing hierarchy information for the connector.
- writeItem(Element, T, DesignContext) - Method in class com.vaadin.ui.AbstractListing
-
Writes a data source Item to a design.
- writeItem(Element, T, DesignContext) - Method in class com.vaadin.ui.AbstractMultiSelect
- writeItem(Element, T, DesignContext) - Method in class com.vaadin.ui.AbstractSingleSelect
- writeItem(Element, T, DesignContext) - Method in class com.vaadin.ui.CheckBoxGroup
- writeItem(Element, T, DesignContext) - Method in class com.vaadin.ui.ComboBox
- writeItem(Element, T, DesignContext) - Method in class com.vaadin.ui.RadioButtonGroup
- writeItems(Element, DesignContext) - Method in class com.vaadin.ui.AbstractListing
-
Writes the data source items to a design.
- writeMargin(Element, MarginInfo, MarginInfo, DesignContext) - Method in class com.vaadin.ui.AbstractLayout
-
Writes margin attributes from a MarginInfo object to a design.
- writePackageMappings(Document) - Method in class com.vaadin.ui.declarative.DesignContext
-
Writes the package mappings (prefix -> package name) of this object to the specified document.
- writeResponse() - Method in interface com.vaadin.server.SynchronizedRequestHandler.ResponseWriter
- writeResponse(VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.DownloadStream
-
Writes this download stream to a Vaadin response.
- writeStaticResourceResponse(HttpServletRequest, HttpServletResponse, URL) - Method in class com.vaadin.server.VaadinServlet
-
Writes the contents of the given resourceUrl in the response.
- writeStringResponse(VaadinResponse, String, String) - Method in class com.vaadin.server.VaadinService
-
Writes the given string as a response using the given content type.
- writeToHttpSession(WrappedSession, VaadinSession) - Method in class com.vaadin.server.VaadinService
-
Performs the actual write of the VaadinSession to the underlying HTTP session after sanity checks have been performed.
- writeUncachedStringResponse(VaadinResponse, String, String) - Method in class com.vaadin.server.VaadinService
-
Writes the given string as a response with headers to prevent caching and using the given content type.
X
- X - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- 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
- XING - com.vaadin.server.FontAwesome
-
Deprecated.
- XING_SQUARE - com.vaadin.server.FontAwesome
-
Deprecated.
- 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
- Y - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- Y_COMBINATOR - com.vaadin.server.FontAwesome
-
Deprecated.
- Y_COMBINATOR_SQUARE - com.vaadin.server.FontAwesome
-
Deprecated.
- YAHOO - com.vaadin.server.FontAwesome
-
Deprecated.
- YC - com.vaadin.server.FontAwesome
-
Deprecated.
- YC_SQUARE - com.vaadin.server.FontAwesome
-
Deprecated.
- YEAR - com.vaadin.shared.ui.datefield.DateResolution
- YEAR - com.vaadin.shared.ui.datefield.DateTimeResolution
- yellow() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- YELLOW - Static variable in class com.vaadin.shared.ui.colorpicker.Color
- YELP - com.vaadin.server.FontAwesome
-
Deprecated.
- YEN - com.vaadin.server.FontAwesome
-
Deprecated.
- YOUTUBE - com.vaadin.icons.VaadinIcons
- YOUTUBE - com.vaadin.server.FontAwesome
-
Deprecated.
- YOUTUBE_PLAY - com.vaadin.server.FontAwesome
-
Deprecated.
- YOUTUBE_SQUARE - com.vaadin.icons.VaadinIcons
- YOUTUBE_SQUARE - com.vaadin.server.FontAwesome
-
Deprecated.
Z
- Z - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- 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.
_
- _500PX - com.vaadin.server.FontAwesome
-
Deprecated.
All Classes All Packages