Skip navigation links
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 

A

A - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
 
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.
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 BackEndHierarchicalDataProviders.
AbstractBackEndHierarchicalDataProvider() - Constructor for class com.vaadin.data.provider.AbstractBackEndHierarchicalDataProvider
 
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.
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.
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.
AbstractComponentContainer - Class in com.vaadin.ui
Extension to AbstractComponent that defines the default implementation for the methods in ComponentContainer.
AbstractComponentContainer() - Constructor for class com.vaadin.ui.AbstractComponentContainer
Constructs a new component container.
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(R) - Constructor for class com.vaadin.ui.AbstractDateField
Constructs an empty AbstractDateField with no caption and specified resolution.
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.
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
 
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
 
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.
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
 
AbstractFocusable - Class in com.vaadin.ui
An abstract base class for focusable components.
AbstractFocusable() - Constructor for class com.vaadin.ui.AbstractFocusable
 
AbstractGridExtension() - Constructor for class com.vaadin.ui.Grid.AbstractGridExtension
 
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
 
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>, String) - Constructor for class com.vaadin.ui.renderers.AbstractJavaScriptRenderer
 
AbstractJavaScriptRenderer(Class<V>) - Constructor for class com.vaadin.ui.renderers.AbstractJavaScriptRenderer
 
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
 
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.
AbstractListingExtension() - Constructor for class com.vaadin.ui.AbstractListing.AbstractListingExtension
 
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
 
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.
AbstractOrderedLayout - Class in com.vaadin.ui
 
AbstractOrderedLayout() - Constructor for class com.vaadin.ui.AbstractOrderedLayout
Constructs an empty AbstractOrderedLayout.
AbstractRenderer<T,V> - Class in com.vaadin.ui.renderers
An abstract base class for server-side Grid renderers.
AbstractRenderer(Class<V>, String) - Constructor for class com.vaadin.ui.renderers.AbstractRenderer
Creates a new renderer with the given presentation type and null representation.
AbstractRenderer(Class<V>) - Constructor for class com.vaadin.ui.renderers.AbstractRenderer
Creates a new renderer with the given presentation type.
AbstractSelectionModel<T> - Class in com.vaadin.ui.components.grid
Abstract selection model for grid.
AbstractSelectionModel() - Constructor for class com.vaadin.ui.components.grid.AbstractSelectionModel
 
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
 
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.
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.SplitPositionChangeEvents fired by a SplitPanel.
AbstractSplitPanel.SplitterClickEvent - Class in com.vaadin.ui
 
AbstractSplitPanel.SplitterClickListener - Interface in com.vaadin.ui
SplitterClickListener interface for listening for SplitterClickEvent fired by a 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.
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.
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
 
accept(BEAN, FIELDVALUE) - Method in interface com.vaadin.server.Setter
Save value to the bean property.
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).
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.
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.
Action - Class in com.vaadin.event
Implements the action framework.
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.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
 
actionHandlers - Variable in class com.vaadin.event.ActionManager
List of action handlers.
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
 
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.
actionMapper - Variable in class com.vaadin.event.ActionManager
Action mapper.
ActiveDataHandler() - Constructor for class com.vaadin.data.provider.DataCommunicator.ActiveDataHandler
 
add(String) - Method in class com.vaadin.server.Page.Styles
Injects a raw CSS string into the page.
add(Resource) - Method in class com.vaadin.server.Page.Styles
Injects a CSS resource into the page.
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.
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, Resource) - Method in class com.vaadin.server.JsonPaintTarget
 
addAttribute(String, int) - Method in class com.vaadin.server.JsonPaintTarget
 
addAttribute(String, long) - Method in class com.vaadin.server.JsonPaintTarget
 
addAttribute(String, float) - Method in class com.vaadin.server.JsonPaintTarget
 
addAttribute(String, double) - Method in class com.vaadin.server.JsonPaintTarget
 
addAttribute(String, String) - Method in class com.vaadin.server.JsonPaintTarget
 
addAttribute(String, Component) - Method in class com.vaadin.server.JsonPaintTarget
 
addAttribute(String, Map<?, ?>) - Method in class com.vaadin.server.JsonPaintTarget
 
addAttribute(String, Object[]) - 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, int) - Method in interface com.vaadin.server.PaintTarget
Adds a integer attribute to component.
addAttribute(String, Resource) - Method in interface com.vaadin.server.PaintTarget
Adds a resource attribute to component.
addAttribute(String, long) - Method in interface com.vaadin.server.PaintTarget
Adds a long attribute to component.
addAttribute(String, float) - Method in interface com.vaadin.server.PaintTarget
Adds a float attribute to component.
addAttribute(String, double) - Method in interface com.vaadin.server.PaintTarget
Adds a double attribute to component.
addAttribute(String, String) - Method in interface com.vaadin.server.PaintTarget
Adds a string attribute to component.
addAttribute(String, Map<?, ?>) - Method in interface com.vaadin.server.PaintTarget
Adds a Map attribute to the component.
addAttribute(String, Component) - Method in interface com.vaadin.server.PaintTarget
Adds a Component type attribute.
addAttribute(String, Object[]) - Method in interface com.vaadin.server.PaintTarget
 
addBlurListener(FieldEvents.BlurListener) - Method in interface com.vaadin.event.FieldEvents.BlurNotifier
Adds a BlurListener to the Component which gets fired when a Field 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
 
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.
addBrowserWindowResizeListener(Page.BrowserWindowResizeListener) - Method in class com.vaadin.server.Page
Adds a new Page.BrowserWindowResizeListener to this UI.
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(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.
addCell(Grid.Column<?, ?>) - Method in class com.vaadin.ui.components.grid.StaticSection.StaticRow
Adds a cell to this section for given column.
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.
addClickListener(Button.ClickListener) - Method in class com.vaadin.ui.Button
Adds the button click listener.
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(ClickableRenderer.RendererClickListener<T>) - Method in class com.vaadin.ui.renderers.ClickableRenderer
Adds a click listener to this button renderer.
addClickListener(MouseEvents.ClickListener) - Method in class com.vaadin.ui.UI
Add a click listener to the UI.
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(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(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>, 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(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.
addColumnReorderListener(ColumnReorderListener) - Method in class com.vaadin.ui.Grid
Registers a new column reorder listener.
addColumnResizeListener(ColumnResizeListener) - Method in class com.vaadin.ui.Grid
Registers a new column resize listener.
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, String) - Method in class com.vaadin.ui.AbsoluteLayout
Adds a component to the layout.
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, int) - Method in class com.vaadin.ui.AbstractOrderedLayout
Adds a component into indexed position in 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, int) - Method in class com.vaadin.ui.CssLayout
Adds a component into indexed position in this container.
addComponent(Component, String) - Method in class com.vaadin.ui.CustomLayout
Adds the component into this container to given location.
addComponent(Component) - Method in class com.vaadin.ui.CustomLayout
Adds the component into this container.
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, 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) - 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.
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.
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.
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 class com.vaadin.server.VaadinPortletResponse
 
addCookie(Cookie) - Method in interface com.vaadin.server.VaadinResponse
Adds the specified cookie to the response.
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.
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.
 
addDragEndListener(DragEndListener<T>) - Method in class com.vaadin.ui.dnd.DragSourceExtension
Attaches dragend listener for the current drag source.
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.
addError(ComponentSizeValidator.InvalidLayout) - Method in class com.vaadin.server.ComponentSizeValidator.InvalidLayout
 
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(SerializablePredicate<T>) - Method in interface com.vaadin.data.provider.InMemoryDataProvider
Adds a filter to be applied to all queries.
addFilter(ValueProvider<T, V>, SerializablePredicate<V>) - Method in interface com.vaadin.data.provider.InMemoryDataProvider
Adds a filter for an item property.
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.
addFocusListener(FieldEvents.FocusListener) - Method in interface com.vaadin.event.FieldEvents.FocusNotifier
Adds a FocusListener to the Component which gets fired when a Field 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
 
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.
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.
addHeaderRowAt(int) - Method in class com.vaadin.ui.Grid
Inserts a new row at the given position to the header section.
addItem(T, T) - Method in class com.vaadin.data.TreeData
Adds a data item as a child of parent.
addItem(String) - Method in class com.vaadin.ui.MenuBar
Adds a new menu item to the menu bar
addItem(String, 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
Add a new 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, MenuBar.Command) - Method in class com.vaadin.ui.MenuBar.MenuItem
Add a new item inside this item, thus creating a sub-menu.
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.
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(T, T...) - Method in class com.vaadin.data.TreeData
Adds a list of data items as children of parent.
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(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.
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(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<?>, Object, Method) - Method in class com.vaadin.event.EventRouter
 
addListener(Class<?>, Object, 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<?>, Object, String) - Method in class com.vaadin.event.EventRouter
 
addListener(Class<?>, Object, 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<?>, Object, 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(String, Class<?>, Object, 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<?>, Object, 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<?>, Object, String) - Method in class com.vaadin.server.AbstractClientConnector
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(Page.BrowserWindowResizeListener) - Method in class com.vaadin.ui.LegacyWindow
Deprecated.
As of 7.0, use the similarly named api in Page instead
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.
addLoginListener(LoginForm.LoginListener) - Method in class com.vaadin.ui.LoginForm
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.
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
 
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
 
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.
addPortletListener(VaadinPortletSession.PortletListener) - Method in class com.vaadin.server.VaadinPortletSession
Adds a listener for various types of portlet requests.
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).
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.
addResizeListener(Window.ResizeListener) - Method in class com.vaadin.ui.Window
Add a resize listener.
addRootItems(T...) - Method in class com.vaadin.data.TreeData
Adds the items as root items to this structure.
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.
addRowAt(int) - Method in class com.vaadin.ui.components.grid.StaticSection
Adds a new row at the given index.
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
 
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.
addSelectedTabChangeListener(TabSheet.SelectedTabChangeListener) - Method in class com.vaadin.ui.TabSheet
Adds a tab selection listener.
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(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(SingleSelectionListener<T>) - Method in class com.vaadin.ui.AbstractSingleSelect
Adds a selection listener to this select.
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(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 class com.vaadin.ui.Tree
Adds a selection listener to the current selection model.
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 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
 
addSortComparator(SerializableComparator<T>) - Method in interface com.vaadin.data.provider.InMemoryDataProvider
Adds a comparator to the default sorting for this data provider.
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.
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.
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.
addSplitPositionChangeListener(AbstractSplitPanel.SplitPositionChangeListener) - Method in class com.vaadin.ui.AbstractSplitPanel
Register a listener to handle AbstractSplitPanel.SplitPositionChangeEvents.
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.
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.
addStyleName(String) - Method in class com.vaadin.ui.AbstractComponent
 
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 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.
addSucceededListener(Upload.SucceededListener) - Method in class com.vaadin.ui.Upload
Adds the upload success event listener.
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.
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.
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.
addTreeGridDropListener(TreeGridDropListener<T>) - Method in class com.vaadin.ui.components.grid.TreeGridDropTarget
Attaches drop listener for the current drop target.
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.
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
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<V>) - Method in interface com.vaadin.data.HasValue
Adds a value change listener.
addValueChangeListener(HasValue.ValueChangeListener<V>) - Method in class com.vaadin.data.ReadOnlyHasValue
 
addValueChangeListener(HasValue.ValueChangeListener<T>) - Method in class com.vaadin.ui.AbstractField
 
addValueChangeListener(HasValue.ValueChangeListener<Set<T>>) - Method in class com.vaadin.ui.AbstractMultiSelect
Adds a value change listener.
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<Color>) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPopup
 
addValueChangeListener(HasValue.ValueChangeListener<Color>) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPreview
 
addVariable(VariableOwner, String, String) - Method in class com.vaadin.server.JsonPaintTarget
 
addVariable(VariableOwner, String, Component) - Method in class com.vaadin.server.JsonPaintTarget
 
addVariable(VariableOwner, String, int) - Method in class com.vaadin.server.JsonPaintTarget
 
addVariable(VariableOwner, String, long) - Method in class com.vaadin.server.JsonPaintTarget
 
addVariable(VariableOwner, String, float) - Method in class com.vaadin.server.JsonPaintTarget
 
addVariable(VariableOwner, String, double) - Method in class com.vaadin.server.JsonPaintTarget
 
addVariable(VariableOwner, String, boolean) - Method in class com.vaadin.server.JsonPaintTarget
 
addVariable(VariableOwner, String, String[]) - Method in class com.vaadin.server.JsonPaintTarget
 
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, String) - Method in interface com.vaadin.server.PaintTarget
Adds a string type variable.
addVariable(VariableOwner, String, int) - Method in interface com.vaadin.server.PaintTarget
Adds an int type variable.
addVariable(VariableOwner, String, long) - Method in interface com.vaadin.server.PaintTarget
Adds a long type variable.
addVariable(VariableOwner, String, float) - Method in interface com.vaadin.server.PaintTarget
Adds a float type variable.
addVariable(VariableOwner, String, double) - Method in interface com.vaadin.server.PaintTarget
Adds a double type variable.
addVariable(VariableOwner, String, boolean) - Method in interface com.vaadin.server.PaintTarget
Adds a boolean type variable.
addVariable(VariableOwner, String, String[]) - Method in interface com.vaadin.server.PaintTarget
Adds a string array type variable.
addVariable(VariableOwner, String, Component) - Method in interface com.vaadin.server.PaintTarget
Adds a Component type variable.
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.
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.
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.
afterDate(T, T) - Method in class com.vaadin.ui.AbstractDateField
Checks if value is after base or not.
afterViewChange(ViewChangeListener.ViewChangeEvent) - Method in interface com.vaadin.navigator.ViewChangeListener
Invoked after the view is changed.
Alignment - Class in com.vaadin.ui
Class containing information about alignment of a component.
Alignment(int) - Constructor for class com.vaadin.ui.Alignment
 
ALIGNMENT_DEFAULT - Static variable in class com.vaadin.ui.AbstractOrderedLayout
 
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.
ALT - Static variable in interface com.vaadin.event.ShortcutAction.ModifierKey
 
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.
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
 
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.
append(String, SortDirection) - Method in class com.vaadin.data.provider.Sort.SortBuilder
Appends sorting with given sort direction.
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.
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.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.
 
appendMainScriptTagContents(BootstrapHandler.BootstrapContext, StringBuilder) - Method in class com.vaadin.server.communication.PortletBootstrapHandler
 
apply(ValueContext) - Method in interface com.vaadin.data.ErrorMessageProvider
Returns a generated error message for given ValueContext.
apply(T, ValueContext) - Method in interface com.vaadin.data.Validator
Validates the given value.
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(T, ValueContext) - Method in class com.vaadin.data.validator.RangeValidator
Returns Result.ok if the value is within the specified bounds, Result.error otherwise.
apply(String, ValueContext) - Method in class com.vaadin.data.validator.RegexpValidator
 
apply(String, ValueContext) - Method in class com.vaadin.data.validator.StringLengthValidator
 
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(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(SortDirection) - Method in interface com.vaadin.ui.components.grid.SortOrderProvider
Generates the sort orders when rows are sorted by a column.
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.
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.
Area(Component, int, int, int, int) - Constructor for class com.vaadin.ui.GridLayout.Area
Construct a new area on a grid.
Area(GridLayoutState.ChildComponentData, Component) - Constructor for class com.vaadin.ui.GridLayout.Area
 
areTabsHidden() - Method in class com.vaadin.ui.TabSheet
Deprecated.
as of 7.5, use TabSheet.isTabsVisible() instead
ARROW_DOWN - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
 
ARROW_LEFT - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
 
ARROW_RIGHT - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
 
ARROW_UP - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
 
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.
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.
asRequired(String) - Method in interface com.vaadin.data.Binder.BindingBuilder
Sets the field to be required.
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(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(ErrorMessageProvider) - Method in class com.vaadin.data.Binder.BindingBuilderImpl
 
asRequired(Validator<TARGET>) - Method in class com.vaadin.data.Binder.BindingBuilderImpl
 
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.
ATMOSPHERE_MISSING_ERROR - Static variable in interface com.vaadin.server.Constants
 
AtmospherePushConnection - Class in com.vaadin.server.communication
A PushConnection implementation using the Atmosphere push support that is by default included in Vaadin.
AtmospherePushConnection(UI) - Constructor for class com.vaadin.server.communication.AtmospherePushConnection
 
AtmospherePushConnection.FragmentedMessage - Class in com.vaadin.server.communication
Represents a message that can arrive as multiple fragments.
AtmospherePushConnection.State - Enum in com.vaadin.server.communication
 
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(ClientConnector.AttachEvent) - Method in interface com.vaadin.server.ClientConnector.AttachListener
Called when a AttachListener is notified of a AttachEvent.
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_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
 
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
 
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
 
AutoGenerated - Annotation Type in com.vaadin.annotations
Marker annotation for automatically generated code elements.

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 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
 
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.
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.
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.
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(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(String) - Method in interface com.vaadin.data.Binder.BindingBuilder
Completes this binding by connecting the field to the property with the given name.
bind(ValueProvider<BEAN, TARGET>, Setter<BEAN, TARGET>) - Method in class com.vaadin.data.Binder.BindingBuilderImpl
 
bind(String) - Method in class com.vaadin.data.Binder.BindingBuilderImpl
 
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(PropertySet<BEAN>) - Constructor for class com.vaadin.data.Binder
Creates a binder using a custom PropertySet implementation for finding and resolving property names for Binder.bindInstanceFields(Object), Binder.bind(HasValue, String) and Binder.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() - Constructor for class com.vaadin.data.Binder
Creates a new binder without support for creating bindings based on property names.
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.
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>, ValidationResult) - Constructor for class com.vaadin.data.BindingValidationStatus
Deprecated.
BindingValidationStatus(Binder.Binding<?, TARGET>, BindingValidationStatus.Status, 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.
blur(FieldEvents.BlurEvent) - Method in interface com.vaadin.event.FieldEvents.BlurListener
Component has been blurred.
blur() - Method in class com.vaadin.event.FieldEvents.FocusAndBlurServerRpcImpl
 
BlurEvent(Component) - Constructor for class com.vaadin.event.FieldEvents.BlurEvent
 
blurMethod - Static variable in interface com.vaadin.event.FieldEvents.BlurListener
 
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.
BOTTOM_CENTER - Static variable in class com.vaadin.ui.Alignment
 
BOTTOM_LEFT - Static variable in class com.vaadin.ui.Alignment
 
BOTTOM_RIGHT - Static variable in class com.vaadin.ui.Alignment
 
bringToFront() - Method in class com.vaadin.ui.Window
If there are currently several windows visible, calling this method makes this window topmost.
browser - Variable in class com.vaadin.server.VaadinSession
 
BROWSER_DETAILS_PARAMETER - Static variable in class com.vaadin.server.communication.UIInitHandler
 
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.
BrowserWindowOpener - Class in com.vaadin.server
Component extension that opens a browser popup window when the extended component is clicked.
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.
BrowserWindowOpener(Resource) - Constructor for class com.vaadin.server.BrowserWindowOpener
Creates a window opener that will open window to the provided resource.
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.
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.
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.
buildDate(Map<DateResolution, Integer>) - Method in class com.vaadin.ui.AbstractLocalDateField
 
buildDate(Map<DateTimeResolution, Integer>) - Method in class com.vaadin.ui.AbstractLocalDateTimeField
 
Button - Class in com.vaadin.ui
A generic button component.
Button() - Constructor for class com.vaadin.ui.Button
Creates a new push button.
Button(String) - Constructor for class com.vaadin.ui.Button
Creates a new push button with the given caption.
Button(Resource) - Constructor for class com.vaadin.ui.Button
Creates a new push button with the given icon.
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(Resource, Button.ClickListener) - Constructor for class com.vaadin.ui.Button
Creates a new push button with a click listener.
button - Variable in class com.vaadin.ui.Button.ClickShortcut
 
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 a Component.
Button.ClickShortcut - Class in com.vaadin.ui
A ShortcutListener specifically made to define a keyboard shortcut that invokes a click on the given button.
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_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_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_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.
buttonClick(Button.ClickEvent) - Method in interface com.vaadin.ui.Button.ClickListener
Called when a Button has been clicked.
ButtonRenderer<T> - Class in com.vaadin.ui.renderers
A Renderer that displays a button with a textual caption.
ButtonRenderer(String) - Constructor for class com.vaadin.ui.renderers.ButtonRenderer
Creates a new button renderer.
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() - 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.
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
 
cache(Object) - Method in class com.vaadin.server.LegacyCommunicationManager.ClientCache
Deprecated.
 
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.
call(String, JsonArray) - Method in interface com.vaadin.ui.JavaScript.JavaScriptCallbackRpc
 
call(JsonArray) - Method in interface com.vaadin.ui.JavaScriptFunction
Invoked whenever the corresponding JavaScript function is called in the browser.
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.
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
 
canConvert(Class<?>) - Method in class com.vaadin.ui.declarative.DesignFormatter
Checks whether or not a value of a given type can be converted.
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.
CAPTION_ATTRIBUTE - Static variable in class com.vaadin.ui.declarative.DesignContext
 
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.
center() - Method in class com.vaadin.ui.Window
Sets this window to be centered relative to its parent window.
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
 
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
 
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.
CheckBoxGroup<T> - Class in com.vaadin.ui
A group of Checkboxes.
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.
CheckBoxGroup() - Constructor for class com.vaadin.ui.CheckBoxGroup
Constructs a new CheckBoxGroup.
checkColumnIsAttached() - Method in class com.vaadin.ui.Grid.Column
Checks if column is attached and throws an IllegalStateException if it is not.
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.
checkWidths(Component) - Static method in class com.vaadin.server.ComponentSizeValidator
 
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.
className - Variable in class com.vaadin.server.ComponentSizeValidator.FileLocation
 
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(String) - Constructor for class com.vaadin.server.ClassResource
Creates a new application resource instance.
ClassResource(Class<?>, String) - Constructor for class com.vaadin.server.ClassResource
Creates a new application resource instance.
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.
cleanConnectorMap() - Method in class com.vaadin.ui.ConnectorTracker
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.
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.
 
clearAll() - Static method in class com.vaadin.util.CurrentInstance
Clears all current instances.
clearDataTransferData(String) - Method in class com.vaadin.ui.dnd.DragSourceExtension
Clears data with the given type for this drag source element when present.
clearDataTransferData() - Method in class com.vaadin.ui.dnd.DragSourceExtension
Clears all data for this drag source element.
clearDragDataGenerator(String) - Method in class com.vaadin.ui.components.grid.GridDragSource
Remove the generator function set for the given type.
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.
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.
clearSortOrder() - Method in class com.vaadin.ui.Grid
Clear the current sort order, and re-sort the grid.
click(MouseEvents.ClickEvent) - Method in interface com.vaadin.event.MouseEvents.ClickListener
Called when a Component has been clicked.
click() - Method in class com.vaadin.ui.Button
Simulates a button click, notifying all server-side listeners.
click(ClickableRenderer.RendererClickEvent<T>) - Method in interface com.vaadin.ui.renderers.ClickableRenderer.RendererClickListener
Called when a rendered button is clicked.
CLICK_METHOD - Static variable in interface com.vaadin.ui.renderers.ClickableRenderer.RendererClickListener
 
ClickableRenderer<T,V> - Class in com.vaadin.ui.renderers
An abstract superclass for Renderers that render clickable items.
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<T> - Class in com.vaadin.ui.renderers
An event fired when a clickable widget rendered by a ClickableRenderer is clicked.
ClickableRenderer.RendererClickListener<T> - Interface in com.vaadin.ui.renderers
An interface for listening to renderer click events.
ClickEvent(Component, MouseEventDetails) - Constructor for class com.vaadin.event.MouseEvents.ClickEvent
 
ClickEvent(Component) - Constructor for class com.vaadin.ui.Button.ClickEvent
New instance of text change event.
ClickEvent(Component, MouseEventDetails) - Constructor for class com.vaadin.ui.Button.ClickEvent
Constructor with mouse details.
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
 
clickShortcut - Variable in class com.vaadin.ui.Button
 
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.
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 and ShortcutAction.ModifierKeys.
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.
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
 
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
 
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(boolean) - 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).
CloseEvent(Notification) - Constructor for class com.vaadin.ui.Notification.CloseEvent
 
CloseEvent(Notification, boolean) - Constructor for class com.vaadin.ui.Notification.CloseEvent
 
CloseEvent(Component) - Constructor for class com.vaadin.ui.Window.CloseEvent
 
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, 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.
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 and ShortcutAction.ModifierKeys.
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.
closeTab(String) - Method in class com.vaadin.ui.TabSheet.TabsheetServerRpcImpl
 
collapse(T) - Method in class com.vaadin.data.provider.HierarchicalDataCommunicator
Collapses the given item and removes its sub-hierarchy.
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(T...) - Method in class com.vaadin.ui.Tree
Collapse the given items.
collapse(Collection<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(Collection<T>) - Method in class com.vaadin.ui.TreeGrid
Collapse the given items.
COLLAPSE_METHOD - Static variable in interface com.vaadin.event.CollapseEvent.CollapseListener
 
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.
color - Variable in class com.vaadin.ui.AbstractColorPicker
The currently selected color.
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.
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.
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.
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
 
ColorUtil - Class in com.vaadin.ui.components.colorpicker
Utility class for matching and parsing Color objects from String input.
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(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.
columnReorder(Grid.ColumnReorderEvent) - Method in interface com.vaadin.ui.components.grid.ColumnReorderListener
Called when the columns of the grid have been reordered.
ColumnReorderEvent(Grid, boolean) - Constructor for class com.vaadin.ui.Grid.ColumnReorderEvent
 
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.
ColumnResizeEvent(Grid<?>, Grid.Column<?, ?>, boolean) - Constructor for class com.vaadin.ui.Grid.ColumnResizeEvent
 
ColumnResizeListener - Interface in com.vaadin.ui.components.grid
An event listener for column resize events in the Grid.
columnVisibilityChanged(Grid.ColumnVisibilityChangeEvent) - Method in interface com.vaadin.ui.components.grid.ColumnVisibilityChangeListener
Called when a column has become hidden or unhidden.
ColumnVisibilityChangeEvent(Grid<?>, Grid.Column<?, ?>, boolean, boolean) - Constructor for class com.vaadin.ui.Grid.ColumnVisibilityChangeEvent
Constructor for a column visibility change event.
ColumnVisibilityChangeListener - Interface in com.vaadin.ui.components.grid
An event listener for column visibility change events in the Grid.
com.vaadin.annotations - package com.vaadin.annotations
 
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.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.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.
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(String) - Constructor for class com.vaadin.ui.ComboBox
Constructs an empty combo box, whose content can be set with HasFilterableDataProvider.setDataProvider(DataProvider) or ComboBox.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(DataCommunicator<T>) - Constructor for class com.vaadin.ui.ComboBox
Constructs and initializes an empty 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.
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.
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
 
Component - Interface in com.vaadin.ui
Component is the top-level interface that is and must be implemented by all Vaadin components.
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.Events.
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.
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 a ComponentContainer 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.
componentEvent(Component.Event) - Method in interface com.vaadin.ui.Component.Listener
Notifies the listener of a component event.
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.
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
 
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.
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.
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.
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 definition definition before it's being bound.
connect(AtmosphereResource) - Method in class com.vaadin.server.communication.AtmospherePushConnection
Associates this AtmospherePushConnection with the given AtmosphereResource representing an established push connection.
connectionLost() - Method in class com.vaadin.server.communication.AtmospherePushConnection
Called when the connection to the client has been lost.
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.
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.
ConnectorHelper - Class in com.vaadin.util
Provides various helper methods for connectors.
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.
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
 
ConnectorTracker - Class in com.vaadin.ui
A class which takes care of book keeping of ClientConnectors 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.
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.
containsKey(String) - Method in class com.vaadin.server.KeyMapper
Checks if the given key is mapped to an object.
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 ContentMode#PREFORMATTED instead    
CONTENT_TEXT - Static variable in class com.vaadin.server.UserError
Deprecated.
As of 7.0, use ContentMode#TEXT instead    
CONTENT_XHTML - Static variable in class com.vaadin.server.UserError
Deprecated.
As of 7.0, use ContentMode#HTML instead    
CONTEXT_CLICK_METHOD - Static variable in class com.vaadin.event.ContextClickEvent
 
contextClick(ContextClickEvent) - Method in interface com.vaadin.event.ContextClickEvent.ContextClickListener
Called when the context click happens.
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.
contextDestroyed(ServletContextEvent) - Method in class com.vaadin.server.communication.JSR356WebsocketInitializer
 
contextInitialized(ServletContextEvent) - Method in class com.vaadin.server.communication.JSR356WebsocketInitializer
 
Converter<PRESENTATION,MODEL> - Interface in com.vaadin.data
Interface that implements conversion between a model and a presentation type.
convertFromDate(Date) - Method in class com.vaadin.ui.AbstractDateField
Converts Date to date type T.
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 representaion of date range limit into date type
convertPrimitiveType(Class<?>) - Static method in class com.vaadin.util.ReflectTools
 
convertToDate(T) - Method in class com.vaadin.ui.AbstractDateField
Converts the object of type T to Date.
convertToDate(LocalDate) - Method in class com.vaadin.ui.AbstractLocalDateField
 
convertToDate(LocalDateTime) - Method in class com.vaadin.ui.AbstractLocalDateTimeField
 
convertToDateString(T) - Method in class com.vaadin.ui.AbstractDateField
Converts date range limit into string representation.
convertToModel(PRESENTATION, ValueContext) - Method in interface com.vaadin.data.Converter
Converts the given value from model type to presentation type.
convertToModel(Date, ValueContext) - Method in class com.vaadin.data.converter.DateToLongConverter
 
convertToModel(Date, ValueContext) - Method in class com.vaadin.data.converter.DateToSqlDateConverter
 
convertToModel(LocalDateTime, ValueContext) - Method in class com.vaadin.data.converter.LocalDateTimeToDateConverter
 
convertToModel(LocalDate, ValueContext) - Method in class com.vaadin.data.converter.LocalDateToDateConverter
 
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.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
 
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(T, ValueContext) - Method in class com.vaadin.data.converter.AbstractStringToNumberConverter
 
convertToPresentation(MODEL, ValueContext) - Method in interface com.vaadin.data.Converter
Converts the given value from presentation type to model type.
convertToPresentation(Long, ValueContext) - Method in class com.vaadin.data.converter.DateToLongConverter
 
convertToPresentation(Date, ValueContext) - Method in class com.vaadin.data.converter.DateToSqlDateConverter
 
convertToPresentation(Date, ValueContext) - Method in class com.vaadin.data.converter.LocalDateTimeToDateConverter
 
convertToPresentation(Date, ValueContext) - Method in class com.vaadin.data.converter.LocalDateToDateConverter
 
convertToPresentation(Boolean, ValueContext) - Method in class com.vaadin.data.converter.StringToBooleanConverter
 
convertToPresentation(Date, ValueContext) - Method in class com.vaadin.data.converter.StringToDateConverter
 
convertToPresentation(Date, ValueContext) - Method in class com.vaadin.ui.declarative.converters.DesignDateConverter
 
convertToPresentation(T, ValueContext) - Method in class com.vaadin.ui.declarative.converters.DesignEnumConverter
 
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(Object, ValueContext) - Method in class com.vaadin.ui.declarative.converters.DesignObjectConverter
 
convertToPresentation(Resource, ValueContext) - Method in class com.vaadin.ui.declarative.converters.DesignResourceConverter
 
convertToPresentation(ShortcutAction, ValueContext) - Method in class com.vaadin.ui.declarative.converters.DesignShortcutActionConverter
 
convertToPresentation(TimeZone, ValueContext) - Method in class com.vaadin.ui.declarative.converters.DesignTimeZoneConverter
 
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
 
count(Query<T, F>) - Method in interface com.vaadin.data.provider.CallbackDataProvider.CountCallback
Counts the number of available items based on a query.
create(String, ErrorLevel) - Static method in interface com.vaadin.data.ValidationResult
Creates the validation result with the given errorMessage and errorLevel.
create(Resource, ClientConnector, String) - Static method in class com.vaadin.server.ResourceReference
 
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.
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.
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
 
createConnectorId(ClientConnector) - Method in class com.vaadin.server.VaadinSession
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.
createDeploymentConfiguration(Properties) - Method in class com.vaadin.server.VaadinPortlet
 
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.
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.
createEvent(ComponentContainer, MouseEventDetails, Connector) - Static method in class com.vaadin.event.LayoutEvents.LayoutClickEvent
 
createHierarchyMapper(HierarchicalDataProvider<T, F>) - Method in class com.vaadin.data.provider.HierarchicalDataCommunicator
Create new HierarchyMapper for the given data provider.
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.
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
 
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.
createPasswordField() - Method in class com.vaadin.ui.LoginForm
Customize the password field.
createPortletService(DeploymentConfiguration) - Method in class com.vaadin.server.VaadinPortlet
 
createPushHandler(VaadinServletService) - Method in class com.vaadin.server.communication.PushRequestHandler
Creates a push handler for this request handler.
createRequestHandlers() - Method in class com.vaadin.server.VaadinPortletService
 
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
 
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 this DataCommunicator.
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.
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.
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.server.AbstractClientConnector
Creates the shared state bean to be used in server to client communication.
createTreeGrid() - Method in class com.vaadin.ui.Tree
Create inner TreeGrid object.
createUnresolvedStatus(Binder<BEAN>) - Static method in class com.vaadin.data.BinderValidationStatus
Convenience method for creating a unresolved validation status for the given binder.
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.
createUsernameField() - Method in class com.vaadin.ui.LoginForm
Customize the user name field.
createVaadinRequest(PortletRequest) - Method in class com.vaadin.server.VaadinPortlet
Wraps the request in a (possibly portal specific) Vaadin portlet request.
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.VaadinPortletService
 
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.
criteria - Variable in class com.vaadin.event.dd.acceptcriteria.And
 
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.
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.
CTRL - Static variable in interface com.vaadin.event.ShortcutAction.ModifierKey
 
CURRENT_LOCALE_SUPPLIER - Static variable in class com.vaadin.data.provider.InMemoryDataProviderHelpers
Supplier that attempts to resolve a locale from the current UI.
CurrentInstance - Class in com.vaadin.util
Keeps track of various current instances for the current thread.
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.
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.
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.

D

D - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
 
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.
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.
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<T,F> - Interface in com.vaadin.data.provider
A common interface for fetching data from a backend.
dataProvider - Variable in class com.vaadin.data.provider.DataProviderWrapper
The actual data provider behind this wrapper.
DataProviderListener<T> - Interface in com.vaadin.data.provider
Interface for listening for a data change events fired by a DataProvider.
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.
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.
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(String, LocalDate) - Constructor for class com.vaadin.ui.DateField
Constructs a new DateField with the given caption and initial text contents.
DateField(String) - Constructor for class com.vaadin.ui.DateField
Constructs an empty DateField with caption.
DateField(HasValue.ValueChangeListener<LocalDate>) - Constructor for class com.vaadin.ui.DateField
Constructs a new DateField with a value change listener.
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, 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_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.
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.ui.renderers
A renderer for presenting date values.
DateRenderer() - 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.
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.
DateSerializer - Class in com.vaadin.server.communication
Server side serializer/deserializer for java.util.Date.
DateSerializer() - Constructor for class com.vaadin.server.communication.DateSerializer
 
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(String, LocalDateTime) - Constructor for class com.vaadin.ui.DateTimeField
Constructs a new DateTimeField with the given caption and initial text contents.
DateTimeField(String) - Constructor for class com.vaadin.ui.DateTimeField
Constructs an empty DateTimeField with caption.
DateTimeField(HasValue.ValueChangeListener<LocalDateTime>) - Constructor for class com.vaadin.ui.DateTimeField
Constructs a new DateTimeField with a value change listener.
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, 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.
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.
DateToLongConverter - Class in com.vaadin.data.converter
A converter that converts from Long to Date and back.
DateToLongConverter() - Constructor for class com.vaadin.data.converter.DateToLongConverter
 
DateToSqlDateConverter - Class in com.vaadin.data.converter
Converter for handling conversion between Date and Date.
DateToSqlDateConverter() - Constructor for class com.vaadin.data.converter.DateToSqlDateConverter
 
DeclarativeStyleGenerator(StyleGenerator<T>) - Constructor for class com.vaadin.ui.ComboBox.DeclarativeStyleGenerator
 
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.
DEFAULT - Static variable in interface com.vaadin.data.RequiredFieldConfigurator
Default configurator which is combination of RequiredFieldConfigurator.NOT_NULL, RequiredFieldConfigurator.NOT_EMPTY and RequiredFieldConfigurator.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_CLOSE_IDLE_SESSIONS - Static variable in class com.vaadin.server.DefaultDeploymentConfiguration
DEFAULT_HEARTBEAT_INTERVAL - Static variable in class com.vaadin.server.DefaultDeploymentConfiguration
DEFAULT_ICON - Static variable in class com.vaadin.util.FileTypeResolver
Default icon given if no icon is specified for a mime-type.
DEFAULT_MIME_TYPE - Static variable in class com.vaadin.util.FileTypeResolver
Default mime-type.
DEFAULT_RESOURCE_CACHE_TIME - Static variable in class com.vaadin.server.DefaultDeploymentConfiguration
DEFAULT_ROWS - Static variable in class com.vaadin.ui.ListSelect
Default number of rows visible for select.
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_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
 
DefaultComponentFactory() - Constructor for class com.vaadin.ui.declarative.Design.DefaultComponentFactory
 
DefaultComponentMapper() - Constructor for class com.vaadin.ui.declarative.Design.DefaultComponentMapper
 
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.
DefaultErrorHandler - Class in com.vaadin.server
 
DefaultErrorHandler() - Constructor for class com.vaadin.server.DefaultErrorHandler
 
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
 
DELAY_FOREVER - Static variable in class com.vaadin.ui.Notification
 
DELAY_NONE - Static variable in class com.vaadin.ui.Notification
 
DELETE - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
 
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
Filter for dependencies loaded using @StyleSheet, @JavaScript and @HtmlImport.
DependencyFilter.FilterContext - Class in com.vaadin.server
Provides context information for the dependency filter operation.
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.
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(T) - Method in interface com.vaadin.data.SelectionModel
Deselects the given item.
deselect(T) - Method in interface com.vaadin.data.SelectionModel.Multi
 
deselect(T, boolean) - Method in class com.vaadin.ui.AbstractMultiSelect
Deselects the given item.
deselect(Set<T>, boolean) - Method in class com.vaadin.ui.AbstractMultiSelect
Removes the given items.
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 interface com.vaadin.ui.MultiSelect
Removes the given items from the set of currently selected items.
deselect(T) - Method in class com.vaadin.ui.Tree
This method is a shorthand that delegates to the currently set 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 class com.vaadin.ui.AbstractMultiSelect
 
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.
deselectItems(T...) - Method in interface com.vaadin.data.SelectionModel.Multi
Removes the given items from the set of currently selected items.
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.
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.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, using Class.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.
DESIGN_ATTR_PLAIN_TEXT - Static variable in class com.vaadin.ui.AbstractComponent
 
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(Document) - Constructor for class com.vaadin.ui.declarative.DesignContext
 
DesignContext() - 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 by DesignAttributeHandler.
DesignLocalDateConverter() - Constructor for class com.vaadin.ui.declarative.converters.DesignLocalDateConverter
 
DesignLocalDateTimeConverter - Class in com.vaadin.ui.declarative.converters
A LocalDate converter to be used by DesignAttributeHandler.
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 by DesignAttributeHandler.
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.
destroy() - Method in class com.vaadin.navigator.Navigator
Creates view change event for given view, viewName and parameters.
destroy() - Method in class com.vaadin.server.communication.PushRequestHandler
 
destroy() - Method in class com.vaadin.server.VaadinPortlet
 
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
 
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.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(ClientConnector.DetachEvent) - Method in interface com.vaadin.server.ClientConnector.DetachListener
Called when a DetachListener is notified of a DetachEvent.
detach() - Method in class com.vaadin.server.DragAndDropService
Deprecated.
 
detach() - Method in class com.vaadin.ui.AbstractComponent
 
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_EVENT_IDENTIFIER - Static variable in class com.vaadin.server.ClientConnector.DetachEvent
 
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
 
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
 
disconnect() - Method in class com.vaadin.server.communication.AtmospherePushConnection
 
disconnect() - Method in interface com.vaadin.server.communication.PushConnection
Closes the connection.
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.
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
doCollapse(T, Optional<Integer>) - Method in class com.vaadin.data.provider.HierarchyMapper
doCreateBinding(HasValue<FIELDVALUE>, Converter<FIELDVALUE, TARGET>, BindingValidationStatusHandler) - Method in class com.vaadin.data.Binder
 
doDefault(ErrorEvent) - Static method in class com.vaadin.server.DefaultErrorHandler
 
doDispatch(RenderRequest, RenderResponse) - Method in class com.vaadin.server.VaadinPortlet
 
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
doExpand(T, Optional<Integer>) - Method in class com.vaadin.data.provider.HierarchyMapper
Deprecated.
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(URL) - Method in class com.vaadin.server.LegacyApplication
Deprecated.
 
doInit(VaadinRequest, int, String) - Method in class com.vaadin.ui.UI
Internal initialization method, should not be overridden.
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
 
doRefresh(VaadinRequest) - Method in class com.vaadin.ui.UI
Internal reinitialization method, should not be overridden.
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(T) - Method in class com.vaadin.ui.AbstractDateField
 
doSetValue(T) - Method in class com.vaadin.ui.AbstractField
Sets the value of this field.
doSetValue(String) - Method in class com.vaadin.ui.AbstractTextField
 
doSetValue(Boolean) - Method in class com.vaadin.ui.CheckBox
 
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(String) - Method in class com.vaadin.ui.RichTextArea
 
doSetValue(Double) - Method in class com.vaadin.ui.Slider
 
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
 
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.
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_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_METHOD - Static variable in interface com.vaadin.ui.components.grid.GridDragStartListener
 
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.
 
DragAndDropService - Class in com.vaadin.server
Deprecated.
Since 8.1, no direct replacement, see DragSourceExtension and DropTargetExtension.
DragAndDropService(VaadinSession) - Constructor for class com.vaadin.server.DragAndDropService
Deprecated.
 
DragAndDropWrapper - Class in com.vaadin.ui
Deprecated.
Replaced in 8.1 with DragSourceExtension and DropTargetExtension.
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
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.
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.
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_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.
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 and DragAndDropEvent has passed AcceptCriterion defined by DropHandler.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_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.
dropAllData() - Method in class com.vaadin.data.provider.DataCommunicator
Drops all data associated with this data communicator.
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.
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.
dropRows(JsonArray) - Method in class com.vaadin.data.provider.DataCommunicator.SimpleDataRequestRpc
 
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.

E

E - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
 
Editor<T> - Interface in com.vaadin.ui.components.grid
An editor in a Grid.
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.
EditorErrorGenerator<T> - Interface in com.vaadin.ui.components.grid
Generator for creating editor validation and conversion error messages.
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.
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
 
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.
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.
encode(Object, JsonValue, Type, ConnectorTracker) - Static method in class com.vaadin.server.JsonCodec
 
encode(V) - Method in class com.vaadin.ui.renderers.AbstractRenderer
 
encode(U, Class<U>) - Method in class com.vaadin.ui.renderers.AbstractRenderer
Encodes the given value to JSON.
encode(Component) - Method in class com.vaadin.ui.renderers.ComponentRenderer
 
encode(Date) - Method in class com.vaadin.ui.renderers.DateRenderer
 
encode(Resource) - Method in class com.vaadin.ui.renderers.ImageRenderer
 
encode(LocalDate) - Method in class com.vaadin.ui.renderers.LocalDateRenderer
 
encode(LocalDateTime) - Method in class com.vaadin.ui.renderers.LocalDateTimeRenderer
 
encode(Number) - Method in class com.vaadin.ui.renderers.NumberRenderer
 
encode(Double) - Method in class com.vaadin.ui.renderers.ProgressBarRenderer
 
encode(T) - Method in interface com.vaadin.ui.renderers.Renderer
Encodes the given value into a JsonValue.
encode(Object) - Method in class com.vaadin.ui.renderers.TextRenderer
 
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.
 
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 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
 
endPaintable(Component) - Method in class com.vaadin.server.JsonPaintTarget
 
endPaintable(Component) - Method in interface com.vaadin.server.PaintTarget
Prints paintable element end tag.
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.
ensureAccessQueuePurged(VaadinSession) - Method in class com.vaadin.server.VaadinService
Makes sure the pending access queue is purged for the provided session.
ensurePushAvailable() - Method in class com.vaadin.server.VaadinService
Enables push if push support is available and push has not yet been enabled.
ENTER - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
 
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.
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.ui.Alignment
 
equals(Object) - Method in class com.vaadin.ui.UniqueSerializable
 
equals(int, int...) - Method in class com.vaadin.ui.Window.CloseShortcut
 
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(ErrorEvent) - Method in class com.vaadin.server.DefaultErrorHandler
 
error(ErrorEvent) - Method in interface com.vaadin.server.ErrorHandler
Invoked when an error occurs.
ERROR - Static variable in interface com.vaadin.server.ErrorMessage
Deprecated.
As of 7.0, use ErrorLevel.ERROR instead    
error(ErrorEvent) - Method in class com.vaadin.server.LegacyApplication
Deprecated.
 
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(Throwable) - Constructor for class com.vaadin.server.ErrorEvent
 
ErrorEvent(ErrorMessage, Component) - Constructor for class com.vaadin.ui.Component.ErrorEvent
Constructs a new event with a specified source component.
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.
ErrorMessage - Interface in com.vaadin.server
Interface for rendering error messages to terminal.
ErrorMessageProducer - Interface in com.vaadin.server
Deprecated.
ErrorMessageProvider - Interface in com.vaadin.data
Provider interface for generating localizable error messages using ValueContext.
ESCAPE - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
 
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.
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_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.
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.server
Provides support for triggering an event from a given parts of a component or using various events.
execute(String) - Method in class com.vaadin.ui.JavaScript
Executes the given JavaScript code in the browser.
executeJavaScript(String) - Method in class com.vaadin.ui.LegacyWindow
Deprecated.
As of 7.0, use JavaScript.getCurrent().execute(String) instead
expand(T) - Method in class com.vaadin.data.provider.HierarchicalDataCommunicator
Expands the given item.
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(T...) - Method in class com.vaadin.ui.Tree
Expands the given items.
expand(Collection<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(Collection<T>) - Method in class com.vaadin.ui.TreeGrid
Expands the given items.
EXPAND_METHOD - Static variable in interface com.vaadin.event.ExpandEvent.ExpandListener
 
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.
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.
extend(AbstractClientConnector) - Method in class com.vaadin.server.AbstractExtension
Add this extension to the target connector.
extend(AbstractComponent) - Method in class com.vaadin.server.BrowserWindowOpener
Add this extension to the target component.
extend(EventTrigger) - Method in class com.vaadin.server.BrowserWindowOpener
Add this extension to the EventTrigger.
extend(AbstractComponent) - Method in class com.vaadin.server.FileDownloader
Add this extension to the target component.
extend(EventTrigger) - Method in class com.vaadin.server.FileDownloader
Add this extension to the EventTrigger.
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
 
extend(AbstractClientConnector) - Method in class com.vaadin.ui.renderers.AbstractRenderer
Deprecated.
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.
ExternalResource - Class in com.vaadin.server
ExternalResource implements source for resources fetched from location specified by URL:s.
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.
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.

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
 
FailedEvent(Upload, String, String, long, Exception) - Constructor for class com.vaadin.ui.Upload.FailedEvent
 
FailedEvent(Upload, String, String, long) - Constructor for class com.vaadin.ui.Upload.FailedEvent
 
FakeServletConfig(ServletRegistration, ServletContext) - Constructor for class com.vaadin.server.communication.JSR356WebsocketInitializer.FakeServletConfig
 
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.
fetch(Query<T, SerializablePredicate<T>>) - Method in class com.vaadin.data.provider.ListDataProvider
 
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.
fetchChildren(HierarchicalQuery<T, SerializablePredicate<T>>) - Method in class com.vaadin.data.provider.TreeDataProvider
 
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 filter the wanted results from the list.
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.
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.
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
 
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 for BlurEvent fired by a Field.
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 for FocusEvent fired by a Field.
FieldEvents.FocusNotifier - Interface in com.vaadin.event
The interface for adding and removing FocusEvent listeners.
file - Variable in class com.vaadin.server.ComponentSizeValidator.FileLocation
 
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.
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.
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.
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.
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() returns true.
filter(List<Dependency>, DependencyFilter.FilterContext) - Method in interface com.vaadin.server.DependencyFilter
Filters the list of dependencies and returns a (possibly) updated version.
FilterContext(VaadinSession) - Constructor for class com.vaadin.server.DependencyFilter.FilterContext
Creates a new context for the given session.
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.
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.
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>, 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.
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.
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.
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.
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.
findConverterFor(Class<? extends T>, boolean) - Method in class com.vaadin.ui.declarative.DesignFormatter
Finds a converter for a given type.
findConverterFor(Class<? extends T>) - 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.
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.
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.
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.
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.
FinishedEvent(Upload, String, String, long) - Constructor for class com.vaadin.ui.Upload.FinishedEvent
 
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(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
 
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(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, ErrorHandler) - Method in class com.vaadin.event.EventRouter
Sends an event to all registered listeners.
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.server.AbstractClientConnector
Sends the event to all listeners.
fireExpandEvent(T, boolean) - Method in class com.vaadin.ui.Tree
Fires an expand event with given item.
fireNoInputStream(String, String, long) - Method in class com.vaadin.ui.Upload
 
fireNoOutputStream(String, String, long) - Method in class com.vaadin.ui.Upload
 
firePortletActionRequest(UI, ActionRequest, ActionResponse) - Method in class com.vaadin.server.VaadinPortletSession
For internal use by the framework only - API subject to change.
firePortletEventRequest(UI, EventRequest, EventResponse) - Method in class com.vaadin.server.VaadinPortletSession
For internal use by the framework only - API subject to change.
firePortletRenderRequest(UI, RenderRequest, RenderResponse) - Method in class com.vaadin.server.VaadinPortletSession
For internal use by the framework only - API subject to change.
firePortletResourceRequest(UI, ResourceRequest, ResourceResponse) - Method in class com.vaadin.server.VaadinPortletSession
For internal use by the framework only - API subject to change.
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
 
Flash - Class in com.vaadin.ui
A component for displaying Adobe® Flash® content.
Flash() - Constructor for class com.vaadin.ui.Flash
Creates a new empty Flash component.
Flash(String) - Constructor for class com.vaadin.ui.Flash
Creates a new empty Flash component with the given caption.
Flash(String, Resource) - Constructor for class com.vaadin.ui.Flash
Creates a new Flash component with the given caption and content.
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.
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.
focus() - Method in class com.vaadin.event.FieldEvents.FocusAndBlurServerRpcImpl
 
focus(FieldEvents.FocusEvent) - Method in interface com.vaadin.event.FieldEvents.FocusListener
Component has been focused.
focus() - Method in class com.vaadin.ui.AbstractComponent
Sets the focus for this component if the component is 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 Focusable.
focus() - Method in class com.vaadin.ui.Window
Moves keyboard focus to the component.
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
 
FocusEvent(Component) - Constructor for class com.vaadin.event.FieldEvents.FocusEvent
 
focusMethod - Static variable in interface com.vaadin.event.FieldEvents.FocusListener
 
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 https://vaadin.com/icons (#7979). Will not be updated to include new icons.
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").
Footer - Class in com.vaadin.ui.components.grid
Represents the footer section of a Grid.
Footer() - Constructor for class com.vaadin.ui.components.grid.Footer
 
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.
FooterRow - Interface in com.vaadin.ui.components.grid
A footer row in a Grid.
FORCE_LOAD_COOKIE - Static variable in class com.vaadin.server.UnsupportedBrowserHandler
Cookie used to ignore browser checks.
forField(HasValue<FIELDVALUE>) - Method in class com.vaadin.data.Binder
Creates a new binding for the given field.
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(T) - Method in class com.vaadin.ui.AbstractDateField
Formats date according to the components locale.
formatDate(LocalDate) - Method in class com.vaadin.ui.AbstractLocalDateField
 
formatDate(LocalDateTime) - Method in class com.vaadin.ui.AbstractLocalDateTimeField
 
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.
FragmentedMessage(Reader) - Constructor for class com.vaadin.server.communication.AtmospherePushConnection.FragmentedMessage
 
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(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(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.
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.
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.
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
 
generateActionURL(String) - Method in class com.vaadin.server.VaadinPortletSession
Creates a new action URL.
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.
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().
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(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(String) - Method in interface com.vaadin.data.provider.DataKeyMapper
Gets the data object identified by given key.
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(String) - Method in class com.vaadin.server.KeyMapper
Retrieves object with the key.
get() - Method in class com.vaadin.server.VaadinSession.FutureAccess
 
get(Class<T>) - Static method in class com.vaadin.util.CurrentInstance
Gets the current instance of a specific type if available.
getAbsoluteLeft() - Method in class com.vaadin.ui.DragAndDropWrapper.WrapperTargetDetails
Deprecated.
 
getAbsoluteTop() - Method in class com.vaadin.ui.DragAndDropWrapper.WrapperTargetDetails
Deprecated.
 
getAcceptCriterion() - Method in interface com.vaadin.event.dd.DropHandler
Deprecated.
Returns the AcceptCriterion used to evaluate whether the Transferable will be handed over to DropHandler.drop(DragAndDropEvent) method.
getAcceptMimeTypes() - Method in class com.vaadin.ui.Upload
Returns the component's list of accepted content-types.
getActionManager() - Method in class com.vaadin.ui.AbstractComponent
Gets the ActionManager used to manage the ShortcutListeners added to this component.
getActionManager() - Method in class com.vaadin.ui.Panel
 
getActionManager() - Method in class com.vaadin.ui.UI
 
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.
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.
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 VaadinSessions which are stored in the given HTTP session.
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
 
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.LegacyVaadinPortlet
 
getApplicationClass() - Method in class com.vaadin.server.LegacyVaadinServlet
 
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.
 
getApplicationParameters(BootstrapHandler.BootstrapContext) - Method in class com.vaadin.server.communication.PortletBootstrapHandler
 
getApplicationProperty(String) - Method in class com.vaadin.server.DefaultDeploymentConfiguration
Gets an application property value.
getApplicationUrl(VaadinRequest) - Method in class com.vaadin.server.VaadinService
Deprecated.
As of 7.0. Only used to support LegacyApplication.
getApplicationUrl(HttpServletRequest) - Method in class com.vaadin.server.VaadinServlet
Deprecated.
As of 7.0. Will likely change or be removed in a future version
getApplicationUrl(VaadinRequest) - Method in class com.vaadin.server.VaadinServletService
 
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.
getArchive() - Method in class com.vaadin.ui.Flash
Returns current archive.
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.ui.Grid.Column
Gets the header caption for this column.
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(Notification.Type) - Method in interface com.vaadin.ui.NotificationConfiguration
Gets the accessibility postfix for a notification type.
getAssistivePostfix() - Method in class com.vaadin.ui.Window
Gets the accessibility postfix for the window caption.
getAssistivePrefix(Notification.Type) - Method in interface com.vaadin.ui.NotificationConfiguration
Gets the accessibility prefix for a notification type.
getAssistivePrefix() - Method in class com.vaadin.ui.Window
Gets the accessibility prefix for the window caption.
getAssistiveRole(Notification.Type) - Method in interface com.vaadin.ui.NotificationConfiguration
Gets the WAI-ARIA role for a notification type.
getAssistiveRole() - Method in class com.vaadin.ui.Window
Gets the WAI-ARIA role the window.
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
 
getAtmosphereVersion() - Static method in class com.vaadin.server.communication.AtmospherePushConnection
 
getAttachedComponent() - Method in class com.vaadin.ui.HasComponents.ComponentAttachEvent
Gets the attached component.
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(Class<T>) - 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 class com.vaadin.server.WrappedPortletSession
 
getAttribute(String, int) - Method in class com.vaadin.server.WrappedPortletSession
Returns the object bound with the specified name in this session, or null if no object is bound under the name in the given scope.
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 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 class com.vaadin.server.WrappedPortletSession
 
getAttributeNames(int) - Method in class com.vaadin.server.WrappedPortletSession
Gets the current set of attribute names bound to this session in the given scope.
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
 
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 or null if there was no authentication.
getAvailableWidgetSets() - Static method in class com.vaadin.server.widgetsetutils.ClassPathExplorer
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.
getBaseDirectory() - Method in class com.vaadin.server.VaadinPortletService
 
getBaseDirectory() - Method in class com.vaadin.server.VaadinService
Returns the context base directory.
getBaseDirectory() - Method in class com.vaadin.server.VaadinServletService
 
getBean() - Method in class com.vaadin.data.Binder
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.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 this Binding instance.
getBinder() - Method in class com.vaadin.data.Binder.BindingImpl
Returns the Binder connected to this Binding 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(String) - Method in class com.vaadin.data.Binder
Gets the binding for a property name.
getBinding() - Method in class com.vaadin.data.BindingValidationStatus
Gets the source binding of the validation status.
getBindings() - Method in class com.vaadin.data.Binder
Returns the bindings for this binder.
getBitMask() - Method in class com.vaadin.ui.Alignment
Returns a bitmask representation of the alignment value.
getBodyRowHeight() - Method in class com.vaadin.ui.Grid
Returns the current body row height.
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.
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.
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.
getBrowserMajorVersion() - Method in class com.vaadin.server.WebBrowser
Gets the major version of the browser the user is using.
getBrowserMinorVersion() - Method in class com.vaadin.server.WebBrowser
Gets the minor version of the browser the user is using.
getBrowserVersion() - Method in class com.vaadin.server.WebBrowser
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.
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.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.
getButtonStyleName() - Method in class com.vaadin.ui.Upload
Returns the stylename rendered into button that fires uploading.
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
 
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.
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.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
 
getCause() - Method in exception com.vaadin.server.SystemMessageException
 
getCauses() - Method in class com.vaadin.server.AbstractErrorMessage
 
getCell(String) - Method in interface com.vaadin.ui.components.grid.FooterRow
Returns the cell on this row corresponding to the given column id.
getCell(Grid.Column<?, ?>) - Method in interface com.vaadin.ui.components.grid.FooterRow
Returns the cell on this row corresponding to the given column.
getCell(String) - Method in interface com.vaadin.ui.components.grid.HeaderRow
Returns the cell on this row corresponding to the given column id.
getCell(Grid.Column<?, ?>) - Method in interface com.vaadin.ui.components.grid.HeaderRow
Returns the cell on this row corresponding to the given column.
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.
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.
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.
getCharacterEncoding() - Method in class com.vaadin.server.VaadinPortletRequest
 
getCharacterEncoding() - Method in interface com.vaadin.server.VaadinRequest
Returns the name of the character encoding used in the body of this request.
getChildComponent() - Method in class com.vaadin.event.LayoutEvents.LayoutClickEvent
Returns the direct child component of the layout which contains the clicked component.
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.
getChildCount(HierarchicalQuery<T, SerializablePredicate<T>>) - Method in class com.vaadin.data.provider.TreeDataProvider
 
getChildMeasurementHint() - Method in interface com.vaadin.ui.HasChildMeasurementHint
Returns the current child size measurement hint.
getChildren(T) - Method in class com.vaadin.data.TreeData
Get the immediate child items for the given item.
getChildren() - Method in class com.vaadin.ui.MenuBar.MenuItem
This will return the children of this item or null if there are none.
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.
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.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.ui.Button.ClickEvent
Returns the mouse position (y coordinate) when the click took place.
getCloseShortcuts() - Method in class com.vaadin.ui.Window
Returns an unmodifiable collection of Window.CloseShortcut objects currently registered with this Window.
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.
getCodebase() - Method in class com.vaadin.ui.Flash
Returns the codebase.
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.
getCodetype() - Method in class com.vaadin.ui.Flash
Returns the current codetype.
getCollapsedItem() - Method in class com.vaadin.event.CollapseEvent
Get the collapsed item that triggered this event.
getColorHistory() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPopup
Gets the color history.
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(String) - Method in class com.vaadin.ui.Grid
Gets a Grid.Column of this grid by its identifying string.
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.
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.
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.
getColumnResizeMode() - Method in class com.vaadin.ui.Grid
Returns the current column resize mode.
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.
getCommand() - Method in class com.vaadin.ui.MenuBar.MenuItem
For the associated command.
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
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.data.HasValue.ValueChangeEvent
Returns the component.
getComponent() - Method in class com.vaadin.data.ValueContext
Returns an Optional for the Component related to value conversion.
getComponent(int) - Method in class com.vaadin.ui.AbstractOrderedLayout
Returns the component at the given position.
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(int) - Method in class com.vaadin.ui.CssLayout
Returns the component at the given position.
getComponent(String) - Method in class com.vaadin.ui.CustomLayout
Gets the child-component by its location.
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(int, int) - Method in class com.vaadin.ui.GridLayout
Gets the Component at given index.
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
 
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.
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.
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.
getConfiguration() - Method in class com.vaadin.server.VaadinSession
Gets the configuration for this session.
getConfiguredTheme(VaadinRequest) - Method in class com.vaadin.server.VaadinPortletService
 
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.VaadinPortletService
 
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
 
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(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.ui.ConnectorTracker
Gets a connector by its id.
getConnector() - Method in class com.vaadin.ui.MenuBar.MenuItem
 
getConnectorId() - Method in class com.vaadin.server.AbstractClientConnector
 
getConnectorId() - Method in class com.vaadin.server.DragAndDropService
Deprecated.
 
getConnectorTracker() - Method in class com.vaadin.ui.UI
 
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.
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.
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 class com.vaadin.server.VaadinPortletRequest
 
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.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 class com.vaadin.server.VaadinPortletRequest
 
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.
getContext() - Method in class com.vaadin.server.LegacyApplication
Deprecated.
 
getContext() - Method in class com.vaadin.ui.declarative.DesignContext.ComponentCreatedEvent
Returns the new component context.
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.PortletBootstrapHandler
 
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.server.BootstrapHandler.BootstrapUriResolver
Deprecated.
 
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.
getCreationTime() - Method in class com.vaadin.server.WrappedHttpSession
 
getCreationTime() - Method in class com.vaadin.server.WrappedPortletSession
 
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.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.
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 class com.vaadin.server.VaadinPortlet
Gets the currently used Vaadin portlet.
getCurrent() - Static method in class com.vaadin.server.VaadinPortletRequest
Gets the currently processed Vaadin portlet request.
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.server.WebBrowser
Returns the current date and time of the browser.
getCurrentPortletRequest() - Static method in class com.vaadin.server.VaadinPortletRequest
Gets the currently processed portlet request.
getCurrentPortletRequest() - Static method in class com.vaadin.server.VaadinPortletService
Gets the currently processed portlet request.
getCurrentRequest() - Static method in class com.vaadin.server.VaadinPortletService
Gets the currently processed Vaadin portlet request.
getCurrentRequest() - Static method in class com.vaadin.server.VaadinService
Gets the currently processed Vaadin request.
getCurrentResponse() - Static method in class com.vaadin.server.VaadinPortletService
Gets the currently processed Vaadin portlet response.
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.
getCursorPosition() - Method in class com.vaadin.ui.AbstractTextField
Returns the last known cursor position of the field.
getCursorX() - Method in class com.vaadin.ui.GridLayout
Gets the current x-position (column) of the 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) and AbstractComponent.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(Component) - Method in class com.vaadin.ui.declarative.DesignContext
Gets the attributes that the component did not handle.
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
 
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() - Method in class com.vaadin.ui.AbstractComponent
Gets the application specific data.
getData(String) - Method in class com.vaadin.ui.AbstractListing.AbstractListingExtension
Gets a data object based on its client-side identifier key.
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 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 this HierarchyMapper.
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
 
getDataTransferData(String) - Method in class com.vaadin.ui.dnd.DragSourceExtension
Returns the data stored with type type in this drag source element.
getDataTransferData() - Method in class com.vaadin.ui.dnd.DragSourceExtension
Returns the map of data stored in this drag source element.
getDataTransferData(String) - Method in class com.vaadin.ui.dnd.event.DropEvent
Get data from the DataTransfer object.
getDataTransferData() - Method in class com.vaadin.ui.dnd.event.DropEvent
Get all of the transfer 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".
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 from Component.getLocale() is used.
getDateHeader(String) - Method in class com.vaadin.server.VaadinPortletRequest
 
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(T, R) - Method in class com.vaadin.ui.AbstractDateField
Returns a date integer value part for the given date for the given resolution.
getDatePart(LocalDate, DateResolution) - Method in class com.vaadin.ui.AbstractLocalDateField
 
getDatePart(LocalDateTime, DateTimeResolution) - Method in class com.vaadin.ui.AbstractLocalDateTimeField
 
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.
getDebugId() - Method in class com.vaadin.ui.AbstractComponent
Deprecated.
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.
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.
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.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.
getDefaultRow() - Method in class com.vaadin.ui.components.grid.Header
Returns the default row of this header.
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.
getDelayMsec() - Method in class com.vaadin.ui.Notification
Gets the delay before the notification disappears.
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.
getDeploymentConfiguration() - Method in class com.vaadin.server.VaadinService
Gets the deployment configuration.
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 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.
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.
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.
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).
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.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.
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.
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.
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.
getDragImageComponent() - Method in class com.vaadin.ui.DragAndDropWrapper
Deprecated.
Gets the component that will be used as the drag image.
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.
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.
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.
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.
getDropMode() - Method in class com.vaadin.ui.components.grid.GridDropTarget
Gets the drop mode of this drop target.
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.
getEditor() - Method in class com.vaadin.ui.Grid
 
getEditorBinding() - Method in class com.vaadin.ui.Grid.Column
Gets the binder binding that is currently used for this column.
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.
getEmbedId(VaadinRequest) - Method in class com.vaadin.server.communication.UIInitHandler
Constructs an embed id based on information in the request.
getEmbedId() - Method in class com.vaadin.ui.UI
Gets a string the uniquely distinguishes this UI instance based on where it is embedded.
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
 
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.
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(ValueContext) - Method in class com.vaadin.data.converter.AbstractStringToNumberConverter
Gets the error message to use when conversion fails.
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
 
getErrorMessageForException(Throwable) - Static method in class com.vaadin.server.AbstractErrorMessage
 
getEventRouter() - Method in class com.vaadin.data.Binder
Returns the event router for this binder.
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(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
getExpandRatio() - Method in class com.vaadin.ui.Grid.Column
Returns the column's expand ratio.
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 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.
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.DownloadStream
Returns the file name.
getFilename() - Method in class com.vaadin.server.FileResource
 
getFilename() - Method in class com.vaadin.server.StreamResource
Gets the filename.
getFileName() - Method in interface com.vaadin.server.StreamVariable.StreamingEvent
 
getFileName() - Method in class com.vaadin.ui.Html5File
 
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.
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(Query<T, Q>) - Method in class com.vaadin.data.provider.ConfigurableFilterDataProviderWrapper
 
getFilter() - Method in class com.vaadin.data.provider.DataCommunicator
Get the object used for filtering in this data communicator.
getFilter(Query<T, F>) - Method in class com.vaadin.data.provider.DataProviderWrapper
Gets the filter that should be used in the modified Query.
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
 
getFirstComponent() - Method in class com.vaadin.ui.AbstractSplitPanel
Gets the first component of this split panel.
getFirstDelay() - Method in interface com.vaadin.ui.LoadingIndicatorConfiguration
Returns the delay before the loading indicator is shown.
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.NoSelectionModel
 
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
 
getFooter() - Method in class com.vaadin.ui.Grid
Returns the footer section of this grid.
getFooterRow(int) - Method in class com.vaadin.ui.Grid
Returns the footer row at the given index.
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(Locale) - Method in class com.vaadin.data.converter.AbstractStringToNumberConverter
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
getFormat(Locale) - Method in class com.vaadin.data.converter.StringToIntegerConverter
getFormat(Locale) - Method in class com.vaadin.data.converter.StringToLongConverter
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.
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.server.BootstrapHandler.BootstrapUriResolver
Deprecated.
 
getFrozenColumnCount() - Method in class com.vaadin.ui.Grid
Gets the number of frozen columns in this grid.
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.
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.
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.
getHasValue() - Method in class com.vaadin.data.ValueContext
Returns an Optional for the HasValue used in the value conversion.
getHeader(String) - Method in class com.vaadin.server.VaadinPortlet.VaadinHttpAndPortletRequest
 
getHeader(String) - Method in class com.vaadin.server.VaadinPortletRequest
 
getHeader(String) - Method in interface com.vaadin.server.VaadinRequest
Gets the value of a request header, e.g.
getHeader() - Method in class com.vaadin.ui.Grid
Returns the header section of this grid.
getHeaderNames() - Method in class com.vaadin.server.VaadinPortlet.VaadinHttpAndPortletRequest
 
getHeaderNames() - Method in class com.vaadin.server.VaadinPortletRequest
 
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.ui.Grid
Returns the header row at the given index.
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 class com.vaadin.server.VaadinPortlet.VaadinHttpAndPortletRequest
 
getHeaders(String) - Method in class com.vaadin.server.VaadinPortletRequest
 
getHeaders(String) - Method in interface com.vaadin.server.VaadinRequest
Returns all the values of the specified request header as an Enumeration of String objects.
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.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.ui.Grid
Gets the amount of rows in Grid's body that are shown, while Grid.getHeightMode() is HeightMode.ROW.
getHeightMode() - Method in class com.vaadin.ui.Grid
Returns the current HeightMode the Grid is in.
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
Parses Color from matched hexadecimal Matcher.
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.
getHorizontalAlignment() - Method in class com.vaadin.ui.Alignment
Returns string representation of horizontal alignment.
getHorizontalDropLocation() - Method in class com.vaadin.ui.DragAndDropWrapper.WrapperTargetDetails
Deprecated.
 
getHSLAPatternColor(Matcher) - Static method in class com.vaadin.ui.components.colorpicker.ColorUtil
Parses Color from matched HSLA Matcher.
getHSLPatternColor(Matcher) - Static method in class com.vaadin.ui.components.colorpicker.ColorUtil
Parses Color from matched HSL Matcher.
getHSVVisibility() - Method in class com.vaadin.ui.AbstractColorPicker
Gets the visibility of the HSV tab.
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 with ContentMode.HTML.
getHtml() - Method in class com.vaadin.server.GenericFontIcon
 
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 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.
 
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.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
 
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
 
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
 
getId() - Method in class com.vaadin.server.WrappedHttpSession
 
getId() - Method in class com.vaadin.server.WrappedPortletSession
 
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
 
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
 
getIgnoredDisabledError(String, ClientConnector) - Static method in class com.vaadin.server.communication.ServerRpcHandler
Generates an error message when the client is trying to to 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.
getIndexOf(T) - Method in class com.vaadin.data.provider.HierarchyMapper
Finds the current index of given object.
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.
getInputStream() - Method in class com.vaadin.server.VaadinPortletRequest
 
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).
getInterfaceClass() - Method in class com.vaadin.server.ServerRpcMethodInvocation
 
getInterfaceName() - Method in class com.vaadin.server.ClientMethodInvocation
 
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
 
getInternalIdForColumn(Grid.Column<T, ?>) - Method in class com.vaadin.ui.Grid
Returns the internal id for given column.
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.
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.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
 
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.
getKeyCode() - Method in class com.vaadin.event.ShortcutAction
Get the ShortcutAction.KeyCode that this shortcut reacts to (in combination with the ShortcutAction.ModifierKeys).
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 this DataCommunicator.
getLastAccessedTime() - Method in class com.vaadin.server.WrappedHttpSession
 
getLastAccessedTime() - Method in class com.vaadin.server.WrappedPortletSession
 
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.
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.
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.
getLength() - Method in class com.vaadin.ui.Upload.FinishedEvent
Gets the length of the file.
getLimit() - Method in class com.vaadin.data.provider.Query
Gets the limit of items to fetch.
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
 
getLoadingIndicatorConfiguration() - Method in class com.vaadin.ui.UI
Retrieves the object used for configuring the loading indicator.
getLocale() - Method in class com.vaadin.data.ValueContext
Returns an Optional for the Locale 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.
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.
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.
getLongPollingSuspendTimeout() - Method in class com.vaadin.server.communication.PushHandler
Gets the timeout used for suspend calls when using long polling.
getMainDivId(VaadinSession, VaadinRequest, Class<? extends UI>) - Method in class com.vaadin.server.VaadinPortletService
 
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.
 
getMainDivStyle(BootstrapHandler.BootstrapContext) - Method in class com.vaadin.server.communication.PortletBootstrapHandler
 
getMainWindow() - Method in class com.vaadin.server.LegacyApplication
Deprecated.
Gets the mainWindow of the application.
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
 
getMax() - Method in class com.vaadin.ui.Slider
Gets the maximum slider value.
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 class com.vaadin.server.WrappedPortletSession
 
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.
getMaxValue() - Method in class com.vaadin.data.validator.RangeValidator
Gets the maximum value of the range.
getMaxWidth() - Method in interface com.vaadin.ui.TooltipConfiguration
Returns the maximum width of the tooltip popup.
getMenuBar() - Method in class com.vaadin.ui.MenuBar.MenuItem
Gets the menu bar this item is part of.
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(T) - Method in class com.vaadin.data.validator.AbstractValidator
Returns the error message for the given value.
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() - Method in class com.vaadin.server.AbstractErrorMessage
 
getMessage(Reader) - Method in class com.vaadin.server.communication.ServerRpcHandler
 
getMessage() - Method in exception com.vaadin.ui.GridLayout.OverlapsException
 
getMethod() - Method in class com.vaadin.server.ServerRpcMethodInvocation
 
getMethod() - Method in class com.vaadin.server.VaadinPortletRequest
 
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(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.
getMethodName() - Method in class com.vaadin.server.ClientMethodInvocation
 
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.
Unsupported: FontIcon does not have a MIME type and is not a Resource that can be used in a context where a MIME type would be needed.
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 interface com.vaadin.server.StreamVariable.StreamingEvent
 
getMIMEType() - Method in class com.vaadin.server.ThemeResource
 
getMimeType(String) - Method in class com.vaadin.server.VaadinPortletService
 
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 class com.vaadin.ui.Embedded
Gets the MIME-Type of the object.
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(String) - Static method in class com.vaadin.util.FileTypeResolver
Gets the mime-type of a file.
getMIMEType(File) - Static method in class com.vaadin.util.FileTypeResolver
Gets the mime-type for a file.
getMin() - Method in class com.vaadin.ui.Slider
Gets the minimum slider value.
getMinimizedValueAsHTML() - Method in interface com.vaadin.ui.PopupView.Content
This should return a small view of the full data.
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.
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.
getMinValue() - Method in class com.vaadin.data.validator.RangeValidator
Returns the minimum value of the range.
getMode() - Method in class com.vaadin.server.AbstractErrorMessage
 
getModifiers() - Method in class com.vaadin.event.ShortcutAction
Get the ShortcutAction.ModifierKeys required for the shortcut to react.
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.
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.server.JsonCodec.BeanProperty
 
getName() - Method in class com.vaadin.ui.LegacyWindow
Deprecated.
Gets the unique name of the window.
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.
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(PortletRequest) - Method in class com.vaadin.server.LegacyVaadinPortlet
 
getNewApplication(HttpServletRequest) - Method in class com.vaadin.server.LegacyVaadinServlet
 
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.
getNextConnectorId() - Method in class com.vaadin.server.VaadinSession
Gets the next unused numerical id for connector ids.
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
 
getOffset() - Method in class com.vaadin.data.provider.Query
Gets the first index of items to fetch.
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.
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.
getOptionalValue() - Method in interface com.vaadin.data.HasValue
Returns the current value of this object, wrapped in an Optional.
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.
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 class com.vaadin.server.VaadinPortletResponse
 
getOutputStream() - Method in interface com.vaadin.server.VaadinResponse
Returns a OutputStream for writing binary data in the response.
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.
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.
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.
getPageTitle(UICreateEvent) - Method in class com.vaadin.server.LegacyApplicationUIProvider
Deprecated.
 
getPageTitle(UICreateEvent) - Method in class com.vaadin.server.UIProvider
 
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 class com.vaadin.server.VaadinPortlet.VaadinHttpAndPortletRequest
 
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 class com.vaadin.ui.Flash
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(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.
getParameterMap() - Method in class com.vaadin.server.VaadinPortlet.VaadinHttpAndPortletRequest
 
getParameterMap() - Method in interface com.vaadin.server.VaadinRequest
Gets all the parameters of the request.
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 class com.vaadin.ui.Flash
Returns an iterable with declared 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
 
getParameterTypes() - Method in class com.vaadin.server.ClientMethodInvocation
 
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(T) - Method in class com.vaadin.data.TreeData
Get the parent item for the given item.
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 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
 
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 null.
getParentIndex(T) - Method in class com.vaadin.data.provider.HierarchyMapper
Finds the index of the parent of the item in given target index.
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.
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).
getPathInfo() - Method in class com.vaadin.server.VaadinPortletRequest
 
getPathInfo() - Method in interface com.vaadin.server.VaadinRequest
Gets the path of the requested resource relative to the application.
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.
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.
getPortalProperty(String) - Method in class com.vaadin.server.VaadinPortlet.VaadinLiferayRequest
 
getPortalProperty(String) - Method in class com.vaadin.server.VaadinPortletRequest
Reads a portal property from the portal context of the Vaadin request.
getPortlet() - Method in class com.vaadin.server.VaadinPortletService
Retrieves a reference to the portlet associated with this service.
getPortletConfig() - Method in class com.vaadin.server.VaadinPortletSession
Returns the JSR-286 portlet configuration that provides access to the portlet context and init parameters.
getPortletPreference(String) - Method in class com.vaadin.server.VaadinPortletRequest
Reads a portlet preference from the portlet of the request.
getPortletRequest() - Method in class com.vaadin.server.VaadinPortletRequest
Gets the original, unwrapped portlet request.
getPortletResponse() - Method in class com.vaadin.server.VaadinPortletResponse
Gets the original, unwrapped portlet response.
getPortletSession() - Method in class com.vaadin.server.VaadinPortletSession
Returns the underlying portlet session.
getPortletSession() - Method in class com.vaadin.server.WrappedPortletSession
Gets the wrapped PortletSession.
getPosition(Component) - Method in class com.vaadin.ui.AbsoluteLayout
Gets the position of a component in the layout.
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.
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
 
getPreload() - Method in class com.vaadin.ui.AbstractMedia
 
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.
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.data.BeanPropertySet
 
getProperties() - Method in interface com.vaadin.data.PropertySet
Gets all known properties as a stream.
getProperties(Class<?>) - Static method in class com.vaadin.server.JsonCodec
 
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.
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.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(UICreateEvent) - Method in class com.vaadin.server.UIProvider
Finds the PushMode to use for a specific UI.
getPushMode() - Method in interface com.vaadin.ui.PushConfiguration
Returns the mode of bidirectional ("push") communication that is used.
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 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 interface com.vaadin.ui.TooltipConfiguration
Returns the time (in ms) during which TooltipConfiguration.getQuickOpenDelay() should be used instead of TooltipConfiguration.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.
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 class com.vaadin.server.VaadinPortletRequest
 
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.
getRegisteredClasses() - Method in class com.vaadin.ui.declarative.DesignFormatter
Returns a set of classes that have a converter registered.
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.ui.Button.ClickEvent
Returns the relative mouse position (x coordinate) when the click took place.
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.ui.Button.ClickEvent
Returns the relative mouse position (y coordinate) when the click took place.
getRemoteAddr() - Method in class com.vaadin.server.VaadinPortlet.VaadinHttpAndPortletRequest
 
getRemoteAddr() - Method in class com.vaadin.server.VaadinPortletRequest
 
getRemoteAddr() - Method in interface com.vaadin.server.VaadinRequest
Returns the IP address from which the request came.
getRemoteHost() - Method in class com.vaadin.server.VaadinPortlet.VaadinHttpAndPortletRequest
 
getRemoteHost() - Method in class com.vaadin.server.VaadinPortletRequest
 
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 class com.vaadin.server.VaadinPortlet.VaadinHttpAndPortletRequest
 
getRemotePort() - Method in class com.vaadin.server.VaadinPortletRequest
 
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.
getRemovedSelection() - Method in class com.vaadin.event.selection.MultiSelectionEvent
Gets the items that were removed from selection.
getRenderer() - Method in class com.vaadin.ui.Grid.Column
Gets the Renderer for this Column.
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.
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(VaadinPortletRequest) - Method in class com.vaadin.server.VaadinPortlet
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.
getRequestType(VaadinRequest) - Method in class com.vaadin.server.VaadinPortletService
Deprecated.
As of 7.0. Will likely change or be removed in a future version
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.
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.
getResource(String) - Method in class com.vaadin.server.AbstractClientConnector
Gets a resource defined using AbstractClientConnector.setResource(String, Resource) with the corresponding key.
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(URLReference) - Static method in class com.vaadin.server.ResourceReference
 
getResource() - Method in class com.vaadin.ui.Link
Returns the resource this link opens.
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.
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
getResourcesPath() - Method in class com.vaadin.server.AbstractDeploymentConfiguration
 
getResourcesPath() - Method in interface com.vaadin.server.DeploymentConfiguration
Gets resources path configuration option value.
getResponse() - Method in class com.vaadin.server.BootstrapHandler.BootstrapContext
Deprecated.
Gets the Vaadin/HTTP response.
getResult() - Method in class com.vaadin.data.BindingValidationStatus
Gets the validation result if status is either BindingValidationStatus.Status.OK or BindingValidationStatus.Status.ERROR or an empty optional if status is BindingValidationStatus.Status.UNRESOLVED.
getRGBAPatternColor(Matcher) - Static method in class com.vaadin.ui.components.colorpicker.ColorUtil
Parses Color from matched RGBA Matcher.
getRGBPatternColor(Matcher) - Static method in class com.vaadin.ui.components.colorpicker.ColorUtil
Parses Color from matched RGB Matcher.
getRGBVisibility() - Method in class com.vaadin.ui.AbstractColorPicker
Gets the visibility of the RGB Tab.
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.
getRootComponent() - Method in class com.vaadin.ui.declarative.DesignContext
Returns the root component of a created component hierarchy.
getRootItems() - Method in class com.vaadin.data.TreeData
Gets the root items of this structure.
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 class com.vaadin.ui.components.grid.StaticSection
Returns the number of rows in this section.
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
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.
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.
getRpcInterface() - Method in class com.vaadin.server.ServerRpcManager
Returns the RPC interface type managed by this RPC manager instance.
getRpcInvocationsData() - Method in class com.vaadin.server.communication.ServerRpcHandler.RpcRequest
Gets the data to recreate the RPC as requested by the client side.
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(Class<T>) - Method in class com.vaadin.server.AbstractClientConnector
Returns an RPC proxy for a given server to client RPC interface for this component.
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.
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.server.WebBrowser
Gets the height of the screen in pixels.
getScreenWidth() - Method in class com.vaadin.server.WebBrowser
Gets the width of the screen in pixels.
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
 
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
 
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.
getSecondDelay() - Method in interface com.vaadin.ui.LoadingIndicatorConfiguration
Returns the delay before the loading indicator goes into the "second" state.
getSection() - Method in class com.vaadin.ui.Grid.GridContextClickEvent
Return the clicked section of Grid.
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
 
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.SingleSelectionModelImpl
 
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.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.
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.
getSequenceNumber() - Method in class com.vaadin.server.ClientMethodInvocation
 
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 class com.vaadin.server.VaadinPortlet
 
getService() - Method in class com.vaadin.server.VaadinPortletRequest
 
getService() - Method in class com.vaadin.server.VaadinPortletResponse
 
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
 
getServiceInitListeners() - Method in class com.vaadin.server.VaadinService
Gets all available service init listeners.
getServiceName() - Method in class com.vaadin.server.VaadinPortletService
 
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.server.BootstrapHandler.BootstrapUriResolver
Deprecated.
 
getServiceUrl(BootstrapHandler.BootstrapContext) - Method in class com.vaadin.server.BootstrapHandler
Deprecated.
 
getServiceUrl(BootstrapHandler.BootstrapContext) - Method in class com.vaadin.server.communication.PortletBootstrapHandler
 
getServiceUrl(BootstrapHandler.BootstrapContext) - Method in class com.vaadin.server.communication.ServletBootstrapHandler
 
getServiceUrlParameterName() - Method in class com.vaadin.server.BootstrapHandler.BootstrapUriResolver
Deprecated.
 
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
 
getServletRequest(PortletRequest) - Method in class com.vaadin.server.VaadinPortlet.VaadinGateInRequest
 
getServletRequest(PortletRequest) - Method in class com.vaadin.server.VaadinPortlet.VaadinHttpAndPortletRequest
Returns the original HTTP servlet request for this portlet request.
getServletRequest(PortletRequest) - Method in class com.vaadin.server.VaadinPortlet.VaadinLiferayRequest
 
getServletRequest(PortletRequest) - Method in class com.vaadin.server.VaadinPortlet.VaadinWebLogicPortalRequest
 
getServletRequest(PortletRequest) - Method in class com.vaadin.server.VaadinPortlet.VaadinWebSpherePortalRequest
 
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
 
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.
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.
getSize() - Method in class com.vaadin.server.SizeWithUnit
Returns the numeric value stored in this object.
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.
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.event.SortEvent
Gets the 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.
getSortOrder() - Method in class com.vaadin.ui.Grid
Get the current sort order list.
getSortOrders() - Method in class com.vaadin.data.provider.Query
Gets the sorting for items to fetch.
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
 
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.
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.
getStandby() - Method in class com.vaadin.ui.Flash
Returns standby.
getState(boolean) - Method in class com.vaadin.data.provider.DataCommunicator
 
getState() - Method in class com.vaadin.data.provider.DataCommunicator
 
getState() - Method in class com.vaadin.data.provider.HierarchicalDataCommunicator
 
getState(boolean) - 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(boolean) - Method in class com.vaadin.server.AbstractClientConnector
Returns the shared state for this connector.
getState() - Method in class com.vaadin.server.AbstractJavaScriptExtension
 
getState(boolean) - Method in class com.vaadin.server.AbstractJavaScriptExtension
 
getState() - Method in class com.vaadin.server.BrowserWindowOpener
 
getState(boolean) - 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(boolean) - Method in class com.vaadin.server.FileDownloader
 
getState(boolean) - Method in class com.vaadin.server.Page
Returns the page state.
getState() - Method in class com.vaadin.server.Responsive
 
getState(boolean) - 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(boolean) - Method in class com.vaadin.ui.AbsoluteLayout
 
getState() - Method in class com.vaadin.ui.AbstractColorPicker
 
getState(boolean) - 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(boolean) - Method in class com.vaadin.ui.AbstractComponent
 
getState() - Method in class com.vaadin.ui.AbstractComponentContainer
 
getState(boolean) - Method in class com.vaadin.ui.AbstractComponentContainer
 
getState() - Method in class com.vaadin.ui.AbstractDateField
 
getState(boolean) - Method in class com.vaadin.ui.AbstractDateField
 
getState() - Method in class com.vaadin.ui.AbstractEmbedded
 
getState(boolean) - Method in class com.vaadin.ui.AbstractEmbedded
 
getState() - Method in class com.vaadin.ui.AbstractField
 
getState(boolean) - Method in class com.vaadin.ui.AbstractField
 
getState() - Method in class com.vaadin.ui.AbstractFocusable
 
getState(boolean) - Method in class com.vaadin.ui.AbstractFocusable
 
getState() - Method in class com.vaadin.ui.AbstractJavaScriptComponent
 
getState(boolean) - Method in class com.vaadin.ui.AbstractJavaScriptComponent
 
getState() - Method in class com.vaadin.ui.AbstractLayout
 
getState(boolean) - Method in class com.vaadin.ui.AbstractLayout
 
getState() - Method in class com.vaadin.ui.AbstractListing.AbstractListingExtension
 
getState(boolean) - Method in class com.vaadin.ui.AbstractListing.AbstractListingExtension
 
getState() - Method in class com.vaadin.ui.AbstractListing
 
getState(boolean) - Method in class com.vaadin.ui.AbstractListing
 
getState() - Method in class com.vaadin.ui.AbstractLocalDateField
 
getState(boolean) - Method in class com.vaadin.ui.AbstractLocalDateField
 
getState() - Method in class com.vaadin.ui.AbstractLocalDateTimeField
 
getState(boolean) - Method in class com.vaadin.ui.AbstractLocalDateTimeField
 
getState() - Method in class com.vaadin.ui.AbstractMedia
 
getState(boolean) - Method in class com.vaadin.ui.AbstractMedia
 
getState() - Method in class com.vaadin.ui.AbstractMultiSelect
 
getState(boolean) - Method in class com.vaadin.ui.AbstractMultiSelect
 
getState() - Method in class com.vaadin.ui.AbstractOrderedLayout
 
getState(boolean) - Method in class com.vaadin.ui.AbstractOrderedLayout
 
getState() - Method in class com.vaadin.ui.AbstractSingleComponentContainer
 
getState(boolean) - Method in class com.vaadin.ui.AbstractSingleComponentContainer
 
getState() - Method in class com.vaadin.ui.AbstractSingleSelect
 
getState(boolean) - Method in class com.vaadin.ui.AbstractSingleSelect
 
getState() - Method in class com.vaadin.ui.AbstractSplitPanel
 
getState(boolean) - Method in class com.vaadin.ui.AbstractSplitPanel
 
getState() - Method in class com.vaadin.ui.AbstractTextField
 
getState(boolean) - Method in class com.vaadin.ui.AbstractTextField
 
getState() - Method in class com.vaadin.ui.Accordion
 
getState(boolean) - Method in class com.vaadin.ui.Accordion
 
getState() - Method in class com.vaadin.ui.Audio
 
getState(boolean) - Method in class com.vaadin.ui.Audio
 
getState() - Method in class com.vaadin.ui.BrowserFrame
 
getState(boolean) - Method in class com.vaadin.ui.BrowserFrame
 
getState() - Method in class com.vaadin.ui.Button
 
getState(boolean) - Method in class com.vaadin.ui.Button
 
getState() - Method in class com.vaadin.ui.CheckBox
 
getState(boolean) - Method in class com.vaadin.ui.CheckBox
 
getState() - Method in class com.vaadin.ui.CheckBoxGroup
 
getState(boolean) - Method in class com.vaadin.ui.CheckBoxGroup
 
getState() - Method in class com.vaadin.ui.ColorPicker
 
getState(boolean) - Method in class com.vaadin.ui.ColorPicker
 
getState() - Method in class com.vaadin.ui.ColorPickerArea
 
getState(boolean) - Method in class com.vaadin.ui.ColorPickerArea
 
getState() - Method in class com.vaadin.ui.ComboBox
 
getState(boolean) - Method in class com.vaadin.ui.ComboBox
 
getState() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerGradient
 
getState(boolean) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerGradient
 
getState() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerGrid
 
getState(boolean) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerGrid
 
getState() - Method in class com.vaadin.ui.components.grid.AbstractSelectionModel
 
getState(boolean) - Method in class com.vaadin.ui.components.grid.AbstractSelectionModel
 
getState() - Method in class com.vaadin.ui.components.grid.EditorImpl
 
getState(boolean) - Method in class com.vaadin.ui.components.grid.EditorImpl
 
getState() - Method in class com.vaadin.ui.components.grid.GridDragSource
 
getState(boolean) - Method in class com.vaadin.ui.components.grid.GridDragSource
 
getState() - Method in class com.vaadin.ui.components.grid.GridDropTarget
 
getState(boolean) - Method in class com.vaadin.ui.components.grid.GridDropTarget
 
getState() - Method in class com.vaadin.ui.components.grid.MultiSelectionModelImpl
 
getState(boolean) - Method in class com.vaadin.ui.components.grid.MultiSelectionModelImpl
 
getState() - Method in class com.vaadin.ui.components.grid.SingleSelectionModelImpl
 
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() - Method in class com.vaadin.ui.components.grid.TreeGridDragSource
 
getState(boolean) - Method in class com.vaadin.ui.components.grid.TreeGridDragSource
 
getState() - Method in class com.vaadin.ui.components.grid.TreeGridDropTarget
 
getState(boolean) - Method in class com.vaadin.ui.components.grid.TreeGridDropTarget
 
getState() - Method in class com.vaadin.ui.Composite
 
getState(boolean) - Method in class com.vaadin.ui.Composite
 
getState() - Method in class com.vaadin.ui.CssLayout
 
getState(boolean) - Method in class com.vaadin.ui.CssLayout
 
getState() - Method in class com.vaadin.ui.CustomComponent
 
getState(boolean) - Method in class com.vaadin.ui.CustomComponent
 
getState() - Method in class com.vaadin.ui.CustomField
 
getState(boolean) - Method in class com.vaadin.ui.CustomField
 
getState() - Method in class com.vaadin.ui.CustomLayout
 
getState(boolean) - Method in class com.vaadin.ui.CustomLayout
 
getState() - Method in class com.vaadin.ui.DateField
 
getState(boolean) - Method in class com.vaadin.ui.DateField
 
getState() - Method in class com.vaadin.ui.DateTimeField
 
getState(boolean) - Method in class com.vaadin.ui.DateTimeField
 
getState() - Method in class com.vaadin.ui.dnd.DragSourceExtension
 
getState(boolean) - Method in class com.vaadin.ui.dnd.DragSourceExtension
 
getState() - Method in class com.vaadin.ui.dnd.DropTargetExtension
 
getState(boolean) - Method in class com.vaadin.ui.dnd.DropTargetExtension
 
getState() - Method in class com.vaadin.ui.dnd.FileDropTarget
 
getState(boolean) - Method in class com.vaadin.ui.dnd.FileDropTarget
 
getState() - Method in class com.vaadin.ui.DragAndDropWrapper
Deprecated.
 
getState(boolean) - Method in class com.vaadin.ui.DragAndDropWrapper
Deprecated.
 
getState() - Method in class com.vaadin.ui.Embedded
 
getState(boolean) - Method in class com.vaadin.ui.Embedded
 
getState() - Method in class com.vaadin.ui.Flash
 
getState(boolean) - Method in class com.vaadin.ui.Flash
 
getState() - Method in class com.vaadin.ui.FormLayout
 
getState(boolean) - Method in class com.vaadin.ui.FormLayout
 
getState() - Method in class com.vaadin.ui.Grid.AbstractGridExtension
 
getState(boolean) - Method in class com.vaadin.ui.Grid.AbstractGridExtension
 
getState() - Method in class com.vaadin.ui.Grid.Column
 
getState(boolean) - Method in class com.vaadin.ui.Grid.Column
 
getState() - Method in class com.vaadin.ui.Grid.DetailsManager
 
getState(boolean) - Method in class com.vaadin.ui.Grid.DetailsManager
 
getState() - Method in class com.vaadin.ui.Grid
 
getState(boolean) - Method in class com.vaadin.ui.Grid
 
getState() - Method in class com.vaadin.ui.GridLayout
 
getState(boolean) - Method in class com.vaadin.ui.GridLayout
 
getState() - Method in class com.vaadin.ui.HorizontalLayout
 
getState(boolean) - Method in class com.vaadin.ui.HorizontalLayout
 
getState() - Method in class com.vaadin.ui.HorizontalSplitPanel
 
getState(boolean) - Method in class com.vaadin.ui.HorizontalSplitPanel
 
getState() - Method in class com.vaadin.ui.Image
 
getState(boolean) - Method in class com.vaadin.ui.Image
 
getState() - Method in class com.vaadin.ui.InlineDateField
 
getState(boolean) - Method in class com.vaadin.ui.InlineDateField
 
getState() - Method in class com.vaadin.ui.InlineDateTimeField
 
getState(boolean) - Method in class com.vaadin.ui.InlineDateTimeField
 
getState() - Method in class com.vaadin.ui.JavaScript
 
getState(boolean) - Method in class com.vaadin.ui.JavaScript
 
getState() - Method in class com.vaadin.ui.Label
 
getState(boolean) - Method in class com.vaadin.ui.Label
 
getState() - Method in class com.vaadin.ui.Link
 
getState(boolean) - Method in class com.vaadin.ui.Link
 
getState() - Method in class com.vaadin.ui.ListSelect
 
getState(boolean) - Method in class com.vaadin.ui.ListSelect
 
getState() - Method in class com.vaadin.ui.LoginForm
 
getState(boolean) - Method in class com.vaadin.ui.LoginForm
 
getState() - Method in class com.vaadin.ui.MenuBar
 
getState(boolean) - Method in class com.vaadin.ui.MenuBar
 
getState() - Method in class com.vaadin.ui.NativeButton
 
getState(boolean) - Method in class com.vaadin.ui.NativeButton
 
getState() - Method in class com.vaadin.ui.NativeSelect
 
getState(boolean) - Method in class com.vaadin.ui.NativeSelect
 
getState() - Method in class com.vaadin.ui.Notification
 
getState(boolean) - Method in class com.vaadin.ui.Notification
 
getState() - Method in class com.vaadin.ui.Panel
 
getState(boolean) - Method in class com.vaadin.ui.Panel
 
getState() - Method in class com.vaadin.ui.PasswordField
 
getState(boolean) - Method in class com.vaadin.ui.PasswordField
 
getState() - Method in class com.vaadin.ui.PopupView
 
getState(boolean) - Method in class com.vaadin.ui.PopupView
 
getState() - Method in class com.vaadin.ui.ProgressBar
 
getState(boolean) - Method in class com.vaadin.ui.ProgressBar
 
getState() - Method in class com.vaadin.ui.RadioButtonGroup
 
getState(boolean) - Method in class com.vaadin.ui.RadioButtonGroup
 
getState() - Method in class com.vaadin.ui.renderers.AbstractJavaScriptRenderer
 
getState(boolean) - Method in class com.vaadin.ui.renderers.AbstractJavaScriptRenderer
 
getState() - Method in class com.vaadin.ui.renderers.AbstractRenderer
 
getState(boolean) - Method in class com.vaadin.ui.renderers.AbstractRenderer
 
getState() - Method in class com.vaadin.ui.renderers.ButtonRenderer
 
getState(boolean) - Method in class com.vaadin.ui.renderers.ButtonRenderer
 
getState() - Method in class com.vaadin.ui.renderers.ClickableRenderer
 
getState(boolean) - Method in class com.vaadin.ui.renderers.ClickableRenderer
 
getState(boolean) - Method in class com.vaadin.ui.renderers.ComponentRenderer
 
getState() - Method in class com.vaadin.ui.renderers.ComponentRenderer
 
getState() - Method in class com.vaadin.ui.renderers.DateRenderer
 
getState(boolean) - Method in class com.vaadin.ui.renderers.DateRenderer
 
getState() - Method in class com.vaadin.ui.renderers.HtmlRenderer
 
getState(boolean) - Method in class com.vaadin.ui.renderers.HtmlRenderer
 
getState() - Method in class com.vaadin.ui.renderers.ImageRenderer
 
getState(boolean) - Method in class com.vaadin.ui.renderers.ImageRenderer
 
getState() - Method in class com.vaadin.ui.renderers.LocalDateRenderer
 
getState(boolean) - Method in class com.vaadin.ui.renderers.LocalDateRenderer
 
getState() - Method in class com.vaadin.ui.renderers.LocalDateTimeRenderer
 
getState(boolean) - Method in class com.vaadin.ui.renderers.LocalDateTimeRenderer
 
getState() - Method in class com.vaadin.ui.renderers.NumberRenderer
 
getState(boolean) - Method in class com.vaadin.ui.renderers.NumberRenderer
 
getState() - Method in class com.vaadin.ui.renderers.ProgressBarRenderer
 
getState(boolean) - Method in class com.vaadin.ui.renderers.ProgressBarRenderer
 
getState() - Method in class com.vaadin.ui.renderers.TextRenderer
 
getState(boolean) - Method in class com.vaadin.ui.renderers.TextRenderer
 
getState() - Method in class com.vaadin.ui.RichTextArea
 
getState(boolean) - Method in class com.vaadin.ui.RichTextArea
 
getState() - Method in class com.vaadin.ui.Slider
 
getState(boolean) - Method in class com.vaadin.ui.Slider
 
getState(boolean) - Method in class com.vaadin.ui.TabSheet
 
getState() - Method in class com.vaadin.ui.TabSheet
 
getState() - Method in class com.vaadin.ui.TextArea
 
getState(boolean) - Method in class com.vaadin.ui.TextArea
 
getState() - Method in class com.vaadin.ui.TextField
 
getState(boolean) - Method in class com.vaadin.ui.TextField
 
getState() - Method in class com.vaadin.ui.Tree.TreeMultiSelectionModel
 
getState(boolean) - Method in class com.vaadin.ui.Tree.TreeMultiSelectionModel
 
getState() - Method in class com.vaadin.ui.Tree.TreeRenderer
 
getState(boolean) - Method in class com.vaadin.ui.Tree.TreeRenderer
 
getState() - Method in class com.vaadin.ui.TreeGrid
 
getState(boolean) - Method in class com.vaadin.ui.TreeGrid
 
getState() - Method in class com.vaadin.ui.TwinColSelect
 
getState(boolean) - Method in class com.vaadin.ui.TwinColSelect
 
getState() - Method in class com.vaadin.ui.UI
 
getState(boolean) - Method in class com.vaadin.ui.UI
 
getState() - Method in class com.vaadin.ui.Upload
 
getState(boolean) - Method in class com.vaadin.ui.Upload
 
getState() - Method in class com.vaadin.ui.VerticalLayout
 
getState(boolean) - Method in class com.vaadin.ui.VerticalLayout
 
getState() - Method in class com.vaadin.ui.VerticalSplitPanel
 
getState(boolean) - Method in class com.vaadin.ui.VerticalSplitPanel
 
getState() - Method in class com.vaadin.ui.Video
 
getState(boolean) - Method in class com.vaadin.ui.Video
 
getState() - Method in class com.vaadin.ui.Window
 
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 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 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
 
getStaticFileLocation(VaadinRequest) - Method in class com.vaadin.server.VaadinPortletService
 
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.
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(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.
getStreamVariable() - Method in class com.vaadin.ui.Html5File
 
getStreamVariable() - Method in class com.vaadin.ui.Upload
 
getStreamVariableTargetUrl(ClientConnector, String, StreamVariable) - Method in class com.vaadin.server.LegacyCommunicationManager
Deprecated.
As of 7.1. See #11411.
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.
getStyle() - Method in enum com.vaadin.ui.Notification.Type
 
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.ui.AbstractComponent
 
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 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
 
getStyles() - Method in class com.vaadin.server.Page
Returns that stylesheet associated with this Page.
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(Component) - Method in class com.vaadin.ui.TabSheet
Returns the TabSheet.Tab (metadata) for a component.
getTab(int) - Method in class com.vaadin.ui.TabSheet
Returns the TabSheet.Tab (metadata) with the given index.
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.
getTabPosition(TabSheet.Tab) - Method in class com.vaadin.ui.TabSheet
Gets the position of the tab.
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.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.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(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.
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.
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.
 
getTargetHeight() - Method in class com.vaadin.ui.Link
Returns the target window height or -1 if not set.
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 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.
getTextfieldVisibility() - Method in class com.vaadin.ui.AbstractColorPicker
Gets the visibility of CSS color code text field.
getTheme() - Method in class com.vaadin.server.LegacyApplication
Deprecated.
Gets the application's theme.
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.
getTheme() - Method in class com.vaadin.ui.UI
Gets the theme currently in use by this UI.
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
 
getThemeResourceAsStream(UI, String, String) - Method in class com.vaadin.server.VaadinPortletService
 
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.server.BootstrapHandler.BootstrapUriResolver
Deprecated.
 
getThemeUri(BootstrapHandler.BootstrapContext, String) - Method in class com.vaadin.server.BootstrapHandler
Deprecated.
Get the URI for the application theme.
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.
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.
getTooltipConfiguration() - Method in class com.vaadin.ui.UI
Retrieves the object used for configuring tooltips.
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.
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 interface com.vaadin.ui.PushConfiguration
Returns the primary transport type for push.
getTreeData() - Method in interface com.vaadin.data.HasHierarchicalDataProvider
Gets the backing TreeData instance of the data provider, if the data provider is a TreeDataProvider.
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() - 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.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
 
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
Returns the UI of this 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.BootstrapHandler.BootstrapContext
Deprecated.
Gets the UI class which will be used.
getUiClass() - Method in class com.vaadin.server.BootstrapResponse
Gets the class of the UI that will be displayed on the generated bootstrap page.
getUIClass(UIClassSelectionEvent) - Method in class com.vaadin.server.DefaultUIProvider
 
getUIClass(UIClassSelectionEvent) - Method in class com.vaadin.server.LegacyApplicationUIProvider
Deprecated.
 
getUIClass() - Method in class com.vaadin.server.UICreateEvent
Gets the UI class that will be created.
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.
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.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.
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.
getUnboundFields() - Method in class com.vaadin.ui.declarative.FieldBinder
Returns a collection of field names that are not bound.
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(ClientConnector, ConnectorResource) - Method in class com.vaadin.server.GlobalResourceHandler
Gets a global URI for a resource if it's registered with this handler.
getUri() - Method in class com.vaadin.server.Page.PopStateEvent
Get the new URI.
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.server.BrowserWindowOpener
Returns the URL for this BrowserWindowOpener instance.
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.ui.Dependency
Gets the untranslated URL for the dependency.
getURL() - Method in class com.vaadin.ui.LegacyWindow
Deprecated.
Gets the full URL of the window.
getUsedClientConnectors() - Method in class com.vaadin.server.JsonPaintTarget
 
getUsedResources() - Method in class com.vaadin.server.JsonPaintTarget
 
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.server.BootstrapHandler.BootstrapUriResolver
Deprecated.
 
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 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(Object) - Method in interface com.vaadin.server.JsonCodec.BeanProperty
 
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.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.
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.ValueChangeEvents are triggered if the current ValueChangeMode is set to either ValueChangeMode.LAZY or ValueChangeMode.TIMEOUT.
getValueChangeTimeout() - Method in class com.vaadin.ui.RichTextArea
 
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.
getVerticalAlignment() - Method in class com.vaadin.ui.Alignment
Returns string representation of vertical alignment.
getVerticalDropLocation() - Method in class com.vaadin.ui.DragAndDropWrapper.WrapperTargetDetails
Deprecated.
 
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(String) - Method in class com.vaadin.navigator.Navigator.ClassBasedViewProvider
 
getViewName() - Method in class com.vaadin.navigator.Navigator.ClassBasedViewProvider
Get the view name for this provider.
getViewName(String) - Method in class com.vaadin.navigator.Navigator.StaticViewProvider
 
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 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.
getVisibleItemCount() - Method in class com.vaadin.ui.NativeSelect
Gets the number of items that are visible.
getWebBrowser() - Method in class com.vaadin.server.Page
 
getWidgetset(String) - Method in class com.vaadin.server.AbstractDeploymentConfiguration
 
getWidgetset(String) - Method in interface com.vaadin.server.DeploymentConfiguration
Gets Widgetset configuration option value.
getWidgetset(UICreateEvent) - Method in class com.vaadin.server.UIProvider
Deprecated.
This method has been replaced by UIProvider.getWidgetsetInfo(UICreateEvent) in 7.7
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
getWidgetsetName() - Method in interface com.vaadin.server.WidgetsetInfo
Returns the name of the widgetset to use.
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.
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).
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(String) - Method in class com.vaadin.server.LegacyApplication
Deprecated.
Gets a UI by name.
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.
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.
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.
getWrappedSession() - Method in class com.vaadin.server.VaadinPortletRequest
 
getWrappedSession(boolean) - Method in class com.vaadin.server.VaadinPortletRequest
 
getWrappedSession() - Method in interface com.vaadin.server.VaadinRequest
Gets the session associated with this request, creating a new if there is no session.
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() - Method in class com.vaadin.server.VaadinServletRequest
 
getWrappedSession(boolean) - Method in class com.vaadin.server.VaadinServletRequest
 
getWriter() - Method in class com.vaadin.server.VaadinPortletResponse
 
getWriter() - Method in interface com.vaadin.server.VaadinResponse
Returns a PrintWriter object that can send character text to the client.
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 when z is included inside the AbstractDateField.setDateFormat(String).
GlobalResourceHandler - Class in com.vaadin.server
A RequestHandler that takes care of ConnectorResources that should not be served by the connector.
GlobalResourceHandler() - Constructor for class com.vaadin.server.GlobalResourceHandler
 
Grid<T> - Class in com.vaadin.ui
A grid component for displaying tabular data.
Grid() - Constructor for class com.vaadin.ui.Grid
Creates a new grid without support for creating columns based on property names.
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(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(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 for Grid.addColumn(String) and Grid.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(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 and DataProvider.
Grid(DataProvider<T, ?>) - Constructor for class com.vaadin.ui.Grid
Creates a new Grid using the given DataProvider.
Grid(String, Collection<T>) - Constructor for class com.vaadin.ui.Grid
Creates a new Grid using the given caption and collection of items.
Grid.AbstractGridExtension<T> - Class in com.vaadin.ui
A helper base class for creating extensions for the Grid component.
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.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.FetchItemsCallback<T> - Interface in com.vaadin.ui
A callback method for fetching items.
Grid.GridContextClickEvent<T> - Class in com.vaadin.ui
ContextClickEvent for the Grid Component.
Grid.ItemClick<T> - Class in com.vaadin.ui
An event fired when an item in the Grid has been clicked.
Grid.SelectionMode - Enum in com.vaadin.ui
Selection mode representing the built-in selection models in grid.
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.
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.
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.
GridLayout - Class in com.vaadin.ui
A layout where the components are laid out on a grid using cell coordinates.
GridLayout(int, int) - Constructor for class com.vaadin.ui.GridLayout
Constructor for a grid of given size (number of columns and rows).
GridLayout() - Constructor for class com.vaadin.ui.GridLayout
Constructs an empty (1x1) grid layout that is extended as needed.
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.
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>, 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.
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.
GridSelectionModel<T> - Interface in com.vaadin.ui.components.grid
The server-side interface that controls Grid's selection state.
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
 

H

H - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
 
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.
handleAction(Action, Object, Object) - Method in interface com.vaadin.event.Action.Handler
Handles an action for the given target.
handleAction(Object, Object) - Method in interface com.vaadin.event.Action.Listener
 
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 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
 
handleActionRequest(ActionRequest, ActionResponse, UI) - Method in interface com.vaadin.server.VaadinPortletSession.PortletListener
 
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.
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.
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.
handleEventRequest(EventRequest, EventResponse, UI) - Method in interface com.vaadin.server.VaadinPortletSession.PortletListener
 
handleFieldValueChange(Binder.Binding<BEAN, ?>, HasValue.ValueChangeEvent<?>) - Method in class com.vaadin.data.Binder
Informs the Binder that a value in Binding was changed.
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.
handleRenderRequest(RenderRequest, RenderResponse, UI) - Method in interface com.vaadin.server.VaadinPortletSession.PortletListener
 
handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.communication.FileUploadHandler
 
handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.communication.PortletBootstrapHandler
 
handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.communication.PortletDummyRequestHandler
 
handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.communication.PortletStateAwareRequestHandler
 
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
 
handleRequest(PortletRequest, PortletResponse) - Method in class com.vaadin.server.VaadinPortlet
Deprecated.
As of 7.0. Will likely change or be removed in a future version
handleRequest(VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.VaadinService
Handles the incoming request and writes the response into the response object.
handleResourceRequest(ResourceRequest, ResourceResponse, UI) - Method in interface com.vaadin.server.VaadinPortletSession.PortletListener
 
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.
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.VaadinPortletService
 
handleSessionExpired(VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.VaadinService
Called when the session has expired and the request handling is therefore aborted.
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.
handleValidationStatus(BindingValidationStatus<?>) - Method in class com.vaadin.data.Binder
Default BindingValidationStatusHandler functional method implementation.
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
 
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) or Binder.writeBeanIfValid(Object).
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.
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
 
hasChildren() - Method in class com.vaadin.ui.MenuBar.MenuItem
Checks if the item has children (if it is a sub-menu).
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
Interface that must be implemented by all Components that contain other Components.
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.
HasDataProvider<T> - Interface in com.vaadin.data
A generic interface for listing components that use a data provider for showing data.
hasDirtyConnectors() - Method in class com.vaadin.ui.ConnectorTracker
Checks if there a dirty connectors.
hasErrors() - Method in class com.vaadin.data.BinderValidationStatus
Gets whether the validation for the binder failed or not.
HasFilterableDataProvider<T,F> - Interface in com.vaadin.data
A generic interface for listing components that use a filterable data provider for showing data.
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.ui.Alignment
 
hashCode() - Method in class com.vaadin.ui.UniqueSerializable
 
HasHierarchicalDataProvider<T> - Interface in com.vaadin.data
A generic interface for hierarchical listing components that use a data provider for showing data.
HasItems<T> - Interface in com.vaadin.data
A component that displays a collection of items.
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.
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.
Header - Class in com.vaadin.ui.components.grid
Represents the header section of a Grid.
Header() - Constructor for class com.vaadin.ui.components.grid.Header
 
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.
HeaderRow - Interface in com.vaadin.ui.components.grid
A header row in a Grid.
HeartbeatHandler - Class in com.vaadin.server.communication
Handles heartbeat requests.
HeartbeatHandler() - Constructor for class com.vaadin.server.communication.HeartbeatHandler
 
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.
hidePopup() - Method in class com.vaadin.ui.AbstractColorPicker
Hides a popup-window for color selection.
hideTabs(boolean) - Method in class com.vaadin.ui.TabSheet
Deprecated.
as of 7.5, use TabSheet.setTabsVisible(boolean) instead
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.
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(F, T) - Constructor for class com.vaadin.data.provider.HierarchicalQuery
Constructs a new hierarchical query object with given filter and parent node.
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.
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.
historyVisible - Variable in class com.vaadin.ui.AbstractColorPicker
 
HOME - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
 
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.
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.
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.
hsvVisible - Variable in class com.vaadin.ui.AbstractColorPicker
 
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.
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.
HtmlRenderer - Class in com.vaadin.ui.renderers
A renderer for presenting HTML content.
HtmlRenderer(String) - Constructor for class com.vaadin.ui.renderers.HtmlRenderer
Creates a new HTML renderer.
HtmlRenderer() - Constructor for class com.vaadin.ui.renderers.HtmlRenderer
Creates a new HTML renderer.

I

I - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
 
IconGenerator<T> - Interface in com.vaadin.ui
A callback interface for generating icons for an item.
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.
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.
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.
ImageRenderer<T> - Class in com.vaadin.ui.renderers
A renderer for presenting images.
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.
INFORMATION - Static variable in interface com.vaadin.server.ErrorMessage
Deprecated.
As of 7.0, use ErrorLevel.INFO instead    
init(UI, NavigationStateManager, ViewDisplay) - Method in class com.vaadin.navigator.Navigator
Initializes a navigator created with the no arguments constructor.
init() - Method in class com.vaadin.server.LegacyApplication
Deprecated.
 
init(PortletConfig) - Method in class com.vaadin.server.LegacyVaadinPortlet
 
init(ServletConfig) - Method in class com.vaadin.server.LegacyVaadinServlet
 
init(VaadinRequest) - Method in class com.vaadin.server.Page
 
init(PortletConfig) - Method in class com.vaadin.server.VaadinPortlet
 
init() - Method in class com.vaadin.server.VaadinService
Initializes this service.
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() - 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(VaadinRequest) - Method in class com.vaadin.ui.LegacyWindow
Deprecated.
 
init(VaadinRequest) - Method in class com.vaadin.ui.UI
Initializes this UI.
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.
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(String, LocalDate) - Constructor for class com.vaadin.ui.InlineDateField
Constructs a new InlineDateField with the given caption and initial text contents.
InlineDateField(String) - Constructor for class com.vaadin.ui.InlineDateField
Constructs an empty InlineDateField with caption.
InlineDateField(HasValue.ValueChangeListener<LocalDate>) - Constructor for class com.vaadin.ui.InlineDateField
Constructs a new InlineDateField with a value change listener.
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, 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.
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(String, LocalDateTime) - Constructor for class com.vaadin.ui.InlineDateTimeField
Constructs a new InlineDateTimeField with the given caption and initial text contents.
InlineDateTimeField(String) - Constructor for class com.vaadin.ui.InlineDateTimeField
Constructs an empty InlineDateTimeField with caption.
InlineDateTimeField(HasValue.ValueChangeListener<LocalDateTime>) - Constructor for class com.vaadin.ui.InlineDateTimeField
Constructs a new InlineDateTimeField with a value change listener.
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, 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.
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 InMemoryDataProviders.
InMemoryDataProviderHelpers() - Constructor for class com.vaadin.data.provider.InMemoryDataProviderHelpers
 
INSERT - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
 
insertRow(int) - Method in class com.vaadin.ui.GridLayout
Inserts an empty row at the specified position in the grid.
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
 
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
 
internalSetDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.ui.AbstractListing
 
internalSetDataProvider(DataProvider<T, F>, F) - Method in class com.vaadin.ui.AbstractListing
 
internalSetDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.ui.Grid
 
interruptUpload() - Method in class com.vaadin.ui.Upload
Interrupts the upload currently being received.
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 class com.vaadin.server.WrappedPortletSession
 
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.
 
invokeCallback(String, Object...) - Method in class com.vaadin.server.JavaScriptCallbackHelper
 
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.ui.components.grid.MultiSelectionModelImpl
Returns whether all items are selected or not.
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.ui.Button.ClickEvent
Checks if the Alt key was down when the mouse event took place.
isAndroid() - Method in class com.vaadin.server.WebBrowser
Tests if the browser is run on Android.
isAppRequest(VaadinRequest) - Static method in class com.vaadin.server.ServletPortletHelper
Deprecated.
 
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.
 
isAuthenticationErrorNotificationEnabled() - Method in class com.vaadin.server.SystemMessages
 
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.
isBottom() - Method in class com.vaadin.ui.Alignment
Checks if component is aligned to the bottom of the available space.
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
 
isCanceled() - Method in class com.vaadin.ui.dnd.event.DragEndEvent
Returns whether the drag event was cancelled.
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
 
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.
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.ui.MenuBar.MenuItem
Gets the checked state of the item (checked or unchecked).
isChrome() - Method in class com.vaadin.server.WebBrowser
Tests whether the user is using Chrome.
isChromeFrame() - Method in class com.vaadin.server.WebBrowser
Tests whether the user is using Chrome Frame.
isChromeFrameCapable() - Method in class com.vaadin.server.WebBrowser
Tests whether the user's browser is Chrome Frame capable.
isChromeOS() - Method in class com.vaadin.server.WebBrowser
Tests if the browser is run on ChromeOS (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 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.
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 getState() != State.OPEN instead.
isClosing() - Method in class com.vaadin.ui.UI
Returns whether this UI is marked as closed and is to be detached.
isColumnReorderingAllowed() - Method in class com.vaadin.ui.Grid
Returns whether column reordering is allowed.
isCommunicationErrorNotificationEnabled() - Method in class com.vaadin.server.SystemMessages
 
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.
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.
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.
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.ui.Button.ClickEvent
Checks if the Ctrl key was down when the mouse event took place.
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.
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.SingleSelectionModelImpl
 
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.
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.
isDoubleClick() - Method in class com.vaadin.event.MouseEvents.ClickEvent
Checks if the event is a double click event.
isDraggable() - Method in class com.vaadin.ui.Window
Indicates whether a window can be dragged or not.
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.
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.
isDummyRequest(VaadinRequest) - Static method in class com.vaadin.server.communication.PortletDummyRequestHandler
 
isEdge() - Method in class com.vaadin.server.WebBrowser
Tests whether the user is using Edge.
isEditable() - Method in class com.vaadin.ui.Grid.Column
Gets whether this Column has a component displayed in Editor or not.
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.
 
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() - 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 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.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
 
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.
isEs6Supported() - Method in class com.vaadin.server.WebBrowser
Checks if the browser supports ECMAScript 6, based on the user agent.
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.
isFileUploadRequest(VaadinRequest) - Static method in class com.vaadin.server.ServletPortletHelper
Deprecated.
 
isFirefox() - Method in class com.vaadin.server.WebBrowser
Tests whether the user is using Firefox.
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
 
isHandleWidgetEvents() - Method in class com.vaadin.ui.Grid.Column
Gets whether Grid is handling the events in this Column from Component and Widgets.
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.
 
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.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.
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.
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.server.WebBrowser
Tests whether the user is using Internet Explorer.
isImmediateMode() - Method in class com.vaadin.ui.Upload
Returns the immediate mode of the upload.
isIndeterminate() - Method in class com.vaadin.ui.ProgressBar
Gets whether or not this progress indicator is indeterminate.
isInitRequest(VaadinRequest) - Method in class com.vaadin.server.communication.PortletUIInitHandler
 
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
 
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.
isIOS() - Method in class com.vaadin.server.WebBrowser
Tests if the browser is run in iOS.
isIPad() - Method in class com.vaadin.server.WebBrowser
Tests if the browser is run on IPad.
isIPhone() - Method in class com.vaadin.server.WebBrowser
Tests if the browser is run on IPhone.
isKeySelected(String) - Method in class com.vaadin.ui.components.grid.SingleSelectionModelImpl
Returns whether the given key maps to the currently selected item.
isLeft() - Method in class com.vaadin.ui.Alignment
Checks if component is aligned to the left of the available space.
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.
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.
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.
isMaxValueIncluded() - Method in class com.vaadin.data.validator.RangeValidator
Returns whether the maximum value is part of the accepted range.
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.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.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 and DropTargetExtension and alike should be enabled for mobile devices.
isModal() - Method in class com.vaadin.ui.AbstractColorPicker
Checks the modality of the dialog.
isModal() - Method in class com.vaadin.ui.Window
 
isMuted() - Method in class com.vaadin.ui.AbstractMedia
 
isNavigateRun() - Method in class com.vaadin.navigator.ViewBeforeLeaveEvent
Checks if the navigate command has been executed.
isNew() - Method in class com.vaadin.server.WrappedHttpSession
 
isNew() - Method in class com.vaadin.server.WrappedPortletSession
 
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.
isOk() - Method in class com.vaadin.data.BinderValidationStatus
Gets whether validation for the binder passed or not.
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
 
isOpera() - Method in class com.vaadin.server.WebBrowser
Tests whether the user is using Opera.
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.
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.
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.
 
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.Grid
 
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 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
 
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
 
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.ui.Alignment
Checks if component is aligned to the right of the available space.
isRunning() - Method in class com.vaadin.server.LegacyApplication
Deprecated.
 
isSafari() - Method in class com.vaadin.server.WebBrowser
Tests whether the user is using Safari.
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?
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(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.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.
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() - 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.ui.Button.ClickEvent
Checks if the Shift key was down when the mouse event took place.
isShowControls() - Method in class com.vaadin.ui.AbstractMedia
 
isShowISOWeekNumbers() - Method in class com.vaadin.ui.AbstractDateField
Checks whether ISO 8601 week numbers are shown in the date selector.
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.
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(VaadinRequest) - Method in class com.vaadin.server.VaadinPortletService
 
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
 
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.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.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) and ComboBox.setNewItemHandler(NewItemHandler) (deprecated)).
isThis(Object) - Method in class com.vaadin.server.AbstractClientConnector
Deprecated.
only defined for framework hacks, do not use.
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.
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.server.WebBrowser
 
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.
 
isUIInitRequest(VaadinRequest) - Static method in class com.vaadin.server.communication.PortletUIInitHandler
 
isUIInitRequest(VaadinRequest) - Static method in class com.vaadin.server.communication.ServletUIInitHandler
 
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.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 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.NoSelectionModel
 
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(T) - Method in class com.vaadin.data.validator.RangeValidator
Returns whether the given value lies in the valid range.
isValid(String) - Method in class com.vaadin.data.validator.RegexpValidator
Returns whether the given string matches the regular expression.
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
 
isWidthUndefined() - Method in class com.vaadin.ui.Grid.Column
Returns whether this column has an undefined width.
isWindows() - Method in class com.vaadin.server.WebBrowser
Tests whether the user is using Windows.
isWindowsPhone() - Method in class com.vaadin.server.WebBrowser
Tests whether the user is using Windows Phone.
isWordWrap() - Method in class com.vaadin.ui.TextArea
Tests if the text area is in word-wrap mode.
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.
ItemCaptionGenerator<T> - Interface in com.vaadin.ui
ItemCaptionGenerator can be used to customize the string shown to the user for an item.
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(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.
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.
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.
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 - 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 - Class in com.vaadin.ui
Provides access to JavaScript functionality in the web browser.
JavaScript() - Constructor for class com.vaadin.ui.JavaScript
Creates a new JavaScript object.
JavaScript.JavaScriptCallbackRpc - Interface in com.vaadin.ui
 
JavaScriptCallbackHelper - Class in com.vaadin.server
Internal helper class used to implement functionality common to AbstractJavaScriptComponent and AbstractJavaScriptExtension.
JavaScriptCallbackHelper(AbstractClientConnector) - Constructor for class com.vaadin.server.JavaScriptCallbackHelper
 
JavaScriptFunction - Interface in com.vaadin.ui
Defines a method that is called by a client-side JavaScript function.
join(Set<FooterCell>) - Method in class com.vaadin.ui.components.grid.Footer.Row
Merges column cells in the row.
join(FooterCell...) - Method in class com.vaadin.ui.components.grid.Footer.Row
Merges column cells in the row.
join(Grid.Column<?, ?>...) - Method in class com.vaadin.ui.components.grid.Footer.Row
 
join(String...) - Method in class com.vaadin.ui.components.grid.Footer.Row
 
join(Set<FooterCell>) - Method in interface com.vaadin.ui.components.grid.FooterRow
Merges column cells in the row.
join(FooterCell...) - Method in interface com.vaadin.ui.components.grid.FooterRow
Merges column cells in the row.
join(Grid.Column<?, ?>...) - Method in interface com.vaadin.ui.components.grid.FooterRow
Merges cells corresponding to the given columns in the row.
join(String...) - Method in interface com.vaadin.ui.components.grid.FooterRow
Merges cells corresponding to the given column ids in the row.
join(Set<HeaderCell>) - Method in class com.vaadin.ui.components.grid.Header.Row
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(Grid.Column<?, ?>...) - Method in class com.vaadin.ui.components.grid.Header.Row
 
join(String...) - Method in class com.vaadin.ui.components.grid.Header.Row
 
join(Set<HeaderCell>) - Method in interface com.vaadin.ui.components.grid.HeaderRow
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 interface com.vaadin.ui.components.grid.HeaderRow
Merges cells corresponding to the given columns in the row.
join(String...) - Method in interface com.vaadin.ui.components.grid.HeaderRow
Merges cells corresponding to the given column ids in the row.
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
 
jsonEquals(JsonValue, JsonValue) - Static method in class com.vaadin.server.JsonCodec
Compares two json values for deep equality.
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.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 its ServletContext.

K

K - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
 
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.
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(ValueProvider<V, Object>) - Constructor for class com.vaadin.server.KeyMapper
Constructs a new mapper.
KeyMapper() - Constructor for class com.vaadin.server.KeyMapper
Constructs a new mapper with trivial identifierGetter.
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.
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.

L

L - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
 
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 and ValoTheme.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.
Layout - Interface in com.vaadin.ui
Extension to the ComponentContainer interface which adds the layouting control to the elements in the container.
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.
LAYOUT_CARD - Static variable in class com.vaadin.ui.themes.ValoTheme
Make a layout look like the Panel component (resembles visually a card).
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.
layoutClick(LayoutEvents.LayoutClickEvent) - Method in interface com.vaadin.event.LayoutEvents.LayoutClickListener
Layout has been clicked.
LayoutClickEvent(Component, MouseEventDetails, Component, Component) - Constructor for class com.vaadin.event.LayoutEvents.LayoutClickEvent
 
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.
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.
 
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.
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
 
LegacyVaadinPortlet - Class in com.vaadin.server
 
LegacyVaadinPortlet() - Constructor for class com.vaadin.server.LegacyVaadinPortlet
 
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.
lineNumber - Variable in class com.vaadin.server.ComponentSizeValidator.FileLocation
 
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_LARGE - Static variable in class com.vaadin.ui.themes.ValoTheme
Large size link.
LINK_SMALL - Static variable in class com.vaadin.ui.themes.ValoTheme
Small size link.
ListDataProvider<T> - Class in com.vaadin.data.provider
DataProvider wrapper for Collections.
ListDataProvider(Collection<T>) - Constructor for class com.vaadin.data.provider.ListDataProvider
Constructs a new ListDataProvider.
ListenerMethod - Class in com.vaadin.event
One registered event listener.
ListenerMethod(Class<?>, Object, 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<?>, Object, 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, Object[]) - Constructor for class com.vaadin.event.ListenerMethod
Constructs a new event listener from the trigger method and it's arguments.
ListenerMethod(Class<?>, Object, 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<?>, Object, Method) - Constructor for class com.vaadin.event.ListenerMethod
Constructs a new event listener from a trigger method.
ListenerMethod(Class<?>, Object, String) - Constructor for class com.vaadin.event.ListenerMethod
Constructs a new event listener from a trigger method name.
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 #onProgress(long, long) method should be called during the upload.
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.
LoadingIndicatorConfiguration - Interface in com.vaadin.ui
Provides method for configuring the loading indicator.
loadSession(WrappedSession) - Method in class com.vaadin.server.VaadinService
Called when the VaadinSession should be loaded from the underlying HTTP session.
LOCAL_ID_ATTRIBUTE - Static variable in class com.vaadin.ui.declarative.DesignContext
 
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(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(SerializableSupplier<DateTimeFormatter>, String) - 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(DateTimeFormatter, String) - Constructor for class com.vaadin.ui.renderers.LocalDateRenderer
Deprecated.
the method is unsafe for serialization, may produce troubles in acluster environment
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(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
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(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.
LocalDateTimeToDateConverter - Class in com.vaadin.data.converter
A converter that converts between LocalDateTime and Date.
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 and Date.
LocalDateToDateConverter(ZoneId) - Constructor for class com.vaadin.data.converter.LocalDateToDateConverter
Creates a new converter using the given time zone.
LocalDateToDateConverter() - Constructor for class com.vaadin.data.converter.LocalDateToDateConverter
Creates a new converter using the system's default time zone.
LocaleService - Class in com.vaadin.server
Server side service which handles locale and the transmission of locale date to the client side LocaleService.
LocaleService(UI, UIState.LocaleServiceState) - Constructor for class com.vaadin.server.LocaleService
Creates a LocaleService bound to the given UI.
LocationInfo(Map<String, URL>, Map<String, URL>) - Constructor for class com.vaadin.server.widgetsetutils.ClassPathExplorer.LocationInfo
 
lock() - Method in class com.vaadin.server.VaadinSession
Locks this session to protect its data from concurrent access.
lockSession(WrappedSession) - Method in class com.vaadin.server.VaadinService
Locks the given session for this service instance.
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.
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.

M

M - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
 
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
 
makeResponsive(Component...) - Static method in class com.vaadin.server.Responsive
Enable responsive width and height range styling for the target component or UI instance.
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.
mapDefaultTypes() - Method in class com.vaadin.ui.declarative.DesignFormatter
Maps default types to their converters.
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.
 
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.
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_BUFFER_SIZE - Static variable in interface com.vaadin.server.Constants
 
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.
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 or ValoTheme.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_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_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).
MenuBar - Class in com.vaadin.ui
A class representing a horizontal menu bar.
MenuBar() - Constructor for class com.vaadin.ui.MenuBar
Constructs an empty, horizontal menu.
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.
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.
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.
menuSelected(MenuBar.MenuItem) - Method in interface com.vaadin.ui.MenuBar.Command
 
META - Static variable in interface com.vaadin.event.ShortcutAction.ModifierKey
 
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
 
MethodEventSource - Interface in com.vaadin.event
Interface for classes supporting registration of methods as event receivers.
MIDDLE_CENTER - Static variable in class com.vaadin.ui.Alignment
 
MIDDLE_LEFT - Static variable in class com.vaadin.ui.Alignment
 
MIDDLE_RIGHT - Static variable in class com.vaadin.ui.Alignment
 
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
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 a Component.
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 a Component.
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
 
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.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.
MultiSelectionModelImpl<T> - Class in com.vaadin.ui.components.grid
Multiselection model for grid.
MultiSelectionModelImpl() - Constructor for class com.vaadin.ui.components.grid.MultiSelectionModelImpl
 

N

N - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
 
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
 
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, 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.
NativeSelect(String, DataProvider<T, ?>) - Constructor for class com.vaadin.ui.NativeSelect
Creates a new NativeSelect with the given caption, using the given DataProvider as the source of data items.
navigate() - Method in class com.vaadin.navigator.ViewBeforeLeaveEvent
Performs the navigation which triggered the event in the first place.
navigateTo(String) - Method in class com.vaadin.navigator.Navigator
Navigates to a view and initialize the view with given parameters.
navigateTo(View, String, String) - Method in class com.vaadin.navigator.Navigator
Internal method activating a view, setting its parameters and calling listeners.
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(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 a ComponentContainer 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 a SingleComponentContainer with the active view.
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, NavigationStateManager, ViewDisplay) - Constructor for class com.vaadin.navigator.Navigator
Creates a navigator.
Navigator() - Constructor for class com.vaadin.navigator.Navigator
Creates a navigator.
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 active View.
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 and Page.PopStateEvents 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 active View.
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.
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
 
newLine() - Method in class com.vaadin.ui.GridLayout
Forces the next component to be added at the beginning of the next line.
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
 
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
 
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.ui.components.grid.NoSelectionModel
 
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_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
 
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.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
 
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_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.
notificationClose(Notification.CloseEvent) - Method in interface com.vaadin.ui.Notification.CloseListener
Use Notification.CloseEvent.getNotification() to get a reference to the Notification that was closed.
NotificationConfiguration - Interface in com.vaadin.ui
Provides methods for configuring the notification.
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.
notifyMarkedAsDirtyListeners(ClientConnector) - Method in class com.vaadin.ui.ConnectorTracker
Notify all registered MarkedAsDirtyListeners the given client connector has been marked as dirty.
NULL_VALUE_REPRESENTATION - Static variable in class com.vaadin.ui.declarative.converters.DesignToStringConverter
A string that corresponds to how a null value is stored.
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.ui.renderers
A renderer for presenting number values.
NumberRenderer() - 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.
NumberRenderer(String, Locale) - Constructor for class com.vaadin.ui.renderers.NumberRenderer
Creates a new number renderer.
NumberRenderer(String) - 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.

O

O - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
 
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 a Comparable 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.
ofItems(T...) - Static method in interface com.vaadin.data.provider.DataProvider
Creates a new data provider from the given items.
ok(R) - Static method in interface com.vaadin.data.Result
Returns a successful result wrapping the given value.
ok() - Static method in interface com.vaadin.data.ValidationResult
Returns a successful result.
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.
onDeselectAll(boolean) - Method in class com.vaadin.ui.components.grid.MultiSelectionModelImpl
Triggered when the user unchecks the select all checkbox.
onDragEnd(DropEffect) - Method in class com.vaadin.ui.dnd.DragSourceExtension
Method invoked when a dragend has been sent from client side.
onDragStart() - Method in class com.vaadin.ui.dnd.DragSourceExtension
Method invoked when a dragstart has been sent from client side.
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(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.
onDropRows(JsonArray) - Method in class com.vaadin.data.provider.DataCommunicator
Triggered when rows have been dropped from the client side cache.
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.
onLogin(LoginForm.LoginEvent) - Method in interface com.vaadin.ui.LoginForm.LoginListener
Event method invoked when the login button is pressed in a login form.
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.
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.
onSelectAll(boolean) - Method in class com.vaadin.ui.components.grid.MultiSelectionModelImpl
Triggered when the user checks the select all checkbox.
onSplitPositionChanged(AbstractSplitPanel.SplitPositionChangeEvent) - Method in interface com.vaadin.ui.AbstractSplitPanel.SplitPositionChangeListener
SplitPanel splitter position has been changed.
onStateChange(AtmosphereResourceEvent) - Method in class com.vaadin.server.communication.PushAtmosphereHandler
 
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.
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(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, 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) - 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.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.ui.LegacyWindow
Deprecated.
As of 7.0, use getPage().open instead
openJsonMessage(Writer, VaadinResponse) - Method in class com.vaadin.server.communication.UidlRequestHandler
Writes the opening of JSON message to be sent to client.
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.
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
 
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.
OutOfBoundsException(GridLayout.Area) - Constructor for exception com.vaadin.ui.GridLayout.OutOfBoundsException
Constructs an OoutOfBoundsException with the specified detail message.
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.
ownActions - Variable in class com.vaadin.event.ActionManager
List of action handlers.

P

P - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
 
Page - Class in com.vaadin.server
 
Page(UI, PageState) - Constructor for class com.vaadin.server.Page
 
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.
PAGE_DOWN - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
 
PAGE_UP - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
 
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.
paintActions(Object, PaintTarget) - Method in class com.vaadin.event.ActionManager
 
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(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.
PaintException(IOException) - Constructor for exception com.vaadin.server.PaintException
Constructs an instance of PaintExeception from IOException.
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)).
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_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.
PARAMETER_VAADIN_RESOURCES - Static variable in interface com.vaadin.server.Constants
 
PARAMETER_WIDGETSET - Static variable in interface com.vaadin.server.Constants
 
parentCanDefineHeight(Component) - Static method in class com.vaadin.server.ComponentSizeValidator
 
parentCanDefineWidth(Component) - Static method in class com.vaadin.server.ComponentSizeValidator
 
parse(String, Class<? extends T>) - Method in class com.vaadin.ui.declarative.DesignFormatter
Parses a given string as a value of given type.
parseParameterStringToMap(String, String) - Method in class com.vaadin.navigator.Navigator
Parses the given parameter string to a map using the given separator string.
parseStateParameterMap(String) - Method in class com.vaadin.navigator.Navigator
Parses the state parameter to a map using the given separator string.
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.
parseStringSize(String) - Static method in class com.vaadin.server.SizeWithUnit
Returns an object whose numeric value and unit are taken from the string s.
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(String, String) - Constructor for class com.vaadin.ui.PasswordField
Constructs a PasswordField with given value and caption.
PasswordField(String) - Constructor for class com.vaadin.ui.PasswordField
Constructs a PasswordField with given caption.
PasswordField(HasValue.ValueChangeListener<String>) - Constructor for class com.vaadin.ui.PasswordField
Constructs a new PasswordField with a value change listener.
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, 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.
pause() - Method in class com.vaadin.ui.AbstractMedia
Pauses the media.
performNavigateTo(View, String, String) - Method in class com.vaadin.navigator.Navigator
Internal method for activating a view, setting its parameters and calling listeners.
play() - Method in class com.vaadin.ui.AbstractMedia
Starts playback of the media.
poll(UIEvents.PollEvent) - Method in interface com.vaadin.event.UIEvents.PollListener
A poll request has been received by the server.
POLL_METHOD - Static variable in interface com.vaadin.event.UIEvents.PollListener
 
PollEvent(UI) - Constructor for class com.vaadin.event.UIEvents.PollEvent
 
PopStateEvent(Page, String) - Constructor for class com.vaadin.server.Page.PopStateEvent
Creates a new instance of PopstateEvent.
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(String, Component) - Constructor for class com.vaadin.ui.PopupView
A simple way to create a PopupPanel.
PopupView(PopupView.Content) - Constructor for class com.vaadin.ui.PopupView
Creates a PopupView through the PopupView.Content interface.
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.
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
 
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_THEME - Static variable in class com.vaadin.server.VaadinPortlet
Deprecated.
As of 7.0. Will likely change or be removed in a future version
PORTAL_PARAMETER_VAADIN_WIDGETSET - Static variable in interface com.vaadin.server.Constants
 
PORTLET_CONTEXT - Static variable in interface com.vaadin.server.Constants
 
PORTLET_PARAMETER_STYLE - Static variable in class com.vaadin.server.VaadinPortlet
Deprecated.
As of 7.0. Will likely change or be removed in a future version
PortletBootstrapHandler - Class in com.vaadin.server.communication
 
PortletBootstrapHandler() - Constructor for class com.vaadin.server.communication.PortletBootstrapHandler
 
PortletDummyRequestHandler - Class in com.vaadin.server.communication
Request handler which provides a dummy HTML response to any resource request with the resource id DUMMY.
PortletDummyRequestHandler() - Constructor for class com.vaadin.server.communication.PortletDummyRequestHandler
 
portletInitialized() - Method in class com.vaadin.server.VaadinPortlet
 
PortletListenerNotifier - Class in com.vaadin.server.communication
Notifies VaadinPortletSession.PortletListeners of a received portlet request.
PortletListenerNotifier() - Constructor for class com.vaadin.server.communication.PortletListenerNotifier
 
PortletStateAwareRequestHandler - Class in com.vaadin.server.communication
Handler which ensures that Action and Event requests are marked as handled and do not cause a 404 to be sent.
PortletStateAwareRequestHandler() - Constructor for class com.vaadin.server.communication.PortletStateAwareRequestHandler
 
PortletUIInitHandler - Class in com.vaadin.server.communication
 
PortletUIInitHandler() - Constructor for class com.vaadin.server.communication.PortletUIInitHandler
 
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.
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.ui.Grid
Adds a new row at the top of the header section.
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.VaadinPortletService
Always preserve UIs in portlets to make portlet actions work.
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.
printJSONResponse(Writer) - Method in class com.vaadin.server.DragAndDropService
Deprecated.
 
processAction(ActionRequest, ActionResponse) - Method in class com.vaadin.server.VaadinPortlet
 
processEvent(EventRequest, EventResponse) - Method in class com.vaadin.server.VaadinPortlet
 
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_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).
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.ui.renderers.ProgressBarRenderer
Creates a new text renderer.
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 given SortDirection.
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 using Binder.
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.
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
 
Push - Annotation Type in com.vaadin.annotations
Configures server push for a UI.
push() - Method in class com.vaadin.server.communication.AtmospherePushConnection
 
push(boolean) - Method in class com.vaadin.server.communication.AtmospherePushConnection
Pushes pending state changes and client RPC calls to the client.
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_NOT_SUPPORTED_ERROR - Static variable in interface com.vaadin.server.Constants
 
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
 
PushConfiguration - Interface in com.vaadin.ui
Provides method for configuring the push channel.
PushConnection - Interface in com.vaadin.server.communication
Represents a bidirectional ("push") connection between a single UI and its client-side.
pushData(int, List<T>) - Method in class com.vaadin.data.provider.DataCommunicator
Sends given collection of data objects to the client-side.
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
 
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
 
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
Annotation for UIs to enable the PushState navigation mode when initializing a Navigator for it.

Q

Q - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
 
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(F) - Constructor for class com.vaadin.data.provider.Query
Constructs a Query for all rows from 0 to Integer.MAX_VALUE with 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.
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
 

R

R - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
 
RadioButtonGroup<T> - Class in com.vaadin.ui
A group of RadioButtons.
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.
RadioButtonGroup() - Constructor for class com.vaadin.ui.RadioButtonGroup
Constructs a new RadioButtonGroup.
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.
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() - Method in class com.vaadin.server.communication.FileUploadHandler.SimpleMultiPartInputStream
 
read(Component) - Static method in class com.vaadin.ui.declarative.Design
Loads a design for 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.
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(InputStream) - Static method in class com.vaadin.ui.declarative.Design
Loads a design from the given input stream.
readAlignment(Attributes) - Static method in class com.vaadin.ui.declarative.DesignAttributeHandler
Read the alignment from the given child component 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.
readAttribute(String, Attributes, 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 DeclarativeValueProviders.
readData(Element, List<DeclarativeValueProvider<T>>) - Method in class com.vaadin.ui.TreeGrid
 
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) - 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.DragAndDropWrapper
Deprecated.
 
readDesign(Element, DesignContext) - Method in class com.vaadin.ui.Flash
 
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.VaadinPortletService
 
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
 
ReadOnlyHasValue<V> - Class in com.vaadin.data
Generic HasValue to use any type of component with Vaadin data binding.
ReadOnlyHasValue(SerializableConsumer<V>, V) - Constructor for class com.vaadin.data.ReadOnlyHasValue
Creates new ReadOnlyHasValue.
ReadOnlyHasValue(SerializableConsumer<V>) - Constructor for class com.vaadin.data.ReadOnlyHasValue
Creates new ReadOnlyHasValue with null as an empty value.
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 in the html document.
recalculateColumnWidths() - Method in class com.vaadin.ui.Grid
Requests that the column widths should be recalculated.
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.
ReconnectDialogConfiguration - Interface in com.vaadin.ui
Provides method for configuring the reconnect dialog.
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.
ReflectTools - Class in com.vaadin.util
An util class with helpers for reflection operations.
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(V) - Method in class com.vaadin.server.KeyMapper
 
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(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.
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
 
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
 
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
 
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, JavaScriptFunction) - Method in class com.vaadin.server.JavaScriptCallbackHelper
 
registerChildren(T, List<T>) - Method in class com.vaadin.data.provider.HierarchyMapper
Register parent and children items into inner structures.
registerConnector(ClientConnector) - Method in class com.vaadin.ui.ConnectorTracker
Register the given connector.
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 and dragend 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.
registerRpc(T, Class<T>) - Method in class com.vaadin.server.AbstractClientConnector
Registers an RPC interface implementation for this component.
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.AbstractJavaScriptExtension
 
registerRpc(Class<?>) - Method in class com.vaadin.server.JavaScriptCallbackHelper
 
registerRpc(T, Class<T>) - Method in class com.vaadin.ui.AbstractJavaScriptComponent
 
registerRpc(R, Class<R>) - Method in class com.vaadin.ui.renderers.AbstractJavaScriptRenderer
 
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.
remove(T) - Method in interface com.vaadin.data.provider.DataKeyMapper
Removes a data object from the key mapping.
remove() - Method in class com.vaadin.server.AbstractExtension
 
remove() - Method in interface com.vaadin.server.Extension
Remove this extension from its target.
remove(V) - Method in class com.vaadin.server.KeyMapper
Removes object from the mapper.
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.
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.
removeAllActionHandlers() - Method in class com.vaadin.event.ActionManager
 
removeAllActionHandlers() - Method in class com.vaadin.ui.Panel
Removes all action handlers.
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.
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 class com.vaadin.server.WrappedPortletSession
 
removeAttribute(String, int) - Method in class com.vaadin.server.WrappedPortletSession
Removes the object bound with the specified name and the given scope from this session.
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(HasValue<?>) - Method in class com.vaadin.data.Binder
Finds and removes all Bindings for the given field.
removeBinding(Binder.Binding<BEAN, ?>) - Method in class com.vaadin.data.Binder
Removes the given Binding from this Binder.
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 of Bindings.
removeBootstrapListener(BootstrapListener) - Method in class com.vaadin.server.VaadinSession
Deprecated.
Use a Registration object returned by VaadinSession.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 from Page.addBrowserWindowResizeListener(BrowserWindowResizeListener) .
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.
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(Object) - Method in class com.vaadin.data.provider.HierarchyMapper
Removes all children of an item identified by a given id.
removeChildren() - Method in class com.vaadin.ui.MenuBar.MenuItem
Empty the list of children items.
removeClickListener(Button.ClickListener) - Method in class com.vaadin.ui.Button
Deprecated.
As of 8.0, replaced by Registration.remove() in the registration object returned from Button.addClickListener(ClickListener).
removeClickListener(MouseEvents.ClickListener) - Method in class com.vaadin.ui.Embedded
Deprecated.
As of 8.0, replaced by Registration.remove() in the registration object returned from #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 from #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 from #addClickListener(ClickListener).
removeClickListener(ClickableRenderer.RendererClickListener<T>) - Method in class com.vaadin.ui.renderers.ClickableRenderer
Deprecated.
removeClickListener(MouseEvents.ClickListener) - Method in class com.vaadin.ui.UI
Deprecated.
As of 8.0, replaced by Registration.remove() in the registration object returned from #removeClickListener(ClickListener).
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.
removeCloseShortcut(int, int...) - Method in class com.vaadin.ui.Window
Removes a close shortcut previously added with Window.addCloseShortcut(int, int...).
removeColumn(String) - Method in class com.vaadin.ui.components.grid.StaticSection
Removes the cell corresponding to the given column id.
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.Grid
Removes the column with the given column id.
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(String) - Method in class com.vaadin.ui.CustomLayout
Removes the component from this container from given location.
removeComponent(Component) - Method in class com.vaadin.ui.GridLayout
Removes the specified component from the layout.
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.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.
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 from #addComponentAttachListener(ComponentAttachListener) .
removeComponentCreationListener(DesignContext.ComponentCreationListener) - Method in class com.vaadin.ui.declarative.DesignContext
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 from #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.
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.
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(FooterRow) - Method in class com.vaadin.ui.Grid
Removes the given row from the footer section.
removeFooterRow(int) - Method in class com.vaadin.ui.Grid
Removes the row at the given position from the footer section.
removeFromHttpSession(WrappedSession) - Method in class com.vaadin.server.VaadinPortletService
 
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(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.
removeFunction(String) - Method in class com.vaadin.ui.JavaScript
Removes a JavaScriptFunction from the browser's global JavaScript namespace.
removeHeaderRow(HeaderRow) - Method in class com.vaadin.ui.Grid
Removes the given row from the header section.
removeHeaderRow(int) - Method in class com.vaadin.ui.Grid
Removes the row at the given position from the header section.
removeItem(T) - Method in class com.vaadin.data.TreeData
Remove a given item from this structure.
removeItem(MenuBar.MenuItem) - Method in class com.vaadin.ui.MenuBar
Remove first occurrence the specified item from the main menu.
removeItems(DropEffect, DataProvider<T, ?>, Collection<T>) - Method in interface com.vaadin.ui.components.grid.SourceDataProviderUpdater
Called when Items have been dragged.
removeItems() - Method in class com.vaadin.ui.MenuBar
Empty the menu bar.
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 from #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.
removeListener(Class<?>, Object) - Method in class com.vaadin.event.EventRouter
 
removeListener(Class<?>, Object, Method) - Method in class com.vaadin.event.EventRouter
 
removeListener(Class<?>, Object, String) - Method in class com.vaadin.event.EventRouter
 
removeListener(Class<?>, Object) - Method in interface com.vaadin.event.MethodEventSource
Removes all registered listeners matching the given parameters.
removeListener(Class<?>, Object, Method) - Method in interface com.vaadin.event.MethodEventSource
removeListener(Class<?>, Object, String) - Method in interface com.vaadin.event.MethodEventSource
removeListener(String, Class<?>, Object) - Method in class com.vaadin.server.AbstractClientConnector
removeListener(Class<?>, Object) - Method in class com.vaadin.server.AbstractClientConnector
removeListener(Class<?>, Object, Method) - Method in class com.vaadin.server.AbstractClientConnector
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(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 from Component.addListener(Component.Listener).
removeListener(Page.BrowserWindowResizeListener) - Method in class com.vaadin.ui.LegacyWindow
Deprecated.
As of 7.0, use the similarly named api in Page instead
removeLoginListener(LoginForm.LoginListener) - Method in class com.vaadin.ui.LoginForm
Deprecated.
As of 8.0, replaced by Registration.remove() in the registration object returned from LoginForm.addLoginListener(LoginListener).
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.
removeParameter(String) - Method in class com.vaadin.ui.Flash
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 from #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 from PopupView.addPopupVisibilityListener(PopupVisibilityListener).
removePortletListener(VaadinPortletSession.PortletListener) - Method in class com.vaadin.server.VaadinPortletSession
Deprecated.
Use a Registration object returned by VaadinPortletSession.addPortletListener(PortletListener) to remove a listener
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).
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.ui.components.grid.Header
 
removeRow(int) - Method in class com.vaadin.ui.components.grid.StaticSection
Removes the row at the given index.
removeRow(Object) - Method in class com.vaadin.ui.components.grid.StaticSection
Removes the given row from this section.
removeRow(int) - Method in class com.vaadin.ui.GridLayout
Removes a row and all the components in the row.
removeSelectedTabChangeListener(TabSheet.SelectedTabChangeListener) - Method in class com.vaadin.ui.TabSheet
Deprecated.
As of 8.0, replaced by Registration.remove() in the registration object returned from TabSheet.removeSelectedTabChangeListener(SelectedTabChangeListener) .
removeServiceDestroyListener(ServiceDestroyListener) - Method in class com.vaadin.server.VaadinService
Deprecated.
use the Registration object returned by VaadinService.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 by VaadinService.addSessionDestroyListener(SessionDestroyListener) to remove the listener
removeSessionInitListener(SessionInitListener) - Method in class com.vaadin.server.VaadinService
Deprecated.
use the Registration object returned by VaadinService.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 from Action.ShortcutNotifier.addShortcutListener(ShortcutListener).
removeShortcutListener(ShortcutListener) - Method in class com.vaadin.ui.AbstractComponent
Deprecated.
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.
removeStyleName(String) - Method in class com.vaadin.ui.AbstractComponent
 
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 class com.vaadin.ui.Tree
 
removeStyleNames(String...) - Method in interface com.vaadin.ui.Component
Removes one or more style names from component.
removeSucceededListener(Upload.SucceededListener) - Method in class com.vaadin.ui.Upload
Deprecated.
removeTab(TabSheet.Tab) - Method in class com.vaadin.ui.TabSheet
Removes a TabSheet.Tab and the component associated with it, as previously added with TabSheet.addTab(Component), TabSheet.addTab(Component, String, Resource) or TabSheet.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 from Page.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 by Navigator.addViewChangeListener(ViewChangeListener) to remove a listener
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.
Renderer<T> - Interface in com.vaadin.ui.renderers
A ClientConnector for controlling client-side Grid renderers.
RendererClickEvent(Grid<T>, T, Grid.Column<T, ?>, MouseEventDetails) - Constructor for class com.vaadin.ui.renderers.ClickableRenderer.RendererClickEvent
 
repaintAll(UI) - Method in class com.vaadin.server.LegacyCommunicationManager
Deprecated.
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.
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.
reportErrors(StringBuilder, PrintStream) - Method in class com.vaadin.server.ComponentSizeValidator.InvalidLayout
 
requestCanCreateSession(VaadinRequest) - Method in class com.vaadin.server.VaadinPortletService
 
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.
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 call AbstractClientConnector.markAsDirty() as AbstractClientConnector.getState() will mark the connector dirty and the framework will then check what, if anything, needs to be sent to the client. LegacyComponents which rely on paint might still need to call this or AbstractClientConnector.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.
requestRepaintAll() - Method in interface com.vaadin.server.ClientConnector
Deprecated.
requestRepaintAll() - Method in class com.vaadin.server.DragAndDropService
Deprecated.
requestRows(int, int, int, int) - Method in class com.vaadin.data.provider.DataCommunicator.SimpleDataRequestRpc
 
requestStart(VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.VaadinService
Called before the framework starts handling a request.
REQUIRED_ATMOSPHERE_RUNTIME_VERSION - Static variable in interface com.vaadin.server.Constants
 
RequiredFieldConfigurator - Interface in com.vaadin.data
This interface represents a predicate which returns true if bound field should be configured to have required indicator via HasValue.setRequiredIndicatorVisible(boolean).
reset - Variable in class com.vaadin.data.provider.DataCommunicator
Boolean for pending hard reset.
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.
ResizeEvent(Component) - Constructor for class com.vaadin.ui.Window.ResizeEvent
 
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.
resolveFrontendUrl(VaadinSession) - Static method in class com.vaadin.server.BootstrapHandler
Deprecated.
Resolves the URL to use for the frontend:// protocol.
Resource - Interface in com.vaadin.server
Resource provided to the client terminal.
RESOURCE_URL_ID - Static variable in class com.vaadin.server.VaadinPortlet
Deprecated.
As of 7.0. Will likely change or be removed in a future version
ResourceReference - Class in com.vaadin.server
 
ResourceReference(Resource, ClientConnector, String) - Constructor for class com.vaadin.server.ResourceReference
 
ResourceWriter - Class in com.vaadin.server.communication
Serializes resources to JSON.
ResourceWriter() - Constructor for class com.vaadin.server.communication.ResourceWriter
 
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.
restoreBeanState(BEAN, Map<Binder.Binding<BEAN, ?>, Object>) - Method in class com.vaadin.data.Binder
Restores the state of the bean from the given values.
restoreInstances(Map<Class<?>, CurrentInstance>) - Static method in class com.vaadin.util.CurrentInstance
Restores the given instances to the given values.
Result<R> - Interface in com.vaadin.data
Represents the result of an operation that might fail, such as type conversion.
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.
 
revertNavigation() - Method in class com.vaadin.navigator.Navigator
Revert the changes to the navigation state.
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
 
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(String) - Constructor for class com.vaadin.ui.RichTextArea
Constructs an empty RichTextArea with the given caption.
RichTextArea(String, String) - Constructor for class com.vaadin.ui.RichTextArea
Constructs a new RichTextArea with the given caption and initial text contents.
RichTextArea(HasValue.ValueChangeListener<String>) - Constructor for class com.vaadin.ui.RichTextArea
Constructs a new RichTextArea with a value change listener.
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, 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.
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.
rpc - Variable in class com.vaadin.ui.Image
 
RpcInvocationException() - Constructor for exception com.vaadin.server.ServerRpcManager.RpcInvocationException
 
RpcInvocationException(String, Throwable) - Constructor for exception com.vaadin.server.ServerRpcManager.RpcInvocationException
 
RpcInvocationException(String) - Constructor for exception com.vaadin.server.ServerRpcManager.RpcInvocationException
 
RpcInvocationException(Throwable) - Constructor for exception com.vaadin.server.ServerRpcManager.RpcInvocationException
 
RpcRequest(String, VaadinRequest) - Constructor for class com.vaadin.server.communication.ServerRpcHandler.RpcRequest
 
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.
runPendingAccessTasks(VaadinSession) - Method in class com.vaadin.server.VaadinService
Purges the queue of pending access invocations enqueued with VaadinSession.access(Runnable).

S

S - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
 
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 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
 
Scrollable - Interface in com.vaadin.server
This interface is implemented by all visual objects that can be scrolled programmatically from the server-side.
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.
scrollTo(int) - Method in class com.vaadin.ui.Grid
Scrolls to a certain item, using ScrollDestination.ANY.
scrollTo(int, ScrollDestination) - Method in class com.vaadin.ui.Grid
Scrolls to a certain item, using user-specified scroll destination.
scrollTo(int) - Method in class com.vaadin.ui.Tree
Scrolls to a certain item, using ScrollDestination.ANY.
scrollTo(int, ScrollDestination) - Method in class com.vaadin.ui.Tree
Scrolls to a certain item, using user-specified scroll destination.
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.
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.
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, boolean) - Method in class com.vaadin.ui.AbstractMultiSelect
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 interface com.vaadin.ui.MultiSelect
Adds the given items to the set of currently selected items.
select(T) - Method in class com.vaadin.ui.Tree
This method is a shorthand that delegates to the currently set selection model.
selectAll() - Method in interface com.vaadin.data.SelectionModel.Multi
Selects all available the items.
selectAll() - Method in class com.vaadin.ui.AbstractTextField
Selects all text in the field.
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.
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.
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.
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> - 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).
SelectionListener<T> - Interface in com.vaadin.event.selection
A listener for SelectionEvent.
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.Single<T> - Interface in com.vaadin.data
A selection model in which at most one item can be selected at a time.
selectItems(T...) - Method in interface com.vaadin.data.SelectionModel.Multi
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.
sendDataToClient(boolean) - Method in class com.vaadin.data.provider.DataCommunicator
Send the needed data and updates to the client side.
sendError(int, String) - Method in class com.vaadin.server.VaadinPortletResponse
 
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.
sendMessage(String) - Method in class com.vaadin.server.communication.AtmospherePushConnection
Sends the given message to the current client.
sendPortletEvent(UI, QName, Serializable) - Method in class com.vaadin.server.VaadinPortletSession
Sends a portlet event to the indicated destination.
sendUploadResponse(VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.communication.FileUploadHandler
Sends the upload response.
SerializableBiFunction<T,U,R> - Interface in com.vaadin.server
A BiFunction that is also Serializable.
SerializableBiPredicate<T,U> - Interface in com.vaadin.server
A BiPredicate that is also Serializable.
SerializableComparator<T> - Interface in com.vaadin.server
A Comparator that is also Serializable.
SerializableConsumer<T> - Interface in com.vaadin.server
A Consumer that is also Serializable.
SerializableEventListener - Interface in com.vaadin.event
Event listener interface that is serializable.
SerializableFunction<T,R> - Interface in com.vaadin.server
A Function that is also Serializable.
SerializablePredicate<T> - Interface in com.vaadin.server
A Predicate that is also Serializable.
SerializableSupplier<T> - Interface in com.vaadin.server
A Supplier that is also Serializable.
SerializableToIntFunction<T> - Interface in com.vaadin.server
A ToIntFunction that is also Serializable.
serialize(Date, ConnectorTracker) - Method in class com.vaadin.server.communication.DateSerializer
 
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.
serveResource(ResourceRequest, ResourceResponse) - Method in class com.vaadin.server.VaadinPortlet
 
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
 
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.
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 a VaadinService 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(Throwable) - Constructor for exception com.vaadin.server.ServiceException
 
ServiceException(String) - Constructor for exception com.vaadin.server.ServiceException
 
ServiceException(String, 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 a VaadinService is being initialized.
ServiceInitEvent(VaadinService) - Constructor for class com.vaadin.server.ServiceInitEvent
Creates a new service init event for a given VaadinService and the RequestHandler 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_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(Class<T>, T) - Static method in class com.vaadin.util.CurrentInstance
Sets the current instance of the given type.
setAcceptMimeTypes(String) - Method in class com.vaadin.ui.Upload
Sets the component's list of accepted content-types.
setActiveDragSource(DragSourceExtension<? extends AbstractComponent>) - Method in class com.vaadin.ui.UI
Sets the drag source of an active HTML5 drag event.
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.
setAltText(String) - Method in class com.vaadin.ui.AbstractMedia
Sets the alternative text to be displayed if the browser does not support HTML5.
setApplication(LegacyApplication) - Method in class com.vaadin.ui.LegacyWindow
Deprecated.
 
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.
setArchive(String) - Method in class com.vaadin.ui.Flash
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.
setAssistiveCaption(String) - Method in class com.vaadin.ui.Grid.Column
Sets the header aria-label for this column.
setAssistiveDescription(Component...) - Method in class com.vaadin.ui.Window
Allows to specify which components contain the description for the window.
setAssistiveLabel(AbstractDateFieldState.AccessibleElement, String) - Method in class com.vaadin.ui.AbstractDateField
Sets the assistive label for a calendar navigation 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.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.ui.Window
Sets the accessibility prefix for the window caption.
setAssistiveRole(Notification.Type, NotificationRole) - Method in interface com.vaadin.ui.NotificationConfiguration
Sets the WAI-ARIA role for a notification type.
setAssistiveRole(WindowRole) - Method in class com.vaadin.ui.Window
Sets the WAI-ARIA role the window.
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(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(Class<T>, T) - 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 class com.vaadin.server.WrappedPortletSession
 
setAttribute(String, Object, int) - Method in class com.vaadin.server.WrappedPortletSession
Binds an object to this session in the given scope, using the name specified.
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.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.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 QuerySortOrders 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.
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(String) - Method in class com.vaadin.ui.Grid
Sets the bean type to use for property mapping.
setBeanType(Class<T>) - Method in class com.vaadin.ui.Grid
Sets the bean type to use for property mapping.
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
 
setBodyRowHeight(double) - Method in class com.vaadin.ui.Grid
Sets the height of a body row.
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 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.
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.
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.
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 class com.vaadin.server.VaadinPortletResponse
 
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
 
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(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)
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
 
setCheckable(boolean) - Method in class com.vaadin.ui.MenuBar.MenuItem
Sets the checkable state of the item.
setChecked(boolean) - Method in class com.vaadin.ui.MenuBar.MenuItem
Sets the checked state of the item.
setChildMeasurementHint(HasChildMeasurementHint.ChildMeasurementHint) - Method in interface com.vaadin.ui.HasChildMeasurementHint
Sets desired child size measurement hint.
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.ModifierKeys.
The shortcut is global (bound to the containing 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(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.
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.
setCodebase(String) - Method in class com.vaadin.ui.Flash
This attribute specifies the base path used to resolve relative URIs specified by the classid, data, and archive attributes.
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.
setCodetype(String) - Method in class com.vaadin.ui.Flash
This attribute specifies the content type of data expected when downloading the object specified by classid.
setColorGrid(Color[][]) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerGrid
Sets the color grid.
setColumnExpandRatio(int, float) - Method in class com.vaadin.ui.GridLayout
Sets the expand ratio of given column.
setColumnId(String, Grid.Column<T, ?>) - Method in class com.vaadin.ui.Grid
Sets a user-defined identifier for given column.
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.ui.Grid
Sets whether or not column reordering is allowed.
setColumnResizeMode(ColumnResizeMode) - Method in class com.vaadin.ui.Grid
Sets the column resize mode to use.
setColumns(String...) - Method in class com.vaadin.ui.Grid
Sets the columns and their order based on their column ids.
setColumns(int) - Method in class com.vaadin.ui.GridLayout
Sets the number of columns in the grid.
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.
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(SerializableComparator<T>) - Method in class com.vaadin.ui.Grid.Column
Sets a comparator to use with in-memory sorting with this column.
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
 
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(PopupView.Content) - Method in class com.vaadin.ui.PopupView
This method will replace the current content of the panel with a new one.
setContent(Component) - Method in interface com.vaadin.ui.SingleComponentContainer
Sets the content of this container.
setContent(Component) - Method in class com.vaadin.ui.UI
 
setContentLength(int) - Method in class com.vaadin.server.VaadinPortletResponse
 
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.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 class com.vaadin.server.VaadinPortletResponse
 
setContentType(String) - Method in interface com.vaadin.server.VaadinResponse
Sets the content type of this response.
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.
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(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.
setCurrent(VaadinSession) - Static method in class com.vaadin.util.CurrentInstance
Sets current instances for the VaadinSession and all related classes.
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.
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.
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
 
setData(Object) - Method in class com.vaadin.ui.AbstractComponent
Sets the data object, that can be used for any application specific data.
setDataProvider(DataProvider<T, ?>) - Method in interface com.vaadin.data.HasDataProvider
Sets the data provider for this listing.
setDataProvider(DataProvider<T, F>) - Method in interface com.vaadin.data.HasFilterableDataProvider
Sets the data provider for this listing.
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, F>, F) - Method in class com.vaadin.data.provider.DataCommunicator
Sets the current data provider for this DataCommunicator.
setDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.data.provider.DataCommunicator
Sets a new DataProvider and refreshes all the internal structures.
setDataProvider(HierarchicalDataProvider<T, F>, F) - Method in class com.vaadin.data.provider.HierarchicalDataCommunicator
Set the current hierarchical data provider for this communicator.
setDataProvider(DataProvider<T, F>, F) - Method in class com.vaadin.data.provider.HierarchicalDataCommunicator
Set the current hierarchical data provider for this communicator.
setDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.ui.CheckBoxGroup
 
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(DataProvider<T, C>, SerializableFunction<String, C>) - Method in class com.vaadin.ui.ComboBox
 
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(DataProvider<T, ?>) - Method in class com.vaadin.ui.Grid
 
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.
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
 
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.
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 class com.vaadin.server.VaadinPortletResponse
 
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.
setDebugId(String) - Method in class com.vaadin.ui.AbstractComponent
Deprecated.
setDebugId(String) - Method in class com.vaadin.ui.Composite
 
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.
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
 
setDefaultHeaderRow(HeaderRow) - Method in class com.vaadin.ui.Grid
Sets the default row of the header.
setDefaultRow(Header.Row) - Method in class com.vaadin.ui.components.grid.Header
Sets the default row of this header.
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.
setDelayMsec(int) - Method in class com.vaadin.ui.Notification
Sets the delay before the notification disappears.
setDescription(String) - Method in class com.vaadin.ui.AbstractComponent
Sets the component's description.
setDescription(String, ContentMode) - Method in class com.vaadin.ui.AbstractComponent
Sets the component's description using given content mode.
setDescription(String) - Method in interface com.vaadin.ui.components.grid.FooterCell
Sets the tooltip for the cell.
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) - Method in interface com.vaadin.ui.components.grid.HeaderCell
Sets the tooltip for the cell.
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) - Method in class com.vaadin.ui.Composite
 
setDescription(String, ContentMode) - Method in class com.vaadin.ui.Composite
 
setDescription(String) - Method in class com.vaadin.ui.MenuBar.MenuItem
setDescription(String, ContentMode) - Method in class com.vaadin.ui.MenuBar.MenuItem
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, ContentMode) - 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, ContentMode) - 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.ui.Tree
 
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.
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>, 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>) - 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
Sets the description generator that is used for generating descriptions for rows.
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.SingleSelectionModelImpl
 
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.
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
 
setDisableOnClick(boolean) - Method in class com.vaadin.ui.Button
Determines if a button is automatically disabled when clicked.
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.ui.Window
Enables or disables that a window can be dragged (moved) by the user.
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.
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, String) - 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, ComparisonOperator, double) - 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.
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.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.
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.
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.
setEffectAllowed(EffectAllowed) - Method in class com.vaadin.ui.dnd.DragSourceExtension
Sets the allowed effects for the current drag source element.
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.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.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.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
 
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.
setErrorLevel(ErrorLevel) - Method in class com.vaadin.server.AbstractErrorMessage
 
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(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.
setErrorView(View) - Method in class com.vaadin.navigator.Navigator
Registers a view that is displayed when no other view matches the navigation state.
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
setExpandRatio(int) - Method in class com.vaadin.ui.Grid.Column
Sets the ratio with which the column expands.
setFallbackTransport(Transport) - Method in interface com.vaadin.ui.PushConfiguration
Sets the fallback transport type for push.
setFeatures(String) - Method in class com.vaadin.server.BrowserWindowOpener
Sets the features for opening the window.
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.DownloadStream
Sets the file name.
setFilename(String) - Method in class com.vaadin.server.StreamResource
Sets the filename.
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(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(SerializablePredicate<T>) - Method in interface com.vaadin.data.provider.InMemoryDataProvider
Sets a filter to be applied to all queries.
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 class com.vaadin.data.provider.ListDataProvider
 
setFilter(SerializablePredicate<T>) - Method in class com.vaadin.data.provider.TreeDataProvider
 
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 interface com.vaadin.ui.LoadingIndicatorConfiguration
Sets the delay before the loading indicator is shown.
setFocusDelegate(Component.Focusable) - Method in class com.vaadin.ui.CustomField
Sets the component to which all methods from the 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.
setFooterRowHeight(double) - Method in class com.vaadin.ui.Grid
Sets the height of a footer row.
setFooterVisible(boolean) - Method in class com.vaadin.ui.Grid
Sets the visibility of the Footer in this Grid.
setFragment(String) - Method in class com.vaadin.navigator.Navigator.UriFragmentManager
Sets the URI fragment to the given string.
setFrozenColumnCount(int) - Method in class com.vaadin.ui.Grid
Sets the number of frozen columns in this grid.
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 class com.vaadin.server.VaadinPortletResponse
 
setHeader(String, String) - Method in interface com.vaadin.server.VaadinResponse
Sets the value of a generic response header.
setHeaderRowHeight(double) - Method in class com.vaadin.ui.Grid
Sets the height of a header row.
setHeaderVisible(boolean) - Method in class com.vaadin.ui.Grid
Sets the visibility of the Header in this Grid.
setHeight(String) - Method in interface com.vaadin.server.Sizeable
Sets the height of the component using String presentation.
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(String) - 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(String) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerHistory
 
setHeight(String) - Method in class com.vaadin.ui.Composite
 
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.
setHeightByRows(double) - Method in class com.vaadin.ui.Grid
Sets the number of rows that should be visible in Grid's body.
setHeightLocation(Object) - Static method in class com.vaadin.server.ComponentSizeValidator
 
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.ui.Grid.Column
Sets whether this column can be hidden by the user.
setHidden(boolean) - Method in class com.vaadin.ui.Grid.Column
Hides or shows the column.
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.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.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.
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 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.
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.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.
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, String) - Method in class com.vaadin.ui.Button
Sets the component's icon and alt text.
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, String) - Method in interface com.vaadin.ui.TabSheet.Tab
Sets the icon and alt text for the tab.
setIcon(Resource) - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
 
setIcon(Resource, String) - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
 
setIcon(Resource) - Method in class com.vaadin.ui.Tree
 
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
 
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
 
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
 
setImmediateMode(boolean) - Method in class com.vaadin.ui.Upload
Sets the immediate mode of the upload.
setIndeterminate(boolean) - Method in class com.vaadin.ui.ProgressBar
Sets whether or not this progress indicator is indeterminate.
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.
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.
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(Collection<T>) - Method in interface com.vaadin.data.HasDataProvider
 
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(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(Collection<T>) - Method in interface com.vaadin.data.HasHierarchicalDataProvider
Sets the data items of this component provided as a collection.
setItems(Stream<T>) - Method in interface com.vaadin.data.HasHierarchicalDataProvider
Sets the data items of this component provided as a stream.
setItems(T...) - Method in interface com.vaadin.data.HasHierarchicalDataProvider
Sets the data items of this listing.
setItems(Collection<T>) - Method in interface com.vaadin.data.HasItems
Sets the data items of this component provided as a collection.
setItems(T...) - Method in interface com.vaadin.data.HasItems
Sets the data items of this listing.
setItems(Stream<T>) - Method in interface com.vaadin.data.HasItems
Sets the data items of this listing provided as a stream.
setItems(Collection<T>) - Method in class com.vaadin.ui.ComboBox
Sets the data items of this component provided as a collection.
setItems(Stream<T>) - Method in class com.vaadin.ui.ComboBox
Sets the data items of this listing provided as a stream.
setItems(T...) - Method in class com.vaadin.ui.ComboBox
Sets the data items of this listing.
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.
setJavaFieldValue(Object, Field, Object) - Static method in class com.vaadin.util.ReflectTools
Sets the value of a java field.
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.
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.
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.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.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(MarginInfo) - Method in class com.vaadin.ui.AbstractOrderedLayout
 
setMargin(boolean) - Method in class com.vaadin.ui.GridLayout
 
setMargin(MarginInfo) - Method in class com.vaadin.ui.GridLayout
 
setMargin(boolean) - Method in interface com.vaadin.ui.Layout.MarginHandler
Enable layout margins.
setMargin(MarginInfo) - Method in interface com.vaadin.ui.Layout.MarginHandler
Enable margins for this layout.
setMax(double) - Method in class com.vaadin.ui.Slider
Sets the maximum slider value.
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 class com.vaadin.server.WrappedPortletSession
 
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(Integer) - Method in class com.vaadin.data.validator.StringLengthValidator
Sets the maximum permissible length of the string.
setMaxLength(int) - Method in class com.vaadin.ui.AbstractTextField
Sets the maximum number of characters in the field.
setMaxSplitPosition(float, Sizeable.Unit) - Method in class com.vaadin.ui.AbstractSplitPanel
Sets the maximum split position to the given position and unit.
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 interface com.vaadin.ui.TooltipConfiguration
Sets the maximum width of the tooltip popup.
setMessage(String) - Method in class com.vaadin.server.AbstractErrorMessage
 
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.
setMimeType(String) - Method in class com.vaadin.ui.Embedded
Sets the mimeType, the MIME-Type of the object.
setMin(double) - Method in class com.vaadin.ui.Slider
Sets the minimum slider value.
setMinimumWidth(double) - Method in class com.vaadin.ui.Grid.Column
Sets the 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(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 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
 
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.ui.AbstractMedia
Set whether to mute the audio or not.
setName(String) - Method in class com.vaadin.ui.LegacyWindow
Deprecated.
Sets the unique name of the window.
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.
setNewItemHandler(ComboBox.NewItemHandler) - Method in class com.vaadin.ui.ComboBox
Deprecated.
setNewItemProvider(ComboBox.NewItemProvider<T>) - Method in class com.vaadin.ui.ComboBox
Sets the provider function that is called when user types a new item.
setNoCacheHeaders() - Method in interface com.vaadin.server.VaadinResponse
Sets all conceivable headers that might prevent a response from being stored in any caches.
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.
setOrientation(SliderOrientation) - Method in class com.vaadin.ui.Slider
Sets the orientation of the slider.
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.
setPageLength(int) - Method in class com.vaadin.ui.ComboBox
Sets the page length for the suggestion popup.
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 class com.vaadin.ui.Flash
Sets an object parameter.
setParameter(String, String) - Method in interface com.vaadin.ui.PushConfiguration
Sets the given parameter.
setParent(T, T) - Method in class com.vaadin.data.TreeData
Moves an item to become a child of the given parent item.
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(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(MenuBar.MenuItem) - Method in class com.vaadin.ui.MenuBar.MenuItem
Set the parent of this item.
setParent(ClientConnector) - Method in interface com.vaadin.ui.renderers.Renderer
Deprecated.
setParent(HasComponents) - Method in class com.vaadin.ui.Window
 
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(String, String) - 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, double) - 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.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.
setPopupStyle(AbstractColorPicker.PopupStyle) - Method in class com.vaadin.ui.AbstractColorPicker
Sets the style of the popup window.
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.
setPortletMode(UI, PortletMode) - Method in class com.vaadin.server.VaadinPortletSession
Sets the portlet mode.
setPosition(Component, AbsoluteLayout.ComponentPosition) - Method in class com.vaadin.ui.AbsoluteLayout
Sets the position of a component in the layout.
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(Position) - Method in class com.vaadin.ui.Notification
Sets the position of the notification message.
setPosition(int, int) - Method in class com.vaadin.ui.Window
Sets the position of the window on the screen using Window.setPositionX(int) and Window.setPositionY(int).
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.
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.
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
 
setPropertySet(PropertySet<T>) - Method in class com.vaadin.ui.Grid
Sets the property set to use for this grid.
setPushConnection(PushConnection) - Method in class com.vaadin.ui.UI
Sets the internal push connection object used by this UI.
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 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 interface com.vaadin.ui.TooltipConfiguration
Sets the time (in ms) that determines when TooltipConfiguration.getQuickOpenDelay() should be used instead of TooltipConfiguration.getOpenDelay().
setRangeEnd(T) - Method in class com.vaadin.ui.AbstractDateField
Sets the end range for this component.
setRangeStart(T) - Method in class com.vaadin.ui.AbstractDateField
Sets the start range for this component.
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.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.
setReconnectInterval(int) - Method in interface com.vaadin.ui.ReconnectDialogConfiguration
Sets the interval (in milliseconds) between reconnect attempts.
setRenderer(Renderer<? super V>) - Method in class com.vaadin.ui.Grid.Column
Sets the 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.
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
 
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(R) - Method in class com.vaadin.ui.AbstractDateField
Sets the resolution of the DateField.
setResolution(int) - Method in class com.vaadin.ui.Slider
Set a new resolution for the slider.
setResource(String, Resource) - Method in class com.vaadin.server.AbstractClientConnector
Registers a resource with this connector using the given key.
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.
setResponsive(boolean) - Method in class com.vaadin.ui.AbstractComponent
Toggles responsiveness of this component.
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.
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.
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.
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
 
setScrollLeft(int) - Method in interface com.vaadin.server.Scrollable
Sets scroll left offset.
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.
setScrollTop(int) - Method in interface com.vaadin.server.Scrollable
Sets scroll top offset.
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 interface com.vaadin.ui.LoadingIndicatorConfiguration
Sets the delay before the loading indicator goes into the "second" state.
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
 
setSelected(String) - Method in class com.vaadin.ui.TabSheet.TabsheetServerRpcImpl
 
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(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, boolean) - Method in class com.vaadin.ui.AbstractSingleSelect
This method updates the internal selection state of the server-side of AbstractSingleSelect.
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.
setSelectedTab(int) - Method in class com.vaadin.ui.TabSheet
Sets the selected tab, identified by its index.
setSelection(int, int) - Method in class com.vaadin.ui.AbstractTextField
Sets the range of text to be selected.
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(GridSelectionModel<T>) - Method in class com.vaadin.ui.Grid
Sets the selection model for the grid.
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.
setSharedRenderParameter(UI, String, String) - Method in class com.vaadin.server.VaadinPortletSession
Sets a shared portlet parameter.
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.ui.AbstractDateField
Sets the visibility of ISO 8601 week numbers in the date selector.
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
 
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(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<GridSortOrder<T>>) - Method in class com.vaadin.ui.Grid
Sets the sort order to use.
setSortOrder(GridSortOrderBuilder<T>) - Method in class com.vaadin.ui.Grid
Sets the sort order to use, given a GridSortOrderBuilder.
setSortOrderProvider(SortOrderProvider) - Method in class com.vaadin.ui.Grid.Column
Sets the sort orders when sorting this column.
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.
setSortOrders(QuerySortOrderBuilder) - Method in interface com.vaadin.data.provider.BackEndDataProvider
Sets the sort order to use, given a QuerySortOrderBuilder.
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.
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.
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.
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.
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.
setStandby(String) - Method in class com.vaadin.ui.Flash
Sets standby.
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
 
setState(VaadinSession.State) - Method in class com.vaadin.server.VaadinSession
Sets the lifecycle state of this session.
setStatus(int) - Method in class com.vaadin.server.VaadinPortletResponse
 
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.
setStyle(T, String) - Method in class com.vaadin.ui.ComboBox.DeclarativeStyleGenerator
Sets a style for the item.
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.ui.AbstractComponent
 
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, boolean) - Method in interface com.vaadin.ui.Component
Adds or removes a style name.
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, boolean) - Method in class com.vaadin.ui.Composite
 
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 class com.vaadin.ui.Tree
 
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.ui.TabSheet
Sets whether HTML is allowed in the tab captions.
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.
setTabPosition(TabSheet.Tab, int) - Method in class com.vaadin.ui.TabSheet
Sets the position of the tab.
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.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.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.
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.
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 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.
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.
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.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.
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 interface com.vaadin.ui.LoadingIndicatorConfiguration
Sets the delay before the loading indicator goes into the "third" state.
setThrowable(Throwable) - Method in class com.vaadin.server.ErrorEvent
 
setTitle(String) - Method in class com.vaadin.server.Page
Sets the page title.
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.
setTransport(Transport) - Method in interface com.vaadin.ui.PushConfiguration
Sets the primary transport type for push.
setTreeData(TreeData<T>) - Method in interface com.vaadin.data.HasHierarchicalDataProvider
Sets a new TreeDataProvider wrapping the given TreeData.
setType(int) - Method in class com.vaadin.ui.Embedded
Sets the object type.
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, boolean) - Method in class com.vaadin.server.Page
Sets the fragment part in the current location URI.
setUriFragment(String) - Method in class com.vaadin.server.Page
Sets URI fragment.
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.
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 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.NoSelectionModel
 
setValidationStatusHandler(BinderValidationStatusHandler<BEAN>) - Method in class com.vaadin.data.Binder
Sets the status handler to track form status changes.
setValue(V) - Method in interface com.vaadin.data.HasValue
Sets the value of this object.
setValue(V) - Method in class com.vaadin.data.ReadOnlyHasValue
 
setValue(Object, Object) - Method in interface com.vaadin.server.JsonCodec.BeanProperty
 
setValue(Color) - Method in class com.vaadin.ui.AbstractColorPicker
Sets the selected color of this color picker.
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, 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(Set<T>) - Method in class com.vaadin.ui.AbstractMultiSelect
Sets the value of this object which is a set of items to select.
setValue(T) - Method in class com.vaadin.ui.AbstractSingleSelect
Sets the value of this object which is an item to select.
setValue(String) - Method in class com.vaadin.ui.AbstractTextField
Sets the value of this text field.
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(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(String) - Method in class com.vaadin.ui.Label
Sets the text to be shown in the label.
setValue(float) - Method in class com.vaadin.ui.ProgressBar
Sets the value of this progress bar.
setValue(String) - Method in class com.vaadin.ui.RichTextArea
Sets the value of this object.
setValue(Double) - Method in class com.vaadin.ui.Slider
Sets the value of this object.
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.ValueChangeEvents.
setValueChangeMode(ValueChangeMode) - Method in class com.vaadin.ui.RichTextArea
 
setValueChangeTimeout(int) - Method in class com.vaadin.ui.AbstractTextField
 
setValueChangeTimeout(int) - Method in interface com.vaadin.ui.HasValueChangeMode
Sets how often HasValue.ValueChangeEvents are triggered when the ValueChangeMode is set to either ValueChangeMode.LAZY or ValueChangeMode.TIMEOUT.
setValueChangeTimeout(int) - Method in class com.vaadin.ui.RichTextArea
 
setViewer(T) - Method in class com.vaadin.event.ActionManager
 
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
 
setVisibleItemCount(int) - Method in class com.vaadin.ui.NativeSelect
Sets the number of items that are visible.
setWidth(float, Sizeable.Unit) - Method in interface com.vaadin.server.Sizeable
Sets the width of the object.
setWidth(String) - Method in interface com.vaadin.server.Sizeable
Sets the width of the component using String presentation.
setWidth(float, Sizeable.Unit) - Method in class com.vaadin.ui.AbstractComponent
 
setWidth(String) - 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(String) - Method in class com.vaadin.ui.Composite
 
setWidth(float, Sizeable.Unit) - Method in class com.vaadin.ui.CustomField
 
setWidth(double) - Method in class com.vaadin.ui.Grid.Column
Sets the width (in pixels).
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.
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.
setWordWrap(boolean) - Method in class com.vaadin.ui.TextArea
Sets the text area's word-wrap mode on or off.
setWritingResponse(boolean) - Method in class com.vaadin.ui.ConnectorTracker
Sets the current response write status.
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 when z is included inside the AbstractDateField.setDateFormat(String).
SharedStateWriter - Class in com.vaadin.server.communication
Serializes shared state changes to JSON.
SharedStateWriter() - Constructor for class com.vaadin.server.communication.SharedStateWriter
 
SHIFT - Static variable in interface com.vaadin.event.ShortcutAction.ModifierKey
 
ShortcutAction - Class in com.vaadin.event
Shortcuts are a special type of Actions used to create keyboard shortcuts.
ShortcutAction(String, int, int...) - Constructor for class com.vaadin.event.ShortcutAction
Creates a shortcut that reacts to the given ShortcutAction.KeyCode and (optionally) ShortcutAction.ModifierKeys.
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.ModifierKeys.
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.KeyCode - Interface in com.vaadin.event
Key codes that can be used for shortcuts.
ShortcutAction.ModifierKey - Interface in com.vaadin.event
Modifier key constants.
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, int, int...) - Constructor for class com.vaadin.event.ShortcutListener
 
ShortcutListener(String, int...) - Constructor for class com.vaadin.event.ShortcutListener
 
ShortcutListener(String, Resource, int, int...) - Constructor for class com.vaadin.event.ShortcutListener
 
ShortcutListener(String) - Constructor for class com.vaadin.event.ShortcutListener
 
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.
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.
shouldCreateApplication(PortletRequest) - Method in class com.vaadin.server.LegacyVaadinPortlet
 
shouldCreateApplication(HttpServletRequest) - Method in class com.vaadin.server.LegacyVaadinServlet
 
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(Page) - Method in class com.vaadin.ui.Notification
Shows this notification on a Page.
show(String) - Static method in class com.vaadin.ui.Notification
Shows a notification message on the middle of the current page.
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.
showNotification(Notification) - Method in class com.vaadin.server.Page
Deprecated.
As of 7.0, use Notification.show(Page) 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).
showNotification(Notification) - Method in class com.vaadin.ui.UI
Deprecated.
As of 7.0, use Notification.show 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.
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.
SimpleDataRequestRpc() - Constructor for class com.vaadin.data.provider.DataCommunicator.SimpleDataRequestRpc
 
SimpleMultiPartInputStream(InputStream, String) - Constructor for class com.vaadin.server.communication.FileUploadHandler.SimpleMultiPartInputStream
 
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 a SingleComponentContainer to show the 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.
SingleSelectionModelImpl<T> - Class in com.vaadin.ui.components.grid
Single selection model for grid.
SingleSelectionModelImpl() - Constructor for class com.vaadin.ui.components.grid.SingleSelectionModelImpl
 
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(Query<T, SerializablePredicate<T>>) - Method in class com.vaadin.data.provider.ListDataProvider
 
SIZE - Static variable in interface com.vaadin.data.RequiredFieldConfigurator
Configurator which is aware of Size annotation with min()> 0 presence for a property.
SIZE_UNDEFINED - Static variable in interface com.vaadin.server.Sizeable
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).
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(String) - Constructor for class com.vaadin.ui.Slider
Create a new slider with the caption given as parameter.
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, int, int) - Constructor for class com.vaadin.ui.Slider
Creates a new slider with the given caption and integer range.
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.
SLIDER_NO_INDICATOR - Static variable in class com.vaadin.ui.themes.ValoTheme
Hide the indicator bar from the slider.
Sort - Class in com.vaadin.data.provider
Helper class for constructing SortOrders.
Sort() - Constructor for class com.vaadin.data.provider.Sort
 
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) - Method in class com.vaadin.ui.Grid
Sort this Grid in a user-specified direction by a column defined by id.
Sort.SortBuilder - Class in com.vaadin.data.provider
SortBuilder is a helper class with fluent API for constructing sort order lists.
SortBuilder() - Constructor for class com.vaadin.data.provider.Sort.SortBuilder
Constructs an empty SortBuilder.
SortEvent<T extends SortOrder<?>> - Class in com.vaadin.event
Event describing a change in sorting of a DataProvider.
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.
SortOrder<T> - Class in com.vaadin.data.provider
Sorting information for one field.
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.
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.
space() - Method in class com.vaadin.ui.GridLayout
Moves the cursor forward by one.
SPACEBAR - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
 
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.
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
 
StartedEvent(Upload, String, String, long) - Constructor for class com.vaadin.ui.Upload.StartedEvent
 
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.
startTag(String) - Method in class com.vaadin.server.JsonPaintTarget
 
startTag(String, boolean) - Method in class com.vaadin.server.JsonPaintTarget
Prints the element start tag.
startTag(String) - Method in interface com.vaadin.server.PaintTarget
Prints element start tag.
startUpload() - Method in class com.vaadin.ui.Upload
Go into upload state.
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.
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.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.
StaticViewProvider(String, View) - Constructor for class com.vaadin.navigator.Navigator.StaticViewProvider
Creates a new view provider which returns a pre-created view instance.
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.
storeInSession(VaadinService, WrappedSession) - Method in class com.vaadin.server.VaadinSession
storeSession(VaadinSession, WrappedSession) - Method in class com.vaadin.server.VaadinService
Called when the VaadinSession should be stored.
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 the StreamVariable.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 to StreamVariable starts.
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 to BigDecimal and back.
StringToBigDecimalConverter(String) - Constructor for class com.vaadin.data.converter.StringToBigDecimalConverter
Creates a new converter instance with the given error message.
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.
StringToBigDecimalConverter(ErrorMessageProvider) - Constructor for class com.vaadin.data.converter.StringToBigDecimalConverter
Creates a new converter instance with the given error message provider.
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.
StringToBigIntegerConverter - Class in com.vaadin.data.converter
A converter that converts from String to BigInteger and back.
StringToBigIntegerConverter(String) - Constructor for class com.vaadin.data.converter.StringToBigIntegerConverter
Creates a new converter instance with the given error message.
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.
StringToBigIntegerConverter(ErrorMessageProvider) - Constructor for class com.vaadin.data.converter.StringToBigIntegerConverter
Creates a new converter instance with the given error message provider.
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.
StringToBooleanConverter - Class in com.vaadin.data.converter
A converter that converts from String to Boolean and back.
StringToBooleanConverter(String) - Constructor for class com.vaadin.data.converter.StringToBooleanConverter
Creates converter with default string representations - "true" and "false".
StringToBooleanConverter(ErrorMessageProvider) - Constructor for class com.vaadin.data.converter.StringToBooleanConverter
Creates a new converter instance with the given error message provider.
StringToBooleanConverter(String, String, String) - Constructor for class com.vaadin.data.converter.StringToBooleanConverter
Creates converter with custom string representation.
StringToBooleanConverter(String, String, ErrorMessageProvider) - 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
Parses Color from any of the following String inputs:
- RGB hex (e.g.
StringToDateConverter - Class in com.vaadin.data.converter
A converter that converts from Date to String and back.
StringToDateConverter() - Constructor for class com.vaadin.data.converter.StringToDateConverter
 
StringToDoubleConverter - Class in com.vaadin.data.converter
A converter that converts from String to Double and back.
StringToDoubleConverter(String) - Constructor for class com.vaadin.data.converter.StringToDoubleConverter
Creates a new converter instance with the given error message.
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(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.
StringToFloatConverter - Class in com.vaadin.data.converter
A converter that converts from String to Float and back.
StringToFloatConverter(String) - Constructor for class com.vaadin.data.converter.StringToFloatConverter
Creates a new converter instance with the given error message.
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(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.
StringToIntegerConverter - Class in com.vaadin.data.converter
A converter that converts from String to Integer and back.
StringToIntegerConverter(String) - Constructor for class com.vaadin.data.converter.StringToIntegerConverter
Creates a new converter instance with the given error message.
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(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.
StringToLongConverter - Class in com.vaadin.data.converter
A converter that converts from String to Long and back.
StringToLongConverter(String) - Constructor for class com.vaadin.data.converter.StringToLongConverter
Creates a new converter instance with the given error message.
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(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.
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
StyleGenerator<T> - Interface in com.vaadin.ui
A callback interface for generating custom CSS class names for items.
STYLENAME_AREA - Static variable in class com.vaadin.ui.AbstractColorPicker
 
STYLENAME_BUTTON - Static variable in class com.vaadin.ui.AbstractColorPicker
 
STYLENAME_DEFAULT - Static variable in class com.vaadin.ui.AbstractColorPicker
 
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.
submitUpload() - Method in class com.vaadin.ui.Upload
Forces the upload the send selected file to the server.
SucceededEvent(Upload, String, String, long) - Constructor for class com.vaadin.ui.Upload.SucceededEvent
 
suspend(AtmosphereResource) - Method in class com.vaadin.server.communication.PushHandler
Suspends the given resource.
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.
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.PortletListenerNotifier
Fires portlet request events to any VaadinPortletSession.PortletListeners registered to the given session using VaadinPortletSession.addPortletListener(PortletListener).
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 the VaadinSession is locked before this is called and unlocked after this has completed.
synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.UnsupportedBrowserHandler
 
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
 
SYSTEMERROR - Static variable in interface com.vaadin.server.ErrorMessage
Deprecated.
As of 7.0, use ErrorLevel.SYSTEM instead    
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.
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 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
 
TAB - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
 
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.
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.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.
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.
TabsheetServerRpcImpl() - Constructor for class com.vaadin.ui.TabSheet.TabsheetServerRpcImpl
 
TabSheetTabImpl(String, String, Resource) - Constructor for class com.vaadin.ui.TabSheet.TabSheetTabImpl
 
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_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
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, 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.
TargetDetailIs(String, Boolean) - Constructor for class com.vaadin.event.dd.acceptcriteria.TargetDetailIs
 
TargetDetails - Interface in com.vaadin.event.dd
Deprecated.
Replaced in 8.1 by DropEvent#getTransferData(String)
TargetDetailsImpl - Class in com.vaadin.event.dd
Deprecated.
Replaced in 8.1 by DropEvent#getTransferData(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.
 
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.
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(String) - Constructor for class com.vaadin.ui.TextArea
Constructs an empty TextArea with given caption.
TextArea(String, String) - Constructor for class com.vaadin.ui.TextArea
Constructs a TextArea with given caption and value.
TextArea(HasValue.ValueChangeListener<String>) - Constructor for class com.vaadin.ui.TextArea
Constructs a new TextArea with a value change listener.
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, 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.
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(String) - Constructor for class com.vaadin.ui.TextField
Constructs an empty TextField with given caption.
TextField(String, String) - Constructor for class com.vaadin.ui.TextField
Constructs a new TextField with the given caption and initial text contents.
TextField(HasValue.ValueChangeListener<String>) - Constructor for class com.vaadin.ui.TextField
Constructs a new TextField with a value change listener.
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, 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.
textfieldVisible - Variable in class com.vaadin.ui.AbstractColorPicker
 
TextRenderer - Class in com.vaadin.ui.renderers
A renderer for presenting a plain text representation of any value.
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.
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
 
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.
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.
TimeZoneUtil - Class in com.vaadin.util
Utilities related to com.google.gwt.i18n.client.TimeZone.
Title - Annotation Type in com.vaadin.annotations
Defines the HTML page title for a UI.
toJSON(ZoneId, Locale) - Static method in class com.vaadin.util.TimeZoneUtil
Returns a JSON string of the specified zoneId and Locale, which is used in com.google.gwt.i18n.client.TimeZone#createTimeZone(String).
TooltipConfiguration - Interface in com.vaadin.ui
Provides method for configuring the tooltip.
TOP_CENTER - Static variable in class com.vaadin.ui.Alignment
 
TOP_LEFT - Static variable in class com.vaadin.ui.Alignment
 
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 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.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.renderers.DateRenderer
 
toString() - Method in class com.vaadin.ui.renderers.NumberRenderer
 
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
 
Transferable - Interface in com.vaadin.event
Deprecated.
Since 8.1 replaced by DragSourceExtension#setTransferData(String, String), DropEvent#getTransferData(String).
TransferableImpl - Class in com.vaadin.event
TODO Javadoc!
TransferableImpl(Component, Map<String, Object>) - Constructor for class com.vaadin.event.TransferableImpl
 
translateDropTargetDetails(Map<String, Object>) - Method in interface com.vaadin.event.dd.DropTarget
Deprecated.
Called before the DragAndDropEvent is passed to DropHandler.
translateDropTargetDetails(Map<String, Object>) - Method in class com.vaadin.ui.DragAndDropWrapper
Deprecated.
 
Tree<T> - Class in com.vaadin.ui
Tree component.
Tree() - Constructor for class com.vaadin.ui.Tree
Constructs a new Tree Component.
Tree(String) - Constructor for class com.vaadin.ui.Tree
Constructs a new Tree Component with given caption.
Tree(String, TreeData<T>) - Constructor for class com.vaadin.ui.Tree
Constructs a new Tree Component with given caption and TreeData.
Tree(String, HierarchicalDataProvider<T, ?>) - Constructor for class com.vaadin.ui.Tree
Constructs a new Tree Component with given caption and HierarchicalDataProvider.
Tree(HierarchicalDataProvider<T, ?>) - Constructor for class com.vaadin.ui.Tree
Constructs a new Tree Component with given HierarchicalDataProvider.
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.
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<T> - Class in com.vaadin.ui
A grid component for displaying hierarchical tabular data.
TreeGrid() - Constructor for class com.vaadin.ui.TreeGrid
Creates a new TreeGrid 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(HierarchicalDataProvider<T, ?>) - Constructor for class com.vaadin.ui.TreeGrid
Creates a new TreeGrid using the given HierarchicalDataProvider, 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 custom PropertySet 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.
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.
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.
TreeMultiSelectionModel() - Constructor for class com.vaadin.ui.Tree.TreeMultiSelectionModel
 
TreeRenderer() - Constructor for class com.vaadin.ui.Tree.TreeRenderer
Constructs a new TreeRenderer.
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
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.
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_OBJECT - Static variable in class com.vaadin.ui.Embedded
General object type.
TYPE_TRAY_NOTIFICATION - Static variable in class com.vaadin.ui.Notification
Deprecated.
TYPE_WARNING_MESSAGE - Static variable in class com.vaadin.ui.Notification
Deprecated.

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 - 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.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.
UI_PARAMETER - Static variable in class com.vaadin.server.VaadinSession
The name of the parameter that is by default used in e.g.
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.
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.
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, Throwable) - Constructor for exception com.vaadin.ui.UIDetachedException
 
UIDetachedException(String) - Constructor for exception com.vaadin.ui.UIDetachedException
 
UIDetachedException(Throwable) - Constructor for exception com.vaadin.ui.UIDetachedException
 
UIDL_PATH - Static variable in class com.vaadin.server.communication.UidlRequestHandler
 
UidlRequestHandler - Class in com.vaadin.server.communication
Processes a UIDL request from the client.
UidlRequestHandler() - Constructor for class com.vaadin.server.communication.UidlRequestHandler
 
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
A UIEvents.PollListener receives and handles PollEvents fired by PollNotifiers.
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
 
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.
unbind() - Method in interface com.vaadin.data.Binder.Binding
Unbinds the binding from its respective Binder Removes any ValueChangeListener Registration from associated HasValue.
unbind() - Method in class com.vaadin.data.Binder.BindingImpl
Removes this binding from its binder and unregisters the ValueChangeListener from any bound HasValue.
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
 
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    
unlock() - Method in class com.vaadin.server.VaadinSession
Unlocks this session.
unlockSession(WrappedSession) - Method in class com.vaadin.server.VaadinService
Releases the lock for the given session for this service instance.
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.
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
 
updateBrowserWindowSize(int, int) - Method in class com.vaadin.server.Page
Deprecated.
updateBrowserWindowSize(int, int, boolean) - Method in class com.vaadin.server.Page
For internal use only.
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.
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.
updateLocation(String) - Method in class com.vaadin.server.Page
Deprecated.
As of 7.2, use #updateLocation(String, boolean) instead.
updateLocation(String, boolean, boolean) - Method in class com.vaadin.server.Page
For internal use only.
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.
updateProgress(long, long) - Method in interface com.vaadin.ui.Upload.ProgressListener
Updates progress to listener.
updateRequestDetails(VaadinRequest) - Method in class com.vaadin.server.WebBrowser
For internal use by VaadinServlet/VaadinPortlet only.
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<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>, boolean) - Method in class com.vaadin.ui.AbstractMultiSelect
Updates the selection by adding and removing the given items.
updateSelection(Set<T>, Set<T>) - Method in class com.vaadin.ui.components.grid.MultiSelectionModelImpl
 
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.
updateSelection(Set<T>, Set<T>) - Method in interface com.vaadin.ui.MultiSelect
Updates the selection by adding and removing the given items from it.
updateTheme(String) - Static method in class com.vaadin.server.themeutils.SASSAddonImportFileCreator
Updates a themes addons.scss with the addon themes found on the classpath.
updateWidgetSet(String) - Static method in class com.vaadin.server.widgetsetutils.WidgetSetBuilder
 
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.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.
UPLOAD_URL_PREFIX - Static variable in class com.vaadin.server.ServletPortletHelper
Deprecated.
 
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.
UploadInterruptedException() - Constructor for exception com.vaadin.server.communication.FileUploadHandler.UploadInterruptedException
Constructs an instance of UploadInterruptedException.
uploadStarted(Upload.StartedEvent) - Method in interface com.vaadin.ui.Upload.StartedListener
Upload has started.
uploadSucceeded(Upload.SucceededEvent) - Method in interface com.vaadin.ui.Upload.SucceededListener
Upload successful.
uriChanged(Page.PopStateEvent) - Method in interface com.vaadin.server.Page.PopStateListener
Event handler method invoked when the URI fragment of the page changes.
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_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
 
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.

V

V - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
 
VaadinGateInRequest(PortletRequest, VaadinPortletService) - Constructor for class com.vaadin.server.VaadinPortlet.VaadinGateInRequest
 
VaadinHttpAndPortletRequest(PortletRequest, VaadinPortletService) - Constructor for class com.vaadin.server.VaadinPortlet.VaadinHttpAndPortletRequest
VaadinIcons - Enum in com.vaadin.icons
FontIcon that represents the Vaadin Icons font.
VaadinLiferayRequest(PortletRequest, VaadinPortletService) - Constructor for class com.vaadin.server.VaadinPortlet.VaadinLiferayRequest
 
VaadinPortlet - Class in com.vaadin.server
Portlet 2.0 base class.
VaadinPortlet() - Constructor for class com.vaadin.server.VaadinPortlet
 
VaadinPortlet.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.
VaadinPortlet.VaadinGateInRequest - Class in com.vaadin.server
Portlet request for GateIn.
VaadinPortlet.VaadinHttpAndPortletRequest - Class in com.vaadin.server
Base class for portlet requests that need access to HTTP servlet requests.
VaadinPortlet.VaadinLiferayRequest - Class in com.vaadin.server
Portlet request for Liferay.
VaadinPortlet.VaadinWebLogicPortalRequest - Class in com.vaadin.server
Portlet request for WebSphere Portal.
VaadinPortlet.VaadinWebSpherePortalRequest - Class in com.vaadin.server
Portlet request for WebSphere Portal.
VaadinPortletRequest - Class in com.vaadin.server
Wrapper for PortletRequest and its subclasses.
VaadinPortletRequest(PortletRequest, VaadinPortletService) - Constructor for class com.vaadin.server.VaadinPortletRequest
Wraps a portlet request and an associated vaadin service.
VaadinPortletResponse - Class in com.vaadin.server
Wrapper for PortletResponse and its subclasses.
VaadinPortletResponse(PortletResponse, VaadinPortletService) - Constructor for class com.vaadin.server.VaadinPortletResponse
Wraps a portlet response and an associated vaadin service.
VaadinPortletService - Class in com.vaadin.server
 
VaadinPortletService(VaadinPortlet, DeploymentConfiguration) - Constructor for class com.vaadin.server.VaadinPortletService
 
VaadinPortletSession - Class in com.vaadin.server
An implementation of VaadinSession for JSR-286 portlet environments.
VaadinPortletSession(VaadinPortletService) - Constructor for class com.vaadin.server.VaadinPortletSession
Create a portlet service session for the given portlet service.
VaadinPortletSession.PortletListener - Interface in com.vaadin.server
Listener interface for the various types of JSR-286 portlet requests.
VaadinRequest - Interface in com.vaadin.server
A generic request to the server, wrapping a more specific request type, e.g.
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(DeploymentConfiguration) - Constructor for class com.vaadin.server.VaadinService
Creates a new vaadin service based on a deployment configuration.
VaadinService() - Constructor for class com.vaadin.server.VaadinService
Creates a service.
VaadinServiceClassLoaderUtil - Class in com.vaadin.server
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.
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(VaadinServlet, DeploymentConfiguration) - Constructor for class com.vaadin.server.VaadinServletService
 
VaadinServletService() - Constructor for class com.vaadin.server.VaadinServletService
Creates a servlet service.
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 using VaadinSession.access(Runnable).
VaadinSession.State - Enum in com.vaadin.server
The lifecycle state of a VaadinSession.
VaadinWebLogicPortalRequest(PortletRequest, VaadinPortletService) - Constructor for class com.vaadin.server.VaadinPortlet.VaadinWebLogicPortalRequest
 
VaadinWebSpherePortalRequest(PortletRequest, VaadinPortletService) - Constructor for class com.vaadin.server.VaadinPortlet.VaadinWebSpherePortalRequest
 
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(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() - Method in class com.vaadin.data.Binder
Validates the values of all bound fields and returns the validation status.
validate(boolean) - Method in class com.vaadin.data.Binder
Validates the values of all bound fields and returns the validation status.
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.
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_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.
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.
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.
ValueContext - Class in com.vaadin.data
Value context for Converters.
ValueContext() - Constructor for class com.vaadin.data.ValueContext
Constructor for ValueContext without a Locale.
ValueContext(Locale) - Constructor for class com.vaadin.data.ValueContext
Constructor for ValueContext without a Component.
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.
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.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.VaadinPortlet.RequestType
Deprecated.
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.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.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.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.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.VaadinPortlet.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.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.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.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
 
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.
verifyNoOtherSessionLocked(VaadinSession) - Static method in class com.vaadin.server.VaadinService
Checks that another VaadinSession instance is not locked.
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.
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.
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
 
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.
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.

W

W - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
 
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_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
 
Widgetset - Annotation Type in com.vaadin.annotations
Defines a specific widgetset for a UI.
WIDGETSET_DIR_PATH - Static variable in interface com.vaadin.server.Constants
 
WIDGETSET_MISMATCH_INFO - Static variable in interface com.vaadin.server.Constants
 
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.
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 - Variable in class com.vaadin.ui.Window.CloseShortcut
 
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.
WINDOW_BOTTOM_TOOLBAR - Static variable in class com.vaadin.ui.themes.ValoTheme
Add this style to any layout component (e.g.
WINDOW_TOP_TOOLBAR - Static variable in class com.vaadin.ui.themes.ValoTheme
Add this style to any layout component (e.g.
windowClose(Window.CloseEvent) - Method in interface com.vaadin.ui.Window.CloseListener
Called when the user closes a window.
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
 
windowOrderChanged(Window.WindowOrderChangeEvent) - Method in interface com.vaadin.ui.Window.WindowOrderChangeListener
Called when the window order position is changed.
WindowOrderChangeEvent(Component, int) - Constructor for class com.vaadin.ui.Window.WindowOrderChangeEvent
 
windowOrderChangeMethod - Static variable in interface com.vaadin.ui.Window.WindowOrderChangeListener
 
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
 
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.
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.
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.
withConvertedFilter(SerializableFunction<C, SerializablePredicate<T>>) - Method in class com.vaadin.data.provider.TreeDataProvider
 
withConverter(Converter<TARGET, NEWTARGET>) - Method in interface com.vaadin.data.Binder.BindingBuilder
Maps the binding to another data type using the given 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.
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.
withNullRepresentation(TARGET) - Method in interface com.vaadin.data.Binder.BindingBuilder
Maps binding value null to given null representation and back to null when converting back to model value.
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 for Binder.bindInstanceFields(Object), Binder.bind(HasValue, String) and Binder.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 with Grid.addColumn(String) and Grid.Column.setEditorComponent(HasValue).
withPropertySet(PropertySet<BEAN>) - Static method in class com.vaadin.ui.TreeGrid
Creates a TreeGrid using a custom PropertySet implementation for creating a default set of columns and for resolving property names with Grid.addColumn(String) and 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 TARGET>) - Method in interface com.vaadin.data.Binder.BindingBuilder
Adds a validator to this binding.
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<? 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(Validator<? super TARGET>) - 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(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.
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.
WrappedHttpSession - Class in com.vaadin.server
Wrapper for HttpSession.
WrappedHttpSession(HttpSession) - Constructor for class com.vaadin.server.WrappedHttpSession
Creates a new wrapped http session.
WrappedPortletSession - Class in com.vaadin.server
Wrapper for PortletSession.
WrappedPortletSession(PortletSession) - Constructor for class com.vaadin.server.WrappedPortletSession
Creates a new wrapped portlet session.
WrappedSession - Interface in com.vaadin.server
A generic session, wrapping a more specific session implementation, e.g.
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.
 
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, 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.
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 LegacyComponents in 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) - 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(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_AJAX_PAGE_SCRIPT_WIDGETSET_SHOULD_WRITE - Static variable in class com.vaadin.server.VaadinPortlet
Deprecated.
As of 7.0. Will likely change or be removed in a future version
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.
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.
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.Flash
 
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(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.VaadinPortletService
 
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
 

Y

Y - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
 

Z

Z - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
 
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 
Skip navigation links

Copyright © 2018 Vaadin Ltd. All rights reserved.