A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
All Classes All Packages
All Classes All Packages
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.
- AbsoluteLayoutConnector - Class in com.vaadin.client.ui.absolutelayout
-
Connects the server side
AbsoluteLayout
with the client side counterpartVAbsoluteLayout
- AbsoluteLayoutConnector() - Constructor for class com.vaadin.client.ui.absolutelayout.AbsoluteLayoutConnector
- AbsoluteLayoutServerRpc - Interface in com.vaadin.shared.ui.absolutelayout
- AbsoluteLayoutState - Class in com.vaadin.shared.ui.absolutelayout
- AbsoluteLayoutState() - Constructor for class com.vaadin.shared.ui.absolutelayout.AbsoluteLayoutState
- AbsolutePosition() - Constructor for class com.vaadin.client.widget.escalator.PositionFunction.AbsolutePosition
- AbsoluteWrapper(Widget) - Constructor for class com.vaadin.client.ui.VAbsoluteLayout.AbsoluteWrapper
-
Constructor
- AbstractBasicSymmetricalCacheStrategy() - Constructor for class com.vaadin.client.data.CacheStrategy.AbstractBasicSymmetricalCacheStrategy
- AbstractBeanContainer<IDTYPE,BEANTYPE> - Class in com.vaadin.data.util
-
An abstract base class for in-memory containers for JavaBeans.
- AbstractBeanContainer(Class<? super BEANTYPE>) - Constructor for class com.vaadin.data.util.AbstractBeanContainer
-
Constructs a
AbstractBeanContainer
for beans of the given type. - AbstractBeanContainer.BeanIdResolver<IDTYPE,BEANTYPE> - Interface in com.vaadin.data.util
-
Resolver that maps beans to their (item) identifiers, removing the need to explicitly specify item identifiers when there is no need to customize this.
- AbstractBeanContainer.PropertyBasedBeanIdResolver - Class in com.vaadin.data.util
-
A item identifier resolver that returns the value of a bean property.
- AbstractClickEventHandler - Class in com.vaadin.client.ui
- AbstractClickEventHandler(ComponentConnector, String) - Constructor for class com.vaadin.client.ui.AbstractClickEventHandler
- AbstractClientConnector - Class in com.vaadin.server
-
An abstract base class for ClientConnector implementations.
- AbstractClientConnector() - Constructor for class com.vaadin.server.AbstractClientConnector
- AbstractColorPicker - Class in com.vaadin.ui
-
An abstract class that defines default implementation for a color picker component.
- AbstractColorPicker() - Constructor for class com.vaadin.ui.AbstractColorPicker
-
Instantiates a new color picker.
- AbstractColorPicker(String) - Constructor for class com.vaadin.ui.AbstractColorPicker
-
Instantiates a new color picker.
- AbstractColorPicker(String, Color) - Constructor for class com.vaadin.ui.AbstractColorPicker
-
Instantiates a new color picker.
- AbstractColorPicker.Coordinates2Color - Interface in com.vaadin.ui
-
Interface for converting 2d-coordinates to a Color
- AbstractColorPicker.PopupStyle - Enum in com.vaadin.ui
- AbstractColorPickerConnector - Class in com.vaadin.client.ui.colorpicker
-
An abstract class that defines default implementation for a color picker connector.
- AbstractColorPickerConnector() - Constructor for class com.vaadin.client.ui.colorpicker.AbstractColorPickerConnector
- AbstractComponent - Class in com.vaadin.ui
-
An abstract class that defines default implementation for the
Component
interface. - AbstractComponent() - Constructor for class com.vaadin.ui.AbstractComponent
-
Constructs a new Component.
- AbstractComponentConnector - Class in com.vaadin.client.ui
- AbstractComponentConnector() - Constructor for class com.vaadin.client.ui.AbstractComponentConnector
-
Default constructor
- AbstractComponentContainer - Class in com.vaadin.ui
-
Extension to
AbstractComponent
that defines the default implementation for the methods inComponentContainer
. - AbstractComponentContainer() - Constructor for class com.vaadin.ui.AbstractComponentContainer
-
Constructs a new component container.
- AbstractComponentContainerConnector - Class in com.vaadin.client.ui
-
Client side connector for subclasses of AbstractComponentConnector.
- AbstractComponentContainerConnector() - Constructor for class com.vaadin.client.ui.AbstractComponentContainerConnector
- AbstractComponentState - Class in com.vaadin.shared
-
Default shared state implementation for AbstractComponent.
- AbstractComponentState() - Constructor for class com.vaadin.shared.AbstractComponentState
- AbstractConnector - Class in com.vaadin.client.ui
-
An abstract implementation of Connector.
- AbstractConnector() - Constructor for class com.vaadin.client.ui.AbstractConnector
- AbstractContainer - Class in com.vaadin.data.util
-
Abstract container class that manages event listeners and sending events to them (
Container.PropertySetChangeNotifier
,Container.ItemSetChangeNotifier
). - AbstractContainer() - Constructor for class com.vaadin.data.util.AbstractContainer
- AbstractContainer.BaseItemSetChangeEvent - Class in com.vaadin.data.util
-
An
event
object specifying the container whose Item set has changed. - AbstractContainer.BasePropertySetChangeEvent - Class in com.vaadin.data.util
-
An
event
object specifying the container whose Property set has changed. - AbstractDateFieldConnector - Class in com.vaadin.client.ui.datefield
- AbstractDateFieldConnector() - Constructor for class com.vaadin.client.ui.datefield.AbstractDateFieldConnector
- AbstractDeploymentConfiguration - Class in com.vaadin.server
-
An abstract base class for DeploymentConfiguration implementations.
- AbstractDeploymentConfiguration() - Constructor for class com.vaadin.server.AbstractDeploymentConfiguration
- AbstractEmbedded - Class in com.vaadin.ui
-
Abstract base for embedding components.
- AbstractEmbedded() - Constructor for class com.vaadin.ui.AbstractEmbedded
- AbstractEmbeddedState - Class in com.vaadin.shared.ui
- AbstractEmbeddedState() - Constructor for class com.vaadin.shared.ui.AbstractEmbeddedState
- AbstractErrorMessage - Class in com.vaadin.server
-
Base class for component error messages.
- AbstractErrorMessage(String) - Constructor for class com.vaadin.server.AbstractErrorMessage
- AbstractErrorMessage.ContentMode - Enum in com.vaadin.server
- AbstractExtension - Class in com.vaadin.server
-
An extension is an entity that is attached to a Component or another Extension and independently communicates between client and server.
- AbstractExtension() - Constructor for class com.vaadin.server.AbstractExtension
-
Creates a new extension instance without extending any connector.
- AbstractExtension(AbstractClientConnector) - Constructor for class com.vaadin.server.AbstractExtension
-
Creates a new extension instance that extends the provided connector.
- AbstractExtensionConnector - Class in com.vaadin.client.extensions
- AbstractExtensionConnector() - Constructor for class com.vaadin.client.extensions.AbstractExtensionConnector
- AbstractField<T> - Class in com.vaadin.ui
-
Abstract field component for implementing buffered property editors.
- AbstractField() - Constructor for class com.vaadin.ui.AbstractField
- AbstractField.FocusShortcut - Class in com.vaadin.ui
-
A ready-made
ShortcutListener
that focuses the givenComponent.Focusable
(usually aField
) when the keyboard shortcut is invoked. - AbstractField.ReadOnlyStatusChangeEvent - Class in com.vaadin.ui
-
An
Event
object specifying the Property whose read-only status has changed. - AbstractFieldConnector - Class in com.vaadin.client.ui
- AbstractFieldConnector() - Constructor for class com.vaadin.client.ui.AbstractFieldConnector
- AbstractFieldState - Class in com.vaadin.shared
-
Shared state for
AbstractField
. - AbstractFieldState() - Constructor for class com.vaadin.shared.AbstractFieldState
- AbstractFocusable - Class in com.vaadin.ui
-
An abstract base class for focusable components.
- AbstractFocusable() - Constructor for class com.vaadin.ui.AbstractFocusable
- AbstractGridExtension() - Constructor for class com.vaadin.ui.Grid.AbstractGridExtension
-
Constructs a new Grid extension.
- AbstractGridExtension(Grid) - Constructor for class com.vaadin.ui.Grid.AbstractGridExtension
-
Constructs a new Grid extension and extends given Grid.
- AbstractGridKeyEvent() - Constructor for class com.vaadin.client.widgets.Grid.AbstractGridKeyEvent
- AbstractGridKeyEvent(Grid<?>, CellReference<?>) - Constructor for class com.vaadin.client.widgets.Grid.AbstractGridKeyEvent
-
Deprecated.This constructor's arguments are no longer used. Use the no-args constructor instead.
- AbstractGridKeyEventHandler - Interface in com.vaadin.client.widget.grid.events
-
Base interface of all handlers for
Grid.AbstractGridKeyEvent
s. - AbstractGridKeyEventHandler.GridKeyDownHandler - Interface in com.vaadin.client.widget.grid.events
- AbstractGridKeyEventHandler.GridKeyPressHandler - Interface in com.vaadin.client.widget.grid.events
- AbstractGridKeyEventHandler.GridKeyUpHandler - Interface in com.vaadin.client.widget.grid.events
- AbstractGridMouseEvent() - Constructor for class com.vaadin.client.widgets.Grid.AbstractGridMouseEvent
- AbstractGridMouseEvent(Grid<?>, CellReference<?>) - Constructor for class com.vaadin.client.widgets.Grid.AbstractGridMouseEvent
-
Deprecated.This constructor's arguments are no longer used. Use the no-args constructor instead.
- AbstractGridMouseEventHandler - Interface in com.vaadin.client.widget.grid.events
-
Base interface of all handlers for
Grid.AbstractGridMouseEvent
s. - AbstractGridMouseEventHandler.GridClickHandler - Interface in com.vaadin.client.widget.grid.events
- AbstractGridMouseEventHandler.GridDoubleClickHandler - Interface in com.vaadin.client.widget.grid.events
- AbstractHasComponentsConnector - Class in com.vaadin.client.ui
- AbstractHasComponentsConnector() - Constructor for class com.vaadin.client.ui.AbstractHasComponentsConnector
-
Default constructor
- AbstractInMemoryContainer<ITEMIDTYPE,PROPERTYIDCLASS,ITEMCLASS extends Item> - Class in com.vaadin.data.util
-
Abstract
Container
class that handles common functionality for in-memory containers. - AbstractInMemoryContainer() - Constructor for class com.vaadin.data.util.AbstractInMemoryContainer
-
Constructor for an abstract in-memory container.
- AbstractInMemoryContainer.BaseItemAddEvent - Class in com.vaadin.data.util
-
An
Event
object specifying information about the added items. - AbstractInMemoryContainer.BaseItemRemoveEvent - Class in com.vaadin.data.util
-
An
Event
object specifying information about the removed items. - 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> - Class in com.vaadin.ui.renderers
-
Base class for Renderers with all client-side logic implemented using JavaScript.
- AbstractJavaScriptRenderer(Class<T>) - Constructor for class com.vaadin.ui.renderers.AbstractJavaScriptRenderer
- AbstractJavaScriptRenderer(Class<T>, String) - Constructor for class com.vaadin.ui.renderers.AbstractJavaScriptRenderer
- AbstractJSO() - Constructor for class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
- AbstractJunctionFilter - Class in com.vaadin.data.util.filter
-
Abstract base class for filters that are composed of multiple sub-filters.
- AbstractJunctionFilter(Container.Filter...) - Constructor for class com.vaadin.data.util.filter.AbstractJunctionFilter
- AbstractLayout - Class in com.vaadin.ui
-
An abstract class that defines default implementation for the
Layout
interface. - AbstractLayout() - Constructor for class com.vaadin.ui.AbstractLayout
- AbstractLayoutConnector - Class in com.vaadin.client.ui
- AbstractLayoutConnector() - Constructor for class com.vaadin.client.ui.AbstractLayoutConnector
- AbstractLayoutState - Class in com.vaadin.shared.ui
- AbstractLayoutState() - Constructor for class com.vaadin.shared.ui.AbstractLayoutState
- AbstractMedia - Class in com.vaadin.ui
-
Abstract base class for the HTML5 media components.
- AbstractMedia() - Constructor for class com.vaadin.ui.AbstractMedia
- AbstractMediaState - Class in com.vaadin.shared.ui
- AbstractMediaState() - Constructor for class com.vaadin.shared.ui.AbstractMediaState
- AbstractOrderedLayout - Class in com.vaadin.ui
- AbstractOrderedLayout() - Constructor for class com.vaadin.ui.AbstractOrderedLayout
-
Constructs an empty AbstractOrderedLayout.
- AbstractOrderedLayoutConnector - Class in com.vaadin.client.ui.orderedlayout
-
Base class for vertical and horizontal ordered layouts
- AbstractOrderedLayoutConnector() - Constructor for class com.vaadin.client.ui.orderedlayout.AbstractOrderedLayoutConnector
- AbstractOrderedLayoutServerRpc - Interface in com.vaadin.shared.ui.orderedlayout
- AbstractOrderedLayoutState - Class in com.vaadin.shared.ui.orderedlayout
- AbstractOrderedLayoutState() - Constructor for class com.vaadin.shared.ui.orderedlayout.AbstractOrderedLayoutState
- AbstractOrderedLayoutState.ChildComponentData - Class in com.vaadin.shared.ui.orderedlayout
- AbstractProperty<T> - Class in com.vaadin.data.util
-
Abstract base class for
Property
implementations. - AbstractProperty() - Constructor for class com.vaadin.data.util.AbstractProperty
- AbstractProperty.ReadOnlyStatusChangeEvent - Class in com.vaadin.data.util
-
An
Event
object specifying the Property whose read-only status has been changed. - AbstractRemoteDataSource<T> - Class in com.vaadin.client.data
-
Base implementation for data sources that fetch data from a remote system.
- AbstractRemoteDataSource() - Constructor for class com.vaadin.client.data.AbstractRemoteDataSource
- AbstractRemoteDataSource.RequestRowsCallback<T> - Class in com.vaadin.client.data
-
Callback used by
AbstractRemoteDataSource.requestRows(int, int, RequestRowsCallback)
to pass data to the underlying implementation when data has been fetched. - AbstractRemoteDataSource.RowHandleImpl - Class in com.vaadin.client.data
- AbstractRenderer(Class<T>) - Constructor for class com.vaadin.ui.Grid.AbstractRenderer
- AbstractRenderer(Class<T>, String) - Constructor for class com.vaadin.ui.Grid.AbstractRenderer
- AbstractRendererConnector<T> - Class in com.vaadin.client.connectors
-
An abstract base class for renderer connectors.
- AbstractRendererConnector() - Constructor for class com.vaadin.client.connectors.AbstractRendererConnector
- AbstractRowContainer(TableSectionElement) - Constructor for class com.vaadin.client.widgets.Escalator.AbstractRowContainer
- AbstractRowHandleSelectionModel<T> - Class in com.vaadin.client.widget.grid.selection
-
An abstract class that adds a consistent API for common methods that's needed by Vaadin's server-based selection models to work.
- AbstractRowHandleSelectionModel() - Constructor for class com.vaadin.client.widget.grid.selection.AbstractRowHandleSelectionModel
- AbstractSelect - Class in com.vaadin.ui
-
A class representing a selection of items the user has selected in a UI.
- AbstractSelect() - Constructor for class com.vaadin.ui.AbstractSelect
-
Creates an empty Select.
- AbstractSelect(String) - Constructor for class com.vaadin.ui.AbstractSelect
-
Creates an empty Select with caption.
- AbstractSelect(String, Container) - Constructor for class com.vaadin.ui.AbstractSelect
-
Creates a new select that is connected to a data-source.
- AbstractSelect(String, Collection<?>) - Constructor for class com.vaadin.ui.AbstractSelect
-
Creates a new select that is filled from a collection of option values.
- AbstractSelect.AbstractSelectTargetDetails - Class in com.vaadin.ui
-
TargetDetails implementation for subclasses of
AbstractSelect
that implementDropTarget
. - AbstractSelect.AcceptItem - Class in com.vaadin.ui
-
This criterion accepts a only a
Transferable
that contains given Item (practically its identifier) from a specific AbstractSelect. - AbstractSelect.CaptionChangeListener - Class in com.vaadin.ui
-
This is a listener helper for Item and Property changes that should cause a repaint.
- AbstractSelect.DefaultNewItemHandler - Class in com.vaadin.ui
-
TODO refine doc This is a default class that handles adding new items that are typed by user to selects container.
- AbstractSelect.Filtering - Interface in com.vaadin.ui
-
Interface for option filtering, used to filter options based on user entered value.
- AbstractSelect.ItemCaptionMode - Enum in com.vaadin.ui
- AbstractSelect.ItemDescriptionGenerator - Interface in com.vaadin.ui
-
Implement this interface and pass it to Tree.setItemDescriptionGenerator or Table.setItemDescriptionGenerator to generate mouse over descriptions ("tooltips") for the rows and cells in Table or for the items in Tree.
- AbstractSelect.NewItemHandler - Interface in com.vaadin.ui
- AbstractSelect.TargetItemIs - Class in com.vaadin.ui
-
Criterion which accepts a drop only if the drop target is (one of) the given Item identifier(s).
- AbstractSelect.VerticalLocationIs - Class in com.vaadin.ui
-
An accept criterion to accept drops only on a specific vertical location of an item.
- AbstractSelectionModel() - Constructor for class com.vaadin.client.connectors.AbstractSelectionModelConnector.AbstractSelectionModel
- AbstractSelectionModel() - Constructor for class com.vaadin.ui.Grid.AbstractSelectionModel
- AbstractSelectionModelConnector<T extends SelectionModel<JsonObject>> - Class in com.vaadin.client.connectors
-
Base class for all selection model connectors.
- AbstractSelectionModelConnector() - Constructor for class com.vaadin.client.connectors.AbstractSelectionModelConnector
- AbstractSelectionModelConnector.AbstractSelectionModel - Class in com.vaadin.client.connectors
- AbstractSelectState - Class in com.vaadin.shared.ui.select
-
Shared state for the AbstractSelect component.
- AbstractSelectState() - Constructor for class com.vaadin.shared.ui.select.AbstractSelectState
- AbstractSelectTargetDetails(Map<String, Object>) - Constructor for class com.vaadin.ui.AbstractSelect.AbstractSelectTargetDetails
-
Constructor that automatically converts itemIdOver key to corresponding item Id
- AbstractServerConnectorEvent<H extends com.google.gwt.event.shared.EventHandler> - Class in com.vaadin.client.communication
- AbstractServerConnectorEvent() - Constructor for class com.vaadin.client.communication.AbstractServerConnectorEvent
- AbstractSingleComponentContainer - Class in com.vaadin.ui
-
Abstract base class for component containers that have only one child component.
- AbstractSingleComponentContainer() - Constructor for class com.vaadin.ui.AbstractSingleComponentContainer
- AbstractSingleComponentContainerConnector - Class in com.vaadin.client.ui
-
Client side connector for subclasses of AbstractSingleComponentConnector.
- AbstractSingleComponentContainerConnector() - Constructor for class com.vaadin.client.ui.AbstractSingleComponentContainerConnector
- AbstractSplitPanel - Class in com.vaadin.ui
-
AbstractSplitPanel.
- AbstractSplitPanel() - Constructor for class com.vaadin.ui.AbstractSplitPanel
- AbstractSplitPanel.SplitPositionChangeEvent - Class in com.vaadin.ui
-
Event that indicates a change in SplitPanel's splitter position.
- AbstractSplitPanel.SplitPositionChangeListener - Interface in com.vaadin.ui
-
Interface for listening for
AbstractSplitPanel.SplitPositionChangeEvent
s fired by a SplitPanel. - AbstractSplitPanel.SplitterClickEvent - Class in com.vaadin.ui
- AbstractSplitPanel.SplitterClickListener - Interface in com.vaadin.ui
-
SplitterClickListener
interface for listening forSplitterClickEvent
fired by aSplitPanel
. - AbstractSplitPanelConnector - Class in com.vaadin.client.ui.splitpanel
- AbstractSplitPanelConnector() - Constructor for class com.vaadin.client.ui.splitpanel.AbstractSplitPanelConnector
- AbstractSplitPanelRpc - Interface in com.vaadin.shared.ui.splitpanel
- AbstractSplitPanelState - Class in com.vaadin.shared.ui.splitpanel
- AbstractSplitPanelState() - Constructor for class com.vaadin.shared.ui.splitpanel.AbstractSplitPanelState
- AbstractSplitPanelState.SplitterState - Class in com.vaadin.shared.ui.splitpanel
- AbstractStringToNumberConverter<T> - Class in com.vaadin.data.util.converter
-
A converter that converts from the number type T to
String
and back. - AbstractStringToNumberConverter() - Constructor for class com.vaadin.data.util.converter.AbstractStringToNumberConverter
- AbstractStringValidator - Class in com.vaadin.data.validator
-
Validator base class for validating strings.
- AbstractStringValidator(String) - Constructor for class com.vaadin.data.validator.AbstractStringValidator
-
Constructs a validator for strings.
- AbstractTextField - Class in com.vaadin.ui
- AbstractTextField() - Constructor for class com.vaadin.ui.AbstractTextField
- AbstractTextField.TextChangeEventImpl - Class in com.vaadin.ui
- AbstractTextField.TextChangeEventMode - Enum in com.vaadin.ui
-
Different modes how the TextField can trigger
FieldEvents.TextChangeEvent
s. - AbstractTextFieldState - Class in com.vaadin.shared.ui.textfield
- AbstractTextFieldState() - Constructor for class com.vaadin.shared.ui.textfield.AbstractTextFieldState
- AbstractTransactionalQuery - Class in com.vaadin.data.util.sqlcontainer.query
-
Common base class for database query classes that handle connections and transactions.
- AbstractValidator<T> - Class in com.vaadin.data.validator
-
Abstract
Validator
implementation that provides a basic Validator implementation except theAbstractValidator.isValidValue(Object)
method. - AbstractValidator(String) - Constructor for class com.vaadin.data.validator.AbstractValidator
-
Constructs a validator with the given error message.
- ac - Variable in class com.vaadin.client.ui.VOverlay
-
Deprecated.
- accept(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VAcceptAll
- accept(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VAcceptCriterion
- accept(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VAnd
- accept(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VContainsDataFlavor
- accept(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VDragSourceIs
- accept(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VIsOverId
- accept(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VItemIdIs
- accept(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VLazyInitItemIdentifiers
- accept(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VNot
- accept(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VOr
- accept(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VOverTreeNode
- accept(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VServerAccept
- accept(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VSourceIsTarget
- accept(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VTargetDetailIs
- accept(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VTargetInSubtree
- accept(VDragEvent, UIDL, VAcceptCallback) - Method in class com.vaadin.client.ui.dd.VAcceptCriterion
-
Checks if current drag event has valid drop target and target accepts the transferable.
- accept(VDragEvent, UIDL, VAcceptCallback) - Method in class com.vaadin.client.ui.dd.VLazyInitItemIdentifiers
- accept(VDragEvent, UIDL, VAcceptCallback) - Method in class com.vaadin.client.ui.dd.VNot
- accept(VDragEvent, UIDL, VAcceptCallback) - Method in class com.vaadin.client.ui.dd.VOr
- accept(VDragEvent, UIDL, VAcceptCallback) - Method in class com.vaadin.client.ui.dd.VServerAccept
- 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(DragAndDropEvent) - Method in class com.vaadin.ui.AbstractSelect.AcceptItem
- accept(DragAndDropEvent) - Method in class com.vaadin.ui.AbstractSelect.TargetItemIs
- accept(DragAndDropEvent) - Method in class com.vaadin.ui.Table.TableDropCriterion
- accept(DragAndDropEvent) - Method in class com.vaadin.ui.Tree.TargetInSubtree
- accept(DragAndDropEvent) - Method in class com.vaadin.ui.Tree.TargetItemAllowsChildren
- accept(DragAndDropEvent) - Method in class com.vaadin.ui.Tree.TreeDropCriterion
- accept(File, String) - Method in class com.vaadin.data.util.FilesystemContainer.FileExtensionFilter
-
Allows only files with the extension and directories.
- AcceptAll - Class in com.vaadin.event.dd.acceptcriteria
-
Criterion that accepts all drops anywhere on the component.
- AcceptCriterion - Interface in com.vaadin.event.dd.acceptcriteria
-
Criterion that can be used create policy to accept/discard dragged content (presented by
Transferable
). - AcceptCriterion - Annotation Type in com.vaadin.shared.ui.dd
-
An annotation type used to point the server side counterpart for client side a
VAcceptCriterion
class. - accepted(VDragEvent) - Method in interface com.vaadin.client.ui.dd.VAcceptCallback
-
This method is called by
VDragAndDropManager
if theVDragEvent
is still active. - accepted(VDragEvent) - Method in class com.vaadin.client.ui.dd.VAnd
- accepted(VDragEvent) - Method in class com.vaadin.client.ui.dd.VOr
- acceptedTypes - Variable in class com.vaadin.client.ui.VDragAndDropWrapper
- AcceptItem(AbstractSelect, Object...) - Constructor for class com.vaadin.ui.AbstractSelect.AcceptItem
- 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.
- ACCORDION_LIGHT - Static variable in class com.vaadin.ui.themes.Runo
-
A detached looking accordion, providing space around its captions and content.
- ACCORDION_OPAQUE - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Makes the accordion background opaque (non-transparent)
- AccordionConnector - Class in com.vaadin.client.ui.accordion
- AccordionConnector() - Constructor for class com.vaadin.client.ui.accordion.AccordionConnector
- AccordionState - Class in com.vaadin.shared.ui.accordion
- AccordionState() - Constructor for class com.vaadin.shared.ui.accordion.AccordionState
- Action - Class in com.vaadin.client.ui
- Action - Class in com.vaadin.event
-
Implements the action framework.
- Action() - Constructor for class com.vaadin.shared.ui.calendar.CalendarState.Action
- Action(ActionOwner) - Constructor for class com.vaadin.client.ui.Action
- Action(String) - Constructor for class com.vaadin.event.Action
-
Constructs a new action with the given caption.
- Action(String, Resource) - Constructor for class com.vaadin.event.Action
-
Constructs a new action with the given caption string and icon.
- ACTION - Static variable in class com.vaadin.shared.ui.calendar.CalendarEventId
- ACTION_CAPTION_ATTRIBUTE - Static variable in class com.vaadin.shared.ui.ShortCutConstants
- ACTION_DATE_FORMAT_PATTERN - Static variable in class com.vaadin.shared.ui.calendar.DateConstants
- ACTION_KEY_ATTRIBUTE - Static variable in class com.vaadin.shared.ui.ShortCutConstants
- ACTION_MODIFIER_KEYS_ATTRIBUTE - Static variable in class com.vaadin.shared.ui.ShortCutConstants
- ACTION_SHORTCUT_KEY_ATTRIBUTE - Static variable in class com.vaadin.shared.ui.ShortCutConstants
- ACTION_TARGET_ACTION_ATTRIBUTE - Static variable in class com.vaadin.shared.ui.ShortCutConstants
- ACTION_TARGET_ACTION_VARIABLE - Static variable in class com.vaadin.shared.ui.ShortCutConstants
- ACTION_TARGET_ATTRIBUTE - Static variable in class com.vaadin.shared.ui.ShortCutConstants
- ACTION_TARGET_VARIABLE - Static variable in class com.vaadin.shared.ui.ShortCutConstants
- Action.Container - Interface in com.vaadin.event
-
Interface implemented by all components where actions can be registered.
- Action.Handler - Interface in com.vaadin.event
-
Interface implemented by classes who wish to handle actions.
- Action.Listener - Interface in com.vaadin.event
-
An Action that implements this interface can be added to an Action.Notifier (or NotifierProxy) via the
addAction()
-method, which in many cases is easier than implementing the Action.Handler interface. - Action.Notifier - Interface in com.vaadin.event
-
Action.Containers implementing this support an easier way of adding single Actions than the more involved Action.Handler.
- Action.ShortcutNotifier - Interface in com.vaadin.event
- actionHandler - Variable in class com.vaadin.client.ui.VUI
-
For internal use only.
- actionHandlers - Variable in class com.vaadin.event.ActionManager
-
List of action handlers.
- actionKey - Variable in class com.vaadin.shared.ui.calendar.CalendarState.Action
- actionKeys - Variable in class com.vaadin.client.ui.VTree.TreeNode
-
For internal use only.
- actionManager - Variable in class com.vaadin.ui.Panel
-
Keeps track of the Actions added to this component, and manages the painting and handling as well.
- actionManager - Variable in class com.vaadin.ui.UI
-
Keeps track of the Actions added to this component, and manages the painting and handling as well.
- ActionManager - Class in com.vaadin.event
-
Javadoc TODO Notes:
- ActionManager() - Constructor for class com.vaadin.event.ActionManager
- ActionManager(T) - Constructor for class com.vaadin.event.ActionManager
- actionMapper - Variable in class com.vaadin.event.ActionManager
-
Action mapper
- actionOnEmptyCell(String, String, String) - Method in interface com.vaadin.shared.ui.calendar.CalendarServerRpc
- actionOnEvent(String, String, String, int) - Method in interface com.vaadin.shared.ui.calendar.CalendarServerRpc
- ActionOwner - Interface in com.vaadin.client.ui
- actions - Variable in class com.vaadin.shared.ui.calendar.CalendarState
- activateTheme(String) - Method in class com.vaadin.client.ui.ui.UIConnector
-
Activates the new theme.
- ACTIVATING - com.vaadin.client.widgets.Grid.Editor.State
- active - Variable in class com.vaadin.client.debug.internal.DebugButton
- ACTIVE - com.vaadin.client.widgets.Grid.Editor.State
- ACTIVE_DRAG_SOURCE_STYLENAME - Static variable in class com.vaadin.client.ui.dd.VDragAndDropManager
- activeSection - Variable in class com.vaadin.client.debug.internal.VDebugWindow
- activeTabIndex - Variable in class com.vaadin.client.ui.VTabsheetBase
-
For internal use only.
- add(int, E) - Method in class com.vaadin.data.util.ListSet
-
Works as java.util.ArrayList#add(int, java.lang.Object) but returns immediately if the element is already in the ListSet.
- add(Widget) - Method in class com.vaadin.client.SimpleTree
-
Deprecated.
- add(Widget) - Method in class com.vaadin.client.ui.VAbsoluteLayout
- add(Widget) - Method in class com.vaadin.client.ui.VCustomLayout
-
Adding widget without specifying location is not supported
- add(Widget) - Method in class com.vaadin.client.ui.VTabsheetPanel
-
Adds the specified widget to the deck.
- add(Widget) - Method in class com.vaadin.client.widgets.Grid
-
Deprecated.
- add(Widget, Element) - Method in class com.vaadin.client.SimpleTree
-
Deprecated.
- add(Widget, Element) - Method in class com.vaadin.client.SimpleTree
-
Deprecated.As of 7.2, call and override
SimpleTree.add(Widget, Element)
instead. - add(Resource) - Method in class com.vaadin.server.Page.Styles
-
Injects a CSS resource into the page
- add(MethodInvocation, boolean) - Method in class com.vaadin.client.communication.ServerRpcQueue
-
Adds an explicit RPC method invocation to the send queue.
- add(E) - Method in class com.vaadin.data.util.ListSet
- add(Integer) - Method in class com.vaadin.client.ui.calendar.schedule.DateCellGroup
- add(String) - Method in class com.vaadin.client.FastStringSet
- add(String) - Method in class com.vaadin.server.Page.Styles
-
Injects a raw CSS string into the page.
- add(String, String, String, String) - Method in class com.vaadin.client.ui.calendar.schedule.DayToolbar
- add(T) - Method in class com.vaadin.client.JsArrayObject
- 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.Form
-
Deprecated.
- 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.Calendar
-
Adds an action handler to the calender that handles event produced by the context menu.
- addActionHandler(Action.Handler) - Method in class com.vaadin.ui.Form
-
Deprecated.
- addActionHandler(Action.Handler) - Method in class com.vaadin.ui.Panel
- addActionHandler(Action.Handler) - Method in class com.vaadin.ui.Table
-
Registers a new action handler for this container
- addActionHandler(Action.Handler) - Method in class com.vaadin.ui.Tree
-
Adds an action handler.
- addActionHandler(Action.Handler) - Method in class com.vaadin.ui.UI
- addAll(int, Collection<? extends E>) - Method in class com.vaadin.data.util.ListSet
- addAll(JsArrayString) - Method in class com.vaadin.client.FastStringSet
- addAll(FastStringSet) - Method in class com.vaadin.client.FastStringSet
- addAll(Collection<? extends BEANTYPE>) - Method in class com.vaadin.data.util.AbstractBeanContainer
-
Adds all the beans from a
Collection
in one operation using the bean item identifier resolver. - addAll(Collection<? extends BEANTYPE>) - Method in class com.vaadin.data.util.BeanContainer
- addAll(Collection<? extends BEANTYPE>) - Method in class com.vaadin.data.util.BeanItemContainer
-
Adds all the beans from a
Collection
in one go. - addAll(Collection<? extends E>) - Method in class com.vaadin.data.util.ListSet
- addAllTo(Collection<String>) - Method in class com.vaadin.client.FastStringSet
- addAndRemoveRows(UIDL) - Method in class com.vaadin.client.ui.VScrollTable
-
Inserts rows in the table body or removes them from the table body based on the commands in the UIDL.
- addAndRemoveRows(UIDL) - Method in class com.vaadin.client.ui.VTreeTable
- addAnimationEndListener(Element, AnimationUtil.AnimationEndListener) - Static method in class com.vaadin.client.AnimationUtil
-
For internal use only.
- addAsyncBlockLoader(AsyncBundleLoader) - Method in class com.vaadin.client.metadata.ConnectorBundleLoader
- addAttachListener(ClientConnector.AttachListener) - Method in class com.vaadin.server.AbstractClientConnector
- addAttachListener(ClientConnector.AttachListener) - Method in interface com.vaadin.server.ClientConnector
- addAttachListener(ClientConnector.AttachListener) - Method in class com.vaadin.server.DragAndDropService
- addAttribute(String, boolean) - Method in class com.vaadin.server.JsonPaintTarget
- addAttribute(String, boolean) - Method in interface com.vaadin.server.PaintTarget
-
Adds a boolean attribute to component.
- addAttribute(String, double) - Method in class com.vaadin.server.JsonPaintTarget
- addAttribute(String, double) - Method in interface com.vaadin.server.PaintTarget
-
Adds a double attribute to component.
- addAttribute(String, float) - Method in class com.vaadin.server.JsonPaintTarget
- addAttribute(String, float) - Method in interface com.vaadin.server.PaintTarget
-
Adds a float attribute to component.
- addAttribute(String, int) - Method in class com.vaadin.server.JsonPaintTarget
- addAttribute(String, int) - Method in interface com.vaadin.server.PaintTarget
-
Adds a integer attribute to component.
- addAttribute(String, long) - Method in class com.vaadin.server.JsonPaintTarget
- addAttribute(String, long) - Method in interface com.vaadin.server.PaintTarget
-
Adds a long attribute to component.
- addAttribute(String, Resource) - Method in class com.vaadin.server.JsonPaintTarget
- addAttribute(String, Resource) - Method in interface com.vaadin.server.PaintTarget
-
Adds a resource attribute to component.
- addAttribute(String, Component) - Method in class com.vaadin.server.JsonPaintTarget
- addAttribute(String, Component) - Method in interface com.vaadin.server.PaintTarget
-
Adds a Component type attribute.
- addAttribute(String, Object[]) - Method in class com.vaadin.server.JsonPaintTarget
- addAttribute(String, Object[]) - Method in interface com.vaadin.server.PaintTarget
- addAttribute(String, String) - Method in class com.vaadin.server.JsonPaintTarget
- addAttribute(String, String) - Method in interface com.vaadin.server.PaintTarget
-
Adds a string attribute to component.
- addAttribute(String, Map<?, ?>) - Method in class com.vaadin.server.JsonPaintTarget
- addAttribute(String, Map<?, ?>) - Method in interface com.vaadin.server.PaintTarget
-
TODO
- addBackButton() - Method in class com.vaadin.client.ui.calendar.schedule.DayToolbar
- addBean(BEANTYPE) - Method in class com.vaadin.data.util.AbstractBeanContainer
-
Adds a bean to the container using the bean item id resolver to find its identifier.
- addBean(BEANTYPE) - Method in class com.vaadin.data.util.BeanContainer
- addBean(BEANTYPE) - Method in class com.vaadin.data.util.BeanItemContainer
-
Adds the bean to the Container.
- addBeanAfter(IDTYPE, BEANTYPE) - Method in class com.vaadin.data.util.AbstractBeanContainer
-
Adds a bean to the container after a specified item identifier, using the bean item id resolver to find its identifier.
- addBeanAfter(IDTYPE, BEANTYPE) - Method in class com.vaadin.data.util.BeanContainer
- addBeanAt(int, BEANTYPE) - Method in class com.vaadin.data.util.AbstractBeanContainer
-
Adds a bean at a specified (filtered view) position in the container using the bean item id resolver to find its identifier.
- addBeanAt(int, BEANTYPE) - Method in class com.vaadin.data.util.BeanContainer
- addBlurHandler(BlurHandler) - Method in class com.vaadin.client.ui.calendar.schedule.FocusableComplexPanel
- addBlurHandler(BlurHandler) - Method in class com.vaadin.client.ui.calendar.schedule.FocusableGrid
- addBlurHandler(BlurHandler) - Method in class com.vaadin.client.ui.calendar.schedule.FocusableHTML
- addBlurHandler(BlurHandler) - Method in class com.vaadin.client.ui.FocusableFlexTable
- addBlurHandler(BlurHandler) - Method in class com.vaadin.client.ui.FocusableFlowPanel
- addBlurHandler(BlurHandler) - Method in class com.vaadin.client.ui.SimpleFocusablePanel
- addBlurHandler(BlurHandler) - Method in class com.vaadin.client.ui.VRichTextArea
-
Adds a blur handler to the component.
- addBlurHandler(BlurHandler) - Method in class com.vaadin.client.ui.VTabsheet.Tab
- addBlurListener(FieldEvents.BlurListener) - Method in interface com.vaadin.event.FieldEvents.BlurNotifier
-
Adds a
BlurListener
to the Component which gets fired when aField
loses keyboard focus. - addBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.AbstractFocusable
- addBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.AbstractTextField
- addBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.CheckBox
- addBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.ComboBox
- addBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.DateField
- addBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.NativeSelect
- addBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.OptionGroup
- addBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.TabSheet
- addBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.Window
- addBodyClickHandler(BodyClickHandler) - Method in class com.vaadin.client.widgets.Grid
-
Register a BodyClickHandler to this Grid.
- addBodyDoubleClickHandler(BodyDoubleClickHandler) - Method in class com.vaadin.client.widgets.Grid
-
Register a BodyDoubleClickHandler to this Grid.
- addBodyKeyDownHandler(BodyKeyDownHandler) - Method in class com.vaadin.client.widgets.Grid
-
Register a BodyKeyDownHandler to this Grid.
- addBodyKeyPressHandler(BodyKeyPressHandler) - Method in class com.vaadin.client.widgets.Grid
-
Register a BodyKeyPressHandler to this Grid.
- addBodyKeyUpHandler(BodyKeyUpHandler) - Method in class com.vaadin.client.widgets.Grid
-
Register a BodyKeyUpHandler to this Grid.
- addBootstrapData(LinkedHashMap<String, Double>) - Method in interface com.vaadin.client.Profiler.ProfilerResultConsumer
- addBootstrapListener(BootstrapListener) - Method in class com.vaadin.server.VaadinSession
-
Adds a listener that will be invoked when the bootstrap HTML is about to be generated.
- addBrowserEventHandler(int, GridEventHandler<T>) - Method in class com.vaadin.client.widgets.Grid
-
Adds a low-level DOM event handler to this Grid.
- addBrowserWindowResizeListener(Page.BrowserWindowResizeListener) - Method in class com.vaadin.server.Page
-
Adds a new
Page.BrowserWindowResizeListener
to this UI. - addCalendarEvent(CalendarEvent) - Method in class com.vaadin.client.ui.calendar.schedule.SimpleDayCell
- addCallback(BundleLoadCallback) - Method in class com.vaadin.client.metadata.AsyncBundleLoader
- addCause(ErrorMessage) - Method in class com.vaadin.server.AbstractErrorMessage
- addCell(UIDL, Widget, char, String, boolean, String) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
- addCell(UIDL, Widget, char, String, boolean, String) - Method in class com.vaadin.client.ui.VTreeTable.VTreeTableScrollBody.VTreeTableRow
- addCell(UIDL, String, char, String, boolean, boolean) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
- addCell(UIDL, String, char, String, boolean, boolean, String) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
- addCell(UIDL, String, char, String, boolean, boolean, String) - Method in class com.vaadin.client.ui.VTreeTable.VTreeTableScrollBody.VTreeTableRow
- addCell(Grid.Column<?, ?>) - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticRow
- addCell(Object) - Method in class com.vaadin.ui.Grid.StaticSection.StaticRow
- addCells(int, int) - Method in class com.vaadin.client.widget.escalator.FlyweightRow
- addCellsFromUIDL(UIDL, char[], int, int) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableGeneratedRow
- addCellsFromUIDL(UIDL, char[], int, int) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
- addCellsFromUIDL(UIDL, char[], int, int) - Method in class com.vaadin.client.ui.VTreeTable.VTreeTableScrollBody.VTreeTableGeneratedRow
- addChangeListener(Upload.ChangeListener) - Method in class com.vaadin.ui.Upload
-
Adds a filename change event listener
- addCharacterData(String) - Method in class com.vaadin.server.JsonPaintTarget
- addCharacterData(String) - Method in interface com.vaadin.server.PaintTarget
-
Adds CDATA node to target UIDL-tree.
- addClickHandler(ClickHandler) - Method in class com.vaadin.client.ui.colorpicker.VColorPickerGrid
- addClickHandler(ClickHandler) - Method in class com.vaadin.client.ui.VColorPickerArea
-
Adds a click handler to the widget and sinks the click event.
- addClickHandler(ClickHandler) - Method in class com.vaadin.client.ui.VTabsheet.Tab
- addClickHandler(ClickableRenderer.RendererClickHandler<?>) - Method in class com.vaadin.client.renderers.ClickableRenderer
-
Adds a click handler to this button renderer.
- addClickHandler(ClickableRenderer.RendererClickHandler<JsonObject>) - Method in class com.vaadin.client.connectors.ButtonRendererConnector
- addClickHandler(ClickableRenderer.RendererClickHandler<JsonObject>) - Method in class com.vaadin.client.connectors.ClickableRendererConnector
- addClickHandler(ClickableRenderer.RendererClickHandler<JsonObject>) - Method in class com.vaadin.client.connectors.ImageRendererConnector
- addClickListener(MouseEvents.ClickListener) - Method in class com.vaadin.ui.Embedded
-
Add a click listener to the component.
- addClickListener(MouseEvents.ClickListener) - Method in class com.vaadin.ui.Image
-
Add a click listener to the component.
- addClickListener(MouseEvents.ClickListener) - Method in class com.vaadin.ui.Panel
-
Add a click listener to the Panel.
- addClickListener(MouseEvents.ClickListener) - Method in class com.vaadin.ui.UI
-
Add a click listener to the UI.
- addClickListener(Button.ClickListener) - Method in class com.vaadin.ui.Button
-
Adds the button click listener.
- addClickListener(ClickableRenderer.RendererClickListener) - Method in class com.vaadin.ui.renderers.ClickableRenderer
-
Adds a click listener to this button renderer.
- 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(Tree.CollapseListener) - Method in class com.vaadin.ui.Tree
-
Adds the collapse listener.
- addCollapseListener(Tree.CollapseListener) - Method in class com.vaadin.ui.TreeTable
-
Adds a collapse listener.
- addColorChangeListener(ColorChangeListener) - Method in class com.vaadin.ui.AbstractColorPicker
- addColorChangeListener(ColorChangeListener) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerGradient
- addColorChangeListener(ColorChangeListener) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerGrid
-
Adds a color change listener
- addColorChangeListener(ColorChangeListener) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerHistory
-
Adds a color change listener
- addColorChangeListener(ColorChangeListener) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPopup
- addColorChangeListener(ColorChangeListener) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPreview
- addColorChangeListener(ColorChangeListener) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerSelect
- addColorChangeListener(ColorChangeListener) - Method in interface com.vaadin.ui.components.colorpicker.HasColorChangeListener
-
Adds a
ColorChangeListener
to the component. - addColumn(C) - Method in class com.vaadin.client.widgets.Grid
-
Adds a column as the last column in the grid.
- addColumn(Grid.Column<?, ?>) - Method in class com.vaadin.client.widgets.Grid.Header
- addColumn(Grid.Column<?, ?>) - Method in class com.vaadin.client.widgets.Grid.StaticSection
- addColumn(C, int) - Method in class com.vaadin.client.widgets.Grid
-
Inserts a column into a specific position in the grid.
- addColumn(Object) - Method in class com.vaadin.ui.Grid
-
Adds a new Column to Grid.
- addColumn(Object) - Method in class com.vaadin.ui.Grid.StaticSection
-
Adds a column for given property id to the section.
- addColumn(Object, Class<?>) - Method in class com.vaadin.ui.Grid
-
Adds a new Column to Grid.
- addColumnCollapseListener(Table.ColumnCollapseListener) - Method in class com.vaadin.ui.Table
-
Adds a column collapse listener to the Table.
- addColumnProperty(Object, Class<?>, Object) - Method in class com.vaadin.ui.Grid
- addColumnReorderHandler(ColumnReorderHandler<T>) - Method in class com.vaadin.client.widgets.Grid
-
Register a column reorder handler to this Grid.
- addColumnReorderListener(Grid.ColumnReorderListener) - Method in class com.vaadin.ui.Grid
-
Registers a new column reorder listener.
- addColumnReorderListener(Table.ColumnReorderListener) - Method in class com.vaadin.ui.Table
-
Adds a column reorder listener to the Table.
- addColumnResizeHandler(ColumnResizeHandler<T>) - Method in class com.vaadin.client.widgets.Grid
-
Register a column resize handler to this Grid.
- addColumnResizeListener(Grid.ColumnResizeListener) - Method in class com.vaadin.ui.Grid
-
Registers a new column resize listener.
- addColumnResizeListener(Table.ColumnResizeListener) - Method in class com.vaadin.ui.Table
-
Adds a column resize listener to the Table.
- addColumns(Grid.Column<?, T>...) - Method in class com.vaadin.client.widgets.Grid
-
Adds columns as the last columns in the grid.
- addColumnVisibilityChangeHandler(ColumnVisibilityChangeHandler<T>) - Method in class com.vaadin.client.widgets.Grid
-
Register a column visibility change handler to this Grid.
- addColumnVisibilityChangeListener(Grid.ColumnVisibilityChangeListener) - Method in class com.vaadin.ui.Grid
-
Registers a new column visibility change listener
- addCommitHandler(FieldGroup.CommitHandler) - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Adds a commit handler.
- addComponent(Component) - Method in class com.vaadin.ui.AbsoluteLayout
- addComponent(Component) - Method in class com.vaadin.ui.AbstractComponentContainer
-
This only implements the events and component parent calls.
- addComponent(Component) - Method in class com.vaadin.ui.AbstractOrderedLayout
-
Add a component into this container.
- addComponent(Component) - Method in class com.vaadin.ui.AbstractSplitPanel
-
Add a component into this container.
- addComponent(Component) - Method in interface com.vaadin.ui.ComponentContainer
-
Adds the component into this container.
- addComponent(Component) - Method in class com.vaadin.ui.CssLayout
-
Add a component into this container.
- addComponent(Component) - Method in class com.vaadin.ui.CustomLayout
-
Adds the component into this container.
- addComponent(Component) - Method in class com.vaadin.ui.GridLayout
-
Adds the component into this container to the cursor position.
- addComponent(Component) - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.Adds a component to this UI.
- addComponent(Component) - Method in class com.vaadin.ui.TabSheet
-
Adds a new tab into TabSheet.
- addComponent(Component, int) - Method in class com.vaadin.ui.AbstractOrderedLayout
-
Adds a component into indexed position in this container.
- addComponent(Component, int) - Method in class com.vaadin.ui.CssLayout
-
Adds a component into indexed position in this container.
- addComponent(Component, int, int) - Method in class com.vaadin.ui.GridLayout
-
Adds the component to the grid in cells column1,row1 (NortWest corner of the area.) End coordinates (SouthEast corner of the area) are the same as column1,row1.
- addComponent(Component, int, int, int, int) - Method in class com.vaadin.ui.GridLayout
-
Adds a component to the grid in the specified area.
- addComponent(Component, String) - Method in class com.vaadin.ui.AbsoluteLayout
-
Adds a component to the layout.
- addComponent(Component, String) - Method in class com.vaadin.ui.CustomLayout
-
Adds the component into this container to given location.
- addComponentAsFirst(Component) - Method in class com.vaadin.ui.AbstractOrderedLayout
-
Adds a component into this container.
- addComponentAsFirst(Component) - Method in class com.vaadin.ui.CssLayout
-
Adds a component into this container.
- addComponentAttachListener(HasComponents.ComponentAttachListener) - Method in class com.vaadin.ui.AbstractComponentContainer
- addComponentAttachListener(HasComponents.ComponentAttachListener) - Method in class com.vaadin.ui.AbstractSingleComponentContainer
- addComponentAttachListener(HasComponents.ComponentAttachListener) - Method in interface com.vaadin.ui.HasComponents.ComponentAttachDetachNotifier
-
Listens the component attach events.
- addComponentCreationListener(DesignContext.ComponentCreationListener) - Method in class com.vaadin.ui.declarative.DesignContext
-
Adds a component creation listener.
- addComponentDetachListener(HasComponents.ComponentDetachListener) - Method in class com.vaadin.ui.AbstractComponentContainer
- addComponentDetachListener(HasComponents.ComponentDetachListener) - Method in class com.vaadin.ui.AbstractSingleComponentContainer
- addComponentDetachListener(HasComponents.ComponentDetachListener) - Method in interface com.vaadin.ui.HasComponents.ComponentAttachDetachNotifier
-
Listens the component detach events.
- addComponentInheritanceInfo(ValueMap) - Method in class com.vaadin.client.ApplicationConfiguration
- addComponentMappings(ValueMap, WidgetSet) - Method in class com.vaadin.client.ApplicationConfiguration
- addComponents(Component...) - Method in class com.vaadin.ui.AbstractComponentContainer
- addComponents(Component...) - Method in interface com.vaadin.ui.ComponentContainer
-
Adds the components in the given order to this component container.
- addComponentToGrid(Component) - Method in class com.vaadin.ui.Grid.AbstractGridExtension
-
Informs the parent Grid that this Extension wants to add a child component to it.
- addConnectorHierarchyChangeHandler(ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler) - Method in interface com.vaadin.client.HasComponentsConnector
-
Adds a handler that is called whenever the child hierarchy of this connector has been updated by the server.
- addConnectorHierarchyChangeHandler(ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler) - Method in class com.vaadin.client.ui.AbstractHasComponentsConnector
- addConnectorHierarchyChangeHandler(ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler) - Method in class com.vaadin.client.ui.customfield.CustomFieldConnector
- addConnectorHierarchyChangeHandler(ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler) - Method in class com.vaadin.client.ui.table.TableConnector
- addContainerFilter(Container.Filter) - Method in interface com.vaadin.data.Container.Filterable
-
Adds a filter for the container.
- addContainerFilter(Container.Filter) - Method in class com.vaadin.data.util.AbstractBeanContainer
- addContainerFilter(Container.Filter) - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- addContainerFilter(Container.Filter) - Method in class com.vaadin.data.util.IndexedContainer
- addContainerFilter(Container.Filter) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
-
Adds a filter for the container.
- addContainerFilter(Object, String, boolean, boolean) - Method in interface com.vaadin.data.Container.SimpleFilterable
-
Add a filter for given property.
- addContainerFilter(Object, String, boolean, boolean) - Method in class com.vaadin.data.util.AbstractBeanContainer
- addContainerFilter(Object, String, boolean, boolean) - Method in class com.vaadin.data.util.IndexedContainer
- addContainerFilter(Object, String, boolean, boolean) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
- addContainerProperty(Object, Class<?>, Object) - Method in interface com.vaadin.data.Container
-
Adds a new Property to all Items in the Container.
- addContainerProperty(Object, Class<?>, Object) - Method in class com.vaadin.data.util.AbstractBeanContainer
- addContainerProperty(Object, Class<?>, Object) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
- addContainerProperty(Object, Class<?>, Object) - Method in class com.vaadin.data.util.ContainerHierarchicalWrapper
-
Adds a new Property to all Items in the Container.
- addContainerProperty(Object, Class<?>, Object) - Method in class com.vaadin.data.util.ContainerOrderedWrapper
-
Registers a new Property to all Items in the Container.
- addContainerProperty(Object, Class<?>, Object) - Method in class com.vaadin.data.util.FilesystemContainer
- addContainerProperty(Object, Class<?>, Object) - Method in class com.vaadin.data.util.GeneratedPropertyContainer
-
Adds a previously removed property back to GeneratedPropertyContainer.
- addContainerProperty(Object, Class<?>, Object) - Method in class com.vaadin.data.util.IndexedContainer
- addContainerProperty(Object, Class<?>, Object) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
- addContainerProperty(Object, Class<?>, Object) - Method in class com.vaadin.ui.AbstractSelect
-
Adds the new property to all items.
- addContainerProperty(Object, Class<?>, Object) - Method in class com.vaadin.ui.Table
-
Adds a new property to the table and show it as a visible column.
- addContainerProperty(Object, Class<?>, Object, String, Resource, Table.Align) - Method in class com.vaadin.ui.Table
-
Adds a new property to the table and show it as a visible column.
- addContainerProperty(String, VaadinPropertyDescriptor<BEANTYPE>) - Method in class com.vaadin.data.util.AbstractBeanContainer
-
Adds a property for the container and all its items.
- 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
- addConverter(Converter<String, T>) - Method in class com.vaadin.ui.declarative.DesignFormatter
-
Adds a converter for a new type.
- addConverter(Class<?>, Converter<String, ?>) - Method in class com.vaadin.ui.declarative.DesignFormatter
-
Adds a converter for a given type.
- addCookie(Cookie) - Method in interface com.vaadin.server.VaadinResponse
-
Adds the specified cookie to the response.
- addDataAvailableHandler(DataAvailableHandler) - Method in class com.vaadin.client.widgets.Grid
-
Register a GWT event handler for a data available event.
- addDataGenerator(DataGenerator) - Method in class com.vaadin.server.communication.data.RpcDataProviderExtension
-
Adds a
DataGenerator
for thisRpcDataProviderExtension
. - addDate(Date) - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid
- addDate(Date) - Method in class com.vaadin.client.ui.calendar.schedule.WeeklyLongEvents
- addDependent(String) - Method in class com.vaadin.client.MeasuredSize
- addDetachListener(ClientConnector.DetachListener) - Method in class com.vaadin.server.AbstractClientConnector
- addDetachListener(ClientConnector.DetachListener) - Method in interface com.vaadin.server.ClientConnector
- addDetachListener(ClientConnector.DetachListener) - Method in class com.vaadin.server.DragAndDropService
- addDoubleClickHandler(DoubleClickHandler) - Method in class com.vaadin.client.SimpleTree
-
Deprecated.Events are not fired when double clicking child widgets.
- addDoubleClickHandler(DoubleClickHandler) - Method in class com.vaadin.client.ui.VTwinColSelect.DoubleClickListBox
- addElement(Element) - Method in class com.vaadin.client.ui.TouchScrollDelegate.TouchScrollHandler
-
Registers the given element as scrollable.
- addElementResizeListener(Element, ElementResizeListener) - Method in class com.vaadin.client.LayoutManager
-
Adds a listener that will be notified whenever the size of a specific element changes.
- addEmphasisStyle() - Method in class com.vaadin.client.ui.calendar.schedule.SimpleDayCell
- addEmphasisStyle(Element) - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
- addEmphasisStyle(Element) - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
-
Deprecated.As of 7.2, call or override
DateCell.addEmphasisStyle(Element)
instead - addEmptyEventCell() - Method in class com.vaadin.client.ui.calendar.schedule.DateCellContainer
- addEmptyEventCells(int) - Method in class com.vaadin.client.ui.calendar.schedule.DateCellContainer
- addEnabledHandler(GridEnabledHandler) - Method in class com.vaadin.client.widgets.Grid
-
Register a enabled status change handler to this Grid.
- addError(ComponentSizeValidator.InvalidLayout) - Method in class com.vaadin.server.ComponentSizeValidator.InvalidLayout
- addErrorColumn(Grid.Column) - Method in class com.vaadin.ui.Grid.CommitErrorEvent
-
Marks that an error indicator should be shown for the editor of a column.
- addEvent(CalendarEvent) - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid
- addEvent(CalendarEvent) - Method in class com.vaadin.client.ui.calendar.schedule.WeeklyLongEvents
- addEvent(DateCellDayEvent) - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
- addEvent(CalendarEvent) - Method in class com.vaadin.ui.Calendar
- addEvent(CalendarEvent) - Method in class com.vaadin.ui.components.calendar.ContainerEventProvider
- addEvent(CalendarEvent) - Method in class com.vaadin.ui.components.calendar.event.BasicEventProvider
- addEvent(CalendarEvent) - Method in interface com.vaadin.ui.components.calendar.event.CalendarEditableEventProvider
-
Adds an event to the event provider
- addEvent(Date, CalendarEvent) - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
- addEventChangeListener(CalendarEvent.EventChangeListener) - Method in class com.vaadin.ui.components.calendar.ContainerEventProvider
- addEventChangeListener(CalendarEvent.EventChangeListener) - Method in class com.vaadin.ui.components.calendar.event.BasicEvent
- addEventChangeListener(CalendarEvent.EventChangeListener) - Method in interface com.vaadin.ui.components.calendar.event.CalendarEvent.EventChangeNotifier
-
Add a listener to listen for EventChangeEvents.
- addEventListener(VNotification.EventListener) - Method in class com.vaadin.client.ui.VNotification
- addEvents(List<CalendarEvent>) - Method in class com.vaadin.client.ui.calendar.schedule.WeeklyLongEvents
- addEventSetChangeListener(CalendarEventProvider.EventSetChangeListener) - Method in class com.vaadin.ui.components.calendar.ContainerEventProvider
- addEventSetChangeListener(CalendarEventProvider.EventSetChangeListener) - Method in class com.vaadin.ui.components.calendar.event.BasicEventProvider
- addEventSetChangeListener(CalendarEventProvider.EventSetChangeListener) - Method in interface com.vaadin.ui.components.calendar.event.CalendarEventProvider.EventSetChangeNotifier
-
Add a listener for listening to when new events are adding or removed from the event provider.
- addExpandListener(Tree.ExpandListener) - Method in class com.vaadin.ui.Tree
-
Adds the expand listener.
- addExpandListener(Tree.ExpandListener) - Method in class com.vaadin.ui.TreeTable
-
Adds an expand listener.
- 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.
- addField(Object, Field<?>) - Method in class com.vaadin.ui.Form
-
Deprecated.Registers the field with the form and adds the field to the form layout.
- addFilter(Container.Filter) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Adds a container filter and re-filter the view.
- addFilterTranslator(FilterTranslator) - Static method in class com.vaadin.data.util.sqlcontainer.query.generator.filter.QueryBuilder
- addFinishedListener(Upload.FinishedListener) - Method in class com.vaadin.ui.Upload
-
Adds the upload received event listener.
- addFocusHandler(FocusHandler) - Method in class com.vaadin.client.ui.calendar.schedule.FocusableComplexPanel
- addFocusHandler(FocusHandler) - Method in class com.vaadin.client.ui.calendar.schedule.FocusableGrid
- addFocusHandler(FocusHandler) - Method in class com.vaadin.client.ui.calendar.schedule.FocusableHTML
- addFocusHandler(FocusHandler) - Method in class com.vaadin.client.ui.FocusableFlexTable
- addFocusHandler(FocusHandler) - Method in class com.vaadin.client.ui.FocusableFlowPanel
- addFocusHandler(FocusHandler) - Method in class com.vaadin.client.ui.SimpleFocusablePanel
- addFocusHandler(FocusHandler) - Method in class com.vaadin.client.ui.VTabsheet.Tab
- addFocusListener(FieldEvents.FocusListener) - Method in interface com.vaadin.event.FieldEvents.FocusNotifier
-
Adds a
FocusListener
to the Component which gets fired when aField
receives keyboard focus. - addFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.AbstractFocusable
- addFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.AbstractTextField
- addFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.CheckBox
- addFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.ComboBox
- addFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.DateField
- addFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.NativeSelect
- addFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.OptionGroup
- addFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.TabSheet
- addFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.Window
- addFooterClickHandler(FooterClickHandler) - Method in class com.vaadin.client.widgets.Grid
-
Register a FooterClickHandler to this Grid.
- addFooterClickListener(Table.FooterClickListener) - Method in class com.vaadin.ui.Table
-
Adds a footer click listener which handles the click events when the user clicks on a column footer cell in the Table.
- addFooterDoubleClickHandler(FooterDoubleClickHandler) - Method in class com.vaadin.client.widgets.Grid
-
Register a FooterDoubleClickHandler to this Grid.
- addFooterKeyDownHandler(FooterKeyDownHandler) - Method in class com.vaadin.client.widgets.Grid
-
Register a FooterKeyDownHandler to this Grid.
- addFooterKeyPressHandler(FooterKeyPressHandler) - Method in class com.vaadin.client.widgets.Grid
-
Register a FooterKeyPressHandler to this Grid.
- addFooterKeyUpHandler(FooterKeyUpHandler) - Method in class com.vaadin.client.widgets.Grid
-
Register a FooterKeyUpHandler to this Grid.
- addFooterRowAt(int) - Method in class com.vaadin.client.widgets.Grid
-
Inserts a new row at the given position to the footer section.
- addFooterRowAt(int) - Method in class com.vaadin.ui.Grid
-
Inserts a new row at the given position to the footer section.
- addFunction(String, JavaScriptFunction) - Method in class com.vaadin.server.AbstractJavaScriptExtension
-
Register a
JavaScriptFunction
that can be called from the JavaScript using the provided name. - addFunction(String, JavaScriptFunction) - Method in class com.vaadin.ui.AbstractJavaScriptComponent
-
Register a
JavaScriptFunction
that can be called from the JavaScript using the provided name. - addFunction(String, JavaScriptFunction) - Method in class com.vaadin.ui.JavaScript
-
Add a new function to the global JavaScript namespace (i.e.
- addFunction(String, JavaScriptFunction) - Method in class com.vaadin.ui.renderers.AbstractJavaScriptRenderer
-
Register a
JavaScriptFunction
that can be called from the JavaScript using the provided name. - addGeneratedColumn(Object, Table.ColumnGenerator) - Method in class com.vaadin.ui.Table
-
Adds a generated column to the Table.
- addGeneratedProperty(Object, PropertyValueGenerator<?>) - Method in class com.vaadin.data.util.GeneratedPropertyContainer
-
Add a new PropertyValueGenerator with given property id.
- addGetParameters(String, String) - Static method in class com.vaadin.client.ApplicationConnection
-
Deprecated.Use
SharedUtil.addGetParameters(String,String)
instead - addGetParameters(String, String) - Static method in class com.vaadin.shared.util.SharedUtil
-
Adds the get parameters to the uri and returns the new uri that contains the parameters.
- addHandler(GwtEvent.Type<H>, H) - Method in class com.vaadin.client.ApplicationConnection
- addHandlers(AbstractComponentConnector) - Static method in class com.vaadin.client.ui.ConnectorFocusAndBlurHandler
- addHandlers(AbstractComponentConnector, Widget) - Static method in class com.vaadin.client.ui.ConnectorFocusAndBlurHandler
- addHeaderClickHandler(HeaderClickHandler) - Method in class com.vaadin.client.widgets.Grid
-
Register a HeaderClickHandler to this Grid.
- addHeaderClickListener(Table.HeaderClickListener) - Method in class com.vaadin.ui.Table
-
Adds a header click listener which handles the click events when the user clicks on a column header cell in the Table.
- addHeaderDoubleClickHandler(HeaderDoubleClickHandler) - Method in class com.vaadin.client.widgets.Grid
-
Register a HeaderDoubleClickHandler to this Grid.
- addHeaderKeyDownHandler(HeaderKeyDownHandler) - Method in class com.vaadin.client.widgets.Grid
-
Register a HeaderKeyDownHandler to this Grid.
- addHeaderKeyPressHandler(HeaderKeyPressHandler) - Method in class com.vaadin.client.widgets.Grid
-
Register a HeaderKeyPressHandler to this Grid.
- addHeaderKeyUpHandler(HeaderKeyUpHandler) - Method in class com.vaadin.client.widgets.Grid
-
Register a HeaderKeyUpHandler to this Grid.
- addHeaderRowAt(int) - Method in class com.vaadin.client.widgets.Grid
-
Inserts a new row at the given position to the header section.
- addHeaderRowAt(int) - Method in class com.vaadin.ui.Grid
-
Inserts a new row at the given position to the header section.
- addIcon(String, Resource) - Static method in class com.vaadin.util.FileTypeResolver
-
Adds a icon for the given mime-type.
- addItem() - Method in interface com.vaadin.data.Container
-
Creates a new Item into the Container, and assign it an automatic ID.
- addItem() - Method in class com.vaadin.data.util.AbstractInMemoryContainer
- addItem() - Method in class com.vaadin.data.util.ContainerHierarchicalWrapper
-
Creates a new Item into the Container, assigns it an automatic ID, and adds it to the hierarchy.
- addItem() - Method in class com.vaadin.data.util.ContainerOrderedWrapper
-
Creates a new Item into the Container, assigns it an automatic ID, and adds it to the ordering.
- addItem() - Method in class com.vaadin.data.util.FilesystemContainer
- addItem() - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- addItem() - Method in class com.vaadin.data.util.HierarchicalContainer
- addItem() - Method in class com.vaadin.data.util.IndexedContainer
-
Creates a new Item into the Container, and assign it an automatic ID.
- addItem() - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
-
Note! If auto commit mode is enabled, this method will still return the temporary row ID assigned for the item.
- addItem() - Method in class com.vaadin.ui.AbstractSelect
-
Creates a new item into container with container managed id.
- addItem() - Method in class com.vaadin.ui.TreeTable
-
Creates a new item into container with container managed id.
- addItem(MenuItem) - Method in class com.vaadin.client.ui.menubar.MenuBar
-
Deprecated.Adds a menu item to the bar.
- addItem(VMenuBar.CustomMenuItem) - Method in class com.vaadin.client.ui.VMenuBar
-
Add a new item to this menu
- addItem(VMenuBar.CustomMenuItem, int) - Method in class com.vaadin.client.ui.VMenuBar
- addItem(IDTYPE, BEANTYPE) - Method in class com.vaadin.data.util.AbstractBeanContainer
-
Adds the bean to the Container.
- addItem(IDTYPE, BEANTYPE) - Method in class com.vaadin.data.util.BeanContainer
-
Adds the bean to the Container.
- addItem(Object) - Method in interface com.vaadin.data.Container
-
Creates a new Item with the given ID in the Container.
- addItem(Object) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
- addItem(Object) - Method in class com.vaadin.data.util.BeanItemContainer
-
Adds the bean to the Container.
- addItem(Object) - Method in class com.vaadin.data.util.ContainerHierarchicalWrapper
-
Adds a new Item by its ID to the underlying container and to the hierarchy.
- addItem(Object) - Method in class com.vaadin.data.util.ContainerOrderedWrapper
-
Registers a new Item by its ID to the underlying container and to the ordering.
- addItem(Object) - Method in class com.vaadin.data.util.FilesystemContainer
- addItem(Object) - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- addItem(Object) - Method in class com.vaadin.data.util.HierarchicalContainer
- addItem(Object) - Method in class com.vaadin.data.util.IndexedContainer
- addItem(Object) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
- addItem(Object) - Method in class com.vaadin.ui.AbstractSelect
-
Create a new item into container.
- addItem(Object) - Method in class com.vaadin.ui.TreeTable
-
Create a new item into container.
- addItem(Object[], Object) - Method in class com.vaadin.ui.Table
-
Adds the new row to table and fill the visible cells (except generated columns) with given values.
- addItem(Object[], Object) - Method in class com.vaadin.ui.TreeTable
-
Adds the new row to table and fill the visible cells (except generated columns) with given values.
- addItem(String) - Method in class com.vaadin.client.SimpleTree
-
Deprecated.
- addItem(String, boolean, Command) - Method in class com.vaadin.client.ui.menubar.MenuBar
-
Deprecated.Adds a menu item to the bar, that will fire the given command when it is selected.
- addItem(String, boolean, MenuBar) - Method in class com.vaadin.client.ui.menubar.MenuBar
-
Deprecated.Adds a menu item to the bar, that will open the specified menu when it is selected.
- addItem(String, Command) - Method in class com.vaadin.client.ui.menubar.MenuBar
-
Deprecated.Adds a menu item to the bar, that will fire the given command when it is selected.
- addItem(String, Command) - Method in class com.vaadin.client.ui.VMenuBar
-
Add a new item to this menu
- addItem(String, MenuBar) - Method in class com.vaadin.client.ui.menubar.MenuBar
-
Deprecated.Adds a menu item to the bar, that will open the specified menu when it is selected.
- addItem(String, Resource, MenuBar.Command) - Method in class com.vaadin.ui.MenuBar
-
Add a new item to the menu bar.
- addItem(String, Resource, MenuBar.Command) - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Add a new item inside this item, thus creating a sub-menu.
- addItem(String, MenuBar.Command) - Method in class com.vaadin.ui.MenuBar
-
Add a new item to the menu bar.
- addItem(String, MenuBar.Command) - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Add a new item inside this item, thus creating a sub-menu.
- addItemAfter(IDTYPE, IDTYPE, BEANTYPE) - Method in class com.vaadin.data.util.AbstractBeanContainer
-
Adds the bean after the given bean.
- addItemAfter(IDTYPE, IDTYPE, BEANTYPE) - Method in class com.vaadin.data.util.BeanContainer
-
Adds the bean after the given item id.
- addItemAfter(Object) - Method in interface com.vaadin.data.Container.Ordered
-
Adds a new item after the given item.
- addItemAfter(Object) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
- addItemAfter(Object) - Method in class com.vaadin.data.util.ContainerOrderedWrapper
- addItemAfter(Object) - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- addItemAfter(Object) - Method in class com.vaadin.data.util.IndexedContainer
-
Adds a new item after the given item.
- addItemAfter(Object) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
- addItemAfter(Object) - Method in class com.vaadin.ui.Table
-
Adds new item after the given item.
- addItemAfter(Object) - Method in class com.vaadin.ui.TreeTable
-
Adds new item after the given item.
- addItemAfter(Object, Object) - Method in interface com.vaadin.data.Container.Ordered
-
Adds a new item after the given item.
- addItemAfter(Object, Object) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
- addItemAfter(Object, Object) - Method in class com.vaadin.data.util.BeanItemContainer
-
Adds the bean after the given bean.
- addItemAfter(Object, Object) - Method in class com.vaadin.data.util.ContainerOrderedWrapper
- addItemAfter(Object, Object) - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- addItemAfter(Object, Object) - Method in class com.vaadin.data.util.IndexedContainer
- addItemAfter(Object, Object) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
- addItemAfter(Object, Object) - Method in class com.vaadin.ui.Table
-
Adds new item after the given item.
- addItemAfter(Object, Object) - Method in class com.vaadin.ui.TreeTable
-
Adds new item after the given item.
- addItemAt(int) - Method in interface com.vaadin.data.Container.Indexed
-
Adds a new item at given index (in the filtered view).
- addItemAt(int) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
- addItemAt(int) - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- addItemAt(int) - Method in class com.vaadin.data.util.IndexedContainer
-
Adds a new item at given index (in the filtered view).
- addItemAt(int) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
- addItemAt(int, IDTYPE, BEANTYPE) - Method in class com.vaadin.data.util.AbstractBeanContainer
-
Adds a new bean at the given index.
- addItemAt(int, IDTYPE, BEANTYPE) - Method in class com.vaadin.data.util.BeanContainer
-
Adds a new bean at the given index.
- addItemAt(int, Object) - Method in interface com.vaadin.data.Container.Indexed
-
Adds a new item at given index (in the filtered view).
- addItemAt(int, Object) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
- addItemAt(int, Object) - Method in class com.vaadin.data.util.BeanItemContainer
-
Adds a new bean at the given index.
- addItemAt(int, Object) - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- addItemAt(int, Object) - Method in class com.vaadin.data.util.IndexedContainer
- addItemAt(int, Object) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
- 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(ItemClickEvent.ItemClickListener) - Method in interface com.vaadin.event.ItemClickEvent.ItemClickNotifier
-
Register a listener to handle
ItemClickEvent
s. - addItemClickListener(ItemClickEvent.ItemClickListener) - Method in class com.vaadin.ui.Grid
- addItemClickListener(ItemClickEvent.ItemClickListener) - Method in class com.vaadin.ui.Table
- addItemClickListener(ItemClickEvent.ItemClickListener) - Method in class com.vaadin.ui.Tree
- addItemProperty(Object, Property) - Method in interface com.vaadin.data.Item
-
Tries to add a new Property into the Item.
- addItemProperty(Object, Property) - Method in class com.vaadin.data.util.FilesystemContainer.FileItem
-
Filesystem container does not support adding new properties.
- addItemProperty(Object, Property) - Method in class com.vaadin.data.util.GeneratedPropertyContainer.GeneratedPropertyItem
- addItemProperty(Object, Property) - Method in class com.vaadin.data.util.PropertysetItem
-
Tries to add a new Property into the Item.
- addItemProperty(Object, Property) - Method in class com.vaadin.data.util.sqlcontainer.RowItem
-
Adding properties is not supported.
- addItemProperty(Object, Property) - Method in class com.vaadin.ui.Form
-
Deprecated.Adds a new property to form and create corresponding field.
- addItems(Object...) - Method in class com.vaadin.ui.AbstractSelect
-
Adds given items with given item ids to container.
- addItems(Object...) - Method in class com.vaadin.ui.TreeTable
-
Adds given items with given item ids to container.
- addItems(Collection<?>) - Method in class com.vaadin.ui.AbstractSelect
-
Adds given items with given item ids to container.
- addItems(Collection<?>) - Method in class com.vaadin.ui.TreeTable
-
Adds given items with given item ids to container.
- addItemSetChangeListener(Container.ItemSetChangeListener) - Method in interface com.vaadin.data.Container.ItemSetChangeNotifier
-
Adds an Item set change listener for the object.
- addItemSetChangeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.data.util.AbstractContainer
-
Implementation of the corresponding method in
Container.ItemSetChangeNotifier
, override with the corresponding public method and implement the interface to use this. - addItemSetChangeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
- addItemSetChangeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.data.util.ContainerHierarchicalWrapper
- addItemSetChangeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.data.util.ContainerOrderedWrapper
- addItemSetChangeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- addItemSetChangeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
- addItemSetChangeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.ui.AbstractSelect
-
Adds an Item set change listener for the object.
- ADDITIONAL_CLASSNAME_ANIMATE_IN - Static variable in class com.vaadin.client.widgets.Overlay
- ADDITIONAL_CLASSNAME_ANIMATE_OUT - Static variable in class com.vaadin.client.widgets.Overlay
- addKeyDownHandler(KeyDownHandler) - Method in class com.vaadin.client.ui.calendar.schedule.FocusableComplexPanel
- addKeyDownHandler(KeyDownHandler) - Method in class com.vaadin.client.ui.calendar.schedule.FocusableGrid
- addKeyDownHandler(KeyDownHandler) - Method in class com.vaadin.client.ui.calendar.schedule.FocusableHTML
- addKeyDownHandler(KeyDownHandler) - Method in class com.vaadin.client.ui.FocusableFlexTable
- addKeyDownHandler(KeyDownHandler) - Method in class com.vaadin.client.ui.FocusableFlowPanel
- addKeyDownHandler(KeyDownHandler) - Method in class com.vaadin.client.ui.SimpleFocusablePanel
- addKeyDownHandler(KeyDownHandler) - Method in class com.vaadin.client.ui.VTabsheet.Tab
- addKeyPressHandler(KeyPressHandler) - Method in class com.vaadin.client.ui.calendar.schedule.FocusableComplexPanel
- addKeyPressHandler(KeyPressHandler) - Method in class com.vaadin.client.ui.calendar.schedule.FocusableGrid
- addKeyPressHandler(KeyPressHandler) - Method in class com.vaadin.client.ui.calendar.schedule.FocusableHTML
- addKeyPressHandler(KeyPressHandler) - Method in class com.vaadin.client.ui.FocusableFlexTable
- addKeyPressHandler(KeyPressHandler) - Method in class com.vaadin.client.ui.FocusableFlowPanel
- addKeyPressHandler(KeyPressHandler) - Method in class com.vaadin.client.ui.SimpleFocusablePanel
- addKeyUpHandler(KeyUpHandler) - Method in class com.vaadin.client.ui.SimpleFocusablePanel
- addLayoutClickListener(LayoutEvents.LayoutClickListener) - Method in interface com.vaadin.event.LayoutEvents.LayoutClickNotifier
-
Add a click listener to the layout.
- addLayoutClickListener(LayoutEvents.LayoutClickListener) - Method in class com.vaadin.ui.AbsoluteLayout
- addLayoutClickListener(LayoutEvents.LayoutClickListener) - Method in class com.vaadin.ui.AbstractOrderedLayout
- addLayoutClickListener(LayoutEvents.LayoutClickListener) - Method in class com.vaadin.ui.CssLayout
- addLayoutClickListener(LayoutEvents.LayoutClickListener) - Method in class com.vaadin.ui.GridLayout
- addListener(SelectConnectorListener) - Method in class com.vaadin.client.debug.internal.AnalyzeLayoutsPanel
- addListener(SelectConnectorListener) - Method in class com.vaadin.client.debug.internal.HierarchyPanel
- addListener(Container.ItemSetChangeListener) - Method in interface com.vaadin.data.Container.ItemSetChangeNotifier
-
Deprecated.As of 7.0, replaced by
Container.ItemSetChangeNotifier.addItemSetChangeListener(ItemSetChangeListener)
- addListener(Container.ItemSetChangeListener) - Method in class com.vaadin.data.util.AbstractContainer
-
Deprecated.As of 7.0, replaced by
AbstractContainer.addItemSetChangeListener(Container.ItemSetChangeListener)
- addListener(Container.ItemSetChangeListener) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Deprecated.As of 7.0, replaced by
AbstractInMemoryContainer.addItemSetChangeListener(Container.ItemSetChangeListener)
- addListener(Container.ItemSetChangeListener) - Method in class com.vaadin.data.util.ContainerHierarchicalWrapper
-
Deprecated.As of 7.0, replaced by
ContainerHierarchicalWrapper.addItemSetChangeListener(Container.ItemSetChangeListener)
- addListener(Container.ItemSetChangeListener) - Method in class com.vaadin.data.util.ContainerOrderedWrapper
-
Deprecated.As of 7.0, replaced by
ContainerOrderedWrapper.addItemSetChangeListener(Container.ItemSetChangeListener)
- addListener(Container.ItemSetChangeListener) - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- addListener(Container.ItemSetChangeListener) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
-
Deprecated.As of 7.0, replaced by
SQLContainer.addItemSetChangeListener(Container.ItemSetChangeListener)
- addListener(Container.ItemSetChangeListener) - Method in class com.vaadin.ui.AbstractSelect
-
Deprecated.As of 7.0, replaced by
AbstractSelect.addItemSetChangeListener(Container.ItemSetChangeListener)
- addListener(Container.PropertySetChangeListener) - Method in interface com.vaadin.data.Container.PropertySetChangeNotifier
-
Deprecated.As of 7.0, replaced by
Container.PropertySetChangeNotifier.addPropertySetChangeListener(PropertySetChangeListener)
- addListener(Container.PropertySetChangeListener) - Method in class com.vaadin.data.util.AbstractBeanContainer
-
Deprecated.
- addListener(Container.PropertySetChangeListener) - Method in class com.vaadin.data.util.AbstractContainer
-
Deprecated.As of 7.0, replaced by
AbstractContainer.addPropertySetChangeListener(Container.PropertySetChangeListener)
- addListener(Container.PropertySetChangeListener) - Method in class com.vaadin.data.util.ContainerHierarchicalWrapper
-
Deprecated.
- addListener(Container.PropertySetChangeListener) - Method in class com.vaadin.data.util.ContainerOrderedWrapper
-
Deprecated.As of 7.0, replaced by
ContainerOrderedWrapper.addPropertySetChangeListener(Container.PropertySetChangeListener)
- addListener(Container.PropertySetChangeListener) - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- addListener(Container.PropertySetChangeListener) - Method in class com.vaadin.data.util.IndexedContainer
-
Deprecated.As of 7.0, replaced by
IndexedContainer.addPropertySetChangeListener(Container.PropertySetChangeListener)
- addListener(Container.PropertySetChangeListener) - Method in class com.vaadin.ui.AbstractSelect
-
Deprecated.As of 7.0, replaced by
AbstractSelect.addPropertySetChangeListener(Container.PropertySetChangeListener)
- addListener(Item.PropertySetChangeListener) - Method in interface com.vaadin.data.Item.PropertySetChangeNotifier
-
Deprecated.As of 7.0, replaced by
Item.PropertySetChangeNotifier.addPropertySetChangeListener(PropertySetChangeListener)
- addListener(Item.PropertySetChangeListener) - Method in class com.vaadin.data.util.PropertysetItem
-
Deprecated.As of 7.0, replaced by
PropertysetItem.addPropertySetChangeListener(Item.PropertySetChangeListener)
- addListener(Property.ReadOnlyStatusChangeListener) - Method in interface com.vaadin.data.Property.ReadOnlyStatusChangeNotifier
-
Deprecated.
- addListener(Property.ReadOnlyStatusChangeListener) - Method in class com.vaadin.data.util.AbstractProperty
-
Deprecated.As of 7.0, replaced by
AbstractProperty.addReadOnlyStatusChangeListener(Property.ReadOnlyStatusChangeListener)
- addListener(Property.ReadOnlyStatusChangeListener) - Method in class com.vaadin.ui.AbstractField
-
Deprecated.As of 7.0, replaced by
AbstractField.addReadOnlyStatusChangeListener(Property.ReadOnlyStatusChangeListener)
- addListener(Property.ValueChangeListener) - Method in interface com.vaadin.data.Property.ValueChangeNotifier
-
Deprecated.As of 7.0, replaced by
Property.ValueChangeNotifier.addValueChangeListener(ValueChangeListener)
- addListener(Property.ValueChangeListener) - Method in class com.vaadin.data.util.AbstractProperty
-
Deprecated.As of 7.0, replaced by
AbstractProperty.addValueChangeListener(Property.ValueChangeListener)
- addListener(Property.ValueChangeListener) - Method in class com.vaadin.data.util.IndexedContainer
-
Deprecated.As of 7.0, replaced by
IndexedContainer.addValueChangeListener(Property.ValueChangeListener)
- addListener(Property.ValueChangeListener) - Method in class com.vaadin.ui.AbstractField
-
Deprecated.As of 7.0, replaced by
AbstractField.addValueChangeListener(Property.ValueChangeListener)
- addListener(Property.ValueChangeListener) - Method in class com.vaadin.ui.Label
-
Deprecated.As of 7.0, replaced by
Label.addValueChangeListener(Property.ValueChangeListener)
- addListener(QueryDelegate.RowIdChangeListener) - Method in interface com.vaadin.data.util.sqlcontainer.query.QueryDelegate.RowIdChangeNotifier
-
Deprecated.As of 7.0, replaced by
QueryDelegate.RowIdChangeNotifier.addRowIdChangeListener(RowIdChangeListener)
- addListener(QueryDelegate.RowIdChangeListener) - Method in class com.vaadin.data.util.sqlcontainer.query.TableQuery
-
Deprecated.As of 7.0, replaced by
TableQuery.addRowIdChangeListener(QueryDelegate.RowIdChangeListener)
- addListener(QueryDelegate.RowIdChangeListener) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
-
Deprecated.As of 7.0, replaced by
SQLContainer.addRowIdChangeListener(RowIdChangeListener)
- addListener(FieldEvents.BlurListener) - Method in interface com.vaadin.event.FieldEvents.BlurNotifier
-
Deprecated.As of 7.0, replaced by
FieldEvents.BlurNotifier.addBlurListener(BlurListener)
- addListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.AbstractFocusable
-
Deprecated.As of 7.0, replaced by
AbstractFocusable.addBlurListener(BlurListener)
- addListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.AbstractTextField
-
Deprecated.As of 7.0, replaced by
AbstractTextField.addBlurListener(BlurListener)
- addListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.CheckBox
-
Deprecated.As of 7.0, replaced by
CheckBox.addBlurListener(BlurListener)
- addListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.ComboBox
-
Deprecated.As of 7.0, replaced by
ComboBox.addBlurListener(BlurListener)
- addListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.DateField
-
Deprecated.As of 7.0, replaced by
DateField.addBlurListener(BlurListener)
- addListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.NativeSelect
-
Deprecated.As of 7.0, replaced by
NativeSelect.addBlurListener(BlurListener)
- addListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.OptionGroup
-
Deprecated.As of 7.0, replaced by
OptionGroup.addBlurListener(BlurListener)
- addListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.TabSheet
-
Deprecated.As of 7.0, replaced by
TabSheet.addBlurListener(BlurListener)
- addListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.Window
-
Deprecated.As of 7.0, replaced by
Window.addBlurListener(BlurListener)
- addListener(FieldEvents.FocusListener) - Method in interface com.vaadin.event.FieldEvents.FocusNotifier
-
Deprecated.As of 7.0, replaced by
FieldEvents.FocusNotifier.addFocusListener(FocusListener)
- addListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.AbstractFocusable
-
Deprecated.As of 7.0, replaced by
AbstractFocusable.addFocusListener(FocusListener)
- addListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.AbstractTextField
-
Deprecated.As of 7.0, replaced by
AbstractTextField.addFocusListener(FocusListener)
- addListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.CheckBox
-
Deprecated.As of 7.0, replaced by
CheckBox.addFocusListener(FocusListener)
- addListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.ComboBox
-
Deprecated.As of 7.0, replaced by
ComboBox.addFocusListener(FocusListener)
- addListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.DateField
-
Deprecated.As of 7.0, replaced by
DateField.addFocusListener(FocusListener)
- addListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.NativeSelect
-
Deprecated.As of 7.0, replaced by
NativeSelect.addFocusListener(FocusListener)
- addListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.OptionGroup
-
Deprecated.As of 7.0, replaced by
OptionGroup.addFocusListener(FocusListener)
- addListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.TabSheet
-
Deprecated.As of 7.0, replaced by
TabSheet.addFocusListener(FocusListener)
- addListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.Window
-
Deprecated.As of 7.0, replaced by
Window.addFocusListener(FocusListener)
- addListener(FieldEvents.TextChangeListener) - Method in interface com.vaadin.event.FieldEvents.TextChangeNotifier
-
Deprecated.As of 7.0, replaced by
FieldEvents.TextChangeNotifier.addTextChangeListener(TextChangeListener)
- addListener(FieldEvents.TextChangeListener) - Method in class com.vaadin.ui.AbstractTextField
-
Deprecated.As of 7.0, replaced by
AbstractTextField.addTextChangeListener(TextChangeListener)
- addListener(ItemClickEvent.ItemClickListener) - Method in interface com.vaadin.event.ItemClickEvent.ItemClickNotifier
-
Deprecated.As of 7.0, replaced by
ItemClickEvent.ItemClickNotifier.addItemClickListener(ItemClickListener)
- addListener(ItemClickEvent.ItemClickListener) - Method in class com.vaadin.ui.Grid
-
Deprecated.
- addListener(ItemClickEvent.ItemClickListener) - Method in class com.vaadin.ui.Table
-
Deprecated.As of 7.0, replaced by
Table.addItemClickListener(ItemClickListener)
- addListener(ItemClickEvent.ItemClickListener) - Method in class com.vaadin.ui.Tree
-
Deprecated.As of 7.0, replaced by
Tree.addItemClickListener(ItemClickListener)
- addListener(LayoutEvents.LayoutClickListener) - Method in interface com.vaadin.event.LayoutEvents.LayoutClickNotifier
-
Deprecated.As of 7.0, replaced by
LayoutEvents.LayoutClickNotifier.addLayoutClickListener(LayoutClickListener)
- addListener(LayoutEvents.LayoutClickListener) - Method in class com.vaadin.ui.AbsoluteLayout
-
Deprecated.As of 7.0, replaced by
AbsoluteLayout.addLayoutClickListener(LayoutClickListener)
- addListener(LayoutEvents.LayoutClickListener) - Method in class com.vaadin.ui.AbstractOrderedLayout
-
Deprecated.As of 7.0, replaced by
AbstractOrderedLayout.addLayoutClickListener(LayoutClickListener)
- addListener(LayoutEvents.LayoutClickListener) - Method in class com.vaadin.ui.CssLayout
-
Deprecated.As of 7.0, replaced by
CssLayout.addLayoutClickListener(LayoutClickListener)
- addListener(LayoutEvents.LayoutClickListener) - Method in class com.vaadin.ui.GridLayout
-
Deprecated.As of 7.0, replaced by
GridLayout.addLayoutClickListener(LayoutClickListener)
- addListener(MouseEvents.ClickListener) - Method in class com.vaadin.ui.Embedded
-
Deprecated.As of 7.0, replaced by
Embedded.addClickListener(ClickListener)
- addListener(MouseEvents.ClickListener) - Method in class com.vaadin.ui.Image
-
Deprecated.As of 7.0, use
Image.addClickListener(ClickListener)
instead - addListener(MouseEvents.ClickListener) - Method in class com.vaadin.ui.Panel
-
Deprecated.As of 7.0, replaced by
Panel.addClickListener(ClickListener)
- addListener(MouseEvents.ClickListener) - Method in class com.vaadin.ui.UI
-
Deprecated.As of 7.0, replaced by
UI.addClickListener(ClickListener)
- addListener(Page.BrowserWindowResizeListener) - Method in class com.vaadin.server.Page
-
Deprecated.As of 7.0, replaced by
Page.addBrowserWindowResizeListener(BrowserWindowResizeListener)
- addListener(Page.BrowserWindowResizeListener) - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.As of 7.0, use the similarly named api in Page instead
- addListener(Page.UriFragmentChangedListener) - Method in class com.vaadin.server.Page
-
Deprecated.As of 7.0, replaced by
Page.addUriFragmentChangedListener(UriFragmentChangedListener)
- addListener(AbstractSplitPanel.SplitterClickListener) - Method in class com.vaadin.ui.AbstractSplitPanel
-
Deprecated.As of 7.0, replaced by
AbstractSplitPanel.addSplitterClickListener(SplitterClickListener)
- addListener(Button.ClickListener) - Method in class com.vaadin.ui.Button
-
Deprecated.As of 7.0, replaced by
Button.addClickListener(ClickListener)
- 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(HasComponents.ComponentAttachListener) - Method in class com.vaadin.ui.AbstractComponentContainer
-
Deprecated.
- addListener(HasComponents.ComponentAttachListener) - Method in interface com.vaadin.ui.ComponentContainer
-
Deprecated.
- addListener(HasComponents.ComponentDetachListener) - Method in class com.vaadin.ui.AbstractComponentContainer
-
Deprecated.
- addListener(HasComponents.ComponentDetachListener) - Method in interface com.vaadin.ui.ComponentContainer
-
Deprecated.
- addListener(LoginForm.LoginListener) - Method in class com.vaadin.ui.LoginForm
-
Deprecated.As of 7.0, replaced by
LoginForm.addLoginListener(LoginListener)
- addListener(PopupView.PopupVisibilityListener) - Method in class com.vaadin.ui.PopupView
-
Deprecated.As of 7.0, replaced by
PopupView.addPopupVisibilityListener(PopupVisibilityListener)
- addListener(Table.ColumnReorderListener) - Method in class com.vaadin.ui.Table
-
Deprecated.As of 7.0, replaced by
Table.addColumnReorderListener(ColumnReorderListener)
- addListener(Table.ColumnResizeListener) - Method in class com.vaadin.ui.Table
-
Deprecated.As of 7.0, replaced by
Table.addColumnResizeListener(ColumnResizeListener)
- addListener(Table.FooterClickListener) - Method in class com.vaadin.ui.Table
-
Deprecated.As of 7.0, replaced by
Table.addFooterClickListener(FooterClickListener)
- addListener(Table.HeaderClickListener) - Method in class com.vaadin.ui.Table
-
Deprecated.As of 7.0, replaced by
Table.addHeaderClickListener(HeaderClickListener)
- addListener(TabSheet.SelectedTabChangeListener) - Method in class com.vaadin.ui.TabSheet
-
Deprecated.As of 7.0, replaced by
TabSheet.addSelectedTabChangeListener(SelectedTabChangeListener)
- addListener(Tree.CollapseListener) - Method in class com.vaadin.ui.Tree
-
Deprecated.As of 7.0, replaced by
Tree.addCollapseListener(CollapseListener)
- addListener(Tree.CollapseListener) - Method in class com.vaadin.ui.TreeTable
-
Deprecated.As of 7.0, replaced by
TreeTable.addCollapseListener(CollapseListener)
- addListener(Tree.ExpandListener) - Method in class com.vaadin.ui.Tree
-
Deprecated.As of 7.0, replaced by
Tree.addExpandListener(ExpandListener)
- addListener(Tree.ExpandListener) - Method in class com.vaadin.ui.TreeTable
-
Deprecated.As of 7.0, replaced by
TreeTable.addExpandListener(ExpandListener)
- addListener(Upload.FailedListener) - Method in class com.vaadin.ui.Upload
-
Deprecated.As of 7.0, replaced by
Upload.addFailedListener(FailedListener)
- addListener(Upload.FinishedListener) - Method in class com.vaadin.ui.Upload
-
Deprecated.As of 7.0, replaced by
Upload.addFinishedListener(FinishedListener)
- addListener(Upload.ProgressListener) - Method in class com.vaadin.ui.Upload
-
Deprecated.As of 7.0, replaced by
Upload.addProgressListener(ProgressListener)
- addListener(Upload.StartedListener) - Method in class com.vaadin.ui.Upload
-
Deprecated.As of 7.0, replaced by
Upload.addStartedListener(StartedListener)
- addListener(Upload.SucceededListener) - Method in class com.vaadin.ui.Upload
-
Deprecated.As of 7.0, replaced by
Upload.addSucceededListener(SucceededListener)
- addListener(Window.CloseListener) - Method in class com.vaadin.ui.Window
-
Deprecated.As of 7.0, replaced by
Window.addCloseListener(CloseListener)
- addListener(Window.ResizeListener) - Method in class com.vaadin.ui.Window
-
Deprecated.As of 7.0, replaced by
Window.addResizeListener(ResizeListener)
- addListener(Class<?>, Object, Method) - 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, 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.event.EventRouter
- 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(Class<?>, Object, String) - Method in class com.vaadin.server.AbstractClientConnector
-
Deprecated.As of 7.0. This method should be avoided. Use
AbstractClientConnector.addListener(Class, Object, Method)
orAbstractClientConnector.addListener(String, Class, Object, Method)
instead. - 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.
- addLocale(UIState.LocaleData) - Static method in class com.vaadin.client.LocaleService
- addLocale(Locale) - Method in class com.vaadin.server.LocaleService
-
Adds a locale to be sent to the client (browser) for date and time entry etc.
- addLocales(List<UIState.LocaleData>) - Static method in class com.vaadin.client.LocaleService
- addLoginListener(LoginForm.LoginListener) - Method in class com.vaadin.ui.LoginForm
-
Adds LoginListener to handle login logic
- addMarkedAsDirtyListener(MarkedAsDirtyListener) - Method in class com.vaadin.ui.ConnectorTracker
-
Adds a marked as dirty listener that will be called when a client connector is marked as dirty.
- addMethodInvocationToQueue(String, Method, Object[]) - Method in class com.vaadin.server.AbstractClientConnector
-
For internal use: adds a method invocation to the pending RPC call queue.
- addMouseDownHandler(MouseDownHandler) - Method in class com.vaadin.client.ui.VTabsheet.Tab
- addMouseMoveHandler(MouseMoveHandler) - Method in class com.vaadin.client.ui.calendar.schedule.SimpleDayCell
- addMoveHandler(WindowMoveHandler) - Method in class com.vaadin.client.ui.VWindow
-
Adds a Handler for when user moves the window.
- addNestedContainerBean(String) - Method in class com.vaadin.data.util.AbstractBeanContainer
-
Adds a nested container properties for all sub-properties of a named property to the container.
- addNestedContainerProperty(String) - Method in class com.vaadin.data.util.AbstractBeanContainer
-
Adds a nested container property for the container, e.g.
- addNestedProperty(String) - Method in class com.vaadin.data.util.BeanItem
-
Adds a nested property to the item.
- addNewItem(String) - Method in class com.vaadin.ui.AbstractSelect.DefaultNewItemHandler
- addNewItem(String) - Method in interface com.vaadin.ui.AbstractSelect.NewItemHandler
- addNextButton() - Method in class com.vaadin.client.ui.calendar.schedule.DayToolbar
- addNotifierForItem(Object) - Method in class com.vaadin.ui.AbstractSelect.CaptionChangeListener
- addOnloadHandler(Element, ResourceLoader.ResourceLoadListener, ResourceLoader.ResourceLoadEvent) - Static method in class com.vaadin.client.ResourceLoader
-
Adds an onload listener to the given element, which should be a link or a script tag.
- addOnStateChangeMethod(Class<?>, OnStateChangeMethod) - Method in class com.vaadin.client.metadata.TypeDataStore
-
Adds data about a method annotated with
OnStateChange
for the given connector type. - addOrderBy(OrderBy) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
-
Adds the given OrderBy to this container and refreshes the container contents with the new sorting rules.
- addOrMove(Widget, int) - Method in class com.vaadin.client.ui.VCssLayout
-
For internal use only.
- addOrMoveSlot(Slot, int) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
-
Deprecated.since 7.1.4, use
VAbstractOrderedLayout.addOrMoveSlot(Slot, int, boolean)
- addOrMoveSlot(Slot, int, boolean) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
-
Add or move a slot to another index.
- addPackagePrefix(String, String) - Method in class com.vaadin.ui.declarative.DesignContext
-
Creates a two-way mapping between a prefix and a package name.
- addParameterValue(Object) - Method in class com.vaadin.data.util.sqlcontainer.query.generator.StatementHelper
- addParameterValue(Object, Class<?>) - Method in class com.vaadin.data.util.sqlcontainer.query.generator.StatementHelper
- 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
- addPopupVisibilityListener(PopupView.PopupVisibilityListener) - Method in class com.vaadin.ui.PopupView
-
Add a listener that is called whenever the visibility of the popup is changed.
- addProfilerData(Profiler.Node, List<Profiler.Node>) - Method in interface com.vaadin.client.Profiler.ProfilerResultConsumer
- addProgressListener(Upload.ProgressListener) - Method in class com.vaadin.ui.Upload
-
Adds the upload progress event listener.
- addPropertySetChangeListener(Container.PropertySetChangeListener) - Method in interface com.vaadin.data.Container.PropertySetChangeNotifier
-
Registers a new Property set change listener for this Container.
- addPropertySetChangeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.data.util.AbstractBeanContainer
- addPropertySetChangeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.data.util.AbstractContainer
-
Implementation of the corresponding method in
Container.PropertySetChangeNotifier
, override with the corresponding public method and implement the interface to use this. - addPropertySetChangeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.data.util.ContainerHierarchicalWrapper
- addPropertySetChangeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.data.util.ContainerOrderedWrapper
- addPropertySetChangeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- addPropertySetChangeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.data.util.IndexedContainer
- addPropertySetChangeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.ui.AbstractSelect
-
Adds a new Property set change listener for this Container.
- addPropertySetChangeListener(Item.PropertySetChangeListener) - Method in interface com.vaadin.data.Item.PropertySetChangeNotifier
-
Registers a new property set change listener for this Item.
- addPropertySetChangeListener(Item.PropertySetChangeListener) - Method in class com.vaadin.data.util.PropertysetItem
-
Registers a new property set change listener for this Item.
- addProvider(ViewProvider) - Method in class com.vaadin.navigator.Navigator
-
Registers a view provider (factory).
- addReadOnlyStatusChangeListener(Property.ReadOnlyStatusChangeListener) - Method in interface com.vaadin.data.Property.ReadOnlyStatusChangeNotifier
-
Registers a new read-only status change listener for this Property.
- addReadOnlyStatusChangeListener(Property.ReadOnlyStatusChangeListener) - Method in class com.vaadin.data.util.AbstractProperty
-
Registers a new read-only status change listener for this Property.
- addReadOnlyStatusChangeListener(Property.ReadOnlyStatusChangeListener) - Method in class com.vaadin.ui.AbstractField
- addReference(SQLContainer, String, String) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
-
Adds a new reference to the given SQLContainer.
- addRegisteredEventListener(SharedState, String) - Static method in class com.vaadin.shared.ui.ComponentStateUtil
-
Adds an event listener id.
- addRequestHandler(RequestHandler) - Method in class com.vaadin.server.VaadinSession
-
Adds a request handler to this session.
- addResizeHandler(ResizeHandler) - Method in class com.vaadin.client.ui.VUI
- addResizeListener(Window.ResizeListener) - Method in class com.vaadin.ui.Window
-
Add a resize listener.
- addRoot(File) - Method in class com.vaadin.data.util.FilesystemContainer
-
Adds new root file directory.
- addRow(Object...) - Method in class com.vaadin.ui.Grid
-
Adds a row to the underlying container.
- addRowAt(int) - Method in class com.vaadin.client.widgets.Grid.StaticSection
-
Inserts a new row at the given position.
- addRowAt(int) - Method in class com.vaadin.ui.Grid.StaticSection
-
Inserts a new row at the given position.
- addRowHeightChangedHandler(RowHeightChangedHandler) - Method in class com.vaadin.client.widgets.Grid
- addRowIdChangeListener(QueryDelegate.RowIdChangeListener) - Method in interface com.vaadin.data.util.sqlcontainer.query.QueryDelegate.RowIdChangeNotifier
-
Adds a RowIdChangeListener for the object.
- addRowIdChangeListener(QueryDelegate.RowIdChangeListener) - Method in class com.vaadin.data.util.sqlcontainer.query.TableQuery
-
Adds RowIdChangeListener to this query
- addRowIdChangeListener(QueryDelegate.RowIdChangeListener) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
-
Adds a RowIdChangeListener to the QueryDelegate
- addRowVisibilityChangeHandler(RowVisibilityChangeHandler) - Method in class com.vaadin.client.widgets.Escalator
-
Adds an event handler that gets notified when the range of visible rows changes e.g.
- addRowVisibilityChangeHandler(RowVisibilityChangeHandler) - Method in class com.vaadin.client.widgets.Grid
- addScrollHandler(ScrollHandler) - Method in class com.vaadin.client.ui.FocusableScrollPanel
- addScrollHandler(ScrollHandler) - Method in class com.vaadin.client.ui.VUI
- addScrollHandler(ScrollHandler) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
-
Adds a scroll handler to the scrollbar bundle.
- addScrollHandler(ScrollHandler) - Method in class com.vaadin.client.widgets.Escalator
-
Adds a scroll handler to this escalator
- addScrollHandler(ScrollHandler) - Method in class com.vaadin.client.widgets.Grid
-
Adds a scroll handler to this grid
- addSection(Section) - Method in class com.vaadin.client.debug.internal.VDebugWindow
-
Adds the given
Section
as a tab in theVDebugWindow
UI. - addSection(String, String) - Method in class com.vaadin.server.JsonPaintTarget
-
Prints the single text section.
- addSection(String, String) - Method in interface com.vaadin.server.PaintTarget
-
Prints single XMLsection.
- addSelectAllHandler(SelectAllHandler<T>) - Method in class com.vaadin.client.widgets.Grid
-
Register a GWT event handler for a select all event.
- addSelectedTabChangeListener(TabSheet.SelectedTabChangeListener) - Method in class com.vaadin.ui.TabSheet
-
Adds a tab selection listener
- addSelectionHandler(SelectionHandler<T>) - Method in interface com.vaadin.client.widget.grid.selection.HasSelectionHandlers
-
Register a selection change handler.
- addSelectionHandler(SelectionHandler<T>) - Method in class com.vaadin.client.widgets.Grid
- addSelectionListener(SelectionEvent.SelectionListener) - Method in interface com.vaadin.event.SelectionEvent.SelectionNotifier
-
Registers a new selection listener
- addSelectionListener(SelectionEvent.SelectionListener) - Method in class com.vaadin.ui.Grid
- 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
- addShortcutListener(ShortcutListener) - Method in class com.vaadin.ui.AbstractComponent
- addSortHandler(SortHandler<T>) - Method in class com.vaadin.client.widgets.Grid
-
Register a GWT event handler for a sorting event.
- addSortListener(SortEvent.SortListener) - 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) - Method in class com.vaadin.ui.Grid
-
Adds a sort order change listener that gets notified when the sort order changes.
- addSource(Resource) - Method in class com.vaadin.ui.AbstractMedia
-
Adds an alternative media file to the sources list.
- addSource(String, String) - Method in class com.vaadin.client.ui.VMediaBase
- addSpacerVisibilityChangedHandler(SpacerVisibilityChangedHandler) - Method in class com.vaadin.client.widgets.Grid
-
Adds a spacer visibility changed handler to the underlying escalator.
- addSplitPositionChangeListener(AbstractSplitPanel.SplitPositionChangeListener) - Method in class com.vaadin.ui.AbstractSplitPanel
-
Register a listener to handle
AbstractSplitPanel.SplitPositionChangeEvent
s. - addSplitterClickListener(AbstractSplitPanel.SplitterClickListener) - Method in class com.vaadin.ui.AbstractSplitPanel
- addStartedListener(Upload.StartedListener) - Method in class com.vaadin.ui.Upload
-
Adds the upload started event listener.
- addStateChangeHandler(StateChangeEvent.StateChangeHandler) - Method in interface com.vaadin.client.ServerConnector
-
Adds a handler that is called whenever any part of the state has been updated by the server.
- addStateChangeHandler(StateChangeEvent.StateChangeHandler) - Method in class com.vaadin.client.ui.AbstractConnector
- addStateChangeHandler(String, StateChangeEvent.StateChangeHandler) - Method in interface com.vaadin.client.ServerConnector
-
Adds a handler that is called whenever the given part of the state has been updated by the server.
- addStateChangeHandler(String, StateChangeEvent.StateChangeHandler) - Method in class com.vaadin.client.ui.AbstractConnector
- addStreamVariable(String, String, StreamVariable) - Method in class com.vaadin.ui.ConnectorTracker
-
Adds a StreamVariable of the given name to the indicated connector.
- addStyleDependentName(String) - Method in class com.vaadin.client.ui.VWindow
- addStyleName(String) - Method in class com.vaadin.client.ui.dd.DragHandle
-
Adds CSS style name to the drag handle element.
- addStyleName(String) - Method in class com.vaadin.ui.AbstractComponent
- addStyleName(String) - Method in interface com.vaadin.ui.Component
-
Adds one or more style names to this component.
- addSucceededListener(Upload.SucceededListener) - Method in class com.vaadin.ui.Upload
-
Adds the upload success event listener.
- addTab(Component) - Method in class com.vaadin.ui.TabSheet
-
Adds a new tab into TabSheet.
- addTab(Component, int) - Method in class com.vaadin.ui.TabSheet
-
Adds a new tab into TabSheet.
- addTab(Component, String) - Method in class com.vaadin.ui.TabSheet
-
Adds a new tab into TabSheet.
- addTab(Component, String, Resource) - Method in class com.vaadin.ui.TabSheet
-
Adds a new tab into TabSheet.
- addTab(Component, String, Resource, int) - Method in class com.vaadin.ui.TabSheet
-
Adds a new tab into TabSheet.
- addTabKey(String, boolean) - Method in class com.vaadin.client.ui.VTabsheetBase
-
For internal use only.
- addText(String) - Method in class com.vaadin.server.JsonPaintTarget
-
Prints XML-escaped text.
- addText(String) - Method in interface com.vaadin.server.PaintTarget
-
Adds text node.
- addTextChangeListener(FieldEvents.TextChangeListener) - Method in interface com.vaadin.event.FieldEvents.TextChangeNotifier
- addTextChangeListener(FieldEvents.TextChangeListener) - Method in class com.vaadin.ui.AbstractTextField
- addTo(Element) - Method in class com.vaadin.client.ui.dd.DragHandle
-
Adds this drag handle to an HTML element.
- addTreeSpacer(UIDL) - Method in class com.vaadin.client.ui.VTreeTable.VTreeTableScrollBody.VTreeTableRow
- addUI(UI) - Method in class com.vaadin.server.VaadinSession
-
Adds an initialized UI to this session.
- addUIDL(String) - Method in class com.vaadin.server.JsonPaintTarget
-
Adds XML directly to UIDL.
- addUIDL(String) - Method in interface com.vaadin.server.PaintTarget
-
Adds UIDL directly.
- addUIProvider(UIProvider) - Method in class com.vaadin.server.VaadinSession
-
Adds a UI provider to this session.
- addUIProvider(UIProvider, int) - Method in class com.vaadin.server.VaadinSession
-
Adds a UI provider to this session with a persistent priority value.
- addUploadStreamVariable(VariableOwner, String) - Method in class com.vaadin.server.JsonPaintTarget
-
Adds a upload stream type variable.
- addUploadStreamVariable(VariableOwner, String) - Method in interface com.vaadin.server.PaintTarget
-
Adds a upload stream type variable.
- addUriFragmentChangedListener(Page.UriFragmentChangedListener) - Method in class com.vaadin.server.Page
-
Adds a listener that gets notified every time the URI fragment of this page is changed.
- addValidator(Validator) - Method in interface com.vaadin.data.Validatable
-
Adds a new validator for this object.
- addValidator(Validator) - Method in class com.vaadin.data.validator.CompositeValidator
-
Adds validator to the interface.
- addValidator(Validator) - Method in class com.vaadin.ui.AbstractField
-
Adds a new validator for the field's value.
- addValidator(Validator) - Method in class com.vaadin.ui.Form
-
Deprecated.Adding validators directly to form is not supported.
- addValueChangeHandler(ValueChangeHandler<Double>) - Method in class com.vaadin.client.ui.VSlider
- addValueChangeListener(Property.ValueChangeListener) - Method in interface com.vaadin.data.Property.ValueChangeNotifier
-
Registers a new value change listener for this Property.
- addValueChangeListener(Property.ValueChangeListener) - Method in class com.vaadin.data.util.AbstractProperty
- addValueChangeListener(Property.ValueChangeListener) - Method in class com.vaadin.data.util.IndexedContainer
- addValueChangeListener(Property.ValueChangeListener) - Method in class com.vaadin.ui.AbstractField
- addValueChangeListener(Property.ValueChangeListener) - Method in class com.vaadin.ui.Label
-
Adds the value change listener.
- addVariable(VariableOwner, String, boolean) - Method in class com.vaadin.server.JsonPaintTarget
- addVariable(VariableOwner, String, boolean) - Method in interface com.vaadin.server.PaintTarget
-
Adds a boolean type variable.
- addVariable(VariableOwner, String, double) - Method in class com.vaadin.server.JsonPaintTarget
- addVariable(VariableOwner, String, double) - Method in interface com.vaadin.server.PaintTarget
-
Adds a double type variable.
- addVariable(VariableOwner, String, float) - Method in class com.vaadin.server.JsonPaintTarget
- addVariable(VariableOwner, String, float) - Method in interface com.vaadin.server.PaintTarget
-
Adds a float type variable.
- addVariable(VariableOwner, String, int) - Method in class com.vaadin.server.JsonPaintTarget
- addVariable(VariableOwner, String, int) - Method in interface com.vaadin.server.PaintTarget
-
Adds a int type variable.
- addVariable(VariableOwner, String, long) - Method in class com.vaadin.server.JsonPaintTarget
- addVariable(VariableOwner, String, long) - Method in interface com.vaadin.server.PaintTarget
-
Adds a long type variable.
- addVariable(VariableOwner, String, StreamVariable) - Method in class com.vaadin.server.JsonPaintTarget
- addVariable(VariableOwner, String, StreamVariable) - Method in interface com.vaadin.server.PaintTarget
-
Adds details about
StreamVariable
to the UIDL stream. - addVariable(VariableOwner, String, Component) - Method in class com.vaadin.server.JsonPaintTarget
- addVariable(VariableOwner, String, Component) - Method in interface com.vaadin.server.PaintTarget
-
Adds a Component type variable.
- addVariable(VariableOwner, String, String) - Method in class com.vaadin.server.JsonPaintTarget
- addVariable(VariableOwner, String, String) - Method in interface com.vaadin.server.PaintTarget
-
Adds a string type variable.
- addVariable(VariableOwner, String, String[]) - Method in class com.vaadin.server.JsonPaintTarget
- addVariable(VariableOwner, String, String[]) - Method in interface com.vaadin.server.PaintTarget
-
Adds a string array type variable.
- addView(String, View) - Method in class com.vaadin.navigator.Navigator
-
Registers a static, pre-initialized view instance for a view name.
- addView(String, Class<? extends View>) - Method in class com.vaadin.navigator.Navigator
-
Registers a view class for a view name.
- addViewChangeListener(ViewChangeListener) - Method in class com.vaadin.navigator.Navigator
-
Listen to changes of the active view.
- addVisibilityChangeHandler(VisibilityChangeHandler) - Method in class com.vaadin.client.ui.VPopupView
- addVisibilityHandler(ScrollbarBundle.VisibilityHandler) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
-
Adds handler for the scrollbar handle visibility.
- addWeek(int, int) - Method in class com.vaadin.client.ui.calendar.schedule.SimpleWeekToolbar
- 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.
- addWindowOrderHandler(WindowOrderHandler) - Static method in class com.vaadin.client.ui.VWindow
-
Adds a Handler for window order change event.
- addXMLSection(String, String, String) - Method in class com.vaadin.server.JsonPaintTarget
-
Adds XML section with namespace.
- addXMLSection(String, String, String) - Method in interface com.vaadin.server.PaintTarget
-
Prints single XML section.
- addXsrfHeaderFromCookie(RequestBuilder) - Static method in class com.vaadin.client.communication.XhrConnection
- ADJUST - com.vaadin.server.FontAwesome
- ADN - com.vaadin.server.FontAwesome
- afterViewChange(ViewChangeListener.ViewChangeEvent) - Method in interface com.vaadin.navigator.ViewChangeListener
-
Invoked after the view is changed.
- alert(String) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.alert(String)
instead. - alert(String) - Static method in class com.vaadin.client.WidgetUtil
- ALERT - com.vaadin.shared.ui.ui.NotificationRole
- ALERTDIALOG - com.vaadin.shared.ui.window.WindowRole
- ALIGN_CENTER - com.vaadin.server.FontAwesome
- ALIGN_CENTER - Static variable in class com.vaadin.client.ui.VScrollTable
- ALIGN_CENTER - Static variable in class com.vaadin.ui.Table
-
Deprecated.As of 7.0, use
Table.Align.CENTER
instead - ALIGN_JUSTIFY - com.vaadin.server.FontAwesome
- ALIGN_LEFT - com.vaadin.server.FontAwesome
- ALIGN_LEFT - Static variable in class com.vaadin.client.ui.VScrollTable
- ALIGN_LEFT - Static variable in class com.vaadin.ui.Table
-
Deprecated.As of 7.0, use
Table.Align.LEFT
instead - ALIGN_RIGHT - com.vaadin.server.FontAwesome
- ALIGN_RIGHT - Static variable in class com.vaadin.client.ui.VScrollTable
- ALIGN_RIGHT - Static variable in class com.vaadin.ui.Table
-
Deprecated.As of 7.0, use
Table.Align.RIGHT
instead - alignment - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState.ChildComponentData
- Alignment - Class in com.vaadin.ui
-
Class containing information about alignment of a component.
- Alignment(int) - Constructor for class com.vaadin.ui.Alignment
- ALIGNMENT_BOTTOM - Static variable in class com.vaadin.shared.ui.AlignmentInfo.Bits
- ALIGNMENT_DEFAULT - Static variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState
- ALIGNMENT_DEFAULT - Static variable in class com.vaadin.ui.AbstractOrderedLayout
- ALIGNMENT_HORIZONTAL_CENTER - Static variable in class com.vaadin.shared.ui.AlignmentInfo.Bits
- ALIGNMENT_LEFT - Static variable in class com.vaadin.shared.ui.AlignmentInfo.Bits
- ALIGNMENT_RIGHT - Static variable in class com.vaadin.shared.ui.AlignmentInfo.Bits
- ALIGNMENT_TOP - Static variable in class com.vaadin.shared.ui.AlignmentInfo.Bits
- ALIGNMENT_VERTICAL_CENTER - Static variable in class com.vaadin.shared.ui.AlignmentInfo.Bits
- alignmentBitmask - Variable in class com.vaadin.shared.ui.orderedlayout.AbstractOrderedLayoutState.ChildComponentData
- AlignmentInfo - Class in com.vaadin.shared.ui
- AlignmentInfo(int) - Constructor for class com.vaadin.shared.ui.AlignmentInfo
- AlignmentInfo(AlignmentInfo, AlignmentInfo) - Constructor for class com.vaadin.shared.ui.AlignmentInfo
- AlignmentInfo.Bits - Class in com.vaadin.shared.ui
-
Bitmask values for client server communication
- ALL - Static variable in class com.vaadin.ui.AbstractSelect.AcceptItem
-
A simple accept criterion which ensures that
Transferable
contains anItem
(or actually its identifier). - ALL_COLUMNS - com.vaadin.shared.ui.table.CollapseMenuContent
-
All columns are shown in the collapse menu.
- ALL_DAY_PROPERTY - Static variable in class com.vaadin.ui.components.calendar.ContainerEventProvider
- allDay - Variable in class com.vaadin.shared.ui.calendar.CalendarState.Event
- allowNewItem - Variable in class com.vaadin.client.ui.VFilterSelect
-
For internal use only.
- allowServePrecompressedResource(HttpServletRequest, String) - Method in class com.vaadin.server.VaadinServlet
-
Returns whether this servlet should attempt to serve a precompressed version of the given static resource.
- allSelected - Variable in class com.vaadin.shared.ui.grid.selection.MultiSelectionModelState
- ALT - Static variable in interface com.vaadin.event.ShortcutAction.ModifierKey
- altElement - Variable in class com.vaadin.client.ui.VBrowserFrame
- ALTERNATE_TEXT - Static variable in class com.vaadin.shared.ui.embedded.EmbeddedConstants
-
Deprecated.
- alternateText - Variable in class com.vaadin.shared.ui.AbstractEmbeddedState
- altText - Variable in class com.vaadin.client.ui.VBrowserFrame
- altText - Variable in class com.vaadin.client.ui.VFlash
-
Deprecated.
- altText - Variable in class com.vaadin.shared.ui.AbstractMediaState
- alwaysRecalculateColumnWidths - Variable in class com.vaadin.ui.Table
- alwaysUseXhrForServerRequests - Variable in class com.vaadin.shared.ui.ui.UIState.PushConfigurationState
- am - Variable in class com.vaadin.shared.ui.ui.UIState.LocaleData
- AMAZON - com.vaadin.server.FontAwesome
- AMBULANCE - com.vaadin.server.FontAwesome
- ANALYZE - com.vaadin.client.debug.internal.Icon
- analyzeLayouts() - Method in class com.vaadin.client.ApplicationConnection
-
Deprecated.as of 7.1. Replaced by
UIConnector.analyzeLayouts()
- analyzeLayouts() - Method in class com.vaadin.client.ui.ui.UIConnector
-
Invokes the layout analyzer on the server
- analyzeLayouts() - Method in interface com.vaadin.shared.ui.ui.DebugWindowServerRpc
-
Invokes the layout analyzer on the server
- AnalyzeLayoutsPanel - Class in com.vaadin.client.debug.internal
-
Analyze layouts view panel of the debug window.
- AnalyzeLayoutsPanel() - Constructor for class com.vaadin.client.debug.internal.AnalyzeLayoutsPanel
- anchor - Variable in class com.vaadin.client.ui.VLink
-
For internal use only.
- ANCHOR - com.vaadin.server.FontAwesome
- And - Class in com.vaadin.data.util.filter
-
A compound
Container.Filter
that accepts an item if all of its filters accept the item. - And - Class in com.vaadin.event.dd.acceptcriteria
-
A compound criterion that accepts the drag if all of its criteria accepts the drag.
- And(Container.Filter...) - Constructor for class com.vaadin.data.util.filter.And
- And(ClientSideCriterion...) - Constructor for class com.vaadin.event.dd.acceptcriteria.And
- AND - com.vaadin.data.validator.CompositeValidator.CombinationMode
-
The validators are combined with
AND
clause: validity of the composite implies validity of the all validators it is composed of must be valid. - ANDROID - com.vaadin.server.FontAwesome
- ANDROID - com.vaadin.shared.VBrowserDetails.OperatingSystem
- AndTranslator - Class in com.vaadin.data.util.sqlcontainer.query.generator.filter
- AndTranslator() - Constructor for class com.vaadin.data.util.sqlcontainer.query.generator.filter.AndTranslator
- ANGELLIST - com.vaadin.server.FontAwesome
- ANGLE_DOUBLE_DOWN - com.vaadin.server.FontAwesome
- ANGLE_DOUBLE_LEFT - com.vaadin.server.FontAwesome
- ANGLE_DOUBLE_RIGHT - com.vaadin.server.FontAwesome
- ANGLE_DOUBLE_UP - com.vaadin.server.FontAwesome
- ANGLE_DOWN - com.vaadin.server.FontAwesome
- ANGLE_LEFT - com.vaadin.server.FontAwesome
- ANGLE_RIGHT - com.vaadin.server.FontAwesome
- ANGLE_UP - com.vaadin.server.FontAwesome
- ANIMATED - com.vaadin.shared.ui.grid.ColumnResizeMode
-
When column resize mode is set to Animated, columns are resized as they are dragged.
- animationsEnabled - Variable in class com.vaadin.client.ui.VTreeTable
-
For internal use only.
- AnimationUtil - Class in com.vaadin.client
-
Utility methods for working with CSS transitions and animations.
- AnimationUtil() - Constructor for class com.vaadin.client.AnimationUtil
- AnimationUtil.AnimationEndListener - Interface in com.vaadin.client
-
For internal use only.
- ANY - com.vaadin.shared.ui.grid.ScrollDestination
-
Scroll as little as possible to show the target element.
- anyField(Class<?>) - Method in class com.vaadin.data.fieldgroup.DefaultFieldGroupFieldFactory
- anySelect(Class<? extends Field>) - Method in class com.vaadin.data.fieldgroup.DefaultFieldGroupFieldFactory
- APP - com.vaadin.server.VaadinServlet.RequestType
-
Deprecated.
- APP_PATH - Static variable in class com.vaadin.shared.ApplicationConstants
- APP_PROTOCOL_PREFIX - Static variable in class com.vaadin.shared.ApplicationConstants
- append(Reader) - Method in class com.vaadin.server.communication.AtmospherePushConnection.FragmentedMessage
-
Appends all the data from the given Reader to this message and returns whether the message was completed.
- appendFooterRow() - Method in class com.vaadin.client.widgets.Grid
-
Adds a new row at the bottom of the footer section.
- appendFooterRow() - Method in class com.vaadin.ui.Grid
-
Adds a new row at the bottom of the footer section.
- appendHeaderRow() - Method in class com.vaadin.client.widgets.Grid
-
Adds a new row at the bottom of the header section.
- appendHeaderRow() - Method in class com.vaadin.ui.Grid
-
Adds a new row at the bottom of the header section.
- appendMainScriptTagContents(BootstrapHandler.BootstrapContext, StringBuilder) - Method in class com.vaadin.server.BootstrapHandler
-
Deprecated.
- appendRow() - Method in class com.vaadin.client.widgets.Grid.StaticSection
-
Adds a new row at the bottom of this section.
- appendRow() - Method in class com.vaadin.ui.Grid.StaticSection
-
Adds a new row at the bottom of this section.
- APPLE - com.vaadin.server.FontAwesome
- ApplicationConfiguration - Class in com.vaadin.client
- ApplicationConfiguration() - Constructor for class com.vaadin.client.ApplicationConfiguration
- ApplicationConfiguration.ErrorMessage - Class in com.vaadin.client
-
Wraps a native javascript object containing fields for an error message
- ApplicationConnection - Class in com.vaadin.client
-
This is the client side communication "engine", managing client-server communication with its server side counterpart com.vaadin.server.VaadinService.
- ApplicationConnection() - Constructor for class com.vaadin.client.ApplicationConnection
- ApplicationConnection.ApplicationConnectionEvent - Class in com.vaadin.client
- ApplicationConnection.ApplicationState - Enum in com.vaadin.client
- ApplicationConnection.ApplicationStoppedEvent - Class in com.vaadin.client
-
Event triggered when a application is stopped by calling {@link ApplicationConnection#setApplicationRunning(false)}.
- ApplicationConnection.ApplicationStoppedHandler - Interface in com.vaadin.client
-
A listener for listening to application stopped events.
- ApplicationConnection.CommunicationErrorHandler - Interface in com.vaadin.client
-
Allows custom handling of communication errors.
- ApplicationConnection.CommunicationHandler - Interface in com.vaadin.client
-
The communication handler methods are called at certain points during communication with the server.
- ApplicationConnection.MultiStepDuration - Class in com.vaadin.client
- ApplicationConnection.RequestStartingEvent - Class in com.vaadin.client
- ApplicationConnection.ResponseHandlingEndedEvent - Class in com.vaadin.client
- ApplicationConnection.ResponseHandlingStartedEvent - Class in com.vaadin.client
- ApplicationConnectionEvent(ApplicationConnection) - Constructor for class com.vaadin.client.ApplicationConnection.ApplicationConnectionEvent
- ApplicationConstants - Class in com.vaadin.shared
- ApplicationConstants() - Constructor for class com.vaadin.shared.ApplicationConstants
- ApplicationStoppedEvent() - Constructor for class com.vaadin.client.ApplicationConnection.ApplicationStoppedEvent
- appliesToProperty(Object) - Method in interface com.vaadin.data.Container.Filter
-
Check if a change in the value of a property can affect the filtering result.
- appliesToProperty(Object) - Method in class com.vaadin.data.util.filter.AbstractJunctionFilter
-
Returns true if a change in the named property may affect the filtering result.
- appliesToProperty(Object) - Method in class com.vaadin.data.util.filter.Between
- appliesToProperty(Object) - Method in class com.vaadin.data.util.filter.Compare
- appliesToProperty(Object) - Method in class com.vaadin.data.util.filter.IsNull
- appliesToProperty(Object) - Method in class com.vaadin.data.util.filter.Like
- appliesToProperty(Object) - Method in class com.vaadin.data.util.filter.Not
-
Returns true if a change in the named property may affect the filtering result.
- appliesToProperty(Object) - Method in class com.vaadin.data.util.filter.Or
-
Returns true if a change in the named property may affect the filtering result.
- appliesToProperty(Object) - Method in class com.vaadin.data.util.filter.SimpleStringFilter
- applyInvocation(ClientConnector, ServerRpcMethodInvocation) - Static method in class com.vaadin.server.ServerRpcManager
-
Invoke a method in a server side RPC target class.
- applyInvocation(ServerRpcMethodInvocation) - Method in class com.vaadin.server.ServerRpcManager
-
Invoke a method in a server side RPC target class.
- applyInvocation(MethodInvocation, ServerConnector) - Method in class com.vaadin.client.communication.RpcManager
-
Perform server to client RPC invocation.
- applyZeroWidthFix - Variable in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
- archive - Variable in class com.vaadin.client.ui.VFlash
-
Deprecated.
- archive - Variable in class com.vaadin.shared.ui.flash.FlashState
- ARCHIVE - com.vaadin.server.FontAwesome
- Area(GridLayoutState.ChildComponentData, Component) - Constructor for class com.vaadin.ui.GridLayout.Area
- Area(Component, int, int, int, int) - Constructor for class com.vaadin.ui.GridLayout.Area
-
Construct a new area on a grid.
- AREA_CHART - com.vaadin.server.FontAwesome
- areChildrenAllowed(Object) - Method in interface com.vaadin.data.Container.Hierarchical
-
Tests if the Item with given ID can have children.
- areChildrenAllowed(Object) - Method in class com.vaadin.data.util.ContainerHierarchicalWrapper
- areChildrenAllowed(Object) - Method in class com.vaadin.data.util.FilesystemContainer
-
Tests if the specified Item in the container may have children.
- areChildrenAllowed(Object) - Method in class com.vaadin.data.util.HierarchicalContainer
- areChildrenAllowed(Object) - Method in class com.vaadin.data.util.HierarchicalContainerOrderedWrapper
- areChildrenAllowed(Object) - Method in class com.vaadin.ui.Tree
-
Tests if the Item with given ID can have any children.
- areChildrenAllowed(Object) - Method in class com.vaadin.ui.TreeTable
- areDatesEqualToSecond(Date, Date) - Static method in class com.vaadin.client.ui.VCalendar
-
Are the dates equal (uses second resolution)
- areTabsHidden() - Method in class com.vaadin.ui.TabSheet
-
Deprecated.as of 7.5, use
TabSheet.isTabsVisible()
instead - AriaHelper - Class in com.vaadin.client.ui.aria
-
Helper class that helps to implement the WAI-ARIA functionality.
- AriaHelper() - Constructor for class com.vaadin.client.ui.aria.AriaHelper
- ARRAY - elemental.json.JsonType
- ArrayOf<T> - Interface in elemental.util
-
A lightweight array of homogeneous Object values.
- ArrayOfBoolean - Interface in elemental.util
-
A lightweight array of booleans.
- ArrayOfInt - Interface in elemental.util
-
A lightweight array of integers.
- ArrayOfNumber - Interface in elemental.util
-
A lightweight array of numbers.
- ArrayOfString - Interface in elemental.util
-
A lightweight array of Strings.
- ARROW_CIRCLE_DOWN - com.vaadin.server.FontAwesome
- ARROW_CIRCLE_LEFT - com.vaadin.server.FontAwesome
- ARROW_CIRCLE_O_DOWN - com.vaadin.server.FontAwesome
- ARROW_CIRCLE_O_LEFT - com.vaadin.server.FontAwesome
- ARROW_CIRCLE_O_RIGHT - com.vaadin.server.FontAwesome
- ARROW_CIRCLE_O_UP - com.vaadin.server.FontAwesome
- ARROW_CIRCLE_RIGHT - com.vaadin.server.FontAwesome
- ARROW_CIRCLE_UP - com.vaadin.server.FontAwesome
- ARROW_DOWN - com.vaadin.server.FontAwesome
- ARROW_DOWN - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- ARROW_LEFT - com.vaadin.server.FontAwesome
- ARROW_LEFT - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- ARROW_RIGHT - com.vaadin.server.FontAwesome
- ARROW_RIGHT - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- ARROW_UP - com.vaadin.server.FontAwesome
- ARROW_UP - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- ARROWS - com.vaadin.server.FontAwesome
- ARROWS_ALT - com.vaadin.server.FontAwesome
- ARROWS_H - com.vaadin.server.FontAwesome
- ARROWS_V - com.vaadin.server.FontAwesome
- asBoolean() - Method in class elemental.json.impl.JreJsonArray
- asBoolean() - Method in class elemental.json.impl.JreJsonBoolean
- asBoolean() - Method in class elemental.json.impl.JreJsonNull
- asBoolean() - Method in class elemental.json.impl.JreJsonNumber
- asBoolean() - Method in class elemental.json.impl.JreJsonObject
- asBoolean() - Method in class elemental.json.impl.JreJsonString
- asBoolean() - Method in interface elemental.json.JsonValue
-
Coerces underlying value to boolean according to the rules of Javascript coercion.
- ASCENDING - com.vaadin.shared.data.sort.SortDirection
-
Ascending (e.g.
- asList() - Method in class com.vaadin.client.widget.grid.datasources.ListDataSource
-
Gets the list that backs this datasource.
- asNumber() - Method in class elemental.json.impl.JreJsonArray
- asNumber() - Method in class elemental.json.impl.JreJsonBoolean
- asNumber() - Method in class elemental.json.impl.JreJsonNull
- asNumber() - Method in class elemental.json.impl.JreJsonNumber
- asNumber() - Method in class elemental.json.impl.JreJsonObject
- asNumber() - Method in class elemental.json.impl.JreJsonString
- asNumber() - Method in interface elemental.json.JsonValue
-
Coerces the underlying value to a number according to the rules of Javascript coercion.
- assertArgumentsAreValidAndWithinRange(int, int) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
- assignValue(Object, String, String) - Static method in class com.vaadin.ui.declarative.DesignAttributeHandler
-
Assigns the specified design attribute to the given component.
- ASSISTIVE - com.vaadin.shared.Position
-
Position that is only accessible for assistive devices, invisible for visual users.
- ASSISTIVE - Static variable in class com.vaadin.client.ui.VNotification
-
Position that is only accessible for assistive devices, invisible for visual users.
- ASSISTIVE_DEVICE_ONLY_STYLE - Static variable in class com.vaadin.client.ui.aria.AriaHelper
- ASSISTIVE_NOTIFICATION - com.vaadin.ui.Notification.Type
- assistivePostfix - Variable in class com.vaadin.shared.ui.window.WindowState
- assistivePrefix - Variable in class com.vaadin.shared.ui.window.WindowState
- assistiveTabStop - Variable in class com.vaadin.shared.ui.window.WindowState
- assistiveTabStopBottomText - Variable in class com.vaadin.shared.ui.window.WindowState
- assistiveTabStopTopText - Variable in class com.vaadin.shared.ui.window.WindowState
- asString() - Method in class elemental.json.impl.JreJsonArray
- asString() - Method in class elemental.json.impl.JreJsonBoolean
- asString() - Method in class elemental.json.impl.JreJsonNull
- asString() - Method in class elemental.json.impl.JreJsonNumber
- asString() - Method in class elemental.json.impl.JreJsonObject
- asString() - Method in class elemental.json.impl.JreJsonString
- asString() - Method in interface elemental.json.JsonValue
-
Coerces the underlying value to a String according to the rules of JavaScript coercion.
- ASTERISK - com.vaadin.server.FontAwesome
- AsyncBundleLoader - Class in com.vaadin.client.metadata
- AsyncBundleLoader(String, String[]) - Constructor for class com.vaadin.client.metadata.AsyncBundleLoader
- AsyncBundleLoader.State - Enum in com.vaadin.client.metadata
- at(String) - Method in interface elemental.util.Mappable
-
Gets the value at a given key.
- AT - com.vaadin.server.FontAwesome
- ATMOSPHERE_MISSING_ERROR - Static variable in interface com.vaadin.server.Constants
- AtmosphereConfiguration() - Constructor for class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereConfiguration
- AtmospherePushConnection - Class in com.vaadin.client.communication
-
The default
PushConnection
implementation that uses Atmosphere for handling the communication channel. - AtmospherePushConnection - Class in com.vaadin.server.communication
-
A
PushConnection
implementation using the Atmosphere push support that is by default included in Vaadin. - AtmospherePushConnection() - Constructor for class com.vaadin.client.communication.AtmospherePushConnection
- AtmospherePushConnection(UI) - Constructor for class com.vaadin.server.communication.AtmospherePushConnection
- AtmospherePushConnection.AbstractJSO - Class in com.vaadin.client.communication
- AtmospherePushConnection.AtmosphereConfiguration - Class in com.vaadin.client.communication
- AtmospherePushConnection.AtmosphereResponse - Class in com.vaadin.client.communication
- AtmospherePushConnection.FragmentedMessage - Class in com.vaadin.client.communication
-
Represents a message that should be sent as multiple fragments.
- AtmospherePushConnection.FragmentedMessage - Class in com.vaadin.server.communication
-
Represents a message that can arrive as multiple fragments.
- AtmospherePushConnection.State - Enum in com.vaadin.client.communication
- AtmospherePushConnection.State - Enum in com.vaadin.server.communication
- AtmosphereResponse() - Constructor for class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereResponse
- attach() - Method in class com.vaadin.server.AbstractClientConnector
- attach() - Method in class com.vaadin.server.BrowserWindowOpener
- attach() - Method in interface com.vaadin.server.ClientConnector
-
Notifies the connector that it is connected to a VaadinSession (and therefore also to a UI).
- attach() - Method in class com.vaadin.server.DragAndDropService
- attach() - Method in class com.vaadin.ui.AbstractComponent
- attach() - Method in class com.vaadin.ui.AbstractField
-
Notifies the component that it is connected to an application.
- attach() - Method in class com.vaadin.ui.AbstractSelect
-
Notifies the component that it is connected to an application.
- 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.Label
- attach() - Method in class com.vaadin.ui.LoginForm
- attach() - Method in class com.vaadin.ui.Table
-
Notifies the component that it is connected to an application.
- attach() - Method in class com.vaadin.ui.UI
-
Called after the UI is added to the session.
- attach(ClientConnector.AttachEvent) - Method in interface com.vaadin.server.ClientConnector.AttachListener
-
Called when a AttachListener is notified of a AttachEvent.
- ATTACH_EVENT_IDENTIFIER - Static variable in class com.vaadin.server.ClientConnector.AttachEvent
- attachCutEventListener(Element) - Method in class com.vaadin.client.ui.VTextField
-
For internal use only.
- AttachEvent(ClientConnector) - Constructor for class com.vaadin.server.ClientConnector.AttachEvent
- attachField(Object, Field) - Method in class com.vaadin.ui.Form
-
Deprecated.Adds the field to the form layout.
- attachMethod - Static variable in interface com.vaadin.server.ClientConnector.AttachListener
- attachMethod - Static variable in interface com.vaadin.ui.HasComponents.ComponentAttachListener
- ATTR_FIRSTDAYOFWEEK - Static variable in class com.vaadin.client.ui.VCalendar
- ATTR_FIRSTHOUROFDAY - Static variable in class com.vaadin.client.ui.VCalendar
- ATTR_INPUTPROMPT - Static variable in class com.vaadin.client.ui.VTextualDate
-
For internal use only.
- ATTR_INPUTPROMPT - Static variable in class com.vaadin.shared.ui.combobox.ComboBoxConstants
-
Deprecated.
- ATTR_LASTDAYOFWEEK - Static variable in class com.vaadin.client.ui.VCalendar
- ATTR_LASTHOUROFDAY - Static variable in class com.vaadin.client.ui.VCalendar
- ATTR_NO_TEXT_INPUT - Static variable in class com.vaadin.shared.ui.combobox.ComboBoxConstants
-
Deprecated.
- ATTR_NO_VALUE_CHANGE_BETWEEN_PAINTS - Static variable in class com.vaadin.shared.ui.textfield.TextFieldConstants
- ATTR_TEXTCHANGE_EVENTMODE - Static variable in class com.vaadin.shared.ui.textfield.TextFieldConstants
- ATTR_TEXTCHANGE_TIMEOUT - Static variable in class com.vaadin.shared.ui.textfield.TextFieldConstants
- ATTR_WEEK_NUMBERS - Static variable in class com.vaadin.shared.ui.datefield.DateFieldConstants
-
Deprecated.
- ATTRIBUTE_ACTION_CAPTION - Static variable in class com.vaadin.shared.ui.tree.TreeConstants
-
Deprecated.
- ATTRIBUTE_ACTION_ICON - Static variable in class com.vaadin.shared.ui.tree.TreeConstants
-
Deprecated.
- ATTRIBUTE_CHECKED - Static variable in class com.vaadin.shared.ui.menubar.MenuBarConstants
-
Deprecated.
- ATTRIBUTE_HIERARCHY_COLUMN_INDEX - Static variable in class com.vaadin.shared.ui.treetable.TreeTableConstants
-
Deprecated.
- ATTRIBUTE_HTML_ALLOWED - Static variable in class com.vaadin.shared.ui.tree.TreeConstants
-
Deprecated.
- ATTRIBUTE_ITEM_DESCRIPTION - Static variable in class com.vaadin.shared.ui.menubar.MenuBarConstants
-
Deprecated.
- ATTRIBUTE_ITEM_DISABLED - Static variable in class com.vaadin.shared.ui.menubar.MenuBarConstants
-
Deprecated.
- ATTRIBUTE_ITEM_ICON - Static variable in class com.vaadin.shared.ui.menubar.MenuBarConstants
-
Deprecated.
- ATTRIBUTE_ITEM_STYLE - Static variable in class com.vaadin.shared.ui.menubar.MenuBarConstants
-
Deprecated.
- ATTRIBUTE_KEY_MAPPER_RESET - Static variable in class com.vaadin.shared.ui.table.TableConstants
-
Deprecated.
- ATTRIBUTE_LEFT_CAPTION - Static variable in class com.vaadin.shared.ui.twincolselect.TwinColSelectConstants
-
Deprecated.
- ATTRIBUTE_NODE_CAPTION - Static variable in class com.vaadin.shared.ui.tree.TreeConstants
-
Deprecated.
- ATTRIBUTE_NODE_ICON - Static variable in class com.vaadin.shared.ui.tree.TreeConstants
-
Deprecated.
- ATTRIBUTE_NODE_ICON_ALT - Static variable in class com.vaadin.shared.ui.tree.TreeConstants
-
Deprecated.
- ATTRIBUTE_NODE_STYLE - Static variable in class com.vaadin.shared.ui.tree.TreeConstants
-
Deprecated.
- ATTRIBUTE_NOTIFICATION_CAPTION - Static variable in class com.vaadin.shared.ui.ui.UIConstants
-
Deprecated.
- ATTRIBUTE_NOTIFICATION_DELAY - Static variable in class com.vaadin.shared.ui.ui.UIConstants
-
Deprecated.
- ATTRIBUTE_NOTIFICATION_ICON - Static variable in class com.vaadin.shared.ui.ui.UIConstants
-
Deprecated.
- ATTRIBUTE_NOTIFICATION_MESSAGE - Static variable in class com.vaadin.shared.ui.ui.UIConstants
-
Deprecated.
- ATTRIBUTE_NOTIFICATION_POSITION - Static variable in class com.vaadin.shared.ui.ui.UIConstants
-
Deprecated.
- ATTRIBUTE_NOTIFICATION_STYLE - Static variable in class com.vaadin.shared.ui.ui.UIConstants
-
Deprecated.
- ATTRIBUTE_OPTION_DISABLED - Static variable in class com.vaadin.shared.ui.optiongroup.OptionGroupConstants
- ATTRIBUTE_PAGEBUFFER_FIRST - Static variable in class com.vaadin.shared.ui.table.TableConstants
-
Deprecated.
- ATTRIBUTE_PAGEBUFFER_LAST - Static variable in class com.vaadin.shared.ui.table.TableConstants
-
Deprecated.
- ATTRIBUTE_RIGHT_CAPTION - Static variable in class com.vaadin.shared.ui.twincolselect.TwinColSelectConstants
-
Deprecated.
- ATTRIBUTE_TAB_CAPTION - Static variable in class com.vaadin.shared.ui.tabsheet.TabsheetBaseConstants
-
Deprecated.
- ATTRIBUTE_TAB_DESCRIPTION - Static variable in class com.vaadin.shared.ui.tabsheet.TabsheetBaseConstants
-
Deprecated.
- ATTRIBUTE_TAB_DISABLED - Static variable in class com.vaadin.shared.ui.tabsheet.TabsheetBaseConstants
-
Deprecated.
- ATTRIBUTE_TAB_ERROR_MESSAGE - Static variable in class com.vaadin.shared.ui.tabsheet.TabsheetBaseConstants
-
Deprecated.
- ATTRIBUTE_TAB_ICON - Static variable in class com.vaadin.shared.ui.tabsheet.TabsheetBaseConstants
-
Deprecated.
- ATTRIBUTE_TAB_ICON_ALT - Static variable in class com.vaadin.shared.ui.tabsheet.TabsheetBaseConstants
-
Deprecated.
- Audio - Class in com.vaadin.ui
-
The Audio component translates into an HTML5 <audio> element and as such is only supported in browsers that support HTML5 media markup.
- Audio() - Constructor for class com.vaadin.ui.Audio
- Audio(String) - Constructor for class com.vaadin.ui.Audio
- Audio(String, Resource) - Constructor for class com.vaadin.ui.Audio
- AudioConnector - Class in com.vaadin.client.ui.audio
- AudioConnector() - Constructor for class com.vaadin.client.ui.audio.AudioConnector
- AudioState - Class in com.vaadin.shared.ui.audio
-
Shared state for the Audio component.
- AudioState() - Constructor for class com.vaadin.shared.ui.audio.AudioState
- authenticationErrorCaption - Variable in class com.vaadin.server.SystemMessages
- authenticationErrorMessage - Variable in class com.vaadin.server.SystemMessages
- authenticationErrorNotificationEnabled - Variable in class com.vaadin.server.SystemMessages
- authenticationErrorURL - Variable in class com.vaadin.server.SystemMessages
- AUTO - com.vaadin.shared.ui.PreloadMode
-
Indicates that the whole video/audio file could be downloaded, even if the user is not expected to use it.
- autodetectRowHeightLater() - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
- autodetectRowHeightNow() - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
- AutoGenerated - Annotation Type in com.vaadin.annotations
-
Marker annotation for automatically generated code elements.
- AUTOMATIC - com.vaadin.shared.communication.PushMode
-
Push is enabled.
- AUTOMOBILE - com.vaadin.server.FontAwesome
- autoplay - Variable in class com.vaadin.shared.ui.AbstractMediaState
- autoScaleVisibleHoursOfDay() - Method in class com.vaadin.ui.Calendar
-
Sets the displayed start and end time to fit all current events that were retrieved from the last call to getEvents().
- AutoScroller - Class in com.vaadin.client.widget.grid
-
A class for handling automatic scrolling vertically / horizontally in the Grid when the cursor is close enough the edge of the body of the grid, depending on the scroll direction chosen.
- AutoScroller(Grid<?>) - Constructor for class com.vaadin.client.widget.grid.AutoScroller
-
Creates a new instance for scrolling the given grid.
- AutoScroller.AutoScrollerCallback - Interface in com.vaadin.client.widget.grid
-
Callback that notifies when the cursor is on top of a new row or column because of the automatic scrolling.
- AutoScroller.ScrollAxis - Enum in com.vaadin.client.widget.grid
B
- B - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- backLabel - Variable in class com.vaadin.client.ui.calendar.schedule.DayToolbar
- BACKSPACE - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- backward() - Method in interface com.vaadin.client.ui.VCalendar.BackwardListener
-
Called when the calendar should move one view backward
- backward() - Method in interface com.vaadin.shared.ui.calendar.CalendarServerRpc
- backward(CalendarComponentEvents.BackwardEvent) - Method in interface com.vaadin.ui.components.calendar.CalendarComponentEvents.BackwardHandler
-
This method will be called when date range is moved backwards.
- backward(CalendarComponentEvents.BackwardEvent) - Method in class com.vaadin.ui.components.calendar.handler.BasicBackwardHandler
- BACKWARD - com.vaadin.server.FontAwesome
- BACKWARD - Static variable in class com.vaadin.shared.ui.calendar.CalendarEventId
- BackwardEvent(Calendar) - Constructor for class com.vaadin.ui.components.calendar.CalendarComponentEvents.BackwardEvent
-
BackwardEvent needs only the source source component.
- backwardMethod - Static variable in interface com.vaadin.ui.components.calendar.CalendarComponentEvents.BackwardHandler
-
Trigger method for the BackwardEvent.
- BALANCE_SCALE - com.vaadin.server.FontAwesome
- BAN - com.vaadin.server.FontAwesome
- BANK - com.vaadin.server.FontAwesome
- BAR_CHART - com.vaadin.server.FontAwesome
- BAR_CHART_O - com.vaadin.server.FontAwesome
- BARCODE - com.vaadin.server.FontAwesome
- BARS - com.vaadin.server.FontAwesome
- BaseItemAddEvent(Container, Object, int, int) - Constructor for class com.vaadin.data.util.AbstractInMemoryContainer.BaseItemAddEvent
- BaseItemRemoveEvent(Container, Object, int, int) - Constructor for class com.vaadin.data.util.AbstractInMemoryContainer.BaseItemRemoveEvent
- BaseItemSetChangeEvent(Container) - Constructor for class com.vaadin.data.util.AbstractContainer.BaseItemSetChangeEvent
- BasePropertySetChangeEvent(Container) - Constructor for class com.vaadin.data.util.AbstractContainer.BasePropertySetChangeEvent
- BaseTheme - Class in com.vaadin.ui.themes
-
The Base theme is the foundation for all Vaadin themes.
- BaseTheme() - Constructor for class com.vaadin.ui.themes.BaseTheme
- BasicBackwardHandler - Class in com.vaadin.ui.components.calendar.handler
-
Implements basic functionality needed to enable backwards navigation.
- BasicBackwardHandler() - Constructor for class com.vaadin.ui.components.calendar.handler.BasicBackwardHandler
- BasicDateClickHandler - Class in com.vaadin.ui.components.calendar.handler
-
Implements basic functionality needed to switch to day view when a single day is clicked.
- BasicDateClickHandler() - Constructor for class com.vaadin.ui.components.calendar.handler.BasicDateClickHandler
- BasicEvent - Class in com.vaadin.ui.components.calendar.event
-
Simple implementation of
CalendarEvent
. - BasicEvent() - Constructor for class com.vaadin.ui.components.calendar.event.BasicEvent
-
Default constructor
- BasicEvent(String, String, Date) - Constructor for class com.vaadin.ui.components.calendar.event.BasicEvent
-
Constructor for creating an event with the same start and end date
- BasicEvent(String, String, Date, Date) - Constructor for class com.vaadin.ui.components.calendar.event.BasicEvent
-
Constructor for creating an event with a start date and an end date.
- BasicEventMoveHandler - Class in com.vaadin.ui.components.calendar.handler
-
Implements basic functionality needed to enable moving events.
- BasicEventMoveHandler() - Constructor for class com.vaadin.ui.components.calendar.handler.BasicEventMoveHandler
- BasicEventProvider - Class in com.vaadin.ui.components.calendar.event
-
Simple implementation of
CalendarEventProvider
. - BasicEventProvider() - Constructor for class com.vaadin.ui.components.calendar.event.BasicEventProvider
- BasicEventResizeHandler - Class in com.vaadin.ui.components.calendar.handler
-
Implements basic functionality needed to enable event resizing.
- BasicEventResizeHandler() - Constructor for class com.vaadin.ui.components.calendar.handler.BasicEventResizeHandler
- BasicForwardHandler - Class in com.vaadin.ui.components.calendar.handler
-
Implements basic functionality needed to enable forward navigation.
- BasicForwardHandler() - Constructor for class com.vaadin.ui.components.calendar.handler.BasicForwardHandler
- BasicWeekClickHandler - Class in com.vaadin.ui.components.calendar.handler
-
Implements basic functionality needed to change to week view when a week number is clicked.
- BasicWeekClickHandler() - Constructor for class com.vaadin.ui.components.calendar.handler.BasicWeekClickHandler
- BATTERY_0 - com.vaadin.server.FontAwesome
- BATTERY_1 - com.vaadin.server.FontAwesome
- BATTERY_2 - com.vaadin.server.FontAwesome
- BATTERY_3 - com.vaadin.server.FontAwesome
- BATTERY_4 - com.vaadin.server.FontAwesome
- BATTERY_EMPTY - com.vaadin.server.FontAwesome
- BATTERY_FULL - com.vaadin.server.FontAwesome
- BATTERY_HALF - com.vaadin.server.FontAwesome
- BATTERY_QUARTER - com.vaadin.server.FontAwesome
- BATTERY_THREE_QUARTERS - com.vaadin.server.FontAwesome
- BeanContainer<IDTYPE,BEANTYPE> - Class in com.vaadin.data.util
-
An in-memory container for JavaBeans.
- BeanContainer(Class<? super BEANTYPE>) - Constructor for class com.vaadin.data.util.BeanContainer
- BeanFieldGroup<T> - Class in com.vaadin.data.fieldgroup
- BeanFieldGroup(Class<T>) - Constructor for class com.vaadin.data.fieldgroup.BeanFieldGroup
- BeanItem<BT> - Class in com.vaadin.data.util
-
A wrapper class for adding the Item interface to any Java Bean.
- BeanItem(BT) - Constructor for class com.vaadin.data.util.BeanItem
-
Creates a new instance of
BeanItem
and adds all properties of a Java Bean to it. - BeanItem(BT, Class<BT>) - Constructor for class com.vaadin.data.util.BeanItem
-
Creates a new instance of
BeanItem
and adds all properties of a Java Bean to it. - BeanItem(BT, String...) - Constructor for class com.vaadin.data.util.BeanItem
-
Creates a new instance of
BeanItem
and adds all listed properties of a Java Bean to it - in specified order. - BeanItem(BT, Collection<?>) - Constructor for class com.vaadin.data.util.BeanItem
-
Creates a new instance of
BeanItem
and adds all listed properties of a Java Bean to it - in specified order. - BeanItemContainer<BEANTYPE> - Class in com.vaadin.data.util
-
An in-memory container for JavaBeans.
- BeanItemContainer(Class<? super BEANTYPE>) - Constructor for class com.vaadin.data.util.BeanItemContainer
-
Constructs a
BeanItemContainer
for beans of the given type. - BeanItemContainer(Class<? super BEANTYPE>, Collection<? extends BEANTYPE>) - Constructor for class com.vaadin.data.util.BeanItemContainer
-
Constructs a
BeanItemContainer
and adds the given beans to it. - BeanItemContainer(Collection<? extends BEANTYPE>) - Constructor for class com.vaadin.data.util.BeanItemContainer
-
Deprecated.As of 6.5, use
BeanItemContainer(Class, Collection)
instead - BeanUtil - Class in com.vaadin.data.util
-
Utility class for Java Beans information access.
- BeanValidator - Class in com.vaadin.data.validator
-
Vaadin
Validator
using the JSR-303 (javax.validation) annotation-based bean validation. - BeanValidator(Class<?>, String) - Constructor for class com.vaadin.data.validator.BeanValidator
-
Creates a Vaadin
Validator
utilizing JSR-303 bean validation. - BeanValidator.SimpleContext - Class in com.vaadin.data.validator
-
Simple implementation of a message interpolator context that returns fixed values.
- BED - com.vaadin.server.FontAwesome
- BEER - com.vaadin.server.FontAwesome
- 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.communication.data.RpcDataProviderExtension
-
Called before the shared state and RPC invocations are sent to the client.
- beforeClientResponse(boolean) - Method in class com.vaadin.server.DragAndDropService
- 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.AbstractField
- beforeClientResponse(boolean) - Method in class com.vaadin.ui.AbstractTextField
- beforeClientResponse(boolean) - Method in class com.vaadin.ui.Calendar
- beforeClientResponse(boolean) - Method in class com.vaadin.ui.ColorPickerArea
- 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
- beforeClientResponse(boolean) - Method in class com.vaadin.ui.ProgressBar
- beforeClientResponse(boolean) - Method in class com.vaadin.ui.Table
- 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.
- beginTransaction() - Method in class com.vaadin.data.util.sqlcontainer.query.AbstractTransactionalQuery
-
Reserves a connection with auto-commit off if no transaction is in progress.
- beginTransaction() - Method in class com.vaadin.data.util.sqlcontainer.query.FreeformQuery
- beginTransaction() - Method in interface com.vaadin.data.util.sqlcontainer.query.QueryDelegate
-
Starts a new database transaction.
- beginTransaction() - Method in class com.vaadin.data.util.sqlcontainer.query.TableQuery
- BEHANCE - com.vaadin.server.FontAwesome
- BEHANCE_SQUARE - com.vaadin.server.FontAwesome
- BELL - com.vaadin.server.FontAwesome
- BELL_O - com.vaadin.server.FontAwesome
- BELL_SLASH - com.vaadin.server.FontAwesome
- BELL_SLASH_O - com.vaadin.server.FontAwesome
- between(int, int) - Static method in class com.vaadin.shared.ui.grid.Range
-
Creates a range between two integers.
- Between - Class in com.vaadin.data.util.filter
- Between(Object, Comparable<?>, Comparable<?>) - Constructor for class com.vaadin.data.util.filter.Between
- BetweenTranslator - Class in com.vaadin.data.util.sqlcontainer.query.generator.filter
- BetweenTranslator() - Constructor for class com.vaadin.data.util.sqlcontainer.query.generator.filter.BetweenTranslator
- bgColor - Variable in class com.vaadin.shared.ui.colorpicker.ColorPickerGradientState
- BICYCLE - com.vaadin.server.FontAwesome
- BigDecimalRangeValidator - Class in com.vaadin.data.validator
-
Validator for validating that an
BigDecimal
is inside a given range. - BigDecimalRangeValidator(String, BigDecimal, BigDecimal) - Constructor for class com.vaadin.data.validator.BigDecimalRangeValidator
-
Creates a validator for checking that an BigDecimal is within a given range.
- BigIntegerRangeValidator - Class in com.vaadin.data.validator
-
Validator for validating that an
BigInteger
is inside a given range. - BigIntegerRangeValidator(String, BigInteger, BigInteger) - Constructor for class com.vaadin.data.validator.BigIntegerRangeValidator
-
Creates a validator for checking that an BigInteger is within a given range.
- bind(int) - Method in interface com.vaadin.shared.ui.grid.EditorClientRpc
-
Tells the client to open the editor and bind data to it.
- bind(int) - Method in interface com.vaadin.shared.ui.grid.EditorServerRpc
-
Asks the server to open the editor and bind data to it.
- bind(EditorHandler.EditorRequest<T>) - Method in interface com.vaadin.client.widget.grid.EditorHandler
-
Binds row data to the editor widgets.
- bind(Field<?>, Object) - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Binds the field with the given propertyId from the current item.
- bind(Field, Object) - Method in class com.vaadin.data.fieldgroup.BeanFieldGroup
- bindAriaCaption(Element) - Method in interface com.vaadin.client.ui.aria.HandlesAriaCaption
-
Called to bind the provided caption (label in HTML speak) element to the main input element of the Widget.
- bindAriaCaption(Element) - Method in class com.vaadin.client.ui.VFilterSelect
- bindAriaCaption(Element) - Method in class com.vaadin.client.ui.VPopupCalendar
- bindAriaCaption(Element) - Method in class com.vaadin.client.ui.VTextualDate
- bindAriaCaption(Element) - Method in class com.vaadin.client.ui.VTree
- bindCaption(Widget, Element) - Static method in class com.vaadin.client.ui.aria.AriaHelper
-
Binds a caption (label in HTML speak) to the form element as required by WAI-ARIA specification.
- BindException(String) - Constructor for exception com.vaadin.data.fieldgroup.FieldGroup.BindException
- BindException(String, Throwable) - Constructor for exception com.vaadin.data.fieldgroup.FieldGroup.BindException
- 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. - bindFields() - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Binds all fields to the properties in the item in use.
- bindFieldsBuffered(T, Object) - Static method in class com.vaadin.data.fieldgroup.BeanFieldGroup
-
Convenience method to bind Fields from a given "field container" to a given bean with buffering enabled.
- bindFieldsUnbuffered(T, Object) - Static method in class com.vaadin.data.fieldgroup.BeanFieldGroup
-
Convenience method to bind Fields from a given "field container" to a given bean with buffering disabled.
- BINDING - com.vaadin.client.widgets.Grid.Editor.State
- bindMemberFields(Object) - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Binds member fields found in the given object.
- bindPropertyToField(Object, Property, Field) - Method in class com.vaadin.ui.Form
-
Deprecated.Binds an item property to a field.
- bindPropertyToField(Object, Object, Property, Field) - Method in class com.vaadin.ui.Table
-
Binds an item property to a field generated by TableFieldFactory.
- BINOCULARS - com.vaadin.server.FontAwesome
- BIRTHDAY_CAKE - com.vaadin.server.FontAwesome
- BITBUCKET - com.vaadin.server.FontAwesome
- BITBUCKET_SQUARE - com.vaadin.server.FontAwesome
- BITCOIN - com.vaadin.server.FontAwesome
- Bits() - Constructor for class com.vaadin.shared.ui.AlignmentInfo.Bits
- black() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- BLACK - Static variable in class com.vaadin.shared.ui.colorpicker.Color
- BLACK_TIE - com.vaadin.server.FontAwesome
- blue() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- BLUE - Static variable in class com.vaadin.shared.ui.colorpicker.Color
- BLUETOOTH - com.vaadin.server.FontAwesome
- BLUETOOTH_B - com.vaadin.server.FontAwesome
- blur() - Method in class com.vaadin.client.ui.VTabsheet
- blur() - Method in class com.vaadin.client.ui.VTabsheet.Tab
- blur() - Method in class com.vaadin.event.FieldEvents.FocusAndBlurServerRpcImpl
- blur() - Method in interface com.vaadin.shared.communication.FieldRpc.BlurServerRpc
- blur(FieldEvents.BlurEvent) - Method in interface com.vaadin.event.FieldEvents.BlurListener
-
Component has been blurred
- BLUR - Static variable in interface com.vaadin.shared.EventId
- BlurEvent(Component) - Constructor for class com.vaadin.event.FieldEvents.BlurEvent
- blurHandlers - Variable in class com.vaadin.client.ui.VOptionGroup
-
For internal use only.
- blurMethod - Static variable in interface com.vaadin.event.FieldEvents.BlurListener
- body - Variable in class com.vaadin.client.ui.VTree
-
For internal use only.
- BODY - com.vaadin.shared.ui.grid.GridConstants.Section
- BODY - com.vaadin.shared.ui.table.TableConstants.Section
- bodyActionKeys - Variable in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- bodyActionKeys - Variable in class com.vaadin.client.ui.VTree
-
For internal use only.
- BodyClickHandler - Interface in com.vaadin.client.widget.grid.events
-
Handler for
GridClickEvent
s that happen in the body of the Grid. - BodyDoubleClickHandler - Interface in com.vaadin.client.widget.grid.events
-
Handler for
GridDoubleClickEvent
s that happen in the body of the Grid. - BodyKeyDownHandler - Interface in com.vaadin.client.widget.grid.events
-
Handler for
GridKeyDownEvent
s that happen when the focused cell is in the body of the Grid. - BodyKeyPressHandler - Interface in com.vaadin.client.widget.grid.events
-
Handler for
GridKeyPressEvent
s that happen when the focused cell is in the body of the Grid. - BodyKeyUpHandler - Interface in com.vaadin.client.widget.grid.events
-
Handler for
GridKeyUpEvent
s that happen when the focused cell is in the body of the Grid. - BodyUpdater() - Constructor for class com.vaadin.client.widgets.Grid.BodyUpdater
- bold() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
- bold() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- BOLD - com.vaadin.server.FontAwesome
- BOLT - com.vaadin.server.FontAwesome
- BOMB - com.vaadin.server.FontAwesome
- BOOK - com.vaadin.server.FontAwesome
- BOOKMARK - com.vaadin.server.FontAwesome
- BOOKMARK_O - com.vaadin.server.FontAwesome
- BOOLEAN - elemental.json.JsonType
- booleanValue() - Method in class com.vaadin.ui.CheckBox
-
Deprecated.As of 7.0, use
AbstractField.getValue()
instead and, if needed, handle null values. - BootstrapContext(VaadinResponse, BootstrapFragmentResponse) - Constructor for class com.vaadin.server.BootstrapHandler.BootstrapContext
-
Deprecated.
- 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.
- 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.
- BORDER_DEFAULT - Static variable in class com.vaadin.server.Page
-
Deprecated.As of 7.0, use
BorderStyle.DEFAULT
instead. - BORDER_MINIMAL - Static variable in class com.vaadin.server.Page
-
Deprecated.As of 7.0, use
BorderStyle.MINIMAL
instead. - BORDER_NONE - Static variable in class com.vaadin.server.Page
-
Deprecated.As of 7.0, use
BorderStyle.NONE
instead. - BORDER_STYLE_DEFAULT - Static variable in class com.vaadin.client.ui.VLink
-
Deprecated.
- BORDER_STYLE_MINIMAL - Static variable in class com.vaadin.client.ui.VLink
-
Deprecated.
- BORDER_STYLE_NONE - Static variable in class com.vaadin.client.ui.VLink
-
Deprecated.
- borderStyle - Variable in class com.vaadin.client.ui.VLink
-
For internal use only.
- BorderStyle - Enum in com.vaadin.shared.ui
-
Constants for border styles used on HTML elements.
- BOTTOM - com.vaadin.client.ui.orderedlayout.CaptionPosition
- BOTTOM - com.vaadin.shared.ui.dd.VerticalDropLocation
- BOTTOM - Static variable in class com.vaadin.shared.ui.AlignmentInfo
- BOTTOM - Static variable in class com.vaadin.ui.AbstractSelect.VerticalLocationIs
- BOTTOM_CENTER - com.vaadin.shared.Position
- BOTTOM_CENTER - Static variable in class com.vaadin.ui.Alignment
- BOTTOM_LEFT - com.vaadin.shared.Position
- BOTTOM_LEFT - Static variable in class com.vaadin.client.ui.VNotification
- BOTTOM_LEFT - Static variable in class com.vaadin.ui.Alignment
- BOTTOM_RIGHT - com.vaadin.shared.Position
- BOTTOM_RIGHT - Static variable in class com.vaadin.client.ui.VNotification
- BOTTOM_RIGHT - Static variable in class com.vaadin.ui.Alignment
- bottomDecoration - Variable in class com.vaadin.client.ui.VPanel
-
For internal use only.
- BRIEFCASE - com.vaadin.server.FontAwesome
- bringNotificationsToFront() - Static method in class com.vaadin.client.ui.VNotification
-
Moves currently visible notifications to the top of the event preview stack.
- bringToFront() - Method in class com.vaadin.client.ui.VWindow
- bringToFront() - Method in class com.vaadin.ui.Window
-
If there are currently several windows visible, calling this method makes this window topmost.
- bringToFrontSequence - Variable in class com.vaadin.client.ui.VWindow
-
For internal use only.
- browser - Variable in class com.vaadin.server.VaadinSession
- BROWSER_DETAILS - com.vaadin.server.VaadinServlet.RequestType
-
Deprecated.
- BROWSER_DETAILS_PARAMETER - Static variable in class com.vaadin.server.communication.UIInitHandler
- browserDebugger() - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.browserDebugger()
instead. - browserDebugger() - Static method in class com.vaadin.client.WidgetUtil
-
Helper method for debugging purposes.
- browserElement - Variable in class com.vaadin.client.ui.VEmbedded
-
For internal use only.
- BrowserFrame - Class in com.vaadin.ui
-
A component displaying an embedded web page.
- BrowserFrame() - Constructor for class com.vaadin.ui.BrowserFrame
-
Creates a new empty browser frame.
- BrowserFrame(String) - Constructor for class com.vaadin.ui.BrowserFrame
-
Creates a new empty browser frame with the given caption.
- BrowserFrame(String, Resource) - Constructor for class com.vaadin.ui.BrowserFrame
-
Creates a new browser frame with the given caption and content.
- BrowserFrameConnector - Class in com.vaadin.client.ui.browserframe
- BrowserFrameConnector() - Constructor for class com.vaadin.client.ui.browserframe.BrowserFrameConnector
- BrowserFrameState - Class in com.vaadin.shared.ui.browserframe
- BrowserFrameState() - Constructor for class com.vaadin.shared.ui.browserframe.BrowserFrameState
- BrowserInfo - Class in com.vaadin.client
-
Class used to query information about web browser.
- browserSupportsMaxLengthAttribute() - Method in class com.vaadin.client.ui.VTextArea
- BrowserWindowOpener - Class in com.vaadin.server
-
Component extension that opens a browser popup window when the extended component is clicked.
- BrowserWindowOpener(Resource) - Constructor for class com.vaadin.server.BrowserWindowOpener
-
Creates a window opener that will open window to the provided resource
- BrowserWindowOpener(Class<? extends UI>) - Constructor for class com.vaadin.server.BrowserWindowOpener
-
Creates a window opener that will open windows containing the provided UI class
- BrowserWindowOpener(Class<? extends UI>, String) - Constructor for class com.vaadin.server.BrowserWindowOpener
-
Creates a window opener that will open windows containing the provided UI using the provided path
- BrowserWindowOpener(String) - Constructor for class com.vaadin.server.BrowserWindowOpener
-
Creates a window opener that will open windows to the provided URL
- BrowserWindowOpenerConnector - Class in com.vaadin.client.extensions
-
Client-side code for
BrowserWindowOpener
- BrowserWindowOpenerConnector() - Constructor for class com.vaadin.client.extensions.BrowserWindowOpenerConnector
- BrowserWindowOpenerState - Class in com.vaadin.shared.ui
- BrowserWindowOpenerState() - Constructor for class com.vaadin.shared.ui.BrowserWindowOpenerState
- browserWindowResized(Page.BrowserWindowResizeEvent) - Method in interface com.vaadin.server.Page.BrowserWindowResizeListener
-
Invoked when the browser window containing a UI has been resized.
- BrowserWindowResizeEvent(Page, int, int) - Constructor for class com.vaadin.server.Page.BrowserWindowResizeEvent
-
Creates a new event
- BTC - com.vaadin.server.FontAwesome
- Buffered - Interface in com.vaadin.data
-
Defines the interface to commit and discard changes to an object, supporting buffering.
- Buffered.SourceException - Exception in com.vaadin.data
-
An exception that signals that one or more exceptions occurred while a buffered object tried to access its data source or if there is a problem in processing a data source.
- BufferedValidatable - Interface in com.vaadin.data
-
This interface defines the combination of
Validatable
andBuffered
interfaces. - BUG - com.vaadin.server.FontAwesome
- build() - Method in class com.vaadin.client.widget.grid.sort.Sort
-
Build a sort order list.
- build() - Method in class com.vaadin.data.sort.Sort
-
Build a sort order list, ready to be passed to Grid
- build(String, Class<?>, Class<T>) - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Creates a field based on the given data type.
- buildAndBind(Object) - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Builds a field and binds it to the given property id using the field binder.
- buildAndBind(String, Object) - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Builds a field using the given caption and binds it to the given property id using the field binder.
- buildAndBind(String, Object, Class<T>) - Method in class com.vaadin.data.fieldgroup.BeanFieldGroup
- buildAndBind(String, Object, Class<T>) - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Builds a field using the given caption and binds it to the given property id using the field binder.
- buildAndBindMemberFields(Object) - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Binds member fields found in the given object and builds member fields that have not been initialized.
- buildAndBindMemberFields(Object, boolean) - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Binds member fields found in the given object and optionally builds member fields that have not been initialized.
- buildBase() - Method in class com.vaadin.client.ui.VSlider
-
For internal use only.
- buildCaptionHtmlSnippet(UIDL) - Method in class com.vaadin.client.ui.VScrollTable
-
Helper function to build html snippet for column or row headers
- buildCaptionHtmlSnippet(UIDL) - Method in class com.vaadin.client.ui.VTreeTable
-
Icons rendered into first actual column in TreeTable, not to row header cell
- buildDate() - Method in class com.vaadin.client.ui.VPopupCalendar
-
For internal use only.
- buildDate() - Method in class com.vaadin.client.ui.VTextualDate
-
Updates the text field according to the current date (provided by
VDateField.getDate()
). - buildDate(boolean) - Method in class com.vaadin.client.ui.VPopupCalendar
-
Update the text field contents from the date.
- buildFilter(String, FilteringMode) - Method in class com.vaadin.ui.ComboBox
-
Constructs a filter instance to use when using a Filterable container in the
ITEM_CAPTION_MODE_PROPERTY
mode. - BUILDING - com.vaadin.server.FontAwesome
- BUILDING_O - com.vaadin.server.FontAwesome
- buildItemHTML(UIDL) - Method in class com.vaadin.client.ui.VMenuBar
-
Build the HTML content for a menu item.
- buildMouseEventDetails(NativeEvent) - Static method in class com.vaadin.client.MouseEventDetailsBuilder
-
Construct a
MouseEventDetails
object from the given event - buildMouseEventDetails(NativeEvent, Element) - Static method in class com.vaadin.client.MouseEventDetailsBuilder
-
Construct a
MouseEventDetails
object from the given event - buildOptions(UIDL) - Method in class com.vaadin.client.ui.VListSelect
- buildOptions(UIDL) - Method in class com.vaadin.client.ui.VNativeSelect
- buildOptions(UIDL) - Method in class com.vaadin.client.ui.VOptionGroup
- buildOptions(UIDL) - Method in class com.vaadin.client.ui.VOptionGroupBase
-
For internal use only.
- buildOptions(UIDL) - Method in class com.vaadin.client.ui.VTwinColSelect
- BULLHORN - com.vaadin.server.FontAwesome
- BULLSEYE - com.vaadin.server.FontAwesome
- BundleLoadCallback - Interface in com.vaadin.client.metadata
- BUS - com.vaadin.server.FontAwesome
- button - Variable in class com.vaadin.ui.Button.ClickShortcut
- Button - Class in com.vaadin.ui
-
A generic button component.
- Button() - Constructor for class com.vaadin.ui.Button
-
Creates a new push button.
- Button(Resource) - Constructor for class com.vaadin.ui.Button
-
Creates a new push button with the given icon.
- Button(String) - Constructor for class com.vaadin.ui.Button
-
Creates a new push button with the given caption.
- Button(String, Resource) - Constructor for class com.vaadin.ui.Button
-
Creates a new push button with the given caption and icon.
- Button(String, Button.ClickListener) - Constructor for class com.vaadin.ui.Button
-
Creates a new push button with a click listener.
- BUTTON_BIG - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Big button, use to get more attention for the button action
- BUTTON_BIG - Static variable in class com.vaadin.ui.themes.Runo
-
Big sized button, use to gather much attention for some particular action
- BUTTON_BORDERLESS - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Removes all graphics from the button, leaving only the caption and the icon visible.
- 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_DEFAULT - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Default action style for buttons (the button that gets activated when user presses 'enter' in a form).
- BUTTON_DEFAULT - Static variable in class com.vaadin.ui.themes.Reindeer
-
Default action style for buttons (the button that should get activated when the user presses 'enter' in a form).
- BUTTON_DEFAULT - Static variable in class com.vaadin.ui.themes.Runo
-
Default action style for buttons (the button that should get activated when the user presses 'enter' in a form).
- BUTTON_DOWN - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Makes the button look like it is pressed down.
- 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_ON_RIGHT - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Places the button icon on the right side of the caption.
- BUTTON_ICON_ON_TOP - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Places the button icon on top of the caption.
- BUTTON_ICON_ONLY - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Removes the button caption and only shows its icon
- 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
Button#LEFT
instead. - BUTTON_LEFT - Static variable in class com.vaadin.shared.MouseEventDetails
-
Deprecated.use
MouseEventDetails.MouseButton.LEFT
instead. - BUTTON_LINK - Static variable in class com.vaadin.ui.themes.BaseTheme
-
Creates a button that looks like a regular hypertext link but still acts like a normal button.
- 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
Button#MIDDLE
instead. - BUTTON_MIDDLE - Static variable in class com.vaadin.shared.MouseEventDetails
-
Deprecated.use
MouseEventDetails.MouseButton.MIDDLE
instead. - BUTTON_PRIMARY - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Primary action button (e.g.
- BUTTON_QUIET - Static variable in class com.vaadin.ui.themes.ValoTheme
-
"Quiet" button, which looks like
ValoTheme.BUTTON_BORDERLESS
until you hover over it with the mouse. - BUTTON_RIGHT - Static variable in class com.vaadin.event.MouseEvents.ClickEvent
-
Deprecated.As of 7.0, use
Button#RIGHT
instead. - BUTTON_RIGHT - Static variable in class com.vaadin.shared.MouseEventDetails
-
Deprecated.use
MouseEventDetails.MouseButton.RIGHT
instead. - BUTTON_SMALL - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Small sized button, use for context specific actions for example
- BUTTON_SMALL - Static variable in class com.vaadin.ui.themes.Reindeer
-
Small sized button, use for context specific actions for example
- BUTTON_SMALL - Static variable in class com.vaadin.ui.themes.Runo
-
Small sized button, use for context specific actions for example
- BUTTON_SMALL - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Small size button.
- BUTTON_TALL - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Adds more padding on the top and on the bottom of the button.
- BUTTON_TINY - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Tiny size button.
- BUTTON_WIDE - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Adds more padding on the sides of the button.
- Button.ClickEvent - Class in com.vaadin.ui
-
Click event.
- Button.ClickListener - Interface in com.vaadin.ui
-
Interface for listening for a
Button.ClickEvent
fired by aComponent
. - Button.ClickShortcut - Class in com.vaadin.ui
-
A
ShortcutListener
specifically made to define a keyboard shortcut that invokes a click on the given button. - buttonClick(Button.ClickEvent) - Method in interface com.vaadin.ui.Button.ClickListener
-
Called when a
Button
has been clicked. - buttonClick(Button.ClickEvent) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPopup
- ButtonConnector - Class in com.vaadin.client.ui.button
- ButtonConnector() - Constructor for class com.vaadin.client.ui.button.ButtonConnector
- ButtonRenderer - Class in com.vaadin.client.renderers
-
A Renderer that displays buttons with textual captions.
- ButtonRenderer - Class in com.vaadin.ui.renderers
-
A Renderer that displays a button with a textual caption.
- ButtonRenderer() - Constructor for class com.vaadin.client.renderers.ButtonRenderer
- ButtonRenderer() - Constructor for class com.vaadin.ui.renderers.ButtonRenderer
-
Creates a new button renderer.
- ButtonRenderer(ClickableRenderer.RendererClickListener) - Constructor for class com.vaadin.ui.renderers.ButtonRenderer
-
Creates a new button renderer and adds the given click listener to it.
- ButtonRenderer(ClickableRenderer.RendererClickListener, String) - Constructor for class com.vaadin.ui.renderers.ButtonRenderer
-
Creates a new button renderer and adds the given click listener to it.
- ButtonRenderer(String) - Constructor for class com.vaadin.ui.renderers.ButtonRenderer
-
Creates a new button renderer.
- ButtonRendererConnector - Class in com.vaadin.client.connectors
-
A connector for
ButtonRenderer
. - ButtonRendererConnector() - Constructor for class com.vaadin.client.connectors.ButtonRendererConnector
- buttonRpcProxy - Variable in class com.vaadin.client.ui.VNativeButton
-
For internal use only.
- ButtonServerRpc - Interface in com.vaadin.shared.ui.button
-
RPC interface for calls from client to server.
- ButtonState - Class in com.vaadin.shared.ui.button
-
Shared state for
Button
andNativeButton
. - ButtonState() - Constructor for class com.vaadin.shared.ui.button.ButtonState
- BUYSELLADS - com.vaadin.server.FontAwesome
- by(Grid.Column<?, ?>) - Static method in class com.vaadin.client.widget.grid.sort.Sort
-
Start building a Sort order by sorting a provided column in ascending order.
- by(Grid.Column<?, ?>, SortDirection) - Static method in class com.vaadin.client.widget.grid.sort.Sort
-
Start building a Sort order by sorting a provided column.
- by(Object) - Static method in class com.vaadin.data.sort.Sort
-
Start building a Sort order by sorting a provided column in ascending order.
- by(Object, SortDirection) - Static method in class com.vaadin.data.sort.Sort
-
Start building a Sort order by sorting a provided column.
- ByteRangeValidator - Class in com.vaadin.data.validator
-
Validator for validating that an
Byte
is inside a given range. - ByteRangeValidator(String, Byte, Byte) - Constructor for class com.vaadin.data.validator.ByteRangeValidator
-
Creates a validator for checking that an Byte is within a given range.
C
- C - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- CAB - com.vaadin.server.FontAwesome
- cache(Object) - Method in class com.vaadin.server.LegacyCommunicationManager.ClientCache
-
Deprecated.
- CACHE_RATIO - Static variable in class com.vaadin.data.util.sqlcontainer.SQLContainer
-
Number of items to cache = CACHE_RATIO x pageLength
- CACHED - com.vaadin.server.PaintTarget.PaintStatus
-
A previously unpainted or painted
Component
has been queued be created/update later in a separate change in the same set of changes. - CacheStrategy - Interface in com.vaadin.client.data
-
Determines what data an
AbstractRemoteDataSource
should fetch and keep cached. - CacheStrategy.AbstractBasicSymmetricalCacheStrategy - Class in com.vaadin.client.data
-
A helper class for creating a simple symmetric cache strategy that uses the same logic for both rows before and after the currently cached range.
- CacheStrategy.DefaultCacheStrategy - Class in com.vaadin.client.data
-
The default cache strategy used by
AbstractRemoteDataSource
, using multiples of the page size for determining the minimum and maximum number of items to keep in the cache. - CacheUpdateException(Table, String, Throwable[]) - Constructor for exception com.vaadin.ui.Table.CacheUpdateException
- calcFirstRowInViewPort() - Method in class com.vaadin.client.ui.VScrollTable
- calculate(int, int) - Method in interface com.vaadin.ui.AbstractColorPicker.Coordinates2Color
-
Calculate color from coordinates
- calculate(Color) - Method in interface com.vaadin.ui.AbstractColorPicker.Coordinates2Color
-
Calculate coordinates from color
- calculateMaxColWidth(int) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
-
Iterates through all the cells in a column and returns the width of the widest element in this RowContainer.
- calculateMaxIndent() - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody
-
This method exists for the needs of
VTreeTable
only. - calculateMaxIndent() - Method in class com.vaadin.client.ui.VTreeTable.VTreeTableScrollBody
- calculateTotalRowHeight() - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
-
Returns the height of all rows in the row container.
- CALCULATOR - com.vaadin.server.FontAwesome
- calendar - Variable in class com.vaadin.client.ui.VPopupCalendar
-
For internal use only.
- Calendar - Class in com.vaadin.ui
-
Vaadin Calendar is for visualizing events in a calendar.
- Calendar() - Constructor for class com.vaadin.ui.Calendar
-
Construct a Vaadin Calendar with a BasicEventProvider and no caption.
- Calendar(CalendarEventProvider) - Constructor for class com.vaadin.ui.Calendar
-
Construct a Vaadin Calendar with event provider.
- Calendar(String) - Constructor for class com.vaadin.ui.Calendar
-
Construct a Vaadin Calendar with a BasicEventProvider and the provided caption.
- Calendar(String, CalendarEventProvider) - Constructor for class com.vaadin.ui.Calendar
-
Construct a Vaadin Calendar with event provider and a caption.
- CALENDAR - com.vaadin.server.FontAwesome
- CALENDAR_CHECK_O - com.vaadin.server.FontAwesome
- CALENDAR_MINUS_O - com.vaadin.server.FontAwesome
- CALENDAR_O - com.vaadin.server.FontAwesome
- CALENDAR_PLUS_O - com.vaadin.server.FontAwesome
- CALENDAR_TIMES_O - com.vaadin.server.FontAwesome
- Calendar.TimeFormat - Enum in com.vaadin.ui
-
Calendar can use either 12 hours clock or 24 hours clock.
- CalendarClientRpc - Interface in com.vaadin.shared.ui.calendar
- CalendarComponentEvent - Class in com.vaadin.ui.components.calendar
-
All Calendar events extends this class.
- CalendarComponentEvent(Calendar) - Constructor for class com.vaadin.ui.components.calendar.CalendarComponentEvent
-
Set the source of the event
- CalendarComponentEvents - Interface in com.vaadin.ui.components.calendar
-
Interface for all Vaadin Calendar events.
- CalendarComponentEvents.BackwardEvent - Class in com.vaadin.ui.components.calendar
-
BackwardEvent is sent when backward navigation button is clicked.
- CalendarComponentEvents.BackwardHandler - Interface in com.vaadin.ui.components.calendar
-
BackwardHandler handles BackwardEvent.
- CalendarComponentEvents.CalendarEventNotifier - Interface in com.vaadin.ui.components.calendar
-
Notifier interface for notifying listener of calendar events
- CalendarComponentEvents.DateClickEvent - Class in com.vaadin.ui.components.calendar
-
DateClickEvent is sent when a date is clicked.
- CalendarComponentEvents.DateClickHandler - Interface in com.vaadin.ui.components.calendar
-
DateClickHandler handles DateClickEvent.
- CalendarComponentEvents.EventClick - Class in com.vaadin.ui.components.calendar
-
EventClick is sent when an event is clicked.
- CalendarComponentEvents.EventClickHandler - Interface in com.vaadin.ui.components.calendar
-
EventClickHandler handles EventClick.
- CalendarComponentEvents.EventMoveHandler - Interface in com.vaadin.ui.components.calendar
-
Handler interface for when events are being dragged on the calendar
- CalendarComponentEvents.EventMoveNotifier - Interface in com.vaadin.ui.components.calendar
-
Notifier interface for event drag & drops.
- CalendarComponentEvents.EventResize - Class in com.vaadin.ui.components.calendar
-
EventResize is sent when an event is resized
- CalendarComponentEvents.EventResizeHandler - Interface in com.vaadin.ui.components.calendar
-
Handler for EventResize event.
- CalendarComponentEvents.EventResizeNotifier - Interface in com.vaadin.ui.components.calendar
-
Notifier interface for event resizing.
- CalendarComponentEvents.ForwardEvent - Class in com.vaadin.ui.components.calendar
-
ForwardEvent is sent when forward navigation button is clicked.
- CalendarComponentEvents.ForwardHandler - Interface in com.vaadin.ui.components.calendar
-
ForwardHandler handles ForwardEvent.
- CalendarComponentEvents.MoveEvent - Class in com.vaadin.ui.components.calendar
-
MoveEvent is sent when existing event is dragged to a new position.
- CalendarComponentEvents.NavigationNotifier - Interface in com.vaadin.ui.components.calendar
-
Notifier interface for navigation listening.
- CalendarComponentEvents.RangeSelectEvent - Class in com.vaadin.ui.components.calendar
-
RangeSelectEvent is sent when day or time cells are drag-marked with mouse.
- CalendarComponentEvents.RangeSelectHandler - Interface in com.vaadin.ui.components.calendar
-
RangeSelectHandler handles RangeSelectEvent.
- CalendarComponentEvents.RangeSelectNotifier - Interface in com.vaadin.ui.components.calendar
-
Handler interface for day or time cell drag-marking with mouse.
- CalendarComponentEvents.WeekClick - Class in com.vaadin.ui.components.calendar
-
WeekClick is sent when week is clicked.
- CalendarComponentEvents.WeekClickHandler - Interface in com.vaadin.ui.components.calendar
-
WeekClickHandler handles WeekClicks.
- calendarConnector - Variable in class com.vaadin.client.ui.calendar.schedule.dd.CalendarDropHandler
- CalendarConnector - Class in com.vaadin.client.ui.calendar
-
Handles communication between Calendar on the server side and
VCalendar
on the client side. - CalendarConnector() - Constructor for class com.vaadin.client.ui.calendar.CalendarConnector
- CalendarDateRange - Class in com.vaadin.ui.components.calendar
-
Class for representing a date range.
- CalendarDateRange(Date, Date, TimeZone) - Constructor for class com.vaadin.ui.components.calendar.CalendarDateRange
-
Constructor
- CalendarDay - Class in com.vaadin.client.ui.calendar.schedule
-
Utility class used to represent a day when updating views.
- CalendarDay(String, String, int, int, int) - Constructor for class com.vaadin.client.ui.calendar.schedule.CalendarDay
- CalendarDropHandler - Class in com.vaadin.client.ui.calendar.schedule.dd
-
Abstract base class for calendar drop handlers.
- CalendarDropHandler(CalendarConnector) - Constructor for class com.vaadin.client.ui.calendar.schedule.dd.CalendarDropHandler
-
Constructor
- CalendarEditableEventProvider - Interface in com.vaadin.ui.components.calendar.event
-
An event provider which allows adding and removing events
- CalendarEntry - Class in com.vaadin.client.ui
- CalendarEntry(String, Date, Date, String, String) - Constructor for class com.vaadin.client.ui.CalendarEntry
- CalendarEntry(String, Date, Date, String, String, boolean) - Constructor for class com.vaadin.client.ui.CalendarEntry
- CalendarEvent - Class in com.vaadin.client.ui.calendar.schedule
-
A client side implementation of a calendar event
- CalendarEvent - Interface in com.vaadin.ui.components.calendar.event
-
Event in the calendar.
- CalendarEvent() - Constructor for class com.vaadin.client.ui.calendar.schedule.CalendarEvent
- CalendarEvent.EventChangeEvent - Class in com.vaadin.ui.components.calendar.event
-
Event to signal that an event has changed.
- CalendarEvent.EventChangeListener - Interface in com.vaadin.ui.components.calendar.event
-
Listener for EventSetChange events.
- CalendarEvent.EventChangeNotifier - Interface in com.vaadin.ui.components.calendar.event
-
Notifier interface for EventChange events.
- CalendarEventId - Class in com.vaadin.shared.ui.calendar
-
CalendarEventId contains static String identifiers for all Calendar events.
- CalendarEventId() - Constructor for class com.vaadin.shared.ui.calendar.CalendarEventId
- CalendarEventProvider - Interface in com.vaadin.ui.components.calendar.event
-
Interface for querying events.
- CalendarEventProvider.EventSetChangeEvent - Class in com.vaadin.ui.components.calendar.event
-
Event to signal that the set of events has changed and the calendar should refresh its view from the
CalendarEventProvider
. - CalendarEventProvider.EventSetChangeListener - Interface in com.vaadin.ui.components.calendar.event
-
Listener for EventSetChange events.
- CalendarEventProvider.EventSetChangeNotifier - Interface in com.vaadin.ui.components.calendar.event
-
Notifier interface for EventSetChange events.
- CalendarMonthDropHandler - Class in com.vaadin.client.ui.calendar.schedule.dd
-
Handles DD when the monthly view is showing in the Calendar.
- CalendarMonthDropHandler(CalendarConnector) - Constructor for class com.vaadin.client.ui.calendar.schedule.dd.CalendarMonthDropHandler
- calendarPanel - Variable in class com.vaadin.client.ui.VDateFieldCalendar
-
For internal use only.
- CalendarServerRpc - Interface in com.vaadin.shared.ui.calendar
- CalendarState - Class in com.vaadin.shared.ui.calendar
- CalendarState() - Constructor for class com.vaadin.shared.ui.calendar.CalendarState
- CalendarState.Action - Class in com.vaadin.shared.ui.calendar
- CalendarState.Day - Class in com.vaadin.shared.ui.calendar
- CalendarState.Event - Class in com.vaadin.shared.ui.calendar
- CalendarTargetDetails - Class in com.vaadin.ui.components.calendar
-
Drop details for
Calendar
. - CalendarTargetDetails(Map<String, Object>, DropTarget) - Constructor for class com.vaadin.ui.components.calendar.CalendarTargetDetails
- calendarToggle - Variable in class com.vaadin.client.ui.VPopupCalendar
-
For internal use only.
- CalendarWeekDropHandler - Class in com.vaadin.client.ui.calendar.schedule.dd
-
Handles DD when the weekly view is showing in the Calendar.
- CalendarWeekDropHandler(CalendarConnector) - Constructor for class com.vaadin.client.ui.calendar.schedule.dd.CalendarWeekDropHandler
- call(JsonArray) - Method in interface com.vaadin.ui.JavaScriptFunction
-
Invoked whenever the corresponding JavaScript function is called in the browser.
- call(String, JsonArray) - Method in interface com.vaadin.ui.JavaScript.JavaScriptCallbackRpc
- callFunction(String, Object...) - Method in class com.vaadin.server.AbstractJavaScriptExtension
-
Invoke a named function that the connector JavaScript has added to the JavaScript connector wrapper object.
- callFunction(String, Object...) - Method in class com.vaadin.ui.AbstractJavaScriptComponent
-
Invoke a named function that the connector JavaScript has added to the JavaScript connector wrapper object.
- callFunction(String, Object...) - Method in class com.vaadin.ui.renderers.AbstractJavaScriptRenderer
-
Invoke a named function that the connector JavaScript has added to the JavaScript connector wrapper object.
- camelCaseToHumanFriendly(String) - Static method in class com.vaadin.shared.util.SharedUtil
-
Converts a camelCaseString to a human friendly format (Camel case string).
- CAMERA - com.vaadin.server.FontAwesome
- CAMERA_RETRO - com.vaadin.server.FontAwesome
- cancel() - Method in class com.vaadin.client.widgets.Grid.Editor
-
Cancels the currently active edit and hides the editor.
- cancel(int) - Method in interface com.vaadin.shared.ui.grid.EditorClientRpc
-
Tells the client to cancel editing and hide the editor.
- cancel(int) - Method in interface com.vaadin.shared.ui.grid.EditorServerRpc
-
Tells the server to cancel editing.
- cancel(EditorHandler.EditorRequest<T>) - Method in interface com.vaadin.client.widget.grid.EditorHandler
-
Called by the editor when editing is cancelled.
- cancelEditor() - Method in class com.vaadin.client.widgets.Grid
-
Cancels the currently active edit and hides the editor.
- cancelEditor() - Method in class com.vaadin.ui.Grid
-
Cancels the currently active edit if any.
- cancelEventDrag(MonthEventLabel) - Method in class com.vaadin.client.ui.calendar.schedule.SimpleDayCell
- cancelRangeSelect() - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
- cancelRangeSelection() - Method in class com.vaadin.client.ui.calendar.schedule.MonthGrid
- cancelScrollingVelocityTimer() - Method in class com.vaadin.client.ui.VScrollTable
- CanCompare<T> - Interface in elemental.util
-
A comparison function which imposes total ordering on a set of objects.
- CanCompareInt - Interface in elemental.util
-
A comparison function which imposes total ordering on a set of integers.
- CanCompareNumber - Interface in elemental.util
-
A comparison function which imposes total ordering on a set of numbers.
- CanCompareString - Interface in elemental.util
-
A comparison function which imposes total ordering on a set of numbers.
- canConvert(Class<?>) - Method in class com.vaadin.ui.declarative.DesignFormatter
-
Checks whether or not a value of a given type can be converted.
- canConverterHandle(Converter<?, ?>, Class<?>, Class<?>) - Static method in class com.vaadin.data.util.converter.ConverterUtil
-
Checks if the given converter can handle conversion between the given presentation and model type.
- canConverterPossiblyHandle(Converter<?, ?>, Class<?>, Class<?>) - Static method in class com.vaadin.data.util.converter.ConverterUtil
-
Checks if it possible that the given converter can handle conversion between the given presentation and model type somehow.
- canFetchData() - Method in class com.vaadin.client.connectors.RpcDataSourceConnector.RpcDataSource
- canFetchData() - Method in class com.vaadin.client.data.AbstractRemoteDataSource
-
Checks if it is possible to currently fetch data from the remote data source.
- canHandleRequest(VaadinRequest) - Method in class com.vaadin.server.BootstrapHandler
-
Deprecated.
- canHandleRequest(VaadinRequest) - Method in class com.vaadin.server.communication.HeartbeatHandler
- canHandleRequest(VaadinRequest) - Method in class com.vaadin.server.communication.UidlRequestHandler
- canHandleRequest(VaadinRequest) - Method in class com.vaadin.server.communication.UIInitHandler
- canHandleRequest(VaadinRequest) - Method in class com.vaadin.server.SynchronizedRequestHandler
-
Check whether a request may be handled by this handler.
- CANNOT_ACQUIRE_CLASSLOADER_SEVERE - Static variable in interface com.vaadin.server.Constants
- canvas - Variable in class com.vaadin.client.ui.VAbsoluteLayout
- capitalize(String) - Static method in class com.vaadin.shared.util.SharedUtil
-
Capitalizes the first character in the given string in a way suitable for use in code (methods, properties etc)
- caption - Variable in class com.vaadin.client.ui.Action
- caption - Variable in class com.vaadin.client.ui.VForm
-
For internal use only.
- caption - Variable in class com.vaadin.shared.AbstractComponentState
- caption - Variable in class com.vaadin.shared.ui.calendar.CalendarState.Action
- caption - Variable in class com.vaadin.shared.ui.calendar.CalendarState.Event
- caption - Variable in class com.vaadin.shared.ui.tabsheet.TabState
- Caption - Annotation Type in com.vaadin.data.fieldgroup
- Caption(ComponentConnector) - Constructor for class com.vaadin.client.ui.VFormLayout.Caption
- CAPTION - Static variable in class com.vaadin.client.ui.VNotification
- CAPTION_ATTRIBUTE - Static variable in class com.vaadin.ui.declarative.DesignContext
- CAPTION_PROPERTY - Static variable in class com.vaadin.ui.components.calendar.ContainerEventProvider
- CAPTION_PROPERTY_ID - Static variable in class com.vaadin.data.fieldgroup.DefaultFieldGroupFieldFactory
- captionAsHtml - Variable in class com.vaadin.shared.AbstractComponentState
- CaptionChangeListener() - Constructor for class com.vaadin.ui.AbstractSelect.CaptionChangeListener
- captionElement - Variable in class com.vaadin.client.ui.VButton
-
For internal use only.
- captionElement - Variable in class com.vaadin.client.ui.VLink
-
For internal use only.
- captionElement - Variable in class com.vaadin.client.ui.VNativeButton
-
For internal use only.
- captionNode - Variable in class com.vaadin.client.ui.VPanel
-
For internal use only.
- CaptionPosition - Enum in com.vaadin.client.ui.orderedlayout
-
Defines where the caption should be placed
- captionSizeUpdated(Widget) - Method in class com.vaadin.client.ApplicationConnection
-
Deprecated.As of 7.0.2, has not had any effect for a long time
- captionWrapper - Variable in class com.vaadin.client.ui.VPopupView.CustomPopup
-
For internal use only.
- captionWrapper - Variable in class com.vaadin.client.ui.VTwinColSelect
-
For internal use only.
- CAR - com.vaadin.server.FontAwesome
- CARET_DOWN - com.vaadin.server.FontAwesome
- CARET_LEFT - com.vaadin.server.FontAwesome
- CARET_RIGHT - com.vaadin.server.FontAwesome
- CARET_SQUARE_O_DOWN - com.vaadin.server.FontAwesome
- CARET_SQUARE_O_LEFT - com.vaadin.server.FontAwesome
- CARET_SQUARE_O_RIGHT - com.vaadin.server.FontAwesome
- CARET_SQUARE_O_UP - com.vaadin.server.FontAwesome
- CARET_UP - com.vaadin.server.FontAwesome
- CART_ARROW_DOWN - com.vaadin.server.FontAwesome
- CART_PLUS - com.vaadin.server.FontAwesome
- CC - com.vaadin.server.FontAwesome
- CC_AMEX - com.vaadin.server.FontAwesome
- CC_DINERS_CLUB - com.vaadin.server.FontAwesome
- CC_DISCOVER - com.vaadin.server.FontAwesome
- CC_JCB - com.vaadin.server.FontAwesome
- CC_MASTERCARD - com.vaadin.server.FontAwesome
- CC_PAYPAL - com.vaadin.server.FontAwesome
- CC_STRIPE - com.vaadin.server.FontAwesome
- CC_VISA - com.vaadin.server.FontAwesome
- Cell - Class in com.vaadin.client.widget.escalator
-
Describes a cell
- Cell(int, int) - Constructor for class com.vaadin.client.ui.VGridLayout.Cell
- Cell(int, int, TableCellElement) - Constructor for class com.vaadin.client.widget.escalator.Cell
-
Constructs a new
Cell
. - CELL_FIRSTCOL - Static variable in class com.vaadin.ui.Table
- CELL_GENERATED_ROW - Static variable in class com.vaadin.ui.Table
- CELL_HEADER - Static variable in class com.vaadin.ui.Table
- CELL_ICON - Static variable in class com.vaadin.ui.Table
- CELL_ITEMID - Static variable in class com.vaadin.ui.Table
- CELL_KEY - Static variable in class com.vaadin.ui.Table
- cellFocusHandler - Variable in class com.vaadin.client.widgets.Grid
- cellGroups - Variable in class com.vaadin.shared.ui.grid.GridStaticSectionState.RowState
-
Map from column id set to cell state for merged state.
- CellReference<T> - Class in com.vaadin.client.widget.grid
-
A data class which contains information which identifies a cell in a
Grid
. - CellReference(RowReference<T>) - Constructor for class com.vaadin.client.widget.grid.CellReference
- CellReference(Grid.RowReference) - Constructor for class com.vaadin.ui.Grid.CellReference
- cells - Variable in class com.vaadin.shared.ui.grid.GridStaticSectionState.RowState
- CellState() - Constructor for class com.vaadin.shared.ui.grid.GridStaticSectionState.CellState
- CellStyleGenerator<T> - Interface in com.vaadin.client.widget.grid
-
Callback interface for generating custom style names for cells
- cellTooltipContentMode - Variable in class com.vaadin.shared.ui.grid.GridState
-
The content mode used for cell tooltips.
- center() - Method in class com.vaadin.client.ui.VPopupView
-
For internal use only.
- center() - Method in class com.vaadin.client.widgets.Overlay
- center() - Method in class com.vaadin.ui.Window
-
Sets this window to be centered relative to its parent window.
- CENTER - com.vaadin.shared.ui.dd.HorizontalDropLocation
- CENTER - com.vaadin.ui.Table.Align
-
Center column alignment.
- CENTER - Static variable in class com.vaadin.shared.ui.AlignmentInfo
- centered - Variable in class com.vaadin.client.ui.VWindow
-
If centered (via UIDL), the window should stay in the centered -mode until a position is received from the server, or the user moves or resizes the window.
- centered - Variable in class com.vaadin.shared.ui.window.WindowState
- CENTERED - Static variable in class com.vaadin.client.ui.VNotification
- CENTERED_BOTTOM - Static variable in class com.vaadin.client.ui.VNotification
- CENTERED_TOP - Static variable in class com.vaadin.client.ui.VNotification
- CERTIFICATE - com.vaadin.server.FontAwesome
- CHAIN - com.vaadin.server.FontAwesome
- CHAIN_BROKEN - com.vaadin.server.FontAwesome
- ChameleonTheme - Class in com.vaadin.ui.themes
- ChameleonTheme() - Constructor for class com.vaadin.ui.themes.ChameleonTheme
- change(String) - Method in interface com.vaadin.shared.ui.upload.UploadServerRpc
-
Event sent when the file name of the upload component is changed.
- CHANGE - Static variable in interface com.vaadin.shared.EventId
- changed(int, int, int, int) - Method in interface com.vaadin.client.ui.VCalendarPanel.TimeChangeListener
- changedColor - Variable in class com.vaadin.shared.ui.colorpicker.ColorPickerGridState
- changedX - Variable in class com.vaadin.shared.ui.colorpicker.ColorPickerGridState
- changedY - Variable in class com.vaadin.shared.ui.colorpicker.ColorPickerGridState
- ChangeEvent(Upload, String) - Constructor for class com.vaadin.ui.Upload.ChangeEvent
- changeVariables(Object, VariableOwner, Map<String, Object>) - Method in class com.vaadin.server.communication.ServerRpcHandler
- changeVariables(Object, Map<String, Object>) - Method in class com.vaadin.server.DragAndDropService
- 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.AbstractSelect
-
Invoked when the value of a variable has changed.
- changeVariables(Object, Map<String, Object>) - Method in class com.vaadin.ui.AbstractTextField
- changeVariables(Object, Map<String, Object>) - Method in class com.vaadin.ui.Calendar
- changeVariables(Object, Map<String, Object>) - Method in class com.vaadin.ui.ComboBox
-
Invoked when the value of a variable has changed.
- changeVariables(Object, Map<String, Object>) - Method in class com.vaadin.ui.CustomLayout
- changeVariables(Object, Map<String, Object>) - Method in class com.vaadin.ui.DateField
- changeVariables(Object, Map<String, Object>) - Method in class com.vaadin.ui.DragAndDropWrapper
- changeVariables(Object, Map<String, Object>) - Method in class com.vaadin.ui.Embedded
- changeVariables(Object, Map<String, Object>) - Method in class com.vaadin.ui.Form
-
Deprecated.
- changeVariables(Object, Map<String, Object>) - Method in class com.vaadin.ui.MenuBar
-
Deserialize changes received from client.
- changeVariables(Object, Map<String, Object>) - Method in class com.vaadin.ui.OptionGroup
- 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.RichTextArea
- changeVariables(Object, Map<String, Object>) - Method in class com.vaadin.ui.Table
-
Invoked when the value of a variable has changed.
- changeVariables(Object, Map<String, Object>) - Method in class com.vaadin.ui.Tree
- changeVariables(Object, Map<String, Object>) - Method in class com.vaadin.ui.TreeTable
- 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
- CHECK - com.vaadin.server.FontAwesome
- CHECK_CIRCLE - com.vaadin.server.FontAwesome
- CHECK_CIRCLE_O - com.vaadin.server.FontAwesome
- CHECK_SQUARE - com.vaadin.server.FontAwesome
- CHECK_SQUARE_O - com.vaadin.server.FontAwesome
- checkable - Variable in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- 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(String, Property<?>) - Constructor for class com.vaadin.ui.CheckBox
-
Creates a new checkbox that is connected to a boolean property.
- 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.
- CheckBoxConnector - Class in com.vaadin.client.ui.checkbox
- CheckBoxConnector() - Constructor for class com.vaadin.client.ui.checkbox.CheckBoxConnector
- CheckBoxServerRpc - Interface in com.vaadin.shared.ui.checkbox
- CheckBoxState - Class in com.vaadin.shared.ui.checkbox
- CheckBoxState() - Constructor for class com.vaadin.shared.ui.checkbox.CheckBoxState
- checkColumnIsAttached() - Method in class com.vaadin.ui.Grid.Column
-
Checks if column is attached and throws an
IllegalStateException
if it is not - checked - Variable in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- checked - Variable in class com.vaadin.shared.ui.checkbox.CheckBoxState
- checkHeights(Component) - Static method in class com.vaadin.server.ComponentSizeValidator
- checkItemIdExists(Object) - Method in class com.vaadin.ui.Grid.AbstractSelectionModel
-
Sanity check for existence of item id.
- checkItemIdsExist(Collection<?>) - Method in class com.vaadin.ui.Grid.AbstractSelectionModel
-
Sanity check for existence of item ids in given collection.
- checkUiProviders(VaadinSession, VaadinService) - Static method in class com.vaadin.server.ServletPortletHelper
-
Deprecated.
- checkWidths(Component) - Static method in class com.vaadin.server.ComponentSizeValidator
- CHEVRON_CIRCLE_DOWN - com.vaadin.server.FontAwesome
- CHEVRON_CIRCLE_LEFT - com.vaadin.server.FontAwesome
- CHEVRON_CIRCLE_RIGHT - com.vaadin.server.FontAwesome
- CHEVRON_CIRCLE_UP - com.vaadin.server.FontAwesome
- CHEVRON_DOWN - com.vaadin.server.FontAwesome
- CHEVRON_LEFT - com.vaadin.server.FontAwesome
- CHEVRON_RIGHT - com.vaadin.server.FontAwesome
- CHEVRON_UP - com.vaadin.server.FontAwesome
- CHILD - com.vaadin.server.FontAwesome
- ChildComponentData() - Constructor for class com.vaadin.shared.ui.gridlayout.GridLayoutState.ChildComponentData
- ChildComponentData() - Constructor for class com.vaadin.shared.ui.orderedlayout.AbstractOrderedLayoutState.ChildComponentData
- childCss - Variable in class com.vaadin.shared.ui.csslayout.CssLayoutState
- childData - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState
- childData - Variable in class com.vaadin.shared.ui.orderedlayout.AbstractOrderedLayoutState
- childLocations - Variable in class com.vaadin.shared.ui.customlayout.CustomLayoutState
- childNodeContainer - Variable in class com.vaadin.client.ui.VTree.TreeNode
-
For internal use only.
- childrenLoaded - Variable in class com.vaadin.client.ui.VTree.TreeNode
-
For internal use only.
- childWidgets - Variable in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
- CHROME - com.vaadin.server.FontAwesome
- CIRCLE - com.vaadin.server.FontAwesome
- CIRCLE_O - com.vaadin.server.FontAwesome
- CIRCLE_O_NOTCH - com.vaadin.server.FontAwesome
- CIRCLE_THIN - com.vaadin.server.FontAwesome
- ClassBasedViewProvider(String, Class<? extends View>) - Constructor for class com.vaadin.navigator.Navigator.ClassBasedViewProvider
-
Create a new view provider which creates new view instances based on a view class.
- classId - Variable in class com.vaadin.client.ui.VFlash
-
Deprecated.
- classId - Variable in class com.vaadin.shared.ui.flash.FlashState
- className - Variable in class com.vaadin.server.ComponentSizeValidator.FileLocation
- CLASSNAME - Static variable in class com.vaadin.client.ui.colorpicker.VColorPickerGradient
-
Set the CSS class name to allow styling.
- CLASSNAME - Static variable in class com.vaadin.client.ui.Icon
- CLASSNAME - Static variable in class com.vaadin.client.ui.ImageIcon
- CLASSNAME - Static variable in class com.vaadin.client.ui.VAbsoluteLayout
-
Class name, prefix in styling
- CLASSNAME - Static variable in class com.vaadin.client.ui.VAbstractSplitPanel
- CLASSNAME - Static variable in class com.vaadin.client.ui.VAccordion
- CLASSNAME - Static variable in class com.vaadin.client.ui.VBrowserFrame
- CLASSNAME - Static variable in class com.vaadin.client.ui.VButton
- CLASSNAME - Static variable in class com.vaadin.client.ui.VCheckBox
- CLASSNAME - Static variable in class com.vaadin.client.ui.VColorPickerArea
- CLASSNAME - Static variable in class com.vaadin.client.ui.VCssLayout
- CLASSNAME - Static variable in class com.vaadin.client.ui.VCustomLayout
- CLASSNAME - Static variable in class com.vaadin.client.ui.VDateField
- CLASSNAME - Static variable in class com.vaadin.client.ui.VEmbedded
- CLASSNAME - Static variable in class com.vaadin.client.ui.VFilterSelect
- CLASSNAME - Static variable in class com.vaadin.client.ui.VFlash
-
Deprecated.
- CLASSNAME - Static variable in class com.vaadin.client.ui.VForm
- CLASSNAME - Static variable in class com.vaadin.client.ui.VFormLayout.Caption
- CLASSNAME - Static variable in class com.vaadin.client.ui.VGridLayout
- CLASSNAME - Static variable in class com.vaadin.client.ui.VHorizontalLayout
- CLASSNAME - Static variable in class com.vaadin.client.ui.VImage
- CLASSNAME - Static variable in class com.vaadin.client.ui.VLabel
- CLASSNAME - Static variable in class com.vaadin.client.ui.VLink
- CLASSNAME - Static variable in class com.vaadin.client.ui.VListSelect
- CLASSNAME - Static variable in class com.vaadin.client.ui.VMenuBar
-
Set the CSS class name to allow styling.
- CLASSNAME - Static variable in class com.vaadin.client.ui.VNativeButton
- CLASSNAME - Static variable in class com.vaadin.client.ui.VNativeSelect
- CLASSNAME - Static variable in class com.vaadin.client.ui.VOptionGroup
- CLASSNAME - Static variable in class com.vaadin.client.ui.VPanel
- CLASSNAME - Static variable in class com.vaadin.client.ui.VPopupView
- CLASSNAME - Static variable in class com.vaadin.client.ui.VRichTextArea
-
The input node CSS classname.
- CLASSNAME - Static variable in class com.vaadin.client.ui.VSlider
- CLASSNAME - Static variable in class com.vaadin.client.ui.VTabsheet
- CLASSNAME - Static variable in class com.vaadin.client.ui.VTextArea
- CLASSNAME - Static variable in class com.vaadin.client.ui.VTextField
-
The input node CSS classname.
- CLASSNAME - Static variable in class com.vaadin.client.ui.VTree
- CLASSNAME - Static variable in class com.vaadin.client.ui.VTree.TreeNode
- CLASSNAME - Static variable in class com.vaadin.client.ui.VTwinColSelect
- CLASSNAME - Static variable in class com.vaadin.client.ui.VUpload
- CLASSNAME - Static variable in class com.vaadin.client.ui.VVerticalLayout
- CLASSNAME - Static variable in class com.vaadin.client.ui.VVideo
- CLASSNAME - Static variable in class com.vaadin.client.ui.VWindow
- CLASSNAME - Static variable in class com.vaadin.client.VCaption
- CLASSNAME - Static variable in class com.vaadin.client.VCaptionWrapper
- CLASSNAME - Static variable in class com.vaadin.client.VErrorMessage
- CLASSNAME_BACKGROUND - Static variable in class com.vaadin.client.ui.colorpicker.VColorPickerGradient
- CLASSNAME_CLICKLAYER - Static variable in class com.vaadin.client.ui.colorpicker.VColorPickerGradient
- CLASSNAME_CONTAINER - Static variable in class com.vaadin.client.ui.colorpicker.VColorPickerGradient
- CLASSNAME_CONTAINER - Static variable in class com.vaadin.client.widgets.Overlay
-
Style name for the overlay container element (see
Overlay.getOverlayContainer()
- CLASSNAME_FOCUS - Static variable in class com.vaadin.client.ui.VTextField
-
This CSS classname is added to the input node on hover.
- CLASSNAME_FOCUSED - Static variable in class com.vaadin.client.ui.VTree.TreeNode
- CLASSNAME_FOREGROUND - Static variable in class com.vaadin.client.ui.colorpicker.VColorPickerGradient
- CLASSNAME_HIGHERBOX - Static variable in class com.vaadin.client.ui.colorpicker.VColorPickerGradient
- CLASSNAME_LOWERBOX - Static variable in class com.vaadin.client.ui.colorpicker.VColorPickerGradient
- CLASSNAME_OPTION - Static variable in class com.vaadin.client.ui.VOptionGroupBase
- CLASSNAME_SHADOW - Static variable in class com.vaadin.client.widgets.Overlay
-
Deprecated.See main JavaDoc for Overlay
- classNameSimple - Variable in class com.vaadin.server.ComponentSizeValidator.FileLocation
- ClassPathExplorer - Class in com.vaadin.server.widgetsetutils
-
Utility class to collect widgetset related information from classpath.
- ClassPathExplorer.LocationInfo - Class in com.vaadin.server.widgetsetutils
-
Contains information about widgetsets and themes found on the classpath
- ClassResource - Class in com.vaadin.server
-
ClassResource
is a named resource accessed with the class loader. - ClassResource(Class<?>, String) - Constructor for class com.vaadin.server.ClassResource
-
Creates a new application resource instance.
- ClassResource(String) - Constructor for class com.vaadin.server.ClassResource
-
Creates a new application resource instance.
- cleanConnectorMap() - Method in class com.vaadin.ui.ConnectorTracker
-
Cleans the connector map from all connectors that are no longer attached to the application.
- cleanMeasuredSizes() - Method in class com.vaadin.client.LayoutManager
-
Clean measured sizes which are no longer needed.
- cleanMeasuredSizes() - Method in class com.vaadin.client.LayoutManagerIE8
- cleanReferences(Widget) - Method in class com.vaadin.client.ui.VFormLayout.VFormLayoutTable
- cleanStreamVariable(String, String) - Method in class com.vaadin.ui.ConnectorTracker
-
Removes any StreamVariable of the given name from the indicated connector.
- cleanup() - Method in class com.vaadin.client.widgets.Grid.SelectionColumn
- cleanupWrappers() - Method in class com.vaadin.client.ui.VAbsoluteLayout
-
Cleanup old wrappers which have been left empty by other inner layouts moving the widget from the wrapper into their own hierarchy.
- clear() - Method in class com.vaadin.client.communication.ServerRpcQueue
-
Clears the queue
- clear() - Method in class com.vaadin.client.ConnectorMap
-
Removes all registered connectors
- clear() - Method in class com.vaadin.client.ui.VCustomLayout
-
Clear all widgets from the layout
- clear() - Method in class com.vaadin.client.ui.VScrollTable.TableFooter
- clear() - Method in class com.vaadin.client.ui.VScrollTable.TableHead
- clear() - Method in class com.vaadin.client.widgets.Grid
-
Deprecated.
- clear() - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Clears the value of all fields.
- clear() - Method in class com.vaadin.data.util.ListSet
- clear() - Method in class com.vaadin.server.LegacyCommunicationManager.ClientCache
-
Deprecated.
- clear() - Method in class com.vaadin.ui.AbstractField
- clear() - Method in class com.vaadin.ui.AbstractSelect.CaptionChangeListener
- clear() - Method in class com.vaadin.ui.CheckBox
- clear() - Method in interface com.vaadin.ui.Field
-
Clears the value of the field.
- clear() - Method in class com.vaadin.ui.Form
-
Deprecated.
- clear() - Method in class com.vaadin.ui.PasswordField
- clear() - Method in class com.vaadin.ui.ProgressBar
- clear() - Method in class com.vaadin.ui.RichTextArea
- clear() - Method in class com.vaadin.ui.Slider
- clear() - Method in class com.vaadin.ui.TextArea
- clear() - Method in class com.vaadin.ui.TextField
- CLEAR - com.vaadin.client.debug.internal.Icon
- clearAll() - Static method in class com.vaadin.util.CurrentInstance
-
Clears all current instances.
- clearComparators() - Method in class com.vaadin.client.widget.grid.datasources.ListSorter
-
Remove all comparator mappings.
- clearContents() - Method in class com.vaadin.client.debug.internal.ConnectorInfoPanel
-
Clear the contents of the panel.
- clearDates() - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid
- clearEditorColumnErrors() - Method in class com.vaadin.client.widgets.Grid.Editor
- clearElement(Element) - Static method in class com.vaadin.ui.declarative.DesignAttributeHandler
-
Clears the children and attributes of the given element
- clearExpand() - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
-
Removes elements used to expand a slot.
- clearExpandRatio() - Method in class com.vaadin.client.widgets.Grid.Column
-
Clears the column's expand ratio.
- clearExpandRatio() - Method in class com.vaadin.ui.Grid.Column
-
Clears the expand ratio for this column.
- clearField(Field<?>) - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Clears field and any possible existing binding.
- clearInternalHeights() - Method in class com.vaadin.client.ui.VTwinColSelect
-
For internal use only.
- clearInternalWidths() - Method in class com.vaadin.client.ui.VTwinColSelect
-
For internal use only.
- clearItems() - Method in class com.vaadin.client.ui.menubar.MenuBar
-
Deprecated.Removes all menu items from this menu bar.
- clearItems() - Method in class com.vaadin.client.ui.VMenuBar
-
Remove all the items in this menu
- clearNodeToKeyMap() - Method in class com.vaadin.client.ui.VTree
- clearPaintables() - Method in class com.vaadin.client.ui.VAccordion
- clearPaintables() - Method in class com.vaadin.client.ui.VTabsheet
- clearPaintables() - Method in class com.vaadin.client.ui.VTabsheetBase
-
Clears current tabs and contents
- clearServerCallback() - Method in interface com.vaadin.client.ui.dd.VDragAndDropManager.DDManagerMediator
-
Clean up server communication callback.
- clearSortOrder() - Method in class com.vaadin.ui.Grid
-
Clear the current sort order, and re-sort the grid.
- clearTabKeys() - Method in class com.vaadin.client.ui.VTabsheetBase
-
For internal use only.
- clearTextSelection() - Static method in class com.vaadin.client.WidgetUtil
-
JavaScript hack to clear text selection in various browsers.
- click() - Method in class com.vaadin.ui.Button
-
Simulates a button click, notifying all server-side listeners.
- click(MouseEvents.ClickEvent) - Method in interface com.vaadin.event.MouseEvents.ClickListener
-
Called when a
Component
has been clicked. - click(MouseEventDetails) - Method in interface com.vaadin.shared.ui.button.ButtonServerRpc
-
Button click event.
- click(MouseEventDetails) - Method in interface com.vaadin.shared.ui.ClickRpc
-
Called when a click event has occurred and there are server side listeners for the event.
- click(ClickableRenderer.RendererClickEvent) - Method in interface com.vaadin.ui.renderers.ClickableRenderer.RendererClickListener
-
Called when a rendered button is clicked.
- click(String, String, MouseEventDetails) - Method in interface com.vaadin.shared.ui.grid.renderers.RendererClickRpc
-
Called when a click event has occurred and there are server side listeners for the event.
- CLICK_EVENT_IDENTIFIER - Static variable in interface com.vaadin.shared.EventId
- CLICK_METHOD - Static variable in interface com.vaadin.ui.renderers.ClickableRenderer.RendererClickListener
- ClickableRenderer<T,W extends com.google.gwt.user.client.ui.Widget> - Class in com.vaadin.client.renderers
-
An abstract superclass for renderers that render clickable widgets.
- ClickableRenderer<T> - Class in com.vaadin.ui.renderers
-
An abstract superclass for Renderers that render clickable items.
- ClickableRenderer() - Constructor for class com.vaadin.client.renderers.ClickableRenderer
- ClickableRenderer(Class<T>) - Constructor for class com.vaadin.ui.renderers.ClickableRenderer
- ClickableRenderer(Class<T>, String) - Constructor for class com.vaadin.ui.renderers.ClickableRenderer
- ClickableRenderer.RendererClickEvent<R> - Class in com.vaadin.client.renderers
-
An event fired when a widget rendered by a ClickableWidgetRenderer subclass is clicked.
- ClickableRenderer.RendererClickEvent - Class in com.vaadin.ui.renderers
-
An event fired when a button rendered by a ButtonRenderer is clicked.
- ClickableRenderer.RendererClickHandler<R> - Interface in com.vaadin.client.renderers
-
A handler for
renderer click events
. - ClickableRenderer.RendererClickListener - Interface in com.vaadin.ui.renderers
-
An interface for listening to
renderer click events
. - ClickableRendererConnector<T> - Class in com.vaadin.client.connectors
-
An abstract base class for
ClickableRenderer
connectors. - ClickableRendererConnector() - Constructor for class com.vaadin.client.connectors.ClickableRendererConnector
- ClickEvent(Component) - Constructor for class com.vaadin.ui.Button.ClickEvent
-
New instance of text change event.
- ClickEvent(Component, MouseEventDetails) - Constructor for class com.vaadin.event.MouseEvents.ClickEvent
- ClickEvent(Component, MouseEventDetails) - Constructor for class com.vaadin.ui.Button.ClickEvent
-
Constructor with mouse details
- clickEventHandler - Variable in class com.vaadin.client.ui.embedded.EmbeddedConnector
- clickEventHandler - Variable in class com.vaadin.client.ui.image.ImageConnector
- ClickEventHandler - Class in com.vaadin.client.ui
- ClickEventHandler(ComponentConnector) - Constructor for class com.vaadin.client.ui.ClickEventHandler
- ClickEventHandler(ComponentConnector, String) - Constructor for class com.vaadin.client.ui.ClickEventHandler
- clickMethod - Static variable in interface com.vaadin.event.LayoutEvents.LayoutClickListener
- clickMethod - Static variable in interface com.vaadin.event.MouseEvents.ClickListener
- clickMethod - Static variable in interface com.vaadin.ui.AbstractSplitPanel.SplitterClickListener
- clickPending - Variable in class com.vaadin.client.ui.VButton
-
Helper flag to handle special-case where the button is moved from under mouse while clicking it.
- ClickRpc - Interface in com.vaadin.shared.ui
- ClickSelectHandler<T> - Class in com.vaadin.client.widget.grid.selection
-
Generic class to perform selections when clicking on cells in body of Grid.
- ClickSelectHandler(Grid<T>) - Constructor for class com.vaadin.client.widget.grid.selection.ClickSelectHandler
-
Constructor for ClickSelectHandler.
- clickShortcut - Variable in class com.vaadin.client.ui.VButton
-
For internal use only.
- clickShortcut - Variable in class com.vaadin.ui.Button
- ClickShortcut(Button, int) - Constructor for class com.vaadin.ui.Button.ClickShortcut
-
Creates a keyboard shortcut for clicking the given button using the given
ShortcutAction.KeyCode
. - ClickShortcut(Button, int, int...) - Constructor for class com.vaadin.ui.Button.ClickShortcut
-
Creates a keyboard shortcut for clicking the given button using the given
ShortcutAction.KeyCode
andShortcutAction.ModifierKey
s. - ClickShortcut(Button, String) - Constructor for class com.vaadin.ui.Button.ClickShortcut
-
Creates a keyboard shortcut for clicking the given button using the shorthand notation defined in
ShortcutAction
. - clickShortcutKeyCode - Variable in class com.vaadin.shared.ui.button.ButtonState
- client - Variable in class com.vaadin.client.ui.VAbstractSplitPanel
-
For internal use only.
- client - Variable in class com.vaadin.client.ui.VButton
-
For internal use only.
- client - Variable in class com.vaadin.client.ui.VCheckBox
-
For internal use only.
- client - Variable in class com.vaadin.client.ui.VCustomLayout
-
For internal use only.
- client - Variable in class com.vaadin.client.ui.VDateField
-
For internal use only.
- client - Variable in class com.vaadin.client.ui.VDragAndDropWrapper
-
For internal use only.
- client - Variable in class com.vaadin.client.ui.VEmbedded
-
For internal use only.
- client - Variable in class com.vaadin.client.ui.VFilterSelect
-
For internal use only.
- client - Variable in class com.vaadin.client.ui.VForm
-
For internal use only.
- client - Variable in class com.vaadin.client.ui.VGridLayout
-
For internal use only.
- client - Variable in class com.vaadin.client.ui.VMenuBar
-
For internal use only.
- client - Variable in class com.vaadin.client.ui.VNativeButton
-
For internal use only.
- client - Variable in class com.vaadin.client.ui.VOptionGroupBase
-
For internal use only.
- client - Variable in class com.vaadin.client.ui.VPanel
-
For internal use only.
- client - Variable in class com.vaadin.client.ui.VPopupView
-
For internal use only.
- client - Variable in class com.vaadin.client.ui.VRichTextArea
-
For internal use only.
- client - Variable in class com.vaadin.client.ui.VScrollTable
- client - Variable in class com.vaadin.client.ui.VSlider
- client - Variable in class com.vaadin.client.ui.VTabsheetBase
-
For internal use only.
- client - Variable in class com.vaadin.client.ui.VTextField
-
For internal use only.
- client - Variable in class com.vaadin.client.ui.VTree
-
For internal use only.
- client - Variable in class com.vaadin.client.ui.VUpload
-
For internal use only.
- client - Variable in class com.vaadin.client.ui.VWindow
-
For internal use only.
- CLIENT_DATE_FORMAT - Static variable in class com.vaadin.shared.ui.calendar.DateConstants
- CLIENT_TIME_FORMAT - Static variable in class com.vaadin.shared.ui.calendar.DateConstants
- CLIENT_TO_SERVER_ID - Static variable in class com.vaadin.shared.ApplicationConstants
-
The name of the parameter used to transmit the id of the client to server messages.
- ClientCache() - Constructor for class com.vaadin.server.LegacyCommunicationManager.ClientCache
-
Deprecated.
- ClientConnector - Interface in com.vaadin.server
-
Interface implemented by all connectors that are capable of communicating with the client side
- ClientConnector.AttachEvent - Class in com.vaadin.server
-
Event fired after a connector is attached to the application.
- ClientConnector.AttachListener - Interface in com.vaadin.server
-
Interface for listening
connector attach events
. - ClientConnector.ConnectorErrorEvent - Class in com.vaadin.server
-
An error event for connector related errors.
- ClientConnector.DetachEvent - Class in com.vaadin.server
-
Event fired before a connector is detached from the application.
- ClientConnector.DetachListener - Interface in com.vaadin.server
-
Interface for listening
connector detach events
. - ClientMethodInvocation - Class in com.vaadin.server
-
Internal class for keeping track of pending server to client method invocations for a Connector.
- ClientMethodInvocation(ClientConnector, String, Method, Object[]) - Constructor for class com.vaadin.server.ClientMethodInvocation
- ClientRpc - Interface in com.vaadin.shared.communication
-
Interface to be extended by all server to client RPC interfaces.
- ClientRpcWriter - Class in com.vaadin.server.communication
-
Serializes
client RPC
invocations to JSON. - ClientRpcWriter() - Constructor for class com.vaadin.server.communication.ClientRpcWriter
- ClientSideCriterion - Class in com.vaadin.event.dd.acceptcriteria
-
Parent class for criteria that can be completely validated on client side.
- ClientSideCriterion() - Constructor for class com.vaadin.event.dd.acceptcriteria.ClientSideCriterion
- CLIP - Static variable in class com.vaadin.ui.themes.BaseTheme
-
Clips the component so it will be constrained to its given size and not overflow.
- CLIPBOARD - com.vaadin.server.FontAwesome
- CLOCK_O - com.vaadin.server.FontAwesome
- clone() - Method in class com.vaadin.data.util.IndexedContainer
-
Deprecated.As of 6.6. Cloning support might be removed from IndexedContainer in the future
- clone() - Method in class com.vaadin.data.util.ListSet
- clone() - Method in class com.vaadin.data.util.PropertysetItem
-
Creates and returns a copy of this object.
- CLONE - com.vaadin.server.FontAwesome
- cloneNode(Element, boolean) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.cloneNode(Element, boolean)
instead. - cloneNode(Element, boolean) - Static method in class com.vaadin.client.WidgetUtil
-
Clones given element as in JavaScript.
- closable - Variable in class com.vaadin.shared.ui.tabsheet.TabState
- close - Variable in class com.vaadin.client.debug.internal.VDebugWindow
- close() - Method in class com.vaadin.client.debug.internal.ErrorNotificationHandler
- close() - Method in class com.vaadin.client.debug.internal.VDebugWindow
-
Closes the window and stops visual logging.
- close() - Method in class com.vaadin.client.SimpleTree
-
Deprecated.
- close() - Method in class com.vaadin.client.ui.VAccordion.StackItem
- 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.UI
-
Marks this UI to be
detached
from the session at the end of the current request, or the next request if there is no current request (if called from a background thread, for instance.) - close() - Method in class com.vaadin.ui.Window
-
Method that handles window closing (from UI).
- close(VAccordion.StackItem) - Method in class com.vaadin.client.ui.VAccordion
-
For internal use only.
- CLOSE - com.vaadin.client.debug.internal.Icon
- CLOSE - com.vaadin.server.FontAwesome
- closeBox - Variable in class com.vaadin.client.ui.VWindow
-
For internal use only.
- closeCalendarPanel() - Method in class com.vaadin.client.ui.VPopupCalendar
-
Closes the open popup panel
- CLOSED - com.vaadin.server.VaadinSession.State
-
The session is closed; all the
UI
s have been removed andSessionDestroyListener
s have been called. - CloseEvent(Component) - Constructor for class com.vaadin.ui.Window.CloseEvent
- closeIdleSessions() - Method in annotation type com.vaadin.annotations.VaadinServletConfiguration
-
Whether a session should be closed when all its open UIs have been idle for longer than its configured maximum inactivity time.
- closeJsonMessage(Writer) - Method in class com.vaadin.server.communication.UidlRequestHandler
- closeSession(VaadinSession) - Method in class com.vaadin.server.VaadinService
-
Sets the given session to be closed and all its UI state to be discarded at the end of the current request, or at the end of the next request if there is no ongoing one.
- CloseShortcut(Window, int) - Constructor for class com.vaadin.ui.Window.CloseShortcut
-
Creates a keyboard shortcut for closing the given window using the given
ShortcutAction.KeyCode
. - CloseShortcut(Window, int, int...) - Constructor for class com.vaadin.ui.Window.CloseShortcut
-
Creates a keyboard shortcut for closing the given window using the given
ShortcutAction.KeyCode
andShortcutAction.ModifierKey
s. - CloseShortcut(Window, String) - Constructor for class com.vaadin.ui.Window.CloseShortcut
-
Creates a keyboard shortcut for closing the given window using the shorthand notation defined in
ShortcutAction
. - closeTab(String) - Method in interface com.vaadin.shared.ui.tabsheet.TabsheetServerRpc
-
Tell server that a tab has been closed by the user.
- closeTab(String) - Method in class com.vaadin.ui.TabSheet.TabsheetServerRpcImpl
- closeTimeout - Variable in class com.vaadin.shared.ui.ui.UIState.TooltipConfigurationState
- CLOSING - com.vaadin.server.VaadinSession.State
-
The
close
method has been called; the session will be closed as soon as the current request ends. - CLOUD - com.vaadin.server.FontAwesome
- CLOUD_DOWNLOAD - com.vaadin.server.FontAwesome
- CLOUD_UPLOAD - com.vaadin.server.FontAwesome
- CM - com.vaadin.server.Sizeable.Unit
-
Unit code representing centimeters.
- CNY - com.vaadin.server.FontAwesome
- CODE - com.vaadin.server.FontAwesome
- CODE_FORK - com.vaadin.server.FontAwesome
- codebase - Variable in class com.vaadin.client.ui.VFlash
-
Deprecated.
- codebase - Variable in class com.vaadin.shared.ui.flash.FlashState
- CODEPEN - com.vaadin.server.FontAwesome
- codetype - Variable in class com.vaadin.client.ui.VFlash
-
Deprecated.
- codetype - Variable in class com.vaadin.shared.ui.flash.FlashState
- CODIEPIE - com.vaadin.server.FontAwesome
- COFFEE - com.vaadin.server.FontAwesome
- COG - com.vaadin.server.FontAwesome
- COGS - com.vaadin.server.FontAwesome
- colExpand - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState
- colExpandRatioArray - Variable in class com.vaadin.client.ui.VGridLayout
-
For internal use only.
- colIndexOfHierarchy - Variable in class com.vaadin.client.ui.VTreeTable
-
For internal use only.
- COLLAPSE_METHOD - Static variable in interface com.vaadin.ui.Tree.CollapseListener
- collapsedRootItems - Variable in class com.vaadin.client.ui.VMenuBar
-
For internal use only.
- collapsedRowKey - Variable in class com.vaadin.client.ui.VTreeTable
-
For internal use only.
- CollapseEvent(Component, Object) - Constructor for class com.vaadin.ui.Tree.CollapseEvent
-
New instance of options change event.
- collapseItem(Object) - Method in class com.vaadin.ui.Tree
-
Collapses an item.
- collapseItemsRecursively(Object) - Method in class com.vaadin.ui.Tree
-
Collapses the items recursively.
- collapseMenuContent - Variable in class com.vaadin.shared.ui.table.TableState
- CollapseMenuContent - Enum in com.vaadin.shared.ui.table
-
Defines whether only collapsible columns should be shown to the user in the column collapse menu.
- collapseRequest - Variable in class com.vaadin.client.ui.VTreeTable
-
For internal use only.
- Collapsible - Interface in com.vaadin.data
-
Container needed by large lazy loading hierarchies displayed e.g.
- COLLAPSIBLE_COLUMNS - com.vaadin.shared.ui.table.CollapseMenuContent
-
Only collapsible columns are shown in the collapse menu.
- collapsibleMenuContent - Variable in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- collectionsEquals(Collection<?>, Collection<?>) - Static method in class com.vaadin.client.Util
-
Performs a shallow comparison of the collections.
- color - Variable in class com.vaadin.shared.ui.colorpicker.ColorPickerState
- color - Variable in class com.vaadin.ui.AbstractColorPicker
-
The color.
- color() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- Color - Class in com.vaadin.shared.ui.colorpicker
-
Default implementation for color.
- Color(int) - Constructor for class com.vaadin.shared.ui.colorpicker.Color
-
Creates a color based on an RGB value.
- Color(int, int, int) - Constructor for class com.vaadin.shared.ui.colorpicker.Color
-
Creates a color that has the specified red, green, and blue values within the range [0 - 255].
- Color(int, int, int, int) - Constructor for class com.vaadin.shared.ui.colorpicker.Color
-
Creates a color that has the specified red, green, blue, and alpha values within the range [0 - 255].
- colorChanged(ColorChangeEvent) - Method in class com.vaadin.ui.AbstractColorPicker
-
Fired when a color change event occurs
- colorChanged(ColorChangeEvent) - Method in interface com.vaadin.ui.components.colorpicker.ColorChangeListener
-
Called when a new color has been selected.
- colorChanged(ColorChangeEvent) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerHistory
- colorChanged(ColorChangeEvent) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPopup
- ColorChangeEvent - Class in com.vaadin.ui.components.colorpicker
-
The color changed event which is passed to the listeners when a color change occurs.
- ColorChangeEvent(Component, Color) - Constructor for class com.vaadin.ui.components.colorpicker.ColorChangeEvent
- ColorChangeListener - Interface in com.vaadin.ui.components.colorpicker
-
The listener interface for receiving colorChange events.
- ColorPicker - Class in com.vaadin.ui
-
A class that defines default (button-like) implementation for a color picker component.
- ColorPicker() - Constructor for class com.vaadin.ui.ColorPicker
-
Instantiates a new color picker.
- ColorPicker(String) - Constructor for class com.vaadin.ui.ColorPicker
-
Instantiates a new color picker.
- ColorPicker(String, Color) - Constructor for class com.vaadin.ui.ColorPicker
-
Instantiates a new color picker.
- ColorPickerArea - Class in com.vaadin.ui
-
A class that defines area-like implementation for a color picker component.
- ColorPickerArea() - Constructor for class com.vaadin.ui.ColorPickerArea
-
Instantiates a new color picker.
- ColorPickerArea(String) - Constructor for class com.vaadin.ui.ColorPickerArea
-
Instantiates a new color picker.
- ColorPickerArea(String, Color) - Constructor for class com.vaadin.ui.ColorPickerArea
-
Instantiates a new color picker.
- ColorPickerAreaConnector - Class in com.vaadin.client.ui.colorpicker
-
A class that defines an implementation for a color picker connector.
- ColorPickerAreaConnector() - Constructor for class com.vaadin.client.ui.colorpicker.ColorPickerAreaConnector
- ColorPickerConnector - Class in com.vaadin.client.ui.colorpicker
-
A class that defines default implementation for a color picker connector.
- ColorPickerConnector() - Constructor for class com.vaadin.client.ui.colorpicker.ColorPickerConnector
- ColorPickerGradient - Class in com.vaadin.ui.components.colorpicker
-
A component that represents a color gradient within a color picker.
- ColorPickerGradient(String, AbstractColorPicker.Coordinates2Color) - Constructor for class com.vaadin.ui.components.colorpicker.ColorPickerGradient
-
Instantiates a new color picker gradient.
- ColorPickerGradientConnector - Class in com.vaadin.client.ui.colorpicker
-
A class that defines the default implementation for a color picker gradient connector.
- ColorPickerGradientConnector() - Constructor for class com.vaadin.client.ui.colorpicker.ColorPickerGradientConnector
- ColorPickerGradientServerRpc - Interface in com.vaadin.shared.ui.colorpicker
-
RPC interface for ColorPickerGradient.
- ColorPickerGradientState - Class in com.vaadin.shared.ui.colorpicker
-
Default shared state implementation for ColorPickerGradient.
- ColorPickerGradientState() - Constructor for class com.vaadin.shared.ui.colorpicker.ColorPickerGradientState
- ColorPickerGrid - Class in com.vaadin.ui.components.colorpicker
-
A component that represents a color selection grid within a color picker.
- ColorPickerGrid() - Constructor for class com.vaadin.ui.components.colorpicker.ColorPickerGrid
-
Instantiates a new color picker grid.
- ColorPickerGrid(int, int) - Constructor for class com.vaadin.ui.components.colorpicker.ColorPickerGrid
-
Instantiates a new color picker grid.
- ColorPickerGrid(Color[][]) - Constructor for class com.vaadin.ui.components.colorpicker.ColorPickerGrid
-
Instantiates a new color picker grid.
- ColorPickerGridConnector - Class in com.vaadin.client.ui.colorpicker
-
A class that defines the default implementation for a color picker grid connector.
- ColorPickerGridConnector() - Constructor for class com.vaadin.client.ui.colorpicker.ColorPickerGridConnector
- ColorPickerGridServerRpc - Interface in com.vaadin.shared.ui.colorpicker
-
RPC interface for ColorPickerGrid.
- ColorPickerGridState - Class in com.vaadin.shared.ui.colorpicker
-
Default shared state implementation for ColorPickerGrid.
- ColorPickerGridState() - Constructor for class com.vaadin.shared.ui.colorpicker.ColorPickerGridState
- ColorPickerHistory - Class in com.vaadin.ui.components.colorpicker
-
A component that represents color selection history within a color picker.
- ColorPickerHistory() - Constructor for class com.vaadin.ui.components.colorpicker.ColorPickerHistory
-
Instantiates a new color picker history.
- 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
-
Instantiates a new color picker select.
- ColorPickerServerRpc - Interface in com.vaadin.shared.ui.colorpicker
-
RPC interface for AbstractColorPicker.
- ColorPickerState - Class in com.vaadin.shared.ui.colorpicker
-
Default shared state implementation for AbstractColorPicker.
- ColorPickerState() - Constructor for class com.vaadin.shared.ui.colorpicker.ColorPickerState
- ColorSelector - Interface in com.vaadin.ui.components.colorpicker
-
An interface for a color selector.
- cols - Variable in class com.vaadin.client.ui.VOptionGroupBase
-
For internal use only.
- COLSPAN_ATTR - Static variable in class com.vaadin.client.widget.escalator.FlyweightCell
- Column() - Constructor for class com.vaadin.client.widgets.Grid.Column
-
Constructs a new column with a simple TextRenderer.
- Column(Renderer<? super C>) - Constructor for class com.vaadin.client.widgets.Grid.Column
-
Constructs a new column with a custom renderer.
- Column(String) - Constructor for class com.vaadin.client.widgets.Grid.Column
-
Constructs a new column with a simple TextRenderer.
- Column(String, Renderer<? super C>) - Constructor for class com.vaadin.client.widgets.Grid.Column
-
Constructs a new column with a custom renderer.
- COLUMN_COLLAPSE_EVENT_ID - Static variable in class com.vaadin.shared.ui.table.TableConstants
- COLUMN_HEADER_MODE_EXPLICIT - Static variable in class com.vaadin.ui.Table
-
Deprecated.As of 7.0, use
Table.ColumnHeaderMode.EXPLICIT
instead - COLUMN_HEADER_MODE_EXPLICIT_DEFAULTS_ID - Static variable in class com.vaadin.ui.Table
-
Deprecated.As of 7.0, use
Table.ColumnHeaderMode.EXPLICIT_DEFAULTS_ID
instead - COLUMN_HEADER_MODE_HIDDEN - Static variable in class com.vaadin.ui.Table
-
Deprecated.As of 7.0, use
Table.ColumnHeaderMode.HIDDEN
instead - COLUMN_HEADER_MODE_ID - Static variable in class com.vaadin.ui.Table
-
Deprecated.As of 7.0, use
Table.ColumnHeaderMode.ID
instead - COLUMN_REORDER_EVENT_ID - Static variable in class com.vaadin.shared.ui.table.TableConstants
- COLUMN_RESIZE_EVENT_ID - Static variable in class com.vaadin.shared.ui.table.TableConstants
- COLUMN_RESIZE_METHOD - Static variable in class com.vaadin.ui.Table.ColumnResizeEvent
- COLUMN_WIDGET - Static variable in class com.vaadin.client.ui.VFormLayout.VFormLayoutTable
- column1 - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState.ChildComponentData
- column2 - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState.ChildComponentData
- ColumnCollapseEvent(Component, Object) - Constructor for class com.vaadin.ui.Table.ColumnCollapseEvent
-
Constructor
- columnCollapseStateChange(Table.ColumnCollapseEvent) - Method in interface com.vaadin.ui.Table.ColumnCollapseListener
-
This method is triggered when the collapse state for a column has changed
- ColumnConfiguration - Interface in com.vaadin.client.widget.escalator
-
A representation of the columns in an instance of
Escalator
. - columnCount - Variable in class com.vaadin.shared.ui.colorpicker.ColorPickerGridState
- ColumnGroupState - Class in com.vaadin.shared.ui.grid
-
The column group data shared between the server and the client
- ColumnGroupState() - Constructor for class com.vaadin.shared.ui.grid.ColumnGroupState
- columnId - Variable in class com.vaadin.shared.ui.grid.GridStaticSectionState.CellState
- columnOrder - Variable in class com.vaadin.shared.ui.grid.GridState
-
Column order in grid.
- ColumnProperty - Class in com.vaadin.data.util.sqlcontainer
-
ColumnProperty represents the value of one column in a RowItem.
- ColumnProperty(String, boolean, boolean, boolean, boolean, Object, Class<?>) - Constructor for class com.vaadin.data.util.sqlcontainer.ColumnProperty
-
Creates a new ColumnProperty instance.
- ColumnProperty(String, boolean, boolean, boolean, Object, Class<?>) - Constructor for class com.vaadin.data.util.sqlcontainer.ColumnProperty
-
Deprecated.As of 7.0. Use
instead
- ColumnProperty.NotNullableException - Exception in com.vaadin.data.util.sqlcontainer
-
An exception that signals that a
null
value was passed to thesetValue
method, but the value of this property can not be set tonull
. - columnReorder(Grid.ColumnReorderEvent) - Method in interface com.vaadin.ui.Grid.ColumnReorderListener
-
Called when the columns of the grid have been reordered.
- columnReorder(Table.ColumnReorderEvent) - Method in interface com.vaadin.ui.Table.ColumnReorderListener
-
This method is triggered when the column has been reordered
- ColumnReorderEvent<T> - Class in com.vaadin.client.widget.grid.events
-
An event for notifying that the columns in the Grid have been reordered.
- ColumnReorderEvent() - Constructor for class com.vaadin.client.widget.grid.events.ColumnReorderEvent
- ColumnReorderEvent(Component) - Constructor for class com.vaadin.ui.Table.ColumnReorderEvent
-
Constructor
- ColumnReorderEvent(Grid, boolean) - Constructor for class com.vaadin.ui.Grid.ColumnReorderEvent
- ColumnReorderHandler<T> - Interface in com.vaadin.client.widget.grid.events
-
Handler for a Grid column reorder event, called when the Grid's columns has been reordered.
- columnReorderingAllowed - Variable in class com.vaadin.shared.ui.grid.GridState
-
Whether the columns can be reordered
- columnResize(Grid.ColumnResizeEvent) - Method in interface com.vaadin.ui.Grid.ColumnResizeListener
-
Called when the columns of the grid have been resized.
- columnResize(Table.ColumnResizeEvent) - Method in interface com.vaadin.ui.Table.ColumnResizeListener
-
This method is triggered when the column has been resized
- columnResized(String, double) - Method in interface com.vaadin.shared.ui.grid.GridServerRpc
-
Informs the server that a column has been resized by the user.
- ColumnResizeEvent<T> - Class in com.vaadin.client.widget.grid.events
-
An event for notifying that the columns in the Grid have been resized.
- ColumnResizeEvent(Grid.Column<?, T>) - Constructor for class com.vaadin.client.widget.grid.events.ColumnResizeEvent
- ColumnResizeEvent(Component, Object, int, int) - Constructor for class com.vaadin.ui.Table.ColumnResizeEvent
-
Constructor
- ColumnResizeEvent(Grid, Grid.Column, boolean) - Constructor for class com.vaadin.ui.Grid.ColumnResizeEvent
- ColumnResizeHandler<T> - Interface in com.vaadin.client.widget.grid.events
-
Handler for a Grid column resize event, called when the Grid's columns has been resized.
- columnResizeMode - Variable in class com.vaadin.shared.ui.grid.GridState
-
Column resize mode in grid.
- ColumnResizeMode - Enum in com.vaadin.shared.ui.grid
-
Collection of modes used for resizing columns in the Grid.
- columns - Variable in class com.vaadin.shared.ui.grid.ColumnGroupState
-
The columns that is included in the group
- columns - Variable in class com.vaadin.shared.ui.grid.GridState
-
Columns in grid.
- columns - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState
- columns - Variable in class com.vaadin.shared.ui.textfield.AbstractTextFieldState
-
Number of visible columns in the TextField.
- COLUMNS - com.vaadin.server.FontAwesome
- columnsAdded(List<Grid.Column>) - Method in class com.vaadin.server.communication.data.RpcDataProviderExtension
-
Informs this data provider that given columns have been added to grid.
- columnsRemoved(List<Grid.Column>) - Method in class com.vaadin.server.communication.data.RpcDataProviderExtension
-
Informs this data provider that given columns have been removed from grid.
- columnsReordered(List<String>, List<String>) - Method in interface com.vaadin.shared.ui.grid.GridServerRpc
-
Informs the server that the columns of the Grid have been reordered.
- columnVisibilityChanged(Grid.ColumnVisibilityChangeEvent) - Method in interface com.vaadin.ui.Grid.ColumnVisibilityChangeListener
-
Called when a column has become hidden or unhidden.
- columnVisibilityChanged(String, boolean, boolean) - Method in interface com.vaadin.shared.ui.grid.GridServerRpc
-
Informs the server that a column's visibility has been changed.
- ColumnVisibilityChangeEvent<T> - Class in com.vaadin.client.widget.grid.events
-
An event for notifying that the columns in the Grid's have changed visibility.
- ColumnVisibilityChangeEvent(Grid.Column<?, T>, boolean, boolean) - Constructor for class com.vaadin.client.widget.grid.events.ColumnVisibilityChangeEvent
- ColumnVisibilityChangeEvent(Grid, Grid.Column, boolean, boolean) - Constructor for class com.vaadin.ui.Grid.ColumnVisibilityChangeEvent
-
Constructor for a column visibility change event.
- ColumnVisibilityChangeHandler<T> - Interface in com.vaadin.client.widget.grid.events
-
Handler for a Grid column visibility change event, called when the Grid's columns have changed visibility to hidden or visible.
- columnWidths - Variable in class com.vaadin.client.ui.VGridLayout
-
For internal use only.
- com.vaadin.annotations - package com.vaadin.annotations
- com.vaadin.client - package com.vaadin.client
- com.vaadin.client.annotations - package com.vaadin.client.annotations
- com.vaadin.client.communication - package com.vaadin.client.communication
- com.vaadin.client.componentlocator - package com.vaadin.client.componentlocator
- com.vaadin.client.connectors - package com.vaadin.client.connectors
- com.vaadin.client.data - package com.vaadin.client.data
- com.vaadin.client.debug.internal - package com.vaadin.client.debug.internal
- com.vaadin.client.debug.internal.theme - package com.vaadin.client.debug.internal.theme
- com.vaadin.client.event - package com.vaadin.client.event
- com.vaadin.client.extensions - package com.vaadin.client.extensions
- com.vaadin.client.extensions.javascriptmanager - package com.vaadin.client.extensions.javascriptmanager
- com.vaadin.client.metadata - package com.vaadin.client.metadata
- com.vaadin.client.renderers - package com.vaadin.client.renderers
- com.vaadin.client.ui - package com.vaadin.client.ui
- com.vaadin.client.ui.absolutelayout - package com.vaadin.client.ui.absolutelayout
- com.vaadin.client.ui.accordion - package com.vaadin.client.ui.accordion
- com.vaadin.client.ui.aria - package com.vaadin.client.ui.aria
- com.vaadin.client.ui.audio - package com.vaadin.client.ui.audio
- com.vaadin.client.ui.browserframe - package com.vaadin.client.ui.browserframe
- com.vaadin.client.ui.button - package com.vaadin.client.ui.button
- com.vaadin.client.ui.calendar - package com.vaadin.client.ui.calendar
- com.vaadin.client.ui.calendar.schedule - package com.vaadin.client.ui.calendar.schedule
- com.vaadin.client.ui.calendar.schedule.dd - package com.vaadin.client.ui.calendar.schedule.dd
- com.vaadin.client.ui.checkbox - package com.vaadin.client.ui.checkbox
- com.vaadin.client.ui.colorpicker - package com.vaadin.client.ui.colorpicker
- com.vaadin.client.ui.combobox - package com.vaadin.client.ui.combobox
- com.vaadin.client.ui.csslayout - package com.vaadin.client.ui.csslayout
- com.vaadin.client.ui.customcomponent - package com.vaadin.client.ui.customcomponent
- com.vaadin.client.ui.customfield - package com.vaadin.client.ui.customfield
- com.vaadin.client.ui.customlayout - package com.vaadin.client.ui.customlayout
- com.vaadin.client.ui.datefield - package com.vaadin.client.ui.datefield
- com.vaadin.client.ui.dd - package com.vaadin.client.ui.dd
- com.vaadin.client.ui.draganddropwrapper - package com.vaadin.client.ui.draganddropwrapper
- com.vaadin.client.ui.embedded - package com.vaadin.client.ui.embedded
- com.vaadin.client.ui.flash - package com.vaadin.client.ui.flash
- com.vaadin.client.ui.form - package com.vaadin.client.ui.form
- com.vaadin.client.ui.formlayout - package com.vaadin.client.ui.formlayout
- com.vaadin.client.ui.gridlayout - package com.vaadin.client.ui.gridlayout
- com.vaadin.client.ui.image - package com.vaadin.client.ui.image
- com.vaadin.client.ui.label - package com.vaadin.client.ui.label
- com.vaadin.client.ui.layout - package com.vaadin.client.ui.layout
- com.vaadin.client.ui.link - package com.vaadin.client.ui.link
- com.vaadin.client.ui.listselect - package com.vaadin.client.ui.listselect
- com.vaadin.client.ui.loginform - package com.vaadin.client.ui.loginform
- com.vaadin.client.ui.menubar - package com.vaadin.client.ui.menubar
- com.vaadin.client.ui.nativebutton - package com.vaadin.client.ui.nativebutton
- com.vaadin.client.ui.nativeselect - package com.vaadin.client.ui.nativeselect
- com.vaadin.client.ui.optiongroup - package com.vaadin.client.ui.optiongroup
- com.vaadin.client.ui.orderedlayout - package com.vaadin.client.ui.orderedlayout
- com.vaadin.client.ui.panel - package com.vaadin.client.ui.panel
- com.vaadin.client.ui.passwordfield - package com.vaadin.client.ui.passwordfield
- com.vaadin.client.ui.popupview - package com.vaadin.client.ui.popupview
- com.vaadin.client.ui.progressindicator - package com.vaadin.client.ui.progressindicator
- com.vaadin.client.ui.richtextarea - package com.vaadin.client.ui.richtextarea
- com.vaadin.client.ui.slider - package com.vaadin.client.ui.slider
- com.vaadin.client.ui.splitpanel - package com.vaadin.client.ui.splitpanel
- com.vaadin.client.ui.table - package com.vaadin.client.ui.table
- com.vaadin.client.ui.tabsheet - package com.vaadin.client.ui.tabsheet
- com.vaadin.client.ui.textarea - package com.vaadin.client.ui.textarea
- com.vaadin.client.ui.textfield - package com.vaadin.client.ui.textfield
- com.vaadin.client.ui.tree - package com.vaadin.client.ui.tree
- com.vaadin.client.ui.treetable - package com.vaadin.client.ui.treetable
- com.vaadin.client.ui.twincolselect - package com.vaadin.client.ui.twincolselect
- com.vaadin.client.ui.ui - package com.vaadin.client.ui.ui
- com.vaadin.client.ui.upload - package com.vaadin.client.ui.upload
- com.vaadin.client.ui.video - package com.vaadin.client.ui.video
- com.vaadin.client.ui.window - package com.vaadin.client.ui.window
- com.vaadin.client.widget.escalator - package com.vaadin.client.widget.escalator
- com.vaadin.client.widget.escalator.events - package com.vaadin.client.widget.escalator.events
- com.vaadin.client.widget.grid - package com.vaadin.client.widget.grid
- com.vaadin.client.widget.grid.datasources - package com.vaadin.client.widget.grid.datasources
- com.vaadin.client.widget.grid.events - package com.vaadin.client.widget.grid.events
- com.vaadin.client.widget.grid.selection - package com.vaadin.client.widget.grid.selection
- com.vaadin.client.widget.grid.sort - package com.vaadin.client.widget.grid.sort
- com.vaadin.client.widgets - package com.vaadin.client.widgets
- com.vaadin.data - package com.vaadin.data
- com.vaadin.data.fieldgroup - package com.vaadin.data.fieldgroup
- com.vaadin.data.sort - package com.vaadin.data.sort
- com.vaadin.data.util - package com.vaadin.data.util
- com.vaadin.data.util.converter - package com.vaadin.data.util.converter
- com.vaadin.data.util.filter - package com.vaadin.data.util.filter
- com.vaadin.data.util.sqlcontainer - package com.vaadin.data.util.sqlcontainer
- com.vaadin.data.util.sqlcontainer.connection - package com.vaadin.data.util.sqlcontainer.connection
- com.vaadin.data.util.sqlcontainer.query - package com.vaadin.data.util.sqlcontainer.query
- com.vaadin.data.util.sqlcontainer.query.generator - package com.vaadin.data.util.sqlcontainer.query.generator
- com.vaadin.data.util.sqlcontainer.query.generator.filter - package com.vaadin.data.util.sqlcontainer.query.generator.filter
- 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.navigator - package com.vaadin.navigator
- com.vaadin.server - package com.vaadin.server
- com.vaadin.server.communication - package com.vaadin.server.communication
- com.vaadin.server.communication.data - package com.vaadin.server.communication.data
- com.vaadin.server.themeutils - package com.vaadin.server.themeutils
- com.vaadin.server.widgetsetutils - package com.vaadin.server.widgetsetutils
- com.vaadin.shared - package com.vaadin.shared
- com.vaadin.shared.annotations - package com.vaadin.shared.annotations
- com.vaadin.shared.communication - package com.vaadin.shared.communication
- com.vaadin.shared.data - package com.vaadin.shared.data
- com.vaadin.shared.data.sort - package com.vaadin.shared.data.sort
- com.vaadin.shared.extension.javascriptmanager - package com.vaadin.shared.extension.javascriptmanager
- com.vaadin.shared.ui - package com.vaadin.shared.ui
- com.vaadin.shared.ui.absolutelayout - package com.vaadin.shared.ui.absolutelayout
- com.vaadin.shared.ui.accordion - package com.vaadin.shared.ui.accordion
- com.vaadin.shared.ui.audio - package com.vaadin.shared.ui.audio
- com.vaadin.shared.ui.browserframe - package com.vaadin.shared.ui.browserframe
- com.vaadin.shared.ui.button - package com.vaadin.shared.ui.button
- com.vaadin.shared.ui.calendar - package com.vaadin.shared.ui.calendar
- com.vaadin.shared.ui.checkbox - package com.vaadin.shared.ui.checkbox
- com.vaadin.shared.ui.colorpicker - package com.vaadin.shared.ui.colorpicker
- com.vaadin.shared.ui.combobox - package com.vaadin.shared.ui.combobox
- com.vaadin.shared.ui.csslayout - package com.vaadin.shared.ui.csslayout
- com.vaadin.shared.ui.customlayout - package com.vaadin.shared.ui.customlayout
- com.vaadin.shared.ui.datefield - package com.vaadin.shared.ui.datefield
- com.vaadin.shared.ui.dd - package com.vaadin.shared.ui.dd
- com.vaadin.shared.ui.draganddropwrapper - package com.vaadin.shared.ui.draganddropwrapper
- com.vaadin.shared.ui.embedded - package com.vaadin.shared.ui.embedded
- com.vaadin.shared.ui.flash - package com.vaadin.shared.ui.flash
- com.vaadin.shared.ui.form - package com.vaadin.shared.ui.form
- com.vaadin.shared.ui.grid - package com.vaadin.shared.ui.grid
- com.vaadin.shared.ui.grid.renderers - package com.vaadin.shared.ui.grid.renderers
- com.vaadin.shared.ui.grid.selection - package com.vaadin.shared.ui.grid.selection
- com.vaadin.shared.ui.gridlayout - package com.vaadin.shared.ui.gridlayout
- com.vaadin.shared.ui.image - package com.vaadin.shared.ui.image
- com.vaadin.shared.ui.label - package com.vaadin.shared.ui.label
- com.vaadin.shared.ui.link - package com.vaadin.shared.ui.link
- com.vaadin.shared.ui.loginform - package com.vaadin.shared.ui.loginform
- com.vaadin.shared.ui.menubar - package com.vaadin.shared.ui.menubar
- com.vaadin.shared.ui.optiongroup - package com.vaadin.shared.ui.optiongroup
- com.vaadin.shared.ui.orderedlayout - package com.vaadin.shared.ui.orderedlayout
- com.vaadin.shared.ui.panel - package com.vaadin.shared.ui.panel
- com.vaadin.shared.ui.popupview - package com.vaadin.shared.ui.popupview
- com.vaadin.shared.ui.progressindicator - package com.vaadin.shared.ui.progressindicator
- com.vaadin.shared.ui.select - package com.vaadin.shared.ui.select
- com.vaadin.shared.ui.slider - package com.vaadin.shared.ui.slider
- com.vaadin.shared.ui.splitpanel - package com.vaadin.shared.ui.splitpanel
- com.vaadin.shared.ui.table - package com.vaadin.shared.ui.table
- com.vaadin.shared.ui.tabsheet - package com.vaadin.shared.ui.tabsheet
- com.vaadin.shared.ui.textarea - package com.vaadin.shared.ui.textarea
- com.vaadin.shared.ui.textfield - package com.vaadin.shared.ui.textfield
- com.vaadin.shared.ui.tree - package com.vaadin.shared.ui.tree
- com.vaadin.shared.ui.treetable - package com.vaadin.shared.ui.treetable
- com.vaadin.shared.ui.twincolselect - package com.vaadin.shared.ui.twincolselect
- com.vaadin.shared.ui.ui - package com.vaadin.shared.ui.ui
- com.vaadin.shared.ui.upload - package com.vaadin.shared.ui.upload
- com.vaadin.shared.ui.video - package com.vaadin.shared.ui.video
- com.vaadin.shared.ui.window - package com.vaadin.shared.ui.window
- com.vaadin.shared.util - package com.vaadin.shared.util
- com.vaadin.ui - package com.vaadin.ui
- com.vaadin.ui.components.calendar - package com.vaadin.ui.components.calendar
- com.vaadin.ui.components.calendar.event - package com.vaadin.ui.components.calendar.event
- com.vaadin.ui.components.calendar.handler - package com.vaadin.ui.components.calendar.handler
- com.vaadin.ui.components.colorpicker - package com.vaadin.ui.components.colorpicker
- com.vaadin.ui.declarative - package com.vaadin.ui.declarative
- com.vaadin.ui.declarative.converters - package com.vaadin.ui.declarative.converters
- 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
- combineWith(Range) - Method in class com.vaadin.shared.ui.grid.Range
-
Combines two ranges to create a range containing all values in both ranges, provided there are no gaps between the ranges.
- ComboBox - Class in com.vaadin.ui
-
A filtering dropdown single-select.
- ComboBox() - Constructor for class com.vaadin.ui.ComboBox
- ComboBox(String) - Constructor for class com.vaadin.ui.ComboBox
- ComboBox(String, Container) - Constructor for class com.vaadin.ui.ComboBox
- ComboBox(String, Collection<?>) - Constructor for class com.vaadin.ui.ComboBox
- 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_SEARCH - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Adds a magnifier icon on the left side of the fields text
- COMBOBOX_SELECT_BUTTON - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Adds a magnifier icon on the left side of the fields text
- COMBOBOX_SMALL - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Small size combo box.
- COMBOBOX_TINY - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Tiny size combo box.
- ComboBox.ItemStyleGenerator - Interface in com.vaadin.ui
-
ItemStyleGenerator can be used to add custom styles to combo box items shown in the popup.
- ComboBoxConnector - Class in com.vaadin.client.ui.combobox
- ComboBoxConnector() - Constructor for class com.vaadin.client.ui.combobox.ComboBoxConnector
- ComboBoxConstants - Class in com.vaadin.shared.ui.combobox
-
Deprecated.
- ComboBoxConstants() - Constructor for class com.vaadin.shared.ui.combobox.ComboBoxConstants
-
Deprecated.
- ComboBoxState - Class in com.vaadin.shared.ui.combobox
-
Shared state for the ComboBox component.
- ComboBoxState() - Constructor for class com.vaadin.shared.ui.combobox.ComboBoxState
- command - Variable in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- COMMENT - com.vaadin.server.FontAwesome
- COMMENT_O - com.vaadin.server.FontAwesome
- COMMENTING - com.vaadin.server.FontAwesome
- COMMENTING_O - com.vaadin.server.FontAwesome
- COMMENTS - com.vaadin.server.FontAwesome
- COMMENTS_O - com.vaadin.server.FontAwesome
- commit() - Method in interface com.vaadin.data.Buffered
-
Updates all changes since the previous commit to the data source.
- commit() - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Commits all changes done to the bound fields.
- commit() - Method in interface com.vaadin.data.Property.Transactional
-
Commits and ends the transaction that is in progress.
- commit() - Method in class com.vaadin.data.util.sqlcontainer.ColumnProperty
- commit() - Method in class com.vaadin.data.util.sqlcontainer.query.AbstractTransactionalQuery
-
Commits (if not in auto-commit mode) and releases the active connection.
- commit() - Method in class com.vaadin.data.util.sqlcontainer.query.FreeformQuery
- commit() - Method in interface com.vaadin.data.util.sqlcontainer.query.QueryDelegate
-
Commits a transaction.
- commit() - Method in class com.vaadin.data.util.sqlcontainer.query.TableQuery
- commit() - Method in class com.vaadin.data.util.sqlcontainer.RowItem
- commit() - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
-
Commits all the changes, additions and removals made to the items of this container.
- commit() - Method in class com.vaadin.data.util.TransactionalPropertyWrapper
- commit() - Method in class com.vaadin.ui.AbstractField
- commit() - Method in class com.vaadin.ui.Form
-
Deprecated.
- commitBatchSelect() - Method in class com.vaadin.client.connectors.MultiSelectionModelConnector.MultiSelectionModel
- commitBatchSelect() - Method in interface com.vaadin.client.widget.grid.selection.SelectionModel.Multi.Batched
-
Commits and ends a batch selection.
- commitBatchSelect() - Method in class com.vaadin.client.widget.grid.selection.SelectionModelMulti
- commitError(Grid.CommitErrorEvent) - Method in class com.vaadin.ui.Grid.DefaultEditorErrorHandler
- commitError(Grid.CommitErrorEvent) - Method in interface com.vaadin.ui.Grid.EditorErrorHandler
-
Called when an exception occurs while the editor row is being saved
- CommitErrorEvent(Grid, FieldGroup.CommitException) - Constructor for class com.vaadin.ui.Grid.CommitErrorEvent
- CommitException() - Constructor for exception com.vaadin.data.fieldgroup.FieldGroup.CommitException
- CommitException(String) - Constructor for exception com.vaadin.data.fieldgroup.FieldGroup.CommitException
- CommitException(String, FieldGroup, Throwable) - Constructor for exception com.vaadin.data.fieldgroup.FieldGroup.CommitException
- CommitException(String, Throwable) - Constructor for exception com.vaadin.data.fieldgroup.FieldGroup.CommitException
- CommitException(Throwable) - Constructor for exception com.vaadin.data.fieldgroup.FieldGroup.CommitException
- 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
- compare(double, double) - Method in interface elemental.util.CanCompareNumber
-
Compares its two arguments for order.
- compare(int, int) - Method in interface elemental.util.CanCompareInt
-
Compares its two arguments for order.
- compare(Object, Object) - Method in class com.vaadin.data.util.DefaultItemSorter
- compare(Object, Object) - Method in class com.vaadin.data.util.DefaultItemSorter.DefaultPropertyValueComparator
- compare(Object, Object) - Method in interface com.vaadin.data.util.ItemSorter
-
Compares its two arguments for order.
- compare(String, String) - Method in interface elemental.util.CanCompareString
-
Compares its two arguments for order.
- compare(T, T) - Method in interface elemental.util.CanCompare
-
Compares its two arguments for order.
- Compare - Class in com.vaadin.data.util.filter
-
Simple container filter comparing an item property value against a given constant value.
- Compare.Equal - Class in com.vaadin.data.util.filter
-
A
Compare
filter that accepts items for which the identified property value is equal tovalue
. - Compare.Greater - Class in com.vaadin.data.util.filter
-
A
Compare
filter that accepts items for which the identified property value is greater thanvalue
. - Compare.GreaterOrEqual - Class in com.vaadin.data.util.filter
-
A
Compare
filter that accepts items for which the identified property value is greater than or equal tovalue
. - Compare.Less - Class in com.vaadin.data.util.filter
-
A
Compare
filter that accepts items for which the identified property value is less thanvalue
. - Compare.LessOrEqual - Class in com.vaadin.data.util.filter
-
A
Compare
filter that accepts items for which the identified property value is less than or equal tovalue
. - Compare.Operation - Enum in com.vaadin.data.util.filter
- compareDate(Date, Date) - Static method in class com.vaadin.client.ui.calendar.schedule.DateUtil
-
Checks if dates are same day without checking datetimes.
- compareProperty(Object, boolean, Item, Item) - Method in class com.vaadin.data.util.DefaultItemSorter
-
Compares the property indicated by
propertyId
in the items indicated byitem1
anditem2
for order. - compareTo(ClientMethodInvocation) - Method in class com.vaadin.server.ClientMethodInvocation
- compareTo(Label) - Method in class com.vaadin.ui.Label
-
Compares the Label to other objects.
- CompareTranslator - Class in com.vaadin.data.util.sqlcontainer.query.generator.filter
- CompareTranslator() - Constructor for class com.vaadin.data.util.sqlcontainer.query.generator.filter.CompareTranslator
- compareValue(Object) - Method in class com.vaadin.data.util.filter.Compare
- COMPASS - com.vaadin.server.FontAwesome
- ComplexRenderer<T> - Class in com.vaadin.client.renderers
-
Base class for renderers that needs initialization and destruction logic (override
#init(FlyweightCell)
and#destroy(FlyweightCell)
and event handling (see#onBrowserEvent(Cell, NativeEvent)
,ComplexRenderer.getConsumedEvents()
and#onActivate()
. - ComplexRenderer() - Constructor for class com.vaadin.client.renderers.ComplexRenderer
- Component - Interface in com.vaadin.ui
-
Component
is the top-level interface that is and must be implemented by all Vaadin components. - COMPONENT - com.vaadin.ui.DragAndDropWrapper.DragStartMode
-
The component on which the drag started will be shown as drag image.
- COMPONENT - Static variable in class com.vaadin.client.ui.VDragAndDropWrapper
- COMPONENT_OTHER - com.vaadin.ui.DragAndDropWrapper.DragStartMode
-
Uses the component defined in
DragAndDropWrapper.setDragImageComponent(Component)
as the drag image. - COMPONENT_OTHER - Static variable in class com.vaadin.client.ui.VDragAndDropWrapper
- Component.ErrorEvent - Class in com.vaadin.ui
-
Class of all component originated error events.
- Component.Event - Class in com.vaadin.ui
-
Superclass of all component originated events.
- Component.Focusable - Interface in com.vaadin.ui
-
A sub-interface implemented by components that can obtain input focus.
- Component.Listener - Interface in com.vaadin.ui
-
Listener interface for receiving
Component.Event
s. - componentAttachedToContainer(HasComponents.ComponentAttachEvent) - Method in interface com.vaadin.ui.HasComponents.ComponentAttachListener
-
A new component is attached to container.
- ComponentAttachEvent(HasComponents, Component) - Constructor for class com.vaadin.ui.HasComponents.ComponentAttachEvent
-
Creates a new attach event.
- ComponentConnector - Interface in com.vaadin.client
-
An interface used by client-side widgets or paintable parts to receive updates from the corresponding server-side components in the form of
UIDL
. - ComponentConnectorLayoutSlot - Class in com.vaadin.client.ui.layout
- ComponentConnectorLayoutSlot(String, ComponentConnector, ManagedLayout) - Constructor for class com.vaadin.client.ui.layout.ComponentConnectorLayoutSlot
- ComponentConstants - Class in com.vaadin.shared
- ComponentConstants() - Constructor for class com.vaadin.shared.ComponentConstants
- ComponentContainer - Interface in com.vaadin.ui
-
A special type of parent which allows the user to add and remove components to it.
- ComponentContainerViewDisplay(ComponentContainer) - Constructor for class com.vaadin.navigator.Navigator.ComponentContainerViewDisplay
-
Create new
ViewDisplay
that updates aComponentContainer
to show the view. - componentCreated(DesignContext.ComponentCreatedEvent) - Method in interface com.vaadin.ui.declarative.DesignContext.ComponentCreationListener
-
Called when component has been created in the design context
- componentDetachedFromContainer(HasComponents.ComponentDetachEvent) - Method in interface com.vaadin.ui.HasComponents.ComponentDetachListener
-
A component has been detached from container.
- ComponentDetachEvent(HasComponents, Component) - Constructor for class com.vaadin.ui.HasComponents.ComponentDetachEvent
-
Creates a new detach event.
- componentError - Variable in class com.vaadin.shared.ui.tabsheet.TabState
- componentErrorLevel - Variable in class com.vaadin.shared.ui.tabsheet.TabState
-
The error level of the component.
- componentEvent(Component.Event) - Method in interface com.vaadin.ui.Component.Listener
-
Notifies the listener of a component event.
- ComponentLocator - Class in com.vaadin.client.componentlocator
-
ComponentLocator provides methods for generating a String locator for a given DOM element and for locating a DOM element using a String locator.
- ComponentLocator(ApplicationConnection) - Constructor for class com.vaadin.client.componentlocator.ComponentLocator
-
Construct a ComponentLocator for the given ApplicationConnection.
- ComponentPosition() - Constructor for class com.vaadin.ui.AbsoluteLayout.ComponentPosition
- 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() - Constructor for class com.vaadin.server.ComponentSizeValidator
- ComponentSizeValidator.FileLocation - Class in com.vaadin.server
- ComponentSizeValidator.InvalidLayout - Class in com.vaadin.server
- ComponentStateUtil - Class in com.vaadin.shared.ui
- componentStyleNames - Variable in class com.vaadin.client.ui.VAbstractSplitPanel
-
For internal use only.
- componentToTag(Component, DesignContext) - Method in interface com.vaadin.ui.declarative.Design.ComponentMapper
-
Resolves a tag name from a component.
- componentToTag(Component, DesignContext) - Method in class com.vaadin.ui.declarative.Design.DefaultComponentMapper
- 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.
- CompositeValidator - Class in com.vaadin.data.validator
-
The
CompositeValidator
allows you to chain (compose) many validators to validate one field. - CompositeValidator() - Constructor for class com.vaadin.data.validator.CompositeValidator
-
Construct a composite validator in
AND
mode without error message. - CompositeValidator(CompositeValidator.CombinationMode, String) - Constructor for class com.vaadin.data.validator.CompositeValidator
-
Constructs a composite validator in given mode.
- CompositeValidator.CombinationMode - Enum in com.vaadin.data.validator
- COMPOUND_CSSLAYOUT_TOOLBAR - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Adds a toolbar-like background for the layout, and aligns Buttons and Segments horizontally.
- COMPOUND_HORIZONTAL_LAYOUT_SEGMENT - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Creates a context for a segment button control.
- COMPOUND_HORIZONTAL_LAYOUT_SEGMENT_ALTERNATE - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Use this mixin-style in combination with the
ChameleonTheme.COMPOUND_HORIZONTAL_LAYOUT_SEGMENT
style to make buttons with the "down" style use the themes alternate color (e.g. - COMPOUND_LAYOUT_SIDEBAR_MENU - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Creates an iTunes-like menu from a CssLayout or a VerticalLayout.
- COMPRESS - com.vaadin.server.FontAwesome
- computedStyle - Variable in class com.vaadin.client.ComputedStyle
- ComputedStyle - Class in com.vaadin.client
- ComputedStyle(Element) - Constructor for class com.vaadin.client.ComputedStyle
-
Gets this element's computed style object which can be used to gather information about the current state of the rendered node.
- concat(ArrayOf<T>) - Method in interface elemental.util.ArrayOf
-
Returns a new array that is the concatenation of this array and
values
. - concat(ArrayOfBoolean) - Method in interface elemental.util.ArrayOfBoolean
-
Returns a new array that is the concatenation of this array and
values
. - concat(ArrayOfInt) - Method in interface elemental.util.ArrayOfInt
-
Returns a new array that is the concatenation of this array and
values
. - concat(ArrayOfNumber) - Method in interface elemental.util.ArrayOfNumber
-
Returns a new array that is the concatenation of this array and
values
. - concat(ArrayOfString) - Method in interface elemental.util.ArrayOfString
-
Returns a new array that is the concatenation of this array and
values
. - configurationUpdated() - Method in interface com.vaadin.client.communication.ConnectionStateHandler
-
Called when some part of the reconnect dialog configuration has been changed.
- configurationUpdated() - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
- configureField(Field<?>) - Method in class com.vaadin.data.fieldgroup.BeanFieldGroup
- configureField(Field<?>) - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Configures a field with the settings set for this FieldBinder.
- confirmBind(boolean) - Method in interface com.vaadin.shared.ui.grid.EditorClientRpc
-
Confirms a pending
bind request
sent by the client. - confirmSave(boolean, String, List<String>) - Method in interface com.vaadin.shared.ui.grid.EditorClientRpc
-
Confirms a pending
save request
sent by the client. - connect(AtmosphereResource) - Method in class com.vaadin.server.communication.AtmospherePushConnection
-
Associates this
AtmospherePushConnection
with the givenAtmosphereResource
representing an established push connection. - Connect - Annotation Type in com.vaadin.shared.ui
-
Annotation defining the server side connector that this ClientSideConnector should connect to.
- CONNECT_PENDING - com.vaadin.client.communication.AtmospherePushConnection.State
-
Opening request has been sent, but still waiting for confirmation
- Connect.LoadStyle - Enum in com.vaadin.shared.ui
- CONNECTDEVELOP - com.vaadin.server.FontAwesome
- CONNECTED - com.vaadin.client.communication.AtmospherePushConnection.State
-
Connection is open and ready to use.
- CONNECTED - com.vaadin.server.communication.AtmospherePushConnection.State
-
Connected.
- connectHandlersToWidget(Widget) - Method in class com.vaadin.client.VTooltip
-
Connects DOM handlers to widget that are needed for tooltip presentation.
- connection - Variable in class com.vaadin.client.communication.ServerRpcQueue
- connection - Variable in class com.vaadin.client.ui.VUI
-
For internal use only.
- connectionLost() - Method in class com.vaadin.server.communication.AtmospherePushConnection
-
Called when the connection to the client has been lost.
- connectionStateHandler - Variable in class com.vaadin.client.ApplicationConnection
- ConnectionStateHandler - Interface in com.vaadin.client.communication
-
Interface for handling problems and other events which occur during communication with the server.
- connector - Variable in class com.vaadin.client.ui.AbstractClickEventHandler
- connector - Variable in class com.vaadin.client.ui.VTabsheetBase
-
For internal use only.
- connector - Variable in class com.vaadin.client.ui.VTree
-
For internal use only.
- connector - Variable in class com.vaadin.shared.ui.grid.GridStaticSectionState.CellState
- Connector - Interface in com.vaadin.shared
-
Interface implemented by all classes that are capable of communicating with the server or the client side.
- CONNECTOR_PATH - Static variable in interface com.vaadin.server.ConnectorResource
- ConnectorActionManager - Class in com.vaadin.event
-
An ActionManager connected to a connector.
- ConnectorActionManager(ClientConnector) - Constructor for class com.vaadin.event.ConnectorActionManager
-
Initialize an action manager for the given connector.
- ConnectorActionManager(ClientConnector, T) - Constructor for class com.vaadin.event.ConnectorActionManager
-
Initialize an action manager for the given connector using the given viewer.
- ConnectorBundleLoader - Class in com.vaadin.client.metadata
- ConnectorBundleLoader() - Constructor for class com.vaadin.client.metadata.ConnectorBundleLoader
- ConnectorBundleLoader.CValUiInfo - Class in com.vaadin.client.metadata
- ConnectorErrorEvent(Connector, Throwable) - Constructor for class com.vaadin.server.ClientConnector.ConnectorErrorEvent
- ConnectorEvent - Class in com.vaadin.event
- ConnectorEvent(ClientConnector) - Constructor for class com.vaadin.event.ConnectorEvent
- ConnectorEventListener - Interface in com.vaadin.event
- ConnectorFocusAndBlurHandler - Class in com.vaadin.client.ui
-
A handler for focus and blur events which uses
FieldRpc.FocusAndBlurServerRpc
to transmit received events to the server. - ConnectorHelper - Class in com.vaadin.util
-
Provides various helper methods for connectors.
- ConnectorHelper() - Constructor for class com.vaadin.util.ConnectorHelper
- ConnectorHierarchyChangeEvent - Class in com.vaadin.client
-
Event for containing data related to a change in the
ServerConnector
hierarchy. - ConnectorHierarchyChangeEvent() - Constructor for class com.vaadin.client.ConnectorHierarchyChangeEvent
- ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler - Interface in com.vaadin.client
-
Handles connector hierarchy events.
- ConnectorHierarchyWriter - Class in com.vaadin.server.communication
-
Serializes a connector hierarchy to JSON.
- ConnectorHierarchyWriter() - Constructor for class com.vaadin.server.communication.ConnectorHierarchyWriter
- ConnectorInfoPanel - Class in com.vaadin.client.debug.internal
-
Connector information view panel of the debug window.
- ConnectorInfoPanel() - Constructor for class com.vaadin.client.debug.internal.ConnectorInfoPanel
- ConnectorMap - Class in com.vaadin.client
- ConnectorMap() - Constructor for class com.vaadin.client.ConnectorMap
- connectorMarkedAsDirty(MarkedAsDirtyConnectorEvent) - Method in interface com.vaadin.event.MarkedAsDirtyListener
-
Method called when a client connector has been marked as dirty.
- ConnectorResource - Interface in com.vaadin.server
-
A resource that is served through the Connector that is using the resource.
- ConnectorResourceHandler - Class in com.vaadin.server
- ConnectorResourceHandler() - Constructor for class com.vaadin.server.ConnectorResourceHandler
- connectorToCssPosition - Variable in class com.vaadin.shared.ui.absolutelayout.AbsoluteLayoutState
- ConnectorTracker - Class in com.vaadin.ui
-
A class which takes care of book keeping of
ClientConnector
s for a UI. - ConnectorTracker(UI) - Constructor for class com.vaadin.ui.ConnectorTracker
-
Creates a new ConnectorTracker for the given uI.
- ConnectorTypeWriter - Class in com.vaadin.server.communication
-
Serializes connector type mappings to JSON.
- ConnectorTypeWriter() - Constructor for class com.vaadin.server.communication.ConnectorTypeWriter
- Constants - Interface in com.vaadin.server
-
Internal constants used by both the client and the server side framework
- constructDom() - Method in class com.vaadin.client.ui.VAbstractSplitPanel
- constructDom() - Method in class com.vaadin.client.ui.VTree.TreeNode
- constructDOM() - Method in class com.vaadin.client.ui.VWindow
- constructSelectorsForTarget() - Method in class com.vaadin.client.extensions.ResponsiveConnector
-
Construct the list of selectors that should be matched against in the range selectors
- container - Variable in class com.vaadin.client.ui.VOptionGroupBase
-
Panel containing the component.
- Container - Interface in com.vaadin.data
-
A specialized set of identified Items.
- Container.Editor - Interface in com.vaadin.data
-
Interface implemented by the editor classes supporting editing the Container.
- Container.Filter - Interface in com.vaadin.data
-
Filter interface for container filtering.
- Container.Filterable - Interface in com.vaadin.data
-
Interface that is implemented by containers which allow reducing their visible contents based on a set of filters.
- Container.Hierarchical - Interface in com.vaadin.data
-
Interface for
Container
classes whose Items can be arranged hierarchically. - Container.Indexed - Interface in com.vaadin.data
-
Interface for Container classes whose
Item
s can be accessed by their position in the container. - Container.Indexed.ItemAddEvent - Interface in com.vaadin.data
-
An
Event
object specifying information about the added items. - Container.Indexed.ItemRemoveEvent - Interface in com.vaadin.data
-
An
Event
object specifying information about the removed items. - Container.ItemSetChangeEvent - Interface in com.vaadin.data
-
An
Event
object specifying the Container whose Item set has changed (items added, removed or reordered). - Container.ItemSetChangeListener - Interface in com.vaadin.data
-
Container Item set change listener interface.
- Container.ItemSetChangeNotifier - Interface in com.vaadin.data
-
The interface for adding and removing
ItemSetChangeEvent
listeners. - Container.Ordered - Interface in com.vaadin.data
-
Interface for Container classes whose
Item
s can be traversed in order. - Container.PropertySetChangeEvent - Interface in com.vaadin.data
-
An
Event
object specifying the Container whose Property set has changed. - Container.PropertySetChangeListener - Interface in com.vaadin.data
-
The listener interface for receiving
PropertySetChangeEvent
objects. - Container.PropertySetChangeNotifier - Interface in com.vaadin.data
-
The interface for adding and removing
PropertySetChangeEvent
listeners. - Container.SimpleFilterable - Interface in com.vaadin.data
-
Interface that is implemented by containers which allow reducing their visible contents based on a set of filters.
- Container.Sortable - Interface in com.vaadin.data
-
Interface for Container classes whose
Item
s can be sorted. - Container.Viewer - Interface in com.vaadin.data
-
Interface implemented by viewer classes capable of using a Container as a data source.
- containerElement - Variable in class com.vaadin.client.ui.VMenuBar
- ContainerEventProvider - Class in com.vaadin.ui.components.calendar
-
A event provider which uses a
Container
as a datasource. - ContainerEventProvider(Container.Indexed) - Constructor for class com.vaadin.ui.components.calendar.ContainerEventProvider
-
Constructor
- ContainerHelpers - Class in com.vaadin.data
-
Contains helper methods for containers that can be used to ease development of containers in Vaadin.
- ContainerHelpers() - Constructor for class com.vaadin.data.ContainerHelpers
- ContainerHierarchicalWrapper - Class in com.vaadin.data.util
-
A wrapper class for adding external hierarchy to containers not implementing the
Container.Hierarchical
interface. - ContainerHierarchicalWrapper(Container) - Constructor for class com.vaadin.data.util.ContainerHierarchicalWrapper
-
Constructs a new hierarchical wrapper for an existing Container.
- containerItemSetChange(Container.ItemSetChangeEvent) - Method in interface com.vaadin.data.Container.ItemSetChangeListener
-
Lets the listener know a Containers visible (filtered and/or sorted, if applicable) Item set has changed.
- containerItemSetChange(Container.ItemSetChangeEvent) - Method in class com.vaadin.ui.AbstractSelect
-
Lets the listener know a Containers Item set has changed.
- containerItemSetChange(Container.ItemSetChangeEvent) - Method in class com.vaadin.ui.ComboBox
- containerItemSetChange(Container.ItemSetChangeEvent) - Method in class com.vaadin.ui.components.calendar.ContainerEventProvider
- containerItemSetChange(Container.ItemSetChangeEvent) - Method in class com.vaadin.ui.Table
-
Container datasource item set change.
- containerItemSetChange(Container.ItemSetChangeEvent) - Method in class com.vaadin.ui.Tree
- containerItemSetChange(Container.ItemSetChangeEvent) - Method in class com.vaadin.ui.TreeTable
- ContainerOrderedWrapper - Class in com.vaadin.data.util
-
A wrapper class for adding external ordering to containers not implementing the
Container.Ordered
interface. - ContainerOrderedWrapper(Container) - Constructor for class com.vaadin.data.util.ContainerOrderedWrapper
-
Constructs a new ordered wrapper for an existing Container.
- containerPropertySetChange(Container.PropertySetChangeEvent) - Method in interface com.vaadin.data.Container.PropertySetChangeListener
-
Notifies this listener that the set of property IDs supported by the Container has changed.
- containerPropertySetChange(Container.PropertySetChangeEvent) - Method in class com.vaadin.ui.AbstractSelect
-
Notifies this listener that the Containers contents has changed.
- containerPropertySetChange(Container.PropertySetChangeEvent) - Method in class com.vaadin.ui.Table
-
Container datasource property set change.
- ContainerResizedListener - Interface in com.vaadin.client
-
Deprecated.As of 7.0, serves no purpose. Use
LayoutManager
and its methods instead. - contains(boolean) - Method in interface elemental.util.ArrayOfBoolean
-
Indicates whether the array contains the specified value.
- contains(int) - Method in class com.vaadin.shared.ui.grid.Range
-
Checks whether an integer is found within this range.
- contains(int) - Method in interface elemental.util.ArrayOfInt
-
Indicates whether the array contains the specified value.
- contains(Widget) - Method in class com.vaadin.client.ui.VAbsoluteLayout
-
Does this layout contain a widget
- contains(ComponentConnector) - Method in class com.vaadin.client.ui.VAccordion.StackItem
- contains(Object) - Method in class com.vaadin.data.util.ListSet
- contains(String) - Method in class com.vaadin.client.FastStringSet
- contains(String) - Method in interface elemental.util.ArrayOfString
-
Indicates whether the array contains the specified value.
- contains(T) - Method in interface elemental.util.ArrayOf
-
Indicates whether the array contains the specified value.
- CONTAINS - com.vaadin.shared.ui.combobox.FilteringMode
- containsAll(Collection<?>) - Method in class com.vaadin.data.util.ListSet
- ContainsDataFlavor - Class in com.vaadin.event.dd.acceptcriteria
-
A Criterion that checks whether
Transferable
contains given data flavor. - ContainsDataFlavor(String) - Constructor for class com.vaadin.event.dd.acceptcriteria.ContainsDataFlavor
-
Constructs a new instance of
ContainsDataFlavor
. - containsDuplicates(Object[]) - Static method in class com.vaadin.shared.util.SharedUtil
-
Checks if the given array contains duplicates (according to
Object.equals(Object)
. - containsEvent(BasicEvent) - Method in class com.vaadin.ui.components.calendar.event.BasicEventProvider
-
Does this event provider container this event
- containsId(Object) - Method in interface com.vaadin.data.Container
-
Tests if the Container contains the specified Item.
- containsId(Object) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
- containsId(Object) - Method in class com.vaadin.data.util.ContainerHierarchicalWrapper
- containsId(Object) - Method in class com.vaadin.data.util.ContainerOrderedWrapper
- containsId(Object) - Method in class com.vaadin.data.util.FilesystemContainer
- containsId(Object) - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- containsId(Object) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
- containsId(Object) - Method in class com.vaadin.ui.AbstractSelect
-
Tests, if the collection contains an item with given id.
- containsKey(String) - Method in class com.vaadin.client.FastStringMap
- containsKey(String) - Method in class com.vaadin.client.ValueMap
- containsKey(String) - Method in class com.vaadin.server.KeyMapper
-
Checks if the given key is mapped to an object.
- containsRowWithKey(Object...) - Method in class com.vaadin.data.util.sqlcontainer.query.FreeformQuery
-
This implementation of the containsRowWithKey method rewrites existing WHERE clauses in the query string.
- containsRowWithKey(Object...) - Method in interface com.vaadin.data.util.sqlcontainer.query.QueryDelegate
-
Performs a query to find out whether the SQL table contains a row with the given set of primary keys.
- containsRowWithKey(Object...) - Method in class com.vaadin.data.util.sqlcontainer.query.TableQuery
- CONTAO - com.vaadin.server.FontAwesome
- content - Variable in class com.vaadin.client.debug.internal.VDebugWindow
- CONTENT_DEFAULT - Static variable in class com.vaadin.ui.Label
-
Deprecated.As of 7.0, use
ContentMode.TEXT
instead - CONTENT_DISPOSITION - Static variable in class com.vaadin.server.DownloadStream
- CONTENT_PREFORMATTED - Static variable in class com.vaadin.server.UserError
-
Deprecated.As of 7.0, use
AbstractErrorMessage.ContentMode.PREFORMATTED
instead - CONTENT_PREFORMATTED - Static variable in class com.vaadin.ui.Label
-
Deprecated.As of 7.0, use
ContentMode.PREFORMATTED
instead - CONTENT_RAW - Static variable in class com.vaadin.ui.Label
-
Deprecated.As of 7.0, use
ContentMode.RAW
instead - CONTENT_TEXT - Static variable in class com.vaadin.server.UserError
-
Deprecated.As of 7.0, use
AbstractErrorMessage.ContentMode.TEXT
instead - CONTENT_TEXT - Static variable in class com.vaadin.ui.Label
-
Deprecated.As of 7.0, use
ContentMode.TEXT
instead - CONTENT_TYPE_TEXT_HTML_UTF_8 - Static variable in class com.vaadin.shared.ApplicationConstants
-
Content type to use for text/html responses (should always be UTF-8).
- CONTENT_XHTML - Static variable in class com.vaadin.server.UserError
-
Deprecated.As of 7.0, use
AbstractErrorMessage.ContentMode.HTML
instead - CONTENT_XHTML - Static variable in class com.vaadin.ui.Label
-
Deprecated.As of 7.0, use
ContentMode.HTML
instead - CONTENT_XML - Static variable in class com.vaadin.ui.Label
-
Deprecated.As of 7.0, use
ContentMode.XML
instead - contentDescription - Variable in class com.vaadin.shared.ui.window.WindowState
- contentMode - Variable in class com.vaadin.shared.ui.label.LabelState
- ContentMode - Enum in com.vaadin.shared.ui.label
-
Content modes defining how the client should interpret a Label's value.
- contentNode - Variable in class com.vaadin.client.ui.VPanel
-
For internal use only.
- contentNode - Variable in class com.vaadin.client.ui.VTabsheet
-
For internal use only.
- contentPanel - Variable in class com.vaadin.client.ui.VWindow
-
For internal use only.
- contents - Variable in class com.vaadin.client.ui.VWindow
-
For internal use only.
- CONTEXT_CLICK - Static variable in interface com.vaadin.shared.EventId
- CONTEXT_CLICK_METHOD - Static variable in class com.vaadin.event.ContextClickEvent
- contextClick(int, String, String, GridConstants.Section, MouseEventDetails) - Method in interface com.vaadin.shared.ui.grid.GridServerRpc
-
Informs the server that a context click has happened inside of Grid.
- contextClick(ContextClickEvent) - Method in interface com.vaadin.event.ContextClickEvent.ContextClickListener
-
Called when the context click happens.
- contextClick(MouseEventDetails) - Method in interface com.vaadin.shared.ContextClickRpc
- contextClick(String, MouseEventDetails) - Method in interface com.vaadin.shared.ui.tree.TreeServerRpc
-
Informs the server that a context click happened inside of Tree
- contextClick(String, String, TableConstants.Section, MouseEventDetails) - Method in interface com.vaadin.shared.ui.table.TableServerRpc
-
Informs the server that a context click happened inside of Table
- ContextClickEvent - Class in com.vaadin.event
-
Context click event fired by a
Component
. - ContextClickEvent(Component, MouseEventDetails) - Constructor for class com.vaadin.event.ContextClickEvent
- ContextClickEvent.ContextClickListener - Interface in com.vaadin.event
-
Listener for
ContextClickEvents
. - ContextClickEvent.ContextClickNotifier - Interface in com.vaadin.event
-
The interface for adding and removing listeners for
ContextClickEvents
. - ContextClickRpc - Interface in com.vaadin.shared
-
Client-to-server RPC interface for context click events
- contextDestroyed(ServletContextEvent) - Method in class com.vaadin.server.communication.JSR356WebsocketInitializer
- contextInitialized(ServletContextEvent) - Method in class com.vaadin.server.communication.JSR356WebsocketInitializer
- contextMenu - Variable in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- contextMenu(ContextMenuEvent, Widget) - Method in interface com.vaadin.client.ui.VCalendar.MouseEventListener
-
Triggered when a user wants an context menu
- ContextMenuDetails(VContextMenu, String, int, int) - Constructor for class com.vaadin.client.ui.VScrollTable.ContextMenuDetails
- controls - Variable in class com.vaadin.client.debug.internal.VDebugWindow
- ConversionException() - Constructor for exception com.vaadin.data.util.converter.Converter.ConversionException
-
Constructs a new
ConversionException
without a detail message. - ConversionException(String) - Constructor for exception com.vaadin.data.util.converter.Converter.ConversionException
-
Constructs a new
ConversionException
with the specified detail message. - ConversionException(String, Throwable) - Constructor for exception com.vaadin.data.util.converter.Converter.ConversionException
-
Constructs a new
ConversionException
with the specified detail message and cause. - ConversionException(Throwable) - Constructor for exception com.vaadin.data.util.converter.Converter.ConversionException
-
Constructs a new
ConversionException
with the specified cause. - Converter<PRESENTATION,MODEL> - Interface in com.vaadin.data.util.converter
-
Interface that implements conversion between a model and a presentation type.
- Converter.ConversionException - Exception in com.vaadin.data.util.converter
-
An exception that signals that the value passed to
Converter.convertToPresentation(Object, Class, Locale)
orConverter.convertToModel(Object, Class, Locale)
could not be converted. - ConverterFactory - Interface in com.vaadin.data.util.converter
-
Factory interface for providing Converters based on a presentation type and a model type.
- ConverterUtil - Class in com.vaadin.data.util.converter
- ConverterUtil() - Constructor for class com.vaadin.data.util.converter.ConverterUtil
- convertFromModel(MODELTYPE, Class<? extends PRESENTATIONTYPE>, Converter<PRESENTATIONTYPE, MODELTYPE>, Locale) - Static method in class com.vaadin.data.util.converter.ConverterUtil
-
Convert the given value from the data source type to the UI type.
- convertPrimitiveType(Class<?>) - Static method in class com.vaadin.util.ReflectTools
- convertStringToAlign(String) - Method in enum com.vaadin.ui.Table.Align
- convertToModel(String, Class<? extends ShortcutAction>, Locale) - Method in class com.vaadin.ui.declarative.converters.DesignShortcutActionConverter
- convertToModel(String, Class<? extends Resource>, Locale) - Method in class com.vaadin.ui.declarative.converters.DesignResourceConverter
- convertToModel(String, Class<? extends Boolean>, Locale) - Method in class com.vaadin.data.util.converter.StringToBooleanConverter
- convertToModel(String, Class<? extends Byte>, Locale) - Method in class com.vaadin.data.util.converter.StringToByteConverter
- convertToModel(String, Class<? extends Double>, Locale) - Method in class com.vaadin.data.util.converter.StringToDoubleConverter
- convertToModel(String, Class<? extends Enum>, Locale) - Method in class com.vaadin.data.util.converter.StringToEnumConverter
- convertToModel(String, Class<? extends Enum>, Locale) - Method in class com.vaadin.ui.declarative.converters.DesignEnumConverter
- convertToModel(String, Class<? extends Float>, Locale) - Method in class com.vaadin.data.util.converter.StringToFloatConverter
- convertToModel(String, Class<? extends Integer>, Locale) - Method in class com.vaadin.data.util.converter.StringToIntegerConverter
- convertToModel(String, Class<? extends Long>, Locale) - Method in class com.vaadin.data.util.converter.StringToLongConverter
- convertToModel(String, Class<? extends Object>, Locale) - Method in class com.vaadin.ui.declarative.converters.DesignObjectConverter
- convertToModel(String, Class<? extends Short>, Locale) - Method in class com.vaadin.data.util.converter.StringToShortConverter
- convertToModel(String, Class<? extends BigDecimal>, Locale) - Method in class com.vaadin.data.util.converter.StringToBigDecimalConverter
- convertToModel(String, Class<? extends BigInteger>, Locale) - Method in class com.vaadin.data.util.converter.StringToBigIntegerConverter
- convertToModel(String, Class<? extends Collection>, Locale) - Method in class com.vaadin.data.util.converter.StringToCollectionConverter
- convertToModel(String, Class<? extends Date>, Locale) - Method in class com.vaadin.data.util.converter.StringToDateConverter
- convertToModel(String, Class<? extends Date>, Locale) - Method in class com.vaadin.ui.declarative.converters.DesignDateConverter
- convertToModel(String, Class<? extends TimeZone>, Locale) - Method in class com.vaadin.ui.declarative.converters.DesignTimeZoneConverter
- convertToModel(String, Class<? extends TYPE>, Locale) - Method in class com.vaadin.ui.declarative.converters.DesignToStringConverter
- convertToModel(Date, Class<? extends Long>, Locale) - Method in class com.vaadin.data.util.converter.DateToLongConverter
- convertToModel(Date, Class<? extends Date>, Locale) - Method in class com.vaadin.data.util.converter.DateToSqlDateConverter
- convertToModel(PRESENTATION, Class<? extends MODEL>, Locale) - Method in interface com.vaadin.data.util.converter.Converter
-
Converts the given value from target type to source type.
- convertToModel(PRESENTATION, Class<? extends MODEL>, Locale) - Method in class com.vaadin.data.util.converter.ReverseConverter
- convertToModel(PRESENTATIONTYPE, Class<MODELTYPE>, Converter<PRESENTATIONTYPE, MODELTYPE>, Locale) - Static method in class com.vaadin.data.util.converter.ConverterUtil
-
Convert the given value from the presentation (UI) type to model (data source) type.
- convertToNumber(String, Class<? extends Number>, Locale) - Method in class com.vaadin.data.util.converter.AbstractStringToNumberConverter
-
Convert the value to a Number using the given locale and
AbstractStringToNumberConverter.getFormat(Locale)
. - convertToPresentation(ShortcutAction, Class<? extends String>, Locale) - Method in class com.vaadin.ui.declarative.converters.DesignShortcutActionConverter
- convertToPresentation(Resource, Class<? extends String>, Locale) - Method in class com.vaadin.ui.declarative.converters.DesignResourceConverter
- convertToPresentation(Boolean, Class<? extends String>, Locale) - Method in class com.vaadin.data.util.converter.StringToBooleanConverter
- convertToPresentation(Enum, Class<? extends String>, Locale) - Method in class com.vaadin.data.util.converter.StringToEnumConverter
- convertToPresentation(Enum, Class<? extends String>, Locale) - Method in class com.vaadin.ui.declarative.converters.DesignEnumConverter
- convertToPresentation(Long, Class<? extends Date>, Locale) - Method in class com.vaadin.data.util.converter.DateToLongConverter
- convertToPresentation(Object, Class<? extends String>, Locale) - Method in class com.vaadin.ui.declarative.converters.DesignObjectConverter
- convertToPresentation(Date, Class<? extends Date>, Locale) - Method in class com.vaadin.data.util.converter.DateToSqlDateConverter
- convertToPresentation(Collection, Class<? extends String>, Locale) - Method in class com.vaadin.data.util.converter.StringToCollectionConverter
- convertToPresentation(Date, Class<? extends String>, Locale) - Method in class com.vaadin.data.util.converter.StringToDateConverter
- convertToPresentation(Date, Class<? extends String>, Locale) - Method in class com.vaadin.ui.declarative.converters.DesignDateConverter
- convertToPresentation(TimeZone, Class<? extends String>, Locale) - Method in class com.vaadin.ui.declarative.converters.DesignTimeZoneConverter
- convertToPresentation(MODEL, Class<? extends PRESENTATION>, Locale) - Method in interface com.vaadin.data.util.converter.Converter
-
Converts the given value from source type to target type.
- convertToPresentation(MODEL, Class<? extends PRESENTATION>, Locale) - Method in class com.vaadin.data.util.converter.ReverseConverter
- convertToPresentation(T, Class<? extends String>, Locale) - Method in class com.vaadin.data.util.converter.AbstractStringToNumberConverter
- convertToPresentation(TYPE, Class<? extends String>, Locale) - Method in class com.vaadin.ui.declarative.converters.DesignToStringConverter
- convertToShared() - Method in enum com.vaadin.server.ErrorMessage.ErrorLevel
-
Converts this to an error level that can be used on the client side.
- cookiesDisabledCaption - Variable in class com.vaadin.server.SystemMessages
- cookiesDisabledMessage - Variable in class com.vaadin.server.SystemMessages
- cookiesDisabledNotificationEnabled - Variable in class com.vaadin.server.SystemMessages
- cookiesDisabledURL - Variable in class com.vaadin.server.SystemMessages
- COPY - com.vaadin.server.FontAwesome
- COPYRIGHT - com.vaadin.server.FontAwesome
- create() - Static method in class com.vaadin.client.FastStringMap
- create() - Static method in class com.vaadin.client.FastStringSet
- create(boolean) - Method in class elemental.json.impl.JreJsonFactory
- create(boolean) - Static method in class elemental.json.Json
- create(boolean) - Method in interface elemental.json.JsonFactory
-
Create a JsonBoolean from a Java boolean.
- create(double) - Method in class elemental.json.impl.JreJsonFactory
- create(double) - Static method in class elemental.json.Json
- create(double) - Method in interface elemental.json.JsonFactory
-
Create a JsonNumber from a Java double.
- create(Resource, ClientConnector, String) - Static method in class com.vaadin.server.ResourceReference
- create(Class<T>, ServerConnector) - Static method in class com.vaadin.client.communication.RpcProxy
- create(String) - Method in class elemental.json.impl.JreJsonFactory
- create(String) - Static method in class elemental.json.Json
- create(String) - Method in interface elemental.json.JsonFactory
-
Create a JsonString from a Java String.
- createAbstractTextField(Class<T>) - Method in class com.vaadin.data.fieldgroup.DefaultFieldGroupFieldFactory
- createAltTextElement() - Method in class com.vaadin.client.ui.VBrowserFrame
- createApplication() - Method in class com.vaadin.server.LegacyApplicationUIProvider
-
Deprecated.
- createArray() - Method in class elemental.json.impl.JreJsonFactory
- createArray() - Static method in class elemental.json.Json
- createArray() - Method in interface elemental.json.JsonFactory
-
Create an empty JsonArray.
- createBeanItem(BEANTYPE) - Method in class com.vaadin.data.util.AbstractBeanContainer
-
Create a BeanItem for a bean using pre-parsed bean metadata (based on
AbstractBeanContainer.getBeanType()
). - createBeanPropertyResolver(Object) - Method in class com.vaadin.data.util.AbstractBeanContainer
-
Create an item identifier resolver using a named bean property.
- createBodyUpdater() - Method in class com.vaadin.client.widgets.Grid
-
Creates the escalator updater used to update the body rows in this grid.
- createBooleanField(Class<T>) - Method in class com.vaadin.data.fieldgroup.DefaultFieldGroupFieldFactory
- createCaptionByPropertyId(Object) - Static method in class com.vaadin.ui.DefaultFieldFactory
-
If name follows method naming conventions, convert the name to spaced upper case text.
- createCell() - Method in class com.vaadin.client.widgets.Grid.FooterRow
- createCell() - Method in class com.vaadin.client.widgets.Grid.HeaderRow
- createCell() - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticRow
- createCell() - Method in class com.vaadin.ui.Grid.FooterRow
- createCell() - Method in class com.vaadin.ui.Grid.HeaderRow
- createCell() - Method in class com.vaadin.ui.Grid.StaticSection.StaticRow
-
Creates and returns a new instance of the cell type.
- createCell(TableCellElement) - Method in class com.vaadin.client.widgets.Grid.Editor
-
Creates an editor cell corresponding to the given table cell.
- createCellElement(double) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
-
Create and setup an empty cell element.
- createCollection(Class<? extends Collection>) - Method in interface com.vaadin.data.util.converter.StringToCollectionConverter.CollectionFactory
-
Create collection by its
type
. - createCollection(Class<? extends Collection>) - Method in class com.vaadin.data.util.converter.StringToCollectionConverter.DefaultCollectionFactory
- createCompatibleSelect(Class<? extends AbstractSelect>) - Method in class com.vaadin.data.fieldgroup.DefaultFieldGroupFieldFactory
- createCompatibleSelect(Class<? extends AbstractSelect>) - Method in class com.vaadin.ui.Grid.EditorFieldFactory
- createComponent(String, DesignContext) - Method in interface com.vaadin.ui.declarative.Design.ComponentFactory
-
Creates a component based on the fully qualified name derived from the tag name in the design.
- createComponent(String, DesignContext) - Method in class com.vaadin.ui.declarative.Design.DefaultComponentFactory
- createConfig() - Method in class com.vaadin.client.communication.AtmospherePushConnection
- createConnector(int, ApplicationConfiguration) - Method in class com.vaadin.client.WidgetSet
-
Create an uninitialized connector that best matches given UIDL.
- createConnectorId(ClientConnector) - Method in class com.vaadin.server.VaadinSession
-
Deprecated.As of 7.0. Will likely change or be removed in a future version
- 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.
- createConverter(Class<PRESENTATION>, Class<MODEL>) - Method in interface com.vaadin.data.util.converter.ConverterFactory
- createConverter(Class<PRESENTATION>, Class<MODEL>) - Method in class com.vaadin.data.util.converter.DefaultConverterFactory
- 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.
- createDateConverter(Class<?>) - Method in class com.vaadin.data.util.converter.DefaultConverterFactory
- createDefaultField(Class<?>, Class<T>) - Method in class com.vaadin.data.fieldgroup.DefaultFieldGroupFieldFactory
-
Fallback when no specific field has been created.
- createDeploymentConfiguration(Properties) - Method in class com.vaadin.server.VaadinServlet
- createDragImage(Element, boolean) - Method in class com.vaadin.client.ui.dd.VDragEvent
-
Automatically tries to create a proxy image from given element.
- createDragImage(Element, boolean) - Method in class com.vaadin.client.ui.dd.VDragEvent
-
Deprecated.As of 7.2, call or override
VDragEvent.createDragImage(Element,boolean)
instead - createElement(Component) - Method in class com.vaadin.ui.declarative.DesignContext
-
Creates an html tree node corresponding to the given element.
- createEvent(ComponentContainer, MouseEventDetails, Connector) - Static method in class com.vaadin.event.LayoutEvents.LayoutClickEvent
- createField(Container, Object, Object, Component) - Method in class com.vaadin.ui.DefaultFieldFactory
- createField(Container, Object, Object, Component) - Method in interface com.vaadin.ui.TableFieldFactory
-
Creates a field based on the Container, item id, property id and the component responsible for displaying the field (most commonly
Table
). - createField(Item, Object, Component) - Method in class com.vaadin.ui.DefaultFieldFactory
- createField(Item, Object, Component) - Method in interface com.vaadin.ui.FormFieldFactory
-
Deprecated.Creates a field based on the item, property id and the component (most commonly
Form
) where the Field will be presented. - createField(Class<?>, Class<T>) - Method in class com.vaadin.data.fieldgroup.DefaultFieldGroupFieldFactory
- createField(Class<?>, Class<T>) - Method in interface com.vaadin.data.fieldgroup.FieldGroupFieldFactory
-
Creates a field based on the data type that we want to edit
- createField(Class<?>, Class<T>) - Method in class com.vaadin.ui.Grid.EditorFieldFactory
- createFieldByPropertyType(Class<?>) - Static method in class com.vaadin.ui.DefaultFieldFactory
-
Creates fields based on the property type.
- createFlashEmbed() - Method in class com.vaadin.client.ui.VFlash
-
Deprecated.
- createFlashEmbed(UIDL) - Method in class com.vaadin.client.ui.VEmbedded
-
Creates the Object and Embed tags for the Flash plugin so it works cross-browser.
- createFooterUpdater() - Method in class com.vaadin.client.widgets.Grid
-
Creates the escalator updater used to update the footer rows in this grid.
- createHeaderUpdater() - Method in class com.vaadin.client.widgets.Grid
-
Creates the escalator updater used to update the header rows in this grid.
- createIFrameElement(String) - Method in class com.vaadin.client.ui.VBrowserFrame
-
Always creates new iframe inside widget.
- createInstance() - Method in class com.vaadin.client.metadata.Type
- createInstance(UICreateEvent) - Method in class com.vaadin.server.LegacyApplicationUIProvider
-
Deprecated.
- createInstance(UICreateEvent) - Method in class com.vaadin.server.UIProvider
- createLink() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
- createLink() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- createLocaleData(Locale) - Method in class com.vaadin.server.LocaleService
-
Creates a LocaleData instance for transportation to the client
- createLoginButton() - Method in class com.vaadin.ui.LoginForm
-
Customize the login button.
- createMenuElement(MenuBar.MenuItem) - Method in class com.vaadin.ui.MenuBar
- createMessage(String) - Static method in class com.vaadin.client.ui.UnknownComponentConnector
- createModel() - Method in enum com.vaadin.client.widgets.Grid.SelectionMode
- createModel() - Method in enum com.vaadin.ui.Grid.SelectionMode
- createNewCell(int, int) - Method in class com.vaadin.client.ui.VGridLayout
-
Creates a new Cell with the given coordinates.
- createNotification(int, Widget) - Static method in class com.vaadin.client.ui.VNotification
- createNull() - Method in class elemental.json.impl.JreJsonFactory
- createNull() - Static method in class elemental.json.Json
- createNull() - Method in interface elemental.json.JsonFactory
-
Create a JsonNull.
- createObject() - Method in class elemental.json.impl.JreJsonFactory
- createObject() - Static method in class elemental.json.Json
- createObject() - Method in interface elemental.json.JsonFactory
-
Create an empty JsonObject.
- createOverlay() - Method in class com.vaadin.client.ui.VMenuBar
-
Create an overlay for the menu bar.
- createPasswordField() - Method in class com.vaadin.ui.LoginForm
-
Customize the password field.
- createProperty(BT) - Method in class com.vaadin.data.util.NestedPropertyDescriptor
- createProperty(BT) - Method in interface com.vaadin.data.util.VaadinPropertyDescriptor
-
Creates a new
Property
instance for this property for a bean. - createProperty(Object) - Method in class com.vaadin.data.util.MethodPropertyDescriptor
- createProxy(InvokationHandler) - Method in interface com.vaadin.client.metadata.ProxyHandler
- createProxy(InvokationHandler) - Method in class com.vaadin.client.metadata.Type
- createPushHandler(VaadinServletService) - Method in class com.vaadin.server.communication.PushRequestHandler
-
Creates a push handler for this request handler.
- createRenderer() - Method in class com.vaadin.client.connectors.AbstractRendererConnector
-
Creates a new Renderer instance associated with this renderer connector.
- createRenderer() - Method in class com.vaadin.client.connectors.JavaScriptRendererConnector
- createRequestHandlers() - Method in class com.vaadin.server.VaadinService
-
Called during initialization to add the request handlers for the service.
- createRequestHandlers() - Method in class com.vaadin.server.VaadinServletService
- createResponseHandler() - Method in class com.vaadin.client.communication.XhrConnection
- createRichTextArea() - Method in class com.vaadin.data.fieldgroup.DefaultFieldGroupFieldFactory
- createRow() - Method in class com.vaadin.client.widgets.Grid.Footer
- createRow() - Method in class com.vaadin.client.widgets.Grid.Header
- createRow() - Method in class com.vaadin.client.widgets.Grid.StaticSection
-
Creates and returns a new instance of the row type.
- createRow() - Method in class com.vaadin.ui.Grid.Footer
- createRow() - Method in class com.vaadin.ui.Grid.Header
- createRow() - Method in class com.vaadin.ui.Grid.StaticSection
- createRow(UIDL, char[]) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody
- createRow(UIDL, char[]) - Method in class com.vaadin.client.ui.VTreeTable.VTreeTableScrollBody
- createRpcHandler() - Method in class com.vaadin.server.communication.UidlRequestHandler
-
Creates the ServerRpcHandler to use
- createRpcObject(String, Set<String>) - Method in class com.vaadin.client.JavaScriptConnectorHelper
- createScrollBody() - Method in class com.vaadin.client.ui.VScrollTable
- createScrollBody() - Method in class com.vaadin.client.ui.VTreeTable
- createSelectionColumnRenderer(Grid<JsonObject>) - Method in class com.vaadin.client.connectors.MultiSelectionModelConnector.MultiSelectionModel
-
Creates a selection column renderer.
- createSelectionModel() - Method in class com.vaadin.client.connectors.AbstractSelectionModelConnector
- createSelectionModel() - Method in class com.vaadin.client.connectors.MultiSelectionModelConnector
- createSelectionModel() - Method in class com.vaadin.client.connectors.NoSelectionModelConnector
- createSelectionModel() - Method in class com.vaadin.client.connectors.SingleSelectionModelConnector
- createServletService(DeploymentConfiguration) - Method in class com.vaadin.server.VaadinServlet
- createSlot(Widget) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
-
Create a slot to be added to the layout.
- createState() - Method in class com.vaadin.client.ui.AbstractConnector
-
Creates a state object with default values for this connector.
- createState() - Method in class com.vaadin.server.AbstractClientConnector
-
Creates the shared state bean to be used in server to client communication.
- createStringConverter(Class<?>) - Method in class com.vaadin.data.util.converter.DefaultConverterFactory
- createSuggestionPopup() - Method in class com.vaadin.client.ui.VFilterSelect
-
This method will create the SuggestionPopup used by the VFilterSelect instance.
- createTextBox() - Method in class com.vaadin.client.ui.VFilterSelect
-
This method will create the TextBox used by the VFilterSelect instance.
- createUsernameField() - Method in class com.vaadin.ui.LoginForm
-
Customize the user name field.
- createVaadinRequest(HttpServletRequest) - Method in class com.vaadin.server.VaadinServlet
-
Create a Vaadin request for a http servlet request.
- createVaadinSession(VaadinRequest) - Method in class com.vaadin.server.VaadinService
-
Creates a new Vaadin session for this service and request
- createWidget() - Method in class com.vaadin.client.renderers.ButtonRenderer
- createWidget() - Method in class com.vaadin.client.renderers.ClickableRenderer
-
Creates a widget to attach to a cell.
- createWidget() - Method in class com.vaadin.client.renderers.ImageRenderer
- createWidget() - Method in class com.vaadin.client.renderers.ProgressBarRenderer
- createWidget() - Method in class com.vaadin.client.renderers.WidgetRenderer
-
Creates a widget to attach to a cell.
- createWidget() - Method in class com.vaadin.client.ui.AbstractComponentConnector
-
Creates and returns the widget for this VPaintableWidget.
- createWidget() - Method in class com.vaadin.client.ui.audio.AudioConnector
- createWidget() - Method in class com.vaadin.client.ui.colorpicker.ColorPickerAreaConnector
- createWidget() - Method in class com.vaadin.client.ui.colorpicker.ColorPickerConnector
- createWidget() - Method in class com.vaadin.client.ui.colorpicker.ColorPickerGradientConnector
- createWidget() - Method in class com.vaadin.client.ui.colorpicker.ColorPickerGridConnector
- createWidget() - Method in class com.vaadin.client.widget.grid.selection.MultiSelectionRenderer
- CREATIVE_COMMONS - com.vaadin.server.FontAwesome
- CREDIT_CARD - com.vaadin.server.FontAwesome
- CREDIT_CARD_ALT - com.vaadin.server.FontAwesome
- criteria - Variable in class com.vaadin.event.dd.acceptcriteria.And
- CRITICAL - com.vaadin.server.ErrorMessage.ErrorLevel
-
Error code for critical error messages.
- CRITICAL - com.vaadin.shared.ui.ErrorLevel
-
Error level for critical messages.
- CRITICAL - Static variable in interface com.vaadin.server.ErrorMessage
-
Deprecated.As of 7.0, use
ErrorMessage.ErrorLevel.CRITICAL
instead - criticalNotification(VaadinRequest, VaadinResponse, String, String, String, String) - Method in class com.vaadin.server.VaadinService
-
Deprecated.As of 7.0. Will likely change or be removed in a future version
- criticalNotification(VaadinServletRequest, VaadinServletResponse, String, String, String, String) - Method in class com.vaadin.server.VaadinServlet
-
Deprecated.As of 7.0. This method is retained only for backwards compatibility and for
GAEVaadinServlet
. - CROP - com.vaadin.server.FontAwesome
- CROSSHAIRS - com.vaadin.server.FontAwesome
- CSRF_TOKEN - Static variable in class com.vaadin.shared.ApplicationConstants
-
The name of the parameter used to transmit the CSRF token
- CSRF_TOKEN_DEFAULT_VALUE - Static variable in class com.vaadin.shared.ApplicationConstants
-
Default value to use in case the security protection is disabled.
- CSRF_TOKEN_PARAMETER - Static variable in class com.vaadin.shared.ApplicationConstants
-
Name of the parameter used to transmit the CSRF token.
- css() - Method in interface com.vaadin.client.debug.internal.theme.DebugWindowStyles
- CSS - com.vaadin.shared.ui.grid.HeightMode
-
The height of the Component or Widget is defined by a CSS-like value.
- CSS3 - com.vaadin.server.FontAwesome
- 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.
- CSSLAYOUT_SELECTABLE - Static variable in class com.vaadin.ui.themes.Runo
-
Adds necessary styles to the layout to make it look selectable (i.e.
- CSSLAYOUT_SELECTABLE_SELECTED - Static variable in class com.vaadin.ui.themes.Runo
- CSSLAYOUT_SHADOW - Static variable in class com.vaadin.ui.themes.Runo
-
Add a drop shadow around the layout and its contained components.
- CssLayoutConnector - Class in com.vaadin.client.ui.csslayout
-
Connects the server side widget
CssLayout
with the client side counterpartVCssLayout
- CssLayoutConnector() - Constructor for class com.vaadin.client.ui.csslayout.CssLayoutConnector
- CssLayoutServerRpc - Interface in com.vaadin.shared.ui.csslayout
- CssLayoutState - Class in com.vaadin.shared.ui.csslayout
- CssLayoutState() - Constructor for class com.vaadin.shared.ui.csslayout.CssLayoutState
- cssLoaded - Variable in class com.vaadin.client.ApplicationConnection
- CSSRule - Class in com.vaadin.client
-
Utility class for fetching CSS properties from DOM StyleSheets JS object.
- CSSRule(String, boolean) - Constructor for class com.vaadin.client.CSSRule
- ctrl - Variable in class com.vaadin.client.ui.VTreeTable.PendingNavigationEvent
- CTRL - Static variable in interface com.vaadin.event.ShortcutAction.ModifierKey
- CUBE - com.vaadin.server.FontAwesome
- CUBES - com.vaadin.server.FontAwesome
- current - Static variable in class com.vaadin.client.ui.VOverlay
-
Deprecated.
- current - Static variable in class com.vaadin.client.widgets.Overlay
- currentCalendar - Variable in class com.vaadin.ui.Calendar
-
Internal calendar data source.
- currentFragment - Variable in class com.vaadin.client.ui.VUI
-
The current URI fragment, used to avoid sending updates if nothing has changed.
- CurrentInstance - Class in com.vaadin.util
-
Keeps track of various current instances for the current thread.
- CurrentInstanceFallbackResolver<T> - Interface in com.vaadin.util
-
Fallback that is used to revolve current instances when they are not available by regular means.
- currentLocale - Variable in class com.vaadin.client.ui.VDateField
- currentPage - Variable in class com.vaadin.client.ui.VFilterSelect
-
For internal use only.
- currentResolution - Variable in class com.vaadin.client.ui.VDateField
- currentSuggestion - Variable in class com.vaadin.client.ui.VFilterSelect
-
The current suggestion selected from the dropdown.
- currentSuggestions - Variable in class com.vaadin.client.ui.VFilterSelect
-
A collection of available suggestions (options) as received from the server.
- currentTimeFormat - Variable in class com.vaadin.ui.Calendar
-
Defines currently active format for time.
- cursorX - Variable in class com.vaadin.shared.ui.colorpicker.ColorPickerGradientState
- cursorY - Variable in class com.vaadin.shared.ui.colorpicker.ColorPickerGradientState
- CustomComponent - Class in com.vaadin.ui
-
Custom component provides a simple implementation of the
Component
interface to allow creating new UI components by composition of existing server-side components. - CustomComponent() - Constructor for class com.vaadin.ui.CustomComponent
-
Constructs a new custom component.
- CustomComponent(Component) - Constructor for class com.vaadin.ui.CustomComponent
-
Constructs a new custom component.
- CustomComponentConnector - Class in com.vaadin.client.ui.customcomponent
- CustomComponentConnector() - Constructor for class com.vaadin.client.ui.customcomponent.CustomComponentConnector
- CustomDropHandler() - Constructor for class com.vaadin.client.ui.VDragAndDropWrapper.CustomDropHandler
- CustomField<T> - Class in com.vaadin.ui
-
A
Field
whose UI content can be constructed by the user, enabling the creation of e.g. - CustomField() - Constructor for class com.vaadin.ui.CustomField
-
Constructs a new custom field.
- CustomFieldConnector - Class in com.vaadin.client.ui.customfield
- CustomFieldConnector() - Constructor for class com.vaadin.client.ui.customfield.CustomFieldConnector
-
Default constructor
- CustomizedSystemMessages - Class in com.vaadin.server
-
Contains the system messages used to notify the user about various critical situations that can occur.
- CustomizedSystemMessages() - Constructor for class com.vaadin.server.CustomizedSystemMessages
- CustomLayout - Class in com.vaadin.ui
-
A container component with freely designed layout and style.
- CustomLayout() - Constructor for class com.vaadin.ui.CustomLayout
-
Default constructor only used by subclasses.
- CustomLayout(InputStream) - Constructor for class com.vaadin.ui.CustomLayout
-
Constructs a custom layout with the template given in the stream.
- CustomLayout(String) - Constructor for class com.vaadin.ui.CustomLayout
-
Constructor for custom layout with given template name.
- CustomLayoutConnector - Class in com.vaadin.client.ui.customlayout
- CustomLayoutConnector() - Constructor for class com.vaadin.client.ui.customlayout.CustomLayoutConnector
- CustomLayoutState - Class in com.vaadin.shared.ui.customlayout
- CustomLayoutState() - Constructor for class com.vaadin.shared.ui.customlayout.CustomLayoutState
- CustomMenuItem() - Constructor for class com.vaadin.client.ui.VMenuBar.CustomMenuItem
-
Default menu item
Widget
constructor for GWT.create(). - CustomMenuItem(String, Command) - Constructor for class com.vaadin.client.ui.VMenuBar.CustomMenuItem
-
Deprecated.use the default constructor and
VMenuBar.CustomMenuItem.setHTML(String)
andVMenuBar.CustomMenuItem.setCommand(Command)
instead - CustomPopup() - Constructor for class com.vaadin.client.ui.VPopupView.CustomPopup
- CUT - com.vaadin.server.FontAwesome
- CUTLERY - com.vaadin.server.FontAwesome
- cval(String) - Method in class com.vaadin.client.metadata.ConnectorBundleLoader
- cvals - Variable in class com.vaadin.client.metadata.ConnectorBundleLoader
- CValUiInfo(String, String, String, String) - Constructor for class com.vaadin.client.metadata.ConnectorBundleLoader.CValUiInfo
- CYAN - Static variable in class com.vaadin.shared.ui.colorpicker.Color
D
- D - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- DASHBOARD - com.vaadin.server.FontAwesome
- DASHCUBE - com.vaadin.server.FontAwesome
- dashSeparatedToCamelCase(String) - Static method in class com.vaadin.shared.util.SharedUtil
-
Converts a dash ("-") separated string into camelCase.
- dataAdded(int, int) - Method in interface com.vaadin.client.data.DataChangeHandler
-
Called when the new rows have been added to the container.
- dataAvailable(int, int) - Method in interface com.vaadin.client.data.DataChangeHandler
-
Called when rows requested with
DataSource.ensureAvailability(int, int)
rows are available. - DataAvailableEvent - Class in com.vaadin.client.widget.grid
-
Event object describing a change of row availability in DataSource of a Grid.
- DataAvailableEvent(Range) - Constructor for class com.vaadin.client.widget.grid.DataAvailableEvent
- DataAvailableHandler - Interface in com.vaadin.client.widget.grid
-
Handler for
DataAvailableEvent
s. - DATABASE - com.vaadin.server.FontAwesome
- DataBoundTransferable - Class in com.vaadin.event
-
Parent class for
Transferable
implementations that have a Vaadin container as a data source. - DataBoundTransferable(Component, Map<String, Object>) - Constructor for class com.vaadin.event.DataBoundTransferable
- DataChangeHandler - Interface in com.vaadin.client.data
-
Callback interface used by
DataSource
to inform its user about updates to the data. - DataGenerator - Interface in com.vaadin.server.communication.data
-
Interface for
Grid.AbstractGridExtension
s that allows adding data to row objects being sent to client by theRpcDataProviderExtension
. - DataProviderRpc - Interface in com.vaadin.shared.data
-
RPC interface used for pushing container data to the client.
- dataRemoved(int, int) - Method in interface com.vaadin.client.data.DataChangeHandler
-
Called when rows have been removed from the data source.
- DataRequestRpc - Interface in com.vaadin.shared.data
-
RPC interface used for requesting container data to the client.
- DataSource<T> - Interface in com.vaadin.client.data
-
Source of data for widgets showing lazily loaded data based on indexable items (e.g.
- DataSource.RowHandle<T> - Class in com.vaadin.client.data
- dataUpdated(int, int) - Method in interface com.vaadin.client.data.DataChangeHandler
-
Called when the contents of the data source has changed.
- date - Variable in class com.vaadin.shared.ui.calendar.CalendarState.Day
- Date_Serializer - Class in com.vaadin.client.communication
-
Client side serializer/deserializer for java.util.Date
- Date_Serializer() - Constructor for class com.vaadin.client.communication.Date_Serializer
- DateCell - Class in com.vaadin.client.ui.calendar.schedule
- DateCell(WeekGrid, Date) - Constructor for class com.vaadin.client.ui.calendar.schedule.DateCell
- DateCell.DateCellSlot - Class in com.vaadin.client.ui.calendar.schedule
- DateCellContainer - Class in com.vaadin.client.ui.calendar.schedule
-
Internally used class by the Calendar since 7.1
- DateCellContainer() - Constructor for class com.vaadin.client.ui.calendar.schedule.DateCellContainer
- DateCellDayEvent - Class in com.vaadin.client.ui.calendar.schedule
-
Internally used by the calendar
- DateCellDayEvent(DateCell, WeekGrid, CalendarEvent) - Constructor for class com.vaadin.client.ui.calendar.schedule.DateCellDayEvent
- DateCellGroup - Class in com.vaadin.client.ui.calendar.schedule
-
Internally used by the calendar
- DateCellGroup(Integer) - Constructor for class com.vaadin.client.ui.calendar.schedule.DateCellGroup
- DateCellSlot(DateCell, Date, Date) - Constructor for class com.vaadin.client.ui.calendar.schedule.DateCell.DateCellSlot
- dateClick(CalendarComponentEvents.DateClickEvent) - Method in interface com.vaadin.ui.components.calendar.CalendarComponentEvents.DateClickHandler
-
This method will be called when a date is clicked.
- dateClick(CalendarComponentEvents.DateClickEvent) - Method in class com.vaadin.ui.components.calendar.handler.BasicDateClickHandler
- dateClick(String) - Method in interface com.vaadin.client.ui.VCalendar.DateClickListener
-
Triggered when a date was clicked
- dateClick(String) - Method in interface com.vaadin.shared.ui.calendar.CalendarServerRpc
- DATECLICK - Static variable in class com.vaadin.shared.ui.calendar.CalendarEventId
- DateClickEvent(Calendar, Date) - Constructor for class com.vaadin.ui.components.calendar.CalendarComponentEvents.DateClickEvent
-
DateClickEvent needs the target date that was clicked.
- dateClickMethod - Static variable in interface com.vaadin.ui.components.calendar.CalendarComponentEvents.DateClickHandler
-
Trigger method for the DateClickEvent.
- DateConstants - Class in com.vaadin.shared.ui.calendar
- DateConstants() - Constructor for class com.vaadin.shared.ui.calendar.DateConstants
- DateField - Class in com.vaadin.ui
-
A date editor component that can be bound to any
Property
that is compatible withjava.util.Date
. - DateField() - Constructor for class com.vaadin.ui.DateField
-
Constructs an empty
DateField
with no caption. - DateField(Property) - Constructor for class com.vaadin.ui.DateField
-
Constructs a new
DateField
that's bound to the specifiedProperty
and has no caption. - DateField(String) - Constructor for class com.vaadin.ui.DateField
-
Constructs an empty
DateField
with caption. - DateField(String, Property) - Constructor for class com.vaadin.ui.DateField
-
Constructs a new
DateField
that's bound to the specifiedProperty
and has the given captionString
. - DateField(String, Date) - Constructor for class com.vaadin.ui.DateField
-
Constructs a new
DateField
with the given caption and initial text contents. - 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_BIG - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Large sized date field with big font
- 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.ChameleonTheme
-
Small sized date field with small font
- 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.
- DateField.UnparsableDateString - Exception in com.vaadin.ui
- DateFieldConnector - Class in com.vaadin.client.ui.datefield
- DateFieldConnector() - Constructor for class com.vaadin.client.ui.datefield.DateFieldConnector
- DateFieldConstants - Class in com.vaadin.shared.ui.datefield
-
Deprecated.
- DateFieldConstants() - Constructor for class com.vaadin.shared.ui.datefield.DateFieldConstants
-
Deprecated.
- dateFormat - Variable in class com.vaadin.shared.ui.ui.UIState.LocaleData
- dateformat_date - Variable in class com.vaadin.client.ui.VCalendar
- dateformat_datetime - Variable in class com.vaadin.client.ui.VCalendar
- dateFrom - Variable in class com.vaadin.shared.ui.calendar.CalendarState.Event
- DateRangeValidator - Class in com.vaadin.data.validator
-
Validator for validating that a Date is inside a given range.
- DateRangeValidator(String, Date, Date, Resolution) - Constructor for class com.vaadin.data.validator.DateRangeValidator
-
Creates a validator for checking that an Date is within a given range.
- DateRenderer - Class in com.vaadin.client.renderers
-
A renderer for rendering dates into cells
- DateRenderer - Class in com.vaadin.ui.renderers
-
A renderer for presenting date values.
- DateRenderer() - Constructor for class com.vaadin.client.renderers.DateRenderer
- DateRenderer() - Constructor for class com.vaadin.ui.renderers.DateRenderer
-
Creates a new date renderer.
- DateRenderer(DateTimeFormat) - Constructor for class com.vaadin.client.renderers.DateRenderer
- DateRenderer(DateTimeFormat.PredefinedFormat) - Constructor for class com.vaadin.client.renderers.DateRenderer
- DateRenderer(String) - Constructor for class com.vaadin.ui.renderers.DateRenderer
-
Creates a new date renderer.
- DateRenderer(String, String) - Constructor for class com.vaadin.ui.renderers.DateRenderer
-
Creates a new date renderer.
- DateRenderer(String, Locale) - Constructor for class com.vaadin.ui.renderers.DateRenderer
-
Creates a new date renderer.
- DateRenderer(String, Locale, String) - Constructor for class com.vaadin.ui.renderers.DateRenderer
-
Creates a new date renderer.
- DateRenderer(DateFormat) - Constructor for class com.vaadin.ui.renderers.DateRenderer
-
Creates a new date renderer.
- DateRenderer(DateFormat, String) - Constructor for class com.vaadin.ui.renderers.DateRenderer
-
Creates a new date renderer.
- DateRenderer(Locale) - Constructor for class com.vaadin.ui.renderers.DateRenderer
-
Creates a new date renderer.
- DateRenderer(Locale, String) - Constructor for class com.vaadin.ui.renderers.DateRenderer
-
Creates a new date renderer.
- DateRendererConnector - Class in com.vaadin.client.connectors
-
A connector for
DateRenderer
. - DateRendererConnector() - Constructor for class com.vaadin.client.connectors.DateRendererConnector
- DateSerializer - Class in com.vaadin.server.communication
-
Server side serializer/deserializer for java.util.Date
- DateSerializer() - Constructor for class com.vaadin.server.communication.DateSerializer
- DateTimeService - Class in com.vaadin.client
-
This class provides date/time parsing services to all components on the client side.
- DateTimeService() - Constructor for class com.vaadin.client.DateTimeService
-
Creates a new date time service with the application default locale.
- DateTimeService(String) - Constructor for class com.vaadin.client.DateTimeService
-
Creates a new date time service with a given locale.
- dateTo - Variable in class com.vaadin.shared.ui.calendar.CalendarState.Event
- DateToLongConverter - Class in com.vaadin.data.util.converter
- DateToLongConverter() - Constructor for class com.vaadin.data.util.converter.DateToLongConverter
- DateToSqlDateConverter - Class in com.vaadin.data.util.converter
- DateToSqlDateConverter() - Constructor for class com.vaadin.data.util.converter.DateToSqlDateConverter
- DateUtil - Class in com.vaadin.client.ui.calendar.schedule
-
Utility class for
Date
operations - DateUtil() - Constructor for class com.vaadin.client.ui.calendar.schedule.DateUtil
- Day() - Constructor for class com.vaadin.shared.ui.calendar.CalendarState.Day
- DAY - com.vaadin.shared.ui.datefield.Resolution
- DAYINMILLIS - Static variable in class com.vaadin.shared.ui.calendar.DateConstants
- DAYINMINUTES - Static variable in class com.vaadin.shared.ui.calendar.DateConstants
- dayNames - Variable in class com.vaadin.shared.ui.calendar.CalendarState
- dayNames - Variable in class com.vaadin.shared.ui.ui.UIState.LocaleData
- dayOfWeek - Variable in class com.vaadin.shared.ui.calendar.CalendarState.Day
- days - Variable in class com.vaadin.shared.ui.calendar.CalendarState
- DayToolbar - Class in com.vaadin.client.ui.calendar.schedule
- DayToolbar(VCalendar) - Constructor for class com.vaadin.client.ui.calendar.schedule.DayToolbar
- DDEventHandleStrategy - Class in com.vaadin.client.ui.dd
-
Strategy to handle native preview events for VDragAndDropManager.
- DDEventHandleStrategy() - Constructor for class com.vaadin.client.ui.dd.DDEventHandleStrategy
- DDUtil - Class in com.vaadin.client.ui.dd
- DDUtil() - Constructor for class com.vaadin.client.ui.dd.DDUtil
- debug(Element) - Method in class com.vaadin.client.ui.TouchScrollDelegate.TouchScrollHandler
- DebugButton - Class in com.vaadin.client.debug.internal
-
Simple extension of
Button
that is preconfigured with for use inVDebugWindow
. - DebugButton(Icon) - Constructor for class com.vaadin.client.debug.internal.DebugButton
-
Creates a
Button
with the given icon-font icon. - DebugButton(Icon, String) - Constructor for class com.vaadin.client.debug.internal.DebugButton
-
Creates a
Button
with the given icon-font icon and title (tooltip). - DebugButton(Icon, String, String) - Constructor for class com.vaadin.client.debug.internal.DebugButton
-
Creates a
Button
with the given icon-font icon, title (tooltip), and caption. - DebugWindowClientRpc - Interface in com.vaadin.shared.ui.ui
-
Client RPC methods for the Debug Window.
- DebugWindowServerRpc - Interface in com.vaadin.shared.ui.ui
-
Server RPC methods for the Debug Window.
- DebugWindowStyles - Interface in com.vaadin.client.debug.internal.theme
- decode(JsonValue) - Method in class com.vaadin.client.connectors.AbstractRendererConnector
-
Decodes the given JSON value into a value of type T so it can be passed to the
renderer
. - decode(JsonValue) - Method in class com.vaadin.client.connectors.ImageRendererConnector
- decode(JsonValue) - Method in class com.vaadin.client.connectors.JavaScriptRendererConnector
- decodeCustomType(Type, JsonValue, ConnectorTracker) - Static method in class com.vaadin.server.JsonCodec
- decodeFromTextNode(String) - Static method in class com.vaadin.ui.declarative.DesignFormatter
-
Decodes HTML entities in a text from text node and replaces them with actual characters.
- decodeInternalOrCustomType(Type, JsonValue, ConnectorTracker) - Static method in class com.vaadin.server.JsonCodec
- decodeInternalType(Type, boolean, JsonValue, ConnectorTracker) - Static method in class com.vaadin.server.JsonCodec
-
Decodes a value that is of an internal type.
- decodeRpcParameters(JsonArray) - Method in class com.vaadin.client.JavaScriptConnectorHelper
- decodeValue(Type, JsonValue, Object, ApplicationConnection) - Static method in class com.vaadin.client.communication.JsonDecoder
-
Decode a JSON array with two elements (type and value) into a client-side type, recursively if necessary.
- DEDENT - com.vaadin.server.FontAwesome
- deEmphasis(boolean) - Method in class com.vaadin.client.ui.VDragAndDropWrapper
- DEFAULT - com.vaadin.shared.ui.BorderStyle
-
A border style that indicates that the default border style should be used.
- DEFAULT - com.vaadin.shared.ui.MultiSelectMode
-
The default behavior of the multi select mode
- 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 source connected to a back end system and that the data should thus not be written.
- DEFAULT_BUFFER_SIZE - Static variable in interface com.vaadin.server.Constants
- DEFAULT_CACHETIME - Static variable in class com.vaadin.server.DownloadStream
-
Default cache time.
- DEFAULT_CANCEL_CAPTION - Static variable in class com.vaadin.shared.ui.grid.GridConstants
-
The default cancel button caption in the editor
- DEFAULT_CLOSE_IDLE_SESSIONS - Static variable in class com.vaadin.server.DefaultDeploymentConfiguration
-
Default value for
DefaultDeploymentConfiguration.isCloseIdleSessions()
= false . - DEFAULT_COLLAPSE_MENU_CONTENT - Static variable in class com.vaadin.shared.ui.table.TableConstants
-
Default value for
TableState.collapseMenuContent
. - DEFAULT_COLUMN_WIDTH_PX - Static variable in class com.vaadin.shared.ui.grid.GridConstants
-
Default width for columns.
- DEFAULT_EXPAND_RATIO - Static variable in class com.vaadin.shared.ui.grid.GridConstants
-
Default expand ratio for columns.
- DEFAULT_HEARTBEAT_INTERVAL - Static variable in class com.vaadin.server.DefaultDeploymentConfiguration
-
Default value for
DefaultDeploymentConfiguration.getHeartbeatInterval()
= 300 . - DEFAULT_HEIGHT_BY_ROWS - Static variable in class com.vaadin.shared.ui.grid.GridState
-
The default value for height-by-rows for both GWT widgets
Grid
andEscalator
- DEFAULT_ICON - Static variable in class com.vaadin.util.FileTypeResolver
-
Default icon given if no icon is specified for a mime-type.
- DEFAULT_LEGACY_PROPERTY_TO_STRING - Static variable in class com.vaadin.server.DefaultDeploymentConfiguration
- DEFAULT_MAX_SELECTIONS - Static variable in class com.vaadin.ui.Grid.MultiSelectionModel
-
The default selection size limit.
- DEFAULT_MAX_WIDTH - Static variable in class com.vaadin.shared.ui.grid.GridConstants
-
Default maximum width for columns.
- DEFAULT_MIME_TYPE - Static variable in class com.vaadin.util.FileTypeResolver
-
Default mime-type.
- DEFAULT_MIN_WIDTH - Static variable in class com.vaadin.shared.ui.grid.GridConstants
-
Default minimum width for columns.
- DEFAULT_PADDING - Static variable in class com.vaadin.shared.ui.grid.GridConstants
-
Default padding in pixels when scrolling programmatically, without an explicitly defined padding value.
- DEFAULT_PAGE_LENGTH - Static variable in class com.vaadin.data.util.sqlcontainer.SQLContainer
- DEFAULT_RESOURCE_CACHE_TIME - Static variable in class com.vaadin.server.DefaultDeploymentConfiguration
-
Default value for
DefaultDeploymentConfiguration.getResourceCacheTime()
= 3600 . - DEFAULT_ROW_HEIGHT - Static variable in class com.vaadin.client.ui.VScrollTable.VScrollTableBody
- DEFAULT_SAVE_CAPTION - Static variable in class com.vaadin.shared.ui.grid.GridConstants
-
The default save button caption in the editor
- DEFAULT_SEND_URLS_AS_PARAMETERS - Static variable in class com.vaadin.server.DefaultDeploymentConfiguration
- DEFAULT_STREAMING_PROGRESS_EVENT_INTERVAL_MS - Static variable in class com.vaadin.server.communication.FileUploadHandler
- DEFAULT_SYNC_ID_CHECK - Static variable in class com.vaadin.server.DefaultDeploymentConfiguration
-
Default value for
DefaultDeploymentConfiguration.isSyncIdCheckEnabled()
= true . - DEFAULT_THEME_CACHETIME - Static variable in interface com.vaadin.server.Constants
- DEFAULT_THEME_NAME - Static variable in interface com.vaadin.server.Constants
- DEFAULT_WIDGETSET - Static variable in interface com.vaadin.server.Constants
- DefaultCacheStrategy() - Constructor for class com.vaadin.client.data.CacheStrategy.DefaultCacheStrategy
-
Creates a DefaultCacheStrategy keeping between 3 and 4 pages worth of data cached both before and after the active range.
- DefaultCacheStrategy(int, int) - Constructor for class com.vaadin.client.data.CacheStrategy.DefaultCacheStrategy
-
Creates a DefaultCacheStrategy with custom ratios for how much data to cache.
- DefaultCollectionFactory() - Constructor for class com.vaadin.data.util.converter.StringToCollectionConverter.DefaultCollectionFactory
- DefaultComponentFactory() - Constructor for class com.vaadin.ui.declarative.Design.DefaultComponentFactory
- DefaultComponentMapper() - Constructor for class com.vaadin.ui.declarative.Design.DefaultComponentMapper
- DefaultConnectionStateHandler - Class in com.vaadin.client.communication
-
Default implementation of the connection state handler.
- DefaultConnectionStateHandler() - Constructor for class com.vaadin.client.communication.DefaultConnectionStateHandler
- DefaultConnectionStateHandler.Type - Enum in com.vaadin.client.communication
- DefaultConverterFactory - Class in com.vaadin.data.util.converter
-
Default implementation of
ConverterFactory
. - DefaultConverterFactory() - Constructor for class com.vaadin.data.util.converter.DefaultConverterFactory
- 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.
- DefaultEditorErrorHandler() - Constructor for class com.vaadin.ui.Grid.DefaultEditorErrorHandler
- DefaultEditorEventHandler<T> - Class in com.vaadin.client.widget.grid
-
The default handler for Grid editor events.
- DefaultEditorEventHandler() - Constructor for class com.vaadin.client.widget.grid.DefaultEditorEventHandler
- DefaultErrorHandler - Class in com.vaadin.server
- DefaultErrorHandler() - Constructor for class com.vaadin.server.DefaultErrorHandler
- DefaultFieldFactory - Class in com.vaadin.ui
-
This class contains a basic implementation for both
FormFieldFactory
andTableFieldFactory
. - DefaultFieldFactory() - Constructor for class com.vaadin.ui.DefaultFieldFactory
- DefaultFieldGroupFieldFactory - Class in com.vaadin.data.fieldgroup
-
This class contains a basic implementation for
FieldGroupFieldFactory
.The class is singleton, useDefaultFieldGroupFieldFactory.get()
method to get reference to the instance. - DefaultFieldGroupFieldFactory() - Constructor for class com.vaadin.data.fieldgroup.DefaultFieldGroupFieldFactory
- DefaultItemSorter - Class in com.vaadin.data.util
-
Provides a default implementation of an ItemSorter.
- DefaultItemSorter() - Constructor for class com.vaadin.data.util.DefaultItemSorter
-
Constructs a DefaultItemSorter using the default
Comparator
for comparingProperty
values. - DefaultItemSorter(Comparator<Object>) - Constructor for class com.vaadin.data.util.DefaultItemSorter
-
Constructs a DefaultItemSorter which uses the
Comparator
indicated by thepropertyValueComparator
parameter for comparingProperty
values. - DefaultItemSorter.DefaultPropertyValueComparator - Class in com.vaadin.data.util
-
Provides a default comparator used for comparing
Property
values. - DefaultNewItemHandler() - Constructor for class com.vaadin.ui.AbstractSelect.DefaultNewItemHandler
- DefaultPropertyValueComparator() - Constructor for class com.vaadin.data.util.DefaultItemSorter.DefaultPropertyValueComparator
- DefaultReconnectDialog - Class in com.vaadin.client.communication
-
The default implementation of the reconnect dialog
- DefaultReconnectDialog() - Constructor for class com.vaadin.client.communication.DefaultReconnectDialog
- defaultRow - Variable in class com.vaadin.shared.ui.grid.GridStaticSectionState.RowState
- DefaultSQLGenerator - Class in com.vaadin.data.util.sqlcontainer.query.generator
-
Generates generic SQL that is supported by HSQLDB, MySQL and PostgreSQL.
- DefaultSQLGenerator() - Constructor for class com.vaadin.data.util.sqlcontainer.query.generator.DefaultSQLGenerator
- DefaultSQLGenerator(Class<? extends StatementHelper>) - Constructor for class com.vaadin.data.util.sqlcontainer.query.generator.DefaultSQLGenerator
-
Create a new DefaultSqlGenerator instance that uses the given implementation of
StatementHelper
- DefaultSQLGenerator(String, String) - Constructor for class com.vaadin.data.util.sqlcontainer.query.generator.DefaultSQLGenerator
-
Construct a DefaultSQLGenerator with the specified identifiers for start and end of quoted strings.
- DefaultSQLGenerator(String, String, Class<? extends StatementHelper>) - Constructor for class com.vaadin.data.util.sqlcontainer.query.generator.DefaultSQLGenerator
-
Same as
DefaultSQLGenerator(String, String)
but with support for customStatementHelper
implementation. - DefaultSystemMessagesProvider - Class in com.vaadin.server
-
System messages provider using the built-in default system messages.
- DefaultUIProvider - Class in com.vaadin.server
- DefaultUIProvider() - Constructor for class com.vaadin.server.DefaultUIProvider
- deferOrdering() - Static method in class com.vaadin.client.ui.VWindow
-
Calling this method will defer ordering algorithm, to order windows based on servers bringToFront and modality instructions.
- DEFERRED - com.vaadin.shared.ui.Connect.LoadStyle
-
Not included in the initial set of widgets, but added to queue from which it will be loaded when network is not busy or the implementation is required.
- DEFERRED_BUNDLE_NAME - Static variable in class com.vaadin.client.metadata.ConnectorBundleLoader
- DeferredWorker - Interface in com.vaadin.client
-
Give widgets and connectors the possibility to indicate to the framework that there is work scheduled to be executed in the near future and that the framework should wait for this work to complete before assuming the UI has reached a steady state.
- deferRowFetch() - Method in class com.vaadin.client.ui.VScrollTable.RowRequestHandler
- deferRowFetch(int) - Method in class com.vaadin.client.ui.VScrollTable.RowRequestHandler
- definedHeight - Variable in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
- defineFallbackResolver(Class<T>, CurrentInstanceFallbackResolver<T>) - Static method in class com.vaadin.util.CurrentInstance
-
Adds a CurrentInstanceFallbackResolver, that is triggered when
CurrentInstance.get(Class)
can't find a suitable instance for the given type parameter. - DELAY_FOREVER - Static variable in class com.vaadin.client.ui.VNotification
- DELAY_FOREVER - Static variable in class com.vaadin.ui.Notification
- DELAY_NONE - Static variable in class com.vaadin.client.ui.VNotification
- DELAY_NONE - Static variable in class com.vaadin.ui.Notification
- Delayed - Annotation Type in com.vaadin.shared.annotations
-
Invoking a method in a
ServerRpc
interface marked with this annotation will only add the invocation to a queue of outgoing RPC invocations, but it will not cause the queue to be purged and sent to the server. - DELAYED - com.vaadin.client.metadata.TypeDataStore.MethodAttribute
- delayMs - Variable in class com.vaadin.shared.ui.menubar.MenuBarState
- delegateCaptionHandling() - Method in interface com.vaadin.client.ComponentConnector
-
Return true if parent handles caption, false if the paintable handles the caption itself.
- delegateCaptionHandling() - Method in class com.vaadin.client.ui.AbstractComponentConnector
- delegateCaptionHandling() - Method in class com.vaadin.client.ui.button.ButtonConnector
- delegateCaptionHandling() - Method in class com.vaadin.client.ui.checkbox.CheckBoxConnector
- delegateCaptionHandling() - Method in class com.vaadin.client.ui.colorpicker.AbstractColorPickerConnector
- delegateCaptionHandling() - Method in class com.vaadin.client.ui.form.FormConnector
- delegateCaptionHandling() - Method in class com.vaadin.client.ui.link.LinkConnector
- delegateCaptionHandling() - Method in class com.vaadin.client.ui.nativebutton.NativeButtonConnector
- delegateCaptionHandling() - Method in class com.vaadin.client.ui.panel.PanelConnector
- delegateCaptionHandling() - Method in class com.vaadin.client.ui.UnknownComponentConnector
- delegateCaptionHandling() - Method in class com.vaadin.client.ui.window.WindowConnector
- DelegateToWidget - Annotation Type in com.vaadin.shared.annotations
-
Signals that the property value from a state class should be forwarded to the Widget of the corresponding connector instance.
- DelegateToWidget.Helper - Class in com.vaadin.shared.annotations
-
Internal helper for handling default values in a uniform way both at runtime and during widgetset compilation.
- DELETE - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- DELICIOUS - com.vaadin.server.FontAwesome
- 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.
- DeploymentConfiguration.LegacyProperyToStringMode - Enum in com.vaadin.server
-
Deprecated.
- desc - Variable in class com.vaadin.client.ui.VForm
-
For internal use only.
- DESCENDING - com.vaadin.shared.data.sort.SortDirection
-
Descending (e.g.
- description - Variable in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- description - Variable in class com.vaadin.shared.AbstractComponentState
- description - Variable in class com.vaadin.shared.ui.calendar.CalendarState.Event
- description - Variable in class com.vaadin.shared.ui.tabsheet.TabState
- DESCRIPTION - Static variable in class com.vaadin.client.ui.VNotification
- DESCRIPTION_FOR_ASSISTIVE_DEVICES - Static variable in class com.vaadin.shared.ui.datefield.PopupDateFieldState
- DESCRIPTION_PROPERTY - Static variable in class com.vaadin.ui.components.calendar.ContainerEventProvider
- descriptionForAssistiveDevices - Variable in class com.vaadin.shared.ui.datefield.PopupDateFieldState
- deselect(JsonObject) - Method in class com.vaadin.client.connectors.SingleSelectionModelConnector.SingleSelectionModel
- deselect(JsonObject...) - Method in class com.vaadin.client.connectors.MultiSelectionModelConnector.MultiSelectionModel
-
Deselects one or more rows.
- deselect(Object) - Method in class com.vaadin.ui.Grid
-
Marks an item as unselected.
- deselect(Object...) - Method in class com.vaadin.ui.Grid.MultiSelectionModel
- deselect(Object...) - Method in interface com.vaadin.ui.Grid.SelectionModel.Multi
-
Marks items as deselected.
- deselect(Collection<?>) - Method in class com.vaadin.ui.Grid.MultiSelectionModel
- deselect(Collection<?>) - Method in interface com.vaadin.ui.Grid.SelectionModel.Multi
-
Marks items as deselected.
- deselect(Collection<?>, boolean) - Method in class com.vaadin.ui.Grid.MultiSelectionModel
- deselect(Collection<JsonObject>) - Method in class com.vaadin.client.connectors.MultiSelectionModelConnector.MultiSelectionModel
-
Deselect all rows in a
Collection
. - deselect(Collection<T>) - Method in interface com.vaadin.client.widget.grid.selection.SelectionModel.Multi
-
Deselect all rows in a
Collection
. - deselect(Collection<T>) - Method in class com.vaadin.client.widget.grid.selection.SelectionModelMulti
- deselect(List<String>) - Method in interface com.vaadin.shared.ui.grid.selection.MultiSelectionModelServerRpc
-
Deselect a list of rows based on their row keys on the server-side.
- deselect(T) - Method in interface com.vaadin.client.widget.grid.selection.SelectionModel.Single
-
Deselects a row.
- deselect(T) - Method in class com.vaadin.client.widget.grid.selection.SelectionModelSingle
- deselect(T) - Method in class com.vaadin.client.widgets.Grid
-
Deselect a row using the current selection model.
- deselect(T...) - Method in interface com.vaadin.client.widget.grid.selection.SelectionModel.Multi
-
Deselects one or more rows.
- deselect(T...) - Method in class com.vaadin.client.widget.grid.selection.SelectionModelMulti
- deselectAll() - Method in class com.vaadin.client.connectors.MultiSelectionModelConnector.MultiSelectionModel
-
De-selects all rows.
- deselectAll() - Method in class com.vaadin.client.ui.VScrollTable
-
Deselects all items
- deselectAll() - Method in class com.vaadin.client.ui.VTree
-
Deselects all items in the tree
- deselectAll() - Method in interface com.vaadin.client.widget.grid.selection.SelectionModel.Multi
-
De-selects all rows.
- deselectAll() - Method in class com.vaadin.client.widget.grid.selection.SelectionModelMulti
- deselectAll() - Method in class com.vaadin.client.widgets.Grid
-
Deselect all rows using the current selection model.
- deselectAll() - Method in interface com.vaadin.shared.ui.grid.selection.MultiSelectionModelServerRpc
-
Deselects all rows on the server-side.
- deselectAll() - Method in class com.vaadin.ui.Grid
-
Marks all items as unselected.
- deselectAll() - Method in class com.vaadin.ui.Grid.MultiSelectionModel
- deselectAll() - Method in interface com.vaadin.ui.Grid.SelectionModel.Multi
-
Marks all the items in the current Container as deselected
- deselectAll(boolean) - Method in class com.vaadin.ui.Grid.MultiSelectionModel
- deselectAllowed - Variable in class com.vaadin.shared.ui.grid.selection.SingleSelectionModelState
- deselectByHandle(DataSource.RowHandle<T>) - Method in class com.vaadin.client.widget.grid.selection.AbstractRowHandleSelectionModel
-
Deselect a row, based on its
RowHandle
. - deselectByHandle(DataSource.RowHandle<T>) - Method in class com.vaadin.client.widget.grid.selection.SelectionModelMulti
- deselectByHandle(DataSource.RowHandle<T>) - Method in class com.vaadin.client.widget.grid.selection.SelectionModelNone
- deselectByHandle(DataSource.RowHandle<T>) - Method in class com.vaadin.client.widget.grid.selection.SelectionModelSingle
- deserialize(Type, JsonValue, ApplicationConnection) - Method in class com.vaadin.client.communication.Date_Serializer
- deserialize(Type, JsonValue, ApplicationConnection) - Method in interface com.vaadin.client.communication.JSONSerializer
-
Creates and deserializes an object received from the server.
- deserialize(Type, JsonValue, ApplicationConnection) - Method in class com.vaadin.client.communication.URLReference_Serializer
- deserialize(Type, JsonValue, ConnectorTracker) - Method in class com.vaadin.server.communication.DateSerializer
- deserialize(Type, JsonValue, ConnectorTracker) - Method in interface com.vaadin.server.communication.JSONSerializer
-
Creates and deserializes an object received from the client.
- deSerialize(String) - Static method in class com.vaadin.shared.MouseEventDetails
- 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() - Constructor for class com.vaadin.ui.declarative.Design
- DESIGN_ATTR_PLAIN_TEXT - Static variable in class com.vaadin.ui.AbstractComponent
- Design.ComponentFactory - Interface in com.vaadin.ui.declarative
-
Callback for creating instances of a given component class when reading designs.
- Design.ComponentMapper - Interface in com.vaadin.ui.declarative
-
Delegate for handling the mapping between tag names and component instances.
- Design.DefaultComponentFactory - Class in com.vaadin.ui.declarative
-
Default implementation of
Design.ComponentFactory
, usingClass.forName(className).newInstance()
for finding the component class and creating a component instance. - Design.DefaultComponentMapper - Class in com.vaadin.ui.declarative
-
Default implementation of
Design.ComponentMapper
, - DesignAttributeHandler - Class in com.vaadin.ui.declarative
-
Default attribute handler implementation used when parsing designs to component trees.
- DesignAttributeHandler() - Constructor for class com.vaadin.ui.declarative.DesignAttributeHandler
- DesignContext - Class in com.vaadin.ui.declarative
-
This class contains contextual information that is collected when a component tree is constructed based on HTML design template.
- DesignContext() - Constructor for class com.vaadin.ui.declarative.DesignContext
- DesignContext(Document) - Constructor for class com.vaadin.ui.declarative.DesignContext
- DesignContext.ComponentCreatedEvent - Class in com.vaadin.ui.declarative
-
Component creation event that is fired when a component is created in the context
- 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 - Class in com.vaadin.ui.declarative.converters
-
An converter for Enum to/from String for
DesignAttributeHandler
to use internally. - DesignEnumConverter() - Constructor for class com.vaadin.ui.declarative.converters.DesignEnumConverter
- 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.
- DesignObjectConverter - Class in com.vaadin.ui.declarative.converters
-
An converter for Object to/from String for
DesignAttributeHandler
to use internally. - DesignObjectConverter() - Constructor for class com.vaadin.ui.declarative.converters.DesignObjectConverter
- DesignResourceConverter - Class in com.vaadin.ui.declarative.converters
-
A converter for
Resource
implementations supported byDesignAttributeHandler
. - DesignResourceConverter() - Constructor for class com.vaadin.ui.declarative.converters.DesignResourceConverter
- DesignRoot - Annotation Type in com.vaadin.annotations
-
Marks the component as the root of a design (html) file.
- DesignShortcutActionConverter - Class in com.vaadin.ui.declarative.converters
-
Converter for
ShortcutActions
. - DesignShortcutActionConverter() - Constructor for class com.vaadin.ui.declarative.converters.DesignShortcutActionConverter
- DesignTimeZoneConverter - Class in com.vaadin.ui.declarative.converters
-
Utility class for
DesignAttributeHandler
that deals with converting various TimeZones to string. - DesignTimeZoneConverter() - Constructor for class com.vaadin.ui.declarative.converters.DesignTimeZoneConverter
- DesignToStringConverter<TYPE> - Class in com.vaadin.ui.declarative.converters
-
Utility class for
DesignAttributeHandler
that deals with converting various types to string. - DesignToStringConverter(Class<? extends TYPE>) - Constructor for class com.vaadin.ui.declarative.converters.DesignToStringConverter
-
Constructs the converter for a given type.
- DesignToStringConverter(Class<? extends TYPE>, String) - Constructor for class com.vaadin.ui.declarative.converters.DesignToStringConverter
-
Constructs the converter for a given type, giving the name of the public static method that does the conversion from String.
- DESKTOP - com.vaadin.server.FontAwesome
- destroy() - Method in class com.vaadin.client.renderers.ComplexRenderer
-
Called when the renderer is deemed to be destroyed and no longer used by the Grid.
- destroy() - Method in class com.vaadin.client.ui.VAbsoluteLayout.AbsoluteWrapper
-
Removes the wrapper caption and itself from the layout
- destroy() - Method in class com.vaadin.client.widget.grid.selection.MultiSelectionRenderer
- destroy() - Method in class com.vaadin.data.util.sqlcontainer.connection.J2EEConnectionPool
- destroy() - Method in interface com.vaadin.data.util.sqlcontainer.connection.JDBCConnectionPool
-
Destroys the connection pool: close() is called an all the connections in the pool, whether available or reserved.
- destroy() - Method in class com.vaadin.data.util.sqlcontainer.connection.SimpleJDBCConnectionPool
- destroy() - Method in class com.vaadin.navigator.Navigator
-
Creates view change event for given
view
,viewName
andparameters
. - destroy() - Method in class com.vaadin.server.communication.PushRequestHandler
- destroy() - Method in class com.vaadin.server.VaadinService
-
Called when the servlet, portlet or similar for this service is being destroyed.
- destroy() - Method in class com.vaadin.server.VaadinServlet
- destroy(Spacer) - Method in interface com.vaadin.client.widget.escalator.SpacerUpdater
-
Called whenever a spacer should be cleaned.
- destroy(RendererCellReference) - Method in class com.vaadin.client.renderers.ComplexRenderer
-
Called after the cell is deemed to be destroyed and no longer used by the Grid.
- destroyData(Object) - Method in interface com.vaadin.server.communication.data.DataGenerator
-
Informs the DataGenerator that an item id has been dropped and is no longer needed.
- destroyData(Object) - Method in class com.vaadin.ui.Grid.AbstractSelectionModel
- destroyData(Object) - Method in class com.vaadin.ui.Grid.DetailComponentManager
- detach() - Method in class com.vaadin.server.AbstractClientConnector
-
Notifies the connector that it is detached from its VaadinSession.
- detach() - Method in class com.vaadin.server.BrowserWindowOpener
- detach() - Method in interface com.vaadin.server.ClientConnector
-
Notifies the connector that it is detached from its VaadinSession.
- detach() - Method in class com.vaadin.server.DragAndDropService
- detach() - Method in class com.vaadin.ui.AbstractComponent
- detach() - Method in class com.vaadin.ui.AbstractField
- detach() - Method in class com.vaadin.ui.AbstractSelect
-
Detaches the component from application.
- detach() - Method in class com.vaadin.ui.Table
-
Notifies the component that it is detached from the application
- detach() - Method in class com.vaadin.ui.UI
-
Called before the UI is removed from the session.
- detach(ClientConnector.DetachEvent) - Method in interface com.vaadin.server.ClientConnector.DetachListener
-
Called when a DetachListener is notified of a DetachEvent.
- DETACH_EVENT_IDENTIFIER - Static variable in class com.vaadin.server.ClientConnector.DetachEvent
- detachAttach(Element) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.detachAttach(Element)
instead. - detachAttach(Element) - Static method in class com.vaadin.client.WidgetUtil
-
Detaches and re-attaches the element from its parent.
- detachContainerDataSource() - Method in class com.vaadin.ui.components.calendar.ContainerEventProvider
-
If you are reusing the container which previously have been attached to this ContainerEventProvider call this method to remove this event providers container listeners before attaching it to an other ContainerEventProvider
- detachCutEventListener(Element) - Method in class com.vaadin.client.ui.VTextField
- DetachEvent(ClientConnector) - Constructor for class com.vaadin.server.ClientConnector.DetachEvent
- detachField(Field) - Method in class com.vaadin.ui.Form
-
Deprecated.Called when a form field is detached from a Form.
- detachFromProperty() - Method in class com.vaadin.data.util.TransactionalPropertyWrapper
-
Removes the ValueChangeListener from wrapped Property that was added by TransactionalPropertyWrapper.
- detachMethod - Static variable in interface com.vaadin.server.ClientConnector.DetachListener
- detachMethod - Static variable in interface com.vaadin.ui.HasComponents.ComponentDetachListener
- DetailComponentManager(Grid) - Constructor for class com.vaadin.ui.Grid.DetailComponentManager
- DetailComponentManager(Grid, Grid.DetailsGenerator) - Constructor for class com.vaadin.ui.Grid.DetailComponentManager
- DetailComponentManagerConnector - Class in com.vaadin.client.connectors
-
Client-side connector for the DetailComponentManager of Grid.
- DetailComponentManagerConnector() - Constructor for class com.vaadin.client.connectors.DetailComponentManagerConnector
- DETAILS - Static variable in class com.vaadin.client.ui.VNotification
- DetailsGenerator - Interface in com.vaadin.client.widget.grid
-
A callback interface for generating details for a particular row in Grid.
- DEVIANTART - com.vaadin.server.FontAwesome
- DEVMODE_OFF - com.vaadin.client.debug.internal.Icon
- DEVMODE_ON - com.vaadin.client.debug.internal.Icon
- DEVMODE_SUPER - com.vaadin.client.debug.internal.Icon
- df_date - Variable in class com.vaadin.ui.Calendar
-
Date format that will be used in the UIDL for dates.
- df_date_time - Variable in class com.vaadin.ui.Calendar
-
Date format that will be used in the UIDL for both date and time.
- df_time - Variable in class com.vaadin.ui.Calendar
-
Time format that will be used in the UIDL for time.
- DIALOG - com.vaadin.shared.ui.window.WindowRole
- dialogGracePeriod - Variable in class com.vaadin.shared.ui.ui.UIState.ReconnectDialogConfigurationState
- dialogModal - Variable in class com.vaadin.shared.ui.ui.UIState.ReconnectDialogConfigurationState
- dialogText - Variable in class com.vaadin.shared.ui.ui.UIState.ReconnectDialogConfigurationState
- dialogTextGaveUp - Variable in class com.vaadin.shared.ui.ui.UIState.ReconnectDialogConfigurationState
- DIAMOND - com.vaadin.server.FontAwesome
- DiffJSONSerializer<T> - Interface in com.vaadin.client.communication
- DIGG - com.vaadin.server.FontAwesome
- DirectionalManagedLayout - Interface in com.vaadin.client
- dirUIDL(ValueMap, ApplicationConnection) - Static method in class com.vaadin.client.VConsole
-
Deprecated.
- disableAutoColumnWidthCalculation(VScrollTable.HeaderCell) - Method in class com.vaadin.client.ui.VScrollTable.TableHead
-
Disables the automatic calculation of all column widths by forcing the widths to be "defined" thus turning off expand ratios and such.
- disableAutoWidthCalculation() - Method in class com.vaadin.client.ui.VScrollTable.HeaderCell
- disableBrowserIntelligence() - Method in class com.vaadin.client.ui.VScrollTable.TableFooter
-
Disable browser measurement of the table width
- disableBrowserIntelligence() - Method in class com.vaadin.client.ui.VScrollTable.TableHead
- disableContentRefreshing() - Method in class com.vaadin.ui.Table
-
Go to mode where content updates are not done.
- disabled - Variable in class com.vaadin.client.ui.VSlider
- disabled - Variable in class com.vaadin.client.ui.VTabsheetBase
-
For internal use only.
- disabled - Variable in class com.vaadin.client.ui.VTree
-
For internal use only.
- DISABLED - com.vaadin.server.DeploymentConfiguration.LegacyProperyToStringMode
-
Deprecated.
- DISABLED - com.vaadin.shared.communication.PushMode
-
Push is disabled.
- DISABLED - Static variable in class com.vaadin.client.StyleConstants
- DISABLED_CLASSNAME - Static variable in class com.vaadin.client.ApplicationConnection
-
Deprecated.
- disableDevModeAndReload() - Static method in class com.vaadin.client.SuperDevMode
- disabledTabKeys - Variable in class com.vaadin.client.ui.VTabsheetBase
-
For internal use only.
- disableOnClick - Variable in class com.vaadin.client.ui.VNativeButton
-
For internal use only.
- disableOnClick - Variable in class com.vaadin.shared.ui.button.ButtonState
- disableOnClick() - Method in interface com.vaadin.shared.ui.button.ButtonServerRpc
-
Indicate to the server that the client has disabled the button as a result of a click.
- disableTitle(boolean) - Method in class com.vaadin.client.ui.VUpload
-
For internal use only.
- disableUpload() - Method in class com.vaadin.client.ui.VUpload
-
For internal use only.
- discard() - Method in interface com.vaadin.data.Buffered
-
Discards all changes since last commit.
- discard() - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Discards all changes done to the bound fields.
- discard() - Method in class com.vaadin.ui.AbstractField
- discard() - Method in class com.vaadin.ui.DateField
- discard() - Method in class com.vaadin.ui.Form
-
Deprecated.
- discardRowsOutsideCacheWindow() - Method in class com.vaadin.client.ui.VScrollTable
-
Updates the internal cache by unlinking rows that fall outside of the caching window.
- disconnect() - Method in class com.vaadin.server.communication.AtmospherePushConnection
- disconnect() - Method in interface com.vaadin.server.communication.PushConnection
-
Closes the connection.
- disconnect(Command) - Method in class com.vaadin.client.communication.AtmospherePushConnection
- disconnect(Command) - Method in interface com.vaadin.client.communication.PushConnection
-
Closes the push connection.
- DISCONNECT_PENDING - com.vaadin.client.communication.AtmospherePushConnection.State
-
Connection was disconnected while the connection was pending.
- DISCONNECTED - com.vaadin.client.communication.AtmospherePushConnection.State
-
Connection has been disconnected and should not be used any more.
- DISCONNECTED - com.vaadin.server.communication.AtmospherePushConnection.State
-
Not connected.
- dispatch(ApplicationConnection.ApplicationStoppedHandler) - Method in class com.vaadin.client.ApplicationConnection.ApplicationStoppedEvent
- dispatch(ApplicationConnection.CommunicationHandler) - Method in class com.vaadin.client.ApplicationConnection.RequestStartingEvent
- dispatch(ApplicationConnection.CommunicationHandler) - Method in class com.vaadin.client.ApplicationConnection.ResponseHandlingEndedEvent
- dispatch(ApplicationConnection.CommunicationHandler) - Method in class com.vaadin.client.ApplicationConnection.ResponseHandlingStartedEvent
- dispatch(StateChangeEvent.StateChangeHandler) - Method in class com.vaadin.client.communication.StateChangeEvent
- dispatch(ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler) - Method in class com.vaadin.client.ConnectorHierarchyChangeEvent
- dispatch(PointerCancelHandler) - Method in class com.vaadin.client.event.PointerCancelEvent
- dispatch(PointerDownHandler) - Method in class com.vaadin.client.event.PointerDownEvent
- dispatch(PointerMoveHandler) - Method in class com.vaadin.client.event.PointerMoveEvent
- dispatch(PointerUpHandler) - Method in class com.vaadin.client.event.PointerUpEvent
- dispatch(ClickableRenderer.RendererClickHandler) - Method in class com.vaadin.client.renderers.ClickableRenderer.RendererClickEvent
- dispatch(VisibilityChangeHandler) - Method in class com.vaadin.client.ui.popupview.VisibilityChangeEvent
- dispatch(VAbstractSplitPanel.SplitterMoveHandler) - Method in class com.vaadin.client.ui.VAbstractSplitPanel.SplitterMoveHandler.SplitterMoveEvent
- dispatch(WindowMoveHandler) - Method in class com.vaadin.client.ui.window.WindowMoveEvent
- dispatch(WindowOrderHandler) - Method in class com.vaadin.client.ui.window.WindowOrderEvent
- dispatch(RowHeightChangedHandler) - Method in class com.vaadin.client.widget.escalator.events.RowHeightChangedEvent
- dispatch(SpacerVisibilityChangedHandler) - Method in class com.vaadin.client.widget.escalator.events.SpacerVisibilityChangedEvent
- dispatch(RowVisibilityChangeHandler) - Method in class com.vaadin.client.widget.escalator.RowVisibilityChangeEvent
- dispatch(ScrollbarBundle.VisibilityHandler) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.VisibilityChangeEvent
- dispatch(DataAvailableHandler) - Method in class com.vaadin.client.widget.grid.DataAvailableEvent
- dispatch(ColumnReorderHandler<T>) - Method in class com.vaadin.client.widget.grid.events.ColumnReorderEvent
- dispatch(ColumnResizeHandler<T>) - Method in class com.vaadin.client.widget.grid.events.ColumnResizeEvent
- dispatch(ColumnVisibilityChangeHandler<T>) - Method in class com.vaadin.client.widget.grid.events.ColumnVisibilityChangeEvent
- dispatch(GridEnabledHandler) - Method in class com.vaadin.client.widget.grid.events.GridEnabledEvent
- dispatch(ScrollHandler) - Method in class com.vaadin.client.widget.grid.events.ScrollEvent
- dispatch(SelectAllHandler<T>) - Method in class com.vaadin.client.widget.grid.events.SelectAllEvent
- dispatch(SelectionHandler) - Method in class com.vaadin.client.widget.grid.selection.SelectionEvent
- dispatch(SortHandler<?>) - Method in class com.vaadin.client.widget.grid.sort.SortEvent
- dispatch(H) - Method in class com.vaadin.client.communication.AbstractServerConnectorEvent
-
Sends this event to the given handler.
- dispatch(HANDLER) - Method in class com.vaadin.client.widgets.Grid.AbstractGridKeyEvent
- dispatch(HANDLER) - Method in class com.vaadin.client.widgets.Grid.AbstractGridMouseEvent
- 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.
- distributeSize(int, int, int) - Static method in class com.vaadin.client.ui.VCalendar
-
Calculates correct size for all cells (size / amount of cells ) and distributes any overflow over all the cells.
- doAttachChildren() - Method in class com.vaadin.client.widgets.Grid
- doCancelEditor() - Method in class com.vaadin.ui.Grid
- doDefault(ErrorEvent) - Static method in class com.vaadin.server.DefaultErrorHandler
- doDetachChildren() - Method in class com.vaadin.client.widgets.Grid
- doDispatch(AbstractGridKeyEventHandler.GridKeyDownHandler, GridConstants.Section) - Method in class com.vaadin.client.widget.grid.events.GridKeyDownEvent
- doDispatch(AbstractGridKeyEventHandler.GridKeyPressHandler, GridConstants.Section) - Method in class com.vaadin.client.widget.grid.events.GridKeyPressEvent
- doDispatch(AbstractGridKeyEventHandler.GridKeyUpHandler, GridConstants.Section) - Method in class com.vaadin.client.widget.grid.events.GridKeyUpEvent
- doDispatch(AbstractGridMouseEventHandler.GridClickHandler, GridConstants.Section) - Method in class com.vaadin.client.widget.grid.events.GridClickEvent
- doDispatch(AbstractGridMouseEventHandler.GridDoubleClickHandler, GridConstants.Section) - Method in class com.vaadin.client.widget.grid.events.GridDoubleClickEvent
- doDispatch(HANDLER, GridConstants.Section) - Method in class com.vaadin.client.widgets.Grid.AbstractGridKeyEvent
- doDispatch(HANDLER, GridConstants.Section) - Method in class com.vaadin.client.widgets.Grid.AbstractGridMouseEvent
- doEditItem() - Method in class com.vaadin.ui.Grid
- doesOverlap(WeekGridMinuteTimeRange, WeekGridMinuteTimeRange) - Static method in class com.vaadin.client.ui.calendar.schedule.WeekGridMinuteTimeRange
- doFilterContainer(boolean) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Filters the data in the container and updates internal data structures.
- doFilterContainer(boolean) - Method in class com.vaadin.data.util.HierarchicalContainer
- doHandleSimpleMultipartFileUpload(VaadinSession, VaadinRequest, VaadinResponse, StreamVariable, String, ClientConnector, String) - Method in class com.vaadin.server.communication.FileUploadHandler
-
Method used to stream content from a multipart request (either from servlet or portlet request) to given StreamVariable.
- doHandleXhrFilePost(VaadinSession, VaadinRequest, VaadinResponse, StreamVariable, String, ClientConnector, long) - Method in class com.vaadin.server.communication.FileUploadHandler
-
Used to stream plain file post (aka XHR2.post(File))
- doInit(VaadinRequest, int, String) - Method in class com.vaadin.ui.UI
-
Internal initialization method, should not be overridden.
- doInit(String, ApplicationConnection) - Method in interface com.vaadin.client.ServerConnector
-
Called once by the framework to initialize the connector.
- doInit(String, ApplicationConnection) - Method in class com.vaadin.client.ui.AbstractConnector
-
Called once by the framework to initialize the connector.
- doInit(URL) - Method in class com.vaadin.server.LegacyApplication
-
Deprecated.
- doItemAction(MenuItem, boolean) - Method in class com.vaadin.client.ui.menubar.MenuBar
-
Deprecated.
- DOLLAR - com.vaadin.server.FontAwesome
- doPostFilterSelectedItemAction() - Method in class com.vaadin.client.ui.VFilterSelect.SuggestionMenu
-
Triggered after a selection has been made
- doReconnect(JsonObject) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
-
Re-sends the payload to the server (if not null) or re-sends a heartbeat request immediately
- doRefresh(VaadinRequest) - Method in class com.vaadin.ui.UI
-
Internal reinitialization method, should not be overridden.
- doSelectedItemAction() - Method in class com.vaadin.client.ui.VFilterSelect.SuggestionMenu
-
Send the current selection to the server.
- doSort() - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Perform the sorting of the data structures in the container.
- doSort() - Method in class com.vaadin.data.util.HierarchicalContainer
- DOT_CIRCLE_O - com.vaadin.server.FontAwesome
- doubleClick(MouseEvents.DoubleClickEvent) - Method in interface com.vaadin.event.MouseEvents.DoubleClickListener
-
Called when a
Component
has been double clicked. - DoubleClickEvent(Component) - Constructor for class com.vaadin.event.MouseEvents.DoubleClickEvent
- DoubleClickListBox() - Constructor for class com.vaadin.client.ui.VTwinColSelect.DoubleClickListBox
- DoubleClickListBox(boolean) - Constructor for class com.vaadin.client.ui.VTwinColSelect.DoubleClickListBox
- doubleClickMethod - Static variable in interface com.vaadin.event.MouseEvents.DoubleClickListener
- DoubleRangeValidator - Class in com.vaadin.data.validator
-
Validator for validating that a
Double
is inside a given range. - DoubleRangeValidator(String, Double, Double) - Constructor for class com.vaadin.data.validator.DoubleRangeValidator
-
Creates a validator for checking that an Double is within a given range.
- DoubleValidator - Class in com.vaadin.data.validator
-
Deprecated.As of 7.0. Use a
StringToDoubleConverter
converter on the field instead or bind the field to aProperty
of typeDouble
. - DoubleValidator(String) - Constructor for class com.vaadin.data.validator.DoubleValidator
-
Deprecated.As of 7.0. Use a Double converter on the field instead and/or use a
DoubleRangeValidator
for validating that the value is inside a given range. - DOWNLOAD - com.vaadin.server.FontAwesome
- 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.
- DRAG_AND_DROP_CONNECTOR_ID - Static variable in class com.vaadin.shared.ApplicationConstants
-
Deprecated.
- DRAG_AND_DROP_WRAPPER_NO_BOX_DRAG_HINTS - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Hide the "box drag hints" (i.e.
- DRAG_AND_DROP_WRAPPER_NO_HORIZONTAL_DRAG_HINTS - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Hide the "horizontal drag hints" (i.e.
- DRAG_AND_DROP_WRAPPER_NO_VERTICAL_DRAG_HINTS - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Hide the "vertical drag hints" (i.e.
- DRAG_START_COMPONENT_ATTRIBUTE - Static variable in class com.vaadin.shared.ui.draganddropwrapper.DragAndDropWrapperConstants
-
Deprecated.
- DRAG_START_MODE - Static variable in class com.vaadin.shared.ui.draganddropwrapper.DragAndDropWrapperConstants
-
Deprecated.
- dragAccepted(VDragEvent) - Method in class com.vaadin.client.ui.calendar.schedule.dd.CalendarMonthDropHandler
- dragAccepted(VDragEvent) - Method in class com.vaadin.client.ui.calendar.schedule.dd.CalendarWeekDropHandler
- dragAccepted(VDragEvent) - Method in class com.vaadin.client.ui.dd.VAbstractDropHandler
-
This method is called when a valid drop location was found with
AcceptCriterion
either via client or server side check. - dragAccepted(VDragEvent) - Method in class com.vaadin.client.ui.VDragAndDropWrapper.CustomDropHandler
- dragAccepted(VDragEvent) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableDropHandler
- DragAndDropEvent - Class in com.vaadin.event.dd
-
DragAndDropEvent wraps information related to drag and drop operation.
- DragAndDropEvent(Transferable, TargetDetails) - Constructor for class com.vaadin.event.dd.DragAndDropEvent
- DragAndDropHandler - Class in com.vaadin.client.ui.dd
-
A simple event handler for elements that can be drag and dropped.
- DragAndDropHandler() - Constructor for class com.vaadin.client.ui.dd.DragAndDropHandler
- DragAndDropHandler.DragAndDropCallback - Interface in com.vaadin.client.ui.dd
-
Callback interface for drag and drop.
- DragAndDropService - Class in com.vaadin.server
- DragAndDropService(VaadinSession) - Constructor for class com.vaadin.server.DragAndDropService
- DragAndDropWrapper - Class in com.vaadin.ui
- DragAndDropWrapper() - Constructor for class com.vaadin.ui.DragAndDropWrapper
-
Deprecated.
- DragAndDropWrapper(Component) - Constructor for class com.vaadin.ui.DragAndDropWrapper
-
Wraps given component in a
DragAndDropWrapper
. - DragAndDropWrapper.DragStartMode - Enum in com.vaadin.ui
- DragAndDropWrapper.WrapperTargetDetails - Class in com.vaadin.ui
- DragAndDropWrapper.WrapperTransferable - Class in com.vaadin.ui
- DragAndDropWrapperConnector - Class in com.vaadin.client.ui.draganddropwrapper
- DragAndDropWrapperConnector() - Constructor for class com.vaadin.client.ui.draganddropwrapper.DragAndDropWrapperConnector
- DragAndDropWrapperConstants - Class in com.vaadin.shared.ui.draganddropwrapper
-
Deprecated.
- DragAndDropWrapperConstants() - Constructor for class com.vaadin.shared.ui.draganddropwrapper.DragAndDropWrapperConstants
-
Deprecated.
- DragAndDropWrapperServerRpc - Interface in com.vaadin.shared.ui.draganddropwrapper
-
RPC interface for calls from client to server.
- dragEnter(VDragEvent) - Method in class com.vaadin.client.ui.calendar.schedule.dd.CalendarMonthDropHandler
- dragEnter(VDragEvent) - Method in class com.vaadin.client.ui.calendar.schedule.dd.CalendarWeekDropHandler
- dragEnter(VDragEvent) - Method in class com.vaadin.client.ui.dd.VAbstractDropHandler
-
The default implementation in
VAbstractDropHandler
checks if the Transferable is accepted. - dragEnter(VDragEvent) - Method in interface com.vaadin.client.ui.dd.VDropHandler
-
Called by DragAndDropManager when a drag operation is in progress and the cursor enters the area occupied by this Paintable.
- dragEnter(VDragEvent) - Method in class com.vaadin.client.ui.VDragAndDropWrapper.CustomDropHandler
- dragEnter(VDragEvent) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableDropHandler
- DragEventType - Enum in com.vaadin.shared.ui.dd
- draggable - Variable in class com.vaadin.shared.ui.window.WindowState
- DRAGGABLE - Static variable in class com.vaadin.client.ui.VDragAndDropWrapper
- DragHandle - Class in com.vaadin.client.ui.dd
-
Drag handle implementation.
- DragHandle(String) - Constructor for class com.vaadin.client.ui.dd.DragHandle
-
Creates a new DragHandle.
- DragHandle(String, DragHandle.DragHandleCallback) - Constructor for class com.vaadin.client.ui.dd.DragHandle
-
Creates a new DragHandle.
- DragHandle.DragHandleCallback - Interface in com.vaadin.client.ui.dd
-
Callback interface for the DragHandle event life cycle
- DragImageModifier - Interface in com.vaadin.client.ui.dd
-
Interface implemented by widgets if the drag image used for drag'n'drop requires additional initialization/configuration.
- dragLeave(VDragEvent) - Method in class com.vaadin.client.ui.calendar.schedule.dd.CalendarMonthDropHandler
- dragLeave(VDragEvent) - Method in class com.vaadin.client.ui.calendar.schedule.dd.CalendarWeekDropHandler
- dragLeave(VDragEvent) - Method in class com.vaadin.client.ui.dd.VAbstractDropHandler
-
Default implementation does nothing.
- dragLeave(VDragEvent) - Method in interface com.vaadin.client.ui.dd.VDropHandler
-
Called by DragAndDropManager when a drag operation is in progress and the cursor leaves the area occupied by this Paintable.
- dragLeave(VDragEvent) - Method in class com.vaadin.client.ui.VDragAndDropWrapper.CustomDropHandler
- dragLeave(VDragEvent) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableDropHandler
- dragMode - Variable in class com.vaadin.client.ui.VTree
-
For internal use only.
- dragOver(VDragEvent) - Method in class com.vaadin.client.ui.calendar.schedule.dd.CalendarMonthDropHandler
- dragOver(VDragEvent) - Method in class com.vaadin.client.ui.calendar.schedule.dd.CalendarWeekDropHandler
- dragOver(VDragEvent) - Method in class com.vaadin.client.ui.dd.VAbstractDropHandler
-
Default implementation does nothing.
- dragOver(VDragEvent) - Method in interface com.vaadin.client.ui.dd.VDropHandler
-
When drag is over current drag handler.
- dragOver(VDragEvent) - Method in class com.vaadin.client.ui.VDragAndDropWrapper.CustomDropHandler
- dragOver(VDragEvent) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableDropHandler
- DragSource - Interface in com.vaadin.event.dd
-
DragSource is a
Component
that builds aTransferable
for a drag and drop operation. - dragStartMode - Variable in class com.vaadin.client.ui.VDragAndDropWrapper
-
For internal use only.
- DRIBBBLE - com.vaadin.server.FontAwesome
- drop(VDragEvent) - Method in class com.vaadin.client.ui.calendar.schedule.dd.CalendarMonthDropHandler
- drop(VDragEvent) - Method in class com.vaadin.client.ui.calendar.schedule.dd.CalendarWeekDropHandler
- drop(VDragEvent) - Method in class com.vaadin.client.ui.dd.VAbstractDropHandler
-
The default implemmentation visits server if
AcceptCriterion
can't be verified on client or ifAcceptCriterion
are met on client. - drop(VDragEvent) - Method in interface com.vaadin.client.ui.dd.VDropHandler
-
Called by DragAndDropManager when a drag operation was in progress and a drop was performed on this Paintable.
- drop(VDragEvent) - Method in class com.vaadin.client.ui.VDragAndDropWrapper.CustomDropHandler
- drop(VDragEvent) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableDropHandler
- drop(DragAndDropEvent) - Method in interface com.vaadin.event.dd.DropHandler
-
Drop method is called when the end user has finished the drag operation on a
DropTarget
andDragAndDropEvent
has passedAcceptCriterion
defined byDropHandler.getAcceptCriterion()
method. - DROP - com.vaadin.shared.ui.dd.DragEventType
- DROPBOX - com.vaadin.server.FontAwesome
- dropHandler - Variable in class com.vaadin.client.ui.VDragAndDropWrapper
-
For internal use only.
- dropHandler - Variable in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- DropHandler - Interface in com.vaadin.event.dd
-
DropHandlers contain the actual business logic for drag and drop operations.
- dropRows(JsonArray) - Method in interface com.vaadin.shared.data.DataRequestRpc
-
Informs the server that items have been dropped from the client cache.
- DropTarget - Interface in com.vaadin.event.dd
-
DropTarget is an interface for components supporting drop operations.
- DRUPAL - com.vaadin.server.FontAwesome
- dts - Variable in class com.vaadin.client.ui.VDateField
-
For internal use only.
- dump() - Method in class com.vaadin.client.FastStringSet
E
- E - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- EAGER - com.vaadin.shared.ui.Connect.LoadStyle
-
The widget is included in the initial JS sent to the client.
- EAGER - com.vaadin.ui.AbstractTextField.TextChangeEventMode
-
An event is triggered on each text content change, most commonly key press events.
- EAGER_BUNDLE_NAME - Static variable in class com.vaadin.client.metadata.ConnectorBundleLoader
- EDGE - com.vaadin.server.FontAwesome
- EDIT - com.vaadin.server.FontAwesome
- editable - Variable in class com.vaadin.client.widgets.Grid.Column
-
The editable state of this column.
- editable - Variable in class com.vaadin.shared.ui.grid.GridColumnState
-
Whether the values in this column are editable when the editor interface is active.
- EditableCalendarEvent - Interface in com.vaadin.ui.components.calendar.event
-
Extension to the basic
CalendarEvent
. - editItem(Object) - Method in class com.vaadin.ui.Grid
-
Opens the editor interface for the provided item.
- Editor() - Constructor for class com.vaadin.client.widgets.Grid.Editor
- EDITOR_CLOSE_EVENT_ID - Static variable in class com.vaadin.shared.ui.grid.GridConstants
-
Event ID constant for editor close event
- EDITOR_CLOSE_METHOD - Static variable in interface com.vaadin.ui.Grid.EditorListener
- EDITOR_MOVE_EVENT_ID - Static variable in class com.vaadin.shared.ui.grid.GridConstants
-
Event ID constant for editor move event
- EDITOR_MOVE_METHOD - Static variable in interface com.vaadin.ui.Grid.EditorListener
- EDITOR_OPEN_EVENT_ID - Static variable in class com.vaadin.shared.ui.grid.GridConstants
-
Event ID constant for editor open event
- EDITOR_OPEN_METHOD - Static variable in interface com.vaadin.ui.Grid.EditorListener
- editorBuffered - Variable in class com.vaadin.shared.ui.grid.GridState
-
Buffered editor mode
- editorCancelCaption - Variable in class com.vaadin.shared.ui.grid.GridState
-
The caption for the cancel button in the editor
- EditorClientRpc - Interface in com.vaadin.shared.ui.grid
-
An RPC interface for the grid editor server-to-client communications.
- editorClosed(Grid.EditorCloseEvent) - Method in interface com.vaadin.ui.Grid.EditorListener
-
Called when an editor is closed
- EditorCloseEvent(Grid, Object) - Constructor for class com.vaadin.ui.Grid.EditorCloseEvent
- editorConnector - Variable in class com.vaadin.shared.ui.grid.GridColumnState
-
The connector for the field used to edit cells in this column when the editor interface is active.
- EditorDomEvent(Event, EventCellReference<T>, Widget) - Constructor for class com.vaadin.client.widgets.Grid.EditorDomEvent
- editorEnabled - Variable in class com.vaadin.shared.ui.grid.GridState
-
The enabled state of the editor interface
- EditorEvent(Grid, Object) - Constructor for class com.vaadin.ui.Grid.EditorEvent
- EditorFieldFactory() - Constructor for class com.vaadin.ui.Grid.EditorFieldFactory
- EditorHandler<T> - Interface in com.vaadin.client.widget.grid
-
An interface for binding widgets and data to the grid row editor.
- EditorHandler.EditorRequest<T> - Interface in com.vaadin.client.widget.grid
-
A request class passed as a parameter to the editor handler methods.
- editorMoved(Grid.EditorMoveEvent) - Method in interface com.vaadin.ui.Grid.EditorListener
-
Called when an editor is reopened without closing it first
- EditorMoveEvent(Grid, Object) - Constructor for class com.vaadin.ui.Grid.EditorMoveEvent
- editorOpened(Grid.EditorOpenEvent) - Method in interface com.vaadin.ui.Grid.EditorListener
-
Called when an editor is opened
- EditorOpenEvent(Grid, Object) - Constructor for class com.vaadin.ui.Grid.EditorOpenEvent
- editorSaveCaption - Variable in class com.vaadin.shared.ui.grid.GridState
-
The caption for the save button in the editor
- EditorServerRpc - Interface in com.vaadin.shared.ui.grid
-
An RPC interface for the grid editor client-to-server communications.
- editRow(int) - Method in class com.vaadin.client.widgets.Grid.Editor
-
If a cell of this Grid had focus once this editRow call was triggered, the editor component at the previously focused column index will be focused.
- editRow(int) - Method in class com.vaadin.client.widgets.Grid
-
Opens the editor over the row with the given index.
- editRow(int, int) - Method in class com.vaadin.client.widgets.Grid.Editor
-
Opens the editor over the row with the given index and attempts to focus the editor widget in the given column index.
- editRow(Grid.EditorDomEvent<T>, int, int) - Method in class com.vaadin.client.widget.grid.DefaultEditorEventHandler
- EJECT - com.vaadin.server.FontAwesome
- element - Variable in class com.vaadin.client.ui.VUpload
-
For internal use only.
- elemental.json - package elemental.json
- elemental.json.impl - package elemental.json.impl
- elemental.util - package elemental.util
- ElementResizeEvent - Class in com.vaadin.client.ui.layout
- ElementResizeEvent(LayoutManager, Element) - Constructor for class com.vaadin.client.ui.layout.ElementResizeEvent
- ElementResizeListener - Interface in com.vaadin.client.ui.layout
- ELLIPSIS_H - com.vaadin.server.FontAwesome
- ELLIPSIS_V - com.vaadin.server.FontAwesome
- EM - com.vaadin.server.Sizeable.Unit
-
Unit code representing the font-size of the relevant font.
- EmailValidator - Class in com.vaadin.data.validator
-
String validator for e-mail addresses.
- EmailValidator(String) - Constructor for class com.vaadin.data.validator.EmailValidator
-
Creates a validator for checking that a string is a syntactically valid e-mail address.
- Embedded - Class in com.vaadin.ui
-
A component for embedding external objects.
- Embedded() - Constructor for class com.vaadin.ui.Embedded
-
Creates a new empty Embedded object.
- Embedded(String) - Constructor for class com.vaadin.ui.Embedded
-
Creates a new empty Embedded object with caption.
- Embedded(String, Resource) - Constructor for class com.vaadin.ui.Embedded
-
Creates a new Embedded object whose contents is loaded from given resource.
- EmbeddedConnector - Class in com.vaadin.client.ui.embedded
- EmbeddedConnector() - Constructor for class com.vaadin.client.ui.embedded.EmbeddedConnector
- EmbeddedConstants - Class in com.vaadin.shared.ui.embedded
-
Deprecated.
- EmbeddedConstants() - Constructor for class com.vaadin.shared.ui.embedded.EmbeddedConstants
-
Deprecated.
- EmbeddedServerRpc - Interface in com.vaadin.shared.ui.embedded
- EmbeddedState - Class in com.vaadin.shared.ui.embedded
- EmbeddedState() - Constructor for class com.vaadin.shared.ui.embedded.EmbeddedState
- embedParams - Variable in class com.vaadin.client.ui.VFlash
-
Deprecated.
- embedParams - Variable in class com.vaadin.shared.ui.flash.FlashState
- emphasis(VDragEvent) - Method in class com.vaadin.client.ui.VDragAndDropWrapper
- emphasis(VerticalDropLocation) - Method in class com.vaadin.client.ui.VTree.TreeNode
- EMPIRE - com.vaadin.server.FontAwesome
- emptyCommand - Static variable in class com.vaadin.client.ui.VMenuBar
-
An empty command to be used when the item has no command associated
- EmptyValueException(String) - Constructor for exception com.vaadin.data.Validator.EmptyValueException
- EmptyView() - Constructor for class com.vaadin.navigator.Navigator.EmptyView
-
Create minimally sized empty view.
- enableAtmosphereDebugLogging() - Static method in class com.vaadin.server.communication.AtmospherePushConnection
-
Internal method used for reconfiguring loggers to show all Atmosphere log messages in the console.
- enableBasedOnParameter() - Static method in class com.vaadin.client.SuperDevMode
-
Enables SuperDevMode if the url contains the "superdevmode" parameter.
- enableBrowserIntelligence() - Method in class com.vaadin.client.ui.VScrollTable.TableFooter
-
Enable browser measurement of the table width
- enableBrowserIntelligence() - Method in class com.vaadin.client.ui.VScrollTable.TableHead
- enableCacheFlushNotifications() - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
-
Calling this will enable this SQLContainer to send and receive cache flush notifications for its lifetime.
- enableColumn(String, int) - Method in class com.vaadin.client.ui.VScrollTable.TableFooter
-
Enable a column (Sets the footer cell)
- enableColumn(String, int) - Method in class com.vaadin.client.ui.VScrollTable.TableHead
- enableContentRefreshing(boolean) - Method in class com.vaadin.ui.Table
-
Go to mode where content content refreshing has effect.
- enabled - Variable in class com.vaadin.client.ui.VDateField
- enabled - Variable in class com.vaadin.client.ui.VFilterSelect
-
For internal use only.
- enabled - Variable in class com.vaadin.client.ui.VLink
-
For internal use only.
- enabled - Variable in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- enabled - Variable in class com.vaadin.client.ui.VMenuBar
-
For internal use only.
- enabled - Variable in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- enabled - Variable in class com.vaadin.shared.communication.SharedState
- enabled - Variable in class com.vaadin.shared.ui.tabsheet.TabState
- ENABLED - com.vaadin.server.DeploymentConfiguration.LegacyProperyToStringMode
-
Deprecated.
- EnabledProfiler() - Constructor for class com.vaadin.client.Profiler.EnabledProfiler
- enableTouchScrolling(Widget, Element...) - Static method in class com.vaadin.client.ui.TouchScrollDelegate
-
Makes the given elements scrollable, either natively or by using a TouchScrollDelegate, depending on platform capabilities.
- enableUpload() - Method in class com.vaadin.client.ui.VUpload
-
For internal use only.
- encode(Resource) - Method in class com.vaadin.ui.renderers.ImageRenderer
- encode(Double) - Method in class com.vaadin.ui.renderers.ProgressBarRenderer
- encode(Number) - Method in class com.vaadin.ui.renderers.NumberRenderer
- encode(Object, Type, ApplicationConnection) - Static method in class com.vaadin.client.communication.JsonEncoder
-
Encode a value to a JSON representation for transport from the client to the server.
- encode(Object, JsonValue, Type, ConnectorTracker) - Static method in class com.vaadin.server.JsonCodec
- encode(Date) - Method in class com.vaadin.ui.renderers.DateRenderer
- encode(T) - Method in class com.vaadin.ui.Grid.AbstractRenderer
- encode(T) - Method in interface com.vaadin.ui.renderers.Renderer
-
Encodes the given value into a
JsonValue
. - encode(U, Class<U>) - Method in class com.vaadin.ui.Grid.AbstractRenderer
-
Encodes the given value to JSON.
- 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.shared.VaadinUriResolver
-
Encodes a value for safe inclusion as a parameter in the query string.
- EncodeResult - Class in com.vaadin.server
- EncodeResult(JsonValue) - Constructor for class com.vaadin.server.EncodeResult
- EncodeResult(JsonValue, JsonValue) - Constructor for class com.vaadin.server.EncodeResult
- encodeState() - Method in class com.vaadin.server.AbstractClientConnector
- encodeState() - Method in interface com.vaadin.server.ClientConnector
-
Called by the framework to encode the state to a JSONObject.
- encodeState() - Method in class com.vaadin.server.DragAndDropService
- 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.
- encodeValue(Object, Renderer<T>, Converter<?, ?>, Locale) - Static method in class com.vaadin.ui.Grid.AbstractRenderer
-
Converts and encodes the given data model property value using the given converter and renderer.
- END - com.vaadin.shared.ui.grid.ScrollDestination
-
Scrolls so that the element is shown at the end of the viewport.
- END - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- endDate - Variable in class com.vaadin.shared.ui.calendar.CalendarState.Action
- endDate - Variable in class com.vaadin.ui.Calendar
-
Defines the calendar's date range ending point.
- ENDDATE_PROPERTY - Static variable in class com.vaadin.ui.components.calendar.ContainerEventProvider
- endDrag() - Method in class com.vaadin.client.ui.dd.VDragAndDropManager
-
Drag is ended (drop happened) on current drop handler.
- endPaintable(Component) - Method in class com.vaadin.server.JsonPaintTarget
- endPaintable(Component) - Method in interface com.vaadin.server.PaintTarget
-
Prints paintable element end tag.
- endRequest() - Method in class com.vaadin.client.communication.MessageSender
- endsAfter(Range) - Method in class com.vaadin.shared.ui.grid.Range
-
Checks whether this range ends after the end of another range.
- endsBefore(Range) - Method in class com.vaadin.shared.ui.grid.Range
-
Checks whether this range ends before the start of another range.
- endTag(String) - Method in class com.vaadin.server.JsonPaintTarget
-
Prints the element end tag.
- endTag(String) - Method in interface com.vaadin.server.PaintTarget
-
Prints element end tag.
- endTransaction() - Method in class com.vaadin.data.util.TransactionalPropertyWrapper
- enforceMaxLength() - Method in class com.vaadin.client.ui.VTextArea
- ENGINE_GECKO - Static variable in class com.vaadin.client.BrowserInfo
- ENGINE_PRESTO - Static variable in class com.vaadin.client.BrowserInfo
- ENGINE_TRIDENT - Static variable in class com.vaadin.client.BrowserInfo
- ENGINE_WEBKIT - Static variable in class com.vaadin.client.BrowserInfo
- ensureAccessQueuePurged(VaadinSession) - Method in class com.vaadin.server.VaadinService
-
Makes sure the pending access queue is purged for the provided session.
- ensureAvailability(int, int) - Method in class com.vaadin.client.connectors.RpcDataSourceConnector.RpcDataSource
- ensureAvailability(int, int) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
- ensureAvailability(int, int) - Method in interface com.vaadin.client.data.DataSource
-
Informs the data source that data for the given range is needed.
- ensureAvailability(int, int) - Method in class com.vaadin.client.widget.grid.datasources.ListDataSource
- ensureCacheFilled() - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody
-
Ensure we have the correct set of rows on client side, e.g.
- ensureConnectorLoaded(int, ApplicationConfiguration) - Method in class com.vaadin.client.WidgetSet
-
Due its nature, GWT does not support dynamic classloading.
- ensureFocus() - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody
-
Ensure the component has a focus.
- ensureHandlerManager() - Method in class com.vaadin.client.ui.AbstractConnector
- ensureHasId(Element) - Static method in class com.vaadin.client.ui.aria.AriaHelper
-
Makes sure that the provided element has an id attribute.
- ensureHidden(ActionOwner) - Method in class com.vaadin.client.ui.VContextMenu
-
Hides context menu if it is currently shown by given action owner.
- ensureJavascriptInited() - Method in class com.vaadin.client.JavaScriptConnectorHelper
-
Makes sure the javascript part of the connector has been initialized.
- ensurePushAvailable() - Method in class com.vaadin.server.VaadinService
-
Enables push if push support is available and push has not yet been enabled.
- ensureTargetFrame() - Method in class com.vaadin.client.ui.VUpload
-
For internal use only.
- ensureTransaction() - Method in class com.vaadin.data.util.sqlcontainer.query.AbstractTransactionalQuery
-
Check that a transaction is active.
- ensureTriggered() - Method in class com.vaadin.client.VLoadingIndicator
-
Triggers displaying of this loading indicator unless it's already visible or scheduled to be shown after a delay.
- enter(ViewChangeListener.ViewChangeEvent) - Method in class com.vaadin.navigator.Navigator.EmptyView
- enter(ViewChangeListener.ViewChangeEvent) - Method in interface com.vaadin.navigator.View
-
This view is navigated to.
- enter(String) - Static method in class com.vaadin.client.Profiler
-
Enters a named block.
- ENTER - com.vaadin.shared.ui.dd.DragEventType
- ENTER - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- enterChild(String, double) - Method in class com.vaadin.client.Profiler.Node
-
Creates a new child node or retrieves and existing child and updates its total time and hit count.
- enumToString(Enum<?>, Locale) - Static method in class com.vaadin.data.util.converter.StringToEnumConverter
-
Converts the given enum to a human readable string using the given locale
- ENVELOPE - com.vaadin.server.FontAwesome
- ENVELOPE_O - com.vaadin.server.FontAwesome
- ENVELOPE_SQUARE - com.vaadin.server.FontAwesome
- Equal(Object, Object) - Constructor for class com.vaadin.data.util.filter.Compare.Equal
-
Construct a filter that accepts items for which the identified property value is equal to
value
. - EQUAL - com.vaadin.data.util.filter.Compare.Operation
- equals(int, int...) - Method in class com.vaadin.ui.Window.CloseShortcut
- equals(TooltipInfo) - Method in class com.vaadin.client.TooltipInfo
-
Indicates whether another tooltip info instance is equal to this one.
- equals(Object) - Method in class com.vaadin.client.data.DataSource.RowHandle
- equals(Object) - Method in class com.vaadin.client.metadata.Method
- equals(Object) - Method in class com.vaadin.client.metadata.Property
- equals(Object) - Method in class com.vaadin.client.metadata.Type
- equals(Object) - Method in class com.vaadin.client.RenderInformation.Size
- equals(Object) - Method in class com.vaadin.client.ui.VFilterSelect.FilterSelectSuggestion
- equals(Object) - Method in class com.vaadin.client.WidgetUtil.CssSize
- equals(Object) - Method in class com.vaadin.data.sort.SortOrder
- equals(Object) - Method in class com.vaadin.data.util.FilesystemContainer.FileItem
-
Tests if the given object is the same as the this object.
- equals(Object) - Method in class com.vaadin.data.util.filter.AbstractJunctionFilter
- equals(Object) - Method in class com.vaadin.data.util.filter.Between
- equals(Object) - Method in class com.vaadin.data.util.filter.Compare
- equals(Object) - Method in class com.vaadin.data.util.filter.IsNull
- equals(Object) - Method in class com.vaadin.data.util.filter.Like
- equals(Object) - Method in class com.vaadin.data.util.filter.Not
- equals(Object) - Method in class com.vaadin.data.util.filter.SimpleStringFilter
- equals(Object) - Method in class com.vaadin.data.util.GeneratedPropertyContainer.GeneratedPropertyItem
-
Tests if the given object is the same as the this object.
- equals(Object) - Method in class com.vaadin.data.util.PropertysetItem
- equals(Object) - Method in class com.vaadin.data.util.sqlcontainer.ReadOnlyRowId
- equals(Object) - Method in class com.vaadin.data.util.sqlcontainer.RowId
- equals(Object) - Method in class com.vaadin.data.util.sqlcontainer.TemporaryRowId
- equals(Object) - Method in class com.vaadin.event.ListenerMethod
- equals(Object) - Method in class com.vaadin.server.AbstractClientConnector
- equals(Object) - Method in class com.vaadin.server.GenericFontIcon
- equals(Object) - Method in class com.vaadin.server.StreamResource
- equals(Object) - Method in class com.vaadin.server.ThemeResource
-
Tests if the given object equals this Resource.
- equals(Object) - Method in class com.vaadin.shared.communication.MethodInvocation
- equals(Object) - Method in class com.vaadin.shared.ui.colorpicker.Color
- equals(Object) - Method in class com.vaadin.shared.ui.grid.Range
- equals(Object) - Method in class com.vaadin.shared.ui.MarginInfo
- equals(Object) - Method in class com.vaadin.ui.Alignment
- equals(Object) - Method in class com.vaadin.ui.UniqueSerializable
- equals(Object, Object) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.1 use
Object.equals(Object)
instead - equals(Object, Object) - Static method in class com.vaadin.shared.util.SharedUtil
-
Checks if a and b are equals using
Object.equals(Object)
. - equals(String, String) - Static method in class com.vaadin.client.WidgetUtil.CssSize
-
Check whether the two sizes are equals.
- equalsExplicit(Object) - Method in class com.vaadin.client.data.AbstractRemoteDataSource.RowHandleImpl
- equalsExplicit(Object) - Method in class com.vaadin.client.data.DataSource.RowHandle
-
An explicit override for
Object.equals(Object)
. - ERASER - com.vaadin.server.FontAwesome
- error(ErrorEvent) - Method in class com.vaadin.server.DefaultErrorHandler
- error(ErrorEvent) - Method in interface com.vaadin.server.ErrorHandler
-
Invoked when an error occurs.
- error(ErrorEvent) - Method in class com.vaadin.server.LegacyApplication
-
Deprecated.
- error(String) - Static method in class com.vaadin.client.VConsole
-
Deprecated.
- error(Throwable) - Static method in class com.vaadin.client.VConsole
-
Deprecated.
- ERROR - com.vaadin.client.debug.internal.Icon
- ERROR - com.vaadin.client.metadata.AsyncBundleLoader.State
- ERROR - com.vaadin.server.ErrorMessage.ErrorLevel
-
Error code for regular error messages.
- ERROR - com.vaadin.shared.ui.ErrorLevel
-
Error level for regular messages.
- ERROR - Static variable in interface com.vaadin.server.ErrorMessage
-
Deprecated.As of 7.0, use
ErrorMessage.ErrorLevel.ERROR
instead - ERROR_CLASSNAME_EXT - Static variable in class com.vaadin.client.ApplicationConnection
-
Deprecated.
- ERROR_EXT - Static variable in class com.vaadin.client.StyleConstants
- ERROR_MESSAGE - com.vaadin.ui.Notification.Type
- ERROR_NO_UI_FOUND - Static variable in interface com.vaadin.server.Constants
-
Deprecated.As of 7.1, this message is no longer used and might be removed from the code.
- ErrorEvent - Class in com.vaadin.server
-
An error thrown by the framework and handled by an
ErrorHandler
. - ErrorEvent(ErrorMessage, Component) - Constructor for class com.vaadin.ui.Component.ErrorEvent
-
Constructs a new event with a specified source component.
- ErrorEvent(Throwable) - Constructor for class com.vaadin.server.ErrorEvent
- ErrorFlag(ComponentConnector) - Constructor for class com.vaadin.client.ui.VFormLayout.ErrorFlag
- ErrorHandler - Interface in com.vaadin.server
-
Interface for listening to errors in the application.
- ErrorHandlingRunnable - Interface in com.vaadin.server
-
Defines the interface to handle exceptions thrown during the execution of a FutureAccess.
- errorIndicatorElement - Variable in class com.vaadin.client.ui.VButton
-
For internal use only.
- errorIndicatorElement - Variable in class com.vaadin.client.ui.VCheckBox
-
For internal use only.
- errorIndicatorElement - Variable in class com.vaadin.client.ui.VLink
-
For internal use only.
- errorIndicatorElement - Variable in class com.vaadin.client.ui.VNativeButton
-
For internal use only.
- errorLevel - Variable in class com.vaadin.shared.AbstractComponentState
-
Level of error
- ErrorLevel - Enum in com.vaadin.shared.ui
-
Represents the error levels displayed on components.
- errorMessage - Variable in class com.vaadin.client.ui.VForm
-
For internal use only.
- errorMessage - Variable in class com.vaadin.shared.AbstractComponentState
-
HTML formatted error message for the component
- ErrorMessage - Interface in com.vaadin.server
-
Interface for rendering error messages to terminal.
- ErrorMessage() - Constructor for class com.vaadin.client.ApplicationConfiguration.ErrorMessage
- ErrorMessage.ErrorLevel - Enum in com.vaadin.server
- ErrorNotificationHandler - Class in com.vaadin.client.debug.internal
-
Log message handler that shows big red notification for
Level.SEVERE
messages that have a throwable. - ErrorNotificationHandler() - Constructor for class com.vaadin.client.debug.internal.ErrorNotificationHandler
- ErrorUtil() - Constructor for class com.vaadin.client.WidgetUtil.ErrorUtil
- Escalator - Class in com.vaadin.client.widgets
-
A low-level table-like widget that features a scrolling virtual viewport and lazily generated rows.
- Escalator() - Constructor for class com.vaadin.client.widgets.Escalator
-
Creates a new Escalator widget instance.
- Escalator.AbstractRowContainer - Class in com.vaadin.client.widgets
- Escalator.SubPartArguments - Class in com.vaadin.client.widgets
-
Utility class for parsing and storing SubPart request string attributes for Grid and Escalator.
- EscalatorUpdater - Interface in com.vaadin.client.widget.escalator
-
An interface that allows client code to define how a certain row in Escalator will be displayed.
- ESCAPE - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- escapeAttribute(String) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.escapeAttribute(String)
instead. - escapeAttribute(String) - Static method in class com.vaadin.client.WidgetUtil
-
Escapes the string so it is safe to write inside an HTML attribute.
- escapeControlChars(String) - Static method in class elemental.json.impl.JsonUtil
-
Convert special control characters into unicode escape format.
- escapeHTML(String) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.escapeHTML(String)
instead. - escapeHTML(String) - Static method in class com.vaadin.client.WidgetUtil
-
Converts html entities to text.
- escapeJSON(String) - Static method in class com.vaadin.server.JsonPaintTarget
-
Escapes the given string so it can safely be used as a JSON string.
- escapeSQL(String) - Static method in class com.vaadin.data.util.sqlcontainer.SQLUtil
-
Escapes different special characters in strings that are passed to SQL.
- escapeXML(String) - Static method in class com.vaadin.server.JsonPaintTarget
-
Substitutes the XML sensitive characters with predefined XML entities.
- EUR - com.vaadin.server.FontAwesome
- EURO - com.vaadin.server.FontAwesome
- eval(String) - Static method in class com.vaadin.client.ui.VCustomLayout
-
Evaluate given script in browser document.
- eval(String) - Static method in class com.vaadin.ui.JavaScript
-
Executes the given JavaScript code in the browser.
- Event() - Constructor for class com.vaadin.shared.ui.calendar.CalendarState.Event
- Event(Component) - Constructor for class com.vaadin.ui.Component.Event
-
Constructs a new event with the specified source component.
- EVENT_HEIGTH - Static variable in class com.vaadin.client.ui.calendar.schedule.WeeklyLongEvents
- 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
- EVENT_ID - Static variable in interface com.vaadin.event.FieldEvents.TextChangeListener
- EVENT_ID - Static variable in class com.vaadin.ui.components.calendar.CalendarComponentEvents.BackwardEvent
- EVENT_ID - Static variable in class com.vaadin.ui.components.calendar.CalendarComponentEvents.DateClickEvent
- EVENT_ID - Static variable in class com.vaadin.ui.components.calendar.CalendarComponentEvents.EventClick
- EVENT_ID - Static variable in class com.vaadin.ui.components.calendar.CalendarComponentEvents.EventResize
- EVENT_ID - Static variable in class com.vaadin.ui.components.calendar.CalendarComponentEvents.ForwardEvent
- EVENT_ID - Static variable in class com.vaadin.ui.components.calendar.CalendarComponentEvents.MoveEvent
- EVENT_ID - Static variable in class com.vaadin.ui.components.calendar.CalendarComponentEvents.RangeSelectEvent
- EVENT_ID - Static variable in class com.vaadin.ui.components.calendar.CalendarComponentEvents.WeekClick
- EVENT_MARGIN - Static variable in class com.vaadin.client.ui.calendar.schedule.WeeklyLongEvents
- EVENT_METHOD - Static variable in interface com.vaadin.event.FieldEvents.TextChangeListener
- eventCaptionAsHtml - Variable in class com.vaadin.shared.ui.calendar.CalendarState
- EventCellReference<T> - Class in com.vaadin.client.widget.grid
-
A data class which contains information which identifies a cell being the target of an event from
Grid
. - EventCellReference(Grid<T>) - Constructor for class com.vaadin.client.widget.grid.EventCellReference
- eventChange(CalendarEvent.EventChangeEvent) - Method in class com.vaadin.ui.components.calendar.event.BasicEventProvider
- eventChange(CalendarEvent.EventChangeEvent) - Method in interface com.vaadin.ui.components.calendar.event.CalendarEvent.EventChangeListener
-
Called when an Event has changed.
- EventChangeEvent(CalendarEvent) - Constructor for class com.vaadin.ui.components.calendar.event.CalendarEvent.EventChangeEvent
- eventClick(int) - Method in interface com.vaadin.shared.ui.calendar.CalendarServerRpc
- eventClick(CalendarEvent) - Method in interface com.vaadin.client.ui.VCalendar.EventClickListener
-
Called when an event was clicked
- eventClick(CalendarComponentEvents.EventClick) - Method in interface com.vaadin.ui.components.calendar.CalendarComponentEvents.EventClickHandler
-
This method will be called when an event is clicked.
- EventClick(Calendar, CalendarEvent) - Constructor for class com.vaadin.ui.components.calendar.CalendarComponentEvents.EventClick
-
Target source event is needed for the EventClick.
- EVENTCLICK - Static variable in class com.vaadin.shared.ui.calendar.CalendarEventId
- eventClickMethod - Static variable in interface com.vaadin.ui.components.calendar.CalendarComponentEvents.EventClickHandler
-
Trigger method for the EventClick.
- EventHelper - Class in com.vaadin.client
-
Helper class for attaching/detaching handlers for Vaadin client side components, based on identifiers in UIDL.
- EventHelper() - Constructor for class com.vaadin.client.EventHelper
- EventId - Interface in com.vaadin.shared
- eventList - Variable in class com.vaadin.ui.components.calendar.event.BasicEventProvider
- eventMove(int, String) - Method in interface com.vaadin.shared.ui.calendar.CalendarServerRpc
- eventMove(CalendarComponentEvents.MoveEvent) - Method in interface com.vaadin.ui.components.calendar.CalendarComponentEvents.EventMoveHandler
-
This method will be called when event has been moved to a new position.
- eventMove(CalendarComponentEvents.MoveEvent) - Method in class com.vaadin.ui.components.calendar.ContainerEventProvider
- eventMove(CalendarComponentEvents.MoveEvent) - Method in class com.vaadin.ui.components.calendar.handler.BasicEventMoveHandler
- EVENTMOVE - Static variable in class com.vaadin.shared.ui.calendar.CalendarEventId
- eventMoved(CalendarEvent) - Method in interface com.vaadin.client.ui.VCalendar.EventMovedListener
-
Triggered when an event was dragged to a new position and the start and end dates was changed
- eventMoved(DateCellDayEvent) - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid
- eventMoveMethod - Static variable in interface com.vaadin.ui.components.calendar.CalendarComponentEvents.EventMoveHandler
-
Trigger method for the MoveEvent.
- eventResize(int, String, String) - Method in interface com.vaadin.shared.ui.calendar.CalendarServerRpc
- eventResize(CalendarComponentEvents.EventResize) - Method in interface com.vaadin.ui.components.calendar.CalendarComponentEvents.EventResizeHandler
- eventResize(CalendarComponentEvents.EventResize) - Method in class com.vaadin.ui.components.calendar.ContainerEventProvider
- eventResize(CalendarComponentEvents.EventResize) - Method in class com.vaadin.ui.components.calendar.handler.BasicEventResizeHandler
- EventResize(Calendar, CalendarEvent, Date, Date) - Constructor for class com.vaadin.ui.components.calendar.CalendarComponentEvents.EventResize
- EVENTRESIZE - Static variable in class com.vaadin.shared.ui.calendar.CalendarEventId
- eventResized(CalendarEvent) - Method in interface com.vaadin.client.ui.VCalendar.EventResizeListener
-
Triggers when the time limits for the event was changed.
- eventResizeMethod - Static variable in interface com.vaadin.ui.components.calendar.CalendarComponentEvents.EventResizeHandler
-
Trigger method for the EventResize.
- EventRouter - Class in com.vaadin.event
-
EventRouter
class implementing the inheritable event listening model. - EventRouter() - Constructor for class com.vaadin.event.EventRouter
- events - Variable in class com.vaadin.shared.ui.calendar.CalendarState
- events - Variable in class com.vaadin.ui.Calendar
-
Internal buffer for the events that are retrieved from the event provider.
- eventSetChange(CalendarEventProvider.EventSetChangeEvent) - Method in class com.vaadin.ui.Calendar
- eventSetChange(CalendarEventProvider.EventSetChangeEvent) - Method in interface com.vaadin.ui.components.calendar.event.CalendarEventProvider.EventSetChangeListener
-
Called when the set of Events has changed.
- EventSetChangeEvent(CalendarEventProvider) - Constructor for class com.vaadin.ui.components.calendar.event.CalendarEventProvider.EventSetChangeEvent
- EX - com.vaadin.server.Sizeable.Unit
-
Unit code representing the x-height of the relevant font.
- EXCHANGE - com.vaadin.server.FontAwesome
- EXCLAMATION - com.vaadin.server.FontAwesome
- EXCLAMATION_CIRCLE - com.vaadin.server.FontAwesome
- EXCLAMATION_TRIANGLE - com.vaadin.server.FontAwesome
- execute() - Method in class com.vaadin.client.ui.Action
-
Executed when action fired
- execute() - Method in class com.vaadin.client.ui.calendar.VCalendarAction
- execute() - Method in class com.vaadin.client.ui.TreeAction
-
Sends message to server that this action has been fired.
- execute() - Method in class com.vaadin.client.ui.VFilterSelect.FilterSelectSuggestion
-
Executes a selection of this item.
- execute(String) - Method in class com.vaadin.ui.JavaScript
-
Executes the given JavaScript code in the browser.
- executeJavaScript(String) - Method in interface com.vaadin.shared.extension.javascriptmanager.ExecuteJavaScriptRpc
- executeJavaScript(String) - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.As of 7.0, use JavaScript.getCurrent().execute(String) instead
- ExecuteJavaScriptRpc - Interface in com.vaadin.shared.extension.javascriptmanager
- executeWhenCSSLoaded(Command) - Method in class com.vaadin.client.ApplicationConnection
- executeWhenReady(Command) - Method in class com.vaadin.client.ui.dd.VDragAndDropManager
-
Method to execute commands when all existing dd related tasks are completed (some may require server visit).
- expand(int, int) - Method in class com.vaadin.shared.ui.grid.Range
-
Creates a range that is expanded the given amounts in both ends.
- EXPAND - com.vaadin.server.FontAwesome
- EXPAND_METHOD - Static variable in interface com.vaadin.ui.Tree.ExpandListener
- expandEndDate(Date, boolean) - Method in class com.vaadin.ui.Calendar
-
Finds the last day of the week and returns a day representing the end of that day
- ExpandEvent(Component, Object) - Constructor for class com.vaadin.ui.Tree.ExpandEvent
-
New instance of options change event
- expandItem(Object) - Method in class com.vaadin.ui.Tree
-
Expands an item.
- expandItemsRecursively(Object) - Method in class com.vaadin.ui.Tree
-
Expands the items recursively Expands all the children recursively starting from an item.
- expandProperty(String, String...) - Method in class com.vaadin.data.util.BeanItem
-
Expands nested bean properties by replacing a top-level property with some or all of its sub-properties.
- expandRatio - Variable in class com.vaadin.client.widgets.Grid.Column
-
The expand ratio of this column.
- expandRatio - Variable in class com.vaadin.shared.ui.grid.GridColumnState
-
How much of the remaining space this column will reserve.
- expandRatio - Variable in class com.vaadin.shared.ui.orderedlayout.AbstractOrderedLayoutState.ChildComponentData
- expandStartDate(Date, boolean) - Method in class com.vaadin.ui.Calendar
-
Finds the first day of the week and returns a day representing the start of that day
- EXPEDITEDSSL - com.vaadin.server.FontAwesome
- EXPLICIT - com.vaadin.ui.AbstractSelect.ItemCaptionMode
-
Item caption mode: Captions must be explicitly specified.
- EXPLICIT - com.vaadin.ui.Table.ColumnHeaderMode
-
Column headers are explicitly specified with
Table.setColumnHeaders(String[])
. - EXPLICIT - com.vaadin.ui.Table.RowHeaderMode
-
Row caption mode: Item captions are explicitly specified.
- EXPLICIT_DEFAULTS_ID - com.vaadin.ui.AbstractSelect.ItemCaptionMode
-
Item caption mode: If an Item has a caption it's used, if not, Item's ID converted to a String using
VaadinSession.getConverterFactory()
is used as caption. - EXPLICIT_DEFAULTS_ID - com.vaadin.ui.Table.ColumnHeaderMode
-
Column headers are explicitly specified with
Table.setColumnHeaders(String[])
. - EXPLICIT_DEFAULTS_ID - com.vaadin.ui.Table.RowHeaderMode
-
Row caption mode: Item captions are explicitly specified, but if the caption is missing, the item id objects
toString()
is used instead. - explicitColRatios - Variable in class com.vaadin.client.ui.VGridLayout
- explicitColRatios - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState
- explicitRowRatios - Variable in class com.vaadin.client.ui.VGridLayout
- explicitRowRatios - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState
- extend(ServerConnector) - Method in class com.vaadin.client.connectors.AbstractRendererConnector
-
Deprecated.
- extend(ServerConnector) - Method in class com.vaadin.client.connectors.DetailComponentManagerConnector
- extend(ServerConnector) - Method in class com.vaadin.client.connectors.MultiSelectionModelConnector
- extend(ServerConnector) - Method in class com.vaadin.client.connectors.NoSelectionModelConnector
- extend(ServerConnector) - Method in class com.vaadin.client.connectors.RpcDataSourceConnector
- extend(ServerConnector) - Method in class com.vaadin.client.connectors.SingleSelectionModelConnector
- extend(ServerConnector) - Method in class com.vaadin.client.extensions.AbstractExtensionConnector
-
Called when the extension is attached to its parent.
- extend(ServerConnector) - Method in class com.vaadin.client.extensions.BrowserWindowOpenerConnector
- extend(ServerConnector) - Method in class com.vaadin.client.extensions.FileDownloaderConnector
- extend(ServerConnector) - Method in class com.vaadin.client.extensions.javascriptmanager.JavaScriptManagerConnector
- extend(ServerConnector) - Method in class com.vaadin.client.extensions.ResponsiveConnector
- extend(ServerConnector) - Method in class com.vaadin.client.JavaScriptExtension
- extend(ServerConnector) - Method in class com.vaadin.client.ui.UnknownExtensionConnector
- extend(AbstractClientConnector) - Method in class com.vaadin.server.AbstractExtension
-
Add this extension to the target connector.
- extend(AbstractClientConnector) - Method in class com.vaadin.ui.Grid.AbstractGridExtension
- extend(AbstractClientConnector) - Method in class com.vaadin.ui.Grid.AbstractRenderer
-
Deprecated.
- extend(AbstractClientConnector) - Method in class com.vaadin.ui.Grid.MultiSelectionModel
- extend(AbstractClientConnector) - Method in class com.vaadin.ui.Grid.SingleSelectionModel
- extend(AbstractComponent) - Method in class com.vaadin.server.BrowserWindowOpener
- extend(AbstractComponent) - Method in class com.vaadin.server.FileDownloader
- extend(Grid) - Method in class com.vaadin.server.communication.data.RpcDataProviderExtension
-
Makes the data source available to the given
Grid
component. - extendLiferaySession() - Static method in class com.vaadin.client.communication.MessageSender
-
If on Liferay and logged in, ask the client side session management JavaScript to extend the session duration.
- Extension - Interface in com.vaadin.server
-
An extension is an entity that is attached to a Component or another Extension and independently communicates between client and server.
- EXTERNAL_LINK - com.vaadin.server.FontAwesome
- EXTERNAL_LINK_SQUARE - com.vaadin.server.FontAwesome
- ExternalResource - Class in com.vaadin.server
-
ExternalResource
implements source for resources fetched from location specified by URL:s. - ExternalResource(String) - Constructor for class com.vaadin.server.ExternalResource
-
Creates a new download component for downloading directly from given URL.
- ExternalResource(String, String) - Constructor for class com.vaadin.server.ExternalResource
-
Creates a new download component for downloading directly from given URL.
- ExternalResource(URL) - Constructor for class com.vaadin.server.ExternalResource
-
Creates a new download component for downloading directly from given URL.
- ExternalResource(URL, String) - Constructor for class com.vaadin.server.ExternalResource
-
Creates a new download component for downloading directly from given URL.
- extractPostFilterPredicates(String) - Static method in class com.vaadin.client.componentlocator.SelectorPredicate
- extractPredicates(String) - Static method in class com.vaadin.client.componentlocator.SelectorPredicate
-
Generate a list of predicates from a single predicate string
- EYE - com.vaadin.server.FontAwesome
- EYE_SLASH - com.vaadin.server.FontAwesome
- EYEDROPPER - com.vaadin.server.FontAwesome
F
- F - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- F1 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- F10 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- F11 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- F12 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- F2 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- F3 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- F4 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- F5 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- F6 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- F7 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- F8 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- F9 - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- FACEBOOK - com.vaadin.server.FontAwesome
- FACEBOOK_F - com.vaadin.server.FontAwesome
- FACEBOOK_OFFICIAL - com.vaadin.server.FontAwesome
- FACEBOOK_SQUARE - com.vaadin.server.FontAwesome
- failed(Throwable) - Method in interface com.vaadin.client.metadata.BundleLoadCallback
- FailedEvent(Upload, String, String, long) - Constructor for class com.vaadin.ui.Upload.FailedEvent
- FailedEvent(Upload, String, String, long, Exception) - Constructor for class com.vaadin.ui.Upload.FailedEvent
- failure(String, Collection<Grid.Column<?, T>>) - Method in interface com.vaadin.client.widget.grid.EditorHandler.EditorRequest
-
Informs Grid that an error occurred while trying to process the request.
- FakeServletConfig(ServletRegistration, ServletContext) - Constructor for class com.vaadin.server.communication.JSR356WebsocketInitializer.FakeServletConfig
- FALLBACK_TRANSPORT_PARAM - Static variable in class com.vaadin.shared.ui.ui.UIState.PushConfigurationState
- FAST_BACKWARD - com.vaadin.server.FontAwesome
- FAST_FORWARD - com.vaadin.server.FontAwesome
- FastStringMap<T> - Class in com.vaadin.client
- FastStringMap() - Constructor for class com.vaadin.client.FastStringMap
- FastStringSet - Class in com.vaadin.client
- FastStringSet() - Constructor for class com.vaadin.client.FastStringSet
- FAX - com.vaadin.server.FontAwesome
- features - Variable in class com.vaadin.shared.ui.BrowserWindowOpenerState
- FEED - com.vaadin.server.FontAwesome
- FEMALE - com.vaadin.server.FontAwesome
- Field - Interface in com.vaadin.client.ui
-
This interface indicates that the component is a Field (serverside), and wants (for instance) to automatically get the v-modified classname.
- Field<T> - Interface in com.vaadin.ui
-
Field interface is implemented by all classes (field components) that have a value that the user can change through the user interface.
- Field.ValueChangeEvent - Class in com.vaadin.ui
-
An
Event
object specifying the Field whose value has been changed. - 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
- fieldContainer - Variable in class com.vaadin.client.ui.VForm
-
For internal use only.
- FieldEvents - Interface in com.vaadin.event
-
Interface that serves as a wrapper for
Field
related events. - FieldEvents.BlurEvent - Class in com.vaadin.event
-
BlurEvent
class for holding additional event information. - FieldEvents.BlurListener - Interface in com.vaadin.event
-
BlurListener
interface for listening forBlurEvent
fired by aField
. - FieldEvents.BlurNotifier - Interface in com.vaadin.event
-
The interface for adding and removing
BlurEvent
listeners. - FieldEvents.FocusAndBlurServerRpcImpl - Class in com.vaadin.event
- FieldEvents.FocusEvent - Class in com.vaadin.event
-
FocusEvent
class for holding additional event information. - FieldEvents.FocusListener - Interface in com.vaadin.event
-
FocusListener
interface for listening forFocusEvent
fired by aField
. - FieldEvents.FocusNotifier - Interface in com.vaadin.event
-
The interface for adding and removing
FocusEvent
listeners. - FieldEvents.TextChangeEvent - Class in com.vaadin.event
-
TextChangeEvents are fired when the user is editing the text content of a field.
- FieldEvents.TextChangeListener - Interface in com.vaadin.event
-
A listener for
FieldEvents.TextChangeEvent
s. - FieldEvents.TextChangeNotifier - Interface in com.vaadin.event
-
An interface implemented by a
Field
supportingFieldEvents.TextChangeEvent
s. - FieldGroup - Class in com.vaadin.data.fieldgroup
-
FieldGroup provides an easy way of binding fields to data and handling commits of these fields.
- FieldGroup() - Constructor for class com.vaadin.data.fieldgroup.FieldGroup
-
Constructs a field binder.
- FieldGroup(Item) - Constructor for class com.vaadin.data.fieldgroup.FieldGroup
-
Constructs a field binder that uses the given data source.
- FieldGroup.BindException - Exception in com.vaadin.data.fieldgroup
- FieldGroup.CommitEvent - Class in com.vaadin.data.fieldgroup
-
FIXME javadoc
- FieldGroup.CommitException - Exception in com.vaadin.data.fieldgroup
-
Exception thrown by a FieldGroup when the commit operation fails.
- FieldGroup.CommitHandler - Interface in com.vaadin.data.fieldgroup
-
CommitHandlers are used by
FieldGroup.commit()
as part of the commit transactions. - FieldGroup.FieldGroupInvalidValueException - Exception in com.vaadin.data.fieldgroup
-
Exception which wraps InvalidValueExceptions from all invalid fields in a FieldGroup
- FieldGroup.SearchException - Exception in com.vaadin.data.fieldgroup
- FieldGroupFieldFactory - Interface in com.vaadin.data.fieldgroup
-
Factory interface for creating new Field-instances based on the data type that should be edited.
- FieldGroupInvalidValueException(Map<Field<?>, Validator.InvalidValueException>) - Constructor for exception com.vaadin.data.fieldgroup.FieldGroup.FieldGroupInvalidValueException
-
Constructs a new exception with the specified validation exceptions.
- FieldRpc - Class in com.vaadin.shared.communication
- FieldRpc() - Constructor for class com.vaadin.shared.communication.FieldRpc
- FieldRpc.BlurServerRpc - Interface in com.vaadin.shared.communication
- FieldRpc.FocusAndBlurServerRpc - Interface in com.vaadin.shared.communication
- FieldRpc.FocusServerRpc - Interface in com.vaadin.shared.communication
- fieldSet - Variable in class com.vaadin.client.ui.VForm
-
For internal use only.
- FIGHTER_JET - com.vaadin.server.FontAwesome
- file - Variable in class com.vaadin.server.ComponentSizeValidator.FileLocation
- FILE - com.vaadin.server.FontAwesome
- FILE_ARCHIVE_O - com.vaadin.server.FontAwesome
- FILE_AUDIO_O - com.vaadin.server.FontAwesome
- FILE_CODE_O - com.vaadin.server.FontAwesome
- FILE_EXCEL_O - com.vaadin.server.FontAwesome
- FILE_IMAGE_O - com.vaadin.server.FontAwesome
- FILE_MOVIE_O - com.vaadin.server.FontAwesome
- FILE_O - com.vaadin.server.FontAwesome
- FILE_PDF_O - com.vaadin.server.FontAwesome
- FILE_PHOTO_O - com.vaadin.server.FontAwesome
- FILE_PICTURE_O - com.vaadin.server.FontAwesome
- FILE_POWERPOINT_O - com.vaadin.server.FontAwesome
- FILE_PROPERTIES - Static variable in class com.vaadin.data.util.FilesystemContainer
-
List of the string identifiers for the available properties.
- FILE_SOUND_O - com.vaadin.server.FontAwesome
- FILE_TEXT - com.vaadin.server.FontAwesome
- FILE_TEXT_O - com.vaadin.server.FontAwesome
- FILE_UPLOAD - com.vaadin.server.VaadinServlet.RequestType
-
Deprecated.
- FILE_VIDEO_O - com.vaadin.server.FontAwesome
- FILE_WORD_O - com.vaadin.server.FontAwesome
- FILE_ZIP_O - com.vaadin.server.FontAwesome
- FileDownloader - Class in com.vaadin.server
-
Extension that starts a download when the extended component is clicked.
- FileDownloader(Resource) - Constructor for class com.vaadin.server.FileDownloader
-
Creates a new file downloader for the given resource.
- FileDownloaderConnector - Class in com.vaadin.client.extensions
- FileDownloaderConnector() - Constructor for class com.vaadin.client.extensions.FileDownloaderConnector
- FileExtensionFilter(String) - Constructor for class com.vaadin.data.util.FilesystemContainer.FileExtensionFilter
-
Constructs a new FileExtensionFilter using given extension.
- fileIds - Variable in class com.vaadin.client.ui.VDragAndDropWrapper
-
For internal use only.
- fileIdToReceiver - Variable in class com.vaadin.client.ui.VDragAndDropWrapper
-
For internal use only.
- FileLocation(StackTraceElement) - Constructor for class com.vaadin.server.ComponentSizeValidator.FileLocation
- FILENAME_CHANGED - Static variable in interface com.vaadin.ui.Upload.ChangeListener
- filenameChanged(Upload.ChangeEvent) - Method in interface com.vaadin.ui.Upload.ChangeListener
-
A file has been selected but upload has not yet started.
- FileResource - Class in com.vaadin.server
-
FileResources
are files or directories on local filesystem. - FileResource(File) - Constructor for class com.vaadin.server.FileResource
-
Creates a new file resource for providing given file for client terminals.
- files - Variable in class com.vaadin.client.ui.VDragAndDropWrapper
-
For internal use only.
- FILES_O - com.vaadin.server.FontAwesome
- FilesystemContainer - Class in com.vaadin.data.util
-
A hierarchical container wrapper for a filesystem.
- FilesystemContainer(File) - Constructor for class com.vaadin.data.util.FilesystemContainer
-
Constructs a new
FileSystemContainer
with the specified file as the root of the filesystem. - FilesystemContainer(File, boolean) - Constructor for class com.vaadin.data.util.FilesystemContainer
-
Constructs a new
FileSystemContainer
with the specified file as the root of the filesystem. - FilesystemContainer(File, FilenameFilter, boolean) - Constructor for class com.vaadin.data.util.FilesystemContainer
-
Constructs a new
FileSystemContainer
with the specified root and recursivity status. - FilesystemContainer(File, String, boolean) - Constructor for class com.vaadin.data.util.FilesystemContainer
-
Constructs a new
FileSystemContainer
with the specified file as the root of the filesystem. - FilesystemContainer.FileExtensionFilter - Class in com.vaadin.data.util
-
Generic file extension filter for displaying only files having certain extension.
- FilesystemContainer.FileItem - Class in com.vaadin.data.util
-
A Item wrapper for files in a filesystem.
- FileTypeResolver - Class in com.vaadin.util
-
Utility class that can figure out mime-types and icons related to files.
- FileTypeResolver() - Constructor for class com.vaadin.util.FileTypeResolver
- FileUploadHandler - Class in com.vaadin.server.communication
-
Handles a file upload request submitted via an Upload component.
- FileUploadHandler() - Constructor for class com.vaadin.server.communication.FileUploadHandler
- FileUploadHandler.SimpleMultiPartInputStream - Class in com.vaadin.server.communication
-
Stream that extracts content from another stream until the boundary string is encountered.
- FileUploadHandler.UploadInterruptedException - Exception in com.vaadin.server.communication
-
An UploadInterruptedException will be thrown by an ongoing upload if
StreamVariable.isInterrupted()
returnstrue
. - FILM - com.vaadin.server.FontAwesome
- filter(String, Object, Object) - Method in class com.vaadin.server.communication.LongPollingCacheFilter
- filter(String, AtmosphereResource, Object, Object) - Method in class com.vaadin.server.communication.LongPollingCacheFilter
- FILTER - com.vaadin.server.FontAwesome
- filterAll() - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Filter the view to recreate the visible item list from the unfiltered items, and send a notification if the set of visible items changed in any way.
- filteringmode - Variable in class com.vaadin.client.ui.VFilterSelect
-
For internal use only.
- FilteringMode - Enum in com.vaadin.shared.ui.combobox
- FILTERINGMODE_CONTAINS - Static variable in class com.vaadin.client.ui.VFilterSelect
-
Deprecated.
- FILTERINGMODE_CONTAINS - Static variable in interface com.vaadin.ui.AbstractSelect.Filtering
-
Deprecated.As of 7.0, use
FilteringMode.CONTAINS
instead - FILTERINGMODE_OFF - Static variable in class com.vaadin.client.ui.VFilterSelect
-
Deprecated.
- FILTERINGMODE_OFF - Static variable in interface com.vaadin.ui.AbstractSelect.Filtering
-
Deprecated.As of 7.0, use
FilteringMode.OFF
instead - FILTERINGMODE_STARTSWITH - Static variable in class com.vaadin.client.ui.VFilterSelect
-
Deprecated.
- FILTERINGMODE_STARTSWITH - Static variable in interface com.vaadin.ui.AbstractSelect.Filtering
-
Deprecated.As of 7.0, use
FilteringMode.STARTSWITH
instead - filterOptions(int) - Method in class com.vaadin.client.ui.VFilterSelect
-
Filters the options at a certain page.
- filterOptions(int, String) - Method in class com.vaadin.client.ui.VFilterSelect
-
Filters the options at certain page using the given filter
- filters - Variable in class com.vaadin.data.util.filter.AbstractJunctionFilter
- FilterSelectSuggestion(UIDL) - Constructor for class com.vaadin.client.ui.VFilterSelect.FilterSelectSuggestion
-
Constructor
- FilterSelectTextBox() - Constructor for class com.vaadin.client.ui.VFilterSelect.FilterSelectTextBox
-
Creates a new filter select text box.
- FilterTranslator - Interface in com.vaadin.data.util.sqlcontainer.query.generator.filter
- 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.
- findComponent(Connector) - Static method in class com.vaadin.server.DefaultErrorHandler
-
Finds the nearest component by traversing upwards in the hierarchy.
- findConnectorFor(Widget) - Static method in class com.vaadin.client.Util
- findConverter(Class<PRESENTATION>, Class<MODEL>) - Method in class com.vaadin.data.util.converter.DefaultConverterFactory
- findConverterFor(Class<? extends T>) - Method in class com.vaadin.ui.declarative.DesignFormatter
-
Finds a converter for a given type.
- findConverterFor(Class<? extends T>, boolean) - Method in class com.vaadin.ui.declarative.DesignFormatter
-
Finds a converter for a given type.
- findDragTarget(Element) - Method in class com.vaadin.client.ui.dd.VDragAndDropManager
-
First seeks the widget from this element, then iterates widgets until one implement HasDropHandler.
- findDragTarget(Element, VDragAndDropManager.DDManagerMediator) - Method in class com.vaadin.client.ui.dd.DDEventHandleStrategy
-
Find drag handler for the
target
element. - findErrorHandler(ClientConnector) - Static method in class com.vaadin.server.ErrorEvent
-
Method for finding the error handler for the given connector.
- findErrorHandler(VaadinSession) - Static method in class com.vaadin.server.ErrorEvent
-
Method for finding the error handler for the given session.
- findIdentifiersFor(Class<?>) - Method in class com.vaadin.client.metadata.TypeDataStore
- findLocale(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.
- findPaintable(ApplicationConnection, Element) - Static method in class com.vaadin.client.Util
-
Helper method to find the nearest parent paintable instance by traversing the DOM upwards from given element.
- findPropertyId(Field) - Method in class com.vaadin.data.fieldgroup.BeanFieldGroup
- findPropertyId(Field) - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Searches for a property id from the current itemDataSource that matches the given memberField.
- findRelevantThrowable(Throwable) - Static method in class com.vaadin.server.DefaultErrorHandler
-
Vaadin wraps exceptions in its own and due to reflection usage there might be also other irrelevant exceptions that make no sense for Vaadin users (~developers using Vaadin).
- findResourceURL(String) - Method in class com.vaadin.server.VaadinServlet
-
Finds the given resource from the web content folder or using the class loader.
- findRowContainer(Element) - Method in class com.vaadin.client.widgets.Escalator
-
Returns the
RowContainer
which contains the element. - findSerializer() - Method in class com.vaadin.client.metadata.Type
- findSerializer(Type) - Static method in class com.vaadin.client.metadata.TypeDataStore
- findUI(VaadinRequest) - Method in class com.vaadin.server.VaadinService
-
Finds the
UI
that belongs to the provided request. - findVaadinSession(VaadinRequest) - Method in class com.vaadin.server.VaadinService
-
Attempts to find a Vaadin service session associated with this request.
- findWidget(Element) - Static method in class com.vaadin.client.WidgetUtil
-
Helper method to find first instance of any Widget found by traversing DOM upwards from given element.
- findWidget(Element, Class<? extends Widget>) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.findWidget(Element, Class)
instead. - findWidget(Element, Class<? extends Widget>) - Static method in class com.vaadin.client.WidgetUtil
-
Helper method to find first instance of given Widget type found by traversing DOM upwards from given element.
- findWidget(Element, Class<? extends Widget>, boolean) - Static method in class com.vaadin.client.WidgetUtil
-
Helper method to find first instance of given Widget type found by traversing DOM upwards from given element.
- FinishedEvent(Upload, String, String, long) - Constructor for class com.vaadin.ui.Upload.FinishedEvent
- FIRE - com.vaadin.server.FontAwesome
- FIRE_EXTINGUISHER - com.vaadin.server.FontAwesome
- fireAfterViewChange(ViewChangeListener.ViewChangeEvent) - Method in class com.vaadin.navigator.Navigator
-
Fires an event after the current view has changed.
- fireBeforeViewChange(ViewChangeListener.ViewChangeEvent) - Method in class com.vaadin.navigator.Navigator
-
Fires an event before an imminent view change.
- fireClick() - Method in class com.vaadin.ui.Button
-
Fires a click event to all listeners without any event details.
- fireClick(NativeEvent) - Method in class com.vaadin.client.ui.AbstractClickEventHandler
-
Sends the click event based on the given native event.
- fireClick(NativeEvent) - Method in class com.vaadin.client.ui.ClickEventHandler
-
Sends the click event based on the given native event.
- fireClick(NativeEvent) - Method in class com.vaadin.client.ui.LayoutClickEventHandler
- fireClick(NativeEvent, MouseEventDetails) - Method in class com.vaadin.client.ui.ClickEventHandler
-
Sends the click event to the server.
- fireClick(MouseEventDetails) - Method in class com.vaadin.ui.Button
-
Fires a click event to all listeners.
- fireClose() - Method in class com.vaadin.ui.Window
- fireCollapseEvent(Object) - Method in class com.vaadin.ui.Tree
-
Emits collapse event.
- fireCollapseEvent(Object) - Method in class com.vaadin.ui.TreeTable
-
Emits a collapse event.
- fireColorChanged() - Method in class com.vaadin.ui.AbstractColorPicker
-
Notifies the listeners that the selected color has changed
- fireColorChanged() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPopup
-
Notifies the listeners that the color changed
- fireColorChanged(Color) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerGradient
-
Notifies the listeners that the color has changed
- fireColorChanged(Color) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerGrid
-
Notifies the listeners that a color change has occurred
- 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.
- fireContainerPropertySetChange() - Method in class com.vaadin.data.util.AbstractContainer
-
Sends a simple Property set change event to all interested listeners.
- fireContainerPropertySetChange(Container.PropertySetChangeEvent) - Method in class com.vaadin.data.util.AbstractContainer
-
Sends a Property set change event to all interested listeners.
- fireContentsChange() - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
- fireDateClick(Date) - Method in class com.vaadin.ui.Calendar
-
Fires event when a date was clicked in the calendar.
- fireEvent(GwtEvent<?>) - Method in class com.vaadin.client.ApplicationConnection
- fireEvent(GwtEvent<?>) - Method in interface com.vaadin.client.ServerConnector
-
Sends the given event to all registered handlers.
- fireEvent(GwtEvent<?>) - Method in class com.vaadin.client.ui.AbstractConnector
- fireEvent(Component.Event) - Method in class com.vaadin.event.FieldEvents.FocusAndBlurServerRpcImpl
- fireEvent(EventObject) - Method in class com.vaadin.event.EventRouter
-
Sends an event to all registered listeners.
- fireEvent(EventObject) - Method in class com.vaadin.server.AbstractClientConnector
-
Sends the event to all listeners.
- fireEvent(EventObject, ErrorHandler) - Method in class com.vaadin.event.EventRouter
-
Sends an event to all registered listeners.
- fireEventChange() - Method in class com.vaadin.ui.components.calendar.event.BasicEvent
-
Fires an event change event to the listeners.
- fireEventClick(Integer) - Method in class com.vaadin.ui.Calendar
-
Fires event when a date was clicked in the calendar.
- fireEventMove(int, Date) - Method in class com.vaadin.ui.Calendar
-
Fires an event move event to all server side move listerners
- fireEventResize(int, Date, Date) - Method in class com.vaadin.ui.Calendar
-
Fires an event resize event.
- fireEventSetChange() - Method in class com.vaadin.ui.components.calendar.event.BasicEventProvider
-
Fires a eventsetchange event.
- fireExpandEvent(Object) - Method in class com.vaadin.ui.Tree
-
Emits the expand event.
- fireExpandEvent(Object) - Method in class com.vaadin.ui.TreeTable
-
Emits an expand event.
- FIREFOX - com.vaadin.server.FontAwesome
- fireItemAdded(int, ITEMIDTYPE, ITEMCLASS) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Notify item set change listeners that an item has been added to the container.
- fireItemAdded(int, Object, Item) - Method in class com.vaadin.data.util.IndexedContainer
- fireItemRemoved(int, Object) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Notify item set change listeners that an item has been removed from the container.
- fireItemsAdded(int, ITEMIDTYPE, int) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Notify item set change listeners that items has been added to the container.
- fireItemSetChange() - Method in class com.vaadin.data.util.AbstractContainer
-
Sends a simple Item set change event to all interested listeners, indicating that anything in the contents may have changed (items added, removed etc.).
- fireItemSetChange() - Method in class com.vaadin.data.util.IndexedContainer
- fireItemSetChange() - Method in class com.vaadin.ui.AbstractSelect
-
Fires the item set change event.
- fireItemSetChange(Container.ItemSetChangeEvent) - Method in class com.vaadin.data.util.AbstractContainer
-
Sends an Item set change event to all registered interested listeners.
- fireItemSetChange(Container.ItemSetChangeEvent) - Method in class com.vaadin.data.util.HierarchicalContainer
- fireItemsRemoved(int, Object, int) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Notify item set change listeners that items has been removed from the container.
- fireNavigationEvent(boolean) - Method in class com.vaadin.ui.Calendar
-
Fires an event when the user selecing moving forward/backward in the calendar.
- fireNoInputStream(String, String, long) - Method in class com.vaadin.ui.Upload
- fireNoOutputStream(String, String, long) - Method in class com.vaadin.ui.Upload
- firePropertySetChange() - Method in class com.vaadin.ui.AbstractSelect
-
Fires the property set change event.
- fireRangeSelect(Date, Date, boolean) - Method in class com.vaadin.ui.Calendar
-
Fires an event range selected event.
- fireReadOnlyStatusChange() - Method in class com.vaadin.data.util.AbstractProperty
-
Sends a read only status change event to all registered listeners.
- fireReadOnlyStatusChange() - Method in class com.vaadin.ui.AbstractField
-
Emits the read-only status change event.
- fireResize() - Method in class com.vaadin.ui.Window
-
Fire the resize event.
- fireSelectedTabChange() - Method in class com.vaadin.ui.TabSheet
-
Sends an event that the currently selected tab has changed.
- fireSelectionEvent(Collection<Object>, Collection<Object>) - Method in class com.vaadin.ui.Grid.AbstractSelectionModel
-
Fires a
SelectionEvent
to all theSelectionListeners
currently added to the Grid in which this SelectionModel is. - fireSelectionEvent(Collection<Object>, Collection<Object>) - Method in class com.vaadin.ui.Grid
-
Fires a selection change event.
- 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.
- fireValueChange() - Method in class com.vaadin.data.util.AbstractProperty
-
Sends a value change event to all registered listeners.
- fireValueChange() - Method in class com.vaadin.data.util.MethodProperty
-
Sends a value change event to all registered listeners.
- fireValueChange() - Method in class com.vaadin.data.util.TransactionalPropertyWrapper
- fireValueChange() - Method in class com.vaadin.ui.Label
-
Emits the options change event.
- fireValueChange(boolean) - Method in class com.vaadin.ui.AbstractField
-
Emits the value change event.
- fireValueChange(boolean) - Method in class com.vaadin.ui.DateField
- fireWeekClick(int, int) - Method in class com.vaadin.ui.Calendar
-
Fires event when a week was clicked in the calendar.
- fireWindowWindowModeChange() - Method in class com.vaadin.ui.Window
- FIRST - com.vaadin.client.ui.VFilterSelect.Select
- firstChild - Variable in class com.vaadin.shared.ui.splitpanel.AbstractSplitPanelState
- firstDayOfWeek - Variable in class com.vaadin.shared.ui.calendar.CalendarState
- firstDayOfWeek - Variable in class com.vaadin.shared.ui.ui.UIState.LocaleData
- firstDelay - Variable in class com.vaadin.shared.ui.ui.UIState.LoadingIndicatorConfigurationState
- firstHourOfDay - Variable in class com.vaadin.shared.ui.calendar.CalendarState
- firstItemId() - Method in interface com.vaadin.data.Container.Ordered
-
Gets the ID of the first Item in the Container.
- firstItemId() - Method in class com.vaadin.data.util.AbstractInMemoryContainer
- firstItemId() - Method in class com.vaadin.data.util.ContainerOrderedWrapper
- firstItemId() - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- firstItemId() - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
- firstItemId() - Method in class com.vaadin.ui.Table
-
Gets the ID of the first Item in the Container.
- firstVisibleDayOfWeek - Variable in class com.vaadin.shared.ui.calendar.CalendarState
- fixHeightTo(int) - Method in class com.vaadin.client.ui.VFilterSelect.SuggestionMenu
-
Fixes menus height to use same space as full page would use.
- fixVisibleTabSize(int, int, int) - Method in class com.vaadin.client.ui.VTabsheetPanel
- FLAG - com.vaadin.server.FontAwesome
- FLAG_CHECKERED - com.vaadin.server.FontAwesome
- FLAG_O - com.vaadin.server.FontAwesome
- Flash - Class in com.vaadin.ui
-
Deprecated.no modern browsers support Flash anymore
- Flash() - Constructor for class com.vaadin.ui.Flash
-
Deprecated.Creates a new empty Flash component.
- Flash(String) - Constructor for class com.vaadin.ui.Flash
-
Deprecated.Creates a new empty Flash component with the given caption
- Flash(String, Resource) - Constructor for class com.vaadin.ui.Flash
-
Deprecated.Creates a new Flash component with the given caption and content.
- FLASH - com.vaadin.server.FontAwesome
- FlashConnector - Class in com.vaadin.client.ui.flash
-
Deprecated.no modern browsers support Flash anymore
- FlashConnector() - Constructor for class com.vaadin.client.ui.flash.FlashConnector
-
Deprecated.
- FlashState - Class in com.vaadin.shared.ui.flash
- FlashState() - Constructor for class com.vaadin.shared.ui.flash.FlashState
- FLASK - com.vaadin.server.FontAwesome
- FLICKR - com.vaadin.server.FontAwesome
- FloatRangeValidator - Class in com.vaadin.data.validator
-
Validator for validating that a
Float
is inside a given range. - FloatRangeValidator(String, Float, Float) - Constructor for class com.vaadin.data.validator.FloatRangeValidator
-
Creates a validator for checking that an Float is within a given range.
- FloatSize(float, float) - Constructor for class com.vaadin.client.RenderInformation.FloatSize
- FLOPPY_O - com.vaadin.server.FontAwesome
- flush() - Method in class com.vaadin.client.communication.ServerRpcQueue
-
Triggers a send of server RPC and legacy variable changes to the server.
- flush() - Method in interface com.vaadin.client.ComponentConnector
-
Called for the active (focused) connector when a situation occurs that the focused connector might have buffered changes which need to be processed before other activity takes place.
- flush() - Method in class com.vaadin.client.debug.internal.ErrorNotificationHandler
- flush() - Method in class com.vaadin.client.ui.AbstractComponentConnector
- flush() - Method in class com.vaadin.client.ui.richtextarea.RichTextAreaConnector
- flush() - Method in class com.vaadin.client.ui.textfield.TextFieldConnector
- flushActiveConnector() - Method in class com.vaadin.client.ApplicationConnection
-
Calls
ComponentConnector.flush()
on the active connector. - flushChangesFromFocusedTextField() - Static method in class com.vaadin.client.ui.VTextField
- FlyweightCell - Class in com.vaadin.client.widget.escalator
- FlyweightCell(FlyweightRow, int) - Constructor for class com.vaadin.client.widget.escalator.FlyweightCell
- FlyweightRow - Class in com.vaadin.client.widget.escalator
-
An internal implementation of the
Row
interface. - FlyweightRow() - Constructor for class com.vaadin.client.widget.escalator.FlyweightRow
- focus() - Method in interface com.vaadin.client.Focusable
-
Sets focus to this widget.
- focus() - Method in class com.vaadin.client.ui.calendar.schedule.FocusableComplexPanel
-
Focus the panel
- focus() - Method in class com.vaadin.client.ui.calendar.schedule.FocusableGrid
-
Focus the panel
- focus() - Method in class com.vaadin.client.ui.calendar.schedule.FocusableHTML
-
Focus the panel
- focus() - Method in class com.vaadin.client.ui.FocusableFlexTable
- focus() - Method in class com.vaadin.client.ui.FocusableFlowPanel
-
Focus the panel
- focus() - Method in class com.vaadin.client.ui.SimpleFocusablePanel
- focus() - Method in class com.vaadin.client.ui.VCustomField
- focus() - Method in class com.vaadin.client.ui.VFilterSelect
- focus() - Method in class com.vaadin.client.ui.VListSelect
- focus() - Method in class com.vaadin.client.ui.VNativeSelect
- focus() - Method in class com.vaadin.client.ui.VOptionGroup
- focus() - Method in class com.vaadin.client.ui.VPanel
- focus() - Method in class com.vaadin.client.ui.VScrollTable
- focus() - Method in class com.vaadin.client.ui.VTabsheet
- focus() - Method in class com.vaadin.client.ui.VTabsheet.Tab
- focus() - Method in class com.vaadin.client.ui.VTextualDate
- focus() - Method in class com.vaadin.client.ui.VTwinColSelect
- focus() - Method in class com.vaadin.client.ui.VUI
- focus() - Method in class com.vaadin.client.ui.VWindow
- focus() - Method in class com.vaadin.client.widgets.Grid
- focus() - Method in class com.vaadin.event.FieldEvents.FocusAndBlurServerRpcImpl
- focus() - Method in interface com.vaadin.shared.communication.FieldRpc.FocusServerRpc
- focus() - Method in class com.vaadin.ui.AbstractComponent
-
Sets the focus for this component if the component is
Component.Focusable
. - focus() - Method in class com.vaadin.ui.AbstractField
-
Sets the focus for this component if the component is
Component.Focusable
. - focus() - Method in class com.vaadin.ui.AbstractFocusable
- 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.Form
-
Deprecated.Focuses the first field in the form.
- 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.UI
- focus() - Method in class com.vaadin.ui.Upload
-
Sets the focus for this component if the component is
Component.Focusable
. - focus() - Method in class com.vaadin.ui.Window
-
Moves keyboard focus to the component.
- focus(Element) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.focus(Element)
instead. - focus(Element) - Static method in class com.vaadin.client.WidgetUtil
-
Will (attempt) to focus the given DOM Element.
- focus(FieldEvents.FocusEvent) - Method in interface com.vaadin.event.FieldEvents.FocusListener
-
Component has been focused
- FOCUS - Static variable in interface com.vaadin.shared.EventId
- focusable - Variable in class com.vaadin.ui.AbstractField.FocusShortcut
- Focusable - Interface in com.vaadin.client
-
GWT's HasFocus is way too overkill for just receiving focus in simple components.
- FocusableComplexPanel - Class in com.vaadin.client.ui.calendar.schedule
-
A ComplexPanel that can be focused
- FocusableComplexPanel() - Constructor for class com.vaadin.client.ui.calendar.schedule.FocusableComplexPanel
- FocusableFlexTable - Class in com.vaadin.client.ui
-
Adds keyboard focus to
FlexPanel
. - FocusableFlexTable() - Constructor for class com.vaadin.client.ui.FocusableFlexTable
-
Default constructor.
- FocusableFlowPanel - Class in com.vaadin.client.ui
- FocusableFlowPanel() - Constructor for class com.vaadin.client.ui.FocusableFlowPanel
-
Constructor
- FocusableGrid - Class in com.vaadin.client.ui.calendar.schedule
-
A Grid that can be focused
- FocusableGrid() - Constructor for class com.vaadin.client.ui.calendar.schedule.FocusableGrid
-
Constructor
- FocusableGrid(int, int) - Constructor for class com.vaadin.client.ui.calendar.schedule.FocusableGrid
- FocusableHTML - Class in com.vaadin.client.ui.calendar.schedule
-
A HTML widget that can be focused
- FocusableHTML() - Constructor for class com.vaadin.client.ui.calendar.schedule.FocusableHTML
-
Constructor
- FocusableScrollContextPanel(boolean) - Constructor for class com.vaadin.client.ui.VScrollTable.FocusableScrollContextPanel
- FocusableScrollPanel - Class in com.vaadin.client.ui
-
A scrollhandlers similar to
ScrollPanel
. - FocusableScrollPanel() - Constructor for class com.vaadin.client.ui.FocusableScrollPanel
- FocusableScrollPanel(boolean) - Constructor for class com.vaadin.client.ui.FocusableScrollPanel
- FocusAndBlurServerRpcImpl(Component) - Constructor for class com.vaadin.event.FieldEvents.FocusAndBlurServerRpcImpl
- focusChanged(Date) - Method in interface com.vaadin.client.ui.VCalendarPanel.FocusChangeListener
- focusDelegate - Variable in class com.vaadin.shared.AbstractFieldState
-
The component which should receive focus events instead of the custom field wrapper.
- focused - Variable in class com.vaadin.client.ui.VFilterSelect
-
For internal use only.
- FocusedDate(int, int, int) - Constructor for class com.vaadin.client.ui.VCalendarPanel.FocusedDate
- focusedNode - Variable in class com.vaadin.client.ui.VTree
-
For internal use only.
- focusedRow - Variable in class com.vaadin.client.ui.VScrollTable
-
The currently focused row.
- FocusElementPanel - Class in com.vaadin.client.ui
-
A panel that contains an always visible 0x0 size element that holds the focus
- FocusElementPanel() - Constructor for class com.vaadin.client.ui.FocusElementPanel
- FocusEvent(Component) - Constructor for class com.vaadin.event.FieldEvents.FocusEvent
- focusFirstItemInNextRender - Variable in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- focusHandlers - Variable in class com.vaadin.client.ui.VOptionGroup
-
For internal use only.
- focusLastItemInNextRender - Variable in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- focusMethod - Static variable in interface com.vaadin.event.FieldEvents.FocusListener
- focusOnFirstFocusableElement(Element) - Static method in class com.vaadin.client.ui.FocusUtil
-
Focus on the first focusable child Element of a parent Element.
- focusOnLastFocusableElement(Element) - Static method in class com.vaadin.client.ui.FocusUtil
-
Focus on the last focusable child Element of a parent Element.
- focusParentResponsePending - Variable in class com.vaadin.client.ui.VTreeTable
-
For internal use only.
- focusRowFromBody() - Method in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- FocusShortcut(Component.Focusable, int) - Constructor for class com.vaadin.ui.AbstractField.FocusShortcut
-
Creates a keyboard shortcut for focusing the given
Component.Focusable
. - FocusShortcut(Component.Focusable, int, int...) - Constructor for class com.vaadin.ui.AbstractField.FocusShortcut
-
Creates a keyboard shortcut for focusing the given
Component.Focusable
. - FocusShortcut(Component.Focusable, String) - Constructor for class com.vaadin.ui.AbstractField.FocusShortcut
-
Creates a keyboard shortcut for focusing the given
Component.Focusable
using the shorthand notation defined inShortcutAction
. - focusStoredElement() - Method in class com.vaadin.client.ui.VUI
-
Restores the previously stored focus Element.
- FocusUtil - Class in com.vaadin.client.ui
-
A helper class used to make it easier for
Widget
s to implementFocusable
. - FocusUtil() - Constructor for class com.vaadin.client.ui.FocusUtil
- FOLDER - com.vaadin.server.FontAwesome
- FOLDER_O - com.vaadin.server.FontAwesome
- FOLDER_OPEN - com.vaadin.server.FontAwesome
- FOLDER_OPEN_O - com.vaadin.server.FontAwesome
- font() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- FONT - com.vaadin.server.FontAwesome
- FONT_FAMILY - Static variable in enum com.vaadin.server.FontAwesome
- FontAwesome - Enum in com.vaadin.server
-
FontAwesome set of font icons.
- FontIcon - Class in com.vaadin.client.ui
-
A font-based icon implementation.
- FontIcon - Interface in com.vaadin.server
-
A font icon is a type of icon that is made by displaying one character from a specially constructed font containing icons ("icon font").
- FontIcon() - Constructor for class com.vaadin.client.ui.FontIcon
- FONTICON_PROTOCOL_PREFIX - Static variable in class com.vaadin.shared.ApplicationConstants
- FONTICONS - com.vaadin.server.FontAwesome
- fontSize - Variable in class com.vaadin.client.debug.internal.VDebugWindow
- footer - Variable in class com.vaadin.client.ui.VForm
-
For internal use only.
- footer - Variable in class com.vaadin.client.ui.VWindow
-
For internal use only.
- footer - Variable in class com.vaadin.shared.ui.form.FormState
- footer - Variable in class com.vaadin.shared.ui.grid.ColumnGroupState
-
The footer text of the group
- footer - Variable in class com.vaadin.shared.ui.grid.GridState
- Footer() - Constructor for class com.vaadin.client.widgets.Grid.Footer
- Footer(Grid) - Constructor for class com.vaadin.ui.Grid.Footer
- FOOTER - com.vaadin.shared.ui.grid.GridConstants.Section
- FOOTER - com.vaadin.shared.ui.table.TableConstants.Section
- FOOTER_CLICK_EVENT_ID - Static variable in class com.vaadin.shared.ui.table.TableConstants
- FOOTER_CLICK_METHOD - Static variable in class com.vaadin.ui.Table.FooterClickEvent
- FooterCell() - Constructor for class com.vaadin.client.widgets.Grid.FooterCell
- FooterCell(Grid.FooterRow) - Constructor for class com.vaadin.ui.Grid.FooterCell
- FooterCell(String, String) - Constructor for class com.vaadin.client.ui.VScrollTable.FooterCell
- footerClick(Table.FooterClickEvent) - Method in interface com.vaadin.ui.Table.FooterClickListener
-
Called when a user clicks a footer column cell
- FooterClickEvent(Component, Object, MouseEventDetails) - Constructor for class com.vaadin.ui.Table.FooterClickEvent
-
Constructor
- FooterClickHandler - Interface in com.vaadin.client.widget.grid.events
-
Handler for
GridClickEvent
s that happen in the footer of the Grid. - footerContainer - Variable in class com.vaadin.client.ui.VForm
-
For internal use only.
- FooterDoubleClickHandler - Interface in com.vaadin.client.widget.grid.events
-
Handler for
GridDoubleClickEvent
s that happen in the footer of the Grid. - FooterKeyDownHandler - Interface in com.vaadin.client.widget.grid.events
-
Handler for
GridKeyDownEvent
s that happen when the focused cell is in the footer of the Grid. - FooterKeyPressHandler - Interface in com.vaadin.client.widget.grid.events
-
Handler for
GridKeyPressEvent
s that happen when the focused cell is in the footer of the Grid. - FooterKeyUpHandler - Interface in com.vaadin.client.widget.grid.events
-
Handler for
GridKeyUpEvent
s that happen when the focused cell is in the footer of the Grid. - FooterRow() - Constructor for class com.vaadin.client.widgets.Grid.FooterRow
- FooterRow(Grid.StaticSection<?>) - Constructor for class com.vaadin.ui.Grid.FooterRow
- FORCE_LOAD_COOKIE - Static variable in class com.vaadin.server.UnsupportedBrowserHandler
-
Cookie used to ignore browser checks
- forceIE8Redraw(Element) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.forceIE8Redraw(Element)
instead. - forceIE8Redraw(Element) - Static method in class com.vaadin.client.WidgetUtil
-
Performs a hack to trigger a re-layout in the IE8.
- forceIERedraw(Element) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.forceIERedraw(Element)
instead. - forceIERedraw(Element) - Static method in class com.vaadin.client.WidgetUtil
-
Performs a hack to trigger a re-layout in the IE browser.
- forceLayout() - Method in class com.vaadin.client.ApplicationConnection
-
This will cause re-layouting of all components.
- forceLayout() - Method in class com.vaadin.client.LayoutManager
- forceScrollbar(boolean) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
-
Force the scrollbar to be visible with CSS.
- forceStateChange() - Method in class com.vaadin.client.ui.AbstractConnector
-
Force the connector to recheck its state variables as the variables or their meaning might have changed.
- forceStateChangeRecursively(AbstractConnector) - Static method in class com.vaadin.client.ui.ui.UIConnector
-
Force a full recursive recheck of every connector's state variables.
- forceWebkitRedraw(Element) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.forceWebkitRedraw(Element)
instead. - forceWebkitRedraw(Element) - Static method in class com.vaadin.client.WidgetUtil
-
Force webkit to redraw an element
- Form - Class in com.vaadin.ui
-
Deprecated.As of 7.0, use
FieldGroup
instead ofForm
for more flexibility. - Form() - Constructor for class com.vaadin.ui.Form
-
Deprecated.Constructs a new form with default layout.
- Form(Layout) - Constructor for class com.vaadin.ui.Form
-
Deprecated.Constructs a new form with given
Layout
. - Form(Layout, FormFieldFactory) - Constructor for class com.vaadin.ui.Form
-
Deprecated.Constructs a new form with given
Layout
andFormFieldFactory
. - format(Object) - Method in class com.vaadin.ui.declarative.DesignFormatter
-
Finds a formatter for a given object and attempts to format it.
- format(T) - Method in class com.vaadin.data.util.PropertyFormatter
-
Deprecated.This method must be implemented to format the values received from DataSource.
- 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.
- Format12H - com.vaadin.ui.Calendar.TimeFormat
- format24H - Variable in class com.vaadin.shared.ui.calendar.CalendarState
- Format24H - com.vaadin.ui.Calendar.TimeFormat
- formatClientSideDate(Date) - Static method in class com.vaadin.client.ui.calendar.schedule.DateUtil
- formatClientSideTime(Date) - Static method in class com.vaadin.client.ui.calendar.schedule.DateUtil
- formatDate(Date, String) - Method in class com.vaadin.client.DateTimeService
-
Check if format contains the month name.
- formatPropertyValue(Object, Object, Property<?>) - Method in class com.vaadin.ui.Table
-
Formats table cell property values.
- formatStr - Variable in class com.vaadin.client.ui.VTextualDate
-
For internal use only.
- formatter - Variable in class com.vaadin.client.ui.VRichTextArea
-
For internal use only.
- FormConnector - Class in com.vaadin.client.ui.form
- FormConnector() - Constructor for class com.vaadin.client.ui.form.FormConnector
- FormFieldFactory - Interface in com.vaadin.ui
-
Deprecated.As of 7.0, use
FieldGroup
instead ofForm
for more flexibility. - FormLayout - Class in com.vaadin.ui
-
FormLayout is used by
Form
to layout fields. - FormLayout() - Constructor for class com.vaadin.ui.FormLayout
- FormLayout(Component...) - Constructor for class com.vaadin.ui.FormLayout
-
Constructs a FormLayout and adds the given components to it.
- FORMLAYOUT_LIGHT - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Removes the borders and background from any direct child field components (TextField, TextArea, DateField, ComboBox) in the layout.
- FormLayoutConnector - Class in com.vaadin.client.ui.formlayout
- FormLayoutConnector() - Constructor for class com.vaadin.client.ui.formlayout.FormLayoutConnector
- FormLayoutState - Class in com.vaadin.shared.ui.orderedlayout
-
Shared state for the FormLayout component.
- FormLayoutState() - Constructor for class com.vaadin.shared.ui.orderedlayout.FormLayoutState
- FormState - Class in com.vaadin.shared.ui.form
- FormState() - Constructor for class com.vaadin.shared.ui.form.FormState
- FORT_AWESOME - com.vaadin.server.FontAwesome
- FORUMBEE - com.vaadin.server.FontAwesome
- forward() - Method in interface com.vaadin.client.ui.VCalendar.ForwardListener
-
Called when the calendar should move one view forward
- forward() - Method in interface com.vaadin.shared.ui.calendar.CalendarServerRpc
- forward(CalendarComponentEvents.ForwardEvent) - Method in interface com.vaadin.ui.components.calendar.CalendarComponentEvents.ForwardHandler
-
This method will be called when date range is moved forward.
- forward(CalendarComponentEvents.ForwardEvent) - Method in class com.vaadin.ui.components.calendar.handler.BasicForwardHandler
- FORWARD - com.vaadin.server.FontAwesome
- FORWARD - Static variable in class com.vaadin.shared.ui.calendar.CalendarEventId
- ForwardEvent(Calendar) - Constructor for class com.vaadin.ui.components.calendar.CalendarComponentEvents.ForwardEvent
-
ForwardEvent needs only the source component.
- forwardMethod - Static variable in interface com.vaadin.ui.components.calendar.CalendarComponentEvents.ForwardHandler
-
Trigger method for the ForwardEvent.
- FOURSQUARE - com.vaadin.server.FontAwesome
- FragmentedMessage(Reader) - Constructor for class com.vaadin.server.communication.AtmospherePushConnection.FragmentedMessage
- FragmentedMessage(String) - Constructor for class com.vaadin.client.communication.AtmospherePushConnection.FragmentedMessage
- FreeformQuery - Class in com.vaadin.data.util.sqlcontainer.query
- FreeformQuery(String, JDBCConnectionPool, String...) - Constructor for class com.vaadin.data.util.sqlcontainer.query.FreeformQuery
-
Creates a new freeform query delegate to be used with the
SQLContainer
. - FreeformQuery(String, List<String>, JDBCConnectionPool) - Constructor for class com.vaadin.data.util.sqlcontainer.query.FreeformQuery
-
Deprecated.As of 6.7, @see
FreeformQuery(String, JDBCConnectionPool, String...)
- FreeformQueryDelegate - Interface in com.vaadin.data.util.sqlcontainer.query
- FreeformStatementDelegate - Interface in com.vaadin.data.util.sqlcontainer.query
-
FreeformStatementDelegate is an extension to FreeformQueryDelegate that provides definitions for methods that produce StatementHelper objects instead of basic query strings.
- fromCodepoint(int) - Static method in enum com.vaadin.server.FontAwesome
-
Finds an instance of FontAwesome with given codepoint
- fromString(String) - Static method in class com.vaadin.client.WidgetUtil.CssSize
-
Parse the size from string format to
WidgetUtil.CssSize
. - fromValueUnit(float, Style.Unit) - Static method in class com.vaadin.client.WidgetUtil.CssSize
-
Creates a
WidgetUtil.CssSize
using a value and its measurement unit. - FROWN_O - com.vaadin.server.FontAwesome
- frozenColumnCount - Variable in class com.vaadin.shared.ui.grid.GridState
-
The number of frozen columns
- fu - Variable in class com.vaadin.client.ui.VUpload
-
FileUpload component that opens native OS dialog to select file.
- fullH - Variable in class com.vaadin.client.debug.internal.VDebugWindow
- fullW - Variable in class com.vaadin.client.debug.internal.VDebugWindow
- fullX - Variable in class com.vaadin.client.debug.internal.VDebugWindow
- fullY - Variable in class com.vaadin.client.debug.internal.VDebugWindow
- FUTBOL_O - com.vaadin.server.FontAwesome
- 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
- GAEVaadinServlet - Class in com.vaadin.server
-
ApplicationServlet to be used when deploying to Google App Engine, in web.xml:
- GAEVaadinServlet() - Constructor for class com.vaadin.server.GAEVaadinServlet
- GAMEPAD - com.vaadin.server.FontAwesome
- GAVEL - com.vaadin.server.FontAwesome
- GBP - com.vaadin.server.FontAwesome
- GE - com.vaadin.server.FontAwesome
- GEAR - com.vaadin.server.FontAwesome
- GEARS - com.vaadin.server.FontAwesome
- GENDERLESS - com.vaadin.server.FontAwesome
- generateCell(Table, Object, Object) - Method in interface com.vaadin.ui.Table.ColumnGenerator
-
Called by Table when a cell in a generated column needs to be generated.
- generateColumnToValueMap(RowItem) - Method in class com.vaadin.data.util.sqlcontainer.query.generator.DefaultSQLGenerator
- GENERATED_BODY_CLASSNAME - Static variable in class com.vaadin.shared.ApplicationConstants
- generateData(Object, Item, JsonObject) - Method in interface com.vaadin.server.communication.data.DataGenerator
-
Adds data to row object for given item and item id being sent to client.
- generateData(Object, Item, JsonObject) - Method in class com.vaadin.ui.Grid.AbstractSelectionModel
- generateData(Object, Item, JsonObject) - Method in class com.vaadin.ui.Grid.DetailComponentManager
- generateDeleteQuery(String, List<String>, String, RowItem) - Method in class com.vaadin.data.util.sqlcontainer.query.generator.DefaultSQLGenerator
- generateDeleteQuery(String, List<String>, String, RowItem) - Method in interface com.vaadin.data.util.sqlcontainer.query.generator.SQLGenerator
-
Generates a DELETE query for deleting data related to the given RowItem from the database.
- generateDescription(Component, Object, Object) - Method in interface com.vaadin.ui.AbstractSelect.ItemDescriptionGenerator
-
Called by Table when a cell (and row) is painted or a item is painted in Tree
- GeneratedItemAddEvent(Container.Indexed.ItemAddEvent) - Constructor for class com.vaadin.data.util.GeneratedPropertyContainer.GeneratedItemAddEvent
- GeneratedItemAddOrRemoveEvent(Object, int, int) - Constructor for class com.vaadin.data.util.GeneratedPropertyContainer.GeneratedItemAddOrRemoveEvent
- GeneratedItemRemoveEvent(Container.Indexed.ItemRemoveEvent) - Constructor for class com.vaadin.data.util.GeneratedPropertyContainer.GeneratedItemRemoveEvent
- GeneratedProperty(Item, Object, Object, PropertyValueGenerator<T>) - Constructor for class com.vaadin.data.util.GeneratedPropertyContainer.GeneratedProperty
- GeneratedPropertyContainer - Class in com.vaadin.data.util
-
Container wrapper that adds support for generated properties.
- GeneratedPropertyContainer(Container.Indexed) - Constructor for class com.vaadin.data.util.GeneratedPropertyContainer
-
Constructor for GeneratedPropertyContainer.
- GeneratedPropertyContainer.GeneratedItemAddEvent - Class in com.vaadin.data.util
- GeneratedPropertyContainer.GeneratedItemAddOrRemoveEvent - Class in com.vaadin.data.util
-
Base implementation for item add or remove events.
- GeneratedPropertyContainer.GeneratedItemRemoveEvent - Class in com.vaadin.data.util
- GeneratedPropertyContainer.GeneratedProperty<T> - Class in com.vaadin.data.util
-
Property implementation for generated properties
- GeneratedPropertyContainer.GeneratedPropertyItem - Class in com.vaadin.data.util
-
Item implementation for generated properties, used to wrap the Item that belongs to the wrapped container.
- GeneratedPropertyItem(Object, Item) - Constructor for class com.vaadin.data.util.GeneratedPropertyContainer.GeneratedPropertyItem
- GeneratedRow(String...) - Constructor for class com.vaadin.ui.Table.GeneratedRow
-
Creates a new generated row.
- generateInsertQuery(String, RowItem) - Method in class com.vaadin.data.util.sqlcontainer.query.generator.DefaultSQLGenerator
- generateInsertQuery(String, RowItem) - Method in interface com.vaadin.data.util.sqlcontainer.query.generator.SQLGenerator
-
Generates an INSERT query for inserting a new row with the provided values.
- generateLimits(StringBuffer, int, int) - Method in class com.vaadin.data.util.sqlcontainer.query.generator.DefaultSQLGenerator
-
Generates the LIMIT and OFFSET clause.
- generateOptimizedWidgetSet(Set<String>) - Method in class com.vaadin.client.debug.internal.OptimizedWidgetsetPanel
- generateOrderBy(StringBuffer, OrderBy, boolean) - Method in class com.vaadin.data.util.sqlcontainer.query.generator.DefaultSQLGenerator
-
Generates sorting rules as an ORDER BY -clause
- generateRow(Table, Object) - Method in interface com.vaadin.ui.Table.RowGenerator
-
Called for every row that is painted in the Table.
- generateRowIdentifiers(RowItem) - Method in class com.vaadin.data.util.sqlcontainer.query.generator.DefaultSQLGenerator
- generateSelectQuery(String, List<Container.Filter>, List<OrderBy>, int, int, String) - Method in class com.vaadin.data.util.sqlcontainer.query.generator.DefaultSQLGenerator
- generateSelectQuery(String, List<Container.Filter>, List<OrderBy>, int, int, String) - Method in class com.vaadin.data.util.sqlcontainer.query.generator.MSSQLGenerator
- generateSelectQuery(String, List<Container.Filter>, List<OrderBy>, int, int, String) - Method in class com.vaadin.data.util.sqlcontainer.query.generator.OracleGenerator
- generateSelectQuery(String, List<Container.Filter>, List<OrderBy>, int, int, String) - Method in interface com.vaadin.data.util.sqlcontainer.query.generator.SQLGenerator
-
Generates a SELECT query with the provided parameters.
- generateUpdateQuery(String, RowItem) - Method in class com.vaadin.data.util.sqlcontainer.query.generator.DefaultSQLGenerator
- generateUpdateQuery(String, RowItem) - Method in interface com.vaadin.data.util.sqlcontainer.query.generator.SQLGenerator
-
Generates an UPDATE query with the provided parameters.
- GenericFontIcon - Class in com.vaadin.server
-
A generic implementation of
FontIcon
interface - GenericFontIcon(String, int) - Constructor for class com.vaadin.server.GenericFontIcon
-
Creates a new instance of GenericFontIcon with given font family and codepoint
- get() - Static method in class com.vaadin.client.BrowserInfo
-
Singleton method to get BrowserInfo object.
- get() - Static method in class com.vaadin.client.debug.internal.VDebugWindow
-
Gets the
VDebugWindow()
singleton instance. - get() - Static method in class com.vaadin.client.metadata.ConnectorBundleLoader
- get() - Static method in class com.vaadin.client.metadata.TypeDataStore
- get() - Static method in class com.vaadin.client.ResourceLoader
-
Returns the default ResourceLoader
- get() - Static method in class com.vaadin.client.ui.dd.VDragAndDropManager
- get() - Static method in class com.vaadin.data.fieldgroup.DefaultFieldGroupFieldFactory
-
Gets the singleton instance.
- get() - Static method in class com.vaadin.event.dd.acceptcriteria.AcceptAll
- get() - Static method in class com.vaadin.event.dd.acceptcriteria.SourceIsTarget
- get() - Static method in class com.vaadin.server.DefaultSystemMessagesProvider
-
Gets the instance.
- get() - Method in class com.vaadin.server.VaadinSession.FutureAccess
- get() - Static method in class com.vaadin.ui.DefaultFieldFactory
-
Singleton method to get an instance of DefaultFieldFactory.
- get() - Static method in class com.vaadin.ui.Grid.EditorFieldFactory
-
Returns the singleton instance
- get() - Static method in class com.vaadin.ui.Tree.TargetItemAllowsChildren
- get(int) - Method in class com.vaadin.client.JsArrayObject
- get(int) - Method in class elemental.json.impl.JreJsonArray
- get(int) - Method in interface elemental.json.JsonArray
-
Return the ith element of the array.
- get(int) - Method in interface elemental.util.ArrayOf
-
Gets the value at a given index.
- get(int) - Method in interface elemental.util.ArrayOfBoolean
-
Gets the value at a given index.
- get(int) - Method in interface elemental.util.ArrayOfInt
-
Gets the value at a given index.
- get(int) - Method in interface elemental.util.ArrayOfNumber
-
Gets the value at a given index.
- get(int) - Method in interface elemental.util.ArrayOfString
-
Gets the value at a given index.
- get(int) - Method in interface elemental.util.MapFromIntTo
-
Retrieves a value for the specified key.
- get(int) - Method in interface elemental.util.MapFromIntToString
-
Retrieves a value for the specified key.
- get(ApplicationConnection) - Static method in class com.vaadin.client.communication.ServerRpcQueue
-
Returns the server RPC queue for the given application
- get(ApplicationConnection) - Static method in class com.vaadin.client.ConnectorMap
- get(ApplicationConnection) - Static method in class com.vaadin.client.LayoutManager
-
Gets the layout manager associated with the given
ApplicationConnection
. - get(Class<T>) - Static method in class com.vaadin.util.CurrentInstance
-
Gets the current instance of a specific type if available.
- get(String) - Method in class com.vaadin.client.FastStringMap
- get(String) - Static method in class com.vaadin.client.ui.dd.VAcceptCriteria
- get(String) - Method in class com.vaadin.client.ui.dd.VAcceptCriterionFactory
- get(String) - Method in class com.vaadin.server.KeyMapper
-
Retrieves object with the key.
- get(String) - Method in class elemental.json.impl.JreJsonObject
- get(String) - Method in interface elemental.json.JsonObject
-
Return the element (uncoerced) as a JsonValue.
- get(String) - Method in interface elemental.util.MapFromStringTo
-
Retrieves a value for the specified key.
- get(String) - Method in interface elemental.util.MapFromStringToBoolean
-
Retrieves a value for the specified key.
- get(String) - Method in interface elemental.util.MapFromStringToInt
-
Retrieves a value for the specified key.
- get(String) - Method in interface elemental.util.MapFromStringToNumber
-
Retrieves a value for the specified key.
- get(String) - Method in interface elemental.util.MapFromStringToString
-
Retrieves a value for the specified key.
- GET_POCKET - com.vaadin.server.FontAwesome
- getAbsoluteLeft() - Method in class com.vaadin.ui.DragAndDropWrapper.WrapperTargetDetails
- getAbsoluteTop() - Method in class com.vaadin.ui.DragAndDropWrapper.WrapperTargetDetails
- getAbsoluteUrl(String) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.getAbsoluteUrl(String)
instead. - getAbsoluteUrl(String) - Static method in class com.vaadin.client.WidgetUtil
-
Resolve a relative URL to an absolute URL based on the current document's location.
- getAcceptCriterion() - Method in interface com.vaadin.event.dd.DropHandler
-
Returns the
AcceptCriterion
used to evaluate whether theTransferable
will be handed over toDropHandler.drop(DragAndDropEvent)
method. - getActionCaption(String) - Method in class com.vaadin.client.ui.calendar.CalendarConnector
-
Get the text that is displayed for a context menu item
- getActionCaption(String) - Method in class com.vaadin.client.ui.VScrollTable
- getActionCaption(String) - Method in class com.vaadin.client.ui.VTree
- getActionEndDate() - Method in class com.vaadin.client.ui.calendar.VCalendarAction
-
Get the date and time when the action ends
- getActionEndDate(String) - Method in class com.vaadin.client.ui.calendar.CalendarConnector
-
Get the end date for an action item
- getActionIcon(String) - Method in class com.vaadin.client.ui.calendar.CalendarConnector
-
Get the icon url for a context menu item
- getActionIcon(String) - Method in class com.vaadin.client.ui.VScrollTable
- getActionIcon(String) - Method in class com.vaadin.client.ui.VTree
- getActionID(String) - Method in class com.vaadin.client.ui.calendar.CalendarConnector
-
Get the original action ID that was passed in from the shared state
- getActionKey() - Method in class com.vaadin.client.ui.TreeAction
- getActionManager() - Method in class com.vaadin.ui.AbstractComponent
- getActionManager() - Method in class com.vaadin.ui.Panel
- getActionManager() - Method in class com.vaadin.ui.UI
- getActions() - Method in interface com.vaadin.client.ui.ActionOwner
- getActions() - Method in class com.vaadin.client.ui.calendar.CalendarConnector
-
Returns ALL currently registered events.
- getActions() - Method in class com.vaadin.client.ui.VScrollTable
- getActions() - Method in class com.vaadin.client.ui.VScrollTable.TableHead
- getActions() - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
- getActions() - Method in class com.vaadin.client.ui.VTree
- getActions() - Method in class com.vaadin.client.ui.VTree.TreeNode
- 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
- getActionStartDate() - Method in class com.vaadin.client.ui.calendar.VCalendarAction
-
Get the date and time when the action starts
- getActionStartDate(String) - Method in class com.vaadin.client.ui.calendar.CalendarConnector
-
Get the start date for an action item
- getActiveScrollDelegate() - Static method in class com.vaadin.client.ui.TouchScrollDelegate
- getActiveTheme() - Method in class com.vaadin.client.ui.ui.UIConnector
-
Returns the name of the theme currently in used by the UI
- getAdded() - Method in class com.vaadin.client.widget.grid.selection.SelectionEvent
-
Gets all rows added to the selection since the last
SelectionEvent
. - getAdded() - Method in class com.vaadin.event.SelectionEvent
-
A
Collection
of all the itemIds that became selected. - getAddedItemIndex() - Method in class com.vaadin.data.util.IndexedContainer.ItemSetChangeEvent
-
Iff one item is added, gives its index.
- getAddedItemsCount() - Method in interface com.vaadin.data.Container.Indexed.ItemAddEvent
-
Gets the number of the added items.
- getAddedItemsCount() - Method in class com.vaadin.data.util.AbstractInMemoryContainer.BaseItemAddEvent
- getAddedItemsCount() - Method in class com.vaadin.data.util.GeneratedPropertyContainer.GeneratedItemAddEvent
- getAddedRowCount() - Method in class com.vaadin.ui.Table
-
Subclass and override this to enable partial row additions, bypassing the normal caching mechanism.
- getAddedRowCount() - Method in class com.vaadin.ui.TreeTable
- 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.
- getAffectedItemsCount() - Method in class com.vaadin.data.util.GeneratedPropertyContainer.GeneratedItemAddOrRemoveEvent
- getAlign() - Method in class com.vaadin.client.ui.VScrollTable.FooterCell
-
Get the alignment of the text int the cell
- getAlign() - Method in class com.vaadin.client.ui.VScrollTable.HeaderCell
- getAlignment() - Method in class com.vaadin.client.ui.layout.VLayoutSlot
- getAlignment() - Method in class com.vaadin.client.ui.orderedlayout.Slot
-
Returns the alignment for the slot
- getAll() - Method in class com.vaadin.client.communication.ServerRpcQueue
-
Returns a collection of all queued method invocations
- getAllChildrenIterable(ClientConnector) - Static method in class com.vaadin.server.AbstractClientConnector
-
Get an Iterable for iterating over all child connectors, including both extensions and child components.
- getAllDayProperty() - Method in class com.vaadin.ui.components.calendar.ContainerEventProvider
-
Get the all day property for the event
- getAllItemIds() - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Internal helper method to get the internal list of all item identifiers.
- getAllowedItemIds(DragAndDropEvent, Table, Collection<Object>) - Method in class com.vaadin.ui.Table.TableDropCriterion
- getAllowedItemIds(DragAndDropEvent, Tree) - Method in class com.vaadin.ui.Tree.TreeDropCriterion
- getAllSessions(HttpSession) - Static method in class com.vaadin.server.VaadinSession
-
Retrieves all
VaadinSession
s which are stored in the given HTTP session - getAlpha() - Method in class com.vaadin.shared.ui.colorpicker.Color
-
Returns the alpha value of the color.
- getAlternateText() - Method in class com.vaadin.ui.AbstractEmbedded
-
Gets this component's alternate text that can be presented instead of the component's normal content for accessibility purposes.
- getAlternateText() - Method in class com.vaadin.ui.Embedded
-
Gets this component's "alt-text".
- getAltText() - Method in class com.vaadin.ui.AbstractMedia
- getAmPmStrings() - Method in class com.vaadin.client.DateTimeService
- getAmPmStrings(String) - Static method in class com.vaadin.client.LocaleService
- getAnimationName(NativeEvent) - Static method in class com.vaadin.client.AnimationUtil
-
For internal use only.
- getAnimationName(ComputedStyle) - Static method in class com.vaadin.client.AnimationUtil
-
For internal use only.
- getAnnotationFor(Class<?>, Class<T>) - Static method in class com.vaadin.server.UIProvider
-
Helper to get an annotation for a class.
- getAppId() - Method in class com.vaadin.server.BootstrapHandler.BootstrapContext
-
Deprecated.
- getApplication() - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.
- getApplicationClass() - Method in class com.vaadin.server.LegacyVaadinServlet
- getApplicationConnection() - Method in class com.vaadin.client.ui.calendar.schedule.dd.CalendarDropHandler
- getApplicationConnection() - Method in interface com.vaadin.client.ui.dd.VDropHandler
-
Returns the application connection to which this
VDropHandler
belongs to. - getApplicationConnection() - Method in class com.vaadin.client.ui.VDragAndDropWrapper.CustomDropHandler
- getApplicationConnection() - Method in class com.vaadin.client.ui.VOverlay
-
Deprecated.Get the
ApplicationConnection
that this overlay belongs to. - getApplicationConnection() - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableDropHandler
- getApplicationConnection() - Method in class com.vaadin.client.ui.VTabsheet
-
Deprecated.since 7.2 - use more specific methods instead (getRpcProxy(), getConnectorForWidget(Widget) etc.)
- getApplicationContext(HttpServletRequest, MemcacheService) - Method in class com.vaadin.server.GAEVaadinServlet
- 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.
- getApplicationParameters(BootstrapHandler.BootstrapContext) - Method in class com.vaadin.server.BootstrapHandler
-
Deprecated.
- getApplicationProperty(String) - Method in class com.vaadin.server.DefaultDeploymentConfiguration
-
Gets an application property value.
- getApplicationState() - Method in class com.vaadin.client.ApplicationConnection
-
Returns the state of this application.
- getApplicationUrl(VaadinRequest) - Method in class com.vaadin.server.VaadinService
-
Deprecated.As of 7.0. Only used to support
LegacyApplication
. - getApplicationUrl(VaadinRequest) - Method in class com.vaadin.server.VaadinServletService
- getApplicationUrl(HttpServletRequest) - Method in class com.vaadin.server.VaadinServlet
-
Deprecated.As of 7.0. Will likely change or be removed in a future version
- getArchive() - Method in class com.vaadin.ui.Embedded
-
This attribute may be used to specify a space-separated list of URIs for archives containing resources relevant to the object, which may include the resources specified by the classid and data attributes.
- getArchive() - Method in class com.vaadin.ui.Flash
-
Deprecated.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 .
- getArray(int) - Method in class elemental.json.impl.JreJsonArray
- getArray(int) - Method in interface elemental.json.JsonArray
-
Return the ith element of the array (uncoerced) as a JsonArray.
- getArray(String) - Method in class elemental.json.impl.JreJsonObject
- getArray(String) - Method in interface elemental.json.JsonObject
-
Return the element (uncoerced) as a JsonArray.
- getAssistiveDescription() - Method in class com.vaadin.client.ui.VWindow
-
Gets the connectors that are used as assistive description.
- getAssistiveDescription() - Method in class com.vaadin.ui.Window
-
Gets the components that are used as assistive description.
- getAssistivePostfix() - Method in class com.vaadin.client.ui.VWindow
-
Getter for the text for assistive devices the window caption is postfixed with.
- getAssistivePostfix() - Method in class com.vaadin.ui.Window
-
Gets the accessibility postfix for the window caption.
- getAssistivePostfix(Notification.Type) - Method in interface com.vaadin.ui.NotificationConfiguration
-
Gets the accessibility postfix for a notification type.
- getAssistivePrefix() - Method in class com.vaadin.client.ui.VWindow
-
Getter for the text for assistive devices the window caption is prefixed with.
- getAssistivePrefix() - Method in class com.vaadin.ui.Window
-
Gets the accessibility prefix for the window caption.
- getAssistivePrefix(Notification.Type) - Method in interface com.vaadin.ui.NotificationConfiguration
-
Gets the accessibility prefix for a notification type.
- getAssistiveRole() - Method in class com.vaadin.ui.Window
-
Gets the WAI-ARIA role the window.
- getAssistiveRole(Notification.Type) - Method in interface com.vaadin.ui.NotificationConfiguration
-
Gets the WAI-ARIA role for a notification type.
- getAssistiveText() - Method in class com.vaadin.ui.PopupDateField
-
Get the description that explains the usage of the Widget for users of assistive devices.
- getAssociatedClass() - Method in class com.vaadin.server.ClassResource
- getAssociatedType() - Method in class com.vaadin.client.ApplicationConnection.ApplicationStoppedEvent
- getAssociatedType() - Method in class com.vaadin.client.ApplicationConnection.RequestStartingEvent
- getAssociatedType() - Method in class com.vaadin.client.ApplicationConnection.ResponseHandlingEndedEvent
- getAssociatedType() - Method in class com.vaadin.client.ApplicationConnection.ResponseHandlingStartedEvent
- getAssociatedType() - Method in class com.vaadin.client.communication.StateChangeEvent
- getAssociatedType() - Method in class com.vaadin.client.ConnectorHierarchyChangeEvent
- getAssociatedType() - Method in class com.vaadin.client.event.PointerCancelEvent
- getAssociatedType() - Method in class com.vaadin.client.event.PointerDownEvent
- getAssociatedType() - Method in class com.vaadin.client.event.PointerMoveEvent
- getAssociatedType() - Method in class com.vaadin.client.event.PointerUpEvent
- getAssociatedType() - Method in class com.vaadin.client.renderers.ClickableRenderer.RendererClickEvent
- getAssociatedType() - Method in class com.vaadin.client.ui.popupview.VisibilityChangeEvent
- getAssociatedType() - Method in class com.vaadin.client.ui.VAbstractSplitPanel.SplitterMoveHandler.SplitterMoveEvent
- getAssociatedType() - Method in class com.vaadin.client.ui.window.WindowMoveEvent
- getAssociatedType() - Method in class com.vaadin.client.ui.window.WindowOrderEvent
- getAssociatedType() - Method in class com.vaadin.client.widget.escalator.events.RowHeightChangedEvent
- getAssociatedType() - Method in class com.vaadin.client.widget.escalator.events.SpacerVisibilityChangedEvent
- getAssociatedType() - Method in class com.vaadin.client.widget.escalator.RowVisibilityChangeEvent
- getAssociatedType() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.VisibilityChangeEvent
- getAssociatedType() - Method in class com.vaadin.client.widget.grid.DataAvailableEvent
- getAssociatedType() - Method in class com.vaadin.client.widget.grid.events.ColumnReorderEvent
- getAssociatedType() - Method in class com.vaadin.client.widget.grid.events.ColumnResizeEvent
- getAssociatedType() - Method in class com.vaadin.client.widget.grid.events.ColumnVisibilityChangeEvent
- getAssociatedType() - Method in class com.vaadin.client.widget.grid.events.GridClickEvent
- getAssociatedType() - Method in class com.vaadin.client.widget.grid.events.GridDoubleClickEvent
- getAssociatedType() - Method in class com.vaadin.client.widget.grid.events.GridEnabledEvent
- getAssociatedType() - Method in class com.vaadin.client.widget.grid.events.GridKeyDownEvent
- getAssociatedType() - Method in class com.vaadin.client.widget.grid.events.GridKeyPressEvent
- getAssociatedType() - Method in class com.vaadin.client.widget.grid.events.GridKeyUpEvent
- getAssociatedType() - Method in class com.vaadin.client.widget.grid.events.ScrollEvent
- getAssociatedType() - Method in class com.vaadin.client.widget.grid.events.SelectAllEvent
- getAssociatedType() - Method in class com.vaadin.client.widget.grid.selection.SelectionEvent
- getAssociatedType() - Method in class com.vaadin.client.widget.grid.sort.SortEvent
- getAsString(String) - Method in class com.vaadin.client.ValueMap
- getAtmosphereJSVersion() - Method in class com.vaadin.client.ApplicationConfiguration
-
Return Atmosphere JS version.
- getAtmosphereVersion() - Method in class com.vaadin.client.ApplicationConfiguration
-
Return Atmosphere version.
- getAtmosphereVersion() - Static method in class com.vaadin.server.communication.AtmospherePushConnection
- getAttachedComponent() - Method in class com.vaadin.ui.HasComponents.ComponentAttachEvent
-
Gets the attached component.
- getAttribute(Class<T>) - Method in class com.vaadin.server.VaadinSession
-
Gets a stored attribute value.
- getAttribute(String) - Method in interface com.vaadin.server.VaadinRequest
-
Gets a request attribute.
- getAttribute(String) - Method in class com.vaadin.server.VaadinSession
-
Gets a stored attribute value.
- getAttribute(String) - Method in class com.vaadin.server.WrappedHttpSession
- getAttribute(String) - Method in interface com.vaadin.server.WrappedSession
-
Gets an attribute from this session.
- getAttributeName(String) - Static method in class com.vaadin.server.communication.JSR356WebsocketInitializer
-
Returns the name of the attribute in the servlet context where the pre-initialized Atmosphere object is stored
- getAttributeNames() - Method in class com.vaadin.client.UIDL
-
Gets the names of the attributes available.
- getAttributeNames() - Method in interface com.vaadin.server.VaadinRequest
-
Returns an Enumeration containing the names of the attributes available to this request.
- getAttributeNames() - Method in class com.vaadin.server.WrappedHttpSession
- getAttributeNames() - Method in interface com.vaadin.server.WrappedSession
-
Gets the current set of attribute names stored in this session.
- getAuthenticationErrorCaption() - Method in class com.vaadin.server.SystemMessages
- getAuthenticationErrorMessage() - Method in class com.vaadin.server.SystemMessages
- getAuthenticationErrorURL() - Method in class com.vaadin.server.SystemMessages
- getAuthorizationError() - Method in class com.vaadin.client.ApplicationConfiguration
- getAuthType() - Method in interface com.vaadin.server.VaadinRequest
-
Returns the name of the authentication scheme used for the connection between client and server, for example,
BASIC_AUTH
,CLIENT_CERT_AUTH
, a custom one ornull
if there was no authentication. - getAutoOpen() - Method in class com.vaadin.client.ui.menubar.MenuBar
-
Deprecated.Gets whether this menu bar's child menus will open when the mouse is moved over it.
- getAvailableLocales() - Static method in class com.vaadin.client.LocaleService
- getAvailableRows() - Method in class com.vaadin.client.widget.grid.DataAvailableEvent
-
Returns the range of available rows in
DataSource
for this event. - getAvailableWidgetSets() - Static method in class com.vaadin.server.widgetsetutils.ClassPathExplorer
-
Deprecated.
- getAvailableWidgetSetsAndStylesheets() - Static method in class com.vaadin.server.widgetsetutils.ClassPathExplorer
-
Finds the names and locations of widgetsets and themes available on the class path.
- getAvailableWidth() - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody
- getBackwardKey() - Method in class com.vaadin.client.ui.VCalendarPanel
-
The key that selects the previous day in the calendar.
- getBackwardListener() - Method in class com.vaadin.client.ui.VCalendar
-
Set the listener which listens to backward events from the calendar
- getBaseDirectory() - Method in class com.vaadin.server.VaadinService
-
Returns the context base directory.
- getBaseDirectory() - Method in class com.vaadin.server.VaadinServletService
- getBaseTypeName() - Method in class com.vaadin.client.metadata.Type
- getBean() - Method in class com.vaadin.data.util.BeanItem
-
Gets the underlying JavaBean object.
- getBeanIdResolver() - Method in class com.vaadin.data.util.AbstractBeanContainer
-
Returns the resolver that finds the item ID for a bean.
- getBeanPropertyDescriptor(Class<?>) - Static method in class com.vaadin.data.util.BeanUtil
-
Returns the property descriptors of a class or an interface.
- getBeanType() - Method in class com.vaadin.client.metadata.Property
- getBeanType() - Method in class com.vaadin.data.util.AbstractBeanContainer
-
Returns the type of beans this Container can contain.
- getBitMask() - Method in class com.vaadin.shared.ui.AlignmentInfo
- getBitMask() - Method in class com.vaadin.shared.ui.MarginInfo
-
Deprecated.
- getBitMask() - Method in class com.vaadin.ui.Alignment
-
Returns a bitmask representation of the alignment value.
- getBlue() - Method in class com.vaadin.shared.ui.colorpicker.Color
-
Returns the blue value of the color.
- getBody() - Method in class com.vaadin.client.widgets.Escalator
-
Returns the row container for the body in this Escalator.
- getBoolean() - Method in class elemental.json.impl.JreJsonBoolean
- getBoolean() - Method in interface elemental.json.JsonBoolean
- getBoolean(int) - Method in class elemental.json.impl.JreJsonArray
- getBoolean(int) - Method in interface elemental.json.JsonArray
-
Return the ith element of the array (uncoerced) as a boolean.
- getBoolean(String) - Method in class com.vaadin.client.ValueMap
- getBoolean(String) - Method in class elemental.json.impl.JreJsonObject
- getBoolean(String) - Method in interface elemental.json.JsonObject
-
Return the element (uncoerced) as a boolean.
- getBooleanAttribute(String) - Method in class com.vaadin.client.UIDL
-
Gets the named attribute as a boolean.
- getBooleanValue(String) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
- getBooleanVariable(String) - Method in class com.vaadin.client.UIDL
-
Gets the value of the named variable.
- getBootstrapHandler() - Method in class com.vaadin.server.BootstrapResponse
-
Gets the bootstrap handler that fired this event
- getBootstrapResponse() - Method in class com.vaadin.server.BootstrapHandler.BootstrapContext
-
Deprecated.
- getBorder() - Method in class com.vaadin.client.ComputedStyle
-
Get current border values from the DOM.
- getBorderBottom() - Method in class com.vaadin.client.MeasuredSize
- getBorderBottom(Element) - Method in class com.vaadin.client.LayoutManager
-
Gets the bottom border of the given element, provided that it has been measured.
- getBorderBottomThickness(Element) - Static method in class com.vaadin.client.WidgetUtil
-
Returns the thickness of the given element's bottom border.
- getBorderHeight() - Method in class com.vaadin.client.ComputedStyle
-
Returns the sum of the top and bottom border width
- getBorderHeight() - Method in class com.vaadin.client.MeasuredSize
- getBorderHeight(Element) - Method in class com.vaadin.client.LayoutManager
-
Gets the border height (top border + bottom border) of the given element, provided that it has been measured.
- getBorderLeft() - Method in class com.vaadin.client.MeasuredSize
- getBorderLeft(Element) - Method in class com.vaadin.client.LayoutManager
-
Gets the left border of the given element, provided that it has been measured.
- getBorderLeftAndRightThickness(Element) - Static method in class com.vaadin.client.WidgetUtil
-
Returns the thickness of the given element's left and right borders.
- getBorderLeftThickness(Element) - Static method in class com.vaadin.client.WidgetUtil
-
Returns the thickness of the given element's left border.
- getBorderRight() - Method in class com.vaadin.client.MeasuredSize
- getBorderRight(Element) - Method in class com.vaadin.client.LayoutManager
-
Gets the right border of the given element, provided that it has been measured.
- getBorderRightThickness(Element) - Static method in class com.vaadin.client.WidgetUtil
-
Returns the thickness of the given element's right border.
- getBorderTop() - Method in class com.vaadin.client.MeasuredSize
- getBorderTop(Element) - Method in class com.vaadin.client.LayoutManager
-
Gets the top border of the given element, provided that it has been measured.
- getBorderTopAndBottomThickness(Element) - Static method in class com.vaadin.client.WidgetUtil
-
Returns the combined thickness of the given element's top and bottom borders.
- getBorderTopThickness(Element) - Static method in class com.vaadin.client.WidgetUtil
-
Returns the thickness of the given element's top border.
- getBorderWidth() - Method in class com.vaadin.client.ComputedStyle
-
Returns the sum of the left and right border width
- getBorderWidth() - Method in class com.vaadin.client.MeasuredSize
- getBorderWidth(Element) - Method in class com.vaadin.client.LayoutManager
-
Gets the border width (left border + right border) of the given element, provided that it has been measured.
- getBottom() - Method in class com.vaadin.client.WidgetUtil.TextRectangle
- getBottomUnits() - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Gets the unit for the 'bottom' attribute
- getBottomValue() - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Gets the 'bottom' attributes value using current units.
- getBoundingClientRect(Element) - Static method in class com.vaadin.client.WidgetUtil
- getBoundPropertyIds() - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Returns a collection of all property ids that have been bound to fields.
- getBrowser() - Method in class com.vaadin.server.VaadinSession
-
Deprecated.As of 7.0, use
Page.getWebBrowser()
instead. - getBrowserApplication() - Method in class com.vaadin.server.WebBrowser
-
Get the browser user-agent string.
- getBrowserEngineVersion() - Method in class com.vaadin.shared.VBrowserDetails
-
Returns the version of the browser engine.
- getBrowserEventType() - Method in class com.vaadin.client.widget.grid.events.GridClickEvent
- getBrowserEventType() - Method in class com.vaadin.client.widget.grid.events.GridDoubleClickEvent
- getBrowserEventType() - Method in class com.vaadin.client.widget.grid.events.GridKeyDownEvent
- getBrowserEventType() - Method in class com.vaadin.client.widget.grid.events.GridKeyPressEvent
- getBrowserEventType() - Method in class com.vaadin.client.widget.grid.events.GridKeyUpEvent
- getBrowserEventType() - Method in class com.vaadin.client.widgets.Grid.AbstractGridKeyEvent
- getBrowserEventType() - Method in class com.vaadin.client.widgets.Grid.AbstractGridMouseEvent
- getBrowserMajorVersion() - Method in class com.vaadin.client.BrowserInfo
-
Returns the browser major version e.g., 3 for Firefox 3.5, 4 for Chrome 4, 8 for Internet Explorer 8.
- getBrowserMajorVersion() - Method in class com.vaadin.server.WebBrowser
-
Gets the major version of the browser the user is using.
- getBrowserMajorVersion() - Method in class com.vaadin.shared.VBrowserDetails
-
Returns the browser major version e.g., 3 for Firefox 3.5, 4 for Chrome 4, 8 for Internet Explorer 8.
- getBrowserMinorVersion() - Method in class com.vaadin.client.BrowserInfo
-
Returns the browser minor version e.g., 5 for Firefox 3.5.
- getBrowserMinorVersion() - Method in class com.vaadin.server.WebBrowser
-
Gets the minor version of the browser the user is using.
- getBrowserMinorVersion() - Method in class com.vaadin.shared.VBrowserDetails
-
Returns the browser minor version e.g., 5 for Firefox 3.5.
- getBrowserString() - Static method in class com.vaadin.client.BrowserInfo
- getBrowserWindowHeight() - Method in class com.vaadin.server.Page
-
Gets the last known height of the browser window in which this UI resides.
- getBrowserWindowHeight() - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.As of 7.0, use the similarly named api in Page instead
- getBrowserWindowWidth() - Method in class com.vaadin.server.Page
-
Gets the last known width of the browser window in which this uI resides.
- getBrowserWindowWidth() - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.As of 7.0, use the similarly named api in Page instead
- getBufferSize() - Method in class com.vaadin.server.ClassResource
-
Gets the size of the download buffer used for this resource.
- getBufferSize() - Method in class com.vaadin.server.DownloadStream
-
Gets the size of the download buffer.
- getBufferSize() - Method in class com.vaadin.server.FileResource
-
Gets the size of the download buffer used for this resource.
- getBufferSize() - Method in class com.vaadin.server.StreamResource
-
Gets the size of the download buffer used for this resource.
- getBuildIdentifier() - Static method in class com.vaadin.shared.Version
- getBundleForIdentifier(String) - Method in class com.vaadin.client.metadata.ConnectorBundleLoader
- getButton() - Method in class com.vaadin.event.MouseEvents.ClickEvent
-
Returns an identifier describing which mouse button the user pushed.
- getButton() - Method in class com.vaadin.shared.MouseEventDetails
- getButton() - Method in class com.vaadin.ui.Button.ClickEvent
-
Gets the Button where the event occurred.
- getButtonCaption() - Method in class com.vaadin.ui.Upload
- getButtonName() - Method in class com.vaadin.event.MouseEvents.ClickEvent
-
Returns a human readable string representing which button has been pushed.
- getButtonName() - Method in class com.vaadin.shared.MouseEventDetails
- getByIdentifier(String) - Static method in enum com.vaadin.shared.ui.ui.Transport
-
Returns a Transport by its identifier.
- getBytesRead() - Method in class com.vaadin.ui.Upload
-
Gets read bytes of the file currently being uploaded.
- getBytesReceived() - Method in interface com.vaadin.server.StreamVariable.StreamingEvent
- getCachedRange() - Method in class com.vaadin.client.data.AbstractRemoteDataSource
-
Gets the current range of cached rows
- getCacheRate() - Method in class com.vaadin.ui.Table
- 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.
- getCalendar() - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid
- getCalendar() - Method in class com.vaadin.client.ui.calendar.schedule.WeeklyLongEventsDateCell
- getCalendarEvent() - Method in class com.vaadin.client.ui.calendar.schedule.DateCellDayEvent
- getCalendarEvent() - Method in class com.vaadin.client.ui.calendar.schedule.MonthEventLabel
- getCalendarEvent() - Method in class com.vaadin.ui.components.calendar.CalendarComponentEvents.EventClick
-
Get the clicked event.
- getCalendarEvent() - Method in class com.vaadin.ui.components.calendar.CalendarComponentEvents.EventResize
-
Get target event.
- getCalendarEvent() - Method in class com.vaadin.ui.components.calendar.CalendarComponentEvents.MoveEvent
-
Get target event.
- getCalendarEvent() - Method in class com.vaadin.ui.components.calendar.event.CalendarEvent.EventChangeEvent
- getCalendarEvent(int) - Method in class com.vaadin.client.ui.calendar.schedule.SimpleDayCell
- getCalendarField() - Method in enum com.vaadin.shared.ui.datefield.Resolution
-
Returns the field in java.util.Calendar that corresponds to this resolution.
- getCallback() - Method in class com.vaadin.client.metadata.AsyncBundleLoader
- getCallbackNames() - Method in interface com.vaadin.shared.JavaScriptConnectorState
- getCallbackNames() - Method in class com.vaadin.shared.JavaScriptExtensionState
- getCallbackNames() - Method in class com.vaadin.shared.ui.JavaScriptComponentState
- getCancelCaption() - Method in class com.vaadin.client.widgets.Grid.Editor
- getCancelingRelativePath(String) - Static method in class com.vaadin.server.VaadinServletService
-
Gets a relative path that cancels the provided path.
- getCaption() - Method in class com.vaadin.client.ApplicationConfiguration.ErrorMessage
- getCaption() - Method in class com.vaadin.client.SimpleTree
-
Deprecated.
- getCaption() - Method in class com.vaadin.client.ui.Action
- getCaption() - Method in class com.vaadin.client.ui.calendar.schedule.CalendarEvent
-
Get the caption of the event.
- getCaption() - Method in class com.vaadin.client.ui.colorpicker.AbstractColorPickerConnector
-
Get caption for the color picker widget.
- getCaption() - Method in class com.vaadin.client.ui.layout.VLayoutSlot
- getCaption() - Method in class com.vaadin.client.ui.VAbsoluteLayout.AbsoluteWrapper
-
Get the caption of the wrapper
- getCaption() - Method in class com.vaadin.client.ui.VScrollTable.HeaderCell
- 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.components.calendar.event.BasicEvent
- getCaption() - Method in interface com.vaadin.ui.components.calendar.event.CalendarEvent
-
Gets caption of event.
- 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(Widget) - Method in class com.vaadin.client.ui.VFormLayout.VFormLayoutTable
- getCaptionChangeListener() - Method in class com.vaadin.ui.AbstractSelect
- getCaptionElement() - Method in class com.vaadin.client.ui.orderedlayout.Slot
-
Get the slots caption element
- getCaptionHeight() - Method in class com.vaadin.client.ui.layout.ComponentConnectorLayoutSlot
- getCaptionHeight() - Method in class com.vaadin.client.ui.layout.VLayoutSlot
- getCaptionHeight() - Method in class com.vaadin.client.ui.VAccordion.StackItem
- getCaptionOwnerPid(Element) - Static method in class com.vaadin.client.VCaption
- getCaptionPosition() - Method in class com.vaadin.client.ui.orderedlayout.Slot
-
Get the position of the caption relative to the slot
- getCaptionPositionFromElement(Element) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
-
Deducts the caption position by examining the wrapping element.
- getCaptionPositionFromElement(Element) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
-
Deprecated.As of 7.2, call or override
VAbstractOrderedLayout.getCaptionPositionFromElement(Element)
instead - getCaptionProperty() - Method in class com.vaadin.ui.components.calendar.ContainerEventProvider
-
Get the property which provides the caption of the event
- getCaptionResizeListener() - Method in class com.vaadin.client.ui.orderedlayout.Slot
- getCaptionWidth() - Method in class com.vaadin.client.ui.layout.ComponentConnectorLayoutSlot
- getCaptionWidth() - Method in class com.vaadin.client.ui.layout.VLayoutSlot
- getCaptionWidth() - Method in class com.vaadin.client.ui.VAccordion.StackItem
-
Returns caption width including padding
- getCatalogName() - Method in class com.vaadin.data.util.sqlcontainer.query.TableQuery
-
Returns the catalog name for the query.
- getCause() - Method in exception com.vaadin.data.Buffered.SourceException
-
Gets the cause of the exception.
- getCause() - Method in exception com.vaadin.data.util.MethodProperty.MethodException
- getCause() - Method in exception com.vaadin.server.SystemMessageException
- getCause() - Method in class com.vaadin.ui.Grid.CommitErrorEvent
-
Retrieves the cause of the failure
- getCauses() - Method in exception com.vaadin.data.Buffered.SourceException
-
Gets all the causes for this exception.
- getCauses() - Method in exception com.vaadin.data.Validator.InvalidValueException
-
Returns the
InvalidValueExceptions
that caused this exception. - getCauses() - Method in class com.vaadin.server.AbstractErrorMessage
- getCauses() - Method in exception com.vaadin.ui.Table.CacheUpdateException
-
Returns the cause(s) for this exception
- getCell() - Method in class com.vaadin.client.renderers.ClickableRenderer.RendererClickEvent
-
Returns the cell of the clicked button.
- getCell() - Method in class com.vaadin.client.ui.calendar.schedule.SimpleDayCell
- getCell() - Method in class com.vaadin.client.widgets.Grid.GridEvent
-
Returns the Grid cell this event originated from.
- getCell(int, int) - Method in class com.vaadin.client.ui.VGridLayout
-
For internal use only.
- getCell(Element) - Method in interface com.vaadin.client.widget.escalator.RowContainer
-
Returns the cell object which contains information about the cell the element is in.
- getCell(Element) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
- getCell(Grid.Column<?, ?>) - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticRow
-
Returns the cell on given GridColumn.
- getCell(Object) - Method in class com.vaadin.ui.Grid.StaticSection.StaticRow
-
Returns the cell for the given property id on this row.
- getCellDescriptionContentMode() - Method in class com.vaadin.ui.Grid
-
Gets the content mode used for cell descriptions.
- getCellDescriptionGenerator() - Method in class com.vaadin.ui.Grid
-
Returns the
CellDescriptionGenerator
instance used to generate descriptions (tooltips) for Grid cells. - getCellElementTagName() - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
-
Gets the tag name of an element to represent a cell in a row.
- getCellReference(Element) - Method in class com.vaadin.client.widgets.Grid
-
Returns a CellReference for the cell to which the given element belongs to.
- getCells() - Method in class com.vaadin.client.widget.escalator.FlyweightRow
-
Returns flyweight cells for the client code to render.
- getCells(int, int) - Method in class com.vaadin.client.widget.escalator.FlyweightRow
-
Returns a subrange of flyweight cells for the client code to render.
- getCellStyleGenerator() - Method in class com.vaadin.client.widgets.Grid
-
Gets the style generator that is used for generating styles for cells
- getCellStyleGenerator() - Method in class com.vaadin.ui.Grid
-
Gets the style generator that is used for generating styles for cells
- getCellStyleGenerator() - Method in class com.vaadin.ui.Table
-
Get the current cell style generator.
- getCellTagName() - Method in class com.vaadin.ui.Grid.FooterRow
- getCellTagName() - Method in class com.vaadin.ui.Grid.HeaderRow
- getCellTagName() - Method in class com.vaadin.ui.Grid.StaticSection.StaticRow
- getChangedProperties() - Method in class com.vaadin.client.communication.StateChangeEvent
-
Deprecated.As of 7.0.1, use
StateChangeEvent.hasPropertyChanged(String)
instead for improved performance. - getChangedPropertiesFastSet() - Method in class com.vaadin.client.communication.StateChangeEvent
-
Deprecated.As of 7.0.1, use
StateChangeEvent.hasPropertyChanged(String)
instead for improved performance. - getCharacterEncoding() - Method in interface com.vaadin.server.VaadinRequest
-
Returns the name of the character encoding used in the body of this request.
- getCharCode() - Method in class com.vaadin.client.widget.grid.events.GridKeyPressEvent
-
Gets the char code for this event.
- getChild() - Method in class com.vaadin.client.ui.layout.ComponentConnectorLayoutSlot
- getChildByTagName(String) - Method in class com.vaadin.client.UIDL
-
Returns the child UIDL by its name.
- getChildComponent() - Method in class com.vaadin.event.LayoutEvents.LayoutClickEvent
-
Returns the direct child component of the layout which contains the clicked component.
- getChildComponent(NativeEvent) - Method in class com.vaadin.client.ui.LayoutClickEventHandler
- getChildComponent(Element) - Method in class com.vaadin.client.ui.LayoutClickEventHandler
- getChildComponents() - Method in interface com.vaadin.client.HasComponentsConnector
-
Returns the child components for this connector.
- getChildComponents() - Method in class com.vaadin.client.ui.AbstractHasComponentsConnector
- getChildComponents() - Method in class com.vaadin.client.ui.customfield.CustomFieldConnector
- getChildComponents() - Method in class com.vaadin.client.ui.table.TableConnector
- getChildCount() - Method in class com.vaadin.client.UIDL
-
Returns the number of children.
- getChildElementIndex(Element) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.getChildElementIndex(Element)
instead. - getChildElementIndex(Element) - Static method in class com.vaadin.client.WidgetUtil
-
Returns the index of the childElement within its parent.
- getChildIterator() - Method in class com.vaadin.client.UIDL
-
Gets an iterator that can be used to iterate trough the children of this UIDL.
- getChildMeasurementHint() - Method in interface com.vaadin.client.HasChildMeasurementHintConnector
-
Returns the current child measurement hint value.
- getChildMeasurementHint() - Method in class com.vaadin.client.ui.table.TableConnector
- getChildMeasurementHint() - Method in class com.vaadin.client.ui.VScrollTable
- getChildMeasurementHint() - Method in interface com.vaadin.ui.HasChildMeasurementHint
-
Returns the current child size measurement hint.
- getChildMeasurementHint() - Method in class com.vaadin.ui.Table
- getChildren() - Method in class com.vaadin.client.Profiler.Node
-
Gets the child nodes of this node
- getChildren() - Method in interface com.vaadin.client.ServerConnector
-
Returns the child connectors for this connector (child components and extensions).
- getChildren() - Method in class com.vaadin.client.ui.AbstractConnector
- getChildren() - Method in class com.vaadin.client.ui.VTree.TreeNode
-
Returns the children of the node
- getChildren() - Method in class com.vaadin.ui.MenuBar.MenuItem
-
This will return the children of this item or null if there are none.
- getChildren(Object) - Method in interface com.vaadin.data.Container.Hierarchical
-
Gets the IDs of all Items that are children of the specified Item.
- getChildren(Object) - Method in class com.vaadin.data.util.ContainerHierarchicalWrapper
- getChildren(Object) - Method in class com.vaadin.data.util.FilesystemContainer
- getChildren(Object) - Method in class com.vaadin.data.util.HierarchicalContainer
- getChildren(Object) - Method in class com.vaadin.data.util.HierarchicalContainerOrderedWrapper
- getChildren(Object) - Method in class com.vaadin.ui.Tree
-
Gets the IDs of all Items that are children of the specified Item.
- getChildren(Object) - Method in class com.vaadin.ui.TreeTable
- getChildrenAsXML() - Method in class com.vaadin.client.UIDL
-
Deprecated.
- getChildString(int) - Method in class com.vaadin.client.UIDL
-
Gets the child at the given index as a String.
- getChildUIDL(int) - Method in class com.vaadin.client.UIDL
-
Gets the UIDL for the child at the given index.
- getChildWidget() - Method in class com.vaadin.client.ui.VAccordion.StackItem
- getChildWrapper(Widget) - Method in class com.vaadin.client.ui.VAbsoluteLayout
-
Get the wrapper for a widget
- getClass(String) - Static method in class com.vaadin.client.metadata.TypeData
- getClass(String) - Static method in class com.vaadin.client.metadata.TypeDataStore
- getClassId() - Method in class com.vaadin.ui.Embedded
-
This attribute may be used to specify the location of an object's implementation via a URI.
- getClassLoader() - Method in class com.vaadin.server.VaadinService
-
Gets the class loader to use for loading classes loaded by name, e.g.
- getClassLoaderName() - Method in class com.vaadin.server.AbstractDeploymentConfiguration
- getClassLoaderName() - Method in interface com.vaadin.server.DeploymentConfiguration
-
Gets class loader configuration option value.
- getClickedComponent() - Method in class com.vaadin.event.LayoutEvents.LayoutClickEvent
-
Returns the component that was clicked, which is somewhere inside the parent layout on which the listener was registered.
- getClient() - Method in class com.vaadin.client.componentlocator.ComponentLocator
-
Returns the
ApplicationConnection
used by this locator. - getClient() - Method in interface com.vaadin.client.ui.ActionOwner
- getClient() - Method in class com.vaadin.client.ui.calendar.CalendarConnector
-
Returns the ApplicationConnection used to connect to the server side
- getClient() - Method in class com.vaadin.client.ui.VDateField
- getClient() - Method in class com.vaadin.client.ui.VScrollTable
- getClient() - Method in class com.vaadin.client.ui.VScrollTable.TableHead
- getClient() - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
- getClient() - Method in class com.vaadin.client.ui.VTree
- getClient() - Method in class com.vaadin.client.ui.VTree.TreeNode
- getClientCache(UI) - Method in class com.vaadin.server.LegacyCommunicationManager
-
Deprecated.As of 7.1. See #11410.
- getClientToServerId() - Method in class com.vaadin.server.communication.ServerRpcHandler.RpcRequest
-
Gets the id of the client to server message
- getClientX() - Method in class com.vaadin.event.MouseEvents.ClickEvent
-
Returns the mouse position (x coordinate) when the click took place.
- getClientX() - Method in class com.vaadin.shared.MouseEventDetails
- getClientX() - Method in class com.vaadin.ui.Button.ClickEvent
-
Returns the mouse position (x coordinate) when the click took place.
- getClientY() - Method in class com.vaadin.event.MouseEvents.ClickEvent
-
Returns the mouse position (y coordinate) when the click took place.
- getClientY() - Method in class com.vaadin.shared.MouseEventDetails
- getClientY() - Method in class com.vaadin.ui.Button.ClickEvent
-
Returns the mouse position (y coordinate) when the click took place.
- getClockDelimeter() - Method in class com.vaadin.client.DateTimeService
- getClockDelimiter(String) - Static method in class com.vaadin.client.LocaleService
- getCloseButton() - Method in class com.vaadin.client.ui.VTabsheet.TabCaption
- getCloseKey() - Method in class com.vaadin.client.ui.VCalendarPanel
-
Returns the key that closes the popup window if this is a VPopopCalendar.
- getCloseMenuKey() - Method in class com.vaadin.client.ui.VMenuBar
-
Get the key that closes the menu.
- getCloseShortcuts() - Method in class com.vaadin.ui.Window
-
Returns an unmodifiable collection of
Window.CloseShortcut
objects currently registered with thisWindow
. - getCloseTabKey() - Method in class com.vaadin.client.ui.VTabsheet
- getCloseTimeout() - Method in class com.vaadin.client.VTooltip
-
Returns the time (in ms) the tooltip should be displayed after an event that will cause it to be closed (e.g.
- getCloseTimeout() - Method in interface com.vaadin.ui.TooltipConfiguration
-
Returns the time (in ms) the tooltip should be displayed after an event that will cause it to be closed (e.g.
- getCodebase() - Method in class com.vaadin.ui.Embedded
-
This attribute specifies the base path used to resolve relative URIs specified by the classid, data, and archive attributes.
- getCodebase() - Method in class com.vaadin.ui.Flash
-
Deprecated.Returns the codebase.
- getCodepoint() - Method in class com.vaadin.client.ui.FontIcon
-
Gets the codepoint indicating which particular icon (character) within the font-family this is.
- getCodepoint() - Method in enum com.vaadin.server.FontAwesome
- 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
-
Deprecated.Returns the current codetype.
- getColKey() - Method in class com.vaadin.client.ui.VScrollTable.FooterCell
-
Returns the column key of the column
- getColKey() - Method in class com.vaadin.client.ui.VScrollTable.HeaderCell
- getCollapseMenuContent() - Method in class com.vaadin.ui.Table
-
Checks whether only collapsible columns are shown to the user in the column collapse menu.
- getColor() - Method in class com.vaadin.ui.AbstractColorPicker
- getColor() - Method in class com.vaadin.ui.components.colorpicker.ColorChangeEvent
-
Returns the new color.
- getColor() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerGradient
- getColor() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerGrid
- getColor() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerHistory
- getColor() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPopup
- getColor() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPreview
- getColor() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerSelect
- getColor() - Method in interface com.vaadin.ui.components.colorpicker.ColorSelector
-
Gets the color.
- getColorHistory() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPopup
-
Gets the color history.
- getColspan() - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
-
Returns the amount of columns the cell spans.
- getColSpan() - Method in class com.vaadin.client.widget.escalator.FlyweightCell
-
Return the colspan attribute of the element of the cell.
- getColSpan() - Method in class com.vaadin.client.widget.grid.RendererCellReference
-
Gets the colspan attribute of the element of this cell.
- getColumn() - Method in class com.vaadin.client.widget.escalator.Cell
-
Returns the index of the column the cell resides in.
- getColumn() - Method in class com.vaadin.client.widget.escalator.FlyweightCell
-
Returns the column index of the cell
- getColumn() - Method in class com.vaadin.client.widget.grid.CellReference
-
Gets the column objects.
- getColumn() - Method in class com.vaadin.client.widget.grid.events.ColumnResizeEvent
- getColumn() - Method in class com.vaadin.client.widget.grid.events.ColumnVisibilityChangeEvent
-
Returns the column where the visibility change occurred.
- getColumn() - Method in class com.vaadin.client.widget.grid.sort.SortOrder
-
Returns the
GridColumn
reference given in the constructor. - getColumn() - Method in class com.vaadin.data.util.sqlcontainer.query.OrderBy
- getColumn() - Method in class com.vaadin.ui.Grid.ColumnResizeEvent
-
Returns the column that was resized.
- getColumn() - Method in class com.vaadin.ui.Grid.ColumnVisibilityChangeEvent
-
Gets the column that became hidden or visible.
- getColumn() - Method in class com.vaadin.ui.renderers.ClickableRenderer.RendererClickEvent
-
Returns the
Grid.Column
where the click event originated. - getColumn(int) - Method in class com.vaadin.client.widgets.Grid
-
Returns a column by its index in the grid.
- getColumn(Object) - Method in class com.vaadin.ui.Grid
-
Returns a column based on the property id
- getColumn(String) - Method in class com.vaadin.ui.Grid.AbstractGridExtension
-
Gets the column for a column id.
- 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.
- getColumnAlignment(Object) - Method in class com.vaadin.ui.Table
-
Gets the specified column's alignment.
- getColumnAlignments() - Method in class com.vaadin.client.ui.VScrollTable.TableHead
-
Returns column alignments for visible columns
- getColumnAlignments() - Method in class com.vaadin.ui.Table
-
Gets the array of column alignments.
- getColumnConfiguration() - Method in class com.vaadin.client.widgets.Escalator
-
Returns the configuration object for the columns in this Escalator.
- getColumnCount() - Method in interface com.vaadin.client.widget.escalator.ColumnConfiguration
-
Returns the number of columns in the escalator.
- getColumnCount() - Method in class com.vaadin.client.widgets.Grid
-
Returns the amount of columns in the grid.
- getColumnExpandRatio(int) - Method in class com.vaadin.ui.GridLayout
-
Returns the expand ratio of given column
- getColumnExpandRatio(Object) - Method in class com.vaadin.ui.Table
-
Gets the column expand ratio for a column.
- getColumnFooter(Object) - Method in class com.vaadin.ui.Table
-
Gets the footer caption beneath the rows
- getColumnGenerator(Object) - Method in class com.vaadin.ui.Table
-
Returns the ColumnGenerator used to generate the given column.
- getColumnHeader(Object) - Method in class com.vaadin.ui.Table
-
Gets the header for the specified column.
- getColumnHeaderMode() - Method in class com.vaadin.ui.Table
-
Getter for property columnHeaderMode.
- getColumnHeaders() - Method in class com.vaadin.ui.Table
-
Gets the headers of the columns.
- getColumnIcon(Object) - Method in class com.vaadin.ui.Table
-
Gets the icon Resource for the specified column.
- getColumnIcons() - Method in class com.vaadin.ui.Table
-
Gets the icons of the columns.
- getColumnId(Grid.Column<?, ?>) - Method in class com.vaadin.client.connectors.GridConnector
- getColumnId(Grid.Column<?, JsonObject>) - Method in class com.vaadin.client.connectors.AbstractRendererConnector
-
Gets the column id for a column.
- getColumnIndex() - Method in class com.vaadin.client.widget.grid.CellReference
-
Gets the index of the column.
- getColumnIndex() - Method in interface com.vaadin.client.widget.grid.EditorHandler.EditorRequest
-
Returns the DOM index of the column being focused.
- getColumnIndexDOM() - Method in class com.vaadin.client.widget.grid.CellReference
-
Gets the index of the cell in the DOM.
- getColumnResizeMode() - Method in class com.vaadin.client.widgets.Grid
-
Returns the current column resize mode.
- getColumnResizeMode() - Method in class com.vaadin.ui.Grid
-
Returns the current column resize mode.
- getColumns() - Method in class com.vaadin.client.ui.VOptionGroupBase
-
For internal use only.
- getColumns() - Method in class com.vaadin.client.widgets.Grid
-
Returns a list columns in the grid, including hidden columns.
- getColumns() - Method in class com.vaadin.ui.AbstractTextField
-
Gets the number of columns in the editor.
- getColumns() - Method in class com.vaadin.ui.Grid
-
Returns a copy of currently configures columns in their current visual order in this Grid.
- getColumns() - Method in class com.vaadin.ui.GridLayout
-
Get the number of columns in the grid.
- getColumns() - Method in class com.vaadin.ui.ListSelect
-
Deprecated.As of 7.0. "Columns" does not reflect the exact number of characters that will be displayed. It is better to use setWidth together with "em" to control the width of the field.
- getColumns() - Method in class com.vaadin.ui.NativeSelect
-
Deprecated.As of 7.0. "Columns" does not reflect the exact number of characters that will be displayed. It is better to use setWidth together with "em" to control the width of the field.
- getColumns() - Method in class com.vaadin.ui.TwinColSelect
-
Deprecated.As of 7.0. "Columns" does not reflect the exact number of characters that will be displayed. It is better to use setWidth together with "em" to control the width of the field.
- getColumnWidth(int) - Method in interface com.vaadin.client.widget.escalator.ColumnConfiguration
-
Returns the user-defined width of a column.
- getColumnWidth(Object) - Method in class com.vaadin.ui.Table
-
Gets the pixel width of column
- getColumnWidthActual(int) - Method in interface com.vaadin.client.widget.escalator.ColumnConfiguration
-
Returns the actual width of a column.
- getColumnWidths() - Method in class com.vaadin.client.ui.VGridLayout
-
Returns the column widths measured in pixels
- getColWidth(int) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody
-
Returns the width available for column content.
- getCommand() - Method in class com.vaadin.client.ui.menubar.MenuItem
-
Deprecated.Gets the command associated with this item.
- getCommand() - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- getCommand() - Method in class com.vaadin.ui.MenuBar.MenuItem
-
For the associated command.
- getCommitHandlers() - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Returns a list of all commit handlers for this
FieldGroup
. - getCommonGrandParent(VTree.TreeNode, VTree.TreeNode) - Method in class com.vaadin.client.ui.VTree
-
Returns the first common parent of two nodes
- getCommunicationError() - Method in class com.vaadin.client.ApplicationConfiguration
- getCommunicationErrorCaption() - Method in class com.vaadin.server.SystemMessages
- getCommunicationErrorMessage() - Method in class com.vaadin.server.SystemMessages
- getCommunicationErrorURL() - Method in class com.vaadin.server.SystemMessages
- getCommunicationManager() - Method in class com.vaadin.server.VaadinSession
-
Deprecated.As of 7.0. Will likely change or be removed in a future version
- getCommunicationMethodName() - Method in class com.vaadin.client.communication.MessageSender
-
Returns a human readable string representation of the method used to communicate with the server.
- getComparator(Grid.Column<C, T>) - Method in class com.vaadin.client.widget.grid.datasources.ListSorter
-
Retrieve the comparator assigned for a specific grid column.
- getComponent() - Method in class com.vaadin.client.ui.VAccordion.StackItem
- getComponent() - Method in class com.vaadin.ui.AbstractTextField.TextChangeEventImpl
- getComponent() - Method in class com.vaadin.ui.Component.Event
-
Gets the component where the event occurred.
- getComponent() - Method in class com.vaadin.ui.components.calendar.CalendarComponentEvent
- getComponent() - Method in class com.vaadin.ui.declarative.DesignContext.ComponentCreatedEvent
-
Returns the created component
- getComponent() - Method in class com.vaadin.ui.Grid.CommitErrorEvent
- getComponent() - Method in class com.vaadin.ui.Grid.GridContextClickEvent
- getComponent() - Method in class com.vaadin.ui.GridLayout.Area
-
Gets the component connected to the area.
- getComponent() - Method in class com.vaadin.ui.Table.TableContextClickEvent
- getComponent() - Method in interface com.vaadin.ui.TabSheet.Tab
-
Get the component related to the Tab
- getComponent() - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- getComponent() - Method in class com.vaadin.ui.Tree.TreeContextClickEvent
- getComponent(int) - Method in class com.vaadin.ui.AbstractOrderedLayout
-
Returns the component at the given position.
- getComponent(int) - Method in class com.vaadin.ui.CssLayout
-
Returns the component at the given position.
- getComponent(int, int) - Method in class com.vaadin.ui.GridLayout
-
Gets the Component at given index.
- getComponent(Element) - Method in class com.vaadin.client.ui.VGridLayout
-
Returns the deepest nested child component which contains "element".
- getComponent(Element) - Method in class com.vaadin.client.ui.VGridLayout
-
Deprecated.As of 7.2, call or override
VGridLayout.getComponent(Element)
instead - getComponent(String) - Method in class com.vaadin.ui.CustomLayout
-
Gets the child-component by its location.
- getComponentAlignment(Component) - Method in class com.vaadin.ui.AbstractOrderedLayout
- getComponentAlignment(Component) - Method in class com.vaadin.ui.GridLayout
- getComponentAlignment(Component) - Method in interface com.vaadin.ui.Layout.AlignmentHandler
-
Returns the current Alignment of given component.
- getComponentArea(Component) - Method in class com.vaadin.ui.GridLayout
-
Returns information about the area where given component is laid in the GridLayout.
- getComponentByCaption(String) - Method in class com.vaadin.ui.declarative.DesignContext
-
Returns a component having the specified caption.
- getComponentById(String) - Method in class com.vaadin.ui.declarative.DesignContext
-
Returns a component having the specified global id.
- getComponentByLocalId(String) - Method in class com.vaadin.ui.declarative.DesignContext
-
Returns a component having the specified local id.
- getComponentConnectors() - Method in class com.vaadin.client.ConnectorMap
-
Deprecated.As of 7.0.1, use
ConnectorMap.getComponentConnectorsAsJsArray()
for better performance. - getComponentConnectorsAsJsArray() - Method in class com.vaadin.client.ConnectorMap
- getComponentCount() - Method in class com.vaadin.ui.AbsoluteLayout
-
Gets the number of contained components.
- getComponentCount() - Method in class com.vaadin.ui.AbstractOrderedLayout
-
Gets the number of contained components.
- getComponentCount() - Method in class com.vaadin.ui.AbstractSingleComponentContainer
- getComponentCount() - Method in class com.vaadin.ui.AbstractSplitPanel
-
Gets the number of contained components.
- getComponentCount() - Method in interface com.vaadin.ui.ComponentContainer
-
Gets the number of children this
ComponentContainer
has. - getComponentCount() - Method in class com.vaadin.ui.CssLayout
-
Gets the number of contained components.
- getComponentCount() - Method in class com.vaadin.ui.CustomComponent
-
Gets the number of contained components.
- getComponentCount() - Method in class com.vaadin.ui.CustomLayout
-
Gets the number of contained components.
- getComponentCount() - Method in class com.vaadin.ui.Form
-
Deprecated.
- 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 interface com.vaadin.ui.TabSheet.Tab
-
Gets the current error message shown for the tab.
- getComponentError() - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- 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. - getComponentIterator() - Method in class com.vaadin.ui.Form
-
Deprecated.As of 7.0, use
Form.iterator()
instead. - getComponentIterator() - Method in class com.vaadin.ui.Table
-
Deprecated.As of 7.0, use
Table.iterator()
instead. - getComponentLocalId(Component) - Method in class com.vaadin.ui.declarative.DesignContext
-
Returns the local id for a component.
- getComponentMapper() - Static method in class com.vaadin.ui.declarative.Design
-
Gets the currently used component mapper.
- getComponentName(String) - Method in class com.vaadin.client.debug.internal.SelectorPath
-
Returns the name of the component described by given query fragment
- getCompositionRoot() - Method in class com.vaadin.ui.CustomComponent
-
Returns the composition root.
- getConfig() - Method in class com.vaadin.client.communication.AtmospherePushConnection
- getConfigFromDOM(String) - Static method in class com.vaadin.client.ApplicationConfiguration
- getConfiguration() - Method in class com.vaadin.client.ApplicationConnection
-
Gets the
ApplicationConfiguration
for the current application. - getConfiguration() - Method in class com.vaadin.server.VaadinSession
-
Gets the configuration for this session
- getConfiguredTheme(VaadinRequest) - Method in class com.vaadin.server.VaadinService
-
Gets the theme that is configured for this deployment, e.g.
- getConfiguredTheme(VaadinRequest) - Method in class com.vaadin.server.VaadinServletService
- getConfiguredWidgetset(VaadinRequest) - Method in class com.vaadin.server.VaadinService
-
Gets the widgetset that is configured for this deployment, e.g.
- getConfiguredWidgetset(VaadinRequest) - Method in class com.vaadin.server.VaadinServletService
- getConnection() - Method in class com.vaadin.client.ApplicationConnection.ApplicationConnectionEvent
- getConnection() - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
-
Returns the connection this handler is connected to
- getConnection() - Method in class com.vaadin.client.communication.Heartbeat
-
Deprecated.
- getConnection() - Method in class com.vaadin.client.LayoutManager
-
Returns the application connection for this layout manager.
- getConnection() - Method in interface com.vaadin.client.ServerConnector
-
Gets ApplicationConnection instance that created this connector.
- getConnection() - Method in class com.vaadin.client.ui.AbstractConnector
- getConnection() - Method in class com.vaadin.client.VLoadingIndicator
-
Returns the
ApplicationConnection
which uses this loading indicator - getConnection() - Method in class com.vaadin.data.util.sqlcontainer.query.AbstractTransactionalQuery
-
Returns the currently active connection, reserves and returns a new connection if no active connection.
- getConnectionStateHandler() - Method in class com.vaadin.client.ApplicationConnection
-
Gets the communication error handler for this application
- getConnector() - Method in class com.vaadin.client.communication.AbstractServerConnectorEvent
- getConnector() - Method in class com.vaadin.client.ui.calendar.schedule.dd.CalendarDropHandler
- getConnector() - Method in class com.vaadin.client.ui.dd.VAbstractDropHandler
-
Returns the Paintable who owns this
VAbstractDropHandler
. - getConnector() - Method in interface com.vaadin.client.ui.dd.VDropHandler
-
Returns the ComponentConnector with which this DropHandler is associated
- getConnector() - Method in class com.vaadin.client.ui.VDragAndDropWrapper.CustomDropHandler
- getConnector() - Method in class com.vaadin.client.ui.VDragAndDropWrapper
- getConnector() - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableDropHandler
- getConnector() - Method in class com.vaadin.event.ConnectorEvent
- 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(Element) - Method in class com.vaadin.client.ConnectorMap
-
Returns a
ComponentConnector
element by its root element. - getConnector(Widget) - Method in class com.vaadin.client.ConnectorMap
-
Retrieves the connector whose widget matches the parameter.
- getConnector(UI, String) - Method in class com.vaadin.server.LegacyCommunicationManager
-
Deprecated.As of 7.1. In 7.2 and later, use
uI.getConnectorTracker().getConnector(connectorId)
instead. See ticket #11411. - getConnector(String) - Method in class com.vaadin.client.ConnectorMap
-
Returns a
ServerConnector
by its id - getConnector(String) - Method in class com.vaadin.ui.ConnectorTracker
-
Gets a connector by its id.
- getConnector(String, int) - Method in class com.vaadin.client.ApplicationConnection
-
Get either an existing ComponentConnector or create a new ComponentConnector with the given type and id.
- getConnectorClassByEncodedTag(int) - Method in class com.vaadin.client.ApplicationConfiguration
- getConnectorForElement(Element) - Method in class com.vaadin.client.ui.absolutelayout.AbsoluteLayoutConnector
-
Returns the deepest nested child component which contains "element".
- getConnectorForElement(Element) - Method in class com.vaadin.client.ui.absolutelayout.AbsoluteLayoutConnector
-
Deprecated.As of 7.2, call or override
AbsoluteLayoutConnector.getConnectorForElement(Element)
instead - getConnectorForElement(ApplicationConnection, Widget, Element) - Static method in class com.vaadin.client.Util
-
Locates the nested child component of
parent which contains the elementelement . - getConnectorForWidget(Widget) - Method in class com.vaadin.client.ui.VTabsheetBase
-
For internal use only.
- getConnectorId() - Method in class com.vaadin.client.ui.AbstractConnector
- getConnectorId() - Method in class com.vaadin.server.AbstractClientConnector
- getConnectorId() - Method in class com.vaadin.server.DragAndDropService
- getConnectorId() - Method in class com.vaadin.shared.communication.MethodInvocation
- getConnectorId() - Method in interface com.vaadin.shared.Connector
-
Returns the id for this connector.
- getConnectors() - Method in class com.vaadin.client.ConnectorMap
-
Deprecated.As of 7.0.1, use
ConnectorMap.getConnectorsAsJsArray()
for improved performance. - getConnectorsAsJsArray() - Method in class com.vaadin.client.ConnectorMap
- getConnectorString(ServerConnector) - Static method in class com.vaadin.client.Util
- getConnectorTracker() - Method in class com.vaadin.ui.UI
- getConnectorWrapper() - Method in class com.vaadin.client.JavaScriptConnectorHelper
- getConstaintViolation() - Method in class com.vaadin.data.validator.BeanValidator.SimpleContext
-
Returns the
ConstraintViolation
that was used to create this SimpleContext. - getConstraintDescriptor() - Method in class com.vaadin.data.validator.BeanValidator.SimpleContext
- getConstructor(Type) - Static method in class com.vaadin.client.metadata.TypeDataStore
- getConsumedEvents() - Method in class com.vaadin.client.renderers.ComplexRenderer
-
Returns the events that the renderer should consume.
- getConsumedEvents() - Method in class com.vaadin.client.widget.grid.selection.MultiSelectionRenderer
- getConsumedEvents() - Method in class com.vaadin.client.widgets.Grid.Header
-
Returns the events consumed by the header
- getContainer() - Method in interface com.vaadin.data.Container.ItemSetChangeEvent
-
Gets the Property where the event occurred.
- getContainer() - Method in interface com.vaadin.data.Container.PropertySetChangeEvent
-
Retrieves the Container whose contents have been modified.
- getContainer() - Method in class com.vaadin.data.util.AbstractContainer.BaseItemSetChangeEvent
- getContainer() - Method in class com.vaadin.data.util.AbstractContainer.BasePropertySetChangeEvent
- getContainer() - Method in class com.vaadin.data.util.GeneratedPropertyContainer.GeneratedItemAddOrRemoveEvent
- getContainer() - Method in class com.vaadin.data.util.sqlcontainer.RowItem
- getContainer() - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer.ItemSetChangeEvent
- 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.
- getContainerDataSource() - Method in interface com.vaadin.data.Container.Viewer
-
Gets the Container serving as the data source of the viewer.
- getContainerDataSource() - Method in class com.vaadin.ui.AbstractSelect
-
Gets the viewing data-source container.
- getContainerDataSource() - Method in class com.vaadin.ui.components.calendar.ContainerEventProvider
-
Returns the container used as data source
- getContainerDataSource() - Method in class com.vaadin.ui.Grid
-
Returns the grid data source.
- getContainerDataSource() - Method in class com.vaadin.ui.TreeTable
- getContainerElement() - Method in class com.vaadin.client.ui.orderedlayout.Slot
- getContainerElement() - Method in class com.vaadin.client.ui.VAccordion.StackItem
- getContainerElement() - Method in class com.vaadin.client.ui.VMenuBar
-
Returns the containing element of the menu
- getContainerElement() - Method in class com.vaadin.client.ui.VPanel
- getContainerElement() - Method in class com.vaadin.client.ui.VPopupView.CustomPopup
- getContainerElement() - Method in class com.vaadin.client.ui.VTabsheet.Tab
- getContainerElement() - Method in class com.vaadin.client.ui.VWindow
- getContainerFilters() - Method in interface com.vaadin.data.Container.Filterable
-
Returns the filters which have been applied to the container
- getContainerFilters() - Method in class com.vaadin.data.util.AbstractBeanContainer
- getContainerFilters() - Method in class com.vaadin.data.util.AbstractInMemoryContainer
- getContainerFilters() - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- getContainerFilters() - Method in class com.vaadin.data.util.IndexedContainer
- getContainerFilters() - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
- getContainerProperty(Object, Object) - Method in interface com.vaadin.data.Container
-
Gets the Property identified by the given itemId and propertyId from the Container.
- getContainerProperty(Object, Object) - Method in class com.vaadin.data.util.AbstractBeanContainer
- getContainerProperty(Object, Object) - Method in class com.vaadin.data.util.ContainerHierarchicalWrapper
- getContainerProperty(Object, Object) - Method in class com.vaadin.data.util.ContainerOrderedWrapper
- getContainerProperty(Object, Object) - Method in class com.vaadin.data.util.FilesystemContainer
-
Gets the specified property of the specified file Item.
- getContainerProperty(Object, Object) - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- getContainerProperty(Object, Object) - Method in class com.vaadin.data.util.IndexedContainer
- getContainerProperty(Object, Object) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
- getContainerProperty(Object, Object) - Method in class com.vaadin.ui.AbstractSelect
-
Gets the Property identified by the given itemId and propertyId from the Container
- getContainerPropertyIds() - Method in interface com.vaadin.data.Container
-
Gets the ID's of all Properties stored in the Container.
- getContainerPropertyIds() - Method in class com.vaadin.data.util.AbstractBeanContainer
- getContainerPropertyIds() - Method in class com.vaadin.data.util.ContainerHierarchicalWrapper
- getContainerPropertyIds() - Method in class com.vaadin.data.util.ContainerOrderedWrapper
- getContainerPropertyIds() - Method in class com.vaadin.data.util.FilesystemContainer
-
Gets the collection of available file properties.
- getContainerPropertyIds() - Method in class com.vaadin.data.util.GeneratedPropertyContainer
-
Returns a list of propety ids available in this container.
- getContainerPropertyIds() - Method in class com.vaadin.data.util.IndexedContainer
- getContainerPropertyIds() - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
- getContainerPropertyIds() - Method in class com.vaadin.ui.AbstractSelect
-
Gets the property Id collection from the container.
- getContainsRowQueryStatement(Object...) - Method in interface com.vaadin.data.util.sqlcontainer.query.FreeformStatementDelegate
-
Should return a new instance of StatementHelper that contains the query string and parameter values required to create a PreparedStatement used by the FreeformQuery.containsRowWithKeys() method.
- getContainsRowQueryString(Object...) - Method in interface com.vaadin.data.util.sqlcontainer.query.FreeformQueryDelegate
-
Deprecated.As of 6.7. Implement
FreeformStatementDelegate
instead ofFreeformQueryDelegate
- getContent() - Method in class com.vaadin.client.debug.internal.HierarchySection
- getContent() - Method in class com.vaadin.client.debug.internal.InfoSection
- getContent() - Method in class com.vaadin.client.debug.internal.LogSection
- getContent() - Method in class com.vaadin.client.debug.internal.NetworkSection
- getContent() - Method in class com.vaadin.client.debug.internal.ProfilerSection
- getContent() - Method in interface com.vaadin.client.debug.internal.Section
-
Returns a widget that is the main content of the section, displayed when the section is active in the
VDebugWindow
. - getContent() - Method in class com.vaadin.client.debug.internal.TestBenchSection
- getContent() - Method in class com.vaadin.client.ui.AbstractSingleComponentContainerConnector
-
Returns the content (only/first child) of the container.
- getContent() - Method in class com.vaadin.client.ui.customfield.CustomFieldConnector
-
Returns the content (only/first child) of the container.
- getContent() - Method in class com.vaadin.client.ui.ui.UIConnector
- getContent() - Method in class com.vaadin.ui.AbstractSingleComponentContainer
- getContent() - Method in class com.vaadin.ui.CustomField
-
Returns the content (UI) of the custom component.
- getContent() - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.
- getContent() - Method in class com.vaadin.ui.PopupView
-
Returns the content-package for this PopupView.
- getContent() - Method in interface com.vaadin.ui.SingleComponentContainer
-
Gets the content of this container.
- getContentAreaBorderWidth() - Method in class com.vaadin.client.ui.VTabsheet
-
For internal use only.
- getContentAreaSize() - Method in class com.vaadin.client.RenderInformation
- getContentDispositionFilename(String) - Static method in class com.vaadin.server.DownloadStream
-
Returns the filename formatted for inclusion in a Content-Disposition header.
- getContentLength() - Method in interface com.vaadin.server.StreamVariable.StreamingEvent
- getContentLength() - Method in interface com.vaadin.server.VaadinRequest
-
Returns the length of the request content that can be read from the input stream returned by
VaadinRequest.getInputStream()
. - getContentLength() - Method in class com.vaadin.ui.Upload.StartedEvent
- getContentMode() - Method in class com.vaadin.client.TooltipInfo
-
Gets the tooltip title's content mode.
- getContentMode() - Method in class com.vaadin.ui.Label
-
Gets the content mode of the Label.
- getContentType() - Method in class com.vaadin.server.DownloadStream
-
Gets stream content type.
- getContentType() - Method in interface com.vaadin.server.VaadinRequest
-
Returns the MIME type of the body of the request, or null if the type is not known.
- getContentWidget() - Method in class com.vaadin.client.ui.AbstractSingleComponentContainerConnector
-
Returns the widget (if any) of the content of the container.
- getContentWidget() - Method in class com.vaadin.client.ui.customfield.CustomFieldConnector
-
Returns the widget (if any) of the content of the container.
- getContext() - Method in class com.vaadin.server.LegacyApplication
-
Deprecated.
- getContextMenu() - Method in class com.vaadin.client.ApplicationConnection
-
Singleton method to get instance of app's context menu.
- getContextPath() - Method in interface com.vaadin.server.VaadinRequest
-
Returns the portion of the request URI that indicates the context of the request.
- getControls() - Method in class com.vaadin.client.debug.internal.HierarchySection
- getControls() - Method in class com.vaadin.client.debug.internal.InfoSection
- getControls() - Method in class com.vaadin.client.debug.internal.LogSection
- getControls() - Method in class com.vaadin.client.debug.internal.NetworkSection
- getControls() - Method in class com.vaadin.client.debug.internal.ProfilerSection
- getControls() - Method in interface com.vaadin.client.debug.internal.Section
-
Returns a widget that is placed on top of the Section content when the Section (tab) is active in the
VDebugWindow
. - getControls() - Method in class com.vaadin.client.debug.internal.TestBenchSection
- getConversionError() - Method in class com.vaadin.ui.AbstractField
-
Gets the error that is shown if the field value cannot be converted to the data source type.
- getConversionError(Class<?>, Converter.ConversionException) - Method in class com.vaadin.ui.AbstractField
-
Returns the conversion error with {0} replaced by the data source type and {1} replaced by the exception (localized) message.
- getConvertedValue() - Method in class com.vaadin.ui.AbstractField
-
Returns the current value (as returned by
AbstractField.getValue()
) converted to the data source type. - getConverter() - Method in class com.vaadin.ui.AbstractField
-
Gets the converter used to convert the property data source value to the field value.
- getConverter() - Method in class com.vaadin.ui.Grid.Column
-
Returns the converter instance used by this column.
- getConverter() - Method in class com.vaadin.ui.Label
-
Gets the converter used to convert the property data source value to the label value.
- getConverter(Class<PRESENTATIONTYPE>, Class<MODELTYPE>, VaadinSession) - Static method in class com.vaadin.data.util.converter.ConverterUtil
-
Finds a converter that can convert from the given presentation type to the given model type and back.
- getConverter(Object) - Method in class com.vaadin.ui.Table
-
Returns the converter used to format the given propertyId.
- getConverterFactory() - Method in class com.vaadin.server.VaadinSession
-
Gets the
ConverterFactory
used to locate a suitableConverter
for fields in the session. - getCookies() - Method in interface com.vaadin.server.VaadinRequest
-
Returns an array containing all of the
Cookie
objects the client sent with this request. - getCookiesDisabledCaption() - Method in class com.vaadin.server.SystemMessages
-
Returns the caption of the message shown to the user when cookies are disabled in the browser.
- getCookiesDisabledMessage() - Method in class com.vaadin.server.SystemMessages
-
Returns the message shown to the user when cookies are disabled in the browser.
- getCookiesDisabledURL() - Method in class com.vaadin.server.SystemMessages
-
Returns the URL the user should be redirected to after dismissing the "you have to enable your cookies" message.
- getCount() - Method in class com.vaadin.client.Profiler.Node
-
Gets the number of times this node has been entered
- getCount() - Method in class com.vaadin.data.util.sqlcontainer.query.FreeformQuery
-
This implementation of getCount() actually fetches all records from the database, which might be a performance issue.
- getCount() - Method in interface com.vaadin.data.util.sqlcontainer.query.QueryDelegate
-
Generates and executes a query to determine the current row count from the DB.
- getCount() - Method in class com.vaadin.data.util.sqlcontainer.query.TableQuery
- getCountQuery() - Method in interface com.vaadin.data.util.sqlcontainer.query.FreeformQueryDelegate
-
Deprecated.As of 6.7. Implement
FreeformStatementDelegate
instead ofFreeformQueryDelegate
- getCountStatement() - Method in interface com.vaadin.data.util.sqlcontainer.query.FreeformStatementDelegate
-
Should return a new instance of StatementHelper that contains the query string and parameter values required to create a PreparedStatement that will fetch the row count from the DB.
- getCreationTime() - Method in class com.vaadin.server.WrappedHttpSession
- getCreationTime() - Method in interface com.vaadin.server.WrappedSession
-
Returns the time when this session was created, measured in milliseconds since midnight January 1, 1970 GMT.
- getCsrfToken() - Method in class com.vaadin.client.communication.MessageHandler
-
Gets the token (aka double submit cookie) that the server uses to protect against Cross Site Request Forgery attacks.
- getCsrfToken() - Method in class com.vaadin.server.communication.ServerRpcHandler.RpcRequest
-
Gets the CSRF security token (double submit cookie) for this request.
- getCsrfToken() - Method in class com.vaadin.server.VaadinSession
-
Gets the CSRF token (aka double submit cookie) that is used to protect against Cross Site Request Forgery attacks.
- getCss(Component) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPreview
-
Called when the component is refreshing
- getCss(Component) - Method in class com.vaadin.ui.CssLayout
-
Returns styles to be applied to given component.
- getCSS() - Method in class com.vaadin.shared.ui.colorpicker.Color
-
Returns CSS representation of the Color, e.g.
- getCSSClass() - Method in class com.vaadin.client.BrowserInfo
-
Returns a string representing the browser in use, for use in CSS classnames.
- getCSSString() - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Converts the internal values into a valid CSS string.
- getCumulativeRequestDuration() - Method in class com.vaadin.server.VaadinSession
- getCurrent() - Static method in class com.vaadin.server.Page
-
Gets the Page to which the current uI belongs.
- getCurrent() - Static method in 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.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.
- getCurrentBufferedSourceException() - Method in class com.vaadin.ui.AbstractField
-
Gets the current buffered source exception.
- getCurrentDate() - Method in class com.vaadin.client.ui.VDateField
- getCurrentDate() - Method in class com.vaadin.server.WebBrowser
-
Returns the current date and time of the browser.
- getCurrentDragApplicationConnection() - Method in class com.vaadin.client.ui.dd.VDragAndDropManager
- getCurrentDropHandler() - Method in class com.vaadin.client.ui.dd.VDragAndDropManager
- getCurrentGwtEvent() - Method in class com.vaadin.client.ui.dd.VDragEvent
-
Returns the the latest
NativeEvent
that relates to this drag and drop operation. - getCurrentInstances() - Method in class com.vaadin.server.VaadinSession.FutureAccess
-
Gets the current instance values that should be used when running this task.
- getCurrentLocale() - Method in class com.vaadin.client.ui.VDateField
- getCurrentlyDisplayedWidget() - Method in class com.vaadin.client.ui.VTabsheet
-
Returns the currently displayed widget in the tab panel.
- getCurrentPageFirstItemId() - Method in class com.vaadin.ui.Table
-
Getter for property currentPageFirstItem.
- getCurrentPageFirstItemIndex() - Method in class com.vaadin.ui.Table
-
Getter for property currentPageFirstItem.
- getCurrentRequest() - Static method in class com.vaadin.server.VaadinService
-
Gets the currently processed Vaadin request.
- getCurrentResolution() - Method in class com.vaadin.client.ui.VDateField
- 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.
- getCurrentWidth() - Method in class com.vaadin.ui.Table.ColumnResizeEvent
-
Get the width in pixels of the column after the resize event
- getCursorPos() - Method in class com.vaadin.client.ui.VTextArea
- getCursorPosition() - Method in class com.vaadin.event.FieldEvents.TextChangeEvent
- getCursorPosition() - Method in class com.vaadin.ui.AbstractTextField
-
Returns the last known cursor position of the field.
- getCursorPosition() - Method in class com.vaadin.ui.AbstractTextField.TextChangeEventImpl
- getCursorX() - Method in class com.vaadin.client.ui.colorpicker.VColorPickerGradient
-
Returns the latest x-coordinate for pressed-down mouse cursor.
- getCursorX() - Method in class com.vaadin.ui.GridLayout
-
Gets the current x-position (column) of the cursor.
- getCursorY() - Method in class com.vaadin.client.ui.colorpicker.VColorPickerGradient
-
Returns the latest y-coordinate for pressed-down mouse cursor.
- getCursorY() - Method in class com.vaadin.ui.GridLayout
-
Gets the current y-position (row) of the cursor.
- getCustomAttributes() - Method in class com.vaadin.ui.AbstractColorPicker
- getCustomAttributes() - Method in class com.vaadin.ui.AbstractComponent
-
Returns a collection of attributes that should not be handled by the basic implementation of the
AbstractComponent.readDesign(org.jsoup.nodes.Element,com.vaadin.ui.declarative.DesignContext)
andAbstractComponent.writeDesign(org.jsoup.nodes.Element,com.vaadin.ui.declarative.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.AbstractOrderedLayout
- 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.Calendar
- getCustomAttributes() - Method in class com.vaadin.ui.CheckBox
- getCustomAttributes() - Method in class com.vaadin.ui.Grid
- getCustomAttributes() - Method in class com.vaadin.ui.GridLayout
- getCustomAttributes() - Method in class com.vaadin.ui.Label
- getCustomAttributes() - Method in class com.vaadin.ui.Link
- getCustomAttributes() - Method in class com.vaadin.ui.MenuBar
- getCustomAttributes() - Method in class com.vaadin.ui.Panel
- getCustomAttributes() - Method in class com.vaadin.ui.Slider
- getCustomAttributes() - Method in class com.vaadin.ui.Table
- getCustomAttributes() - Method in class com.vaadin.ui.TabSheet
- getCustomAttributes() - Method in class com.vaadin.ui.Video
- getCustomAttributes() - Method in class com.vaadin.ui.Window
- getCustomAttributes(Component) - Method in class com.vaadin.ui.declarative.DesignContext
-
Gets the attributes that the component did not handle
- getData() - Method in class com.vaadin.ui.AbstractComponent
-
Gets the application specific data.
- getData(String) - Method in class com.vaadin.client.ui.dd.VTransferable
- getData(String) - Method in interface com.vaadin.event.dd.TargetDetails
-
Gets target data associated with the given string key
- getData(String) - Method in class com.vaadin.event.dd.TargetDetailsImpl
- getData(String) - Method in interface com.vaadin.event.Transferable
-
Returns the data from Transferable by its data flavor (aka data type).
- getData(String) - Method in class com.vaadin.event.TransferableImpl
- getDataAsText(String) - Method in class com.vaadin.client.ui.dd.VHtml5DragEvent
- getDataFlavors() - Method in class com.vaadin.client.ui.dd.VTransferable
- getDataFlavors() - Method in interface com.vaadin.event.Transferable
- getDataFlavors() - Method in class com.vaadin.event.TransferableImpl
- getDataSource() - Method in class com.vaadin.client.widgets.Grid
-
Gets the for this Grid.
- getDate() - Method in class com.vaadin.client.ui.calendar.schedule.CalendarDay
- getDate() - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
- getDate() - Method in class com.vaadin.client.ui.calendar.schedule.DateCellContainer
- getDate() - Method in class com.vaadin.client.ui.calendar.schedule.SimpleDayCell
- getDate() - Method in class com.vaadin.client.ui.calendar.schedule.WeeklyLongEventsDateCell
- getDate() - Method in class com.vaadin.client.ui.VCalendarPanel
- getDate() - Method in class com.vaadin.client.ui.VDateField
-
Returns a copy of the current date.
- getDate() - Method in class com.vaadin.ui.components.calendar.CalendarComponentEvents.DateClickEvent
-
Get clicked date.
- getDateCell(int) - Method in class com.vaadin.client.ui.calendar.schedule.DateCellContainer
- getDateCellCount() - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid
- getDateCellIndex(DateCell) - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid
- getDateCellOfToday() - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid
- getDateCellWidth() - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid
-
Get width of the single date cell
- getDateCellWidths() - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid
- getDateClickListener() - Method in class com.vaadin.client.ui.VCalendar
-
Gets the listener for listening to event clicks
- getDateFormat() - Method in class com.vaadin.client.ui.VCalendar
-
Get the date format used to format dates only (excludes time)
- getDateFormat() - Method in class com.vaadin.ui.DateField
-
Returns a format string used to format date value on client side or null if default formatting from
Component.getLocale()
is used. - getDateFormat(String) - Static method in class com.vaadin.client.LocaleService
- getDateHeader(String) - Method in interface com.vaadin.server.VaadinRequest
-
Returns the value of the specified request header as a long value that represents a Date object.
- getDateOutOfRangeMessage() - Method in class com.vaadin.ui.DateField
-
Returns current date-out-of-range error message.
- getDateRange() - Method in class com.vaadin.client.ui.calendar.schedule.DateCellGroup
- getDateSlotBorder() - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid
- getDateTimeFormat() - Method in class com.vaadin.client.ui.VCalendar
-
Get the date and time format to format the dates (includes both date and time)
- getDateTimeService() - Method in class com.vaadin.client.ui.VDateField
- getDay(int) - Method in class com.vaadin.client.DateTimeService
- getDayCellIndex(SimpleDayCell) - Method in class com.vaadin.client.ui.calendar.schedule.MonthGrid
- getDayNames() - Method in class com.vaadin.client.ui.VCalendar
-
Get the names of the week days
- getDayNames(String) - Static method in class com.vaadin.client.LocaleService
- getDayNamesShort() - Method in class com.vaadin.ui.Calendar
-
Localized display names for week days starting from sunday.
- getDayOfWeek() - Method in class com.vaadin.client.ui.calendar.schedule.CalendarDay
- getDebugId() - Method in class com.vaadin.ui.AbstractComponent
-
Deprecated.As of 7.0. Use
AbstractComponent.getId()
- getDebugInformation(ClientConnector) - Static method in class com.vaadin.util.ConnectorHelper
-
Creates a string containing debug info for the connector
- getDecoElement() - Method in interface com.vaadin.client.widget.escalator.Spacer
-
Gets the decorative element for this spacer.
- getDefaultAltHtml() - Method in class com.vaadin.client.ui.audio.AudioConnector
- getDefaultAltHtml() - Method in class com.vaadin.client.ui.MediaBaseConnector
- getDefaultAltHtml() - Method in class com.vaadin.client.ui.video.VideoConnector
- getDefaultComponentAlignment() - Method in class com.vaadin.ui.AbstractOrderedLayout
- getDefaultComponentAlignment() - Method in class com.vaadin.ui.GridLayout
- getDefaultComponentAlignment() - Method in interface com.vaadin.ui.Layout.AlignmentHandler
-
Returns the alignment used for new components added to this layout
- getDefaultFocusComponent() - Method in interface com.vaadin.ui.TabSheet.Tab
-
Get the component that should be automatically focused when the tab is selected.
- getDefaultFocusComponent() - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- getDefaultHeaderRow() - Method in class com.vaadin.client.widgets.Grid
-
Returns the current default row of the header section.
- getDefaultHeaderRow() - Method in class com.vaadin.ui.Grid
-
Returns the current default row of the header section.
- getDefaultInstance(Component) - Method in class com.vaadin.ui.declarative.DesignContext
-
Returns the default instance for the given class.
- getDefaultLocale() - Static method in class com.vaadin.client.LocaleService
- getDefaultRow() - Method in class com.vaadin.client.widgets.Grid.Header
-
Returns the current default row of this header.
- getDefaultRow() - Method in class com.vaadin.ui.Grid.Header
-
Returns the current default row of this header.
- getDefaultRowHeight() - Method in interface com.vaadin.client.widget.escalator.RowContainer
-
Returns the default height of the rows in this RowContainer.
- getDefaultRowHeight() - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
- 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.
- getDelayMs() - Method in class com.vaadin.ui.MenuBar
-
Returns the delay before executing update logic inside
MenuBarConnector.updateFromUIDL(UIDL, ApplicationConnection)
after mouseDownEvent - getDelayMsec() - Method in class com.vaadin.ui.Notification
-
Gets the delay before the notification disappears.
- getDelegate() - Method in class com.vaadin.data.util.sqlcontainer.query.FreeformQuery
- getDelegateTarget(String, String) - Static method in class com.vaadin.shared.annotations.DelegateToWidget.Helper
-
Gets the name of the method to delegate to for a given property name and annotation value.
- getDelegateToWidget(Property) - Static method in class com.vaadin.client.metadata.TypeDataStore
- getDelegateToWidgetMethodName() - Method in class com.vaadin.client.metadata.Property
- getDelegateToWidgetProperites(Type) - Static method in class com.vaadin.client.metadata.TypeDataStore
- getDelegateToWidgetProperties() - Method in class com.vaadin.client.metadata.Type
- getDependencies() - Method in class com.vaadin.server.LegacyCommunicationManager
-
Deprecated.As of 7.1. See #11413.
- getDependents() - Method in class com.vaadin.client.MeasuredSize
- getDependentStyle(ApplicationConnection, String) - Static method in class com.vaadin.client.ui.VNotification
-
Meant for internal usage only.
- getDeploymentConfiguration() - Method in class com.vaadin.server.VaadinService
-
Gets the deployment configuration.
- getDescription() - Method in class com.vaadin.client.ui.calendar.schedule.CalendarEvent
-
Get the description of the event.
- getDescription() - Method in class com.vaadin.client.ui.CalendarEntry
- 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 class com.vaadin.ui.components.calendar.event.BasicEvent
- getDescription() - Method in interface com.vaadin.ui.components.calendar.event.CalendarEvent
-
Gets description of event.
- getDescription() - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Gets the items'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
- getDescription(Grid.CellReference) - Method in interface com.vaadin.ui.Grid.CellDescriptionGenerator
-
Called by Grid to generate a description (tooltip) for a cell.
- getDescription(Grid.RowReference) - Method in interface com.vaadin.ui.Grid.RowDescriptionGenerator
-
Called by Grid to generate a description (tooltip) for a row.
- getDescriptionForAssistiveDevices() - Method in class com.vaadin.client.ui.VPopupCalendar
-
Get the description that explains the usage of the Widget for users of assistive devices.
- getDescriptionProperty() - Method in class com.vaadin.ui.components.calendar.ContainerEventProvider
-
Get the property which provides the description of the event
- getDeselectedRowsBatch() - Method in class com.vaadin.client.connectors.MultiSelectionModelConnector.MultiSelectionModel
- getDeselectedRowsBatch() - Method in interface com.vaadin.client.widget.grid.selection.SelectionModel.Multi.Batched
-
Gets all the rows that would become deselected in this batch.
- getDeselectedRowsBatch() - Method in class com.vaadin.client.widget.grid.selection.SelectionModelMulti
- getDetachedComponent() - Method in class com.vaadin.ui.HasComponents.ComponentDetachEvent
-
Gets the detached component.
- getDetails(int) - Method in interface com.vaadin.client.widget.grid.DetailsGenerator
-
This method is called for whenever a new details row needs to be generated.
- getDetails(Grid.RowReference) - Method in interface com.vaadin.ui.Grid.DetailsGenerator
-
This method is called for whenever a details row needs to be shown on the client.
- getDetailsGenerator() - Method in class com.vaadin.client.widgets.Grid
-
Gets the current details generator for row details.
- getDetailsGenerator() - Method in class com.vaadin.ui.Grid.DetailComponentManager
-
Gets the current details generator for row details.
- getDetailsGenerator() - Method in class com.vaadin.ui.Grid
-
Gets the current details generator for row details.
- getDetailsHeight(int) - Method in interface com.vaadin.client.widget.grid.HeightAwareDetailsGenerator
-
Deprecated.This method is called for whenever a details row's height needs to be calculated.
- getDetailsListener() - Method in class com.vaadin.client.connectors.GridConnector
-
Gets the listener used by this connector for tracking when row detail visibility changes.
- getDialogGracePeriod() - Method in interface com.vaadin.ui.ReconnectDialogConfiguration
-
Gets the timeout (in milliseconds) between noticing a loss of connection and showing the dialog.
- getDialogText() - Method in interface com.vaadin.ui.ReconnectDialogConfiguration
-
Gets the text to show in the reconnect dialog when trying to re-establish the server connection
- getDialogText(int) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
-
Gets the text to show in the reconnect dialog
- getDialogTextGaveUp() - Method in interface com.vaadin.ui.ReconnectDialogConfiguration
-
Gets the text to show in the reconnect dialog after giving up trying to reconnect (
ReconnectDialogConfiguration.getReconnectAttempts()
reached) - getDialogTextGaveUp(int) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
-
Gets the text to show in the reconnect dialog after giving up (reconnect limit reached)
- getDiff() - Method in class com.vaadin.server.EncodeResult
- getDiffOrValue() - Method in class com.vaadin.server.EncodeResult
- getDiffState(ClientConnector) - Method in class com.vaadin.ui.ConnectorTracker
- getDirection() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
-
Returns the scroll direction of this scrollbar bundle.
- getDirection() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.HorizontalScrollbarBundle
- getDirection() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.VerticalScrollbarBundle
- getDirection() - Method in class com.vaadin.client.widget.grid.sort.SortOrder
-
Returns the
SortDirection
value given in the constructor. - getDirection() - Method in class com.vaadin.data.sort.SortOrder
-
Returns the
SortDirection
value. - getDirtyConnectors() - Method in class com.vaadin.ui.ConnectorTracker
-
Returns a collection of all connectors which have been marked as dirty.
- getDirtyVisibleConnectors() - Method in class com.vaadin.ui.ConnectorTracker
-
Returns a collection of those
dirty connectors
that are actually visible to the client. - getDisplay() - Method in class com.vaadin.navigator.Navigator
-
Return the
ViewDisplay
used by the navigator. - getDisplayName() - Method in class com.vaadin.client.metadata.Property
-
Gets the property name formatted for displaying in a user interface.
- getDisplayString() - Method in class com.vaadin.client.ui.VFilterSelect.FilterSelectSuggestion
-
Gets the visible row in the popup as a HTML string.
- getDocument() - Method in class com.vaadin.server.BootstrapPageResponse
-
Gets the document node representing the root of the DOM hierarchy that will be used to generate the HTML page.
- getDomEvent() - Method in class com.vaadin.client.widgets.Grid.GridEvent
-
Returns the wrapped DOM event.
- getDomRowCount() - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
-
This method calculates the current row count directly from the DOM.
- getDoubleAttribute(String) - Method in class com.vaadin.client.UIDL
-
Gets the named attribute as a double.
- getDoubleProperty(String) - Method in class com.vaadin.client.ComputedStyle
-
Retrieves the given computed property as a double Returns NaN if the property cannot be converted to a double
- getDoubleVariable(String) - Method in class com.vaadin.client.UIDL
-
Gets the value of the named variable.
- getDragAndDropService() - Method in class com.vaadin.server.VaadinSession
- getDragEvent() - Method in interface com.vaadin.client.ui.dd.VDragAndDropManager.DDManagerMediator
-
Returns current drag event.
- getDraggedComponent() - Method in class com.vaadin.ui.DragAndDropWrapper.WrapperTransferable
-
The component in wrapper that is being dragged or null if the transferable is not a component (most likely an html5 drag).
- getDragImage() - Method in class com.vaadin.client.ui.dd.VDragEvent
- getDragImageComponent() - Method in class com.vaadin.ui.DragAndDropWrapper
-
Gets the component that will be used as the drag image.
- getDragImageWidget() - Method in class com.vaadin.client.ui.VDragAndDropWrapper
- getDragMode() - Method in class com.vaadin.ui.Table
- getDragMode() - Method in class com.vaadin.ui.Tree
- getDragSource() - Method in class com.vaadin.client.ui.dd.VTransferable
-
Returns the component from which the transferable is created (eg.
- getDragStartElement() - Method in class com.vaadin.client.ui.VDragAndDropWrapper
- getDragStartElement() - Method in class com.vaadin.client.ui.VDragAndDropWrapperIE
- getDragStartMode() - Method in class com.vaadin.ui.DragAndDropWrapper
- getDropDetail(NativeEvent) - Method in class com.vaadin.client.ui.VTree.TreeNode
- getDropDetails() - Method in class com.vaadin.client.ui.dd.VDragEvent
-
TODO consider using similar smaller (than map) api as in Transferable TODO clean up when drop handler changes
- getDropHandler() - Method in interface com.vaadin.client.ui.dd.VHasDropHandler
- getDropHandler() - Method in class com.vaadin.client.ui.VCalendar
- getDropHandler() - Method in class com.vaadin.client.ui.VDragAndDropWrapper
- getDropHandler() - Method in class com.vaadin.client.ui.VScrollTable
- getDropHandler() - Method in class com.vaadin.client.ui.VTree
- getDropHandler() - Method in interface com.vaadin.event.dd.DropTarget
- getDropHandler() - Method in class com.vaadin.ui.Calendar
-
Get the currently active drop handler
- getDropHandler() - Method in class com.vaadin.ui.DragAndDropWrapper
- getDropHandler() - Method in class com.vaadin.ui.Table
- getDropHandler() - Method in class com.vaadin.ui.Tree
- getDropLocation() - Method in class com.vaadin.ui.AbstractSelect.AbstractSelectTargetDetails
-
Returns a detailed vertical location where the drop happened on Item.
- getDropTime() - Method in class com.vaadin.ui.components.calendar.CalendarTargetDetails
- getDSTSavings() - Method in class com.vaadin.server.WebBrowser
-
Returns the offset in milliseconds between the browser's GMT TimeZone and DST.
- getDuplicates(Object[]) - Static method in class com.vaadin.shared.util.SharedUtil
-
Return duplicate values in the given array in the format "duplicateValue1, duplicateValue2".
- getEditedItemId() - Method in class com.vaadin.ui.Grid
-
Gets the id of the item that is currently being edited.
- getEditor() - Method in class com.vaadin.client.widgets.Grid.EditorDomEvent
-
Returns the editor of the Grid this event originated from.
- getEditor() - Method in class com.vaadin.client.widgets.Grid
- getEditorCancelCaption() - Method in class com.vaadin.client.widgets.Grid
-
Gets the caption on the cancel button in the Grid editor.
- getEditorCancelCaption() - Method in class com.vaadin.ui.Grid
-
Gets the current caption of the cancel button in the Grid editor.
- getEditorErrorHandler() - Method in class com.vaadin.ui.Grid
-
Gets the error handler used for the editor
- getEditorField() - Method in class com.vaadin.ui.Grid.Column
-
Returns the editor field used to edit the properties in this column when the item editor is active.
- getEditorFieldFactory() - Method in class com.vaadin.ui.Grid
-
Gets the field factory for the
FieldGroup
. - getEditorFieldGroup() - Method in class com.vaadin.ui.Grid
-
Gets the field group that is backing the item editor of this grid.
- getEditorHandler() - Method in class com.vaadin.client.widgets.Grid
-
Returns the handler responsible for binding data and editor widgets to the editor.
- getEditorSaveCaption() - Method in class com.vaadin.client.widgets.Grid
-
Gets the current caption on the save button in the Grid editor.
- getEditorSaveCaption() - Method in class com.vaadin.ui.Grid
-
Gets the current caption of the save button in the Grid editor.
- getEditorWidget() - Method in class com.vaadin.client.widgets.Grid.EditorDomEvent
-
Returns the currently focused editor widget.
- getEditorWidget(Grid.Column<?, T>) - Method in class com.vaadin.client.widgets.Grid
-
Returns the editor widget associated with the given column.
- getEffectAllowed() - Method in class com.vaadin.client.ui.dd.VHtml5DragEvent
- getElement() - Method in class com.vaadin.client.debug.internal.SelectorPath
- getElement() - Method in class com.vaadin.client.ui.dd.DragHandle
-
Gets the element used as actual drag handle.
- getElement() - Method in class com.vaadin.client.ui.layout.ElementResizeEvent
- getElement() - Method in class com.vaadin.client.VLoadingIndicator
-
Returns the root element of the loading indicator
- getElement() - Method in class com.vaadin.client.widget.escalator.Cell
-
Returns the element of the cell.
- getElement() - Method in class com.vaadin.client.widget.escalator.FlyweightCell
-
Returns the element of the cell.
- getElement() - Method in class com.vaadin.client.widget.escalator.FlyweightRow
- getElement() - Method in interface com.vaadin.client.widget.escalator.Row
-
Gets the root element for this row.
- getElement() - Method in interface com.vaadin.client.widget.escalator.RowContainer
-
Returns the root element of RowContainer
- getElement() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
-
Gets the root element of this scrollbar-composition.
- getElement() - Method in interface com.vaadin.client.widget.escalator.Spacer
-
Gets the root element for the spacer content.
- getElement() - Method in class com.vaadin.client.widget.grid.CellReference
-
Get the element of the cell.
- getElement() - Method in class com.vaadin.client.widget.grid.EventCellReference
- getElement() - Method in class com.vaadin.client.widget.grid.RendererCellReference
-
Returns the element of the cell.
- getElement() - Method in class com.vaadin.client.widget.grid.RowReference
-
Gets the table row element of the row.
- getElement() - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
- getElement(String) - Method in class com.vaadin.client.ConnectorMap
-
Gets the main element for the connector with the given id.
- getElementByPath(String) - Method in class com.vaadin.client.componentlocator.ComponentLocator
-
Locates an element using a String locator (path) which identifies a DOM element.
- getElementByPath(String) - Method in class com.vaadin.client.componentlocator.LegacyLocatorStrategy
-
Locates an element using a String locator (path) which identifies a DOM element.
- getElementByPath(String) - Method in interface com.vaadin.client.componentlocator.LocatorStrategy
-
Locates an element using a String locator (path) which identifies a DOM element.
- getElementByPath(String) - Method in class com.vaadin.client.componentlocator.VaadinFinderLocatorStrategy
-
Locates an element using a String locator (path) which identifies a DOM element.
- getElementByPathStartingAt(String, Element) - Method in class com.vaadin.client.componentlocator.ComponentLocator
-
Locates an element using a String locator (path) which identifies a DOM element.
- getElementByPathStartingAt(String, Element) - Method in class com.vaadin.client.componentlocator.LegacyLocatorStrategy
-
Locates an element using a String locator (path) which identifies a DOM element.
- getElementByPathStartingAt(String, Element) - Method in interface com.vaadin.client.componentlocator.LocatorStrategy
-
Locates an element using a String locator (path) which identifies a DOM element.
- getElementByPathStartingAt(String, Element) - Method in class com.vaadin.client.componentlocator.VaadinFinderLocatorStrategy
-
Locates an element using a String locator (path) which identifies a DOM element.
- getElementColumn(Element) - Method in class com.vaadin.client.widgets.Grid.Editor
- getElementFromPoint(int, int) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.getElementFromPoint(int, int)
instead. - getElementFromPoint(int, int) - Static method in class com.vaadin.client.WidgetUtil
-
Returns the topmost element of from given coordinates.
- getElementOver() - Method in class com.vaadin.client.ui.dd.VDragEvent
-
Detecting the element on which the the event is happening may be problematic during drag and drop operation.
- getElementQuery() - Method in class com.vaadin.client.debug.internal.SelectorPath
-
Generate ElementQuery code for Java.
- getElements(Element) - Static method in class com.vaadin.client.ui.TouchScrollDelegate
- getElementsByPath(String) - Method in class com.vaadin.client.componentlocator.ComponentLocator
-
Locates elements using a String locator (path) which identifies DOM elements.
- getElementsByPath(String) - Method in class com.vaadin.client.componentlocator.LegacyLocatorStrategy
-
Locates all elements that match a String locator (path) which identifies DOM elements.
- getElementsByPath(String) - Method in interface com.vaadin.client.componentlocator.LocatorStrategy
-
Locates all elements that match a String locator (path) which identifies DOM elements.
- getElementsByPath(String) - Method in class com.vaadin.client.componentlocator.VaadinFinderLocatorStrategy
-
Locates all elements that match a String locator (path) which identifies DOM elements.
- getElementsByPathStartingAt(String, Element) - Method in class com.vaadin.client.componentlocator.ComponentLocator
-
Locates elements using a String locator (path) which identifies DOM elements.
- getElementsByPathStartingAt(String, Element) - Method in class com.vaadin.client.componentlocator.LegacyLocatorStrategy
-
Locates all elements that match a String locator (path) which identifies DOM elements.
- getElementsByPathStartingAt(String, Element) - Method in interface com.vaadin.client.componentlocator.LocatorStrategy
-
Locates all elements that match a String locator (path) which identifies DOM elements.
- getElementsByPathStartingAt(String, Element) - Method in class com.vaadin.client.componentlocator.VaadinFinderLocatorStrategy
-
Locates all elements that match a String locator (path) which identifies DOM elements.
- getElementUnderMouse(NativeEvent) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.getElementUnderMouse(NativeEvent)
instead. - getElementUnderMouse(NativeEvent) - Static method in class com.vaadin.client.WidgetUtil
-
Find the element corresponding to the coordinates in the passed mouse event.
- getEmbedId() - Method in class com.vaadin.ui.UI
-
Gets a string the uniquely distinguishes this UI instance based on where it is embedded.
- getEmbedId(VaadinRequest) - Method in class com.vaadin.server.communication.UIInitHandler
-
Constructs an embed id based on information in the request.
- getEncodedValue() - Method in class com.vaadin.server.EncodeResult
- getEnd() - Method in class com.vaadin.client.ui.calendar.schedule.CalendarEvent
- getEnd() - Method in class com.vaadin.client.ui.calendar.schedule.DateCellGroup
- getEnd() - Method in class com.vaadin.client.ui.calendar.schedule.WeekGridMinuteTimeRange
- getEnd() - Method in class com.vaadin.client.ui.CalendarEntry
- getEnd() - Method in class com.vaadin.shared.ui.grid.Range
-
Returns the exclusive end point of this range.
- getEnd() - Method in class com.vaadin.ui.components.calendar.CalendarComponentEvents.RangeSelectEvent
-
Get end date.
- getEnd() - Method in class com.vaadin.ui.components.calendar.CalendarDateRange
-
Get the end date of the date range
- getEnd() - Method in class com.vaadin.ui.components.calendar.event.BasicEvent
- getEnd() - Method in interface com.vaadin.ui.components.calendar.event.CalendarEvent
-
Get end date of event.
- getEndDate() - Method in class com.vaadin.ui.Calendar
-
Gets the calendar's end date.
- getEndDateProperty() - Method in class com.vaadin.ui.components.calendar.ContainerEventProvider
-
Get the property which provides the ending date and time of the event
- getEndTime() - Method in class com.vaadin.client.ui.calendar.schedule.CalendarEvent
-
Get the end time of the event
- getEndValue() - Method in class com.vaadin.data.util.filter.Between
- getError() - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereResponse
- getError() - Method in class com.vaadin.client.metadata.AsyncBundleLoader
- getError(Widget) - Method in class com.vaadin.client.ui.VFormLayout.VFormLayoutTable
- getErrorColumns() - Method in class com.vaadin.ui.Grid.CommitErrorEvent
-
Gets all the columns that have been marked as erroneous.
- 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
- getErrorHandler() - Method in class com.vaadin.server.VaadinSession
-
Gets the session's error handler.
- getErrorLevel() - Method in class com.vaadin.client.TooltipInfo
-
Gets the error level.
- getErrorLevel() - Method in class com.vaadin.server.AbstractErrorMessage
- getErrorLevel() - Method in interface com.vaadin.server.ErrorMessage
-
Gets the errors level.
- getErrorMessage() - Method in class com.vaadin.client.TooltipInfo
-
Gets the error message.
- getErrorMessage() - Method in class com.vaadin.data.validator.AbstractValidator
-
Returns the message to be included in the exception in case the value does not validate.
- getErrorMessage() - Method in class com.vaadin.data.validator.CompositeValidator
-
Gets the error message for the composite validator.
- getErrorMessage() - Method in class com.vaadin.data.validator.NullValidator
-
Gets the error message that is displayed in case the value is invalid.
- getErrorMessage() - Method in class com.vaadin.ui.AbstractComponent
-
Gets the error message for this component.
- getErrorMessage() - Method in class com.vaadin.ui.AbstractField
-
Error messages shown by the fields are composites of the error message thrown by the superclasses (that is the component error message), validation errors and buffered source errors.
- getErrorMessage() - Method in class com.vaadin.ui.Component.ErrorEvent
-
Gets the error message.
- getErrorMessage() - Method in class com.vaadin.ui.Form
-
Deprecated.The error message of a Form is the error of the first field with a non-empty error.
- getErrorMessageForException(Throwable) - Static method in class com.vaadin.server.AbstractErrorMessage
- getEscalator() - Method in class com.vaadin.client.widgets.Grid
-
Gets the
Escalator
used by this Grid instnace. - getEscalatorUpdater() - Method in interface com.vaadin.client.widget.escalator.RowContainer
-
Returns the current
EscalatorUpdater
used to render cells. - getEscalatorUpdater() - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
- getEvent() - Method in class com.vaadin.client.ui.calendar.schedule.WeeklyLongEventsDateCell
- getEvent() - Method in class com.vaadin.client.ui.calendar.VCalendarAction
- getEventCell() - Method in class com.vaadin.client.widgets.Grid
-
Returns the
EventCellReference
for the latest event fired from this Grid. - getEventClickListener() - Method in class com.vaadin.client.ui.VCalendar
-
Get the listener that listens to the user clicking on the events
- getEventComparator() - Static method in class com.vaadin.client.ui.VCalendar
-
Returns a comparator which can compare calendar events.
- getEventCount() - Method in class com.vaadin.client.ui.calendar.schedule.SimpleDayCell
- getEventHandler() - Method in class com.vaadin.client.widgets.Grid.Editor
-
Returns the event handler of this Editor.
- getEventHandleStrategy() - Method in class com.vaadin.client.ui.dd.VDragAndDropManager
-
Returns DnD strategy to handle native preview events used by the manager.
- getEventMovedListener() - Method in class com.vaadin.client.ui.VCalendar
-
Get the listener that listens to when event is dragged to a new location
- getEventPosition(Event) - Method in class com.vaadin.client.ui.VSlider
-
TODO consider extracting touches support to an impl class specific for webkit (only browser that really supports touches).
- getEventProvider() - Method in class com.vaadin.ui.Calendar
- getEventResizeListener() - Method in class com.vaadin.client.ui.VCalendar
-
Get the listener that listens to when an events time limits are being adjusted
- getEvents() - Method in class com.vaadin.client.ui.calendar.schedule.SimpleDayCell
- getEvents(Date, Date) - Method in class com.vaadin.ui.Calendar
- getEvents(Date, Date) - Method in class com.vaadin.ui.components.calendar.ContainerEventProvider
- getEvents(Date, Date) - Method in class com.vaadin.ui.components.calendar.event.BasicEventProvider
- getEvents(Date, Date) - Method in interface com.vaadin.ui.components.calendar.event.CalendarEventProvider
-
Gets all available events in the target date range between startDate and endDate.
- getException() - Method in class com.vaadin.client.communication.XhrConnectionError
-
Returns the exception which caused the problem, if available
- getException() - Method in interface com.vaadin.server.StreamVariable.StreamingErrorEvent
- getExistingSession(VaadinRequest, boolean) - Method in class com.vaadin.server.VaadinService
- getExistingUI(UIClassSelectionEvent) - Method in class com.vaadin.server.LegacyApplicationUIProvider
-
Deprecated.Hack used to return existing LegacyWindow instances without regard for out-of-sync problems.
- getExpandRatio() - Method in class com.vaadin.client.ui.layout.VLayoutSlot
- getExpandRatio() - Method in class com.vaadin.client.ui.orderedlayout.Slot
-
Get the expand ratio for the slot.
- getExpandRatio() - Method in class com.vaadin.client.ui.VScrollTable.FooterCell
-
Returns the expand ratio of the cell
- getExpandRatio() - Method in class com.vaadin.client.ui.VScrollTable.HeaderCell
- getExpandRatio() - Method in class com.vaadin.client.widgets.Grid.Column
-
Gets the expand ratio for this column.
- getExpandRatio() - Method in class com.vaadin.client.widgets.Grid.SelectionColumn
- getExpandRatio() - Method in class com.vaadin.ui.Grid.Column
-
Returns the column's expand ratio.
- getExpandRatio(Component) - Method in class com.vaadin.ui.AbstractOrderedLayout
-
Returns the expand ratio of given component.
- getExpandRatio(Component) - Method in class com.vaadin.ui.FormLayout
-
Deprecated.This method currently has no effect as expand ratios are not implemented in FormLayout
- getExplicitImmediateValue() - Method in class com.vaadin.ui.AbstractComponent
-
Returns the explicitly set immediate value.
- 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
- getExtensionToMIMETypeMapping() - Static method in class com.vaadin.util.FileTypeResolver
-
Gets the internal file extension to mime-type mapping.
- getFallbackTransport() - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereConfiguration
- getFallbackTransport() - Method in interface com.vaadin.ui.PushConfiguration
-
Returns the fallback transport type for push.
- getFalseString() - Method in class com.vaadin.data.util.converter.StringToBooleanConverter
-
Gets the string representation for false.
- getFalseString(Locale) - Method in class com.vaadin.data.util.converter.StringToBooleanConverter
-
Gets the locale-depended string representation for false.
- getFeatures() - Method in class com.vaadin.server.BrowserWindowOpener
-
Gets the window features.
- getField(Object) - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Returns the field that is bound to the given property id
- getField(Object) - Method in class com.vaadin.ui.Form
-
Deprecated.Gets the field identified by the propertyid.
- getFieldBinder() - Method in class com.vaadin.data.fieldgroup.FieldGroup.CommitEvent
-
Returns the field binder that this commit relates to
- getFieldFactory() - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Gets the field factory for the
FieldGroup
. - getFieldGroup() - Method in exception com.vaadin.data.fieldgroup.FieldGroup.CommitException
-
Returns the field group where the exception occurred
- getFields() - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Returns a collection of all fields that have been bound.
- 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.
- getFieldsInDeclareOrder(Class) - Static method in class com.vaadin.data.fieldgroup.FieldGroup
-
Returns an array containing Field objects reflecting all the fields of the class or interface represented by this Class object.
- getFile(int) - Method in class com.vaadin.client.ui.dd.VHtml5DragEvent
- getFileAsString(int) - Method in class com.vaadin.client.ui.dd.VHtml5DragEvent
-
Works on FF 3.6 and possibly with gears.
- getFileCount() - Method in class com.vaadin.client.ui.dd.VHtml5DragEvent
- getFileDownloadResource() - Method in class com.vaadin.server.FileDownloader
-
Gets the resource set for download.
- getFilename() - Method in class com.vaadin.server.ClassResource
- getFilename() - Method in interface com.vaadin.server.ConnectorResource
-
Gets the virtual filename for this resource.
- getFilename() - Method in class com.vaadin.server.FileResource
- getFilename() - Method in class com.vaadin.server.StreamResource
-
Gets the filename.
- getFilename() - Method in class com.vaadin.ui.Upload.ChangeEvent
-
Gets the file name.
- getFilename() - Method in class com.vaadin.ui.Upload.FinishedEvent
-
Gets the file name.
- getFilename() - Method in class com.vaadin.ui.Upload.StartedEvent
-
Gets the file name.
- getFileName() - Method in class com.vaadin.server.DownloadStream
-
Returns the file name.
- getFileName() - Method in interface com.vaadin.server.StreamVariable.StreamingEvent
- getFileName() - Method in class com.vaadin.ui.Html5File
- getFiles() - Method in class com.vaadin.ui.DragAndDropWrapper.WrapperTransferable
- getFileSize() - Method in class com.vaadin.ui.Html5File
- getFilter() - Method in class com.vaadin.data.util.FilesystemContainer
-
Returns the file filter used to limit the files in this container.
- getFilter() - Method in class com.vaadin.data.util.filter.Not
-
Returns the negated filter.
- getFilteredItemIds() - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Internal helper method to get the internal list of filtered item identifiers.
- getFilteredOptions() - Method in class com.vaadin.ui.ComboBox
-
Filters the options in memory and returns the full filtered list.
- getFilteringMode() - Method in interface com.vaadin.ui.AbstractSelect.Filtering
-
Gets the current filtering mode.
- getFilteringMode() - Method in class com.vaadin.ui.ComboBox
- getFilters() - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Returns the internal collection of filters.
- getFilters() - Method in class com.vaadin.data.util.filter.AbstractJunctionFilter
-
Returns an unmodifiable collection of the sub-filters of this composite filter.
- getFilterString() - Method in class com.vaadin.data.util.filter.SimpleStringFilter
-
Returns the filter string.
- getFirstAddedItemIndex() - Method in class com.vaadin.ui.Table
-
Subclass and override this to enable partial row additions, bypassing the normal caching mechanism.
- getFirstAddedItemIndex() - Method in class com.vaadin.ui.TreeTable
- getFirstComponent() - Method in class com.vaadin.ui.AbstractSplitPanel
-
Gets the first component of this split panel.
- getFirstContainer() - Method in class com.vaadin.client.ui.VAbstractSplitPanel
-
Gets the first container
- getFirstDateForWeek(Date) - Method in class com.vaadin.ui.Calendar
-
Gets a date that is first day in the week that target given date belongs to.
- getFirstDayNumber() - Method in class com.vaadin.client.ui.VCalendar
-
Get the number when a week starts
- getFirstDayOfWeek() - Method in class com.vaadin.client.DateTimeService
- getFirstDayOfWeek(String) - Static method in class com.vaadin.client.LocaleService
- getFirstDelay() - Method in class com.vaadin.client.VLoadingIndicator
-
Returns the delay (in ms) which must pass before the loading indicator moves into the "first" state and is shown to the user
- getFirstDelay() - Method in interface com.vaadin.ui.LoadingIndicatorConfiguration
-
Returns the delay before the loading indicator is shown.
- getFirstHour() - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
- getFirstHour() - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid
- getFirstHourOfTheDay() - Method in class com.vaadin.client.ui.VCalendar
-
Get the number when a week starts
- getFirstIndex() - Method in interface com.vaadin.data.Container.Indexed.ItemAddEvent
-
Gets the index of the first added item.
- getFirstIndex() - Method in interface com.vaadin.data.Container.Indexed.ItemRemoveEvent
-
Gets the index of the first removed item.
- getFirstIndex() - Method in class com.vaadin.data.util.GeneratedPropertyContainer.GeneratedItemAddOrRemoveEvent
- getFirstItem() - Method in class com.vaadin.client.ui.menubar.MenuBar
-
Deprecated.Gets the first item from the menu or null if no items.
- getFirstItemId() - Method in interface com.vaadin.data.Container.Indexed.ItemAddEvent
-
Gets the item id of the first added item.
- getFirstItemId() - Method in interface com.vaadin.data.Container.Indexed.ItemRemoveEvent
-
Gets the item id of the first removed item.
- getFirstItemId() - Method in class com.vaadin.data.util.GeneratedPropertyContainer.GeneratedItemAddOrRemoveEvent
- getFirstRendered() - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody
- getFirstRootNode() - Method in class com.vaadin.client.ui.VTree
-
Returns the first root node of the tree or null if there are no root nodes.
- getFirstUpdatedItemIndex() - Method in class com.vaadin.ui.Table
-
Subclass and override this to enable partial row updates, bypassing the normal caching and lazy loading mechanism.
- getFirstUpdatedItemIndex() - Method in class com.vaadin.ui.TreeTable
- getFirstVisibleDayOfWeek() - Method in class com.vaadin.ui.Calendar
-
Get the first visible day of the week.
- getFirstVisibleHourOfDay() - Method in class com.vaadin.ui.Calendar
-
Returns the first visible hour in the week view.
- getFirstVisibleItem() - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Returns the item id of the first visible item after filtering.
- getFirstVisibleRow() - Method in class com.vaadin.client.widget.escalator.RowVisibilityChangeEvent
-
Gets the index of the first row that is at least partially visible.
- getFirstWidget() - Method in class com.vaadin.client.ui.VAbstractSplitPanel
- getFloatAttribute(String) - Method in class com.vaadin.client.UIDL
-
Gets the named attribute as a float.
- getFloatVariable(String) - Method in class com.vaadin.client.UIDL
-
Gets the value of the named variable.
- getFocusableChildren(Element) - Static method in class com.vaadin.client.ui.FocusUtil
-
Get all the child elements of a parent that are focusable.
- getFocusedCell() - Method in class com.vaadin.client.widgets.Grid.AbstractGridKeyEvent
-
Gets the reference of target cell for this event, if this event originated from a Grid.
- getFocusedColumnIndex() - Method in class com.vaadin.client.widgets.Grid.EditorDomEvent
-
Returns the DOM column index (excluding hidden columns) the editor was opened at.
- getFocusedElement() - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.getFocusedElement()
instead. - getFocusedElement() - Static method in class com.vaadin.client.WidgetUtil
-
Gets the currently focused element.
- getFocusedRow() - Method in class com.vaadin.client.ui.VScrollTable
- getFocusElement() - Method in class com.vaadin.client.ui.FocusableScrollPanel
- getFocusElement() - Method in class com.vaadin.client.ui.FocusElementPanel
- getFontFamily() - Method in class com.vaadin.client.ui.FontIcon
-
Gets the font-family from which this icon comes.
- getFontFamily() - Method in enum com.vaadin.server.FontAwesome
- getFontFamily() - Method in interface com.vaadin.server.FontIcon
-
Returns the name (font family) of the font from which this icon comes.
- getFontFamily() - Method in class com.vaadin.server.GenericFontIcon
- getFontStylename() - Method in class com.vaadin.client.ui.FontIcon
-
Get the font-family based stylename used to apply the font-family.
- getFooter() - Method in class com.vaadin.client.widgets.Escalator
-
Returns the row container for the footer in this Escalator.
- getFooter() - Method in class com.vaadin.client.widgets.Grid
-
Returns the footer section of this grid.
- getFooter() - Method in class com.vaadin.ui.Form
-
Deprecated.Returns a layout that is rendered below normal form contents.
- getFooter() - Method in class com.vaadin.ui.Grid
-
Returns the footer section of this grid.
- getFooterCell(int) - Method in class com.vaadin.client.ui.VScrollTable.TableFooter
-
Gets a footer cell by using a column index
- getFooterCell(String) - Method in class com.vaadin.client.ui.VScrollTable.TableFooter
-
Gets a footer cell which represents the given columnId
- getFooterRow(int) - Method in class com.vaadin.client.widgets.Grid
-
Gets the footer row at given index.
- getFooterRow(int) - Method in class com.vaadin.ui.Grid
-
Gets the footer row at given index.
- getFooterRowCount() - Method in class com.vaadin.client.widgets.Grid
-
Gets the row count for the footer.
- getFooterRowCount() - Method in class com.vaadin.ui.Grid
-
Gets the row count for the footer.
- getFormat() - Method in class com.vaadin.client.renderers.DateRenderer
-
Gets the format of how the date is formatted.
- getFormat() - Method in class com.vaadin.client.renderers.NumberRenderer
-
Gets the number format that the number should be formatted in.
- getFormat(Locale) - Method in class com.vaadin.data.util.converter.AbstractStringToNumberConverter
-
Returns the format used by
#convertToPresentation(Object, Locale)
and#convertToModel(Object, Locale)
. - getFormat(Locale) - Method in class com.vaadin.data.util.converter.StringToBigDecimalConverter
- getFormat(Locale) - Method in class com.vaadin.data.util.converter.StringToBigIntegerConverter
- getFormat(Locale) - Method in class com.vaadin.data.util.converter.StringToByteConverter
-
Returns the format used by
#convertToPresentation(Byte, Class, Locale)
andStringToByteConverter.convertToModel(String, Class, Locale)
- getFormat(Locale) - Method in class com.vaadin.data.util.converter.StringToDateConverter
-
Returns the format used by
StringToDateConverter.convertToPresentation(Date, Class,Locale)
andStringToDateConverter.convertToModel(String, Class, Locale)
. - getFormat(Locale) - Method in class com.vaadin.data.util.converter.StringToIntegerConverter
-
Returns the format used by
#convertToPresentation(Integer, Class, Locale)
andStringToIntegerConverter.convertToModel(String, Class, Locale)
- getFormat(Locale) - Method in class com.vaadin.data.util.converter.StringToLongConverter
-
Returns the format used by
#convertToPresentation(Long, Class, Locale)
andStringToLongConverter.convertToModel(String, Class, Locale)
- getFormat(Locale) - Method in class com.vaadin.data.util.converter.StringToShortConverter
-
Returns the format used by
#convertToPresentation(Short, Class, Locale)
andStringToShortConverter.convertToModel(String, Class, Locale)
- getFormatString() - Method in class com.vaadin.client.ui.VTextualDate
- 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.
- getFormFieldFactory() - Method in class com.vaadin.ui.Form
-
Deprecated.Get the field factory of the form.
- getForSession(VaadinService, WrappedSession) - Static method in class com.vaadin.server.VaadinSession
-
Deprecated.as of 7.6, call
VaadinService.loadSession(WrappedSession)
instead - getForwardKey() - Method in class com.vaadin.client.ui.VCalendarPanel
-
The key that selects the next day in the calendar.
- getForwardListener() - Method in class com.vaadin.client.ui.VCalendar
-
Get the listener which listens to forward events from the calendar
- getFragment() - Method in class com.vaadin.navigator.Navigator.UriFragmentManager
-
Returns the current URI fragment tracked by this UriFragentManager.
- getFragmentNodes() - Method in class com.vaadin.server.BootstrapFragmentResponse
-
Gets the list of DOM nodes that will be used to generate the fragment HTML.
- getFrom() - Method in class com.vaadin.client.ui.calendar.schedule.DateCell.DateCellSlot
- getFrozenColumnCount() - Method in interface com.vaadin.client.widget.escalator.ColumnConfiguration
-
Get the number of leftmost columns that are not affected by horizontal scrolling.
- getFrozenColumnCount() - Method in class com.vaadin.client.widgets.Grid
-
Gets the number of frozen columns in this grid.
- getFrozenColumnCount() - Method in class com.vaadin.ui.Grid
-
Gets the number of frozen columns in this grid.
- getFrozenColumnsWidth() - Method in class com.vaadin.client.widget.grid.AutoScroller
- getFullTableName() - Method in class com.vaadin.data.util.sqlcontainer.query.TableQuery
-
Returns the complete table name obtained by concatenation of the catalog and schema names (if any) and the table name.
- getFullVersion() - Static method in class com.vaadin.shared.Version
- getGeckoVersion() - Method in class com.vaadin.client.BrowserInfo
-
Returns the Gecko version if the browser is Gecko based.
- getGetMethods() - Method in class com.vaadin.data.util.NestedMethodProperty
-
Returns an unmodifiable list of getter methods to call in sequence to get the property value.
- getGlobalResourceHandler(boolean) - Method in class com.vaadin.server.VaadinSession
-
Gets this session's global resource handler that takes care of serving connector resources that are not served by any single connector because e.g.
- getGreen() - Method in class com.vaadin.shared.ui.colorpicker.Color
-
Returns the green value of the color.
- getGrid() - Method in class com.vaadin.client.connectors.AbstractSelectionModelConnector
- getGrid() - Method in class com.vaadin.client.widget.grid.CellReference
-
Gets the grid that contains the referenced cell.
- getGrid() - Method in interface com.vaadin.client.widget.grid.EditorHandler.EditorRequest
-
Returns the grid instance related to this editor request.
- getGrid() - Method in class com.vaadin.client.widget.grid.RowReference
-
Gets the grid that contains the referenced row.
- getGrid() - Method in class com.vaadin.client.widget.grid.sort.SortEvent
-
Get access to the Grid that fired this event
- getGrid() - Method in class com.vaadin.client.widgets.Grid.AbstractGridKeyEvent
-
Gets the Grid instance for this event, if it originated from a Grid.
- getGrid() - Method in class com.vaadin.client.widgets.Grid.AbstractGridMouseEvent
-
Gets the Grid instance for this event, if it originated from a Grid.
- getGrid() - Method in class com.vaadin.client.widgets.Grid.GridEvent
-
Returns the Grid instance this event originated from.
- getGrid() - Method in class com.vaadin.client.widgets.Grid.StaticSection
- getGrid() - Method in class com.vaadin.client.widgets.Grid.StaticSectionUpdater
- getGrid() - Method in class com.vaadin.server.communication.data.RpcDataProviderExtension
- getGrid() - Method in class com.vaadin.ui.Grid.CellReference
-
Gets the grid that contains the referenced cell.
- getGrid() - Method in class com.vaadin.ui.Grid.RowReference
-
Gets the grid that contains the referenced row.
- getHandle(T) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
- getHandle(T) - Method in interface com.vaadin.client.data.DataSource
-
Gets a
DataSource.RowHandle
of a row object in the cache. - getHandle(T) - Method in class com.vaadin.client.widget.grid.datasources.ListDataSource
- getHandleByKey(Object) - Method in class com.vaadin.client.connectors.RpcDataSourceConnector.RpcDataSource
- getHandler() - Method in class com.vaadin.client.widgets.Grid.Editor
-
Returns the handler responsible for binding data and editor widgets to this editor.
- getHandler(String) - Method in class com.vaadin.ui.Calendar
- getHandler(String) - Method in interface com.vaadin.ui.components.calendar.CalendarComponentEvents.CalendarEventNotifier
-
Get the assigned event handler for the given eventId.
- getHandlerManager() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
- getHeader() - Method in class com.vaadin.client.widgets.Escalator
-
Returns the row container for the header in this Escalator.
- getHeader() - Method in class com.vaadin.client.widgets.Grid
-
Returns the header section of this grid.
- getHeader() - Method in class com.vaadin.ui.Grid
-
Returns the header section of this grid.
- getHeader(String) - Method in interface com.vaadin.server.VaadinRequest
-
Gets the value of a request header, e.g.
- getHeaderCaption() - Method in class com.vaadin.client.widgets.Grid.Column
-
Returns the current header caption for this column
- getHeaderCaption() - Method in class com.vaadin.ui.Grid.Column
-
Returns the caption of the header.
- getHeaderCell(int) - Method in class com.vaadin.client.ui.VScrollTable.TableHead
- getHeaderCell(String) - Method in class com.vaadin.client.ui.VScrollTable.TableHead
-
Get's HeaderCell by it's column Key.
- getHeaderNames() - Method in interface com.vaadin.server.VaadinRequest
-
Returns an enumeration of all the header names this request contains.
- getHeaderRow(int) - Method in class com.vaadin.client.widgets.Grid
-
Gets the header row at given index.
- getHeaderRow(int) - Method in class com.vaadin.ui.Grid
-
Gets the header row at given index.
- getHeaderRowCount() - Method in class com.vaadin.client.widgets.Grid
-
Gets the row count for the header section.
- getHeaderRowCount() - Method in class com.vaadin.ui.Grid
-
Gets the row count for the header section.
- getHeaders(String) - Method in interface com.vaadin.server.VaadinRequest
-
Returns all the values of the specified request header as an Enumeration of String objects.
- getHeartbeat() - Method in class com.vaadin.client.ApplicationConnection
-
Returns the hearbeat instance.
- getHeartbeatInterval() - Method in class com.vaadin.client.ApplicationConfiguration
- getHeartbeatInterval() - Method in class com.vaadin.server.DefaultDeploymentConfiguration
-
Returns the number of seconds between heartbeat requests of a UI, or a non-positive number if heartbeat is disabled.
- getHeartbeatInterval() - Method in interface com.vaadin.server.DeploymentConfiguration
-
Returns the number of seconds between heartbeat requests of a UI, or a non-positive number if heartbeat is disabled.
- getHeight() - Method in class com.vaadin.client.ComputedStyle
-
Returns the current height from the DOM.
- getHeight() - Method in class com.vaadin.client.event.PointerEvent
-
Gets the height of the contact geometry of the pointer in CSS pixels.
- getHeight() - Method in class com.vaadin.client.RenderInformation.FloatSize
- getHeight() - Method in class com.vaadin.client.RenderInformation.Size
- getHeight() - Method in class com.vaadin.client.RenderSpace
-
Returns pixels available vertically for contained widget, including possible scrollbars.
- getHeight() - Method in class com.vaadin.client.ui.VAccordion.StackItem
- getHeight() - Method in class com.vaadin.client.ui.VGridLayout.Cell
- getHeight() - Method in class com.vaadin.client.VCaption
- getHeight() - Method in class com.vaadin.client.widgets.Overlay.PositionAndSize
- getHeight() - Method in class com.vaadin.client.WidgetUtil.TextRectangle
- getHeight() - Method in class com.vaadin.server.Page.BrowserWindowResizeEvent
-
Gets the new browser window height
- getHeight() - Method in interface com.vaadin.server.Sizeable
-
Gets the height of the object.
- getHeight() - Method in class com.vaadin.ui.AbstractComponent
- getHeightByRows() - Method in class com.vaadin.client.widgets.Escalator
-
Gets the amount of rows in Escalator's body that are shown, while
Escalator.getHeightMode()
isHeightMode.ROW
. - getHeightByRows() - Method in class com.vaadin.client.widgets.Grid
-
Gets the amount of rows in Grid's body that are shown, while
Grid.getHeightMode()
isHeightMode.ROW
. - getHeightByRows() - Method in class com.vaadin.ui.Grid
-
Gets the amount of rows in Grid's body that are shown, while
Grid.getHeightMode()
isHeightMode.ROW
. - getHeightMode() - Method in class com.vaadin.client.widgets.Escalator
-
Returns the current
HeightMode
the Escalator is in. - getHeightMode() - Method in class com.vaadin.client.widgets.Grid
-
Returns the current
HeightMode
the Grid is in. - getHeightMode() - Method in class com.vaadin.ui.Grid
-
Returns the current
HeightMode
the Grid is in. - getHeightOfSection() - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
-
The height of this table section.
- getHeightUnits() - Method in interface com.vaadin.server.Sizeable
-
Gets the height property units.
- getHeightUnits() - Method in class com.vaadin.ui.AbstractComponent
- getHeigth() - Method in class com.vaadin.client.ui.calendar.schedule.SimpleDayCell
- getHidingToggleCaption() - Method in class com.vaadin.client.widgets.Grid.Column
-
Gets the hiding toggle caption for this column.
- getHidingToggleCaption() - Method in class com.vaadin.ui.Grid.Column
-
Gets the caption of the hiding toggle for this column.
- getHierarchyColumnId() - Method in class com.vaadin.ui.TreeTable
- getHierarchyColumnIndex() - Method in class com.vaadin.client.ui.VScrollTable
-
This method exists for the needs of
VTreeTable
only. - getHierarchyColumnIndex() - Method in class com.vaadin.client.ui.VTreeTable
- getHistory() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerHistory
-
Gets the history.
- getHistory() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPopup
-
Gets the history.
- getHistoryVisibility() - Method in class com.vaadin.ui.AbstractColorPicker
-
Gets the visibility of the Color History
- getHorizontal() - Method in class com.vaadin.client.ui.layout.Margins
- getHorizontalAlignment() - Method in class com.vaadin.shared.ui.AlignmentInfo
- getHorizontalAlignment() - Method in class com.vaadin.ui.Alignment
-
Returns string representation of horizontal alignment.
- getHorizontalDropLocation() - Method in class com.vaadin.ui.DragAndDropWrapper.WrapperTargetDetails
- getHorizontalDropLocation(Element, NativeEvent, double) - Static method in class com.vaadin.client.ui.dd.DDUtil
- getHorizontalLayoutTargets() - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
-
Deprecated.As of 7.0.1, use
LayoutDependencyTree.getHorizontalLayoutTargetsJsArray()
for improved performance. - getHorizontalLayoutTargetsJsArray() - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
- getHorizontalScrollPosition() - Method in class com.vaadin.client.ui.FocusableScrollPanel
-
Gets the horizontal scroll position.
- getHorizontalSpacing() - Method in class com.vaadin.client.ui.orderedlayout.Slot
-
Get the horizontal amount of pixels of the spacing
- getHorizontalSpacing() - Method in class com.vaadin.client.ui.VGridLayout
-
Returns the spacing between the cells horizontally in pixels
- getHSV() - Method in class com.vaadin.shared.ui.colorpicker.Color
-
Returns converted HSV components of the color.
- getHSVVisibility() - Method in class com.vaadin.ui.AbstractColorPicker
-
Gets the visibility of the HSV Tab
- getHtml() - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
-
Returns the html inside the cell.
- getHtml() - Method in enum com.vaadin.server.FontAwesome
- getHtml() - Method in interface com.vaadin.server.FontIcon
-
Returns HTML that can be used to display the icon in places where HTML can be used, such as a
Label
withContentMode.HTML
. - getHtml() - Method in class com.vaadin.server.GenericFontIcon
- getHtml() - Method in class com.vaadin.ui.DragAndDropWrapper.WrapperTransferable
- getHtml(String, int) - Static method in class com.vaadin.server.GenericFontIcon
-
Utility method for generating HTML that displays an icon from specific fontFamiliy with a given codePoint in the font
- getHTML() - Method in class com.vaadin.client.ui.Action
- getHTML() - Method in class com.vaadin.client.ui.menubar.MenuItem
-
Deprecated.
- getHTML() - Method in class com.vaadin.client.ui.VColorPickerArea
-
Gets the caption's contents as HTML.
- getHTML() - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- getHtmlMessage() - Method in exception com.vaadin.data.Validator.InvalidValueException
-
Returns the message of the error in HTML.
- getHtmlMessage() - Method in class com.vaadin.server.SystemError
-
Returns the message of the error in HTML.
- getHttpServletRequest() - Method in class com.vaadin.server.VaadinServletRequest
-
Gets the original, unwrapped HTTP servlet request.
- getHttpServletResponse() - Method in class com.vaadin.server.VaadinServletResponse
-
Gets the original unwrapped
HttpServletResponse
- getHttpSession() - Method in class com.vaadin.server.WrappedHttpSession
-
Gets the wrapped
HttpSession
. - getIcon() - Method in class com.vaadin.client.ui.AbstractComponentConnector
-
Gets the icon set for this component.
- getIcon() - Method in class com.vaadin.data.util.FilesystemContainer.FileItem
-
Gets the icon of this file.
- 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.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(File) - Static method in class com.vaadin.util.FileTypeResolver
-
Gets the descriptive icon representing a file.
- getIcon(String) - Method in class com.vaadin.client.ApplicationConnection
-
Gets an
Icon
instance corresponding to a URI. - getIcon(String) - Static method in class com.vaadin.util.FileTypeResolver
-
Gets the descriptive icon representing file, based on the filename.
- getIconAlternateText() - Method in class com.vaadin.ui.Button
-
Returns the icon's alt text.
- getIconAlternateText() - Method in interface com.vaadin.ui.TabSheet.Tab
-
Gets the icon alt text for the tab.
- getIconAlternateText() - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- getIconUri() - Method in class com.vaadin.client.ui.AbstractComponentConnector
-
Gets the URI of the icon set for this component.
- getIconUri() - Method in class com.vaadin.client.ui.VFilterSelect.FilterSelectSuggestion
-
Get the URI of the icon.
- getIconUrl() - Method in class com.vaadin.client.ui.Action
- getId() - Method in enum com.vaadin.client.debug.internal.Icon
- getId() - Method in class com.vaadin.client.ui.VDateField
- getId() - Method in enum com.vaadin.client.ui.VScrollTable.SelectMode
- getId() - Method in class com.vaadin.client.UIDL
-
Shorthand for getting the attribute named "id", which for Paintables is the essential paintableId which binds the server side component to the client side widget.
- getId() - Method in class com.vaadin.data.util.sqlcontainer.RowId
- getId() - Method in class com.vaadin.data.util.sqlcontainer.RowItem
- getId() - Method in class com.vaadin.server.WrappedHttpSession
- getId() - Method in interface com.vaadin.server.WrappedSession
-
Gets a string with a unique identifier for the session.
- getId() - Method in class com.vaadin.ui.AbstractComponent
- getId() - Method in interface com.vaadin.ui.Component
-
Gets currently set debug identifier
- getId() - Method in class com.vaadin.ui.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
- getIdByIndex(int) - Method in interface com.vaadin.data.Container.Indexed
-
Get the item id for the item at the position given by
index
. - getIdByIndex(int) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
- getIdByIndex(int) - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- getIdByIndex(int) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
- getIdByIndex(int) - Method in class com.vaadin.ui.Table
-
Returns the item ID for the item represented by the index given.
- getIdByIndex(int) - Method in class com.vaadin.ui.TreeTable
- getIdentifier() - Method in class com.vaadin.client.TooltipInfo
-
Gets the tooltip's identifier.
- getIdentifier() - Method in class com.vaadin.event.dd.acceptcriteria.ClientSideCriterion
- getIdentifier() - Method in class com.vaadin.event.dd.acceptcriteria.ContainsDataFlavor
- getIdentifier() - Method in class com.vaadin.event.dd.acceptcriteria.ServerSideCriterion
- getIdentifier() - Method in class com.vaadin.event.dd.acceptcriteria.TargetDetailIs
- getIdentifier() - Method in enum com.vaadin.shared.ui.ui.Transport
- getIdentifier() - Method in class com.vaadin.ui.Table.TableDropCriterion
- getIdentifier() - Method in class com.vaadin.ui.Tree.TreeDropCriterion
- getIdForBean(BEANTYPE) - Method in interface com.vaadin.data.util.AbstractBeanContainer.BeanIdResolver
-
Return the item identifier for a bean.
- getIdForBean(BEANTYPE) - Method in class com.vaadin.data.util.AbstractBeanContainer.PropertyBasedBeanIdResolver
- getIEFocusedElement() - Static method in class com.vaadin.client.Util
-
Deprecated.Use #getFocusedElement instead
- getIEVersion() - Method in class com.vaadin.client.BrowserInfo
- getIgnoredDisabledError(String, ClientConnector) - Static method in class com.vaadin.server.communication.ServerRpcHandler
-
Generates an error message when the client is trying to to something ('what') with a connector which is disabled or invisible.
- getImplementation() - Method in class com.vaadin.server.ServerRpcManager
-
Returns the RPC interface implementation for the RPC target.
- getIndentifiers() - Method in class com.vaadin.client.metadata.AsyncBundleLoader
- getIndex() - Method in class com.vaadin.client.componentlocator.SelectorPredicate
- getIndex() - Method in class com.vaadin.client.ui.calendar.schedule.CalendarEvent
-
Get the (server side) index of the event
- getIndex() - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
- getIndex(int) - Method in class com.vaadin.client.widgets.Escalator.SubPartArguments
- getIndices() - Method in class com.vaadin.client.widgets.Escalator.SubPartArguments
- getIndicesLength() - Method in class com.vaadin.client.widgets.Escalator.SubPartArguments
- getInitFunctionName() - Method in class com.vaadin.client.JavaScriptConnectorHelper
- getInitialUidl(VaadinRequest, UI) - Method in class com.vaadin.server.communication.UIInitHandler
-
Generates the initial UIDL message that can e.g.
- getInitParameter(String) - Method in class com.vaadin.server.communication.JSR356WebsocketInitializer.FakeServletConfig
- getInitParameterNames() - Method in class com.vaadin.server.communication.JSR356WebsocketInitializer.FakeServletConfig
- getInitParameters() - Method in class com.vaadin.server.DefaultDeploymentConfiguration
- getInitParameters() - Method in interface com.vaadin.server.DeploymentConfiguration
-
Gets the properties configured for the deployment, e.g.
- getInnerHeight() - Method in class com.vaadin.client.MeasuredSize
- getInnerHeight(Element) - Method in class com.vaadin.client.LayoutManager
-
Gets the inner height (excluding margins, paddings and borders) of the given element, provided that it has been measured.
- getInnerHeightDouble(Element) - Method in class com.vaadin.client.LayoutManager
-
Gets the inner height (excluding margins, paddings and borders) of the given element, provided that it has been measured.
- getInnerWidth() - Method in class com.vaadin.client.MeasuredSize
- getInnerWidth() - Method in class com.vaadin.client.widgets.Escalator
-
Gets the escalator's inner width.
- getInnerWidth(Element) - Method in class com.vaadin.client.LayoutManager
-
Gets the inner width (excluding margins, paddings and borders) of the given element, provided that it has been measured.
- getInnerWidthDouble(Element) - Method in class com.vaadin.client.LayoutManager
-
Gets the inner width (excluding margins, paddings and borders) of the given element, provided that it has been measured.
- getInputPrompt() - Method in class com.vaadin.ui.AbstractTextField
-
Gets the current input prompt.
- getInputPrompt() - Method in class com.vaadin.ui.ComboBox
-
Gets the current input prompt.
- getInputPrompt() - Method in class com.vaadin.ui.PopupDateField
-
Gets the current input prompt.
- getInputStream() - Method in interface com.vaadin.server.VaadinRequest
-
Returns an input stream from which the request content can be read.
- getInstance() - Method in class com.vaadin.data.util.MethodProperty
-
The instance used by this property
- getInstance() - Method in class com.vaadin.data.util.NestedMethodProperty
-
The instance used by this property
- getInstances(boolean) - Static method in class com.vaadin.util.CurrentInstance
-
Gets the currently set instances so that they can later be restored using
CurrentInstance.restoreInstances(Map)
. - getInt(String) - Method in class com.vaadin.client.ValueMap
- getIntArray(String) - Method in class com.vaadin.client.ValueMap
- getIntArrayAttribute(String) - Method in class com.vaadin.client.UIDL
-
Gets the named attribute as an int array.
- getIntArrayVariable(String) - Method in class com.vaadin.client.UIDL
-
Gets the value of the named variable.
- getIntAttribute(String) - Method in class com.vaadin.client.UIDL
-
Gets the named attribute as an int.
- getInterfaceClass() - Method in class com.vaadin.server.ServerRpcMethodInvocation
- getInterfaceName() - Method in class com.vaadin.server.ClientMethodInvocation
- getInterfaceName() - Method in class com.vaadin.shared.communication.MethodInvocation
- getInternalCalendar() - Method in class com.vaadin.ui.Calendar
-
Get the internally used Calendar instance.
- getInternalErrorCaption() - Method in class com.vaadin.server.SystemMessages
- getInternalErrorMessage() - Method in class com.vaadin.server.SystemMessages
- getInternalErrorURL() - Method in class com.vaadin.server.SystemMessages
- getInternalValue() - Method in class com.vaadin.ui.AbstractField
-
Returns the internal field value, which might not match the data source value e.g.
- getInternalWidth() - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid
- getInterval() - Method in class com.vaadin.client.communication.Heartbeat
- getIntProperty(String) - Method in class com.vaadin.client.ComputedStyle
-
Retrieves the given computed property as an integer Returns 0 if the property cannot be converted to an integer
- getIntValue(String) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
- getIntVariable(String) - Method in class com.vaadin.client.UIDL
-
Gets the value of the named variable.
- getInvalidFields() - Method in exception com.vaadin.data.fieldgroup.FieldGroup.CommitException
-
Returns a map containing the fields which failed validation and the exceptions the corresponding validators threw.
- getInvalidFields() - Method in exception com.vaadin.data.fieldgroup.FieldGroup.FieldGroupInvalidValueException
-
Returns a map containing fields which failed validation and the exceptions the corresponding validators threw.
- getInvoker(Method) - Static method in class com.vaadin.client.metadata.TypeDataStore
- getISOWeekNumber(Date) - Static method in class com.vaadin.client.DateTimeService
-
Returns the ISO-8601 week number of the given date.
- getItem() - Method in interface com.vaadin.data.Item.PropertySetChangeEvent
-
Retrieves the Item whose contents has been modified.
- getItem() - Method in class com.vaadin.event.ItemClickEvent
-
Gets the item on which the click event occurred.
- getItem() - Method in class com.vaadin.ui.Grid.CellReference
-
Gets the item for the row of the cell.
- getItem() - Method in class com.vaadin.ui.Grid.EditorEvent
-
Get the item (row) for which this editor was opened
- getItem() - Method in class com.vaadin.ui.Grid.RowReference
-
Gets the item for the row.
- getItem(Object) - Method in interface com.vaadin.data.Container
-
Gets the
Item
with the given Item ID from the Container. - getItem(Object) - Method in class com.vaadin.data.util.AbstractBeanContainer
- getItem(Object) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
- getItem(Object) - Method in class com.vaadin.data.util.ContainerHierarchicalWrapper
- getItem(Object) - Method in class com.vaadin.data.util.ContainerOrderedWrapper
- getItem(Object) - Method in class com.vaadin.data.util.FilesystemContainer
- getItem(Object) - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- getItem(Object) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
- getItem(Object) - Method in class com.vaadin.ui.AbstractSelect
-
Gets the item from the container with given id.
- getItemCaption(Object) - Method in class com.vaadin.ui.AbstractSelect
-
Gets the caption of an item.
- getItemCaptionMode() - Method in class com.vaadin.ui.AbstractSelect
-
Gets the item caption mode.
- getItemCaptionMode() - Method in enum com.vaadin.ui.Table.RowHeaderMode
- getItemCaptionPropertyId() - Method in class com.vaadin.ui.AbstractSelect
-
Gets the item caption property.
- getItemDataSource() - Method in class com.vaadin.data.fieldgroup.BeanFieldGroup
- getItemDataSource() - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Gets the item used by this FieldBinder.
- getItemDataSource() - Method in interface com.vaadin.data.Item.Viewer
-
Gets the Item serving as the data source of the viewer.
- getItemDataSource() - Method in class com.vaadin.ui.Form
-
Deprecated.
- getItemDescriptionGenerator() - Method in class com.vaadin.ui.Table
-
Get the item description generator which generates tooltips for cells and rows in the Table.
- getItemDescriptionGenerator() - Method in class com.vaadin.ui.Tree
-
Get the item description generator which generates tooltips for tree items
- getItemIcon(Object) - Method in class com.vaadin.ui.AbstractSelect
-
Gets the item icon.
- getItemIconAlternateText(Object) - Method in class com.vaadin.ui.Tree
-
Return the alternate text of an icon in a tree item.
- getItemIconPropertyId() - Method in class com.vaadin.ui.AbstractSelect
-
Gets the item icon property.
- getItemId() - Method in class com.vaadin.event.DataBoundTransferable
-
Returns the identifier of the item being transferred.
- getItemId() - Method in class com.vaadin.event.ItemClickEvent
-
Gets a possible identifier in source for clicked Item
- getItemId() - Method in class com.vaadin.ui.Grid.CellReference
-
Gets the item id of the row of the cell.
- getItemId() - Method in class com.vaadin.ui.Grid.GridContextClickEvent
-
Returns the item id of context clicked row.
- getItemId() - Method in class com.vaadin.ui.Grid.RowReference
-
Gets the item id of the row.
- getItemId() - Method in class com.vaadin.ui.renderers.ClickableRenderer.RendererClickEvent
-
Returns the item ID of the row where the click event originated.
- getItemId() - Method in class com.vaadin.ui.Table.TableContextClickEvent
-
Returns the item id of context clicked row.
- getItemId() - Method in class com.vaadin.ui.Table.TableTransferable
- getItemId() - Method in class com.vaadin.ui.Tree.CollapseEvent
-
Gets tge Collapsed Item id.
- getItemId() - Method in class com.vaadin.ui.Tree.ExpandEvent
-
Node where the event occurred.
- getItemId() - Method in class com.vaadin.ui.Tree.TreeContextClickEvent
-
Returns the item id of context clicked row.
- getItemId() - Method in class com.vaadin.ui.Tree.TreeTransferable
- getItemId(String) - Method in class com.vaadin.ui.Grid.AbstractGridExtension
-
Gets the item id for a row key.
- getItemId(String) - Method in class com.vaadin.ui.Grid.AbstractSelectionModel
- getItemIdAfter() - Method in class com.vaadin.ui.Tree.TreeTargetDetails
-
If drop is targeted into "folder node" (see
Tree.TreeTargetDetails.getItemIdInto()
), this method returns the item id of the node after the drag was targeted. - getItemIdInto() - Method in class com.vaadin.ui.Tree.TreeTargetDetails
-
If the event is on a node that can not have children (see
Tree.areChildrenAllowed(Object)
), this method returns the parent item id of the target item (seeAbstractSelect.AbstractSelectTargetDetails.getItemIdOver()
). - getItemIdOver() - Method in class com.vaadin.ui.AbstractSelect.AbstractSelectTargetDetails
- getItemIds() - Method in interface com.vaadin.data.Container
-
Gets the ID's of all visible (after filtering and sorting) Items stored in the Container.
- getItemIds() - Method in class com.vaadin.data.util.AbstractBeanContainer
- getItemIds() - Method in class com.vaadin.data.util.AbstractInMemoryContainer
- getItemIds() - Method in class com.vaadin.data.util.ContainerHierarchicalWrapper
- getItemIds() - Method in class com.vaadin.data.util.ContainerOrderedWrapper
- getItemIds() - Method in class com.vaadin.data.util.FilesystemContainer
- getItemIds() - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- getItemIds() - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
-
NOTE! Do not use this method if in any way avoidable.
- getItemIds() - Method in class com.vaadin.ui.AbstractSelect
-
Gets the item Id collection from the container.
- getItemIds() - Method in class com.vaadin.ui.TreeTable
- getItemIds(int, int) - Method in interface com.vaadin.data.Container.Indexed
-
Get
numberOfItems
consecutive item ids from the container, starting with the item id atstartIndex
. - getItemIds(int, int) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
- getItemIds(int, int) - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- getItemIds(int, int) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
- getItemIds(int, int) - Method in class com.vaadin.ui.Table
- getItemIds(int, int) - Method in class com.vaadin.ui.TreeTable
- getItemIdsUsingGetIdByIndex(int, int, Container.Indexed) - Static method in class com.vaadin.data.ContainerHelpers
-
Get a range of item ids from the container using
Container.Indexed.getIdByIndex(int)
. - getItemProperty(Object) - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Gets the property with the given property id from the item.
- getItemProperty(Object) - Method in interface com.vaadin.data.Item
-
Gets the Property corresponding to the given Property ID stored in the Item.
- getItemProperty(Object) - Method in class com.vaadin.data.util.FilesystemContainer.FileItem
- getItemProperty(Object) - Method in class com.vaadin.data.util.GeneratedPropertyContainer.GeneratedPropertyItem
- getItemProperty(Object) - Method in class com.vaadin.data.util.PropertysetItem
-
Gets the Property corresponding to the given Property ID stored in the Item.
- getItemProperty(Object) - Method in class com.vaadin.data.util.sqlcontainer.RowItem
- getItemProperty(Object) - Method in class com.vaadin.ui.Form
-
Deprecated.The property identified by the property id.
- getItemPropertyIds() - Method in interface com.vaadin.data.Item
-
Gets the collection of IDs of all Properties stored in the Item.
- getItemPropertyIds() - Method in class com.vaadin.data.util.FilesystemContainer.FileItem
- getItemPropertyIds() - Method in class com.vaadin.data.util.GeneratedPropertyContainer.GeneratedPropertyItem
- getItemPropertyIds() - Method in class com.vaadin.data.util.PropertysetItem
-
Gets the collection of IDs of all Properties stored in the Item.
- getItemPropertyIds() - Method in class com.vaadin.data.util.sqlcontainer.RowItem
- getItemPropertyIds() - Method in class com.vaadin.ui.Form
-
Deprecated.
- getItems() - Method in class com.vaadin.client.ui.calendar.schedule.DateCellGroup
- getItems() - Method in class com.vaadin.client.ui.menubar.MenuBar
-
Deprecated.Returns a list containing the
MenuItem
objects in the menu bar. - getItems() - Method in class com.vaadin.client.ui.VMenuBar
-
Returns a list of items in this menu
- getItems() - Method in class com.vaadin.ui.MenuBar
-
Returns a list with all the MenuItem objects in the menu bar
- getItemSetChangeListeners() - Method in class com.vaadin.data.util.AbstractContainer
-
Returns the item set change listener collection.
- getItemSorter() - Method in class com.vaadin.data.util.AbstractBeanContainer
- getItemSorter() - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Returns the ItemSorter used for comparing items in a sort.
- getItemSorter() - Method in class com.vaadin.data.util.IndexedContainer
- getItemStyleGenerator() - Method in class com.vaadin.ui.ComboBox
-
Gets the currently used item style generator.
- getItemStyleGenerator() - Method in class com.vaadin.ui.Tree
- getItemUnfiltered(Object) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
-
Bypasses in-memory filtering to return items that are cached in memory.
- getJavaFieldValue(Object, Field) - Static method in class com.vaadin.util.ReflectTools
-
Returns the value of the java field.
- getJavaFieldValue(Object, Field, Class<?>) - Static method in class com.vaadin.util.ReflectTools
-
Returns the value of the java field that is assignable to the property type.
- getJavaScript() - Method in class com.vaadin.server.Page
- getJavascriptConnectorHelper() - Method in interface com.vaadin.client.communication.HasJavaScriptConnectorHelper
- getJavascriptConnectorHelper() - Method in class com.vaadin.client.connectors.JavaScriptRendererConnector
- getJavascriptConnectorHelper() - Method in class com.vaadin.client.JavaScriptExtension
- getJavascriptConnectorHelper() - Method in class com.vaadin.client.ui.JavaScriptComponentConnector
- getJavaScriptObject(String) - Method in class com.vaadin.client.ValueMap
- getJavaxBeanValidator() - Method in class com.vaadin.data.validator.BeanValidator
-
Returns a shared Validator instance to use.
- getJavaxBeanValidatorFactory() - Static method in class com.vaadin.data.validator.BeanValidator
-
Returns the underlying JSR-303 bean validator factory used.
- getJoinedFilterString(Collection<Container.Filter>, String, StatementHelper) - Static method in class com.vaadin.data.util.sqlcontainer.query.generator.filter.QueryBuilder
- getJSStringArray(String) - Method in class com.vaadin.client.ValueMap
- getJSValueMapArray(String) - Method in class com.vaadin.client.ValueMap
- getKey() - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
- getKeyArray() - Method in class com.vaadin.client.ValueMap
- getKeyCode() - Method in class com.vaadin.event.ShortcutAction
-
Get the
ShortcutAction.KeyCode
that this shortcut reacts to (in combination with theShortcutAction.ModifierKey
s). - getKeyCode(KeyEvent<?>) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.getKeyCode(KeyEvent)
instead. - getKeyCode(KeyEvent<?>) - Static method in class com.vaadin.client.WidgetUtil
-
Helper method for a bug fix #14041.
- getKeycodeForString(String) - Method in class com.vaadin.ui.declarative.converters.DesignShortcutActionConverter
- getKeycodeForString(String) - Method in interface com.vaadin.ui.declarative.converters.ShortcutKeyMapper
-
Gets the key code for a given string.
- getKeyMapper() - Method in class com.vaadin.server.communication.data.RpcDataProviderExtension
- getKeys() - Method in class com.vaadin.client.FastStringMap
- getKeySet() - Method in class com.vaadin.client.ValueMap
- getLastAccessedTime() - Method in class com.vaadin.server.WrappedHttpSession
- getLastAccessedTime() - Method in interface com.vaadin.server.WrappedSession
-
Returns the last time the client sent a request associated with this session, as the number of milliseconds since midnight January 1, 1970 GMT, and marked by the time the container received the request.
- getLastDateForWeek(Date) - Method in class com.vaadin.ui.Calendar
-
Gets a date that is last day in the week that target given date belongs to.
- getLastDayNumber() - Method in class com.vaadin.client.ui.VCalendar
-
Get the number when a week ends
- getLastHeartbeatTimestamp() - Method in class com.vaadin.ui.UI
-
Returns the timestamp of the last received heartbeat for this UI.
- getLastHour() - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
- getLastHour() - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid
- getLastHourOfTheDay() - Method in class com.vaadin.client.ui.VCalendar
-
Get the number when a week ends
- getLastItem() - Method in class com.vaadin.client.ui.menubar.MenuBar
-
Deprecated.Gest the last item from the menu or null if no items.
- getLastOnlyTag() - Method in class com.vaadin.shared.communication.LegacyChangeVariablesInvocation
- getLastOnlyTag() - Method in class com.vaadin.shared.communication.MethodInvocation
-
Gets a String tag that is used to uniquely identify previous method invocations that should be purged from the queue if
@Delay(lastOnly = true)
is used. - getLastPathParameter(String) - Static method in class com.vaadin.server.VaadinServlet
-
Finds any path parameter added to the last part of the uri.
- getLastProcessedClientToServerId() - Method in class com.vaadin.ui.UI
-
Gets the last processed server message id.
- getLastRendered() - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody
- 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.
- getLastRootNode() - Method in class com.vaadin.client.ui.VTree
-
Returns the last root node of the tree or null if there are no root nodes.
- getLastSeenServerSyncId() - Method in class com.vaadin.client.ApplicationConnection
- getLastSeenServerSyncId() - Method in class com.vaadin.client.communication.MessageHandler
-
Gets the server id included in the last received response.
- getLastVisibleDayOfWeek() - Method in class com.vaadin.ui.Calendar
-
Get the last visible day of the week.
- getLastVisibleHourOfDay() - Method in class com.vaadin.ui.Calendar
-
Returns the last visible hour in the week view.
- getLayout() - Method in class com.vaadin.ui.Form
-
Deprecated.Gets the layout of the form.
- getLayoutClickRPC() - Method in class com.vaadin.client.ui.LayoutClickEventHandler
- getLayoutManager() - Method in interface com.vaadin.client.ComponentConnector
- getLayoutManager() - Method in class com.vaadin.client.ui.AbstractComponentConnector
- getLayoutManager() - Method in class com.vaadin.client.ui.layout.ComponentConnectorLayoutSlot
- getLayoutManager() - Method in class com.vaadin.client.ui.layout.ElementResizeEvent
- getLayoutManager() - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
-
Get the layout manager used by this layout
- getLeft() - Method in class com.vaadin.client.widgets.Overlay.PositionAndSize
- getLeft() - Method in class com.vaadin.client.WidgetUtil.TextRectangle
- getLeftColumnCaption() - Method in class com.vaadin.ui.TwinColSelect
-
Returns the text shown above the left column.
- getLeftUnits() - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Gets the unit for the 'left' attribute
- getLeftValue() - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Gets the 'left' attributes value using current units.
- getLegacyPropertyToStringMode() - Method in class com.vaadin.server.DefaultDeploymentConfiguration
-
Deprecated.
- getLegacyPropertyToStringMode() - Method in interface com.vaadin.server.DeploymentConfiguration
-
Deprecated.
- getLength() - Method in class com.vaadin.ui.Upload.FinishedEvent
-
Gets the length of the file.
- getLimit() - Method in class com.vaadin.client.debug.internal.LogSection
-
Gets the current log row limit.
- getListeners(Class<?>) - Method in class com.vaadin.data.util.AbstractContainer
- getListeners(Class<?>) - Method in class com.vaadin.data.util.AbstractProperty
- getListeners(Class<?>) - Method in class com.vaadin.data.util.IndexedContainer
- getListeners(Class<?>) - Method in class com.vaadin.data.util.PropertysetItem
- 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.AbstractSelect
- getListeners(Class<?>) - Method in class com.vaadin.ui.Upload
- getLoadingIndicator() - Method in class com.vaadin.client.ApplicationConnection
-
Returns the loading indicator used by this ApplicationConnection
- getLoadingIndicatorConfiguration() - Method in class com.vaadin.ui.UI
-
Retrieves the object used for configuring the loading indicator.
- getLocale() - Method in class com.vaadin.client.DateTimeService
- getLocale() - Method in class com.vaadin.data.validator.BeanValidator
-
Gets the locale used for validation error messages.
- 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
- getLocalizedDateFormat() - Method in class com.vaadin.client.ui.calendar.schedule.CalendarDay
- getLocation() - Method in class com.vaadin.server.Page
-
Returns the location URI of this page, as reported by the browser.
- getLocation(Widget) - Method in class com.vaadin.client.ui.VCustomLayout
-
Get the location of an widget
- getLocator() - Method in class com.vaadin.client.debug.internal.SelectorPath
- getLockAttributeName() - Method in class com.vaadin.server.VaadinService
-
Returns the name used to store the lock in the HTTP session.
- getLockInstance() - Method in class com.vaadin.server.VaadinSession
-
Gets the
Lock
instance that is used for protecting the data of this session from concurrent access. - getLogger() - Method in class com.vaadin.ui.Calendar
-
Returns the logger for the calendar
- getLogicalRowIndex(TableRowElement) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
-
Gets the logical row index for the given table row element.
- getLoginButtonCaption() - Method in class com.vaadin.ui.LoginForm
-
Returns the caption set with
LoginForm.setLoginButtonCaption(String)
. - getLoginParameter(String) - Method in class com.vaadin.ui.LoginForm.LoginEvent
-
Access method to form values by field names.
- getLogoutURL() - Method in class com.vaadin.server.LegacyApplication
-
Deprecated.Returns the URL user is redirected to on application close.
- getLongAttribute(String) - Method in class com.vaadin.client.UIDL
-
Gets the named attribute as a long.
- getLongPollingSuspendTimeout() - Method in class com.vaadin.server.communication.PushHandler
-
Gets the timeout used for suspend calls when using long polling.
- getLongVariable(String) - Method in class com.vaadin.client.UIDL
-
Gets the value of the named variable.
- getLookupKey() - Method in class com.vaadin.client.metadata.Method
-
Gets the string that is internally used when looking up generated support code for this method.
- getLookupKey() - Method in class com.vaadin.client.metadata.Property
-
Gets the string that is internally used when looking up generated support code for this method.
- getMainDivId(VaadinSession, VaadinRequest, Class<? extends UI>) - Method in class com.vaadin.server.VaadinService
-
Creates and returns a unique ID for the DIV where the UI is to be rendered.
- getMainDivId(VaadinSession, VaadinRequest, Class<? extends UI>) - Method in class com.vaadin.server.VaadinServletService
- getMainDivStyle(BootstrapHandler.BootstrapContext) - Method in class com.vaadin.server.BootstrapHandler
-
Deprecated.
- getMainWindow() - Method in class com.vaadin.server.LegacyApplication
-
Deprecated.Gets the mainWindow of the application.
- getMajorVersion() - Static method in class com.vaadin.shared.Version
- getManager() - Method in interface com.vaadin.client.ui.dd.VDragAndDropManager.DDManagerMediator
-
Returns DnD manager instance.
- getMapAttribute(String) - Method in class com.vaadin.client.UIDL
-
Gets the named attribute as a Map of named values (key/value pairs).
- getMargin() - Method in class com.vaadin.client.ComputedStyle
-
Get current margin values from the DOM.
- getMargin() - Method in class com.vaadin.ui.AbstractOrderedLayout
- getMargin() - Method in class com.vaadin.ui.GridLayout
- getMargin() - Method in interface com.vaadin.ui.Layout.MarginHandler
- getMarginBottom() - Method in class com.vaadin.client.MeasuredSize
- getMarginBottom() - Method in class com.vaadin.client.ui.layout.Margins
- getMarginBottom(Element) - Method in class com.vaadin.client.LayoutManager
-
Gets the bottom margin of the given element, provided that it has been measured.
- getMarginHeight() - Method in class com.vaadin.client.ComputedStyle
-
Returns the sum of the top and bottom margin
- getMarginHeight() - Method in class com.vaadin.client.MeasuredSize
- getMarginHeight(Element) - Method in class com.vaadin.client.LayoutManager
-
Gets the combined top & bottom margin of the given element, provided that they have been measured.
- getMarginLeft() - Method in class com.vaadin.client.MeasuredSize
- getMarginLeft() - Method in class com.vaadin.client.ui.layout.Margins
- getMarginLeft(Element) - Method in class com.vaadin.client.LayoutManager
-
Gets the left margin of the given element, provided that it has been measured.
- getMarginRight() - Method in class com.vaadin.client.MeasuredSize
- getMarginRight() - Method in class com.vaadin.client.ui.layout.Margins
- getMarginRight(Element) - Method in class com.vaadin.client.LayoutManager
-
Gets the right margin of the given element, provided that it has been measured.
- getMarginTop() - Method in class com.vaadin.client.MeasuredSize
- getMarginTop() - Method in class com.vaadin.client.ui.layout.Margins
- getMarginTop(Element) - Method in class com.vaadin.client.LayoutManager
-
Gets the top margin of the given element, provided that it has been measured.
- getMarginWidth() - Method in class com.vaadin.client.ComputedStyle
-
Returns the sum of the top and bottom margin
- getMarginWidth() - Method in class com.vaadin.client.MeasuredSize
- getMarginWidth(Element) - Method in class com.vaadin.client.LayoutManager
-
Gets the combined left & right margin of the given element, provided that they have been measured.
- getMax() - Method in class com.vaadin.ui.Slider
-
Gets the maximum slider value
- getMaxCacheRange(Range, Range, Range) - Method in class com.vaadin.client.data.CacheStrategy.AbstractBasicSymmetricalCacheStrategy
- getMaxCacheRange(Range, Range, Range) - Method in interface com.vaadin.client.data.CacheStrategy
-
Gets the maximum row range that should be cached.
- getMaximumCacheSize(int) - Method in class com.vaadin.client.data.CacheStrategy.AbstractBasicSymmetricalCacheStrategy
-
Gets the maximum number of extra items to cache in one direction.
- getMaximumCacheSize(int) - Method in class com.vaadin.client.data.CacheStrategy.DefaultCacheStrategy
- getMaximumWidth() - Method in class com.vaadin.client.widgets.Grid.Column
-
Gets the maximum width for this column.
- getMaximumWidth() - Method in class com.vaadin.client.widgets.Grid.SelectionColumn
- getMaximumWidth() - Method in class com.vaadin.ui.Grid.Column
-
Returns the maximum width for this column.
- getMaxInactiveInterval() - Method in class com.vaadin.server.WrappedHttpSession
- getMaxInactiveInterval() - Method in interface com.vaadin.server.WrappedSession
-
Returns the maximum time interval, in seconds, that this session will be kept open between client accesses.
- getMaxInactiveIntervalSeconds(HttpSession) - Method in class com.vaadin.server.GAEVaadinServlet
-
Returns the maximum inactive time for a session.
- getMaxIndent() - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody
-
This method exists for the needs of
VTreeTable
only. - getMaxIndent() - Method in class com.vaadin.client.ui.VTreeTable.VTreeTableScrollBody
- getMaxLength() - Method in class com.vaadin.client.ui.VTextField
- 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.
- getMaxSplitPosition() - Method in class com.vaadin.ui.AbstractSplitPanel
-
Returns the current maximum position of the splitter, in
AbstractSplitPanel.getMaxSplitPositionUnit()
units. - getMaxSplitPositionUnit() - Method in class com.vaadin.ui.AbstractSplitPanel
-
Returns the unit of the maximum position of the splitter
- getMaxTimeSpent() - Method in class com.vaadin.client.Profiler.Node
-
Gets the maximum time spent for one invocation of this node, including time spent in sub nodes
- getMaxValue() - Method in class com.vaadin.data.validator.RangeValidator
-
Gets the maximum value of the range
- getMaxVisibleRowCount() - Method in class com.vaadin.client.widgets.Escalator
-
Gets the maximum number of body rows that can be visible on the screen at once.
- getMaxWidth() - Method in class com.vaadin.client.VTooltip
-
Returns the maximum width of the tooltip popup.
- getMaxWidth() - Method in interface com.vaadin.ui.TooltipConfiguration
-
Returns the maximum width of the tooltip popup.
- getMeasuredSize(Element, MeasuredSize) - Method in class com.vaadin.client.LayoutManager
-
Gets the measured size for an element.
- getMeasuredSize(Element, MeasuredSize) - Method in class com.vaadin.client.LayoutManagerIE8
- getMeasureTargets() - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
-
Deprecated.As of 7.0.1, use
LayoutDependencyTree.getMeasureTargetsJsArray()
for improved performance. - getMeasureTargetsJsArray() - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
- getMenuItemWithElement(Element) - Method in class com.vaadin.client.ui.VMenuBar
-
Get menu item with given DOM element
- getMenuItemWithElement(Element) - Method in class com.vaadin.client.ui.VMenuBar
-
Deprecated.As of 7.2, call or override
VMenuBar.getMenuItemWithElement(Element)
instead - getMessage() - Method in class com.vaadin.client.ApplicationConfiguration.ErrorMessage
- getMessage() - Method in class com.vaadin.server.AbstractErrorMessage
- getMessage() - Method in exception com.vaadin.ui.GridLayout.OverlapsException
- getMessage(Reader) - Method in class com.vaadin.server.communication.ServerRpcHandler
- getMessageHandler() - Method in class com.vaadin.client.ApplicationConnection
-
Gets the (server to client) message handler for this application
- getMessageSender() - Method in class com.vaadin.client.ApplicationConnection
-
Gets the (client to server) message sender for this application
- getMethod() - Method in class com.vaadin.server.ServerRpcMethodInvocation
- getMethod() - Method in interface com.vaadin.server.VaadinRequest
-
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
- getMethod(MethodInvocation) - Static method in class com.vaadin.client.communication.RpcManager
-
Gets the method that an invocation targets.
- getMethod(String) - Method in class com.vaadin.client.metadata.Type
- getMethodName() - Method in class com.vaadin.server.ClientMethodInvocation
- getMethodName() - Method in class com.vaadin.shared.communication.MethodInvocation
- getMethodProperty() - Method in exception com.vaadin.data.util.MethodProperty.MethodException
-
Gets the method property this exception originates from.
- getMilliseconds() - Method in class com.vaadin.client.ui.VDateField
- getMilliseconds(Date) - Static method in class com.vaadin.client.DateTimeService
- getMimeType() - Method in interface com.vaadin.server.StreamVariable.StreamingEvent
- getMimeType() - Method in class com.vaadin.ui.Embedded
-
Gets the MIME-Type of the object.
- getMimeType(String) - Method in class com.vaadin.server.VaadinService
-
Returns the MIME type of the specified file, or null if the MIME type is not known.
- getMimeType(String) - Method in class com.vaadin.server.VaadinServletService
- getMIMEType() - Method in 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
- getMIMEType() - Method in class com.vaadin.server.GenericFontIcon
- getMIMEType() - Method in interface com.vaadin.server.Resource
-
Gets the MIME type of the resource.
- getMIMEType() - Method in class com.vaadin.server.StreamResource
- getMIMEType() - Method in class com.vaadin.server.ThemeResource
- getMIMEType() - Method in class com.vaadin.ui.Upload.FinishedEvent
-
Gets the MIME Type of the file.
- getMIMEType() - Method in class com.vaadin.ui.Upload.StartedEvent
-
Gets the MIME Type of the file.
- getMIMEType(File) - Static method in class com.vaadin.util.FileTypeResolver
-
Gets the mime-type for a file.
- getMIMEType(String) - Static method in class com.vaadin.util.FileTypeResolver
-
Gets the mime-type of a file.
- getMIMETypeToIconMapping() - Static method in class com.vaadin.util.FileTypeResolver
-
Gets the internal mime-type to icon mapping.
- getMin() - Method in class com.vaadin.ui.Slider
-
Gets the minimum slider value
- getMinCacheRange(Range, Range, Range) - Method in class com.vaadin.client.data.CacheStrategy.AbstractBasicSymmetricalCacheStrategy
- getMinCacheRange(Range, Range, Range) - Method in interface com.vaadin.client.data.CacheStrategy
-
Gets the minimum row range that should be cached.
- getMinimizedValueAsHTML() - Method in interface com.vaadin.ui.PopupView.Content
-
This should return a small view of the full data.
- getMinimumCacheSize(int) - Method in class com.vaadin.client.data.CacheStrategy.AbstractBasicSymmetricalCacheStrategy
-
Gets the the minimum number of extra items to cache in one direction.
- getMinimumCacheSize(int) - Method in class com.vaadin.client.data.CacheStrategy.DefaultCacheStrategy
- getMinimumWidth() - Method in class com.vaadin.client.widgets.Grid.Column
-
Gets the minimum width for this column.
- getMinimumWidth() - Method in class com.vaadin.client.widgets.Grid.SelectionColumn
- getMinimumWidth() - Method in class com.vaadin.ui.Grid.Column
-
Return the minimum width for this column.
- getMinLength() - Method in class com.vaadin.data.validator.StringLengthValidator
-
Gets the minimum permissible length of the string.
- getMinorVersion() - Static method in class com.vaadin.shared.Version
- getMinSplitPosition() - Method in class com.vaadin.ui.AbstractSplitPanel
-
Returns the current minimum position of the splitter, in
AbstractSplitPanel.getMinSplitPositionUnit()
units. - getMinSplitPositionUnit() - Method in class com.vaadin.ui.AbstractSplitPanel
-
Returns the unit of the minimum position of the splitter.
- getMinTimeSpent() - Method in class com.vaadin.client.Profiler.Node
-
Gets the minimum time spent for one invocation of this node, including time spent in sub nodes
- getMinValue() - Method in class com.vaadin.data.validator.RangeValidator
-
Gets the minimum value of the range
- getMinWidth() - Method in class com.vaadin.client.ui.VScrollTable.HeaderCell
- getModalityCurtain() - Method in class com.vaadin.client.ui.VWindow
- getMode() - Method in class com.vaadin.data.validator.CompositeValidator
-
Gets the mode of the validator.
- getMode() - Method in class com.vaadin.server.AbstractErrorMessage
- getModelType() - Method in interface com.vaadin.data.util.converter.Converter
-
The source type of the converter.
- getModelType() - Method in class com.vaadin.data.util.converter.DateToLongConverter
- getModelType() - Method in class com.vaadin.data.util.converter.DateToSqlDateConverter
- getModelType() - Method in class com.vaadin.data.util.converter.ReverseConverter
- getModelType() - Method in class com.vaadin.data.util.converter.StringToBigDecimalConverter
- getModelType() - Method in class com.vaadin.data.util.converter.StringToBigIntegerConverter
- getModelType() - Method in class com.vaadin.data.util.converter.StringToBooleanConverter
- getModelType() - Method in class com.vaadin.data.util.converter.StringToByteConverter
- getModelType() - Method in class com.vaadin.data.util.converter.StringToCollectionConverter
- getModelType() - Method in class com.vaadin.data.util.converter.StringToDateConverter
- getModelType() - Method in class com.vaadin.data.util.converter.StringToDoubleConverter
- getModelType() - Method in class com.vaadin.data.util.converter.StringToEnumConverter
- getModelType() - Method in class com.vaadin.data.util.converter.StringToFloatConverter
- getModelType() - Method in class com.vaadin.data.util.converter.StringToIntegerConverter
- getModelType() - Method in class com.vaadin.data.util.converter.StringToLongConverter
- getModelType() - Method in class com.vaadin.data.util.converter.StringToShortConverter
- getModelType() - Method in class com.vaadin.ui.AbstractField
-
Retrieves the type of the currently used data model.
- getModelType() - Method in class com.vaadin.ui.declarative.converters.DesignDateConverter
- getModelType() - Method in class com.vaadin.ui.declarative.converters.DesignEnumConverter
- getModelType() - Method in class com.vaadin.ui.declarative.converters.DesignObjectConverter
- getModelType() - Method in class com.vaadin.ui.declarative.converters.DesignResourceConverter
- getModelType() - Method in class com.vaadin.ui.declarative.converters.DesignShortcutActionConverter
- getModelType() - Method in class com.vaadin.ui.declarative.converters.DesignTimeZoneConverter
- getModelType() - Method in class com.vaadin.ui.declarative.converters.DesignToStringConverter
- getModifiers() - Method in class com.vaadin.event.ShortcutAction
-
Get the
ShortcutAction.ModifierKey
s required for the shortcut to react. - getMonth(int) - Method in class com.vaadin.client.DateTimeService
- getMonthGrid() - Method in class com.vaadin.client.ui.calendar.schedule.SimpleDayCell
- getMonthGrid() - Method in class com.vaadin.client.ui.VCalendar
-
Get the month grid component
- getMonthNames() - Method in class com.vaadin.client.ui.VCalendar
-
Get the month names
- getMonthNames(String) - Static method in class com.vaadin.client.LocaleService
- getMonthNamesShort() - Method in class com.vaadin.ui.Calendar
-
Localized display names for months starting from January.
- 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
- getMouseEvent() - Method in class com.vaadin.event.dd.TargetDetailsImpl
- getMouseEventListener() - Method in class com.vaadin.client.ui.VCalendar
-
Get the listener that listen to mouse events
- getMoveEvent() - Method in class com.vaadin.client.ui.calendar.schedule.SimpleDayCell
- getMultiselectMode() - Method in class com.vaadin.ui.Tree
-
Returns the mode the multiselect is in.
- getMultiSelectMode() - Method in class com.vaadin.ui.Table
-
Returns the select mode in which multi-select is used.
- getName() - Method in class com.vaadin.client.componentlocator.SelectorPredicate
- getName() - Method in class com.vaadin.client.metadata.AsyncBundleLoader
- getName() - Method in class com.vaadin.client.metadata.Method
- getName() - Method in class com.vaadin.client.metadata.Property
- getName() - Method in class com.vaadin.client.Profiler.Node
-
Gets the name of the node
- getName() - Method in class com.vaadin.client.ui.dd.VHtml5File
- getName() - Method in class com.vaadin.data.util.FilesystemContainer.FileItem
-
Gets the name of this file.
- getName() - Method in class com.vaadin.data.util.MethodPropertyDescriptor
- getName() - Method in class com.vaadin.data.util.NestedPropertyDescriptor
- getName() - Method in interface com.vaadin.data.util.VaadinPropertyDescriptor
-
Returns the name of the property.
- getName() - Method in interface com.vaadin.server.JsonCodec.BeanProperty
- getName() - Method in enum com.vaadin.shared.MouseEventDetails.MouseButton
-
Returns a human readable text representing the button
- getName() - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.Gets the unique name of the window.
- getNameWithCount(String) - Method in class com.vaadin.client.debug.internal.SelectorPath
-
Get variable name with counter for given component name.
- getNativeEventName(PointerEvent.EventType) - Static method in class com.vaadin.client.event.PointerEventSupport
- getNativeEventName(PointerEvent.EventType) - Method in class com.vaadin.client.event.PointerEventSupportImpl
- getNativeEventName(PointerEvent.EventType) - Method in class com.vaadin.client.event.PointerEventSupportImplIE10
- getNativeKeyCode() - Method in class com.vaadin.client.widget.grid.events.GridKeyDownEvent
-
Gets the native key code.
- getNativeKeyCode() - Method in class com.vaadin.client.widget.grid.events.GridKeyUpEvent
-
Gets the native key code.
- getNativeScrollbarSize() - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.getNativeScrollbarSize()
instead. - getNativeScrollbarSize() - Static method in class com.vaadin.client.WidgetUtil
- getNaturalColumnWidth(int) - Method in class com.vaadin.client.ui.VScrollTable.FooterCell
-
Detects the natural minimum width for the column of this header cell.
- getNaturalColumnWidth(int) - Method in class com.vaadin.client.ui.VScrollTable.HeaderCell
-
Detects the natural minimum width for the column of this header cell.
- getNavigationDownKey() - Method in class com.vaadin.client.ui.VMenuBar
-
Get the key that moves the selection downwards.
- getNavigationDownKey() - Method in class com.vaadin.client.ui.VScrollTable
-
Get the key that moves the selection head downwards.
- getNavigationDownKey() - Method in class com.vaadin.client.ui.VSlider
-
Get the key that decreases the vertical slider.
- getNavigationDownKey() - Method in class com.vaadin.client.ui.VTree
-
Get the key that moves the selection head downwards.
- getNavigationEndKey() - Method in class com.vaadin.client.ui.VScrollTable
-
Get the key the moves the selection to the end of the table.
- getNavigationEndKey() - Method in class com.vaadin.client.ui.VTree
-
Get the key the moves the selection to the end of the table.
- getNavigationLeftKey() - Method in class com.vaadin.client.ui.VMenuBar
-
Get the key that moves the selection left.
- getNavigationLeftKey() - Method in class com.vaadin.client.ui.VScrollTable
-
Get the key that scrolls to the left in the table.
- getNavigationLeftKey() - Method in class com.vaadin.client.ui.VSlider
-
Get the key that decreases the horizontal slider.
- getNavigationLeftKey() - Method in class com.vaadin.client.ui.VTree
-
Get the key that scrolls to the left in the table.
- getNavigationPageDownKey() - Method in class com.vaadin.client.ui.VScrollTable
-
Get the key the moves the selection one page down in the table.
- getNavigationPageDownKey() - Method in class com.vaadin.client.ui.VTree
-
Get the key the moves the selection one page down in the table.
- getNavigationPageUpKey() - Method in class com.vaadin.client.ui.VScrollTable
-
Get the key the moves the selection one page up in the table.
- getNavigationPageUpKey() - Method in class com.vaadin.client.ui.VTree
-
Get the key the moves the selection one page up in the table.
- getNavigationRightKey() - Method in class com.vaadin.client.ui.VMenuBar
-
Get the key that moves the selection right.
- getNavigationRightKey() - Method in class com.vaadin.client.ui.VScrollTable
-
Get the key that scroll to the right on the table.
- getNavigationRightKey() - Method in class com.vaadin.client.ui.VSlider
-
Get the key that increases the horizontal slider.
- getNavigationRightKey() - Method in class com.vaadin.client.ui.VTree
-
Get the key that scroll to the right on the table.
- getNavigationSelectKey() - Method in class com.vaadin.client.ui.VMenuBar
-
Deprecated.use
VMenuBar.isNavigationSelectKey(int)
instead - getNavigationSelectKey() - Method in class com.vaadin.client.ui.VScrollTable
-
Get the key that selects an item in the table.
- getNavigationSelectKey() - Method in class com.vaadin.client.ui.VTree
-
Get the key that selects an item in the table.
- getNavigationSelectKey() - Method in class com.vaadin.client.ui.VTwinColSelect
-
Get the key that selects an item in the table.
- getNavigationStartKey() - Method in class com.vaadin.client.ui.VScrollTable
-
Get the key the moves the selection to the beginning of the table.
- getNavigationStartKey() - Method in class com.vaadin.client.ui.VTree
-
Get the key the moves the selection to the beginning of the table.
- getNavigationUpKey() - Method in class com.vaadin.client.ui.VMenuBar
-
Get the key that moves the selection upwards.
- getNavigationUpKey() - Method in class com.vaadin.client.ui.VScrollTable
-
Get the key that moves the selection head upwards.
- getNavigationUpKey() - Method in class com.vaadin.client.ui.VSlider
-
Get the key that increases the vertical slider.
- getNavigationUpKey() - Method in class com.vaadin.client.ui.VTree
-
Get the key that moves the selection head upwards.
- getNavigator() - Method in class com.vaadin.navigator.ViewChangeListener.ViewChangeEvent
-
Returns the navigator that triggered this event.
- getNavigator() - Method in class com.vaadin.ui.UI
-
Returns the navigator attached to this UI or null if there is no navigator.
- getNewApplication(HttpServletRequest) - Method in class com.vaadin.server.LegacyVaadinServlet
- getNewEnd() - Method in class com.vaadin.ui.components.calendar.CalendarComponentEvents.EventResize
-
Returns the updates end date/time of the event
- getNewEndTime() - Method in class com.vaadin.ui.components.calendar.CalendarComponentEvents.EventResize
-
Deprecated.Use
CalendarComponentEvents.EventResize.getNewEnd()
instead - getNewItemHandler() - Method in class com.vaadin.ui.AbstractSelect
-
TODO refine doc
- getNewRowId() - Method in interface com.vaadin.data.util.sqlcontainer.query.QueryDelegate.RowIdChangeEvent
-
Gets the new, possibly database assigned RowId of the added row that raised this event.
- getNewRowId() - Method in class com.vaadin.data.util.sqlcontainer.query.TableQuery.RowIdChangeEvent
- getNewStart() - Method in class com.vaadin.ui.components.calendar.CalendarComponentEvents.EventResize
-
Returns the updated start date/time of the event
- getNewStart() - Method in class com.vaadin.ui.components.calendar.CalendarComponentEvents.MoveEvent
-
Get new start date.
- getNewStartTime() - Method in class com.vaadin.ui.components.calendar.CalendarComponentEvents.EventResize
-
Deprecated.
- getNewView() - Method in class com.vaadin.navigator.ViewChangeListener.ViewChangeEvent
-
Returns the view being activated.
- getNewX() - Method in class com.vaadin.client.ui.window.WindowMoveEvent
-
Gets the new x position of the window
- getNewY() - Method in class com.vaadin.client.ui.window.WindowMoveEvent
-
Gets the new y position of the window
- getNextFragment() - Method in class com.vaadin.client.communication.AtmospherePushConnection.FragmentedMessage
- getNextKey() - Method in class com.vaadin.client.ui.VCalendarPanel
-
The key that selects the next week in the calendar.
- getNextTabKey() - Method in class com.vaadin.client.ui.VTabsheet
- getNextUIid() - Method in class com.vaadin.server.VaadinSession
-
Creates a new unique id for a UI.
- getNodeByKey(String) - Method in class com.vaadin.client.ui.VTree
- getNotificationConfiguration() - Method in class com.vaadin.ui.UI
-
Retrieves the object used for configuring notifications.
- getNullRepresentation() - Method in class com.vaadin.ui.AbstractTextField
-
Gets the null-string representation.
- getNullRepresentation() - Method in class com.vaadin.ui.Grid.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
- getNullRepresentation() - Method in class com.vaadin.ui.RichTextArea
-
Gets the null-string representation.
- getNullSelectionItemId() - Method in class com.vaadin.ui.AbstractSelect
-
Returns the item id that represents null value of this select in single select mode.
- getNumber() - Method in class elemental.json.impl.JreJsonNumber
- getNumber() - Method in interface elemental.json.JsonNumber
- getNumber(int) - Method in class elemental.json.impl.JreJsonArray
- getNumber(int) - Method in interface elemental.json.JsonArray
-
Return the ith element of the array (uncoerced) as a number.
- getNumber(String) - Method in class elemental.json.impl.JreJsonObject
- getNumber(String) - Method in interface elemental.json.JsonObject
-
Return the element (uncoerced) as a number.
- getNumberOfDaysInMonth(Date) - Static method in class com.vaadin.client.DateTimeService
- getNumberOfSlots() - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
- getObject() - Method in class elemental.json.impl.JreJsonArray
- getObject() - Method in class elemental.json.impl.JreJsonBoolean
- getObject() - Method in class elemental.json.impl.JreJsonNull
- getObject() - Method in class elemental.json.impl.JreJsonNumber
- getObject() - Method in class elemental.json.impl.JreJsonObject
- getObject() - Method in class elemental.json.impl.JreJsonString
- getObject() - Method in class elemental.json.impl.JreJsonValue
- getObject(int) - Method in class elemental.json.impl.JreJsonArray
- getObject(int) - Method in interface elemental.json.JsonArray
-
Return the ith element of the array (uncoerced) as a JsonObject If the type is not an object,, this can result in runtime errors.
- getObject(String) - Method in class elemental.json.impl.JreJsonObject
- getObject(String) - Method in interface elemental.json.JsonObject
-
Return the element (uncoerced) as a JsonObject If the type is not an object,, this can result in runtime errors.
- getOffsetSize() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
-
Gets the length of the scrollbar
- getOldChildren() - Method in class com.vaadin.client.ConnectorHierarchyChangeEvent
-
Returns a collection of the old children for the connector.
- getOldRowId() - Method in interface com.vaadin.data.util.sqlcontainer.query.QueryDelegate.RowIdChangeEvent
-
Gets the old (temporary) RowId of the added row that raised this event.
- getOldRowId() - Method in class com.vaadin.data.util.sqlcontainer.query.TableQuery.RowIdChangeEvent
- getOldValue() - Method in class com.vaadin.data.util.sqlcontainer.ColumnProperty
-
Returns the original non-modified value of this property if it has been modified.
- getOldView() - Method in class com.vaadin.navigator.ViewChangeListener.ViewChangeEvent
-
Returns the view being deactivated.
- getOnStateChangeMethods(Class<?>) - Static method in class com.vaadin.client.metadata.TypeDataStore
-
Gets data for all methods annotated with
OnStateChange
in the given connector type. - getOpenCalenderPanelKey() - Method in class com.vaadin.client.ui.VPopupCalendar
-
Get the key code that opens the calendar panel.
- getOpenDelay() - Method in class com.vaadin.client.VTooltip
-
Returns the time (in ms) that should elapse after an event triggering tooltip showing has occurred (e.g.
- getOpenDelay() - Method in interface com.vaadin.ui.TooltipConfiguration
-
Returns the time (in ms) that should elapse after an event triggering tooltip showing has occurred (e.g.
- getOpenStackItem() - Method in class com.vaadin.client.ui.VAccordion
- getOperatingSystemMajorVersion() - Method in class com.vaadin.shared.VBrowserDetails
-
Returns the major version of the operating system.
- getOperatingSystemMinorVersion() - Method in class com.vaadin.shared.VBrowserDetails
-
Returns the minor version of the operating system.
- getOperation() - Method in class com.vaadin.data.util.filter.Compare
-
Returns the comparison operation.
- getOperaVersion() - Method in class com.vaadin.client.BrowserInfo
- getOpposite() - Method in class com.vaadin.client.widget.grid.sort.SortOrder
-
Returns a new SortOrder object with the sort direction reversed.
- getOpposite() - Method in enum com.vaadin.shared.data.sort.SortDirection
-
Get the sort direction that is the direct opposite to this one.
- getOptionKey() - Method in class com.vaadin.client.ui.VFilterSelect.FilterSelectSuggestion
-
Get the option key which represents the item on the server side.
- getOptionsCaption() - Method in class com.vaadin.client.ui.VTwinColSelect
- getOptionsContainer() - Method in class com.vaadin.client.ui.VListSelect
- getOptionsContainer() - Method in class com.vaadin.client.ui.VNativeSelect
- getOptionsWithFilter(boolean) - Method in class com.vaadin.ui.ComboBox
-
Returns the filtered options for the current page using a container filter.
- getOrder() - Method in class com.vaadin.client.widget.grid.sort.SortEvent
-
Get the sort ordering that is to be applied to the Grid
- getOrientation() - Method in class com.vaadin.ui.Slider
-
Get the current orientation of the slider (horizontal or vertical).
- getOuterHeight() - Method in class com.vaadin.client.MeasuredSize
- getOuterHeight(Element) - Method in class com.vaadin.client.LayoutManager
-
Gets the outer height (including margins, paddings and borders) of the given element, provided that it has been measured.
- getOuterHeightDouble(Element) - Method in class com.vaadin.client.LayoutManager
-
Gets the outer height (including margins, paddings and borders) of the given element, provided that it has been measured.
- getOuterWidth() - Method in class com.vaadin.client.MeasuredSize
- getOuterWidth(Element) - Method in class com.vaadin.client.LayoutManager
-
Gets the outer width (including margins, paddings and borders) of the given element, provided that it has been measured.
- getOuterWidthDouble(Element) - Method in class com.vaadin.client.LayoutManager
-
Gets the outer width (including margins, paddings and borders) of the given element, provided that it has been measured.
- getOutputStream() - Method in interface com.vaadin.server.StreamVariable
-
Invoked by the terminal when a new upload arrives, after
StreamVariable.streamingStarted(StreamingStartEvent)
method has been called. - getOutputStream() - Method in interface com.vaadin.server.VaadinResponse
-
Returns a
OutputStream
for writing binary data in the response. - getOverlappingEvents(int) - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
-
Returns all overlapping DayEvent indexes in the Group.
- getOverlayContainer() - Method in class com.vaadin.client.debug.internal.VDebugWindow
-
Gets the container element for this window.
- getOverlayContainer() - Method in class com.vaadin.client.ui.VOverlay
-
Deprecated.Gets the 'overlay container' element.
- getOverlayContainer() - Method in class com.vaadin.client.widgets.Overlay
-
Gets the 'overlay container' element.
- getOverlayContainer(ApplicationConnection) - Static method in class com.vaadin.client.ui.VOverlay
-
Deprecated.Gets the 'overlay container' element pertaining to the given
ApplicationConnection
. - getOverlayContainerLabel() - Method in class com.vaadin.ui.UI
-
Get the label that is added to the container element, where tooltip, notification and dialogs are added to.
- getOwnActionManager() - Method in class com.vaadin.ui.Form
-
Deprecated.Gets the
ActionManager
responsible for handlingAction
s added to this Form.
Note that Form has another ActionManager inherited fromAbstractField
. - getOwner() - Method in class com.vaadin.client.ui.VFormLayout.Caption
-
Returns Paintable for which this Caption belongs to.
- getOwner() - Method in class com.vaadin.client.ui.VFormLayout.ErrorFlag
- getOwner() - Method in class com.vaadin.client.VCaption
-
Returns Paintable for which this Caption belongs to.
- getOwner() - Method in class com.vaadin.client.widgets.Overlay
-
Get owner (Widget that made this Overlay, not the layout parent) of Overlay
- getOwnerPid(Element) - Static method in class com.vaadin.client.VCaption
- getOwnTime() - Method in class com.vaadin.client.Profiler.Node
-
Gets the total time spent in this node, excluding time spent in sub nodes
- getPackage(String) - Method in class com.vaadin.ui.declarative.DesignContext
-
Gets the package corresponding to the give prefix, or
null
no package has been registered for the prefix - getPackagePrefix(String) - Method in class com.vaadin.ui.declarative.DesignContext
-
Gets the prefix mapping for a given package, or
null
if there is no mapping for the package. - getPackagePrefixes() - Method in class com.vaadin.ui.declarative.DesignContext
-
Gets all registered package prefixes.
- getPadding() - Method in class com.vaadin.client.ComputedStyle
-
Get current padding values from the DOM.
- getPaddingBottom() - Method in class com.vaadin.client.MeasuredSize
- getPaddingBottom(Element) - Method in class com.vaadin.client.LayoutManager
-
Gets the bottom padding of the given element, provided that it has been measured.
- getPaddingHeight() - Method in class com.vaadin.client.ComputedStyle
-
Returns the sum of the top and bottom padding
- getPaddingHeight() - Method in class com.vaadin.client.MeasuredSize
- getPaddingHeight(Element) - Method in class com.vaadin.client.LayoutManager
-
Gets the padding height (top padding + bottom padding) of the given element, provided that it has been measured.
- getPaddingLeft() - Method in class com.vaadin.client.MeasuredSize
- getPaddingLeft(Element) - Method in class com.vaadin.client.LayoutManager
-
Gets the left padding of the given element, provided that it has been measured.
- getPaddingRight() - Method in class com.vaadin.client.MeasuredSize
- getPaddingRight(Element) - Method in class com.vaadin.client.LayoutManager
-
Gets the right padding of the given element, provided that it has been measured.
- getPaddingTop() - Method in class com.vaadin.client.MeasuredSize
- getPaddingTop(Element) - Method in class com.vaadin.client.LayoutManager
-
Gets the top padding of the given element, provided that it has been measured.
- getPaddingWidth() - Method in class com.vaadin.client.ComputedStyle
-
Returns the sum of the top and bottom padding
- getPaddingWidth() - Method in class com.vaadin.client.MeasuredSize
- getPaddingWidth(Element) - Method in class com.vaadin.client.LayoutManager
-
Gets the padding width (left padding + right padding) of the given element, provided that it has been measured.
- getPage() - Method in class com.vaadin.server.Page.UriFragmentChangedEvent
-
Gets the page in which the fragment has changed.
- getPage() - Method in class com.vaadin.ui.UI
- getPageLength() - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
-
Returns the currently set page length.
- getPageLength() - Method in class com.vaadin.ui.ComboBox
-
Returns the page length of the suggestion popup.
- getPageLength() - Method in class com.vaadin.ui.Table
-
Gets the page length.
- getPageState() - Method in class com.vaadin.client.ui.ui.UIConnector
-
Returns the state of the Page associated with the UI.
- getPageTitle(UICreateEvent) - Method in class com.vaadin.server.LegacyApplicationUIProvider
-
Deprecated.
- getPageTitle(UICreateEvent) - Method in class com.vaadin.server.UIProvider
- getPaintable(UIDL) - Method in class com.vaadin.client.ApplicationConnection
-
Deprecated.
- getPaintableAttribute(String, ApplicationConnection) - Method in class com.vaadin.client.UIDL
-
Gets the Paintable with the id found in the named attributes's value.
- getPaintableId() - Method in interface com.vaadin.client.ui.ActionOwner
- getPaintableId() - Method in class com.vaadin.client.ui.calendar.CalendarConnector
- getPaintableId() - Method in class com.vaadin.client.ui.VScrollTable
- getPaintableId() - Method in class com.vaadin.client.ui.VScrollTable.TableHead
- getPaintableId() - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
- getPaintableId() - Method in class com.vaadin.client.ui.VTree
- getPaintableId() - Method in class com.vaadin.client.ui.VTree.TreeNode
- getPaintableVariable(String, ApplicationConnection) - Method in class com.vaadin.client.UIDL
-
Gets the Paintable with the id found in the named variable's value.
- getParameter(String) - Method in class com.vaadin.server.BrowserWindowOpener
-
Gets the value of a parameter set using
BrowserWindowOpener.setParameter(String, String)
. - getParameter(String) - Method in class com.vaadin.server.DownloadStream
-
Gets a paramater for download stream.
- getParameter(String) - Method in interface com.vaadin.server.VaadinRequest
-
Gets the named request parameter This is typically a HTTP GET or POST parameter, though other request types might have other ways of representing parameters.
- getParameter(String) - Method in class com.vaadin.ui.Embedded
-
Gets the value of an object parameter.
- getParameter(String) - Method in class com.vaadin.ui.Flash
-
Deprecated.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 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
-
Deprecated.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
- getParameters() - Method in class com.vaadin.shared.communication.MethodInvocation
- getParameters(UIDL) - Static method in class com.vaadin.client.ui.VEmbedded
-
Returns a map (name -> value) of all parameters in the UIDL.
- getParameterTypes() - Method in class com.vaadin.client.metadata.Method
- getParameterTypes() - Method in class com.vaadin.client.metadata.Type
- getParameterTypes() - Method in class com.vaadin.server.ClientMethodInvocation
- getParameterTypes(MethodInvocation) - Method in class com.vaadin.client.communication.RpcManager
- getParamTypes(Method) - Static method in class com.vaadin.client.metadata.TypeDataStore
- getParent() - Method in class com.vaadin.client.ConnectorHierarchyChangeEvent
-
Returns the
HasComponentsConnector
for which this event occurred. - getParent() - Method in class com.vaadin.client.connectors.AbstractSelectionModelConnector
- getParent() - Method in interface com.vaadin.client.ServerConnector
-
Returns the parent of this connector.
- getParent() - Method in class com.vaadin.client.ui.AbstractConnector
- getParent() - Method in class com.vaadin.client.ui.dd.DragHandle
-
Returns the current parent element for this drag handle.
- getParent() - Method in class com.vaadin.server.AbstractExtension
- getParent() - Method in interface com.vaadin.server.ClientConnector
- getParent() - Method in class com.vaadin.server.DragAndDropService
- getParent() - Method in interface com.vaadin.shared.Connector
-
Gets the parent connector of this connector, or
null
if the connector is not attached to any parent. - getParent() - Method in class com.vaadin.ui.AbstractComponent
- getParent() - Method in interface com.vaadin.ui.Component
-
Gets the parent component of the component.
- getParent() - Method in class com.vaadin.ui.MenuBar.MenuItem
-
For the containing item.
- getParent(Object) - Method in interface com.vaadin.data.Container.Hierarchical
-
Gets the ID of the parent Item of the specified Item.
- getParent(Object) - Method in class com.vaadin.data.util.ContainerHierarchicalWrapper
- getParent(Object) - Method in class com.vaadin.data.util.FilesystemContainer
- getParent(Object) - Method in class com.vaadin.data.util.HierarchicalContainer
- getParent(Object) - Method in class com.vaadin.data.util.HierarchicalContainerOrderedWrapper
- getParent(Object) - Method in class com.vaadin.ui.Tree
-
Gets the ID of the parent Item of the specified Item.
- getParent(Object) - Method in class com.vaadin.ui.TreeTable
- getParentCalendar() - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid
- getParentCell() - Method in class com.vaadin.client.ui.calendar.schedule.DateCell.DateCellSlot
- getParentGrid() - Method in class com.vaadin.ui.Grid.AbstractGridExtension
-
Gets the parent Grid of the renderer.
- getParentMenu() - Method in class com.vaadin.client.ui.menubar.MenuItem
-
Deprecated.Gets the menu that contains this item.
- getParentMenu() - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- getParentMenu() - Method in class com.vaadin.client.ui.VMenuBar
-
Returns the parent menu of this menu, or null if this is the top-level menu
- getParentTag(int) - Method in class com.vaadin.client.ApplicationConfiguration
- getParseErrorMessage() - Method in class com.vaadin.ui.DateField
-
Return the error message that is shown if the user inputted value can't be parsed into a Date object.
- getPasswordCaption() - Method in class com.vaadin.ui.LoginForm
-
Returns the caption set with
LoginForm.setPasswordCaption(String)
. - getPath() - Method in class com.vaadin.client.debug.internal.SelectorPath
- getPathForElement(Element) - Method in class com.vaadin.client.componentlocator.ComponentLocator
-
Generates a String locator which uniquely identifies the target element.
- getPathForElement(Element) - Method in class com.vaadin.client.componentlocator.LegacyLocatorStrategy
- getPathForElement(Element) - Method in interface com.vaadin.client.componentlocator.LocatorStrategy
-
Generates a String locator which uniquely identifies the target element.
- getPathForElement(Element) - Method in class com.vaadin.client.componentlocator.VaadinFinderLocatorStrategy
-
Generates a String locator which uniquely identifies the target element.
- getPathForElement(Element) - Method in class com.vaadin.client.componentlocator.ComponentLocator
-
Deprecated.As of 7.2, call and override
ComponentLocator.getPathForElement(Element)
instead - getPathInfo() - Method in interface com.vaadin.server.VaadinRequest
-
Gets the path of the requested resource relative to the application.
- getPayload() - Method in class com.vaadin.client.communication.XhrConnectionError
-
Returns the payload which was sent to the server
- getPendingAccessQueue() - Method in class com.vaadin.server.VaadinSession
-
Gets the queue of tasks submitted using
VaadinSession.access(Runnable)
. - getPixelLengthFor(int, int) - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid
- getPixelTopFor(int) - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid
- getPointerId() - Method in class com.vaadin.client.event.PointerEvent
-
Gets a unique identifier for the pointer that caused this event.
- getPointerType() - Method in class com.vaadin.client.event.PointerEvent
-
Gets the type of the pointer device that caused this event.
- getPollingInterval() - Method in class com.vaadin.ui.ProgressIndicator
-
Deprecated.Gets the interval that component checks for progress.
- getPollInterval() - Method in class com.vaadin.ui.UI
-
Returns the interval with which the UI polls the server.
- getPopupComponent() - Method in interface com.vaadin.ui.PopupView.Content
-
This should return the full Component representing the data
- getPopupStyle() - Method in class com.vaadin.ui.AbstractColorPicker
-
Gets the style for the popup window
- getPopupView() - Method in class com.vaadin.ui.PopupView.PopupVisibilityEvent
-
Get the PopupView instance that is the source of this event.
- getPopupWidth() - Method in class com.vaadin.ui.ComboBox
-
Returns the suggestion pop-up's width as a CSS string.
- getPosition() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerGrid
-
Gets the position.
- getPosition() - Method in class com.vaadin.ui.Notification
-
Gets the position of the notification message.
- getPosition(Component) - Method in class com.vaadin.ui.AbsoluteLayout
-
Gets the position of a component in the layout.
- getPositionX() - Method in class com.vaadin.ui.Window
-
Gets the distance of Window left border in pixels from left border of the containing (main window) when the window is in
WindowMode.NORMAL
. - getPositionY() - Method in class com.vaadin.ui.Window
-
Gets the distance of Window top border in pixels from top border of the containing (main window) when the window is in
WindowMode.NORMAL
state, or when next set to that state. - getPoster() - Method in class com.vaadin.ui.Video
- getPreferredHeight() - Method in class com.vaadin.client.ui.menubar.MenuBar
-
Deprecated.Gets the preferred height of the menu.
- getPreload() - Method in class com.vaadin.ui.AbstractMedia
- getPresentationType() - Method in class com.vaadin.data.util.converter.AbstractStringToNumberConverter
- getPresentationType() - Method in interface com.vaadin.data.util.converter.Converter
-
The target type of the converter.
- getPresentationType() - Method in class com.vaadin.data.util.converter.DateToLongConverter
- getPresentationType() - Method in class com.vaadin.data.util.converter.DateToSqlDateConverter
- getPresentationType() - Method in class com.vaadin.data.util.converter.ReverseConverter
- getPresentationType() - Method in class com.vaadin.data.util.converter.StringToBooleanConverter
- getPresentationType() - Method in class com.vaadin.data.util.converter.StringToCollectionConverter
- getPresentationType() - Method in class com.vaadin.data.util.converter.StringToDateConverter
- getPresentationType() - Method in class com.vaadin.data.util.converter.StringToEnumConverter
- getPresentationType() - Method in class com.vaadin.ui.declarative.converters.DesignDateConverter
- getPresentationType() - Method in class com.vaadin.ui.declarative.converters.DesignEnumConverter
- getPresentationType() - Method in class com.vaadin.ui.declarative.converters.DesignObjectConverter
- getPresentationType() - Method in class com.vaadin.ui.declarative.converters.DesignResourceConverter
- getPresentationType() - Method in class com.vaadin.ui.declarative.converters.DesignShortcutActionConverter
- getPresentationType() - Method in class com.vaadin.ui.declarative.converters.DesignTimeZoneConverter
- getPresentationType() - Method in class com.vaadin.ui.declarative.converters.DesignToStringConverter
- getPresentationType() - Method in class com.vaadin.ui.Grid.AbstractRenderer
- getPresentationType() - Method in interface com.vaadin.ui.renderers.Renderer
-
Returns the class literal corresponding to the presentation type T.
- getPresentationType(Class<?>) - Static method in class com.vaadin.client.metadata.TypeDataStore
- getPressure() - Method in class com.vaadin.client.event.PointerEvent
-
Gets the pressure of the pointer input as a value in the range of [0, 1] where 0 and 1 represent the minimum and maximum, respectively.
- getPreviousKey() - Method in class com.vaadin.client.ui.VCalendarPanel
-
The key that selects the previous week in the calendar.
- getPreviousTabKey() - Method in class com.vaadin.client.ui.VTabsheet
- getPreviousWidth() - Method in class com.vaadin.ui.Table.ColumnResizeEvent
-
Get the width in pixels of the column before the resize event
- getPrimaryKeyColumns() - Method in class com.vaadin.data.util.sqlcontainer.query.FreeformQuery
- getPrimaryKeyColumns() - Method in interface com.vaadin.data.util.sqlcontainer.query.QueryDelegate
-
Returns a list of primary key column names.
- getPrimaryKeyColumns() - Method in class com.vaadin.data.util.sqlcontainer.query.TableQuery
- getPrimaryStyleName() - Method in class com.vaadin.ui.AbstractComponent
- getPrimaryStyleName() - Method in interface com.vaadin.ui.Component
-
Gets the primary style name of the component.
- getProgressEventInterval() - Method in class com.vaadin.server.communication.FileUploadHandler
-
To prevent event storming, streaming progress events are sent in this interval rather than every time the buffer is filled.
- getProperties() - Method in class com.vaadin.client.metadata.OnStateChangeMethod
-
Gets the list of state property names to listen for.
- getProperties() - Method in class com.vaadin.client.metadata.Type
-
Deprecated.As of 7.0.1, use
Type.getPropertiesAsArray()
instead for improved performance - getProperties(Type) - Static method in class com.vaadin.client.metadata.TypeDataStore
-
Deprecated.As of 7.0.1, use
TypeDataStore.getPropertiesAsArray(Type)
instead for improved performance - getProperties(Class<?>) - Static method in class com.vaadin.server.JsonCodec
- getPropertiesAsArray() - Method in class com.vaadin.client.metadata.Type
- getPropertiesAsArray(Type) - Static method in class com.vaadin.client.metadata.TypeDataStore
- getProperty() - Method in interface com.vaadin.data.Property.ReadOnlyStatusChangeEvent
-
Property whose read-only state has changed.
- getProperty() - Method in interface com.vaadin.data.Property.ValueChangeEvent
-
Retrieves the Property that has been modified.
- getProperty() - Method in class com.vaadin.data.util.AbstractProperty.ReadOnlyStatusChangeEvent
-
Gets the Property whose read-only state has changed.
- getProperty() - Method in exception com.vaadin.data.util.MethodProperty.MethodException
-
Gets the method property this exception originates from.
- getProperty() - Method in class com.vaadin.ui.AbstractField.ReadOnlyStatusChangeEvent
-
Property where the event occurred.
- getProperty() - Method in class com.vaadin.ui.Field.ValueChangeEvent
-
Gets the Property which triggered the event.
- getProperty() - Method in class com.vaadin.ui.Grid.CellReference
- getProperty() - Method in class com.vaadin.ui.Label.ValueChangeEvent
-
Gets the Property that has been modified.
- getProperty(String) - Method in class com.vaadin.client.ComputedStyle
- getProperty(String) - Method in class com.vaadin.client.metadata.Type
- getPropertyDataSource() - Method in interface com.vaadin.data.Property.Viewer
-
Gets the Property serving as the data source of the viewer.
- getPropertyDataSource() - Method in class com.vaadin.data.util.PropertyFormatter
-
Deprecated.Gets the current data source of the formatter, if any.
- getPropertyDataSource() - Method in class com.vaadin.ui.AbstractField
-
Gets the current data source of the field, if any.
- getPropertyDataSource() - Method in class com.vaadin.ui.Label
-
Gets the viewing data-source property.
- getPropertyId() - Method in class com.vaadin.data.sort.SortOrder
-
Returns the property ID.
- getPropertyId() - Method in class com.vaadin.data.util.filter.Between
- getPropertyId() - Method in class com.vaadin.data.util.filter.Compare
-
Returns the property id of the property to compare against the fixed value.
- getPropertyId() - Method in class com.vaadin.data.util.filter.IsNull
-
Returns the property id of the property tested by the filter, not null for valid filters.
- getPropertyId() - Method in class com.vaadin.data.util.filter.Like
- getPropertyId() - Method in class com.vaadin.data.util.filter.SimpleStringFilter
-
Returns the property identifier to which this filter applies.
- getPropertyId() - Method in class com.vaadin.data.util.sqlcontainer.ColumnProperty
- getPropertyId() - Method in class com.vaadin.event.DataBoundTransferable
-
Returns the optional property identifier that the transfer concerns.
- getPropertyId() - Method in class com.vaadin.event.ItemClickEvent
-
Returns property on which click event occurred.
- getPropertyId() - Method in class com.vaadin.ui.Grid.CellReference
- getPropertyId() - Method in class com.vaadin.ui.Grid.Column
-
Returns the property id for the backing property of this Column
- getPropertyId() - Method in class com.vaadin.ui.Grid.GridContextClickEvent
-
Returns property id of clicked column.
- getPropertyId() - Method in class com.vaadin.ui.renderers.ClickableRenderer.RendererClickEvent
-
Returns the property ID where the click event originated.
- getPropertyId() - Method in class com.vaadin.ui.Table.ColumnCollapseEvent
-
Gets the id of the column whose collapse state changed
- getPropertyId() - Method in class com.vaadin.ui.Table.ColumnResizeEvent
-
Get the column property id of the column that was resized.
- getPropertyId() - Method in class com.vaadin.ui.Table.FooterClickEvent
-
Gets the property id of the column which header was pressed
- getPropertyId() - Method in class com.vaadin.ui.Table.HeaderClickEvent
-
Gets the property id of the column which header was pressed
- getPropertyId() - Method in class com.vaadin.ui.Table.TableContextClickEvent
-
Returns the property id of context clicked column.
- getPropertyId() - Method in class com.vaadin.ui.Table.TableTransferable
- getPropertyId() - Method in class com.vaadin.ui.Tree.TreeTransferable
- getPropertyId(Field<?>) - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Returns the property id that is bound to the given field
- getPropertySetChangeListeners() - Method in class com.vaadin.data.util.AbstractContainer
-
Returns the property set change listener collection.
- getPropertyString() - Method in enum com.vaadin.server.DeploymentConfiguration.LegacyProperyToStringMode
-
Deprecated.Gets the string that should be used in e.g.
- getPropertyType() - Method in class com.vaadin.data.util.MethodPropertyDescriptor
- getPropertyType() - Method in class com.vaadin.data.util.NestedPropertyDescriptor
- getPropertyType() - Method in interface com.vaadin.data.util.VaadinPropertyDescriptor
-
Returns the type of the property.
- getPropertyType(Class<?>, String) - Static method in class com.vaadin.data.util.BeanUtil
-
Returns
propertyId
class for property declared inclazz
. - getPropertyType(Object) - Method in class com.vaadin.data.fieldgroup.BeanFieldGroup
- getPropertyType(Object) - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Gets the type of the property with the given property id.
- getPropertyValue(Object, Object, Property) - Method in class com.vaadin.ui.Table
-
Gets the value of property.
- getPropertyValue(String) - Method in class com.vaadin.client.CSSRule
-
Returns a specific property value from this CSS rule.
- getProvider() - Method in class com.vaadin.ui.components.calendar.event.CalendarEventProvider.EventSetChangeEvent
- getProxyHandler(Type) - Static method in class com.vaadin.client.metadata.TypeDataStore
- getPushConfiguration() - Method in class com.vaadin.ui.UI
-
Retrieves the object used for configuring the push channel.
- getPushConnection() - Method in class com.vaadin.ui.UI
-
Returns the internal push connection object used by this UI.
- getPushId() - Method in class com.vaadin.client.communication.MessageHandler
-
Gets the push connection identifier for this session.
- getPushId() - Method in class com.vaadin.server.VaadinSession
-
Gets the push connection identifier for this session.
- getPushMode() - Method in class com.vaadin.server.BootstrapHandler.BootstrapContext
-
Deprecated.
- getPushMode() - Method in class com.vaadin.server.DefaultDeploymentConfiguration
-
Returns the mode of bidirectional ("push") client-server communication that should be used.
- getPushMode() - Method in interface com.vaadin.server.DeploymentConfiguration
-
Returns the mode of bidirectional ("push") client-server communication that should be used.
- getPushMode() - Method in interface com.vaadin.ui.PushConfiguration
-
Returns the mode of bidirectional ("push") communication that is used.
- getPushMode(UICreateEvent) - Method in class com.vaadin.server.UIProvider
-
Finds the
PushMode
to use for a specific UI. - 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.
- getQueryDelegate() - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
-
Returns the QueryDelegate set for this SQLContainer.
- getQueryStatement(int, int) - Method in interface com.vaadin.data.util.sqlcontainer.query.FreeformStatementDelegate
-
Should return a new instance of StatementHelper that contains the query string and parameter values required to create a PreparedStatement.
- getQueryString() - Method in class com.vaadin.data.util.sqlcontainer.query.FreeformQuery
- getQueryString() - Method in class com.vaadin.data.util.sqlcontainer.query.generator.StatementHelper
- getQueryString(int, int) - Method in interface com.vaadin.data.util.sqlcontainer.query.FreeformQueryDelegate
-
Deprecated.As of 6.7. Implement
FreeformStatementDelegate
instead ofFreeformQueryDelegate
- getQuickOpenDelay() - Method in class com.vaadin.client.VTooltip
-
Returns the time (in ms) that should elapse before a tooltip will be shown, in the situation when a tooltip has very recently been shown (within
VTooltip.getQuickOpenDelay()
ms). - getQuickOpenDelay() - Method in interface com.vaadin.ui.TooltipConfiguration
-
Returns the time (in ms) that should elapse before a tooltip will be shown, in the situation when a tooltip has very recently been shown (within
TooltipConfiguration.getQuickOpenDelay()
ms). - getQuickOpenTimeout() - Method in class com.vaadin.client.VTooltip
-
Returns the time (in ms) during which
VTooltip.getQuickOpenDelay()
should be used instead ofVTooltip.getOpenDelay()
. - getQuickOpenTimeout() - Method in interface com.vaadin.ui.TooltipConfiguration
-
Returns the time (in ms) during which
TooltipConfiguration.getQuickOpenDelay()
should be used instead ofTooltipConfiguration.getOpenDelay()
. - getRangeEnd() - Method in class com.vaadin.ui.DateField
-
Returns the precise rangeEnd used.
- getRangeInMilliseconds() - Method in class com.vaadin.client.ui.calendar.schedule.CalendarEvent
-
Get the amount of milliseconds between the start and end of the event
- getRangeInMinutes() - Method in class com.vaadin.client.ui.calendar.schedule.CalendarEvent
-
Get the amount of minutes between the start and end of the event
- getRangeInMinutesForDay(Date) - Method in class com.vaadin.client.ui.calendar.schedule.CalendarEvent
-
Get the amount of minutes for the event on a specific day.
- getRangeSelectListener() - Method in class com.vaadin.client.ui.VCalendar
-
Get the listener that listens to the user highlighting a region in the calendar
- getRangeStart() - Method in class com.vaadin.ui.DateField
-
Returns the precise rangeStart used.
- getRawJson() - Method in class com.vaadin.server.communication.ServerRpcHandler.RpcRequest
-
Gets the entire request in JSON format, as it was received from the client.
- getRawNumber(String) - Method in class com.vaadin.client.ValueMap
- getRawTimezoneOffset() - Method in class com.vaadin.server.WebBrowser
-
Returns the browser-reported TimeZone offset in milliseconds from GMT ignoring possible daylight saving adjustments that may be in effect in the browser.
- getReader() - Method in class com.vaadin.server.communication.AtmospherePushConnection.FragmentedMessage
- getReader() - Method in interface com.vaadin.server.VaadinRequest
-
Retrieves the body of the request as character data using a
BufferedReader
. - getReason() - Method in class com.vaadin.ui.Upload.FailedEvent
-
Gets the exception that caused the failure.
- getReceiver() - Method in class com.vaadin.ui.Upload
-
Returns the current receiver.
- getReconnectAttempts() - Method in interface com.vaadin.ui.ReconnectDialogConfiguration
-
Gets the number of times to try to reconnect to the server before giving up
- getReconnectDialogConfiguration() - Method in class com.vaadin.ui.UI
-
Retrieves the object used for configuring the reconnect dialog.
- getReconnectInterval() - Method in interface com.vaadin.ui.ReconnectDialogConfiguration
-
Gets the interval (in milliseconds) between reconnect attempts
- getRed() - Method in class com.vaadin.shared.ui.colorpicker.Color
-
Returns the red value of the color.
- getReferencedItem(Object, SQLContainer) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
-
Fetches the referenced item from the target SQLContainer.
- getReferencedItemId(Object, SQLContainer) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
-
Fetches the Item Id of the referenced item from the target SQLContainer.
- getRegisteredClasses() - Method in class com.vaadin.ui.declarative.DesignFormatter
-
Returns a set of classes that have a converter registered.
- getRelativeTimeMillis() - Static method in class com.vaadin.client.Profiler
-
Returns time relative to the particular page load time.
- getRelativeToElement() - Method in class com.vaadin.client.ui.AbstractClickEventHandler
-
Click event calculates and returns coordinates relative to the element returned by this method.
- getRelativeX() - Method in class com.vaadin.event.MouseEvents.ClickEvent
-
Returns the relative mouse position (x coordinate) when the click took place.
- getRelativeX() - Method in class com.vaadin.shared.MouseEventDetails
- getRelativeX() - Method in class com.vaadin.ui.Button.ClickEvent
-
Returns the relative mouse position (x coordinate) when the click took place.
- getRelativeY() - Method in class com.vaadin.event.MouseEvents.ClickEvent
-
Returns the relative mouse position (y coordinate) when the click took place.
- getRelativeY() - Method in class com.vaadin.shared.MouseEventDetails
- getRelativeY() - Method in class com.vaadin.ui.Button.ClickEvent
-
Returns the relative mouse position (y coordinate) when the click took place.
- getRemoteAddr() - Method in interface com.vaadin.server.VaadinRequest
-
Returns the IP address from which the request came.
- getRemoteHost() - Method in interface com.vaadin.server.VaadinRequest
-
Returns the fully qualified name of the client or the last proxy that sent the request.
- getRemotePort() - Method in interface com.vaadin.server.VaadinRequest
-
Returns the Internet Protocol (IP) source port of the client or last proxy that sent the request.
- getRemoteUser() - Method in interface com.vaadin.server.VaadinRequest
-
Returns the login of the user making this request, if the user has been authenticated, or null if the user has not been authenticated.
- getRemoved() - Method in class com.vaadin.client.widget.grid.selection.SelectionEvent
-
Gets all rows removed from the selection since the last
SelectionEvent
. - getRemoved() - Method in class com.vaadin.event.SelectionEvent
-
A
Collection
of all the itemIds that became deselected. - getRemovedItemsCount() - Method in interface com.vaadin.data.Container.Indexed.ItemRemoveEvent
-
Gets the number of the removed items.
- getRemovedItemsCount() - Method in class com.vaadin.data.util.AbstractInMemoryContainer.BaseItemRemoveEvent
- getRemovedItemsCount() - Method in class com.vaadin.data.util.GeneratedPropertyContainer.GeneratedItemRemoveEvent
- getRenderedRowByKey(String) - Method in class com.vaadin.client.ui.VScrollTable
-
Get a rendered row by its key
- getRenderedSize() - Method in class com.vaadin.client.RenderInformation
- getRenderedWidth() - Method in class com.vaadin.client.VCaption
- getRenderer() - Method in class com.vaadin.client.connectors.AbstractRendererConnector
-
Returns the renderer associated with this renderer connector.
- getRenderer() - Method in class com.vaadin.client.connectors.ButtonRendererConnector
- getRenderer() - Method in class com.vaadin.client.connectors.ImageRendererConnector
- getRenderer() - Method in class com.vaadin.client.connectors.ProgressBarRendererConnector
- getRenderer() - Method in class com.vaadin.client.connectors.TextRendererConnector
- getRenderer() - Method in class com.vaadin.client.connectors.UnsafeHtmlRendererConnector
- getRenderer() - Method in class com.vaadin.client.widgets.Grid.Column
-
The renderer to render the cell with.
- getRenderer() - Method in class com.vaadin.ui.Grid.Column
-
Returns the renderer instance used by this column.
- getReplacementString() - Method in class com.vaadin.client.ui.VFilterSelect.FilterSelectSuggestion
-
Get a string that represents this item.
- getReqFirstRow() - Method in class com.vaadin.client.ui.VScrollTable.RowRequestHandler
- getRequest() - Method in class com.vaadin.client.communication.XhrConnectionError
-
Returns the request for which the problem occurred
- getRequest() - Method in class com.vaadin.server.BootstrapHandler.BootstrapContext
-
Deprecated.
- 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.
- getRequestedAvailability() - Method in class com.vaadin.client.data.AbstractRemoteDataSource
-
Gets the row index range that was requested by the previous call to
AbstractRemoteDataSource.ensureAvailability(int, int)
. - getRequestedRange() - Method in class com.vaadin.client.data.AbstractRemoteDataSource.RequestRowsCallback
-
Gets the range of rows that was requested.
- getRequestHandlers() - Method in class com.vaadin.server.VaadinService
-
Returns the request handlers that are registered with this service.
- getRequestHandlers() - Method in class com.vaadin.server.VaadinSession
-
Gets the request handlers that are registered to the session.
- getRequestType(VaadinServletRequest) - Method in class com.vaadin.server.VaadinServlet
-
Deprecated.As of 7.0. This is no longer used and only provided for backwards compatibility. Each
RequestHandler
can individually decide whether it wants to handle a request or not. - getRequiredError() - Method in class com.vaadin.ui.AbstractField
- getRequiredError() - Method in interface com.vaadin.ui.Field
-
Gets the error message that is to be displayed if a required field is empty.
- getRequiredHeight() - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody
- getRequiredHeight(Element) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.getRequiredHeight(Element)
instead. - getRequiredHeight(Element) - Static method in class com.vaadin.client.WidgetUtil
-
Gets the border-box height for the given element, i.e.
- getRequiredHeight(Widget) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.getRequiredHeight(Widget)
instead. - getRequiredHeight(Widget) - Static method in class com.vaadin.client.WidgetUtil
- getRequiredHeightBoundingClientRect(Element) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.getRequiredHeightBoundingClientRect(Element)
instead. - getRequiredHeightBoundingClientRect(Element) - Static method in class com.vaadin.client.WidgetUtil
-
Calculates the height of the element's bounding rectangle.
- getRequiredHeightBoundingClientRectDouble(Element) - Static method in class com.vaadin.client.WidgetUtil
-
Calculates the height of the element's bounding rectangle to subpixel precision.
- getRequiredHeightComputedStyle(Element) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.getRequiredHeightComputedStyle(Element)
instead. - getRequiredHeightComputedStyle(Element) - Static method in class com.vaadin.client.WidgetUtil
- getRequiredHeightComputedStyleDouble(Element) - Static method in class com.vaadin.client.WidgetUtil
- getRequiredHeightDouble(Element) - Static method in class com.vaadin.client.WidgetUtil
-
Gets the border-box height for the given element, i.e.
- getRequiredWidth() - Method in class com.vaadin.client.ui.VTabsheet.TabCaption
- getRequiredWidth() - Method in class com.vaadin.client.VCaption
- getRequiredWidth(Element) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.getRequiredWidth(Element)
instead. - getRequiredWidth(Element) - Static method in class com.vaadin.client.WidgetUtil
-
Gets the border-box width for the given element, i.e.
- getRequiredWidth(Widget) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.getRequiredWidth(Widget)
instead. - getRequiredWidth(Widget) - Static method in class com.vaadin.client.WidgetUtil
- getRequiredWidthBoundingClientRect(Element) - Method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.getRequiredWidthBoundingClientRect(Element)
instead. - getRequiredWidthBoundingClientRect(Element) - Static method in class com.vaadin.client.WidgetUtil
-
Calculates the width of the element's bounding rectangle.
- getRequiredWidthBoundingClientRectDouble(Element) - Static method in class com.vaadin.client.WidgetUtil
-
Calculates the width of the element's bounding rectangle to subpixel precision.
- getRequiredWidthComputedStyle(Element) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.getRequiredWidthComputedStyle(Element)
instead. - getRequiredWidthComputedStyle(Element) - Static method in class com.vaadin.client.WidgetUtil
- getRequiredWidthComputedStyleDouble(Element) - Static method in class com.vaadin.client.WidgetUtil
- getRequiredWidthDouble(Element) - Static method in class com.vaadin.client.WidgetUtil
-
Gets the border-box width for the given element, i.e.
- getResetKey() - Method in class com.vaadin.client.ui.VCalendarPanel
-
Returns the reset key which will reset the calendar to the previous selection.
- getResolution() - Method in class com.vaadin.client.ui.VCalendarPanel
- getResolution() - Method in class com.vaadin.ui.DateField
-
Gets the resolution.
- getResolution() - Method in class com.vaadin.ui.Slider
-
Get the current resolution of the slider.
- getResolutionsHigherOrEqualTo(Resolution) - Static method in enum com.vaadin.shared.ui.datefield.Resolution
-
Returns the resolutions that are higher or equal to the given resolution, starting from the given resolution.
- getResolutionsLowerThan(Resolution) - Static method in enum com.vaadin.shared.ui.datefield.Resolution
-
Returns the resolutions that are lower than the given resolution, starting from the given resolution.
- getResource() - Method in class com.vaadin.server.BrowserWindowOpener
-
Returns the resource for this instance.
- getResource() - Method in class com.vaadin.server.communication.AtmospherePushConnection
-
Gets the atmosphere resource associated with this connection.
- getResource() - Method in class com.vaadin.server.ResourceReference
- getResource() - Method in class com.vaadin.ui.Link
-
Returns the resource this link opens.
- getResource(URLReference) - Static method in class com.vaadin.server.ResourceReference
- getResource(String) - Method in class com.vaadin.client.ApplicationConnection
-
Gets a resource that has been pre-loaded via UIDL, such as custom layouts.
- getResource(String) - Method in class com.vaadin.server.AbstractClientConnector
-
Gets a resource defined using
AbstractClientConnector.setResource(String, Resource)
with the corresponding key. - getResourceCacheTime() - Method in class com.vaadin.server.DefaultDeploymentConfiguration
-
Returns the time resources can be cached in the browsers, in seconds.
- getResourceCacheTime() - Method in interface com.vaadin.server.DeploymentConfiguration
-
Returns the time resources can be cached in the browsers, in seconds.
- getResourceId() - Method in class com.vaadin.server.ThemeResource
-
Gets the resource id.
- getResourceLoader() - Method in class com.vaadin.client.ResourceLoader.ResourceLoadEvent
-
Gets the resource loader that has fired this event
- getResourcePath(ServletContext, String) - Static method in class com.vaadin.server.VaadinServlet
-
Deprecated.As of 7.0. Will likely change or be removed in a future version
- getResourcesPath() - Method in class com.vaadin.server.AbstractDeploymentConfiguration
- getResourcesPath() - Method in interface com.vaadin.server.DeploymentConfiguration
-
Gets resources path configuration option value.
- getResourceUrl() - Method in class com.vaadin.client.ResourceLoader.ResourceLoadEvent
-
Gets the absolute url of the loaded resource.
- getResourceUrl(String) - Method in class com.vaadin.client.ui.AbstractConnector
-
Gets the URL for a resource that has been added by the server-side connector using
com.vaadin.terminal.AbstractClientConnector#setResource(String, com.vaadin.terminal.Resource)
with the same key. - getResponse() - Method in class com.vaadin.client.communication.XhrConnectionError
-
Returns the received response, if available
- getResponse() - Method in class com.vaadin.server.BootstrapHandler.BootstrapContext
-
Deprecated.
- getResponseBody() - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereResponse
- getResults(int, int) - Method in class com.vaadin.data.util.sqlcontainer.query.FreeformQuery
-
Fetches the results for the query.
- getResults(int, int) - Method in interface com.vaadin.data.util.sqlcontainer.query.QueryDelegate
-
Executes a paged SQL query and returns the ResultSet.
- getResults(int, int) - Method in class com.vaadin.data.util.sqlcontainer.query.TableQuery
- getReturnType() - Method in class com.vaadin.client.metadata.Method
- getReturnType(Method) - Static method in class com.vaadin.client.metadata.TypeDataStore
- getRevision() - Static method in class com.vaadin.shared.Version
- getRGB() - Method in class com.vaadin.shared.ui.colorpicker.Color
-
Returns RGB value of the color.
- getRGBVisibility() - Method in class com.vaadin.ui.AbstractColorPicker
-
Gets the visibility of the RGB Tab
- getRight() - Method in class com.vaadin.client.WidgetUtil.TextRectangle
- getRightColumnCaption() - Method in class com.vaadin.ui.TwinColSelect
-
Returns the text shown above the right column.
- getRightUnits() - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Gets the unit for the 'right' attribute
- getRightValue() - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Gets the 'right' attributes value in current units.
- getRootComponent() - Method in class com.vaadin.ui.declarative.DesignContext
-
Returns the root component of a created component hierarchy.
- getRootNodes() - Method in class com.vaadin.client.ui.VTree
-
Returns a list of all root nodes in the Tree in the order they appear in the tree.
- getRootPanelId() - Method in class com.vaadin.client.ApplicationConfiguration
- getRow() - Method in class com.vaadin.client.data.AbstractRemoteDataSource.RowHandleImpl
- getRow() - Method in class com.vaadin.client.data.DataSource.RowHandle
-
Gets the most recent representation for the row this handle represents.
- getRow() - Method in class com.vaadin.client.renderers.ClickableRenderer.RendererClickEvent
-
Returns the data object corresponding to the row of the clicked button.
- getRow() - Method in class com.vaadin.client.ui.calendar.schedule.SimpleDayCell
- getRow() - Method in class com.vaadin.client.widget.escalator.Cell
-
Returns the index of the row the cell resides in.
- getRow() - Method in class com.vaadin.client.widget.escalator.FlyweightCell
-
Returns the row index of the cell
- getRow() - Method in class com.vaadin.client.widget.escalator.FlyweightRow
- getRow() - Method in interface com.vaadin.client.widget.escalator.Row
-
Gets the row index.
- getRow() - Method in interface com.vaadin.client.widget.escalator.Spacer
-
Gets the row index.
- getRow() - Method in class com.vaadin.client.widget.grid.CellReference
-
Gets the row data object.
- getRow() - Method in interface com.vaadin.client.widget.grid.EditorHandler.EditorRequest
-
Returns the row data related to the row being requested.
- getRow() - Method in class com.vaadin.client.widget.grid.RowReference
-
Gets the row data object.
- getRow() - Method in class com.vaadin.client.widgets.Grid.Editor
- getRow(int) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
- getRow(int) - Method in interface com.vaadin.client.data.DataSource
-
Retrieves the data for the row at the given index.
- getRow(int) - Method in class com.vaadin.client.widget.grid.datasources.ListDataSource
- getRow(int) - Method in class com.vaadin.client.widgets.Grid.StaticSection
-
Returns the row at the given position.
- getRow(int) - Method in class com.vaadin.ui.Grid.StaticSection
-
Gets row at 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.
- getRowByRowIndex(int) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody
- getRowCount() - Method in class com.vaadin.client.ui.calendar.schedule.WeeklyLongEvents
- getRowCount() - Method in interface com.vaadin.client.widget.escalator.RowContainer
-
Gets the number of rows in the current row container.
- getRowCount() - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
- getRowCount() - Method in class com.vaadin.client.widgets.Grid.StaticSection
-
Returns the number of rows in this section.
- getRowCount() - Method in class com.vaadin.ui.Grid.StaticSection
-
Gets the amount of rows in this section.
- getRowDescriptionContentMode() - Method in class com.vaadin.ui.Grid
-
Gets the content mode used for row descriptions.
- getRowDescriptionGenerator() - Method in class com.vaadin.ui.Grid
-
Returns the
RowDescriptionGenerator
instance used to generate descriptions (tooltips) for Grid rows - getRowElement(int) - Method in interface com.vaadin.client.widget.escalator.RowContainer
-
Gets the row element with given logical index.
- getRowElement(int) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
- getRowExpandRatio(int) - Method in class com.vaadin.ui.GridLayout
-
Returns the expand ratio of given row.
- getRowGenerator() - Method in class com.vaadin.ui.Table
- getRowHandle(JsonObject) - Method in class com.vaadin.client.connectors.AbstractSelectionModelConnector
- getRowHeaderMode() - Method in class com.vaadin.ui.Table
-
Gets the row header mode.
- getRowHeight() - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody
- getRowHeight(boolean) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody
- getRowHeights() - Method in class com.vaadin.client.ui.VGridLayout
-
Returns the row heights measured in pixels
- getRowId() - Method in exception com.vaadin.data.util.sqlcontainer.OptimisticLockException
- getRowIndex() - Method in class com.vaadin.client.widget.escalator.events.SpacerVisibilityChangedEvent
-
Gets the row index to which the spacer element belongs.
- getRowIndex() - Method in class com.vaadin.client.widget.grid.CellReference
-
Gets the row index of the row.
- getRowIndex() - Method in interface com.vaadin.client.widget.grid.EditorHandler.EditorRequest
-
Returns the index of the row being requested.
- getRowIndex() - Method in class com.vaadin.client.widget.grid.RowReference
-
Gets the row index of the row.
- getRowIndex() - Method in class com.vaadin.client.widgets.Grid.EditorDomEvent
-
Returns the row index the editor is open at.
- getRowIndex() - Method in class com.vaadin.ui.Grid.GridContextClickEvent
-
Returns the clicked row index relative to Grid section.
- getRowKey(JsonObject) - Method in class com.vaadin.client.connectors.AbstractRendererConnector
-
Gets the row key for a row object.
- getRowKey(JsonObject) - Method in class com.vaadin.client.connectors.AbstractSelectionModelConnector
- getRowKey(JsonObject) - Method in class com.vaadin.client.connectors.GridConnector
-
Gets the row key for a row object.
- getRowKey(JsonObject) - Method in class com.vaadin.client.connectors.RpcDataSourceConnector.RpcDataSource
- getRowKey(T) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
-
Gets a stable key for the row object.
- getRowNum() - Method in class com.vaadin.data.util.sqlcontainer.ReadOnlyRowId
- getRowReference() - Method in class com.vaadin.client.widget.grid.CellReference
-
Gets the RowReference for this CellReference.
- getRows() - Method in class com.vaadin.client.ui.VOptionGroupBase
-
For internal use only.
- getRows() - Method in class com.vaadin.client.widgets.Grid.StaticSection
- getRows() - Method in class com.vaadin.ui.GridLayout
-
Get the number of rows in the grid.
- getRows() - Method in class com.vaadin.ui.ListSelect
- 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
- getRowState() - Method in class com.vaadin.ui.Grid.StaticSection.StaticRow
- getRowStyleGenerator() - Method in class com.vaadin.client.widgets.Grid
-
Gets the style generator that is used for generating styles for rows
- getRowStyleGenerator() - Method in class com.vaadin.ui.Grid
-
Gets the style generator that is used for generating styles for rows
- getRowTop(TableRowElement) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
-
Returns the assigned top position for the given element.
- getRpcImplementations(String) - Method in interface com.vaadin.client.ServerConnector
-
For internal use by the framework: returns the registered RPC implementations for an RPC interface identifier.
- getRpcImplementations(String) - Method in class com.vaadin.client.ui.AbstractConnector
- getRpcInterface() - Method in class com.vaadin.server.ServerRpcManager
-
Returns the RPC interface type managed by this RPC manager instance.
- getRpcInterfaces() - Method in interface com.vaadin.shared.JavaScriptConnectorState
- getRpcInterfaces() - Method in class com.vaadin.shared.JavaScriptExtensionState
- getRpcInterfaces() - Method in class com.vaadin.shared.ui.JavaScriptComponentState
- getRpcInvocationsData() - Method in class com.vaadin.server.communication.ServerRpcHandler.RpcRequest
-
Gets the data to recreate the RPC as requested by the client side.
- getRpcManager() - Method in class com.vaadin.client.ApplicationConnection
-
Gets the server rpc manager for this application
- getRpcManager(String) - Method in class com.vaadin.server.AbstractClientConnector
- getRpcManager(String) - Method in interface com.vaadin.server.ClientConnector
-
Returns the RPC manager instance to use when receiving calls for an RPC interface.
- getRpcManager(String) - Method in class com.vaadin.server.DragAndDropService
- getRpcProxy() - Method in class com.vaadin.client.ui.VTabsheet
-
Returns the client to server RPC proxy for the tabsheet.
- getRpcProxy(Class<T>) - Method in class com.vaadin.client.ui.AbstractConnector
-
Returns an RPC proxy object which can be used to invoke the RPC method on the server.
- getRpcProxy(Class<T>) - Method in class com.vaadin.server.AbstractClientConnector
-
Returns an RPC proxy for a given server to client RPC interface for this component.
- getRunningApplications() - Static method in class com.vaadin.client.ApplicationConfiguration
- getSanitizedValue() - Method in class com.vaadin.client.ui.VRichTextArea
-
Browsers differ in what they return as the content of a visually empty rich text area.
- getSaveCaption() - Method in class com.vaadin.client.widgets.Grid.Editor
- getSchemaName() - Method in class com.vaadin.data.util.sqlcontainer.query.TableQuery
-
Returns the catalog name for the query.
- getScreenHeight() - Method in class com.vaadin.client.BrowserInfo
- getScreenHeight() - Method in class com.vaadin.server.WebBrowser
-
Gets the height of the screen in pixels.
- getScreenWidth() - Method in class com.vaadin.client.BrowserInfo
- getScreenWidth() - Method in class com.vaadin.server.WebBrowser
-
Gets the width of the screen in pixels.
- getScrollArea() - Method in class com.vaadin.client.widget.grid.AutoScroller
-
Returns the size of the auto scroll area in pixels.
- getScrollbarSize() - Method in class com.vaadin.client.RenderSpace
-
In case containing block has oveflow: auto, this method must return number of pixels used by scrollbar.
- getScrollbarThickness() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
-
Gets the scrollbar's thickness.
- getScrollHeight() - Method in class com.vaadin.client.widgets.Escalator
-
Returns the scroll height for the escalator.
- getScrollHeight() - Method in class com.vaadin.client.widgets.Grid
-
Returns the height of the scrollable area in pixels.
- getScrollingBoundary(ComponentConnector) - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
- getScrollLeft() - Method in class com.vaadin.client.widgets.Escalator
-
Returns the logical horizontal scroll offset.
- getScrollLeft() - Method in class com.vaadin.client.widgets.Grid
-
Gets the horizontal scroll offset
- getScrollLeft() - Method in interface com.vaadin.server.Scrollable
-
Gets scroll left offset.
- getScrollLeft() - Method in class com.vaadin.ui.Panel
- getScrollLeft() - Method in class com.vaadin.ui.UI
- getScrollListener() - Method in class com.vaadin.client.ui.VCalendar
-
Get the listener that listens to when the calendar widget is scrolled
- getScrollPos() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
-
Gets the scroll position of the scrollbar in the axis the scrollbar is representing.
- getScrollPosition() - Method in class com.vaadin.client.ui.FocusableScrollPanel
-
Gets the vertical scroll position.
- getScrollSize() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
-
Gets the amount of pixels the scrollbar needs to be able to scroll through.
- getScrollTableRow(Element) - Method in class com.vaadin.client.ui.table.TableConnector
- getScrollTableRow(Element) - Method in class com.vaadin.client.ui.treetable.TreeTableConnector
- getScrollTop() - Method in class com.vaadin.client.widgets.Escalator
-
Returns the vertical scroll offset.
- getScrollTop() - Method in class com.vaadin.client.widgets.Grid
-
Gets the vertical scroll offset
- getScrollTop() - Method in interface com.vaadin.server.Scrollable
-
Gets scroll top offset.
- getScrollTop() - Method in class com.vaadin.ui.Panel
- getScrollTop() - Method in class com.vaadin.ui.UI
- getScrollWidth() - Method in class com.vaadin.client.widgets.Escalator
-
Returns the scroll width for the escalator.
- getScrollWidth() - Method in class com.vaadin.client.widgets.Grid
-
Returns the width of the scrollable area in pixels.
- getSeckey(StreamVariable) - Method in class com.vaadin.ui.ConnectorTracker
-
Returns the security key associated with the given StreamVariable.
- getSecondComponent() - Method in class com.vaadin.ui.AbstractSplitPanel
-
Gets the second component of this split panel.
- getSecondContainer() - Method in class com.vaadin.client.ui.VAbstractSplitPanel
-
Gets the second container
- getSecondDelay() - Method in class com.vaadin.client.VLoadingIndicator
-
Returns the delay (in ms) which must pass before the loading indicator moves to its "second" state.
- getSecondDelay() - Method in interface com.vaadin.ui.LoadingIndicatorConfiguration
-
Returns the delay before the loading indicator goes into the "second" state.
- getSecondWidget() - Method in class com.vaadin.client.ui.VAbstractSplitPanel
- getSection() - Method in class com.vaadin.client.widget.grid.EventCellReference
-
Gets the Grid section where the referenced cell is.
- getSection() - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
- getSection() - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticRow
- getSection() - Method in class com.vaadin.ui.Grid.GridContextClickEvent
-
Return the clicked section of Grid.
- getSection() - Method in class com.vaadin.ui.Table.TableContextClickEvent
-
Returns the clicked section of Table.
- getSectionState() - Method in class com.vaadin.ui.Grid.Footer
- getSectionState() - Method in class com.vaadin.ui.Grid.Header
- getSectionState() - Method in class com.vaadin.ui.Grid.StaticSection
- getSelect() - Method in class com.vaadin.client.ui.VNativeSelect
- getSelectAllHandler() - Method in class com.vaadin.client.widget.grid.datasources.ListDataSource
-
Returns a
SelectAllHandler
for this ListDataSource. - getSelected() - Method in class com.vaadin.client.ui.VMenuBar
-
Returns the currently selected item of this menu, or null if nothing is selected
- getSelected() - Method in class com.vaadin.client.widget.grid.selection.SelectionEvent
-
Gets currently selected rows.
- getSelected() - Method in class com.vaadin.event.SelectionEvent
-
A
Collection
of all the itemIds that are currently selected. - getSelectedCaption() - Method in class com.vaadin.client.ui.VFilterSelect
-
This method is meant for internal use and may change in future versions.
- getSelectedIndex() - Method in class com.vaadin.client.ui.menubar.MenuBar
-
Deprecated.Gets the index of the selected item.
- getSelectedItem() - Method in class com.vaadin.client.ui.menubar.MenuBar
-
Deprecated.Returns the
MenuItem
that is currently selected (highlighted) by the user. - getSelectedItem() - Method in class com.vaadin.client.ui.VOptionGroupBase
- getSelectedItems() - Method in class com.vaadin.client.ui.VListSelect
- getSelectedItems() - Method in class com.vaadin.client.ui.VNativeSelect
- getSelectedItems() - Method in class com.vaadin.client.ui.VOptionGroup
- getSelectedItems() - Method in class com.vaadin.client.ui.VOptionGroupBase
- getSelectedItems() - Method in class com.vaadin.client.ui.VTwinColSelect
- getSelectedRow() - Method in class com.vaadin.client.connectors.SingleSelectionModelConnector.SingleSelectionModel
- getSelectedRow() - Method in interface com.vaadin.client.widget.grid.selection.SelectionModel.Single
-
Returns the currently selected row.
- getSelectedRow() - Method in class com.vaadin.client.widget.grid.selection.SelectionModelSingle
- getSelectedRow() - Method in class com.vaadin.client.widgets.Grid
-
Gets last selected row from the current SelectionModel.
- getSelectedRow() - Method in class com.vaadin.ui.Grid
-
Gets the item id of the currently selected item.
- getSelectedRow() - Method in interface com.vaadin.ui.Grid.SelectionModel.Single
-
Gets the item id of the currently selected item.
- getSelectedRow() - Method in class com.vaadin.ui.Grid.SingleSelectionModel
- getSelectedRows() - Method in class com.vaadin.client.connectors.AbstractSelectionModelConnector.AbstractSelectionModel
- getSelectedRows() - Method in interface com.vaadin.client.widget.grid.selection.SelectionModel
-
Returns a Collection containing all selected rows.
- getSelectedRows() - Method in class com.vaadin.client.widget.grid.selection.SelectionModelMulti
- getSelectedRows() - Method in class com.vaadin.client.widget.grid.selection.SelectionModelNone
- getSelectedRows() - Method in class com.vaadin.client.widget.grid.selection.SelectionModelSingle
- getSelectedRows() - Method in class com.vaadin.client.widgets.Grid
-
Gets currently selected rows from the current selection model.
- getSelectedRows() - Method in class com.vaadin.ui.Grid.AbstractSelectionModel
- getSelectedRows() - Method in class com.vaadin.ui.Grid
-
Returns a collection of all the currently selected itemIds.
- getSelectedRows() - Method in class com.vaadin.ui.Grid.MultiSelectionModel
-
Returns a collection of all the currently selected itemIds.
- getSelectedRows() - Method in class com.vaadin.ui.Grid.NoSelectionModel
- getSelectedRows() - Method in interface com.vaadin.ui.Grid.SelectionModel
-
Returns a collection of all the currently selected itemIds.
- getSelectedRows() - Method in interface com.vaadin.ui.Grid.SelectionModel.None
-
Returns a collection of all the currently selected itemIds.
- getSelectedRowsBatch() - Method in class com.vaadin.client.connectors.MultiSelectionModelConnector.MultiSelectionModel
- getSelectedRowsBatch() - Method in interface com.vaadin.client.widget.grid.selection.SelectionModel.Multi.Batched
-
Gets all the rows that would become selected in this batch.
- getSelectedRowsBatch() - Method in class com.vaadin.client.widget.grid.selection.SelectionModelMulti
- getSelectedTab() - Method in class com.vaadin.ui.TabSheet
-
Gets the selected tab content component.
- getSelectedX() - Method in class com.vaadin.client.ui.colorpicker.VColorPickerGrid
-
Returns currently selected x-coordinate of the grid.
- getSelectedY() - Method in class com.vaadin.client.ui.colorpicker.VColorPickerGrid
-
Returns currently selected y-coordinate of the grid.
- getSelectionColumnRenderer() - Method in class com.vaadin.client.connectors.MultiSelectionModelConnector.MultiSelectionModel
- getSelectionColumnRenderer() - Method in class com.vaadin.client.connectors.SingleSelectionModelConnector.SingleSelectionModel
- getSelectionColumnRenderer() - Method in interface com.vaadin.client.widget.grid.selection.SelectionModel
-
Return the
Renderer
responsible for rendering the selection column. - getSelectionColumnRenderer() - Method in class com.vaadin.client.widget.grid.selection.SelectionModelMulti
- getSelectionColumnRenderer() - Method in class com.vaadin.client.widget.grid.selection.SelectionModelNone
- getSelectionColumnRenderer() - Method in class com.vaadin.client.widget.grid.selection.SelectionModelSingle
- getSelectionLimit() - Method in class com.vaadin.ui.Grid.MultiSelectionModel
-
Gets the selection limit.
- getSelectionModel() - Method in class com.vaadin.client.widget.grid.events.SelectAllEvent
- getSelectionModel() - Method in class com.vaadin.client.widgets.Grid
-
Gets a reference to the current selection model.
- getSelectionModel() - Method in class com.vaadin.ui.Grid
-
Returns the currently used
Grid.SelectionModel
. - getSelectionsCaption() - Method in class com.vaadin.client.ui.VTwinColSelect
- getSelectKey() - Method in class com.vaadin.client.ui.VCalendarPanel
-
Returns the select key which selects the value.
- getSelector() - Method in class com.vaadin.client.CSSRule
- getSelectTabKey() - Method in class com.vaadin.client.ui.VTabsheet
-
Gets the key to activate the selected tab when navigating using previous/next (left/right) keys.
- getSequenceNumber() - Method in class com.vaadin.server.ClientMethodInvocation
- getServerRpcQueue() - Method in class com.vaadin.client.ApplicationConnection
-
Gets the server RPC queue for this application
- getServerSideClassNameForTag(Integer) - Method in class com.vaadin.client.ApplicationConfiguration
- getService() - Method in class com.vaadin.server.SessionDestroyEvent
-
Gets the Vaadin service from which the even originates.
- getService() - Method in class com.vaadin.server.SessionInitEvent
-
Gets the Vaadin service from which this event originates
- getService() - Method in class com.vaadin.server.SystemMessagesInfo
-
Returns the service this SystemMessages request comes from.
- getService() - Method in class com.vaadin.server.UIProviderEvent
-
Gets the Vaadin service from which the event originates.
- getService() - Method in interface com.vaadin.server.VaadinRequest
-
Gets the vaadin service for the context of this request.
- getService() - Method in interface com.vaadin.server.VaadinResponse
-
Gets the vaadin service for the context of this response.
- getService() - Method in class com.vaadin.server.VaadinServlet
-
Gets a the vaadin service for this servlet.
- getService() - Method in class com.vaadin.server.VaadinServletRequest
- getService() - Method in class com.vaadin.server.VaadinServletResponse
- getService() - Method in class com.vaadin.server.VaadinSession
- getServiceName() - Method in class com.vaadin.server.VaadinService
-
Gets a unique name for this service.
- getServiceName() - Method in class com.vaadin.server.VaadinServletService
- getServiceUrl() - Method in class com.vaadin.client.ApplicationConfiguration
-
Gets the URL to the server-side VaadinService.
- getServiceUrl() - Method in class com.vaadin.shared.VaadinUriResolver
-
Gets the URL handled by
VaadinService
to handle application requests. - getServiceUrl(BootstrapHandler.BootstrapContext) - Method in class com.vaadin.server.BootstrapHandler
-
Deprecated.
- getServiceUrl(BootstrapHandler.BootstrapContext) - Method in class com.vaadin.server.communication.ServletBootstrapHandler
- getServiceUrlParameterName() - Method in class com.vaadin.client.ApplicationConfiguration
-
Return the name of the parameter used to to send data to the service url.
- getServiceUrlParameterName() - Method in class com.vaadin.shared.VaadinUriResolver
-
Gets the name of the request parameter that should be used for sending the requested URL to the
service URL
. - getServlet() - Method in class com.vaadin.server.VaadinServletService
-
Retrieves a reference to the servlet associated with this service.
- getServletContext() - Method in class com.vaadin.server.communication.JSR356WebsocketInitializer.FakeServletConfig
- getServletName() - Method in class com.vaadin.server.communication.JSR356WebsocketInitializer.FakeServletConfig
- getServletVersion() - Method in class com.vaadin.client.ApplicationConfiguration
- getSession() - Method in class com.vaadin.server.AbstractClientConnector
-
Finds the
VaadinSession
to which this connector belongs. - getSession() - Method in class com.vaadin.server.BootstrapHandler.BootstrapContext
-
Deprecated.
- 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.LegacyCommunicationManager
-
Deprecated.
- getSession() - Method in class com.vaadin.server.SessionDestroyEvent
-
Gets the Vaadin service session that is no longer used.
- getSession() - Method in class com.vaadin.server.SessionInitEvent
-
Gets the Vaadin service session that has been initialized.
- getSession() - Method in class com.vaadin.server.VaadinSession
-
Gets the underlying session to which this service session is currently associated.
- getSession() - Method in class com.vaadin.ui.UI
-
Gets the application object to which the component is attached.
- getSessionAttributeName() - Method in class com.vaadin.server.VaadinService
-
Returns the name used for storing the VaadinSession in the underlying HTTP session
- getSessionExpiredCaption() - Method in class com.vaadin.server.SystemMessages
- getSessionExpiredError() - Method in class com.vaadin.client.ApplicationConfiguration
- getSessionExpiredMessage() - Method in class com.vaadin.server.SystemMessages
- getSessionExpiredURL() - Method in class com.vaadin.server.SystemMessages
- getSessionLock(WrappedSession) - Method in class com.vaadin.server.VaadinService
-
Gets the lock instance used to lock the VaadinSession associated with the given wrapped session.
- getShortcutActionHandler() - Method in interface com.vaadin.client.ui.ShortcutActionHandler.ShortcutActionHandlerOwner
-
Returns the ShortCutActionHandler currently used or null if there is currently no shortcutactionhandler
- getShortcutActionHandler() - Method in class com.vaadin.client.ui.VPanel
- getShortcutActionHandler() - Method in class com.vaadin.client.ui.VUI
- getShortcutActionHandler() - Method in class com.vaadin.client.ui.VWindow
- getShortDay(int) - Method in class com.vaadin.client.DateTimeService
- getShortDayNames(String) - Static method in class com.vaadin.client.LocaleService
- getShortMonth(int) - Method in class com.vaadin.client.DateTimeService
- getShortMonthNames(String) - Static method in class com.vaadin.client.LocaleService
- getShouldWriteDataDelegate() - Method in class com.vaadin.ui.declarative.DesignContext
-
Gets the delegate that determines whether the container data of a component should be written out.
- getSidebarMenu() - Method in class com.vaadin.client.widgets.Grid
-
Gets the customizable menu bar that is by default used for toggling column hidability.
- getSignature() - Method in class com.vaadin.client.metadata.Method
-
The unique signature used to identify this method.
- getSignature() - Method in class com.vaadin.client.metadata.Property
-
The unique signature used to identify this property.
- getSignature() - Method in class com.vaadin.client.metadata.Type
-
The unique signature used to identify this type.
- getSimpleName(Object) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4, use
Class.getSimpleName()
instead. - getSize() - Method in class com.vaadin.client.ui.dd.VHtml5File
- getSize() - Method in class com.vaadin.data.util.FilesystemContainer.FileItem
-
Gets the size of this file.
- 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.
- getSlot(int) - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
- getSlot(Element) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
-
Gets a slot based on the widget element.
- getSlot(Element) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
-
Deprecated.As of 7.2, call or override
VAbstractOrderedLayout.getSlot(Element)
instead - getSlot(Widget) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
-
Get the containing slot for a widget.
- getSlotBorder() - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
- getSlotHeight() - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
- getSlotIndex() - Method in class com.vaadin.client.ui.calendar.schedule.CalendarEvent
-
Get the index of the slot where the event in rendered
- getSlotIndex(Element) - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
- getSortableContainerPropertyIds() - Method in interface com.vaadin.data.Container.Sortable
-
Gets the container property IDs which can be used to sort the items.
- getSortableContainerPropertyIds() - Method in class com.vaadin.data.util.AbstractBeanContainer
- getSortableContainerPropertyIds() - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- getSortableContainerPropertyIds() - Method in class com.vaadin.data.util.IndexedContainer
- getSortableContainerPropertyIds() - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
- getSortableContainerPropertyIds() - Method in class com.vaadin.ui.Table
-
Gets the container property IDs, which can be used to sort the item.
- getSortablePropertyIds() - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Returns the sortable property identifiers for the container.
- getSortContainerPropertyId() - Method in class com.vaadin.ui.Table
-
Gets the currently sorted column property ID.
- getSortOrder() - Method in class com.vaadin.client.widgets.Grid
-
Get a copy of the current sort order array.
- getSortOrder() - Method in class com.vaadin.event.SortEvent
-
Gets the sort order list.
- getSortOrder() - Method in class com.vaadin.ui.Grid
-
Get the current sort order list.
- getSortProperties(SortOrder) - Method in class com.vaadin.data.util.PropertyValueGenerator
-
Translates sorting of the generated property in a specific direction to a set of property ids and directions in the underlying container.
- getSource() - Method in class com.vaadin.client.widget.grid.selection.SelectionEvent
-
Gets a reference to the Grid object that fired this event.
- getSource() - Method in class com.vaadin.client.widget.grid.sort.SortEvent
-
Get access to the Grid that fired this event
- getSource() - Method in exception com.vaadin.data.Buffered.SourceException
-
Gets a source of the exception.
- getSource() - Method in class com.vaadin.server.Page.BrowserWindowResizeEvent
- getSource() - Method in class com.vaadin.server.ServiceDestroyEvent
- 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.Embedded
-
Gets the resource contained in the embedded object.
- getSource() - Method in class com.vaadin.ui.Upload.ChangeEvent
-
Uploads where the event occurred.
- getSourceComponent() - Method in interface com.vaadin.event.Transferable
- getSourceComponent() - Method in class com.vaadin.event.TransferableImpl
- getSourceComponent() - Method in class com.vaadin.ui.Table.TableTransferable
- getSourceContainer() - Method in class com.vaadin.event.DataBoundTransferable
-
Returns the container data source from which the transfer occurs.
- getSourceFile() - Method in class com.vaadin.server.FileResource
-
Gets the source file.
- getSources() - Method in class com.vaadin.ui.AbstractMedia
- getSpacerUpdater() - Method in interface com.vaadin.client.widget.escalator.RowContainer.BodyRowContainer
-
Gets the spacer updater currently in use.
- getSpacingElement() - Method in class com.vaadin.client.ui.orderedlayout.Slot
-
Get the element which is added to make the spacing
- getSpacingResizeListener() - Method in class com.vaadin.client.ui.orderedlayout.Slot
- 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
- 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
- getSplitterPosition() - Method in class com.vaadin.client.ui.VAbstractSplitPanel
-
For internal use only.
- getSqlGenerator() - Method in class com.vaadin.data.util.sqlcontainer.query.TableQuery
- getSrc(UIDL, ApplicationConnection) - Method in class com.vaadin.client.ui.VEmbedded
-
Helper to return translated src-attribute from embedded's UIDL
- getStackItem(int) - Method in class com.vaadin.client.ui.VAccordion
-
For internal use only.
- getStackItems() - Method in class com.vaadin.client.ui.VAccordion
- 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
-
Deprecated.Returns standby.
- getStart() - Method in class com.vaadin.client.ui.calendar.schedule.CalendarEvent
- getStart() - Method in class com.vaadin.client.ui.calendar.schedule.DateCellGroup
- getStart() - Method in class com.vaadin.client.ui.calendar.schedule.WeekGridMinuteTimeRange
- getStart() - Method in class com.vaadin.client.ui.CalendarEntry
- getStart() - Method in class com.vaadin.shared.ui.grid.Range
-
Returns the inclusive start point of this range.
- getStart() - Method in class com.vaadin.ui.components.calendar.CalendarComponentEvents.RangeSelectEvent
-
Get start date.
- getStart() - Method in class com.vaadin.ui.components.calendar.CalendarDateRange
-
Get the start date of the date range
- getStart() - Method in class com.vaadin.ui.components.calendar.event.BasicEvent
- getStart() - Method in interface com.vaadin.ui.components.calendar.event.CalendarEvent
-
Gets start date of event.
- getStartDate() - Method in class com.vaadin.ui.Calendar
-
Gets the calendar's start date.
- getStartDateProperty() - Method in class com.vaadin.ui.components.calendar.ContainerEventProvider
-
Get the property which provides the starting date and time of the event
- getStartTime() - Method in class com.vaadin.client.ui.calendar.schedule.CalendarEvent
-
Returns the start time of the event
- getStartValue() - Method in class com.vaadin.data.util.filter.Between
- getStartWeekDay(Date) - Method in class com.vaadin.client.DateTimeService
- getState() - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereResponse
- getState() - Method in interface com.vaadin.client.ComponentConnector
- getState() - Method in class com.vaadin.client.connectors.GridConnector
- getState() - Method in class com.vaadin.client.connectors.JavaScriptRendererConnector
- getState() - Method in class com.vaadin.client.connectors.MultiSelectionModelConnector
- getState() - Method in class com.vaadin.client.connectors.SingleSelectionModelConnector
- getState() - Method in class com.vaadin.client.extensions.BrowserWindowOpenerConnector
- getState() - Method in class com.vaadin.client.extensions.javascriptmanager.JavaScriptManagerConnector
- getState() - Method in class com.vaadin.client.JavaScriptExtension
- getState() - Method in class com.vaadin.client.metadata.AsyncBundleLoader
- getState() - Method in interface com.vaadin.client.ServerConnector
-
Gets the current shared state of the connector.
- getState() - Method in class com.vaadin.client.ui.absolutelayout.AbsoluteLayoutConnector
- getState() - Method in class com.vaadin.client.ui.AbstractComponentConnector
- getState() - Method in class com.vaadin.client.ui.AbstractConnector
-
Returns the shared state object for this connector.
- getState() - Method in class com.vaadin.client.ui.AbstractFieldConnector
- getState() - Method in class com.vaadin.client.ui.AbstractLayoutConnector
- getState() - Method in class com.vaadin.client.ui.accordion.AccordionConnector
- getState() - Method in class com.vaadin.client.ui.audio.AudioConnector
- getState() - Method in class com.vaadin.client.ui.browserframe.BrowserFrameConnector
- getState() - Method in class com.vaadin.client.ui.button.ButtonConnector
- getState() - Method in class com.vaadin.client.ui.calendar.CalendarConnector
- getState() - Method in class com.vaadin.client.ui.checkbox.CheckBoxConnector
- getState() - Method in class com.vaadin.client.ui.colorpicker.AbstractColorPickerConnector
- getState() - Method in class com.vaadin.client.ui.colorpicker.ColorPickerGradientConnector
- getState() - Method in class com.vaadin.client.ui.colorpicker.ColorPickerGridConnector
- getState() - Method in class com.vaadin.client.ui.combobox.ComboBoxConnector
- getState() - Method in class com.vaadin.client.ui.csslayout.CssLayoutConnector
- getState() - Method in class com.vaadin.client.ui.customlayout.CustomLayoutConnector
- getState() - Method in class com.vaadin.client.ui.datefield.DateFieldConnector
- getState() - Method in class com.vaadin.client.ui.datefield.InlineDateFieldConnector
- getState() - Method in class com.vaadin.client.ui.datefield.TextualDateConnector
- getState() - Method in class com.vaadin.client.ui.embedded.EmbeddedConnector
- getState() - Method in class com.vaadin.client.ui.flash.FlashConnector
-
Deprecated.
- getState() - Method in class com.vaadin.client.ui.form.FormConnector
- getState() - Method in class com.vaadin.client.ui.formlayout.FormLayoutConnector
- getState() - Method in class com.vaadin.client.ui.gridlayout.GridLayoutConnector
- getState() - Method in class com.vaadin.client.ui.image.ImageConnector
- getState() - Method in class com.vaadin.client.ui.JavaScriptComponentConnector
- getState() - Method in class com.vaadin.client.ui.label.LabelConnector
- getState() - Method in class com.vaadin.client.ui.link.LinkConnector
- getState() - Method in class com.vaadin.client.ui.loginform.LoginFormConnector
- getState() - Method in class com.vaadin.client.ui.MediaBaseConnector
- getState() - Method in class com.vaadin.client.ui.menubar.MenuBarConnector
- getState() - Method in class com.vaadin.client.ui.nativebutton.NativeButtonConnector
- getState() - Method in class com.vaadin.client.ui.optiongroup.OptionGroupBaseConnector
- getState() - Method in class com.vaadin.client.ui.optiongroup.OptionGroupConnector
- getState() - Method in class com.vaadin.client.ui.orderedlayout.AbstractOrderedLayoutConnector
- getState() - Method in class com.vaadin.client.ui.orderedlayout.HorizontalLayoutConnector
- getState() - Method in class com.vaadin.client.ui.orderedlayout.VerticalLayoutConnector
- getState() - Method in class com.vaadin.client.ui.panel.PanelConnector
- getState() - Method in class com.vaadin.client.ui.popupview.PopupViewConnector
- getState() - Method in class com.vaadin.client.ui.progressindicator.ProgressBarConnector
- getState() - Method in class com.vaadin.client.ui.progressindicator.ProgressIndicatorConnector
-
Deprecated.
- getState() - Method in class com.vaadin.client.ui.richtextarea.RichTextAreaConnector
- getState() - Method in class com.vaadin.client.ui.slider.SliderConnector
- getState() - Method in class com.vaadin.client.ui.splitpanel.AbstractSplitPanelConnector
- getState() - Method in class com.vaadin.client.ui.splitpanel.HorizontalSplitPanelConnector
- getState() - Method in class com.vaadin.client.ui.splitpanel.VerticalSplitPanelConnector
- getState() - Method in class com.vaadin.client.ui.table.TableConnector
- getState() - Method in class com.vaadin.client.ui.tabsheet.TabsheetBaseConnector
- getState() - Method in class com.vaadin.client.ui.textarea.TextAreaConnector
- getState() - Method in class com.vaadin.client.ui.textfield.TextFieldConnector
- getState() - Method in class com.vaadin.client.ui.tree.TreeConnector
- getState() - Method in class com.vaadin.client.ui.treetable.TreeTableConnector
- getState() - Method in class com.vaadin.client.ui.twincolselect.TwinColSelectConnector
- getState() - Method in class com.vaadin.client.ui.ui.UIConnector
- getState() - Method in class com.vaadin.client.ui.upload.UploadConnector
- getState() - Method in class com.vaadin.client.ui.video.VideoConnector
- getState() - Method in class com.vaadin.client.ui.VProgressBar
- getState() - Method in class com.vaadin.client.ui.VTree.TreeNode
-
For internal use only.
- getState() - Method in class com.vaadin.client.ui.window.WindowConnector
- getState() - Method in class com.vaadin.client.widgets.Grid.Editor
- 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.UriFragmentManager
- getState() - Method in class com.vaadin.server.AbstractClientConnector
-
Returns the shared state for this connector.
- getState() - Method in class com.vaadin.server.AbstractJavaScriptExtension
- getState() - Method in class com.vaadin.server.BrowserWindowOpener
- getState() - Method in class com.vaadin.server.communication.AtmospherePushConnection
-
Returns the state of this connection.
- getState() - Method in class com.vaadin.server.VaadinSession
-
Returns the lifecycle state of this session.
- getState() - Method in class com.vaadin.ui.AbsoluteLayout
- getState() - Method in class com.vaadin.ui.AbstractColorPicker
- getState() - Method in class com.vaadin.ui.AbstractComponent
-
Returns the shared state bean with information to be sent from the server to the client.
- getState() - Method in class com.vaadin.ui.AbstractEmbedded
- getState() - Method in class com.vaadin.ui.AbstractField
- getState() - Method in class com.vaadin.ui.AbstractFocusable
- getState() - Method in class com.vaadin.ui.AbstractJavaScriptComponent
- getState() - Method in class com.vaadin.ui.AbstractLayout
- getState() - Method in class com.vaadin.ui.AbstractMedia
- getState() - Method in class com.vaadin.ui.AbstractOrderedLayout
- getState() - Method in class com.vaadin.ui.AbstractSelect
- getState() - Method in class com.vaadin.ui.AbstractSplitPanel
- getState() - Method in class com.vaadin.ui.AbstractTextField
- getState() - Method in class com.vaadin.ui.Accordion
- getState() - Method in class com.vaadin.ui.Audio
- getState() - Method in class com.vaadin.ui.BrowserFrame
- getState() - Method in class com.vaadin.ui.Button
- getState() - Method in class com.vaadin.ui.Calendar
- getState() - Method in class com.vaadin.ui.CheckBox
- getState() - Method in class com.vaadin.ui.ComboBox
- getState() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerGradient
- getState() - Method in class com.vaadin.ui.components.colorpicker.ColorPickerGrid
- getState() - Method in class com.vaadin.ui.CssLayout
- getState() - Method in class com.vaadin.ui.CustomLayout
- getState() - Method in class com.vaadin.ui.DateField
- getState() - Method in class com.vaadin.ui.Flash
-
Deprecated.
- getState() - Method in class com.vaadin.ui.Form
-
Deprecated.
- getState() - Method in class com.vaadin.ui.FormLayout
- getState() - Method in class com.vaadin.ui.Grid
- getState() - Method in class com.vaadin.ui.Grid.MultiSelectionModel
- getState() - Method in class com.vaadin.ui.Grid.SingleSelectionModel
- getState() - Method in class com.vaadin.ui.GridLayout
- getState() - Method in class com.vaadin.ui.HorizontalLayout
- getState() - Method in class com.vaadin.ui.HorizontalSplitPanel
- getState() - Method in class com.vaadin.ui.Image
- getState() - Method in class com.vaadin.ui.JavaScript
- getState() - Method in class com.vaadin.ui.Label
- getState() - Method in class com.vaadin.ui.Link
- getState() - Method in class com.vaadin.ui.LoginForm
- getState() - Method in class com.vaadin.ui.MenuBar
- getState() - Method in class com.vaadin.ui.OptionGroup
- getState() - Method in class com.vaadin.ui.Panel
- getState() - Method in class com.vaadin.ui.PopupDateField
- getState() - Method in class com.vaadin.ui.PopupView
- getState() - Method in class com.vaadin.ui.ProgressBar
- getState() - Method in class com.vaadin.ui.ProgressIndicator
-
Deprecated.
- getState() - Method in class com.vaadin.ui.renderers.AbstractJavaScriptRenderer
- getState() - Method in class com.vaadin.ui.RichTextArea
- getState() - Method in class com.vaadin.ui.Slider
- getState() - Method in class com.vaadin.ui.Table
- getState() - Method in class com.vaadin.ui.TabSheet
- getState() - Method in class com.vaadin.ui.TextArea
- getState() - Method in class com.vaadin.ui.Tree
- getState() - Method in class com.vaadin.ui.TreeTable
- getState() - Method in class com.vaadin.ui.TwinColSelect
- getState() - Method in class com.vaadin.ui.UI
- getState() - Method in class com.vaadin.ui.Upload
- getState() - Method in class com.vaadin.ui.VerticalLayout
- getState() - Method in class com.vaadin.ui.VerticalSplitPanel
- getState() - Method in class com.vaadin.ui.Video
- getState() - Method in class com.vaadin.ui.Window
- getState(boolean) - Method in class com.vaadin.server.AbstractClientConnector
-
Returns the shared state for this connector.
- getState(boolean) - Method in class com.vaadin.server.BrowserWindowOpener
- getState(boolean) - Method in class com.vaadin.server.Page
-
Returns the page state.
- getState(boolean) - Method in class com.vaadin.ui.AbstractColorPicker
- getState(boolean) - Method in class com.vaadin.ui.AbstractComponent
- getState(boolean) - Method in class com.vaadin.ui.AbstractEmbedded
- getState(boolean) - Method in class com.vaadin.ui.AbstractField
- getState(boolean) - Method in class com.vaadin.ui.AbstractFocusable
- getState(boolean) - Method in class com.vaadin.ui.AbstractMedia
- getState(boolean) - Method in class com.vaadin.ui.AbstractOrderedLayout
- getState(boolean) - Method in class com.vaadin.ui.AbstractSplitPanel
- getState(boolean) - Method in class com.vaadin.ui.AbstractTextField
- getState(boolean) - Method in class com.vaadin.ui.Button
- getState(boolean) - Method in class com.vaadin.ui.Calendar
- getState(boolean) - Method in class com.vaadin.ui.CustomLayout
- getState(boolean) - Method in class com.vaadin.ui.DateField
- getState(boolean) - Method in class com.vaadin.ui.Flash
-
Deprecated.
- getState(boolean) - Method in class com.vaadin.ui.Form
-
Deprecated.
- getState(boolean) - Method in class com.vaadin.ui.Grid
- getState(boolean) - Method in class com.vaadin.ui.Grid.MultiSelectionModel
- getState(boolean) - Method in class com.vaadin.ui.Grid.SingleSelectionModel
- getState(boolean) - Method in class com.vaadin.ui.GridLayout
- getState(boolean) - Method in class com.vaadin.ui.Label
- getState(boolean) - Method in class com.vaadin.ui.Link
- getState(boolean) - Method in class com.vaadin.ui.MenuBar
- getState(boolean) - Method in class com.vaadin.ui.Panel
- getState(boolean) - Method in class com.vaadin.ui.PopupDateField
- getState(boolean) - Method in class com.vaadin.ui.PopupView
- getState(boolean) - Method in class com.vaadin.ui.ProgressBar
- getState(boolean) - Method in class com.vaadin.ui.ProgressIndicator
-
Deprecated.
- getState(boolean) - Method in class com.vaadin.ui.Slider
- getState(boolean) - Method in class com.vaadin.ui.Table
- getState(boolean) - Method in class com.vaadin.ui.TabSheet
- getState(boolean) - Method in class com.vaadin.ui.TextArea
- getState(boolean) - Method in class com.vaadin.ui.UI
- 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. - getStatementHelper() - Method in class com.vaadin.data.util.sqlcontainer.query.generator.DefaultSQLGenerator
-
Returns the statement helper for the generator.
- 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
- getStateType() - Method in class com.vaadin.ui.UI
- getStateType(ServerConnector) - Static method in class com.vaadin.client.ui.AbstractConnector
- 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
- getStatusCode() - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereResponse
- getStream() - Method in class com.vaadin.server.ClassResource
- getStream() - Method in interface com.vaadin.server.ConnectorResource
-
Gets resource as stream.
- getStream() - Method in class com.vaadin.server.DownloadStream
-
Gets downloadable stream.
- getStream() - Method in class com.vaadin.server.FileResource
- getStream() - Method in class com.vaadin.server.StreamResource
- getStream() - Method in interface com.vaadin.server.StreamResource.StreamSource
-
Returns new input stream that is used for reading the resource.
- getStreamSource() - Method in class com.vaadin.server.StreamResource
-
Returns the source for this
StreamResource
. - getStreamVariable() - Method in class com.vaadin.ui.Html5File
- getStreamVariable() - Method in class com.vaadin.ui.Upload
- getStreamVariable(String, String) - Method in class com.vaadin.ui.ConnectorTracker
-
Checks if the indicated connector has a StreamVariable of the given name and returns the variable if one is found.
- getStreamVariableTargetUrl(ClientConnector, String, StreamVariable) - Method in class com.vaadin.server.LegacyCommunicationManager
-
Deprecated.As of 7.1. See #11411.
- getString() - Method in class elemental.json.impl.JreJsonString
- getString() - Method in interface elemental.json.JsonString
- getString(int) - Method in class elemental.json.impl.JreJsonArray
- getString(int) - Method in interface elemental.json.JsonArray
-
Return the ith element of the array (uncoerced) as a String.
- getString(String) - Method in class com.vaadin.client.ValueMap
- getString(String) - Method in class elemental.json.impl.JreJsonObject
- getString(String) - Method in interface elemental.json.JsonObject
-
Return the element (uncoerced) as a String.
- getStringArray(String) - Method in class com.vaadin.client.ValueMap
- getStringArrayAttribute(String) - Method in class com.vaadin.client.UIDL
-
Gets the named attribute as an array of Strings.
- getStringArrayVariable(String) - Method in class com.vaadin.client.UIDL
-
Gets the value of the named variable.
- getStringArrayVariableAsSet(String) - Method in class com.vaadin.client.UIDL
-
Gets the value of the named String[] variable as a Set of Strings.
- getStringAttribute(String) - Method in class com.vaadin.client.UIDL
-
Gets the named attribute as a String.
- getStringForDate(Date) - Method in class com.vaadin.client.ui.CalendarEntry
- getStringForKeycode(int) - Method in class com.vaadin.ui.declarative.converters.DesignShortcutActionConverter
- getStringForKeycode(int) - Method in interface com.vaadin.ui.declarative.converters.ShortcutKeyMapper
-
Returns a string for a given key code.
- getStringRepresentation(String) - Method in class com.vaadin.client.Profiler.Node
- getStringValue(String) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
- getStringVariable(String) - Method in class com.vaadin.client.UIDL
-
Gets the value of the named variable.
- getStyle() - Method in class com.vaadin.client.ui.VFilterSelect.FilterSelectSuggestion
-
Gets the style set for this suggestion item.
- getStyle() - Method in enum com.vaadin.ui.Notification.Type
- getStyle(CellReference<T>) - Method in interface com.vaadin.client.widget.grid.CellStyleGenerator
-
Called by Grid to generate a style name for a column element.
- getStyle(RowReference<T>) - Method in interface com.vaadin.client.widget.grid.RowStyleGenerator
-
Called by Grid to generate a style name for a row.
- getStyle(ComboBox, Object) - Method in interface com.vaadin.ui.ComboBox.ItemStyleGenerator
-
Called by ComboBox when an item is painted.
- getStyle(Grid.CellReference) - Method in interface com.vaadin.ui.Grid.CellStyleGenerator
-
Called by Grid to generate a style name for a column.
- getStyle(Grid.RowReference) - Method in interface com.vaadin.ui.Grid.RowStyleGenerator
-
Called by Grid to generate a style name for a row.
- getStyle(Table, Object, Object) - Method in interface com.vaadin.ui.Table.CellStyleGenerator
-
Called by Table when a cell (and row) is painted.
- getStyle(Tree, Object) - Method in interface com.vaadin.ui.Tree.ItemStyleGenerator
-
Called by Tree when an item is painted.
- getStyleName() - Method in class com.vaadin.client.ui.calendar.schedule.CalendarEvent
- getStyleName() - Method in class com.vaadin.client.ui.CalendarEntry
- getStyleName() - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
-
Returns the custom style name for this cell.
- getStyleName() - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticRow
-
Returns the custom style name for this row.
- getStyleName() - Method in class com.vaadin.ui.AbstractComponent
- getStyleName() - Method in interface com.vaadin.ui.Component
-
Gets all user-defined CSS style names of a component.
- getStyleName() - Method in class com.vaadin.ui.components.calendar.event.BasicEvent
- getStyleName() - Method in interface com.vaadin.ui.components.calendar.event.CalendarEvent
-
Gets style name of event.
- getStyleName() - Method in class com.vaadin.ui.Grid.StaticSection.StaticRow
-
Returns the custom style name for this row.
- 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
- getStyleNameProperty() - Method in class com.vaadin.ui.components.calendar.ContainerEventProvider
-
Get the property which provides the style name for the event
- getStylePrimaryName() - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
-
Returns the primary style name of the container.
- getStyles() - Method in class com.vaadin.server.Page
-
Returns that stylesheet associated with this Page.
- getSubMenu() - Method in class com.vaadin.client.ui.menubar.MenuItem
-
Deprecated.Gets the sub-menu associated with this item.
- getSubMenu() - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- getSubmitListener() - Method in class com.vaadin.client.ui.VCalendarPanel
-
Returns the submit listener that listens to selection made from the panel
- getSubPartElement(String) - Method in class com.vaadin.client.ui.colorpicker.VColorPickerGradient
- getSubPartElement(String) - Method in interface com.vaadin.client.ui.SubPartAware
-
Locates an element inside a component using the identifier provided in
subPart
. - getSubPartElement(String) - Method in class com.vaadin.client.ui.VCalendarPanel
- getSubPartElement(String) - Method in class com.vaadin.client.ui.VContextMenu
- getSubPartElement(String) - Method in class com.vaadin.client.ui.VFilterSelect
- getSubPartElement(String) - Method in class com.vaadin.client.ui.VFilterSelect.SuggestionMenu
- getSubPartElement(String) - Method in class com.vaadin.client.ui.VMenuBar
- getSubPartElement(String) - Method in class com.vaadin.client.ui.VPopupCalendar
- getSubPartElement(String) - Method in class com.vaadin.client.ui.VScrollTable
- getSubPartElement(String) - Method in class com.vaadin.client.ui.VSlider
- getSubPartElement(String) - Method in class com.vaadin.client.ui.VTabsheet
- getSubPartElement(String) - Method in class com.vaadin.client.ui.VTextualDate
- getSubPartElement(String) - Method in class com.vaadin.client.ui.VTree
- getSubPartElement(String) - Method in class com.vaadin.client.ui.VTwinColSelect
- getSubPartElement(String) - Method in class com.vaadin.client.widgets.Escalator
- getSubPartElement(String) - Method in class com.vaadin.client.widgets.Grid
- getSubPartName(Element) - Method in class com.vaadin.client.ui.colorpicker.VColorPickerGradient
- getSubPartName(Element) - Method in interface com.vaadin.client.ui.SubPartAware
-
Provides an identifier that identifies the element within the component.
- getSubPartName(Element) - Method in class com.vaadin.client.ui.VCalendarPanel
- getSubPartName(Element) - Method in class com.vaadin.client.ui.VContextMenu
- getSubPartName(Element) - Method in class com.vaadin.client.ui.VFilterSelect
- getSubPartName(Element) - Method in class com.vaadin.client.ui.VFilterSelect.SuggestionMenu
- getSubPartName(Element) - Method in class com.vaadin.client.ui.VMenuBar
- getSubPartName(Element) - Method in class com.vaadin.client.ui.VPopupCalendar
- getSubPartName(Element) - Method in class com.vaadin.client.ui.VScrollTable
- getSubPartName(Element) - Method in class com.vaadin.client.ui.VSlider
- getSubPartName(Element) - Method in class com.vaadin.client.ui.VTabsheet
- getSubPartName(Element) - Method in class com.vaadin.client.ui.VTextualDate
- getSubPartName(Element) - Method in class com.vaadin.client.ui.VTree
- getSubPartName(Element) - Method in class com.vaadin.client.ui.VTwinColSelect
- getSubPartName(Element) - Method in class com.vaadin.client.widgets.Escalator
- getSubPartName(Element) - Method in class com.vaadin.client.widgets.Grid
- getSubValidators(Class) - Method in class com.vaadin.data.validator.CompositeValidator
-
Gets sub-validators by class.
- getSubWindows() - Method in class com.vaadin.client.ui.ui.UIConnector
-
Return an iterator for current subwindows.
- getSuperDevWidgetSetUrl(String, String) - Static method in class com.vaadin.client.SuperDevMode
- getSupportedAttributes(Class<?>) - Static method in class com.vaadin.ui.declarative.DesignAttributeHandler
-
Searches for supported setter and getter types from the specified class and returns the list of corresponding design attributes
- getSupportedParentType() - Method in class com.vaadin.server.AbstractExtension
-
Gets a type that the parent must be an instance of.
- getSupportedParentType() - Method in class com.vaadin.ui.Grid.AbstractRenderer
-
Deprecated.
- getSwatchesVisibility() - Method in class com.vaadin.ui.AbstractColorPicker
-
Gets the visibility of the Swatches Tab
- getSymbol() - Method in enum com.vaadin.server.Sizeable.Unit
- getSyncId() - Method in class com.vaadin.server.communication.ServerRpcHandler.RpcRequest
-
Gets the sync id last seen by the client.
- getSystemMessages(SystemMessagesInfo) - Method in class com.vaadin.server.DefaultSystemMessagesProvider
- getSystemMessages(SystemMessagesInfo) - Method in interface com.vaadin.server.SystemMessagesProvider
-
Gets the system messages to use in the given context.
- getSystemMessages(Locale, VaadinRequest) - Method in class com.vaadin.server.VaadinService
-
Gets the system message to use for a specific locale.
- getSystemMessagesProvider() - Method in class com.vaadin.server.VaadinService
-
Gets the system messages provider currently defined for this service.
- getSystemProperty(String) - Method in class com.vaadin.server.DefaultDeploymentConfiguration
-
Gets an system property value.
- getTab() - Method in class com.vaadin.client.ui.VTabsheet.TabCaption
- getTab(int) - Method in class com.vaadin.client.ui.VAccordion
- getTab(int) - Method in class com.vaadin.client.ui.VTabsheet
- getTab(int) - Method in class com.vaadin.client.ui.VTabsheetBase
-
Implement in extending classes.
- getTab(int) - Method in class com.vaadin.ui.TabSheet
-
Returns the
TabSheet.Tab
(metadata) for a component. - getTab(Component) - Method in class com.vaadin.ui.TabSheet
-
Returns the
TabSheet.Tab
(metadata) for a component. - getTabButton() - Method in class com.vaadin.client.debug.internal.HierarchySection
- getTabButton() - Method in class com.vaadin.client.debug.internal.InfoSection
- getTabButton() - Method in class com.vaadin.client.debug.internal.LogSection
- getTabButton() - Method in class com.vaadin.client.debug.internal.NetworkSection
- getTabButton() - Method in class com.vaadin.client.debug.internal.ProfilerSection
- getTabButton() - Method in interface com.vaadin.client.debug.internal.Section
-
Returns a button that will be used to activate this section, displayed as a tab in
VDebugWindow
. - getTabButton() - Method in class com.vaadin.client.debug.internal.TestBenchSection
- getTabCount() - Method in class com.vaadin.client.ui.VAccordion
- getTabCount() - Method in class com.vaadin.client.ui.VTabsheet
- getTabCount() - Method in class com.vaadin.client.ui.VTabsheetBase
-
Implement in extending classes.
- getTabIndex() - Method in class com.vaadin.client.ui.VDateFieldCalendar
- getTabIndex() - Method in class com.vaadin.client.ui.VRichTextArea
- getTabIndex() - Method in class com.vaadin.client.ui.VUI
- getTabIndex() - Method in class com.vaadin.client.widgets.Grid
- getTabIndex() - Method in class com.vaadin.ui.AbstractField
- getTabIndex() - Method in class com.vaadin.ui.AbstractFocusable
- getTabIndex() - Method in 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.UI
- getTabIndex() - Method in class com.vaadin.ui.Upload
-
Gets the Tabulator index of this Focusable component.
- getTabIndex(Widget) - Static method in class com.vaadin.client.ui.FocusUtil
-
Gets the widget's position in the tab index.
- getTable() - Method in exception com.vaadin.ui.Table.CacheUpdateException
- getTableFieldFactory() - Method in class com.vaadin.ui.Table
-
Gets the TableFieldFactory that is used to create editor for table cells.
- getTableHeight() - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody
- getTableName() - Method in class com.vaadin.data.util.sqlcontainer.query.TableQuery
-
Returns the table name for the query without catalog and schema information.
- getTabPosition(TabSheet.Tab) - Method in class com.vaadin.ui.TabSheet
-
Gets the position of the tab
- getTabsheet() - Method in class com.vaadin.client.ui.VTabsheet.Tab
- getTabSheet() - Method in class com.vaadin.ui.TabSheet.SelectedTabChangeEvent
-
TabSheet where the event occurred.
- getTabState() - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- getTabStopBottomAssistiveText() - Method in class com.vaadin.client.ui.VWindow
-
Gets the message that is provided to users of assistive devices when the user reaches the bottom of the window when leaving a window with the tab key is prevented.
- getTabStopBottomAssistiveText() - Method in class com.vaadin.ui.Window
-
Gets the message that is provided to users of assistive devices when the user reaches the bottom of the window when leaving a window with the tab key is prevented.
- getTabStopTopAssistiveText() - Method in class com.vaadin.client.ui.VWindow
-
Gets the message that is provided to users of assistive devices when the user reaches the top of the window when leaving a window with the tab key is prevented.
- getTabStopTopAssistiveText() - Method in class com.vaadin.ui.Window
-
Gets the message that is provided to users of assistive devices when the user reaches the top of the window when leaving a window with the tab key is prevented.
- getTag() - Method in class com.vaadin.client.UIDL
-
Gets the name of this UIDL section, as created with
PaintTarget.startTag()
in the server-sideComponent.paint()
or (usually)AbstractComponent.paintContent()
. - getTag(ClientConnector) - Method in class com.vaadin.server.JsonPaintTarget
- getTag(ClientConnector) - Method in interface com.vaadin.server.PaintTarget
- getTagForType(Class<? extends ClientConnector>) - Method in class com.vaadin.server.LegacyCommunicationManager
-
Deprecated.As of 7.1. Will be removed in the future.
- getTagsForServerSideClassName(String) - Method in class com.vaadin.client.ApplicationConfiguration
-
Returns all tags for given class.
- getTarget() - Method in interface com.vaadin.event.dd.TargetDetails
- getTarget() - Method in class com.vaadin.event.dd.TargetDetailsImpl
- getTarget() - Method in class com.vaadin.event.ListenerMethod
-
Returns the target object which contains the trigger method.
- getTarget() - Method in class com.vaadin.ui.Tree.TreeTargetDetails
- getTargetBorder() - Method in class com.vaadin.ui.Link
-
Returns the target window border.
- getTargetCalendar() - Method in class com.vaadin.ui.components.calendar.CalendarTargetDetails
- getTargetCell() - Method in class com.vaadin.client.widgets.Grid.AbstractGridMouseEvent
-
Gets the reference of target cell for this event, if this event originated from a Grid.
- getTargetDetails() - Method in class com.vaadin.event.dd.DragAndDropEvent
- getTargetElement(Event.NativePreviewEvent, VDragAndDropManager.DDManagerMediator) - Method in class com.vaadin.client.ui.dd.DDEventHandleStrategy
-
Get target element for
event
. - getTargetHeight() - Method in class com.vaadin.ui.Link
-
Returns the target window height or -1 if not set.
- getTargetKey() - Method in class com.vaadin.client.ui.TreeAction
- getTargetName() - Method in class com.vaadin.ui.Link
-
Returns the target window name.
- getTargetWidth() - Method in class com.vaadin.ui.Link
-
Returns the target window width or -1 if not set.
- getTemplateContents() - Method in class com.vaadin.ui.CustomLayout
-
Get the contents of the template
- getTemplateName() - Method in class com.vaadin.ui.CustomLayout
-
Get the name of the template
- getText() - Method in class com.vaadin.client.ui.menubar.MenuItem
-
Deprecated.
- getText() - Method in class com.vaadin.client.ui.VColorPickerArea
-
Gets the caption's contents as text.
- getText() - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- getText() - Method in class com.vaadin.client.ui.VTextualDate
- getText() - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
-
Returns the text displayed in this cell.
- getText() - Method in class com.vaadin.event.FieldEvents.TextChangeEvent
- getText() - Method in enum com.vaadin.server.ErrorMessage.ErrorLevel
-
Textual representation for server-client communication of level
- getText() - Method in class com.vaadin.ui.AbstractTextField.TextChangeEventImpl
- getText() - Method in class com.vaadin.ui.DragAndDropWrapper.WrapperTransferable
- getText() - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Gets the objects text
- getText() - Method in class com.vaadin.ui.Table.GeneratedRow
- getTextAreaElement() - Method in class com.vaadin.client.ui.VTextArea
- getTextChangeEventMode() - Method in class com.vaadin.ui.AbstractTextField
- getTextChangeTimeout() - Method in class com.vaadin.ui.AbstractTextField
-
Gets the timeout used to fire
FieldEvents.TextChangeEvent
s when theAbstractTextField.getTextChangeEventMode()
isAbstractTextField.TextChangeEventMode.LAZY
orAbstractTextField.TextChangeEventMode.TIMEOUT
. - getTextElement() - Method in class com.vaadin.client.VCaption
- getTextfieldVisibility() - Method in class com.vaadin.ui.AbstractColorPicker
-
Gets the visibility of CSS color code text field
- getTheme() - Method in class com.vaadin.client.ui.VUI
-
Deprecated.as of 7.3. Use
UIConnector.getActiveTheme()
instead. - getTheme() - Method in class com.vaadin.server.LegacyApplication
-
Deprecated.Gets the application's theme.
- getTheme() - Method in class com.vaadin.ui.UI
-
Gets the theme currently in use by this UI
- getTheme(UICreateEvent) - Method in class com.vaadin.server.LegacyApplicationUIProvider
-
Deprecated.
- getTheme(UICreateEvent) - Method in class com.vaadin.server.UIProvider
-
Finds the theme to use for a specific UI.
- getTheme(UI) - Method in class com.vaadin.server.LegacyCommunicationManager
-
Deprecated.As of 7.1. See #11412.
- getThemeName() - Method in class com.vaadin.client.ApplicationConfiguration
-
Deprecated.as of 7.3. Use
UIConnector.getActiveTheme()
to get the theme currently in use - getThemeName() - Method in class com.vaadin.server.BootstrapHandler.BootstrapContext
-
Deprecated.
- 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.VaadinService
-
Finds the given theme resource from the web content folder or using the class loader and returns a stream for it
- getThemeResourceAsStream(UI, String, String) - Method in class com.vaadin.server.VaadinServletService
- getThemeUri() - Method in class com.vaadin.client.ApplicationConnection
-
Gets the URI for the current theme.
- getThemeUri() - Method in class com.vaadin.shared.VaadinUriResolver
-
Gets the URI of the directory of the current theme.
- getThemeUri(BootstrapHandler.BootstrapContext, String) - Method in class com.vaadin.server.BootstrapHandler
-
Deprecated.Get the URI for the application theme.
- getThirdDelay() - Method in class com.vaadin.client.VLoadingIndicator
-
Returns the delay (in ms) which must pass before the loading indicator moves to its "third" state.
- getThirdDelay() - Method in interface com.vaadin.ui.LoadingIndicatorConfiguration
-
Returns the delay before the loading indicator goes into the "third" state.
- getThrowable() - Method in class com.vaadin.server.ErrorEvent
-
Gets the contained throwable, the cause of the error.
- getTiltX() - Method in class com.vaadin.client.event.PointerEvent
-
Gets the angle between the Y-Z plane and the plane containing both the transducer and the Y axis.
- getTiltY() - Method in class com.vaadin.client.event.PointerEvent
-
Gets the angle between the X-Z plane and the plane containing both the transducer and the X axis.
- getTime(int, int, int, int, int, int, int) - Static method in class com.vaadin.client.ui.VDateField
-
We need this redundant native function because Java's Date object doesn't have a setMilliseconds method.
- getTimeAsText() - Method in class com.vaadin.client.ui.calendar.schedule.CalendarEvent
-
Get the time as a formatted string
- getTimeBar() - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid
- getTimeFormat() - Method in class com.vaadin.client.ui.VCalendar
-
Get the time format used to format time only (excludes date)
- getTimeFormat() - Method in class com.vaadin.ui.Calendar
-
Gets currently active time format.
- getTimeSpent() - Method in class com.vaadin.client.Profiler.Node
-
Gets the total time spent in this node, including time spent in sub nodes
- getTimeStamp() - Static method in class com.vaadin.client.ui.TouchScrollDelegate
-
long calcucation are not very efficient in GWT, so this helper method returns timestamp in double.
- getTimeZone() - Method in class com.vaadin.client.renderers.DateRenderer
-
Returns the time zone of the date.
- getTimeZone() - Method in class com.vaadin.ui.Calendar
-
Returns a time zone that is currently used by this component.
- getTimeZone() - Method in class com.vaadin.ui.DateField
-
Gets the time zone used by this field.
- getTimezoneOffset() - Method in class com.vaadin.server.WebBrowser
-
Returns the browser-reported TimeZone offset in milliseconds from GMT.
- getTitle() - Method in class com.vaadin.client.TooltipInfo
-
Gets the tooltip title.
- getTitle() - Method in class com.vaadin.client.ui.CalendarEntry
- getTo() - Method in class com.vaadin.client.ui.calendar.schedule.DateCell.DateCellSlot
- getTodaybarElement() - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
- getTooltip() - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- getTooltip(Element) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
- getTooltipConfiguration() - Method in class com.vaadin.ui.UI
-
Retrieves the object used for configuring tooltips.
- getTooltipInfo() - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
- getTooltipInfo() - Method in class com.vaadin.client.ui.VTabsheet.Tab
- getTooltipInfo() - Method in class com.vaadin.client.VCaption
-
Returns the tooltip that should be shown for the caption
- getTooltipInfo(Element) - Method in interface com.vaadin.client.ComponentConnector
-
Gets the tooltip info for the given element.
- getTooltipInfo(Element) - Method in class com.vaadin.client.connectors.GridConnector
- getTooltipInfo(Element) - Method in class com.vaadin.client.ui.AbstractComponentConnector
- getTooltipInfo(Element) - Method in class com.vaadin.client.ui.calendar.CalendarConnector
- getTooltipInfo(Element) - Method in class com.vaadin.client.ui.form.FormConnector
- getTooltipInfo(Element) - Method in class com.vaadin.client.ui.formlayout.FormLayoutConnector
- getTooltipInfo(Element) - Method in class com.vaadin.client.ui.menubar.MenuBarConnector
- getTooltipInfo(Element) - Method in class com.vaadin.client.ui.orderedlayout.AbstractOrderedLayoutConnector
- getTooltipInfo(Element) - Method in class com.vaadin.client.ui.table.TableConnector
- getTooltipInfo(Element) - Method in class com.vaadin.client.ui.tabsheet.TabsheetConnector
- getTooltipInfo(Element) - Method in class com.vaadin.client.ui.tree.TreeConnector
- getTooltipInfo(Element) - Method in class com.vaadin.client.ui.treetable.TreeTableConnector
- getTooltipKey() - Method in class com.vaadin.client.ui.calendar.schedule.DateCellDayEvent
- getTooltipKey() - Method in interface com.vaadin.client.ui.calendar.schedule.HasTooltipKey
-
Gets the key associated for the Widget implementing this interface.
- getTooltipKey() - Method in class com.vaadin.client.ui.calendar.schedule.MonthEventLabel
- getTooltipKey() - Method in class com.vaadin.client.ui.calendar.schedule.WeeklyLongEvents
- getTooltipKey() - Method in class com.vaadin.client.ui.calendar.schedule.WeeklyLongEventsDateCell
- getTop() - Method in class com.vaadin.client.ui.calendar.schedule.DateCellDayEvent
- getTop() - Method in class com.vaadin.client.widgets.Overlay.PositionAndSize
- getTop() - Method in class com.vaadin.client.WidgetUtil.TextRectangle
- 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.
- getTotalRows() - Method in class com.vaadin.client.ui.VScrollTable
- getTouchOrMouseClientX(NativeEvent) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.getTouchOrMouseClientX(NativeEvent)
instead. - getTouchOrMouseClientX(NativeEvent) - Static method in class com.vaadin.client.WidgetUtil
- getTouchOrMouseClientX(Event) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.getTouchOrMouseClientX(Event)
instead. - getTouchOrMouseClientX(Event) - Static method in class com.vaadin.client.WidgetUtil
-
A helper method to return the client position from an event.
- getTouchOrMouseClientY(NativeEvent) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.getTouchOrMouseClientY(NativeEvent)
instead. - getTouchOrMouseClientY(NativeEvent) - Static method in class com.vaadin.client.WidgetUtil
- getTouchOrMouseClientY(Event) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.getTouchOrMouseClientY(Event)
instead. - getTouchOrMouseClientY(Event) - Static method in class com.vaadin.client.WidgetUtil
-
A helper method to return the client position from an event.
- getTransferable() - Method in class com.vaadin.client.ui.dd.VDragEvent
- getTransferable() - Method in class com.vaadin.event.dd.DragAndDropEvent
- getTransferable(Map<String, Object>) - Method in interface com.vaadin.event.dd.DragSource
-
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
- getTransferable(Map<String, Object>) - Method in class com.vaadin.ui.Table
- getTransferable(Map<String, Object>) - Method in class com.vaadin.ui.Tree
- getTransport() - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereConfiguration
- getTransport() - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereResponse
- getTransport() - Method in interface com.vaadin.ui.PushConfiguration
-
Returns the primary transport type for push.
- getTransportType() - Method in class com.vaadin.client.communication.AtmospherePushConnection
- getTransportType() - Method in interface com.vaadin.client.communication.PushConnection
-
Returns a human readable string representation of the transport type used to communicate with the server.
- getTrByVisualIndex(int) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
-
Gets the child element that is visually at a certain index
- getTrueString() - Method in class com.vaadin.data.util.converter.StringToBooleanConverter
-
Gets the string representation for true.
- getTrueString(Locale) - Method in class com.vaadin.data.util.converter.StringToBooleanConverter
-
Gets the locale-depended string representation for true.
- getType() - Static method in class com.vaadin.client.event.PointerCancelEvent
-
Gets the event type associated with pointer cancel events.
- getType() - Static method in class com.vaadin.client.event.PointerDownEvent
-
Gets the event type associated with PointerDownEvent events.
- getType() - Static method in class com.vaadin.client.event.PointerMoveEvent
-
Gets the event type associated with PointerMoveEvent.
- getType() - Static method in class com.vaadin.client.event.PointerUpEvent
-
Gets the event type associated with PointerUpEvent.
- getType() - Method in class com.vaadin.client.metadata.Method
- getType() - Method in class com.vaadin.client.metadata.Property
- getType() - Method in class com.vaadin.client.ui.dd.VHtml5File
- getType() - Static method in class com.vaadin.client.ui.popupview.VisibilityChangeEvent
- getType() - Static method in class com.vaadin.client.ui.window.WindowMoveEvent
-
Gets the type of the event
- getType() - Static method in class com.vaadin.client.ui.window.WindowOrderEvent
-
Gets the type of the event.
- getType() - Static method in class com.vaadin.client.widget.escalator.events.RowHeightChangedEvent
- getType() - Static method in class com.vaadin.client.widget.escalator.events.SpacerVisibilityChangedEvent
- getType() - Static method in class com.vaadin.client.widget.grid.events.ColumnReorderEvent
- getType() - Static method in class com.vaadin.client.widget.grid.events.ColumnResizeEvent
- getType() - Static method in class com.vaadin.client.widget.grid.events.ColumnVisibilityChangeEvent
- getType() - Static method in class com.vaadin.client.widget.grid.events.SelectAllEvent
- getType() - Static method in class com.vaadin.client.widget.grid.selection.SelectionEvent
-
Gets a type identifier for this event.
- getType() - Static method in class com.vaadin.client.widget.grid.sort.SortEvent
-
Static access to the GWT event type identifier associated with this Event class
- getType() - Method in class com.vaadin.client.widgets.Escalator.SubPartArguments
- getType() - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
-
Returns the type of the cell.
- getType() - Method in interface com.vaadin.data.Property
-
Returns the type of the Property.
- getType() - Method in class com.vaadin.data.util.GeneratedPropertyContainer.GeneratedProperty
- getType() - Method in class com.vaadin.data.util.MethodProperty
-
Returns the type of the Property.
- getType() - Method in class com.vaadin.data.util.NestedMethodProperty
- getType() - Method in class com.vaadin.data.util.ObjectProperty
-
Returns the type of the ObjectProperty.
- getType() - Method in class com.vaadin.data.util.PropertyFormatter
-
Deprecated.
- getType() - Method in class com.vaadin.data.util.PropertyValueGenerator
-
Return Property type for this generator.
- getType() - Method in class com.vaadin.data.util.sqlcontainer.ColumnProperty
- getType() - Method in class com.vaadin.data.util.TextFileProperty
- getType() - Method in class com.vaadin.data.util.TransactionalPropertyWrapper
- getType() - Method in class com.vaadin.data.validator.AbstractStringValidator
- getType() - Method in class com.vaadin.data.validator.AbstractValidator
- getType() - Method in class com.vaadin.data.validator.RangeValidator
- getType() - Method in interface com.vaadin.server.JsonCodec.BeanProperty
- getType() - Method in class com.vaadin.shared.MouseEventDetails
- getType() - Method in class com.vaadin.ui.AbstractField
-
Returns the type of the Field.
- getType() - Method in class com.vaadin.ui.AbstractSelect
-
Returns the type of the property.
- getType() - Method in class com.vaadin.ui.AbstractTextField
- getType() - Method in class com.vaadin.ui.CheckBox
- getType() - Method in class com.vaadin.ui.DateField
- getType() - Method in class com.vaadin.ui.Embedded
-
Gets the type of the embedded object.
- getType() - Method in class com.vaadin.ui.Form
-
Deprecated.Gets the field type.
- getType() - Method in class com.vaadin.ui.Html5File
- getType() - Method in class com.vaadin.ui.Label
-
Gets the type of the Property.
- getType() - Method in class com.vaadin.ui.ProgressBar
- getType() - Method in class com.vaadin.ui.RichTextArea
- getType() - Method in class com.vaadin.ui.Slider
- getType() - Method in class elemental.json.impl.JreJsonArray
- getType() - Method in class elemental.json.impl.JreJsonBoolean
- getType() - Method in class elemental.json.impl.JreJsonNull
- getType() - Method in class elemental.json.impl.JreJsonNumber
- getType() - Method in class elemental.json.impl.JreJsonObject
- getType() - Method in class elemental.json.impl.JreJsonString
- getType() - Method in interface elemental.json.JsonValue
-
Returns an enumeration representing the fundamental JSON type.
- getType(Property) - Static method in class com.vaadin.client.metadata.TypeDataStore
- getType(Class<?>) - Static method in class com.vaadin.client.metadata.TypeData
- getType(Class<?>) - Static method in class com.vaadin.client.metadata.TypeDataStore
- getType(Object) - Method in interface com.vaadin.data.Container
-
Gets the data type of all Properties identified by the given Property ID.
- getType(Object) - Method in class com.vaadin.data.util.AbstractBeanContainer
- getType(Object) - Method in class com.vaadin.data.util.ContainerHierarchicalWrapper
- getType(Object) - Method in class com.vaadin.data.util.ContainerOrderedWrapper
- getType(Object) - Method in class com.vaadin.data.util.FilesystemContainer
-
Gets the specified property's data type.
- getType(Object) - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- getType(Object) - Method in class com.vaadin.data.util.IndexedContainer
-
Gets the type of a Property stored in the list.
- getType(Object) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
- getType(Object) - Method in class com.vaadin.ui.AbstractSelect
-
Gets the property type.
- getTypeDataStore() - Method in class com.vaadin.client.metadata.ConnectorBundleLoader
- getTypes() - Method in class com.vaadin.client.ui.dd.VHtml5DragEvent
- 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
- getUI() - Method in class com.vaadin.server.LocaleService
-
Retrieves the UI this service is bound to
- getUI() - Method in interface com.vaadin.ui.Component
-
Gets the UI the component is attached to.
- getUI() - Method in class com.vaadin.ui.UI
-
Overridden to return a value instead of referring to the parent.
- getUIByEmbedId(String) - Method in class com.vaadin.server.VaadinSession
-
Finds the UI with the corresponding embed id.
- getUIById(int) - Method in class com.vaadin.server.VaadinSession
-
Returns a UI with the given id.
- getUiClass() - Method in class com.vaadin.server.BootstrapResponse
-
Gets the class of the UI that will be displayed on the generated bootstrap page.
- getUIClass() - Method in class com.vaadin.server.BootstrapHandler.BootstrapContext
-
Deprecated.
- getUIClass() - Method in class com.vaadin.server.UICreateEvent
-
Gets the UI class that will be created.
- getUIClass(UIClassSelectionEvent) - Method in class com.vaadin.server.DefaultUIProvider
- getUIClass(UIClassSelectionEvent) - Method in class com.vaadin.server.LegacyApplicationUIProvider
-
Deprecated.
- getUIClass(UIClassSelectionEvent) - Method in class com.vaadin.server.UIProvider
- getUIClassName() - Method in class com.vaadin.server.AbstractDeploymentConfiguration
- getUIClassName() - Method in interface com.vaadin.server.DeploymentConfiguration
-
Gets UI class configuration option value.
- getUIConnector() - Method in class com.vaadin.client.ApplicationConnection
-
Gets the main view
- getUIDL() - Method in class com.vaadin.client.ApplicationConfiguration
-
Gets the initial UIDL from the DOM, if it was provided during the init process.
- getUIDL() - Method in class com.vaadin.server.JsonPaintTarget
-
Gets the UIDL already printed to stream.
- getUiId() - Method in class com.vaadin.server.UICreateEvent
-
Gets the id of the UI about to be created.
- getUIId() - Method in class com.vaadin.client.ApplicationConfiguration
-
Gets the UI id of the server-side UI associated with this client-side instance.
- getUIId() - Method in class com.vaadin.ui.UI
-
Gets the id of the UI, used to identify this UI within its application when processing requests.
- getUIProvider() - Method in class com.vaadin.server.BootstrapResponse
-
Gets the UI provider that is used to provide information about the bootstapped UI.
- getUIProviderClassName() - Method in class com.vaadin.server.AbstractDeploymentConfiguration
- getUIProviderClassName() - Method in interface com.vaadin.server.DeploymentConfiguration
-
Gets UI provider class configuration option value.
- getUIProviderPriority(UIProvider) - Method in class com.vaadin.server.VaadinSession
-
Get the priority of a specific, already added UI provider.
- getUIProviders() - Method in class com.vaadin.server.VaadinSession
-
Gets the UI providers configured for this session.
- getUIs() - Method in class com.vaadin.server.VaadinSession
-
Gets all the UIs of this session.
- getUnattachedCells(int, int) - Method in class com.vaadin.client.widget.escalator.FlyweightRow
-
Returns a subrange of unattached flyweight cells.
- getUnboundFields() - Method in class com.vaadin.ui.declarative.FieldBinder
-
Returns a collection of field names that are not bound.
- getUnboundPropertyIds() - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Returns a collection of all property ids that exist in the item set using
FieldGroup.setItemDataSource(Item)
but have not been bound to fields. - getUnfilteredItem(Object) - Method in class com.vaadin.data.util.AbstractBeanContainer
- getUnfilteredItem(Object) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Get an item even if filtered out.
- getUnfilteredItem(Object) - Method in class com.vaadin.data.util.IndexedContainer
- getUnicodeCharCode() - Method in class com.vaadin.client.widget.grid.events.GridKeyPressEvent
-
Gets the Unicode char code (code point) for this event.
- getUniqueId() - Method in class com.vaadin.client.VTooltip
-
Returns the unique id of the tooltip element.
- getUnit() - Method in class com.vaadin.client.WidgetUtil.CssSize
-
Gets the measurement unit for this css size.
- getUnit() - Method in class com.vaadin.server.SizeWithUnit
-
Returns the unit stored in this object.
- getUnitFromSymbol(String) - Static method in enum com.vaadin.server.Sizeable.Unit
- getUpdatedRowCount() - Method in class com.vaadin.ui.Table
-
Subclass and override this to enable partial row updates, bypassing the normal caching and lazy loading mechanism.
- getUpdatedRowCount() - Method in class com.vaadin.ui.TreeTable
- getUpload() - Method in class com.vaadin.ui.Upload.FinishedEvent
-
Uploads where the event occurred.
- getUpload() - Method in class com.vaadin.ui.Upload.StartedEvent
-
Uploads where the event occurred.
- getUploadSize() - Method in class com.vaadin.ui.Upload
-
Returns size of file currently being uploaded.
- getUri() - Method in class com.vaadin.client.communication.XhrConnection
-
Retrieves the URI to use when sending RPCs to the server
- getUri() - Method in class com.vaadin.client.ui.FontIcon
- getUri() - Method in class com.vaadin.client.ui.Icon
-
Gets the current URI for this icon.
- getUri() - Method in class com.vaadin.client.ui.ImageIcon
- getUri(ClientConnector, ConnectorResource) - Method in class com.vaadin.server.GlobalResourceHandler
-
Gets a global URI for a resource if it's registered with this handler.
- getUriFragment() - Method in class com.vaadin.server.BrowserWindowOpener
-
Gets that URI fragment configured for opened windows.
- getUriFragment() - Method in class com.vaadin.server.Page
-
Gets the currently set URI fragment.
- getUriFragment() - Method in class com.vaadin.server.Page.UriFragmentChangedEvent
-
Get the new URI fragment
- getUriResolver() - Method in class com.vaadin.server.BootstrapHandler.BootstrapContext
-
Deprecated.
- getUrl() - Method in class com.vaadin.client.ApplicationConfiguration.ErrorMessage
- getUrl() - Method in class com.vaadin.server.BrowserWindowOpener
-
Returns the URL for this BrowserWindowOpener instance.
- getURL() - Method in class com.vaadin.client.communication.TranslatedURLReference
- getURL() - Method in class com.vaadin.server.ExternalResource
-
Gets the URL of the external resource.
- getURL() - Method in class com.vaadin.server.LegacyApplication
-
Deprecated.
- getURL() - Method in class com.vaadin.server.ResourceReference
- getURL() - Method in class com.vaadin.shared.communication.URLReference
-
Returns the URL that this object refers to.
- getURL() - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.Gets the full URL of the window.
- getUsedClientConnectors() - Method in class com.vaadin.server.JsonPaintTarget
- getUsedHeight() - Method in class com.vaadin.client.ui.layout.VLayoutSlot
- getUsedResources() - Method in class com.vaadin.server.JsonPaintTarget
- getUsedSizeInDirection(boolean) - Method in class com.vaadin.client.ui.layout.VLayoutSlot
- getUsedWidth() - Method in class com.vaadin.client.ui.layout.VLayoutSlot
- getUserErrorMessage() - Method in class com.vaadin.ui.Grid.CommitErrorEvent
-
Gets the error message to show to the user.
- getUsernameCaption() - Method in class com.vaadin.ui.LoginForm
-
Returns the caption set with
LoginForm.setUsernameCaption(String)
. - getUserPrincipal() - Method in interface com.vaadin.server.VaadinRequest
-
Returns a
java.security.Principal
object containing the name of the current authenticated user. - getVaadinDirUrl() - Method in class com.vaadin.client.ApplicationConfiguration
-
Gets the URL of the VAADIN directory on the server.
- getVaadinDirUrl() - Method in class com.vaadin.shared.VaadinUriResolver
-
Gets the URL pointing to the VAADIN directory.
- getValidatedValue() - Method in class com.vaadin.data.validator.BeanValidator.SimpleContext
- getValidators() - Method in interface com.vaadin.data.Validatable
-
Returns a collection of all validators currently registered for the object.
- getValidators() - Method in class com.vaadin.ui.AbstractField
-
Gets the validators of the field.
- getValue() - Method in class com.vaadin.client.componentlocator.SelectorPredicate
- getValue() - Method in class com.vaadin.client.ui.VRichTextArea
-
Get the value the text area
- getValue() - Method in class com.vaadin.client.ui.VSlider
- getValue() - Method in class com.vaadin.client.widget.grid.CellReference
-
Gets the value of the cell.
- getValue() - Method in class com.vaadin.client.WidgetUtil.CssSize
-
Gets the value for this css size.
- getValue() - Method in interface com.vaadin.data.Property
-
Gets the value stored in the Property.
- getValue() - Method in class com.vaadin.data.util.filter.Compare
-
Returns the value to compare the property against.
- getValue() - Method in class com.vaadin.data.util.filter.Like
- getValue() - Method in class com.vaadin.data.util.GeneratedPropertyContainer.GeneratedProperty
- getValue() - Method in class com.vaadin.data.util.MethodProperty
-
Gets the value stored in the Property.
- getValue() - Method in class com.vaadin.data.util.NestedMethodProperty
-
Gets the value stored in the Property.
- getValue() - Method in class com.vaadin.data.util.ObjectProperty
-
Gets the value stored in the Property.
- getValue() - Method in class com.vaadin.data.util.PropertyFormatter
-
Deprecated.Get the formatted value.
- getValue() - Method in class com.vaadin.data.util.sqlcontainer.ColumnProperty
-
Returns the current value for this property.
- getValue() - Method in class com.vaadin.data.util.TextFileProperty
- getValue() - Method in class com.vaadin.data.util.TransactionalPropertyWrapper
- getValue() - Method in class com.vaadin.shared.communication.UidlValue
- getValue() - Method in enum com.vaadin.shared.ui.PreloadMode
-
Returns the preload mode string used by the browser.
- getValue() - Method in class com.vaadin.ui.AbstractField
-
Gets the current value of the field.
- getValue() - Method in class com.vaadin.ui.AbstractSelect
-
Gets the selected item id or in multiselect mode a set of selected ids.
- getValue() - Method in class com.vaadin.ui.Grid.CellReference
-
Gets the value of the cell.
- getValue() - Method in class com.vaadin.ui.Label
-
Gets the value of the label.
- getValue() - Method in class com.vaadin.ui.ProgressBar
-
Gets the value of this progress bar.
- getValue() - Method in exception com.vaadin.ui.Slider.ValueOutOfBoundsException
-
Gets the value that is outside the valid range of the slider.
- getValue() - Method in class com.vaadin.ui.Table.GeneratedRow
- getValue(Property, Object) - Static method in class com.vaadin.client.metadata.TypeDataStore
- getValue(Item, Object, Object) - Method in class com.vaadin.data.util.PropertyValueGenerator
-
Returns value for given Item.
- getValue(Object) - Method in class com.vaadin.client.metadata.Property
- getValue(Object) - Method in interface com.vaadin.server.JsonCodec.BeanProperty
- getValue(T) - Method in class com.vaadin.client.widgets.Grid.Column
-
Returns the data that should be rendered into the cell.
- getValue(T) - Method in class com.vaadin.client.widgets.Grid.SelectionColumn
- getValueMap(String) - Method in class com.vaadin.client.ValueMap
- getVariableChanges() - Method in class com.vaadin.shared.communication.LegacyChangeVariablesInvocation
- getVariableNames() - Method in class com.vaadin.client.UIDL
-
Gets the names of variables available.
- getVersionColumn() - Method in class com.vaadin.data.util.sqlcontainer.query.TableQuery
- getVersionInfoJSObject() - Method in class com.vaadin.client.ApplicationConfiguration
- getVertical() - Method in class com.vaadin.client.ui.layout.Margins
- getVerticalAlignment() - Method in class com.vaadin.shared.ui.AlignmentInfo
- getVerticalAlignment() - Method in class com.vaadin.ui.Alignment
-
Returns string representation of vertical alignment.
- getVerticalDropLocation() - Method in class com.vaadin.ui.DragAndDropWrapper.WrapperTargetDetails
- getVerticalDropLocation(Element, int, int, double) - Static method in class com.vaadin.client.ui.dd.DDUtil
- getVerticalDropLocation(Element, int, NativeEvent, double) - Static method in class com.vaadin.client.ui.dd.DDUtil
- getVerticalDropLocation(Element, NativeEvent, double) - Static method in class com.vaadin.client.ui.dd.DDUtil
- getVerticalLayoutTargets() - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
-
Deprecated.As of 7.0.1, use
LayoutDependencyTree.getVerticalLayoutTargetsJsArray()
for improved performance. - getVerticalLayoutTargetsJsArray() - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
- getVerticalSpacing() - Method in class com.vaadin.client.ui.orderedlayout.Slot
-
Get the vertical amount in pixels of the spacing
- getVerticalSpacing() - Method in class com.vaadin.client.ui.VGridLayout
-
Returns the spacing between the cells vertically in pixels
- getView(String) - Method in class com.vaadin.navigator.Navigator.ClassBasedViewProvider
- getView(String) - Method in class com.vaadin.navigator.Navigator.StaticViewProvider
- getView(String) - Method in interface com.vaadin.navigator.ViewProvider
-
Create or return a pre-created instance of a view.
- getViewClass() - Method in class com.vaadin.navigator.Navigator.ClassBasedViewProvider
-
Get the view class for this provider.
- getViewName() - Method in class com.vaadin.navigator.Navigator.ClassBasedViewProvider
-
Get the view name for this provider.
- getViewName() - Method in class com.vaadin.navigator.Navigator.StaticViewProvider
-
Get the view name for this provider.
- getViewName() - Method in class com.vaadin.navigator.ViewChangeListener.ViewChangeEvent
-
Returns the view name of the view being activated.
- getViewName(String) - Method in class com.vaadin.navigator.Navigator.ClassBasedViewProvider
- getViewName(String) - Method in class com.vaadin.navigator.Navigator.StaticViewProvider
- getViewName(String) - Method in interface com.vaadin.navigator.ViewProvider
-
Extract the view name from a combined view name and parameter string.
- getViewport(VaadinRequest) - Method in interface com.vaadin.server.ViewportGenerator
-
Generates a viewport tag based on a request.
- getVisibleCellCount() - Method in class com.vaadin.client.ui.VScrollTable.TableHead
- getVisibleColumns() - Method in class com.vaadin.client.widgets.Grid
-
Returns a list of the currently visible columns in the grid.
- getVisibleColumns() - Method in class com.vaadin.ui.Table
-
Gets the array of visible column id:s, including generated columns.
- getVisibleItemIds() - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Returns the internal list of visible item identifiers after filtering.
- getVisibleItemIds() - Method in class com.vaadin.ui.AbstractSelect
-
Gets the visible item ids.
- getVisibleItemIds() - Method in class com.vaadin.ui.Table
-
Returns item identifiers of the items which are currently rendered on the client.
- getVisibleItemIds() - Method in class com.vaadin.ui.Tree
-
Gets the visible item ids.
- getVisibleItemProperties() - Method in class com.vaadin.ui.Form
-
Deprecated.Returns the visibleProperties.
- getVisibleRowCount() - Method in class com.vaadin.client.widget.escalator.RowVisibilityChangeEvent
-
Gets the number of at least partially visible rows.
- getVisibleRowCount() - Method in class com.vaadin.client.widgets.Grid.StaticSection
- getVisibleRowRange() - Method in class com.vaadin.client.widget.escalator.RowVisibilityChangeEvent
-
Gets the range of visible rows.
- getVisibleRowRange() - Method in class com.vaadin.client.widgets.Escalator
-
Gets the logical index range of currently visible rows.
- getVisibleWidget() - Method in class com.vaadin.client.ui.VTabsheetPanel
-
Gets the index of the currently-visible widget.
- getVTooltip() - Method in class com.vaadin.client.ApplicationConnection
-
Get VTooltip instance related to application connection
- getWebBrowser() - Method in class com.vaadin.server.Page
- getWebkitVersion() - Method in class com.vaadin.client.BrowserInfo
-
Returns the WebKit version if the browser is WebKit based.
- getWeek() - Method in class com.vaadin.client.ui.calendar.schedule.CalendarDay
- getWeek() - Method in class com.vaadin.client.ui.calendar.schedule.WeekLabel
- getWeek() - Method in class com.vaadin.ui.components.calendar.CalendarComponentEvents.WeekClick
-
Get week as a integer.
- getWeekClickListener() - Method in class com.vaadin.client.ui.VCalendar
-
Get the listener that listens to user clicking on the week numbers
- getWeekGrid() - Method in class com.vaadin.client.ui.VCalendar
-
Get he week grid component
- getWeeklyCaptionFormat() - Method in class com.vaadin.ui.Calendar
-
Gets the date caption format for the weekly view.
- getWhereStringForFilter(Container.Filter, StatementHelper) - Method in class com.vaadin.data.util.sqlcontainer.query.generator.filter.AndTranslator
- getWhereStringForFilter(Container.Filter, StatementHelper) - Method in class com.vaadin.data.util.sqlcontainer.query.generator.filter.BetweenTranslator
- getWhereStringForFilter(Container.Filter, StatementHelper) - Method in class com.vaadin.data.util.sqlcontainer.query.generator.filter.CompareTranslator
- getWhereStringForFilter(Container.Filter, StatementHelper) - Method in interface com.vaadin.data.util.sqlcontainer.query.generator.filter.FilterTranslator
- getWhereStringForFilter(Container.Filter, StatementHelper) - Method in class com.vaadin.data.util.sqlcontainer.query.generator.filter.IsNullTranslator
- getWhereStringForFilter(Container.Filter, StatementHelper) - Method in class com.vaadin.data.util.sqlcontainer.query.generator.filter.LikeTranslator
- getWhereStringForFilter(Container.Filter, StatementHelper) - Method in class com.vaadin.data.util.sqlcontainer.query.generator.filter.NotTranslator
- getWhereStringForFilter(Container.Filter, StatementHelper) - Method in class com.vaadin.data.util.sqlcontainer.query.generator.filter.OrTranslator
- getWhereStringForFilter(Container.Filter, StatementHelper) - Static method in class com.vaadin.data.util.sqlcontainer.query.generator.filter.QueryBuilder
-
Constructs and returns a string representing the filter that can be used in a WHERE clause.
- getWhereStringForFilter(Container.Filter, StatementHelper) - Method in class com.vaadin.data.util.sqlcontainer.query.generator.filter.SimpleStringTranslator
- getWhereStringForFilters(List<Container.Filter>, StatementHelper) - Static method in class com.vaadin.data.util.sqlcontainer.query.generator.filter.QueryBuilder
- getWidget() - Method in interface com.vaadin.client.ComponentConnector
-
Returns the widget for this
ComponentConnector
- getWidget() - Method in class com.vaadin.client.connectors.GridConnector
- getWidget() - Method in class com.vaadin.client.ui.absolutelayout.AbsoluteLayoutConnector
- getWidget() - Method in class com.vaadin.client.ui.AbstractComponentConnector
-
Returns the widget associated with this paintable.
- getWidget() - Method in class com.vaadin.client.ui.accordion.AccordionConnector
- getWidget() - Method in class com.vaadin.client.ui.browserframe.BrowserFrameConnector
- getWidget() - Method in class com.vaadin.client.ui.button.ButtonConnector
- getWidget() - Method in class com.vaadin.client.ui.calendar.CalendarConnector
- getWidget() - Method in class com.vaadin.client.ui.checkbox.CheckBoxConnector
- getWidget() - Method in class com.vaadin.client.ui.colorpicker.ColorPickerAreaConnector
- getWidget() - Method in class com.vaadin.client.ui.colorpicker.ColorPickerConnector
- getWidget() - Method in class com.vaadin.client.ui.colorpicker.ColorPickerGradientConnector
- getWidget() - Method in class com.vaadin.client.ui.colorpicker.ColorPickerGridConnector
- getWidget() - Method in class com.vaadin.client.ui.combobox.ComboBoxConnector
- getWidget() - Method in class com.vaadin.client.ui.csslayout.CssLayoutConnector
- getWidget() - Method in class com.vaadin.client.ui.customcomponent.CustomComponentConnector
- getWidget() - Method in class com.vaadin.client.ui.customfield.CustomFieldConnector
- getWidget() - Method in class com.vaadin.client.ui.customlayout.CustomLayoutConnector
- getWidget() - Method in class com.vaadin.client.ui.datefield.AbstractDateFieldConnector
- getWidget() - Method in class com.vaadin.client.ui.datefield.DateFieldConnector
- getWidget() - Method in class com.vaadin.client.ui.datefield.InlineDateFieldConnector
- getWidget() - Method in class com.vaadin.client.ui.datefield.TextualDateConnector
- getWidget() - Method in class com.vaadin.client.ui.draganddropwrapper.DragAndDropWrapperConnector
- getWidget() - Method in class com.vaadin.client.ui.embedded.EmbeddedConnector
- getWidget() - Method in class com.vaadin.client.ui.flash.FlashConnector
-
Deprecated.
- getWidget() - Method in class com.vaadin.client.ui.form.FormConnector
- getWidget() - Method in class com.vaadin.client.ui.formlayout.FormLayoutConnector
- getWidget() - Method in class com.vaadin.client.ui.gridlayout.GridLayoutConnector
- getWidget() - Method in class com.vaadin.client.ui.image.ImageConnector
- getWidget() - Method in class com.vaadin.client.ui.JavaScriptComponentConnector
- getWidget() - Method in class com.vaadin.client.ui.label.LabelConnector
- getWidget() - Method in class com.vaadin.client.ui.layout.VLayoutSlot
- getWidget() - Method in class com.vaadin.client.ui.link.LinkConnector
- getWidget() - Method in class com.vaadin.client.ui.listselect.ListSelectConnector
- getWidget() - Method in class com.vaadin.client.ui.loginform.LoginFormConnector
- getWidget() - Method in class com.vaadin.client.ui.MediaBaseConnector
- getWidget() - Method in class com.vaadin.client.ui.menubar.MenuBarConnector
- getWidget() - Method in class com.vaadin.client.ui.nativebutton.NativeButtonConnector
- getWidget() - Method in class com.vaadin.client.ui.nativeselect.NativeSelectConnector
- getWidget() - Method in class com.vaadin.client.ui.optiongroup.OptionGroupBaseConnector
- getWidget() - Method in class com.vaadin.client.ui.optiongroup.OptionGroupConnector
- getWidget() - Method in class com.vaadin.client.ui.orderedlayout.AbstractOrderedLayoutConnector
- getWidget() - Method in class com.vaadin.client.ui.orderedlayout.HorizontalLayoutConnector
- getWidget() - Method in class com.vaadin.client.ui.orderedlayout.VerticalLayoutConnector
- getWidget() - Method in class com.vaadin.client.ui.panel.PanelConnector
- getWidget() - Method in class com.vaadin.client.ui.passwordfield.PasswordFieldConnector
- getWidget() - Method in class com.vaadin.client.ui.popupview.PopupViewConnector
- getWidget() - Method in class com.vaadin.client.ui.progressindicator.ProgressBarConnector
- getWidget() - Method in class com.vaadin.client.ui.progressindicator.ProgressIndicatorConnector
-
Deprecated.
- getWidget() - Method in class com.vaadin.client.ui.richtextarea.RichTextAreaConnector
- getWidget() - Method in class com.vaadin.client.ui.slider.SliderConnector
- getWidget() - Method in class com.vaadin.client.ui.splitpanel.AbstractSplitPanelConnector
- getWidget() - Method in class com.vaadin.client.ui.splitpanel.HorizontalSplitPanelConnector
- getWidget() - Method in class com.vaadin.client.ui.splitpanel.VerticalSplitPanelConnector
- getWidget() - Method in class com.vaadin.client.ui.table.TableConnector
- getWidget() - Method in class com.vaadin.client.ui.tabsheet.TabsheetBaseConnector
- getWidget() - Method in class com.vaadin.client.ui.tabsheet.TabsheetConnector
- getWidget() - Method in class com.vaadin.client.ui.textarea.TextAreaConnector
- getWidget() - Method in class com.vaadin.client.ui.textfield.TextFieldConnector
- getWidget() - Method in class com.vaadin.client.ui.TouchScrollDelegate.TouchScrollHandler
- getWidget() - Method in class com.vaadin.client.ui.tree.TreeConnector
- getWidget() - Method in class com.vaadin.client.ui.treetable.TreeTableConnector
- getWidget() - Method in class com.vaadin.client.ui.twincolselect.TwinColSelectConnector
- getWidget() - Method in class com.vaadin.client.ui.ui.UIConnector
- getWidget() - Method in class com.vaadin.client.ui.UnknownComponentConnector
- getWidget() - Method in class com.vaadin.client.ui.upload.UploadConnector
- getWidget() - Method in class com.vaadin.client.ui.video.VideoConnector
- getWidget() - Method in class com.vaadin.client.ui.window.WindowConnector
- getWidget() - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
-
Returns the widget in the cell.
- getWidget(int) - Method in class com.vaadin.client.ui.VAbsoluteLayout
- getWidget(TableCellElement) - Method in class com.vaadin.client.renderers.WidgetRenderer
-
Returns the widget contained inside the given cell element.
- getWidget(TableCellElement, Class<W>) - Static method in class com.vaadin.client.renderers.WidgetRenderer
-
Returns the widget contained inside the given cell element, or null if it is not an instance of the given class.
- getWidget(Grid.Column<?, T>) - Method in interface com.vaadin.client.widget.grid.EditorHandler.EditorRequest
-
Returns the editor widget used to edit the values of the given column.
- getWidget(Grid.Column<?, T>) - Method in interface com.vaadin.client.widget.grid.EditorHandler
-
Returns a widget instance that is used to edit the values in the given column.
- getWidget(Grid.Column<?, T>) - Method in class com.vaadin.client.widgets.Grid.Editor
-
Returns the editor widget associated with the given column.
- getWidgetCaption(Widget) - Method in class com.vaadin.client.ui.VAbsoluteLayout
-
Get the caption for a widget
- getWidgetCount() - Method in class com.vaadin.client.ui.VAbsoluteLayout
- getWidgetForPaintable() - Method in class com.vaadin.client.ui.VScrollTable
- getWidgetForPaintable() - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
- getWidgetHeight() - Method in class com.vaadin.client.ui.layout.ComponentConnectorLayoutSlot
- getWidgetHeight() - Method in class com.vaadin.client.ui.layout.VLayoutSlot
- getWidgetIndex(Widget) - Method in class com.vaadin.client.ui.VAbsoluteLayout
- getWidgetIterator() - Method in class com.vaadin.client.ui.VAccordion
- getWidgetIterator() - Method in class com.vaadin.client.ui.VTabsheet
- getWidgetIterator() - Method in class com.vaadin.client.ui.VTabsheetBase
- getWidgetResizeListener() - Method in class com.vaadin.client.ui.orderedlayout.Slot
- getWidgetset(UICreateEvent) - Method in class com.vaadin.server.UIProvider
-
Deprecated.This method has been replaced by
UIProvider.getWidgetsetInfo(UICreateEvent)
in 7.7 - getWidgetset(String) - Method in class com.vaadin.server.AbstractDeploymentConfiguration
- getWidgetset(String) - Method in interface com.vaadin.server.DeploymentConfiguration
-
Gets Widgetset configuration option value.
- getWidgetSet() - Method in class com.vaadin.client.ApplicationConnection
- getWidgetsetForUI(BootstrapHandler.BootstrapContext) - Method in class com.vaadin.server.BootstrapHandler
-
Deprecated.
- getWidgetsetInfo() - Method in class com.vaadin.server.BootstrapHandler.BootstrapContext
-
Deprecated.
- getWidgetsetInfo(UICreateEvent) - Method in class com.vaadin.server.UIProvider
-
Finds the widgetset to use for a specific UI.
- getWidgetsetName() - Method in class com.vaadin.server.BootstrapHandler.BootstrapContext
-
Deprecated.
- getWidgetsetName() - Method in interface com.vaadin.server.WidgetsetInfo
-
Returns the name of the widgetset to use.
- getWidgetsets() - Method in class com.vaadin.server.widgetsetutils.ClassPathExplorer.LocationInfo
- getWidgetsetSourceDirectory(String) - Static method in class com.vaadin.server.widgetsetutils.ClassPathExplorer
-
Find and return the source directory which contains the given widgetset file.
- getWidgetsetUrl() - Method in interface com.vaadin.server.WidgetsetInfo
-
Returns the widgetset URL.
- getWidgetsetVersion() - Method in class com.vaadin.server.communication.ServerRpcHandler.RpcRequest
-
Gets the widget set version reported by the client
- getWidgetSizeInDirection(boolean) - Method in class com.vaadin.client.ui.layout.VLayoutSlot
- getWidgetSlotHeight(Widget) - Method in class com.vaadin.client.ui.VAbsoluteLayout
-
Get the pixel height of an slot in the layout
- getWidgetSlotWidth(Widget) - Method in class com.vaadin.client.ui.VAbsoluteLayout
-
Get the pixel width of an slot in the layout
- getWidgetWidth() - Method in class com.vaadin.client.ui.layout.ComponentConnectorLayoutSlot
- getWidgetWidth() - Method in class com.vaadin.client.ui.layout.VLayoutSlot
- getWidgetWidth() - Method in class com.vaadin.client.ui.VAccordion.StackItem
- getWidth() - Method in class com.vaadin.client.ComputedStyle
-
Returns the current width from the DOM.
- getWidth() - Method in class com.vaadin.client.event.PointerEvent
-
Gets the width of the contact geometry of the pointer in CSS pixels.
- getWidth() - Method in class com.vaadin.client.RenderInformation.FloatSize
- getWidth() - Method in class com.vaadin.client.RenderInformation.Size
- getWidth() - Method in class com.vaadin.client.RenderSpace
-
Returns pixels available horizontally for contained widget, including possible scrollbars.
- getWidth() - Method in class com.vaadin.client.ui.calendar.schedule.SimpleDayCell
- getWidth() - Method in class com.vaadin.client.ui.VGridLayout.Cell
- getWidth() - Method in class com.vaadin.client.ui.VScrollTable.FooterCell
-
Returns the pixels width of the footer cell.
- getWidth() - Method in class com.vaadin.client.ui.VScrollTable.HeaderCell
-
Returns the pixels width of the header cell.
- getWidth() - Method in class com.vaadin.client.widgets.Grid.Column
-
Returns the pixel width of the column as given by the user.
- getWidth() - Method in class com.vaadin.client.widgets.Overlay.PositionAndSize
- getWidth() - Method in class com.vaadin.client.WidgetUtil.TextRectangle
- getWidth() - Method in class com.vaadin.server.Page.BrowserWindowResizeEvent
-
Gets the new browser window width
- getWidth() - Method in interface com.vaadin.server.Sizeable
-
Gets the width of the object.
- getWidth() - Method in class com.vaadin.ui.AbstractComponent
- getWidth() - Method in class com.vaadin.ui.Grid.Column
-
Returns the width (in pixels).
- getWidthActual() - Method in class com.vaadin.client.widgets.Grid.Column
-
Returns the effective pixel width of the column.
- getWidthUnits() - Method in interface com.vaadin.server.Sizeable
-
Gets the width property units.
- getWidthUnits() - Method in class com.vaadin.ui.AbstractComponent
- getWidthWithIndent() - Method in class com.vaadin.client.ui.VScrollTable.HeaderCell
-
This method exists for the needs of
VTreeTable
only. - 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(String) - Method in class com.vaadin.server.LegacyApplication
-
Deprecated.Gets a UI by name.
- getWindowMode() - Method in class com.vaadin.ui.Window
-
Gets the current mode of the window.
- getWindowMode() - Method in class com.vaadin.ui.Window.WindowModeChangeEvent
-
Gets the new window mode.
- getWindowName() - Method in class com.vaadin.server.BrowserWindowOpener
-
Gets the target window name.
- getWindowName() - Method in class com.vaadin.server.Page
-
Gets the window.name value of the browser window of this page.
- getWindowOrder() - Method in class com.vaadin.client.ui.VWindow
-
Returns window position in list of opened and shown windows.
- getWindows() - Method in class com.vaadin.client.ui.window.WindowOrderEvent
-
Returns windows in order.
- getWindows() - Method in class com.vaadin.server.LegacyApplication
-
Deprecated.Gets the set of windows contained by the application.
- getWindows() - Method in class com.vaadin.ui.UI
-
Gets all the windows added to this UI.
- getWrappedConnector() - Method in class com.vaadin.client.VCaptionWrapper
- getWrappedContainer() - Method in class com.vaadin.data.util.GeneratedPropertyContainer
-
Returns the original underlying container.
- getWrappedItem() - Method in class com.vaadin.data.util.GeneratedPropertyContainer.GeneratedPropertyItem
-
Returns the wrapped Item that belongs to the wrapped container
- getWrappedProperty() - Method in class com.vaadin.data.util.TransactionalPropertyWrapper
- getWrappedSession() - Method in interface com.vaadin.server.VaadinRequest
-
Gets the session associated with this request, creating a new if there is no session.
- getWrappedSession() - Method in class com.vaadin.server.VaadinServletRequest
- getWrappedSession(boolean) - Method in interface com.vaadin.server.VaadinRequest
-
Gets the session associated with this request, optionally creating a new if there is no session.
- getWrappedSession(boolean) - Method in class com.vaadin.server.VaadinServletRequest
- getWrapperElement() - Method in class com.vaadin.client.ui.layout.VLayoutSlot
- getWriter() - Method in interface com.vaadin.server.VaadinResponse
-
Returns a
PrintWriter
object that can send character text to the client. - getXMLAsString() - Method in class com.vaadin.client.UIDL.XML
-
Deprecated.
- getYear() - Method in class com.vaadin.client.ui.calendar.schedule.WeekLabel
- getYear() - Method in class com.vaadin.ui.components.calendar.CalendarComponentEvents.WeekClick
-
Get year as a integer.
- getYearOfWeek() - Method in class com.vaadin.client.ui.calendar.schedule.CalendarDay
- getZIndex() - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Gets the 'z-index' attribute.
- GG - com.vaadin.server.FontAwesome
- GG_CIRCLE - com.vaadin.server.FontAwesome
- GIFT - com.vaadin.server.FontAwesome
- GIT - com.vaadin.server.FontAwesome
- GIT_SQUARE - com.vaadin.server.FontAwesome
- GITHUB - com.vaadin.server.FontAwesome
- GITHUB_ALT - com.vaadin.server.FontAwesome
- GITHUB_SQUARE - com.vaadin.server.FontAwesome
- GITTIP - com.vaadin.server.FontAwesome
- giveUp() - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
-
Called when we should give up trying to reconnect and let the user decide how to continue
- GLASS - com.vaadin.server.FontAwesome
- GlobalResourceHandler - Class in com.vaadin.server
-
A
RequestHandler
that takes care ofConnectorResource
s that should not be served by the connector. - GlobalResourceHandler() - Constructor for class com.vaadin.server.GlobalResourceHandler
- GLOBE - com.vaadin.server.FontAwesome
- GOOGLE - com.vaadin.server.FontAwesome
- GOOGLE_PLUS - com.vaadin.server.FontAwesome
- GOOGLE_PLUS_SQUARE - com.vaadin.server.FontAwesome
- GOOGLE_WALLET - com.vaadin.server.FontAwesome
- goTo(String) - Static method in class com.vaadin.client.ui.VUI
- GRADUATION_CAP - com.vaadin.server.FontAwesome
- GRATIPAY - com.vaadin.server.FontAwesome
- Greater(Object, Object) - Constructor for class com.vaadin.data.util.filter.Compare.Greater
-
Construct a filter that accepts items for which the identified property value is greater than
value
. - GREATER - com.vaadin.data.util.filter.Compare.Operation
- GREATER_OR_EQUAL - com.vaadin.data.util.filter.Compare.Operation
- GreaterOrEqual(Object, Object) - Constructor for class com.vaadin.data.util.filter.Compare.GreaterOrEqual
-
Construct a filter that accepts items for which the identified property value is greater than or equal to
value
. - green() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- GREEN - Static variable in class com.vaadin.shared.ui.colorpicker.Color
- grid - Variable in class com.vaadin.ui.Grid.StaticSection
- Grid<T> - Class in com.vaadin.client.widgets
-
A data grid view that supports columns and lazy loading of data rows from a data source.
- Grid - Class in com.vaadin.ui
-
A grid component for displaying tabular data.
- Grid() - Constructor for class com.vaadin.client.widgets.Grid
-
Creates a new instance.
- Grid() - Constructor for class com.vaadin.ui.Grid
-
Creates a new Grid with a new
IndexedContainer
as the data source. - Grid(Container.Indexed) - Constructor for class com.vaadin.ui.Grid
-
Creates a new Grid using the given data source.
- Grid(String) - Constructor for class com.vaadin.ui.Grid
-
Creates a new Grid with the given caption and a new
IndexedContainer
data source. - Grid(String, Container.Indexed) - Constructor for class com.vaadin.ui.Grid
-
Creates a new Grid with the given caption and data source.
- Grid.AbstractGridExtension - Class in com.vaadin.ui
-
An abstract base class for server-side Grid extensions.
- Grid.AbstractGridKeyEvent<HANDLER extends AbstractGridKeyEventHandler> - Class in com.vaadin.client.widgets
- Grid.AbstractGridMouseEvent<HANDLER extends AbstractGridMouseEventHandler> - Class in com.vaadin.client.widgets
- Grid.AbstractRenderer<T> - Class in com.vaadin.ui
-
An abstract base class for server-side
Grid renderers
. - Grid.AbstractSelectionModel - Class in com.vaadin.ui
-
A base class for SelectionModels that contains some of the logic that is reusable.
- Grid.BodyUpdater - Class in com.vaadin.client.widgets
- Grid.CellDescriptionGenerator - Interface in com.vaadin.ui
-
A callback interface for generating optional descriptions (tooltips) for Grid cells.
- Grid.CellReference - Class in com.vaadin.ui
-
A data class which contains information which identifies a cell in a
Grid
. - Grid.CellStyleGenerator - Interface in com.vaadin.ui
-
A callback interface for generating custom style names for Grid cells.
- Grid.Column<C,T> - Class in com.vaadin.client.widgets
-
Base class for grid columns internally used by the Grid.
- Grid.Column - Class in com.vaadin.ui
-
A column in the grid.
- Grid.ColumnReorderEvent - Class in com.vaadin.ui
-
An event that is fired when the columns are reordered.
- Grid.ColumnReorderListener - Interface in com.vaadin.ui
-
An event listener for column reorder events in the Grid.
- Grid.ColumnResizeEvent - Class in com.vaadin.ui
-
An event that is fired when a column is resized, either programmatically or by the user.
- Grid.ColumnResizeListener - Interface in com.vaadin.ui
-
An event listener for column resize events in the Grid.
- Grid.ColumnVisibilityChangeEvent - Class in com.vaadin.ui
-
An event that is fired when a column's visibility changes.
- Grid.ColumnVisibilityChangeListener - Interface in com.vaadin.ui
-
An event listener for column visibility change events in the Grid.
- Grid.CommitErrorEvent - Class in com.vaadin.ui
-
An event which is fired when saving the editor fails
- Grid.DefaultEditorErrorHandler - Class in com.vaadin.ui
-
Default error handler for the editor
- Grid.DetailComponentManager - Class in com.vaadin.ui
-
A class that manages details components by calling
Grid.DetailsGenerator
as needed. - Grid.DetailsGenerator - Interface in com.vaadin.ui
-
A callback interface for generating details for a particular row in Grid.
- Grid.Editor<T> - Class in com.vaadin.client.widgets
-
An editor UI for Grid rows.
- Grid.Editor.EventHandler<T> - Interface in com.vaadin.client.widgets
-
A handler for events related to the Grid editor.
- Grid.Editor.State - Enum in com.vaadin.client.widgets
- Grid.EditorCloseEvent - Class in com.vaadin.ui
-
This event gets fired when an editor is dismissed or closed by other means.
- Grid.EditorDomEvent<T> - Class in com.vaadin.client.widgets
-
A wrapper for native DOM events related to the
Grid editor
. - Grid.EditorErrorHandler - Interface in com.vaadin.ui
-
Error handler for the editor
- Grid.EditorEvent - Class in com.vaadin.ui
-
Base class for editor related events
- Grid.EditorFieldFactory - Class in com.vaadin.ui
-
Field factory used by default in the editor.
- Grid.EditorListener - Interface in com.vaadin.ui
-
Interface for an editor event listener
- Grid.EditorMoveEvent - Class in com.vaadin.ui
-
This event gets fired when an editor is opened while another row is being edited (i.e.
- Grid.EditorOpenEvent - Class in com.vaadin.ui
-
This event gets fired when an editor is opened
- Grid.Footer - Class in com.vaadin.client.widgets
-
Represents the footer section of a Grid.
- Grid.Footer - Class in com.vaadin.ui
-
Represents the footer section of a Grid.
- Grid.FooterCell - Class in com.vaadin.client.widgets
-
A single cell in a grid Footer row.
- Grid.FooterCell - Class in com.vaadin.ui
-
Represents a footer cell in Grid.
- Grid.FooterRow - Class in com.vaadin.client.widgets
-
A single row in a grid Footer section.
- Grid.FooterRow - Class in com.vaadin.ui
-
Represents a footer row in Grid.
- Grid.GridContextClickEvent - Class in com.vaadin.ui
-
ContextClickEvent for the Grid Component.
- Grid.GridEvent<T> - Class in com.vaadin.client.widgets
-
A wrapper for native DOM events originating from Grid.
- Grid.Header - Class in com.vaadin.client.widgets
-
Represents the header section of a Grid.
- Grid.Header - Class in com.vaadin.ui
-
Represents the header section of a Grid.
- Grid.HeaderCell - Class in com.vaadin.client.widgets
-
A single cell in a grid header row.
- Grid.HeaderCell - Class in com.vaadin.ui
-
Represents a header cell in Grid.
- Grid.HeaderRow - Class in com.vaadin.client.widgets
-
A single row in a grid header section.
- Grid.HeaderRow - Class in com.vaadin.ui
-
Represents a header row in Grid.
- Grid.MultiSelectionModel - Class in com.vaadin.ui
-
A default implementation of a
Grid.SelectionModel.Multi
- Grid.NoSelectionModel - Class in com.vaadin.ui
-
A default implementation for a
Grid.SelectionModel.None
- Grid.RowDescriptionGenerator - Interface in com.vaadin.ui
-
A callback interface for generating optional descriptions (tooltips) for Grid rows.
- Grid.RowReference - Class in com.vaadin.ui
-
A data class which contains information which identifies a row in a
Grid
. - Grid.RowStyleGenerator - Interface in com.vaadin.ui
-
A callback interface for generating custom style names for Grid rows.
- Grid.SelectionColumn - Class in com.vaadin.client.widgets
- Grid.SelectionMode - Enum in com.vaadin.client.widgets
-
Enumeration for easy setting of selection mode.
- Grid.SelectionMode - Enum in com.vaadin.ui
-
Selection modes representing built-in
SelectionModels
that come bundled withGrid
. - Grid.SelectionModel - Interface in com.vaadin.ui
-
The server-side interface that controls Grid's selection state.
- Grid.SelectionModel.HasUserSelectionAllowed - Interface in com.vaadin.ui
-
Interface implemented by selection models which support disabling client side selection while still allowing programmatic selection on the server.
- Grid.SelectionModel.Multi - Interface in com.vaadin.ui
-
A SelectionModel that supports multiple selections to be made.
- Grid.SelectionModel.None - Interface in com.vaadin.ui
-
A SelectionModel that does not allow for rows to be selected.
- Grid.SelectionModel.Single - Interface in com.vaadin.ui
-
A SelectionModel that supports for only single rows to be selected at a time.
- Grid.SingleSelectionModel - Class in com.vaadin.ui
-
A default implementation of a
Grid.SelectionModel.Single
- Grid.StaticSection<ROWTYPE extends Grid.StaticSection.StaticRow<?>> - Class in com.vaadin.client.widgets
-
Abstract base class for Grid header and footer sections.
- Grid.StaticSection<ROWTYPE extends Grid.StaticSection.StaticRow<?>> - Class in com.vaadin.ui
-
Abstract base class for Grid header and footer sections.
- Grid.StaticSection.StaticCell - Class in com.vaadin.client.widgets
-
A header or footer cell.
- Grid.StaticSection.StaticRow<CELLTYPE extends Grid.StaticSection.StaticCell> - Class in com.vaadin.client.widgets
-
Abstract base class for Grid header and footer rows.
- Grid.StaticSection.StaticRow<CELLTYPE extends com.vaadin.ui.Grid.StaticSection.StaticCell> - Class in com.vaadin.ui
-
Abstract base class for Grid header and footer rows.
- Grid.StaticSectionUpdater - Class in com.vaadin.client.widgets
- GridClickEvent - Class in com.vaadin.client.widget.grid.events
-
Represents native mouse click event in Grid.
- GridClickEvent() - Constructor for class com.vaadin.client.widget.grid.events.GridClickEvent
- GridClickEvent(Grid<?>, CellReference<?>) - Constructor for class com.vaadin.client.widget.grid.events.GridClickEvent
-
Deprecated.This constructor's arguments are no longer used. Use the no-args constructor instead.
- GridClientRpc - Interface in com.vaadin.shared.ui.grid
-
Server-to-client RPC interface for the Grid component.
- GridColumnState - Class in com.vaadin.shared.ui.grid
-
Column state DTO for transferring column properties from the server to the client
- GridColumnState() - Constructor for class com.vaadin.shared.ui.grid.GridColumnState
- GridConnector - Class in com.vaadin.client.connectors
-
Connects the client side
Grid
widget with the server sideGrid
component. - GridConnector() - Constructor for class com.vaadin.client.connectors.GridConnector
- GridConstants - Class in com.vaadin.shared.ui.grid
-
Container class for common constants and default values used by the Grid component.
- GridConstants() - Constructor for class com.vaadin.shared.ui.grid.GridConstants
- GridConstants.Section - Enum in com.vaadin.shared.ui.grid
-
Enum describing different sections of Grid.
- GridContextClickEvent(Grid, MouseEventDetails, GridConstants.Section, int, Object, Object) - Constructor for class com.vaadin.ui.Grid.GridContextClickEvent
- GridDoubleClickEvent - Class in com.vaadin.client.widget.grid.events
-
Represents native mouse double click event in Grid.
- GridDoubleClickEvent() - Constructor for class com.vaadin.client.widget.grid.events.GridDoubleClickEvent
- GridDoubleClickEvent(Grid<?>, CellReference<?>) - Constructor for class com.vaadin.client.widget.grid.events.GridDoubleClickEvent
-
Deprecated.This constructor's arguments are no longer used. Use the no-args constructor instead.
- GridEnabledEvent - Class in com.vaadin.client.widget.grid.events
-
An enabled/disabled event, fired by the Grid when it is disabled or enabled.
- GridEnabledEvent(boolean) - Constructor for class com.vaadin.client.widget.grid.events.GridEnabledEvent
- GridEnabledHandler - Interface in com.vaadin.client.widget.grid.events
-
Handler for a Grid enabled/disabled event, called when the Grid is enabled or disabled.
- GridEvent(Event, EventCellReference<T>) - Constructor for class com.vaadin.client.widgets.Grid.GridEvent
- GridEventHandler<T> - Interface in com.vaadin.client.widget.grid
-
A handler for events emitted by elements in Grid.
- GridKeyDownEvent - Class in com.vaadin.client.widget.grid.events
-
Represents native key down event in Grid.
- GridKeyDownEvent() - Constructor for class com.vaadin.client.widget.grid.events.GridKeyDownEvent
- GridKeyDownEvent(Grid<?>, CellReference<?>) - Constructor for class com.vaadin.client.widget.grid.events.GridKeyDownEvent
-
Deprecated.This constructor's arguments are no longer used. Use the no-args constructor instead.
- GridKeyPressEvent - Class in com.vaadin.client.widget.grid.events
-
Represents native key press event in Grid.
- GridKeyPressEvent() - Constructor for class com.vaadin.client.widget.grid.events.GridKeyPressEvent
- GridKeyPressEvent(Grid<?>, CellReference<?>) - Constructor for class com.vaadin.client.widget.grid.events.GridKeyPressEvent
-
Deprecated.This constructor's arguments are no longer used. Use the no-args constructor instead.
- GridKeyUpEvent - Class in com.vaadin.client.widget.grid.events
-
Represents native key up event in Grid.
- GridKeyUpEvent() - Constructor for class com.vaadin.client.widget.grid.events.GridKeyUpEvent
- GridKeyUpEvent(Grid<?>, CellReference<?>) - Constructor for class com.vaadin.client.widget.grid.events.GridKeyUpEvent
-
Deprecated.This constructor's arguments are no longer used. Use the no-args constructor instead.
- GridLayout - Class in com.vaadin.ui
-
A layout where the components are laid out on a grid using cell coordinates.
- GridLayout() - Constructor for class com.vaadin.ui.GridLayout
-
Constructs an empty (1x1) grid layout that is extended as needed.
- GridLayout(int, int) - Constructor for class com.vaadin.ui.GridLayout
-
Constructor for a grid of given size (number of columns and rows).
- GridLayout(int, int, Component...) - Constructor for class com.vaadin.ui.GridLayout
-
Constructs a GridLayout of given size (number of columns and rows) and adds the given components in order to the grid.
- GridLayout.Area - Class in com.vaadin.ui
-
Defines a rectangular area of cells in a GridLayout.
- GridLayout.OutOfBoundsException - Exception in com.vaadin.ui
-
An
Exception
object which is thrown when an area exceeds the bounds of the grid. - GridLayout.OverlapsException - Exception in com.vaadin.ui
-
Gridlayout does not support laying components on top of each other.
- GridLayoutConnector - Class in com.vaadin.client.ui.gridlayout
- GridLayoutConnector() - Constructor for class com.vaadin.client.ui.gridlayout.GridLayoutConnector
- GridLayoutServerRpc - Interface in com.vaadin.shared.ui.gridlayout
- GridLayoutState - Class in com.vaadin.shared.ui.gridlayout
- GridLayoutState() - Constructor for class com.vaadin.shared.ui.gridlayout.GridLayoutState
- GridLayoutState.ChildComponentData - Class in com.vaadin.shared.ui.gridlayout
- GridServerRpc - Interface in com.vaadin.shared.ui.grid
-
Client-to-server RPC interface for the Grid component
- GridState - Class in com.vaadin.shared.ui.grid
-
The shared state for the
com.vaadin.ui.components.grid.Grid
component - GridState() - Constructor for class com.vaadin.shared.ui.grid.GridState
- GridState.SharedSelectionMode - Enum in com.vaadin.shared.ui.grid
-
A description of which of the three bundled SelectionModels is currently in use.
- GridStaticCellType - Enum in com.vaadin.shared.ui.grid
-
Enumeration, specifying the content type of a Cell in a GridStaticSection.
- GridStaticSectionState - Class in com.vaadin.shared.ui.grid
-
Shared state for Grid headers and footers.
- GridStaticSectionState() - Constructor for class com.vaadin.shared.ui.grid.GridStaticSectionState
- GridStaticSectionState.CellState - Class in com.vaadin.shared.ui.grid
- GridStaticSectionState.RowState - Class in com.vaadin.shared.ui.grid
- group(String) - Static method in class com.vaadin.data.util.sqlcontainer.query.generator.filter.QueryBuilder
- group(String) - Method in class com.vaadin.data.util.sqlcontainer.query.generator.filter.StringDecorator
-
Groups a string by surrounding it in parenthesis
- GROUP - com.vaadin.server.FontAwesome
H
- H - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- H_SQUARE - com.vaadin.server.FontAwesome
- HACKER_NEWS - com.vaadin.server.FontAwesome
- halfHourInMilliSeconds - Static variable in class com.vaadin.client.ui.calendar.schedule.DateCellDayEvent
- HAND_GRAB_O - com.vaadin.server.FontAwesome
- HAND_LIZARD_O - com.vaadin.server.FontAwesome
- HAND_O_DOWN - com.vaadin.server.FontAwesome
- HAND_O_LEFT - com.vaadin.server.FontAwesome
- HAND_O_RIGHT - com.vaadin.server.FontAwesome
- HAND_O_UP - com.vaadin.server.FontAwesome
- HAND_PAPER_O - com.vaadin.server.FontAwesome
- HAND_PEACE_O - com.vaadin.server.FontAwesome
- HAND_POINTER_O - com.vaadin.server.FontAwesome
- HAND_ROCK_O - com.vaadin.server.FontAwesome
- HAND_SCISSORS_O - com.vaadin.server.FontAwesome
- HAND_SPOCK_O - com.vaadin.server.FontAwesome
- HAND_STOP_O - com.vaadin.server.FontAwesome
- HANDLE_SIZE - Static variable in class com.vaadin.client.debug.internal.VDebugWindow
- handleAction(Action, Object, Object) - Method in interface com.vaadin.event.Action.Handler
-
Handles an action for the given target.
- handleAction(Action, Object, Object) - Method in class com.vaadin.event.ActionManager
- handleAction(Action, Object, Object) - Method in class com.vaadin.event.ConnectorActionManager
- handleAction(Object, Object) - Method in interface com.vaadin.event.Action.Listener
- handleAction(Object, Object) - Method in class com.vaadin.event.ShortcutListener
- handleAction(Object, Object) - Method in class com.vaadin.ui.AbstractField.FocusShortcut
- handleAction(Object, Object) - Method in class com.vaadin.ui.Button.ClickShortcut
- handleAction(Object, Object) - Method in class com.vaadin.ui.Window.CloseShortcut
- handleActions(Map<String, Object>, Action.Container) - Method in class com.vaadin.event.ActionManager
- handleBufferedMoveEvent(Grid.EditorDomEvent<T>) - Method in class com.vaadin.client.widget.grid.DefaultEditorEventHandler
-
Moves the editor to another column if the received event is a move event.
- handleCaptionEvent(Event) - Method in class com.vaadin.client.ui.VScrollTable.FooterCell
-
Handles a event on the captions
- handleCaptionEvent(Event) - Method in class com.vaadin.client.ui.VScrollTable.HeaderCell
- handleCaptionEvent(Event) - Method in class com.vaadin.client.ui.VScrollTable.RowHeadersFooterCell
- handleCaptionEvent(Event) - Method in class com.vaadin.client.ui.VScrollTable.RowHeadersHeaderCell
- handleCloseEvent(Grid.EditorDomEvent<T>) - Method in class com.vaadin.client.widget.grid.DefaultEditorEventHandler
-
Closes the editor if the received event is a close event.
- handleCommunicationError(String, int) - Method in class com.vaadin.client.ApplicationConnection
- handleComponentRelativeSize(Widget) - Method in class com.vaadin.client.ApplicationConnection
-
Deprecated.As of 7.0, serves no purpose
- handleConnectorRelatedException(ClientConnector, Throwable) - Method in class com.vaadin.server.LegacyCommunicationManager
-
Deprecated.As of 7.1. See #11411.
- handleConnectorRequest(VaadinRequest, VaadinResponse, String) - Method in class com.vaadin.server.AbstractClientConnector
- handleConnectorRequest(VaadinRequest, VaadinResponse, String) - Method in interface com.vaadin.server.ClientConnector
-
Handle a request directed to this connector.
- handleConnectorRequest(VaadinRequest, VaadinResponse, String) - Method in class com.vaadin.server.DragAndDropService
- handleConnectorRequest(VaadinRequest, VaadinResponse, String) - Method in class com.vaadin.server.FileDownloader
- handleConnectorRequest(VaadinRequest, VaadinResponse, String) - Method in class com.vaadin.ui.AbstractMedia
- handleContextRootWithoutSlash(HttpServletRequest, HttpServletResponse) - Method in class com.vaadin.server.VaadinServlet
-
Invoked for every request to this servlet to potentially send a redirect to avoid problems with requests to the context root with no trailing slash.
- handleDragEnter(Element, VDragAndDropManager.DDManagerMediator) - Method in class com.vaadin.client.ui.dd.DDEventHandleStrategy
-
Handles drag enter on new element.
- handleDragImageEvent(Element, Event.NativePreviewEvent, VDragAndDropManager.DDManagerMediator) - Method in class com.vaadin.client.ui.dd.DDEventHandleStrategy
-
Handles event when drag image element (
VDragAndDropManager.getDragElement()
return value) is not null orevent
is touch event. - handleDragLeave(VDragAndDropManager.DDManagerMediator, boolean) - Method in class com.vaadin.client.ui.dd.DDEventHandleStrategy
-
Handles drag leave on old element.
- handleDragOver(Element, VDragAndDropManager.DDManagerMediator) - Method in class com.vaadin.client.ui.dd.DDEventHandleStrategy
-
Handles drag over on element.
- handleError(Exception) - Method in interface com.vaadin.server.ErrorHandlingRunnable
-
Handles exceptions thrown during the execution of a FutureAccess.
- handleError(Exception) - Method in class com.vaadin.server.VaadinSession.FutureAccess
-
Handles exceptions thrown during the execution of this task.
- handleEvent(Element, Event.NativePreviewEvent, VDragAndDropManager.DDManagerMediator) - Method in class com.vaadin.client.ui.dd.DDEventHandleStrategy
-
Final phase of event handling.
- handleEvent(Grid.EditorDomEvent<T>) - Method in class com.vaadin.client.widget.grid.DefaultEditorEventHandler
- handleEvent(Grid.EditorDomEvent<T>) - Method in interface com.vaadin.client.widgets.Grid.Editor.EventHandler
-
Handles editor-related events in an appropriate way.
- handleEventHandlerRegistration() - Method in class com.vaadin.client.ui.AbstractClickEventHandler
- handleInputInvalid(Element, boolean) - Static method in class com.vaadin.client.ui.aria.AriaHelper
-
Handles the required actions depending of the input element contains unaccepted input.
- handleInputInvalid(Widget, boolean) - Static method in class com.vaadin.client.ui.aria.AriaHelper
-
Handles the required actions depending of the input Widget contains unaccepted input.
- handleInputRequired(Element, boolean) - Static method in class com.vaadin.client.ui.aria.AriaHelper
-
Handles the required actions depending of the input element being required or not.
- handleInputRequired(Widget, boolean) - Static method in class com.vaadin.client.ui.aria.AriaHelper
-
Handles the required actions depending of the input Widget being required or not.
- handleInvocation(UI, ClientConnector, ServerRpcMethodInvocation) - Method in class com.vaadin.server.communication.ServerRpcHandler
-
Handles the given RPC method invocation for the given connector
- handleInvocation(UI, ClientConnector, LegacyChangeVariablesInvocation) - Method in class com.vaadin.server.communication.ServerRpcHandler
-
Handles the given Legacy variable change RPC method invocation for the given connector
- handleInvocations(UI, int, JsonArray) - Method in class com.vaadin.server.communication.ServerRpcHandler
-
Processes invocations data received from the client.
- handleJSON(ValueMap) - Method in class com.vaadin.client.communication.MessageHandler
- handleKeyboardEvent(Event) - Method in class com.vaadin.client.ui.ShortcutActionHandler
- handleKeyboardEvent(Event, ComponentConnector) - Method in class com.vaadin.client.ui.ShortcutActionHandler
- handleKeyDownEvent(Event.NativePreviewEvent, VDragAndDropManager.DDManagerMediator) - Method in class com.vaadin.client.ui.dd.DDEventHandleStrategy
-
Handles key down
event
. - handleKeyNavigation(int, boolean, boolean) - Method in class com.vaadin.client.ui.VTree
-
Handles the keyboard navigation
- handleMessage(ValueMap) - Method in class com.vaadin.client.communication.MessageHandler
-
Handles a received UIDL JSON text, parsing it, and passing it on to the appropriate handlers, while logging timing information.
- handleMouseMove(Element, Event.NativePreviewEvent, VDragAndDropManager.DDManagerMediator) - Method in class com.vaadin.client.ui.dd.DDEventHandleStrategy
-
Called to handle
Event.ONMOUSEMOVE
event. - handleMouseOut(Element, Event.NativePreviewEvent, VDragAndDropManager.DDManagerMediator) - Method in class com.vaadin.client.ui.dd.DDEventHandleStrategy
-
Called to handle
Event.ONMOUSEOUT
event. - handleMouseOver(Element, Event.NativePreviewEvent, VDragAndDropManager.DDManagerMediator) - Method in class com.vaadin.client.ui.dd.DDEventHandleStrategy
-
Called to handle
Event.ONMOUSEOVER
event. - handleMouseUp(Element, Event.NativePreviewEvent, VDragAndDropManager.DDManagerMediator) - Method in class com.vaadin.client.ui.dd.DDEventHandleStrategy
-
Called to handle
Event.ONMOUSEUP
event. - handleMoveEvent(Grid.EditorDomEvent<T>) - Method in class com.vaadin.client.widget.grid.DefaultEditorEventHandler
-
Moves the editor to another row or another column if the received event is a move event.
- handleNavigation(int, boolean, boolean) - Method in class com.vaadin.client.ui.VCalendarPanel
-
Handles the keyboard navigation
- handleNavigation(int, boolean, boolean) - Method in class com.vaadin.client.ui.VMenuBar
-
Handles the keyboard events handled by the MenuBar
- handleNavigation(int, boolean, boolean) - Method in class com.vaadin.client.ui.VScrollTable
-
Handles the keyboard events handled by the table
- handleNavigation(int, boolean, boolean) - Method in class com.vaadin.client.ui.VSlider
-
Handles the keyboard events handled by the Slider
- handleNavigation(int, boolean, boolean) - Method in class com.vaadin.client.ui.VTreeTable
-
For internal use only.
- handleNavigationDayMode(int, boolean, boolean) - Method in class com.vaadin.client.ui.VCalendarPanel
-
Handle keyboard navigation what the resolution is set to DAY
- handleNavigationMonthMode(int, boolean, boolean) - Method in class com.vaadin.client.ui.VCalendarPanel
-
Handle the keyboard navigation when the resolution is set to MONTH
- handleNavigationYearMode(int, boolean, boolean) - Method in class com.vaadin.client.ui.VCalendarPanel
-
Handles the keyboard navigation when the resolution is set to years.
- handleOpenEvent(Grid.EditorDomEvent<T>) - Method in class com.vaadin.client.widget.grid.DefaultEditorEventHandler
-
Opens the editor on the appropriate row if the received event is an open event.
- handleRecoverableError(DefaultConnectionStateHandler.Type, JsonObject) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
-
Called whenever an error occurs in communication which should be handled by showing the reconnect dialog and retrying communication until successful again
- handleRequest(VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.VaadinService
-
Handles the incoming request and writes the response into the response object.
- handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.communication.FileUploadHandler
- handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.communication.PublishedFileHandler
-
Writes the connector resource identified by the request URI to the response.
- handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.communication.PushRequestHandler
- handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.communication.SessionRequestHandler
- handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.ConnectorResourceHandler
- handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.GlobalResourceHandler
- handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in interface com.vaadin.server.RequestHandler
-
Called when a request needs to be handled.
- handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.SynchronizedRequestHandler
- handleResponse(boolean, UIDL) - Method in interface com.vaadin.client.ui.dd.VDragEventServerCallback
- 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.
- HandlesAriaCaption - Interface in com.vaadin.client.ui.aria
-
Some Widgets need to handle the caption handling for WAI-ARIA themselfs, as for example the required ids need to be set in a specific way.
- HandlesAriaInvalid - Interface in com.vaadin.client.ui.aria
-
Some Widgets need to handle the required handling for WAI-ARIA themselfs, as this attribute needs to be set to the input element itself.
- HandlesAriaRequired - Interface in com.vaadin.client.ui.aria
-
Some Widgets need to handle the required handling for WAI-ARIA themselfs, as this attribute needs to be set to the input element itself.
- handleServerResponse(ValueMap) - Method in class com.vaadin.client.ui.dd.VDragAndDropManager
- 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 occured and a notification needs to be sent to the user.
- handleSessionExpired(VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.VaadinService
-
Called when the session has expired and the request handling is therefore aborted.
- handleStyleNames(AbstractComponentState) - Method in class com.vaadin.client.ui.VTabsheet
-
For internal use only.
- handleTouchEnd(Element, Event.NativePreviewEvent, VDragAndDropManager.DDManagerMediator) - Method in class com.vaadin.client.ui.dd.DDEventHandleStrategy
-
Called to handle
Event.ONTOUCHEND
event. - handleUnauthorized(XhrConnectionError) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
- handleUnparsableDateString(String) - Method in class com.vaadin.ui.DateField
-
This method is called to handle a non-empty date string from the client if the client could not parse it as a Date.
- handleUnrecognizedTypeNullValue(int, PreparedStatement, Map<Integer, Class<?>>) - Method in class com.vaadin.data.util.sqlcontainer.query.generator.StatementHelper
-
Handle unrecognized null values.
- hasActiveRequest() - Method in class com.vaadin.client.communication.MessageSender
-
Indicates whether or not there are currently active UIDL requests.
- hasAll() - Method in class com.vaadin.shared.ui.MarginInfo
-
Checks if this MarginInfo object has margins on all edges enabled.
- hasAttribute(String) - Method in class com.vaadin.client.UIDL
-
Indicates whether or not the named attribute is available.
- hasBottom() - Method in class com.vaadin.shared.ui.MarginInfo
-
Checks if this MarginInfo object has the bottom edge margin enabled.
- hasCaption() - Method in class com.vaadin.client.ui.orderedlayout.Slot
-
Does the slot have a caption
- hasCaption() - Method in class com.vaadin.client.ui.panel.PanelConnector
-
Detects if caption div should be visible.
- HasChildMeasurementHint - Interface in com.vaadin.ui
-
Component with layout measuring hint.
- HasChildMeasurementHint.ChildMeasurementHint - Enum in com.vaadin.ui
-
Specifies how you would like child components measurements to be handled.
- HasChildMeasurementHintConnector - Interface in com.vaadin.client
-
Connector with layout measuring hint.
- HasChildMeasurementHintConnector.ChildMeasurementHint - Enum in com.vaadin.client
-
Specifies how you would like child components measurements to be handled.
- hasChildren() - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Checks if the item has children (if it is a sub-menu).
- hasChildren(Object) - Method in interface com.vaadin.data.Container.Hierarchical
-
Tests if the Item specified with
itemId
has child Items or if it is a leaf. - hasChildren(Object) - Method in class com.vaadin.data.util.ContainerHierarchicalWrapper
- hasChildren(Object) - Method in class com.vaadin.data.util.FilesystemContainer
- hasChildren(Object) - Method in class com.vaadin.data.util.HierarchicalContainer
- hasChildren(Object) - Method in class com.vaadin.data.util.HierarchicalContainerOrderedWrapper
- hasChildren(Object) - Method in class com.vaadin.ui.Tree
-
Tests if the Item specified with
itemId
has child Items. - hasChildren(Object) - Method in class com.vaadin.ui.TreeTable
- 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.
- HasColorChangeListener - Interface in com.vaadin.ui.components.colorpicker
- HasComponents - Interface in com.vaadin.ui
- HasComponents.ComponentAttachDetachNotifier - Interface in com.vaadin.ui
-
Interface for
HasComponents
implementations that support sending attach and detach events for components. - HasComponents.ComponentAttachEvent - Class in com.vaadin.ui
-
Component attach event sent when a component is attached to container.
- HasComponents.ComponentAttachListener - Interface in com.vaadin.ui
-
Component attach listener interface.
- HasComponents.ComponentDetachEvent - Class in com.vaadin.ui
-
Component detach event sent when a component is detached from container.
- HasComponents.ComponentDetachListener - Interface in com.vaadin.ui
-
Component detach listener interface.
- HasComponentsConnector - Interface in com.vaadin.client
-
An interface used by client-side connectors whose widget is a component container (implements
HasWidgets
). - hasConnector(String) - Method in class com.vaadin.client.ConnectorMap
-
Checks if a connector with the given id has been registered.
- hasConnectorsToMeasure() - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
- hasContainerFilters() - Method in class com.vaadin.data.util.AbstractBeanContainer
- hasContainerFilters() - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Returns true if any filters have been applied to the container.
- hasContainerFilters() - Method in class com.vaadin.data.util.IndexedContainer
- hasContainerFilters() - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
-
Returns true if any filters have been applied to the container.
- hasConverter(Object) - Method in class com.vaadin.ui.Table
-
Checks if there is a converter set explicitly for the given property id.
- hasDateCell(int) - Method in class com.vaadin.client.ui.calendar.schedule.DateCellContainer
- hasDependents() - Method in class com.vaadin.client.MeasuredSize
- hasDescription(AbstractComponentState) - Static method in class com.vaadin.shared.ui.ComponentStateUtil
- hasDescriptions - Variable in class com.vaadin.shared.ui.grid.GridState
-
Whether rows and/or cells have generated descriptions (tooltips)
- hasDirtyConnectors() - Method in class com.vaadin.ui.ConnectorTracker
-
Checks if there a dirty connectors.
- hasDropTime() - Method in class com.vaadin.ui.components.calendar.CalendarTargetDetails
- hasEvent(int) - Method in class com.vaadin.client.ui.calendar.schedule.DateCellContainer
- hasEventListener() - Method in class com.vaadin.client.ui.AbstractClickEventHandler
-
Checks if there is a server side event listener registered for clicks
- hasEventListener(String) - Method in interface com.vaadin.client.ServerConnector
-
Checks if an event listener has been registered on the server side for the given event identifier.
- hasEventListener(String) - Method in class com.vaadin.client.ui.AbstractConnector
- hasEventListeners(Widget, String) - Method in class com.vaadin.client.ApplicationConnection
-
Deprecated.As of 7.0. Use
AbstractConnector.hasEventListener(String)
instead - hasEventListeners(ComponentConnector, String) - Method in class com.vaadin.client.ApplicationConnection
-
Deprecated.As of 7.0. Use
AbstractConnector#hasEventListener(String)
instead - hashCode() - Method in class com.vaadin.client.data.DataSource.RowHandle
- hashCode() - Method in class com.vaadin.client.metadata.Method
- hashCode() - Method in class com.vaadin.client.metadata.Property
- hashCode() - Method in class com.vaadin.client.metadata.Type
- hashCode() - Method in class com.vaadin.client.RenderInformation.Size
- hashCode() - Method in class com.vaadin.data.sort.SortOrder
- hashCode() - Method in class com.vaadin.data.util.FilesystemContainer.FileItem
-
Calculates a integer hash-code for the Property that's unique inside the Item containing the Property.
- hashCode() - Method in class com.vaadin.data.util.filter.AbstractJunctionFilter
- hashCode() - Method in class com.vaadin.data.util.filter.Between
- hashCode() - Method in class com.vaadin.data.util.filter.Compare
- hashCode() - Method in class com.vaadin.data.util.filter.IsNull
- hashCode() - Method in class com.vaadin.data.util.filter.Like
- hashCode() - Method in class com.vaadin.data.util.filter.Not
- hashCode() - Method in class com.vaadin.data.util.filter.SimpleStringFilter
- hashCode() - Method in class com.vaadin.data.util.GeneratedPropertyContainer.GeneratedPropertyItem
- hashCode() - Method in class com.vaadin.data.util.PropertysetItem
- hashCode() - Method in class com.vaadin.data.util.sqlcontainer.ReadOnlyRowId
- hashCode() - Method in class com.vaadin.data.util.sqlcontainer.RowId
- hashCode() - Method in class com.vaadin.data.util.sqlcontainer.TemporaryRowId
- hashCode() - Method in class com.vaadin.event.ListenerMethod
- hashCode() - Method in class com.vaadin.server.AbstractClientConnector
- hashCode() - Method in class com.vaadin.server.GenericFontIcon
- hashCode() - Method in class com.vaadin.server.StreamResource
- hashCode() - Method in class com.vaadin.server.ThemeResource
- hashCode() - Method in class com.vaadin.shared.ui.colorpicker.Color
- hashCode() - Method in class com.vaadin.shared.ui.grid.Range
- hashCode() - Method in class com.vaadin.shared.ui.MarginInfo
- hashCode() - Method in class com.vaadin.ui.Alignment
- hashCode() - Method in class com.vaadin.ui.UniqueSerializable
- hashCodeExplicit() - Method in class com.vaadin.client.data.AbstractRemoteDataSource.RowHandleImpl
- hashCodeExplicit() - Method in class com.vaadin.client.data.DataSource.RowHandle
-
An explicit override for
Object.hashCode()
. - hasHorizontalConnectorToLayout() - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
- HASHTAG - com.vaadin.server.FontAwesome
- hasIdentifier(String) - Static method in class com.vaadin.client.metadata.TypeData
- hasIdentifier(String) - Static method in class com.vaadin.client.metadata.TypeDataStore
- HasJavaScriptConnectorHelper - Interface in com.vaadin.client.communication
- hasKey(int) - Method in interface elemental.util.MapFromIntTo
-
Indicates whether the map contains a value for the specified key.
- hasKey(int) - Method in interface elemental.util.MapFromIntToString
-
Indicates whether the map contains a value for the specified key.
- hasKey(String) - Method in class elemental.json.impl.JreJsonObject
- hasKey(String) - Method in interface elemental.json.JsonObject
-
Test whether a given key has present.
- hasKey(String) - Method in interface elemental.util.MapFromStringTo
-
Indicates whether the map contains a value for the specified key.
- hasKey(String) - Method in interface elemental.util.MapFromStringToBoolean
-
Indicates whether the map contains a value for the specified key.
- hasKey(String) - Method in interface elemental.util.MapFromStringToInt
-
Indicates whether the map contains a value for the specified key.
- hasKey(String) - Method in interface elemental.util.MapFromStringToNumber
-
Indicates whether the map contains a value for the specified key.
- hasKey(String) - Method in interface elemental.util.MapFromStringToString
-
Indicates whether the map contains a value for the specified key.
- hasLeft() - Method in class com.vaadin.shared.ui.MarginInfo
-
Checks if this MarginInfo object has the left edge margin enabled.
- hasListeners(Class<?>) - Method in class com.vaadin.event.EventRouter
-
Checks if the given Event type is listened by a listener registered to this router.
- hasListeners(Class<?>) - Method in class com.vaadin.server.AbstractClientConnector
-
Checks if the given
Component.Event
type is listened for this component. - hasLock() - Method in class com.vaadin.server.VaadinSession
-
Checks if the current thread has exclusive access to this VaadinSession
- hasLock(VaadinService, WrappedSession) - Static method in class com.vaadin.server.VaadinSession
-
Checks if the current thread has exclusive access to the given WrappedSession.
- hasMessage() - Method in class com.vaadin.client.TooltipInfo
-
Checks is a message has been defined for the tooltip.
- hasNextFragment() - Method in class com.vaadin.client.communication.AtmospherePushConnection.FragmentedMessage
- hasNextPage() - Method in class com.vaadin.client.ui.VFilterSelect
-
Does the Select have more pages?
- hasProperties() - Method in class com.vaadin.client.metadata.Type
- hasProperties(Type) - Static method in class com.vaadin.client.metadata.TypeDataStore
- hasPropertyChanged(String) - Method in class com.vaadin.client.communication.StateChangeEvent
-
Checks whether the give property has changed.
- hasRelativeHeight() - Method in class com.vaadin.client.ui.orderedlayout.Slot
- hasRelativeHeight() - Method in class com.vaadin.client.ui.VGridLayout.Cell
- hasRelativeWidth() - Method in class com.vaadin.client.ui.orderedlayout.Slot
- hasRelativeWidth() - Method in class com.vaadin.client.ui.VGridLayout.Cell
- hasResizeListeners - Variable in class com.vaadin.shared.ui.ui.PageState
-
True if the page has browser window resize listeners.
- hasRight() - Method in class com.vaadin.shared.ui.MarginInfo
-
Checks if this MarginInfo object has the right edge margin enabled.
- HasSelectionHandlers<T> - Interface in com.vaadin.client.widget.grid.selection
-
Marker interface for widgets that fires selection events.
- hasSpacing() - Method in class com.vaadin.client.ui.orderedlayout.Slot
-
Does the slot have spacing
- hasSpannedCells() - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticRow
-
Returns
true
if this row contains spanned cells. - hasStyles(AbstractComponentState) - Static method in class com.vaadin.shared.ui.ComponentStateUtil
- hasSubWindow(WindowConnector) - Method in class com.vaadin.client.ui.ui.UIConnector
-
Deprecated.Should be replaced by a more generic mechanism for getting non-ComponentConnector children
- hasTemplate() - Method in class com.vaadin.client.ui.VCustomLayout
-
For internal use only.
- hasToday() - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid
- hasTooltip - Variable in class com.vaadin.client.ui.VDragAndDropWrapper
-
For internal use only.
- hasTooltip() - Method in interface com.vaadin.client.ComponentConnector
-
Check whether there might be a tooltip for this component.
- hasTooltip() - Method in class com.vaadin.client.connectors.GridConnector
- hasTooltip() - Method in class com.vaadin.client.ui.AbstractComponentConnector
- hasTooltip() - Method in class com.vaadin.client.ui.calendar.CalendarConnector
- hasTooltip() - Method in class com.vaadin.client.ui.form.FormConnector
- hasTooltip() - Method in class com.vaadin.client.ui.formlayout.FormLayoutConnector
- hasTooltip() - Method in class com.vaadin.client.ui.menubar.MenuBarConnector
- hasTooltip() - Method in class com.vaadin.client.ui.orderedlayout.AbstractOrderedLayoutConnector
- hasTooltip() - Method in class com.vaadin.client.ui.table.TableConnector
- hasTooltip() - Method in class com.vaadin.client.ui.tabsheet.TabsheetConnector
- hasTooltip() - Method in class com.vaadin.client.ui.tree.TreeConnector
- hasTooltip() - Method in class com.vaadin.client.ui.ui.UIConnector
- hasTooltip() - Method in class com.vaadin.client.ui.VTabsheet.Tab
- hasTooltip() - Method in class com.vaadin.client.ui.window.WindowConnector
- HasTooltipKey - Interface in com.vaadin.client.ui.calendar.schedule
-
For Calendar client-side internal use only.
- hasTop() - Method in class com.vaadin.shared.ui.MarginInfo
-
Checks if this MarginInfo object has the top edge margin enabled.
- HasUserSelectionAllowed<T> - Interface in com.vaadin.client.widget.grid.selection
-
Interface implemented by selection models which support disabling client side selection while still allowing programmatic selection on the server.
- hasVariable(String) - Method in class com.vaadin.client.UIDL
-
Checks if the named variable is available.
- hasVerticaConnectorToLayout() - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
- hasWorkQueued() - Method in class com.vaadin.client.VSchedulerImpl
- HDD_O - com.vaadin.server.FontAwesome
- head - Variable in class com.vaadin.client.debug.internal.VDebugWindow
- header - Variable in class com.vaadin.client.ui.VWindow
-
For internal use only.
- header - Variable in class com.vaadin.shared.ui.grid.ColumnGroupState
-
The header text of the group
- header - Variable in class com.vaadin.shared.ui.grid.GridState
- Header() - Constructor for class com.vaadin.client.widgets.Grid.Header
- Header(Grid) - Constructor for class com.vaadin.ui.Grid.Header
- HEADER - com.vaadin.server.FontAwesome
- HEADER - com.vaadin.shared.ui.grid.GridConstants.Section
- HEADER - com.vaadin.shared.ui.table.TableConstants.Section
- HEADER_CLICK_EVENT_ID - Static variable in class com.vaadin.shared.ui.table.TableConstants
- HEADER_CLICK_METHOD - Static variable in class com.vaadin.ui.Table.HeaderClickEvent
- headerCaption - Variable in class com.vaadin.client.widgets.Grid.Column
-
The header-caption of this column.
- headerCaption - Variable in class com.vaadin.shared.ui.grid.GridColumnState
-
Column header caption
- HeaderCell() - Constructor for class com.vaadin.client.widgets.Grid.HeaderCell
- HeaderCell(Grid.HeaderRow) - Constructor for class com.vaadin.ui.Grid.HeaderCell
- HeaderCell(String, String) - Constructor for class com.vaadin.client.ui.VScrollTable.HeaderCell
- headerChangedDuringUpdate - Variable in class com.vaadin.client.ui.VScrollTable
-
Flag to indicate if a column width recalculation is needed due update.
- headerClick(Table.HeaderClickEvent) - Method in interface com.vaadin.ui.Table.HeaderClickListener
-
Called when a user clicks a header column cell
- HeaderClickEvent(Component, Object, MouseEventDetails) - Constructor for class com.vaadin.ui.Table.HeaderClickEvent
- HeaderClickHandler - Interface in com.vaadin.client.widget.grid.events
-
Handler for
GridClickEvent
s that happen in the header of the Grid. - HeaderDoubleClickHandler - Interface in com.vaadin.client.widget.grid.events
-
Handler for
GridDoubleClickEvent
s that happen in the header of the Grid. - HeaderKeyDownHandler - Interface in com.vaadin.client.widget.grid.events
-
Handler for
GridKeyDownEvent
s that happen when the focused cell is in the header of the Grid. - HeaderKeyPressHandler - Interface in com.vaadin.client.widget.grid.events
-
Handler for
GridKeyPressEvent
s that happen when the focused cell is in the header of the Grid. - HeaderKeyUpHandler - Interface in com.vaadin.client.widget.grid.events
-
Handler for
GridKeyUpEvent
s that happen when the focused cell is in the header of the Grid. - HeaderRow() - Constructor for class com.vaadin.client.widgets.Grid.HeaderRow
- HeaderRow(Grid.StaticSection<?>) - Constructor for class com.vaadin.ui.Grid.HeaderRow
- HEADPHONES - com.vaadin.server.FontAwesome
- HEART - com.vaadin.server.FontAwesome
- HEART_O - com.vaadin.server.FontAwesome
- Heartbeat - Class in com.vaadin.client.communication
-
Handles sending of heartbeats to the server and reacting to the response
- Heartbeat() - Constructor for class com.vaadin.client.communication.Heartbeat
- HEARTBEAT - com.vaadin.client.communication.DefaultConnectionStateHandler.Type
- HEARTBEAT - com.vaadin.server.FontAwesome
- HEARTBEAT - com.vaadin.server.VaadinServlet.RequestType
-
Deprecated.
- HEARTBEAT_PATH - Static variable in class com.vaadin.shared.ApplicationConstants
- heartbeatException(Request, Throwable) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
-
Called when an exception occurs during a
Heartbeat
request - heartbeatException(Request, Throwable) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
- HeartbeatHandler - Class in com.vaadin.server.communication
-
Handles heartbeat requests.
- HeartbeatHandler() - Constructor for class com.vaadin.server.communication.HeartbeatHandler
- heartbeatInterval() - Method in annotation type com.vaadin.annotations.VaadinServletConfiguration
-
The number of seconds between heartbeat requests of a UI, or a non-positive number if heartbeat is disabled.
- heartbeatInvalidStatusCode(Request, Response) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
-
Called when a heartbeat request returns a status code other than OK (200)
- heartbeatInvalidStatusCode(Request, Response) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
- heartbeatOk() - Method in interface com.vaadin.client.communication.ConnectionStateHandler
-
Called when a
Heartbeat
request succeeds - heartbeatOk() - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
- height - Variable in class com.vaadin.client.ui.VFlash
-
Deprecated.
- height - Variable in class com.vaadin.shared.AbstractComponentState
- HeightAwareDetailsGenerator - Interface in com.vaadin.client.widget.grid
-
Deprecated.
- heightBreakpoints - Variable in class com.vaadin.client.extensions.ResponsiveConnector
-
All the height breakpoints found for this particular instance
- heightByRows - Variable in class com.vaadin.shared.ui.grid.GridState
-
The height of the Grid in terms of body rows.
- heightMode - Variable in class com.vaadin.shared.ui.grid.GridState
-
The mode by which Grid defines its height.
- HeightMode - Enum in com.vaadin.shared.ui.grid
-
The modes for height calculation that are supported by Grid (
client
andserver
) /Escalator
. - heightRangeCache - Static variable in class com.vaadin.client.extensions.ResponsiveConnector
-
All height-range breakpoints found from the style sheets on the page.
- Helper() - Constructor for class com.vaadin.shared.annotations.DelegateToWidget.Helper
- hidable - Variable in class com.vaadin.client.widgets.Grid.Column
-
The hidable state of this column.
- hidable - Variable in class com.vaadin.shared.ui.grid.GridColumnState
-
Whether the column can be hidden by the user.
- hidden - Variable in class com.vaadin.client.widgets.Grid.Column
-
The hidden state of this column.
- hidden - Variable in class com.vaadin.shared.ui.grid.GridColumnState
-
Whether this column is currently hidden.
- HIDDEN - com.vaadin.ui.Table.ColumnHeaderMode
-
Column headers are hidden.
- HIDDEN - com.vaadin.ui.Table.RowHeaderMode
-
Row caption mode: The row headers are hidden.
- hide() - Method in interface com.vaadin.client.communication.ReconnectDialog
-
Hides the dialog from the user
- hide() - Method in class com.vaadin.client.debug.internal.HierarchySection
- hide() - Method in class com.vaadin.client.debug.internal.InfoSection
- hide() - Method in class com.vaadin.client.debug.internal.LogSection
- hide() - Method in class com.vaadin.client.debug.internal.NetworkSection
- hide() - Method in class com.vaadin.client.debug.internal.ProfilerSection
- hide() - Method in interface com.vaadin.client.debug.internal.Section
-
Called when the section is deactivated in
VDebugWindow
. - hide() - Method in class com.vaadin.client.debug.internal.TestBenchSection
- hide() - Method in class com.vaadin.client.ui.VAccordion.StackItem
- hide() - Method in class com.vaadin.client.ui.VNotification
- hide() - Method in class com.vaadin.client.ui.VWindow
- hide() - Method in class com.vaadin.client.VErrorMessage
- hide() - Method in class com.vaadin.client.VLoadingIndicator
-
Hides the loading indicator (if visible).
- hide() - Method in class com.vaadin.client.VTooltip
- hide() - Method in class com.vaadin.client.widgets.Overlay
- hide(boolean) - Method in class com.vaadin.client.ui.VPopupView.CustomPopup
- hide(boolean) - Method in class com.vaadin.client.widgets.Overlay
- hide(boolean, boolean, boolean) - Method in class com.vaadin.client.widgets.Overlay
-
Hides the popup and detaches it from the page.
- hideAfterDelay() - Method in class com.vaadin.client.ui.VNotification
- hideChildMenu(VMenuBar.CustomMenuItem) - Method in class com.vaadin.client.ui.VMenuBar
-
Hides the submenu of an item
- hideChildren() - Method in class com.vaadin.client.ui.VMenuBar
-
Recursively hide all child menus
- hideChildren(boolean, boolean) - Method in class com.vaadin.client.ui.VMenuBar
-
Recursively hide all child menus
- hideDialog() - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
-
Called when the reconnect dialog should be hidden.
- hideEmptyRowsAndColumns - Variable in class com.vaadin.client.ui.VGridLayout
- hideEmptyRowsAndColumns - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState
- hideErrors - Variable in class com.vaadin.shared.AbstractFieldState
- HideEvent(Object) - Constructor for class com.vaadin.client.ui.VNotification.HideEvent
- hideOnMouseOut - Variable in class com.vaadin.shared.ui.popupview.PopupViewState
- hideOverlay() - Method in class com.vaadin.client.widgets.Grid.Editor
- hideParents(boolean) - Method in class com.vaadin.client.ui.VMenuBar
-
Recursively hide all parent menus
- hidePopup() - Method in class com.vaadin.ui.AbstractColorPicker
-
Hides a popup-window for color selection.
- hideScrollPositionAnnotation() - Method in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- hideTabs() - Method in class com.vaadin.client.ui.VTabsheet
-
Makes tab bar invisible.
- hideTabs(boolean) - Method in class com.vaadin.ui.TabSheet
-
Deprecated.as of 7.5, use
TabSheet.setTabsVisible(boolean)
instead - hideTooltip() - Method in class com.vaadin.client.VTooltip
- hidingToggleCaption - Variable in class com.vaadin.client.widgets.Grid.Column
-
The hiding-toggle-caption of this column.
- hidingToggleCaption - Variable in class com.vaadin.shared.ui.grid.GridColumnState
-
The caption for the column hiding toggle.
- HierarchicalContainer - Class in com.vaadin.data.util
-
A specialized Container whose contents can be accessed like it was a tree-like structure.
- HierarchicalContainer() - Constructor for class com.vaadin.data.util.HierarchicalContainer
- HierarchicalContainerOrderedWrapper - Class in com.vaadin.data.util
-
A wrapper class for adding external ordering to containers not implementing the
Container.Ordered
interface while retainingContainer.Hierarchical
features. - HierarchicalContainerOrderedWrapper(Container.Hierarchical) - Constructor for class com.vaadin.data.util.HierarchicalContainerOrderedWrapper
- HIERARCHY - com.vaadin.client.debug.internal.Icon
- HierarchyPanel - Class in com.vaadin.client.debug.internal
-
Hierarchy view panel of the debug window.
- HierarchyPanel() - Constructor for class com.vaadin.client.debug.internal.HierarchyPanel
- HierarchySection - Class in com.vaadin.client.debug.internal
-
Provides functionality for examining the UI component hierarchy.
- HierarchySection() - Constructor for class com.vaadin.client.debug.internal.HierarchySection
- HierarchySection.FindHandler - Interface in com.vaadin.client.debug.internal
- Highlight - Class in com.vaadin.client.debug.internal
-
Highlights a widget in the UI by overlaying a semi-transparent colored div.
- Highlight() - Constructor for class com.vaadin.client.debug.internal.Highlight
- HIGHLIGHT - com.vaadin.client.debug.internal.Icon
- HISTORY - com.vaadin.server.FontAwesome
- historyVisible - Variable in class com.vaadin.ui.AbstractColorPicker
- HOME - com.vaadin.server.FontAwesome
- HOME - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- hookEvents(Element, VUpload) - Method in class com.vaadin.client.ui.upload.UploadIFrameOnloadStrategy
- hookEvents(Element, VUpload) - Method in class com.vaadin.client.ui.upload.UploadIFrameOnloadStrategyIE
- hookHtml5DragStart(Element) - Method in class com.vaadin.client.ui.VDragAndDropWrapper
- hookHtml5DragStart(Element) - Method in class com.vaadin.client.ui.VDragAndDropWrapperIE
- hookHtml5DragStart(Element) - Method in class com.vaadin.client.ui.VDragAndDropWrapper
-
Deprecated.As of 7.2, call or override
VDragAndDropWrapper.hookHtml5DragStart(Element)
instead - hookHtml5DragStart(Element) - Method in class com.vaadin.client.ui.VDragAndDropWrapperIE
-
Deprecated.
- hookHtml5Events(Element) - Method in class com.vaadin.client.ui.VDragAndDropWrapper
-
Prototype code, memory leak risk.
- hookHtml5Events(Element) - Method in class com.vaadin.client.ui.VDragAndDropWrapperIE
- hookHtml5Events(Element) - Method in class com.vaadin.client.ui.VDragAndDropWrapper
-
Deprecated.As of 7.2, call or override
VDragAndDropWrapper.hookHtml5Events(Element)
instead - hookHtml5Events(Element) - Method in class com.vaadin.client.ui.VDragAndDropWrapperIE
-
Deprecated.
- HORIZONTAL - com.vaadin.client.widget.escalator.ScrollbarBundle.Direction
- HORIZONTAL - com.vaadin.client.widget.grid.AutoScroller.ScrollAxis
- HORIZONTAL - com.vaadin.shared.ui.Orientation
- HORIZONTAL - com.vaadin.shared.ui.slider.SliderOrientation
- HORIZONTAL_SPACING - Static variable in class com.vaadin.client.StyleConstants
- horizontalDropLocation - Variable in class com.vaadin.client.ui.VDragAndDropWrapper
- HorizontalDropLocation - Enum in com.vaadin.shared.ui.dd
- HorizontalLayout - Class in com.vaadin.ui
-
Horizontal layout
HorizontalLayout
is a component container, which shows the subcomponents in the order of their addition (horizontally). - HorizontalLayout() - Constructor for class com.vaadin.ui.HorizontalLayout
-
Constructs an empty HorizontalLayout.
- HorizontalLayout(Component...) - Constructor for class com.vaadin.ui.HorizontalLayout
-
Constructs a HorizontalLayout with the given components.
- HorizontalLayoutConnector - Class in com.vaadin.client.ui.orderedlayout
-
Connects the client widget
VHorizontalLayout
with the Vaadin server side counterpartHorizontalLayout
- HorizontalLayoutConnector() - Constructor for class com.vaadin.client.ui.orderedlayout.HorizontalLayoutConnector
- HorizontalLayoutState - Class in com.vaadin.shared.ui.orderedlayout
- HorizontalLayoutState() - Constructor for class com.vaadin.shared.ui.orderedlayout.HorizontalLayoutState
- HorizontalScrollbarBundle() - Constructor for class com.vaadin.client.widget.escalator.ScrollbarBundle.HorizontalScrollbarBundle
- HorizontalSplitPanel - Class in com.vaadin.ui
-
A horizontal split panel contains two components and lays them horizontally.
- HorizontalSplitPanel() - Constructor for class com.vaadin.ui.HorizontalSplitPanel
-
Creates an empty horizontal split panel
- HorizontalSplitPanel(Component, Component) - Constructor for class com.vaadin.ui.HorizontalSplitPanel
-
Creates a horizontal split panel containing the given components
- HorizontalSplitPanelConnector - Class in com.vaadin.client.ui.splitpanel
- HorizontalSplitPanelConnector() - Constructor for class com.vaadin.client.ui.splitpanel.HorizontalSplitPanelConnector
- HorizontalSplitPanelState - Class in com.vaadin.shared.ui.splitpanel
- HorizontalSplitPanelState() - Constructor for class com.vaadin.shared.ui.splitpanel.HorizontalSplitPanelState
- HOSPITAL_O - com.vaadin.server.FontAwesome
- hostPopupVisible - Variable in class com.vaadin.client.ui.VPopupView
-
Helps to communicate popup visibility to the server.
- hostReference - Variable in class com.vaadin.client.ui.VMenuBar
-
For internal use only.
- HOTEL - com.vaadin.server.FontAwesome
- HOUR - com.vaadin.shared.ui.datefield.Resolution
- HOURGLASS - com.vaadin.server.FontAwesome
- HOURGLASS_1 - com.vaadin.server.FontAwesome
- HOURGLASS_2 - com.vaadin.server.FontAwesome
- HOURGLASS_3 - com.vaadin.server.FontAwesome
- HOURGLASS_END - com.vaadin.server.FontAwesome
- HOURGLASS_HALF - com.vaadin.server.FontAwesome
- HOURGLASS_O - com.vaadin.server.FontAwesome
- HOURGLASS_START - com.vaadin.server.FontAwesome
- HOURINMILLIS - Static variable in class com.vaadin.shared.ui.calendar.DateConstants
- HOURINMINUTES - Static variable in class com.vaadin.shared.ui.calendar.DateConstants
- hourMinuteDelimiter - Variable in class com.vaadin.shared.ui.ui.UIState.LocaleData
- HOUZZ - com.vaadin.server.FontAwesome
- hr() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
- hr() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- HREF_RESOURCE - Static variable in class com.vaadin.shared.ui.link.LinkConstants
- HSLtoRGB(int, int, int) - Static method in class com.vaadin.shared.ui.colorpicker.Color
-
Converts HSL's hue, saturation and lightness into an RGB value.
- HSVtoRGB(float, float, float) - Static method in class com.vaadin.shared.ui.colorpicker.Color
-
Converts HSV's hue, saturation and value into an RGB value.
- hsvVisible - Variable in class com.vaadin.ui.AbstractColorPicker
- html - Variable in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- html - Variable in class com.vaadin.client.ui.VRichTextArea
-
For internal use only.
- html - Variable in class com.vaadin.shared.ui.grid.GridStaticSectionState.CellState
- html - Variable in class com.vaadin.shared.ui.popupview.PopupViewState
- HTML - com.vaadin.server.AbstractErrorMessage.ContentMode
-
Content mode, where the error contains HTML.
- HTML - com.vaadin.shared.ui.grid.GridStaticCellType
-
HTML content
- HTML - com.vaadin.shared.ui.label.ContentMode
-
Content mode, where the label contains HTML.
- HTML_CONTENT_ALLOWED - Static variable in class com.vaadin.shared.ui.menubar.MenuBarConstants
-
Deprecated.
- HTML_CONTENT_ALLOWED - Static variable in class com.vaadin.shared.ui.optiongroup.OptionGroupConstants
- HTML5 - com.vaadin.server.FontAwesome
- HTML5 - com.vaadin.ui.DragAndDropWrapper.DragStartMode
-
The whole wrapper is used to start an HTML5 drag.
- HTML5 - Static variable in class com.vaadin.client.ui.VDragAndDropWrapper
- HTML5_DATA_FLAVORS - Static variable in class com.vaadin.shared.ui.draganddropwrapper.DragAndDropWrapperConstants
-
Deprecated.
- html5DataFlavors - Variable in class com.vaadin.client.ui.VDragAndDropWrapper
-
For internal use only.
- html5DragDrop(VHtml5DragEvent) - Method in class com.vaadin.client.ui.VDragAndDropWrapper
- html5DragEnter(VHtml5DragEvent) - Method in class com.vaadin.client.ui.VDragAndDropWrapper
- html5DragLeave(VHtml5DragEvent) - Method in class com.vaadin.client.ui.VDragAndDropWrapper
- html5DragOver(VHtml5DragEvent) - Method in class com.vaadin.client.ui.VDragAndDropWrapper
- html5DragStart(VHtml5DragEvent) - Method in class com.vaadin.client.ui.VDragAndDropWrapper
- Html5File - Class in com.vaadin.ui
-
DragAndDropWrapper
can receive also files from client computer if appropriate HTML 5 features are supported on client side. - htmlContentAllowed - Variable in class com.vaadin.client.ui.VMenuBar
-
For internal use only.
- htmlContentAllowed - Variable in class com.vaadin.client.ui.VOptionGroup
-
For internal use only.
- htmlContentAllowed - Variable in class com.vaadin.shared.ui.AbstractMediaState
- HtmlRenderer - Class in com.vaadin.client.renderers
-
Renders a string as HTML into a cell.
- HtmlRenderer - Class in com.vaadin.ui.renderers
-
A renderer for presenting HTML content.
- HtmlRenderer() - Constructor for class com.vaadin.client.renderers.HtmlRenderer
- HtmlRenderer() - Constructor for class com.vaadin.ui.renderers.HtmlRenderer
-
Creates a new HTML renderer.
- HtmlRenderer(String) - Constructor for class com.vaadin.ui.renderers.HtmlRenderer
-
Creates a new HTML renderer.
- HUMANIZED_MESSAGE - com.vaadin.ui.Notification.Type
I
- I - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- I_CURSOR - com.vaadin.server.FontAwesome
- icon - Variable in class com.vaadin.client.ui.VButton
-
For internal use only.
- icon - Variable in class com.vaadin.client.ui.VCheckBox
-
For internal use only.
- icon - Variable in class com.vaadin.client.ui.VForm
-
For internal use only.
- icon - Variable in class com.vaadin.client.ui.VLink
-
For internal use only.
- icon - Variable in class com.vaadin.client.ui.VNativeButton
-
For internal use only.
- Icon - Class in com.vaadin.client.ui
-
An abstract representation of an icon.
- Icon - Enum in com.vaadin.client.debug.internal
- Icon() - Constructor for class com.vaadin.client.ui.Icon
- ICON_ONLY - com.vaadin.ui.AbstractSelect.ItemCaptionMode
-
Item caption mode: Only icons are shown, captions are hidden.
- ICON_ONLY - com.vaadin.ui.Table.RowHeaderMode
-
Row caption mode: Only icons are shown, the captions are hidden.
- ICON_RESOURCE - Static variable in class com.vaadin.shared.ComponentConstants
- iconAltText - Variable in class com.vaadin.shared.ui.button.ButtonState
- iconAltText - Variable in class com.vaadin.shared.ui.tabsheet.TabState
- iconFontEot() - Method in interface com.vaadin.client.debug.internal.theme.DebugWindowStyles
- iconFontSvg() - Method in interface com.vaadin.client.debug.internal.theme.DebugWindowStyles
- iconFontTtf() - Method in interface com.vaadin.client.debug.internal.theme.DebugWindowStyles
- iconFontWoff() - Method in interface com.vaadin.client.debug.internal.theme.DebugWindowStyles
- iconKey - Variable in class com.vaadin.shared.ui.calendar.CalendarState.Action
- iconLoaded - Variable in class com.vaadin.client.ui.VTree
- iconUrl - Variable in class com.vaadin.client.ui.Action
- id - Variable in class com.vaadin.client.ui.VCheckBox
-
For internal use only.
- id - Variable in class com.vaadin.client.ui.VForm
-
For internal use only.
- id - Variable in class com.vaadin.client.ui.VPanel
-
For internal use only.
- id - Variable in class com.vaadin.client.ui.VRichTextArea
-
For internal use only.
- id - Variable in class com.vaadin.client.ui.VSlider
- id - Variable in class com.vaadin.client.ui.VUI
-
For internal use only.
- id - Variable in class com.vaadin.client.ui.VWindow
-
For internal use only.
- id - Variable in class com.vaadin.data.util.sqlcontainer.RowId
- id - Variable in class com.vaadin.shared.AbstractComponentState
- id - Variable in class com.vaadin.shared.ui.grid.GridColumnState
-
Id used by grid connector to map server side column with client side column
- id - Variable in class com.vaadin.shared.ui.tabsheet.TabState
- ID - com.vaadin.ui.AbstractSelect.ItemCaptionMode
-
Item caption mode: Item's ID converted to a String using
VaadinSession.getConverterFactory()
is used as caption. - ID - com.vaadin.ui.Table.ColumnHeaderMode
-
Property ID:s are used as column headers.
- ID - com.vaadin.ui.Table.RowHeaderMode
-
Row caption mode: Items Id-objects toString is used as row caption.
- ID_ATTRIBUTE - Static variable in class com.vaadin.ui.declarative.DesignContext
- ID_TOSTRING - com.vaadin.ui.AbstractSelect.ItemCaptionMode
-
Item caption mode: Item's ID's
String
representation is used as caption. - idOver - Variable in class com.vaadin.ui.AbstractSelect.AbstractSelectTargetDetails
-
The item id over which the drag event happened.
- iframe - Variable in class com.vaadin.client.ui.VBrowserFrame
- IGNORE_RESTART_PARAM - Static variable in class com.vaadin.server.BootstrapHandler
-
Deprecated.Parameter that is added to the UI init request if the session has already been restarted when generating the bootstrap HTML and ?restartApplication should thus be ignored when handling the UI init request.
- iLayout() - Method in interface com.vaadin.client.ContainerResizedListener
-
Deprecated.As of 7.0, this method is never called by the framework.
- iLayout() - Method in class com.vaadin.client.ui.VMenuBar
- iLayout() - Method in class com.vaadin.client.ui.VSlider
- iLayout() - Method in class com.vaadin.client.ui.VTabsheet
-
Run internal layouting.
- iLayout(boolean) - Method in class com.vaadin.client.ui.VMenuBar
- iLayoutJS(Element) - Method in class com.vaadin.client.ui.VCustomLayout
-
In custom layout one may want to run layout functions made with JavaScript.
- ILS - com.vaadin.server.FontAwesome
- Image - Class in com.vaadin.ui
-
Component for embedding images.
- Image() - Constructor for class com.vaadin.ui.Image
-
Creates a new empty Image.
- Image(String) - Constructor for class com.vaadin.ui.Image
-
Creates a new empty Image with caption.
- Image(String, Resource) - Constructor for class com.vaadin.ui.Image
-
Creates a new Image whose contents is loaded from given resource.
- IMAGE - com.vaadin.server.FontAwesome
- ImageConnector - Class in com.vaadin.client.ui.image
- ImageConnector() - Constructor for class com.vaadin.client.ui.image.ImageConnector
- ImageIcon - Class in com.vaadin.client.ui
-
A image based implementation of
Icon
. - ImageIcon() - Constructor for class com.vaadin.client.ui.ImageIcon
- ImageRenderer - Class in com.vaadin.client.renderers
-
A renderer that renders an image into a cell.
- ImageRenderer - Class in com.vaadin.ui.renderers
-
A renderer for presenting images.
- ImageRenderer() - Constructor for class com.vaadin.client.renderers.ImageRenderer
- ImageRenderer() - Constructor for class com.vaadin.ui.renderers.ImageRenderer
-
Creates a new image renderer.
- ImageRenderer(ClickableRenderer.RendererClickListener) - Constructor for class com.vaadin.ui.renderers.ImageRenderer
-
Creates a new image renderer and adds the given click listener to it.
- ImageRendererConnector - Class in com.vaadin.client.connectors
-
A connector for
ImageRenderer
. - ImageRendererConnector() - Constructor for class com.vaadin.client.connectors.ImageRendererConnector
- ImageServerRpc - Interface in com.vaadin.shared.ui.image
- imagesLoaded() - Method in class com.vaadin.client.ui.VContextMenu
- ImageState - Class in com.vaadin.shared.ui.image
- ImageState() - Constructor for class com.vaadin.shared.ui.image.ImageState
- immediate - Variable in class com.vaadin.client.ui.VAbstractSplitPanel
-
For internal use only.
- immediate - Variable in class com.vaadin.client.ui.VCheckBox
-
For internal use only.
- immediate - Variable in class com.vaadin.client.ui.VDateField
-
For internal use only.
- immediate - Variable in class com.vaadin.client.ui.VFilterSelect
-
For internal use only.
- immediate - Variable in class com.vaadin.client.ui.VOptionGroupBase
-
For internal use only.
- immediate - Variable in class com.vaadin.client.ui.VRichTextArea
-
For internal use only.
- immediate - Variable in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- immediate - Variable in class com.vaadin.client.ui.VSlider
- immediate - Variable in class com.vaadin.client.ui.VTree
-
For internal use only.
- immediate - Variable in class com.vaadin.client.ui.VUI
-
For internal use only.
- immediate - Variable in class com.vaadin.client.ui.VWindow
-
For internal use only.
- immediate - Variable in class com.vaadin.shared.AbstractComponentState
- implementationRespectsPagingLimits() - Method in class com.vaadin.data.util.sqlcontainer.query.FreeformQuery
- implementationRespectsPagingLimits() - Method in interface com.vaadin.data.util.sqlcontainer.query.QueryDelegate
-
Allows the SQLContainer implementation to check whether the QueryDelegate implementation implements paging in the getResults method.
- implementationRespectsPagingLimits() - Method in class com.vaadin.data.util.sqlcontainer.query.TableQuery
- INACTIVE - com.vaadin.client.widgets.Grid.Editor.State
- INBOX - com.vaadin.server.FontAwesome
- INCH - com.vaadin.server.Sizeable.Unit
-
Unit code representing inches.
- indent() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
- indent() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- INDENT - com.vaadin.server.FontAwesome
- indeterminate - Variable in class com.vaadin.shared.ui.progressindicator.ProgressBarState
- index - Variable in class com.vaadin.shared.ui.calendar.CalendarState.Event
- INDEX - com.vaadin.ui.AbstractSelect.ItemCaptionMode
-
Item caption mode: Index of the item is used as caption.
- INDEX - com.vaadin.ui.Table.RowHeaderMode
-
Row caption mode: Index of the item is used as item caption.
- IndexedContainer - Class in com.vaadin.data.util
-
An implementation of the
interface with all important features.Container.Indexed
- IndexedContainer() - Constructor for class com.vaadin.data.util.IndexedContainer
- IndexedContainer(Collection<?>) - Constructor for class com.vaadin.data.util.IndexedContainer
- IndexedContainer.ItemSetChangeEvent - Class in com.vaadin.data.util
-
An
event
object specifying the list whose Item set has changed. - indexOf(boolean) - Method in interface elemental.util.ArrayOfBoolean
-
Returns the index of the specified value or
-1
if the value is not found. - indexOf(int) - Method in interface elemental.util.ArrayOfInt
-
Returns the index of the specified value or
-1
if the value is not found. - indexOf(Widget) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody
- indexOf(Object) - Method in class com.vaadin.data.util.ListSet
- indexOf(String) - Method in interface elemental.util.ArrayOfString
-
Returns the index of the specified value or
-1
if the value is not found. - indexOf(T) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
-
Retrieves the index for given row object.
- indexOf(T) - Method in class com.vaadin.client.widget.grid.datasources.ListDataSource
-
Retrieves the index for given row object.
- indexOf(T) - Method in interface elemental.util.ArrayOf
-
Returns the index of the specified value or
-1
if the value is not found. - indexOfId(Object) - Method in interface com.vaadin.data.Container.Indexed
-
Gets the index of the Item corresponding to the itemId.
- indexOfId(Object) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
- indexOfId(Object) - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- indexOfId(Object) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
- indexOfId(Object) - Method in class com.vaadin.ui.Table
- indexOfId(Object) - Method in class com.vaadin.ui.TreeTable
- indexOfIgnoringQuoted(String, char) - Static method in class com.vaadin.client.componentlocator.LocatorUtil
-
Find first occurrence of character that's not inside quotes starting from the beginning of string.
- indexOfIgnoringQuoted(String, char, int) - Static method in class com.vaadin.client.componentlocator.LocatorUtil
-
Find first occurrence of character that's not inside quotes starting from specified index.
- indexOfKey(Object) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
- INDUSTRY - com.vaadin.server.FontAwesome
- INFO - com.vaadin.client.debug.internal.Icon
- INFO - com.vaadin.server.FontAwesome
- INFO - com.vaadin.shared.ui.ErrorLevel
-
Error level for informational messages.
- INFO_CIRCLE - com.vaadin.server.FontAwesome
- INFORMATION - com.vaadin.server.ErrorMessage.ErrorLevel
-
Error code for informational messages.
- INFORMATION - Static variable in interface com.vaadin.server.ErrorMessage
-
Deprecated.As of 7.0, use
ErrorMessage.ErrorLevel.INFORMATION
instead - InfoSection - Class in com.vaadin.client.debug.internal
-
Information section of the debug window
- InfoSection() - Constructor for class com.vaadin.client.debug.internal.InfoSection
- init() - Method in class com.vaadin.client.connectors.ClickableRendererConnector
- init() - Method in class com.vaadin.client.connectors.GridConnector
- init() - Method in class com.vaadin.client.connectors.JavaScriptRendererConnector
- init() - Method in class com.vaadin.client.debug.internal.VDebugWindow
-
Called when the window is initialized.
- init() - Static method in class com.vaadin.client.event.PointerEventSupport
- init() - Method in class com.vaadin.client.event.PointerEventSupportImpl
-
Initializes event support
- init() - Method in class com.vaadin.client.event.PointerEventSupportImplModernIE
- init() - Method in class com.vaadin.client.extensions.javascriptmanager.JavaScriptManagerConnector
- init() - Method in class com.vaadin.client.JavaScriptConnectorHelper
- init() - Method in class com.vaadin.client.JavaScriptExtension
- init() - Method in class com.vaadin.client.metadata.ConnectorBundleLoader
- init() - Method in class com.vaadin.client.ui.AbstractConnector
-
Called when the connector has been initialized.
- init() - Method in class com.vaadin.client.ui.accordion.AccordionConnector
- init() - Method in class com.vaadin.client.ui.button.ButtonConnector
- init() - Method in class com.vaadin.client.ui.calendar.CalendarConnector
- init() - Method in class com.vaadin.client.ui.checkbox.CheckBoxConnector
- init() - Method in class com.vaadin.client.ui.colorpicker.AbstractColorPickerConnector
- init() - Method in class com.vaadin.client.ui.colorpicker.ColorPickerGradientConnector
- init() - Method in class com.vaadin.client.ui.colorpicker.ColorPickerGridConnector
- init() - Method in class com.vaadin.client.ui.customlayout.CustomLayoutConnector
- init() - Method in class com.vaadin.client.ui.datefield.DateFieldConnector
- init() - Method in class com.vaadin.client.ui.draganddropwrapper.DragAndDropWrapperConnector
- init() - Method in class com.vaadin.client.ui.flash.FlashConnector
-
Deprecated.
- init() - Method in class com.vaadin.client.ui.form.FormConnector
- init() - Method in class com.vaadin.client.ui.formlayout.FormLayoutConnector
- init() - Method in class com.vaadin.client.ui.gridlayout.GridLayoutConnector
- init() - Method in class com.vaadin.client.ui.image.ImageConnector
- init() - Method in class com.vaadin.client.ui.JavaScriptComponentConnector
- init() - Method in class com.vaadin.client.ui.loginform.LoginFormConnector
- init() - Method in class com.vaadin.client.ui.MediaBaseConnector
- init() - Method in class com.vaadin.client.ui.nativebutton.NativeButtonConnector
- init() - Method in class com.vaadin.client.ui.nativeselect.NativeSelectConnector
- init() - Method in class com.vaadin.client.ui.orderedlayout.AbstractOrderedLayoutConnector
- init() - Method in class com.vaadin.client.ui.panel.PanelConnector
- init() - Method in class com.vaadin.client.ui.popupview.PopupViewConnector
- init() - Method in class com.vaadin.client.ui.richtextarea.RichTextAreaConnector
- init() - Method in class com.vaadin.client.ui.slider.SliderConnector
- init() - Method in class com.vaadin.client.ui.splitpanel.AbstractSplitPanelConnector
- init() - Method in class com.vaadin.client.ui.table.TableConnector
- init() - Method in class com.vaadin.client.ui.tabsheet.TabsheetBaseConnector
- init() - Method in class com.vaadin.client.ui.tabsheet.TabsheetConnector
- init() - Method in class com.vaadin.client.ui.textarea.TextAreaConnector
- init() - Method in class com.vaadin.client.ui.tree.TreeConnector
- init() - Method in class com.vaadin.client.ui.twincolselect.TwinColSelectConnector
- init() - Method in class com.vaadin.client.ui.ui.UIConnector
- init() - Method in class com.vaadin.client.ui.window.WindowConnector
- init() - Method in class com.vaadin.server.LegacyApplication
-
Deprecated.
- init() - Method in class com.vaadin.server.VaadinService
-
Initializes this service.
- init(Widget, Element...) - Method in class com.vaadin.client.ui.TouchScrollDelegate.TouchScrollHandler
-
Attaches the scroll handler to the widget.
- init(ApplicationConnection) - Method in class com.vaadin.client.communication.Heartbeat
-
Initializes the heartbeat for the given application connection
- init(ApplicationConnection) - Method in class com.vaadin.client.ui.VScrollTable
- init(ApplicationConnection, UIState.PushConfigurationState) - Method in class com.vaadin.client.communication.AtmospherePushConnection
- init(ApplicationConnection, UIState.PushConfigurationState) - Method in interface com.vaadin.client.communication.PushConnection
-
Two-phase construction to allow using GWT.create().
- init(Spacer) - Method in interface com.vaadin.client.widget.escalator.SpacerUpdater
-
Called whenever a spacer should be initialized with content.
- init(RendererCellReference) - Method in class com.vaadin.client.renderers.ComplexRenderer
-
Called at initialization stage.
- init(RendererCellReference) - Method in class com.vaadin.client.renderers.WidgetRenderer
- init(WidgetSet, ApplicationConfiguration) - Method in class com.vaadin.client.ApplicationConnection
- init(VaadinRequest) - Method in class com.vaadin.server.Page
- init(VaadinRequest) - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.
- init(VaadinRequest) - Method in class com.vaadin.ui.UI
-
Initializes this UI.
- init(UI, NavigationStateManager, ViewDisplay) - Method in class com.vaadin.navigator.Navigator
-
Initializes a navigator created with the no arguments constructor.
- init(String, ApplicationConnection) - Method in class com.vaadin.client.ui.ui.UIConnector
- init(ServletConfig) - Method in class com.vaadin.server.LegacyVaadinServlet
- init(ServletConfig) - Method in class com.vaadin.server.VaadinServlet
-
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.
- init(ServletContext) - Method in class com.vaadin.server.communication.JSR356WebsocketInitializer
-
Initializes Atmosphere for use with Vaadin servlets found in the given context.
- initAtmosphereForVaadinServlet(ServletRegistration, ServletContext) - Static method in class com.vaadin.server.communication.JSR356WebsocketInitializer
-
Initializes Atmosphere for use with the given Vaadin servlet
- initCellWidths() - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableGeneratedRow
- initCellWidths() - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
- initCellWidths() - Method in class com.vaadin.client.ui.VTreeTable.VTreeTableScrollBody.VTreeTableGeneratedRow
- initCellWithText(String, char, String, boolean, boolean, String, TableCellElement) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
- initCellWithWidget(Widget, char, String, boolean, TableCellElement) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
- 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.
- initDone - Variable in class com.vaadin.client.ui.VFilterSelect
-
For internal use only.
- initDragStartMode() - Method in class com.vaadin.client.ui.VDragAndDropWrapper
-
For internal use only.
- inited - Static variable in class com.vaadin.client.event.PointerEventSupportImplModernIE
- INITIAL_DEFAULT_ROW_HEIGHT - Static variable in interface com.vaadin.client.widget.escalator.RowContainer
-
An arbitrary pixel height of a row, before any autodetection for the row height has been made.
- initialize() - Static method in class com.vaadin.client.Profiler
-
Initializes the profiler.
- initializeAssistiveTooltips() - Method in class com.vaadin.client.VTooltip
-
Initialize the tooltip overlay for assistive devices.
- initializedAndAttached - Variable in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- initializeHTML(String, String) - Method in class com.vaadin.client.ui.VCustomLayout
-
Initialize HTML-layout.
- initializeRows(UIDL, UIDL) - Method in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- INITIALIZING - com.vaadin.client.ApplicationConnection.ApplicationState
- initJavaScript() - Method in class com.vaadin.client.JavaScriptConnectorHelper
- 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
- InlineDateField(Property) - Constructor for class com.vaadin.ui.InlineDateField
- InlineDateField(String) - Constructor for class com.vaadin.ui.InlineDateField
- InlineDateField(String, Property) - Constructor for class com.vaadin.ui.InlineDateField
- InlineDateField(String, Date) - Constructor for class com.vaadin.ui.InlineDateField
- InlineDateFieldConnector - Class in com.vaadin.client.ui.datefield
- InlineDateFieldConnector() - Constructor for class com.vaadin.client.ui.datefield.InlineDateFieldConnector
- InlineDateFieldState - Class in com.vaadin.shared.ui.datefield
- InlineDateFieldState() - Constructor for class com.vaadin.shared.ui.datefield.InlineDateFieldState
- inputPrompt - Variable in class com.vaadin.client.ui.VFilterSelect
-
For internal use only.
- inputPrompt - Variable in class com.vaadin.client.ui.VTextualDate
-
For internal use only.
- inputPrompt - Variable in class com.vaadin.shared.ui.textfield.AbstractTextFieldState
-
The prompt to display in an empty field.
- INR - com.vaadin.server.FontAwesome
- inRange(Date) - Method in class com.vaadin.ui.components.calendar.CalendarDateRange
-
Is a date in the date range
- insert(int, boolean) - Method in interface elemental.util.ArrayOfBoolean
-
Inserts a new element into the array at the specified index.
- insert(int, double) - Method in interface elemental.util.ArrayOfNumber
-
Inserts a new element into the array at the specified index.
- insert(int, int) - Method in interface elemental.util.ArrayOfInt
-
Inserts a new element into the array at the specified index.
- insert(int, String) - Method in interface elemental.util.ArrayOfString
-
Inserts a new element into the array at the specified index.
- insert(int, T) - Method in interface elemental.util.ArrayOf
-
Inserts a new element into the array at the specified index.
- insert(Widget, int) - Method in class com.vaadin.client.ui.VTabsheetPanel
-
Inserts a widget before the specified index.
- insert(Widget, Element, int, boolean) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
- insert(Widget, Element, int, boolean) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
-
Deprecated.As of 7.2, use or override
VAbstractOrderedLayout.insert(Widget, Element, int, boolean)
instead. - INSERT - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- insertAndReindexRows(UIDL, int, int) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody
- insertColumns(int, int) - Method in interface com.vaadin.client.widget.escalator.ColumnConfiguration
-
Adds columns at a certain index.
- insertImage() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
- insertImage() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- insertRow(int) - Method in class com.vaadin.ui.GridLayout
-
Inserts an empty row at the specified position in the grid.
- insertRowData(int, int) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
-
Informs this data source that new data has been inserted from the server.
- insertRowData(int, int) - Method in interface com.vaadin.shared.data.DataProviderRpc
-
Informs the client to insert new row data.
- insertRows(int, int) - Method in interface com.vaadin.client.widget.escalator.RowContainer.BodyRowContainer
-
Adds rows at a certain index in this row container.
- insertRows(int, int) - Method in interface com.vaadin.client.widget.escalator.RowContainer
-
Adds rows at a certain index in this row container.
- insertRows(int, int) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
-
Adds rows at a certain index in this row container.
- insertRows(UIDL, int, int) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody
-
Inserts rows as provided in the rowData starting at firstIndex.
- insertRowsAnimated(UIDL, int, int) - Method in class com.vaadin.client.ui.VTreeTable.VTreeTableScrollBody
- insertRowsDeleteBelow(UIDL, int, int) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody
- INSTAGRAM - com.vaadin.server.FontAwesome
- instance() - Static method in class elemental.json.Json
- INSTITUTION - com.vaadin.server.FontAwesome
- 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.
- IntegerValidator - Class in com.vaadin.data.validator
-
Deprecated.As of 7.0. Use a
StringToIntegerConverter
converter on the field instead or bind the field to aProperty
of typeInteger
. - IntegerValidator(String) - Constructor for class com.vaadin.data.validator.IntegerValidator
-
Deprecated.As of 7.0. Use an Integer converter on the field instead and/or use an
IntegerRangeValidator
for validating that the value is inside a given range. - internalAddItemAfter(ITEMIDTYPE, ITEMIDTYPE, ITEMCLASS, boolean) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Add an item after a given (visible) item, and perform filtering.
- internalAddItemAt(int, ITEMIDTYPE, ITEMCLASS, boolean) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Add an item at a given (visible after filtering) item index, and perform filtering.
- internalAddItemAtEnd(ITEMIDTYPE, ITEMCLASS, boolean) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Add an item at the end of the container, and perform filtering if necessary.
- internalErrorCaption - Variable in class com.vaadin.server.SystemMessages
- internalErrorMessage - Variable in class com.vaadin.server.SystemMessages
- internalErrorNotificationEnabled - Variable in class com.vaadin.server.SystemMessages
- internalErrorURL - Variable in class com.vaadin.server.SystemMessages
- internalForceScrollbar(boolean) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.HorizontalScrollbarBundle
- internalForceScrollbar(boolean) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
- internalForceScrollbar(boolean) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.VerticalScrollbarBundle
- internalGetOffsetSize() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.HorizontalScrollbarBundle
- internalGetOffsetSize() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
- internalGetOffsetSize() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.VerticalScrollbarBundle
- internalGetScrollbarThickness() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.HorizontalScrollbarBundle
- internalGetScrollbarThickness() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
-
Gets the scrollbar's thickness as defined in the DOM.
- internalGetScrollbarThickness() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.VerticalScrollbarBundle
- internalGetScrollPos() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.HorizontalScrollbarBundle
- internalGetScrollPos() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
-
Retrieves the element's scroll position (scrollTop or scrollLeft).
- internalGetScrollPos() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.VerticalScrollbarBundle
- internalGetScrollSize() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.HorizontalScrollbarBundle
- internalGetScrollSize() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
- internalGetScrollSize() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.VerticalScrollbarBundle
- internalRemoveAllItems() - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Removes all items from the internal data structures of this class.
- internalRemoveItem(Object) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Removes a single item from the internal data structures of this class.
- internalSetOffsetSize(double) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.HorizontalScrollbarBundle
- internalSetOffsetSize(double) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
-
Modifies
root's
dimensions in the axis the scrollbar is representing. - internalSetOffsetSize(double) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.VerticalScrollbarBundle
- internalSetScrollbarThickness(double) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.HorizontalScrollbarBundle
- internalSetScrollbarThickness(double) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
-
Modifies
scrollSizeElement's
dimensions in the opposite axis to what the scrollbar is representing. - internalSetScrollbarThickness(double) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.VerticalScrollbarBundle
- internalSetScrollPos(int) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.HorizontalScrollbarBundle
- internalSetScrollPos(int) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
-
Modifies the element's scroll position (scrollTop or scrollLeft).
- internalSetScrollPos(int) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.VerticalScrollbarBundle
- internalSetScrollSize(double) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.HorizontalScrollbarBundle
- internalSetScrollSize(double) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
-
Modifies
scrollSizeElement's
dimensions in such a way that the scrollbar is able to scroll a certain number of pixels in the axis it is representing. - internalSetScrollSize(double) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.VerticalScrollbarBundle
- INTERNET_EXPLORER - com.vaadin.server.FontAwesome
- interruptDrag() - Method in class com.vaadin.client.ui.dd.VDragAndDropManager
-
The drag and drop operation is ended, but drop did not happen.
- interruptUpload() - Method in class com.vaadin.ui.Upload
-
Interrupts the upload currently being received.
- intersects(Range) - Method in class com.vaadin.shared.ui.grid.Range
-
Checks whether this range and another range are at least partially covering the same values.
- INTERSEX - com.vaadin.server.FontAwesome
- intValue() - Method in enum com.vaadin.server.ErrorMessage.ErrorLevel
-
Integer representation of error severity for comparison
- INVALID_ATMOSPHERE_VERSION_WARNING - Static variable in interface com.vaadin.server.Constants
- INVALID_SECURITY_KEY_MSG - Static variable in interface com.vaadin.server.Constants
- invalidate() - Method in class com.vaadin.server.WrappedHttpSession
- invalidate() - Method in interface com.vaadin.server.WrappedSession
-
Invalidates this session then unbinds any objects bound to it.
- InvalidLayout(Component, boolean, boolean) - Constructor for class com.vaadin.server.ComponentSizeValidator.InvalidLayout
- InvalidUIDLSecurityKeyException(String) - Constructor for exception com.vaadin.server.LegacyCommunicationManager.InvalidUIDLSecurityKeyException
-
Deprecated.
- InvalidValueException(String) - Constructor for exception com.vaadin.data.Validator.InvalidValueException
-
Constructs a new
InvalidValueException
with the specified message. - InvalidValueException(String, Validator.InvalidValueException...) - Constructor for exception com.vaadin.data.Validator.InvalidValueException
-
Constructs a new
InvalidValueException
with a set of causing validation exceptions. - InvokationHandler - Interface in com.vaadin.client.metadata
- invoke(StateChangeEvent) - Method in class com.vaadin.client.metadata.OnStateChangeMethod
-
Invokes the listener method for a state change.
- invoke(Object, Method, Object[]) - Method in interface com.vaadin.client.metadata.InvokationHandler
- invoke(Object, Object...) - Method in interface com.vaadin.client.metadata.Invoker
- invoke(Object, Object...) - Method in class com.vaadin.client.metadata.JsniInvoker
- invoke(Object, Object...) - Method in class com.vaadin.client.metadata.Method
- invokeCallback(String, Object...) - Method in class com.vaadin.server.JavaScriptCallbackHelper
- invokeJsRpc(MethodInvocation, JsonArray) - Method in class com.vaadin.client.JavaScriptConnectorHelper
- Invoker - Interface in com.vaadin.client.metadata
- invokeSetMethod(T) - Method in class com.vaadin.data.util.MethodProperty
-
Internal method to actually call the setter method of the wrapped property.
- invokeSetMethod(T) - Method in class com.vaadin.data.util.NestedMethodProperty
-
Internal method to actually call the setter method of the wrapped property.
- IOS - com.vaadin.shared.VBrowserDetails.OperatingSystem
- IOXHOST - com.vaadin.server.FontAwesome
- is24HFormat() - Method in class com.vaadin.client.ui.VCalendar
-
Is the 24h time format used
- isActive() - Method in class com.vaadin.client.communication.AtmospherePushConnection
- isActive() - Method in interface com.vaadin.client.communication.PushConnection
-
Checks whether this push connection is in a state where it can push messages to the server.
- isActive() - Method in class com.vaadin.client.debug.internal.DebugButton
-
Indicates wheter the Button is currently in its active state or not
- isAllDay() - Method in class com.vaadin.client.ui.calendar.schedule.CalendarEvent
-
Is the event an all day event.
- isAllDay() - Method in class com.vaadin.ui.components.calendar.event.BasicEvent
- isAllDay() - Method in interface com.vaadin.ui.components.calendar.event.CalendarEvent
-
An all-day event typically does not occur at a specific time but targets a whole day or days.
- 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
- isAltKey() - Method in class com.vaadin.event.MouseEvents.ClickEvent
-
Checks if the Alt key was down when the mouse event took place.
- isAltKey() - Method in class com.vaadin.shared.MouseEventDetails
- isAltKey() - Method in class com.vaadin.ui.Button.ClickEvent
-
Checks if the Alt key was down when the mouse event took place.
- isAndroid() - Method in class com.vaadin.client.BrowserInfo
-
Checks if the browser is run on Android
- isAndroid() - Method in class com.vaadin.server.WebBrowser
-
Tests if the browser is run on Android.
- isAndroid() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is run on Android.
- isAndroid23() - Method in class com.vaadin.client.BrowserInfo
- isAndroidWithBrokenScrollTop() - Method in class com.vaadin.client.BrowserInfo
-
Tests if this is an Android devices with a broken scrollTop implementation
- isAnimationsEnabled() - Method in class com.vaadin.ui.TreeTable
- isApplicationRunning() - Method in class com.vaadin.client.ApplicationConnection
-
Checks if the application is in the
ApplicationConnection.ApplicationState.RUNNING
state. - isAppRequest(VaadinRequest) - Static method in class com.vaadin.server.ServletPortletHelper
-
Deprecated.
- isArrow(int) - Static method in class com.vaadin.client.widget.grid.events.GridKeyDownEvent
-
Does the key code represent an arrow key?
- isArrow(int) - Static method in class com.vaadin.client.widget.grid.events.GridKeyUpEvent
-
Does the key code represent an arrow key?
- isAscending() - Method in class com.vaadin.data.util.sqlcontainer.query.OrderBy
- isAtmosphereAvailable() - Static method in class com.vaadin.server.communication.JSR356WebsocketInitializer
-
Checks if Atmosphere is available on the classpath.
- isAtmosphereAvailable() - Method in class com.vaadin.server.VaadinService
-
Checks whether Atmosphere is avilable 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
- isAttachedAndDisplayed(Widget) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.isAttachedAndDisplayed(Widget)
instead. - isAttachedAndDisplayed(Widget) - Static method in class com.vaadin.client.WidgetUtil
-
Kind of stronger version of isAttached().
- isAuthenticationErrorNotificationEnabled() - Method in class com.vaadin.server.SystemMessages
- isAutoCommit() - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
-
Returns status of the auto commit mode.
- 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
- isBackwardNavigationEnabled() - Method in class com.vaadin.client.ui.VCalendar
- isBatchedSelection() - Method in class com.vaadin.client.widget.grid.selection.SelectionEvent
-
Checks if this selection change event is fired during a batched selection/deselection operation.
- isBeanValidationImplementationAvailable() - Static method in class com.vaadin.data.fieldgroup.BeanFieldGroup
-
Checks whether a bean validation implementation (e.g.
- isBefore(VScrollTable.VScrollTableBody.VScrollTableRow) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
-
Makes a check based on indexes whether the row is before the compared row.
- isBeingBatchSelected() - Method in class com.vaadin.client.connectors.MultiSelectionModelConnector.MultiSelectionModel
- isBeingBatchSelected() - Method in interface com.vaadin.client.widget.grid.selection.SelectionModel.Multi.Batched
-
Checks whether or not a batch has been started.
- isBeingBatchSelected() - Method in class com.vaadin.client.widget.grid.selection.SelectionModelMulti
- isBidirectional() - Method in class com.vaadin.client.communication.AtmospherePushConnection
- isBidirectional() - Method in interface com.vaadin.client.communication.PushConnection
-
Checks whether this push connection should be used for communication in both directions or if an XHR should be used for client to server communication.
- isBody() - Method in class com.vaadin.client.widget.grid.EventCellReference
-
Is the cell reference for a cell in the body of the Grid.
- isBottom() - Method in class com.vaadin.shared.ui.AlignmentInfo
- isBottom() - Method in class com.vaadin.ui.Alignment
-
Checks if component is aligned to the bottom of the available space.
- isBrowserVersionNewerOrEqual(int, int) - Method in class com.vaadin.client.BrowserInfo
-
Checks if the browser version is newer or equal to the given major+minor version.
- isBuffered() - Method in class com.vaadin.client.widgets.Grid.Editor
- isBuffered() - Method in interface com.vaadin.data.Buffered
-
Checks the buffered mode
- isBuffered() - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Checks the buffered mode for the bound fields.
- isBuffered() - Method in class com.vaadin.ui.AbstractField
-
Checks the buffered mode of this Field.
- isBundleLoaded(String) - Method in class com.vaadin.client.metadata.ConnectorBundleLoader
- isCached(UIDL) - Static method in class com.vaadin.client.Util
-
Deprecated.
- isCaptionAsHtml() - Method in class com.vaadin.client.VCaption
-
Checks whether captions are rendered as HTML.
- isCaptionAsHtml() - Method in class com.vaadin.ui.AbstractComponent
-
Checks whether captions are rendered as HTML
- isCaptionElement(Element) - Method in class com.vaadin.client.ui.VTree.TreeNode
-
Checks if the given element is the caption or the icon.
- isCaptionVisible() - Method in class com.vaadin.client.ui.VAccordion.StackItem
- isCaseSensitive() - Method in class com.vaadin.data.util.filter.Like
- isCdn() - Method in interface com.vaadin.server.WidgetsetInfo
-
If cdn is true, the client side should wait if it didn't manage to load the widgetset, as it might still be compiling.
- isCenter() - Method in class com.vaadin.ui.Alignment
-
Checks if component is aligned center (horizontally) of the available space.
- isChanged() - Method in class com.vaadin.client.MeasuredSize.MeasureResult
- isCheckable() - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- isCheckable() - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Gets the checkable state of the item - whether the item has checked and unchecked states.
- isChecked() - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- isChecked() - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Gets the checked state of the item (checked or unchecked).
- isChildrenLoaded() - Method in class com.vaadin.client.ui.VTree.TreeNode
- isChrome() - Method in class com.vaadin.client.BrowserInfo
- isChrome() - Method in class com.vaadin.server.WebBrowser
-
Tests whether the user is using Chrome.
- isChrome() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is Chrome.
- isChromeFrame() - Method in class com.vaadin.server.WebBrowser
-
Tests whether the user is using Chrome Frame.
- isChromeFrame() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is running ChromeFrame.
- isChromeFrameCapable() - Method in class com.vaadin.server.WebBrowser
-
Tests whether the user's browser is Chrome Frame capable.
- isChromeFrameCapable() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is capable of running ChromeFrame.
- isClientChangeAllowed() - Method in class com.vaadin.ui.Calendar
-
Is the user allowed to trigger events which alters the events
- isClientSideInitialized(ClientConnector) - Method in class com.vaadin.ui.ConnectorTracker
-
Checks whether the given connector has already been initialized in the browser.
- isClientSideVerifiable() - Method in interface com.vaadin.event.dd.acceptcriteria.AcceptCriterion
-
Returns whether the criteria can be checked on the client or whether a server request is needed to check the criteria.
- isClientSideVerifiable() - Method in class com.vaadin.event.dd.acceptcriteria.ClientSideCriterion
- isClientSideVerifiable() - Method in class com.vaadin.event.dd.acceptcriteria.ServerSideCriterion
- isClosable() - Method in class com.vaadin.client.ui.VTabsheet.Tab
- isClosable() - Method in class com.vaadin.client.ui.VTabsheet.TabCaption
- isClosable() - Method in class com.vaadin.client.ui.VWindow
-
Returns the closable state of the sub window.
- isClosable() - Method in interface com.vaadin.ui.TabSheet.Tab
-
Returns the closability status for the tab.
- isClosable() - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- isClosable() - Method in class com.vaadin.ui.Window
-
Returns the closable status of the window.
- isCloseEvent(Grid.EditorDomEvent<T>) - Method in class com.vaadin.client.widget.grid.DefaultEditorEventHandler
-
Returns whether the given event should close the editor.
- isCloseIdleSessions() - Method in class com.vaadin.server.DefaultDeploymentConfiguration
-
Returns whether a session should be closed when all its open UIs have been idle for longer than its configured maximum inactivity time.
- isCloseIdleSessions() - Method in interface com.vaadin.server.DeploymentConfiguration
-
Returns whether a session should be closed when all its open UIs have been idle for longer than its configured maximum inactivity time.
- isClosing() - Method in class com.vaadin.server.VaadinSession
-
Deprecated.As of 7.2, use
instead.getState() != State.OPEN
- isClosing() - Method in class com.vaadin.ui.UI
-
Returns whether this UI is marked as closed and is to be detached.
- isCollapsed(Object) - Method in interface com.vaadin.data.Collapsible
-
Checks whether the
Item
, identified byitemId
is collapsed or not. - isCollapsed(Object) - Method in class com.vaadin.ui.TreeTable
-
Checks if Item with given identifier is collapsed in the UI.
- isColumnCollapsed(Object) - Method in class com.vaadin.ui.Table
-
Checks if the specified column is collapsed.
- isColumnCollapsible(Object) - Method in class com.vaadin.ui.Table
-
Checks if the given column is collapsible.
- isColumnCollapsingAllowed() - Method in class com.vaadin.ui.Table
-
Checks if column collapsing is allowed.
- isColumnReorderingAllowed() - Method in class com.vaadin.client.widgets.Grid
-
Returns whether columns can be reordered with drag and drop.
- isColumnReorderingAllowed() - Method in class com.vaadin.ui.Grid
-
Returns whether column reordering is allowed.
- isColumnReorderingAllowed() - Method in class com.vaadin.ui.Table
-
Checks if column reordering is allowed.
- isCommunicationErrorNotificationEnabled() - Method in class com.vaadin.server.SystemMessages
- isCompleted() - Method in interface com.vaadin.client.widget.grid.EditorHandler.EditorRequest
-
Checks whether the request is completed or not.
- isComponentVisibleToClient(Component) - Static method in class com.vaadin.server.LegacyCommunicationManager
-
Deprecated.As of 7.1. See #11411.
- isConnected() - Method in class com.vaadin.server.communication.AtmospherePushConnection
- isConnected() - Method in interface com.vaadin.server.communication.PushConnection
-
Returns whether this connection is currently open.
- isConnector(Widget) - Method in class com.vaadin.client.ConnectorMap
-
Tests if the widget is the root widget of a
ComponentConnector
. - isConnectorEnabled() - Method in class com.vaadin.server.AbstractClientConnector
- isConnectorEnabled() - Method in interface com.vaadin.server.ClientConnector
-
Checks if the communicator is enabled.
- isConnectorEnabled() - Method in class com.vaadin.server.DragAndDropService
- 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.
- isCSSLoaded() - Method in class com.vaadin.client.ApplicationConnection
-
Checks whether or not the CSS is loaded.
- isCtrlKey() - Method in class com.vaadin.event.MouseEvents.ClickEvent
-
Checks if the Ctrl key was down when the mouse event took place.
- isCtrlKey() - Method in class com.vaadin.shared.MouseEventDetails
- isCtrlKey() - Method in class com.vaadin.ui.Button.ClickEvent
-
Checks if the Ctrl key was down when the mouse event took place.
- isDebugMode() - Static method in class com.vaadin.client.ApplicationConfiguration
-
Checks if client side is in debug mode.
- isDefault() - Method in class com.vaadin.client.widgets.Grid.HeaderRow
- 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.
- isDefinedWidth() - Method in class com.vaadin.client.ui.VScrollTable.FooterCell
-
Detects if width is fixed by developer on server side or resized to current width by user.
- isDefinedWidth() - Method in class com.vaadin.client.ui.VScrollTable.HeaderCell
-
Detects if width is fixed by developer on server side or resized to current width by user.
- isDelayed() - Method in class com.vaadin.client.metadata.Method
- isDelayed(Method) - Static method in class com.vaadin.client.metadata.TypeDataStore
- isDeselectAllowed() - Method in class com.vaadin.client.connectors.SingleSelectionModelConnector.SingleSelectionModel
- isDeselectAllowed() - Method in interface com.vaadin.client.widget.grid.selection.SelectionModel.Single
-
Sets whether it's allowed to deselect the selected row through the UI.
- isDeselectAllowed() - Method in class com.vaadin.client.widget.grid.selection.SelectionModelSingle
- isDeselectAllowed() - Method in interface com.vaadin.ui.Grid.SelectionModel.Single
-
Sets whether it's allowed to deselect the selected row through the UI.
- isDeselectAllowed() - Method in class com.vaadin.ui.Grid.SingleSelectionModel
- isDetailsVisible(int) - Method in class com.vaadin.client.widgets.Grid
-
Check whether the details for a row is visible or not.
- isDetailsVisible(Object) - Method in class com.vaadin.ui.Grid.DetailComponentManager
-
Checks whether details are visible for the given item.
- isDetailsVisible(Object) - Method in class com.vaadin.ui.Grid
-
Checks whether details are visible for the given item.
- isDialogModal() - Method in interface com.vaadin.ui.ReconnectDialogConfiguration
-
Checks the modality of the dialog.
- isDialogVisible() - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
-
Checks if the reconnect dialog is visible to the user
- isDirty(ClientConnector) - Method in class com.vaadin.ui.ConnectorTracker
- isDisabled() - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
- isDisabled() - Method in class com.vaadin.client.ui.calendar.schedule.DateCellDayEvent
- isDisabled() - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid
- isDisabled() - Method in class com.vaadin.client.ui.VCalendar
-
Is the component disabled
- isDisabledOrReadOnly() - Method in class com.vaadin.client.ui.VCalendar
-
Is the calendar either disabled or readonly
- isDisableOnClick() - Method in class com.vaadin.ui.Button
-
Determines if a button is automatically disabled when clicked.
- isDisplayed(Element) - Static method in class com.vaadin.client.WidgetUtil
-
Returns whether the given element is displayed.
- isDoubleClick() - Method in class com.vaadin.event.MouseEvents.ClickEvent
-
Checks if the event is a double click event.
- isDoubleClick() - Method in class com.vaadin.shared.MouseEventDetails
- isDownArrow() - Method in class com.vaadin.client.widget.grid.events.GridKeyDownEvent
-
Is this a key down arrow?
- isDownArrow() - Method in class com.vaadin.client.widget.grid.events.GridKeyUpEvent
-
Is this a key down arrow?
- isDragAndDropPaintable(String) - Method in class com.vaadin.client.ConnectorMap
-
FIXME: What does this even do and why?
- isDraggable() - Method in class com.vaadin.ui.Window
-
Indicates whether a window can be dragged or not.
- isDragInterrupted(Event.NativePreviewEvent, VDragAndDropManager.DDManagerMediator) - Method in class com.vaadin.client.ui.dd.DDEventHandleStrategy
-
Returns
true
ifevent
interrupts Drag and Drop. - isDSTInEffect() - Method in class com.vaadin.server.WebBrowser
-
Returns whether daylight saving time (DST) is currently in effect in the region of the browser or not.
- isDynamicHeight() - Method in class com.vaadin.client.ui.VTabsheetBase
-
Returns true if the height of the widget is undefined, false otherwise.
- isDynamicWidth() - Method in class com.vaadin.client.ui.VTabsheetBase
-
Returns true if the width of the widget is undefined, false otherwise.
- isEdge() - Method in class com.vaadin.client.BrowserInfo
- isEdge() - Method in class com.vaadin.server.WebBrowser
-
Tests whether the user is using Edge.
- isEdge() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is Edge.
- isEditable() - Method in class com.vaadin.client.widgets.Grid.Column
-
Returns whether the values in this column are editable by the user when the row editor is active.
- isEditable() - Method in class com.vaadin.ui.Grid.Column
-
Returns whether the properties corresponding to this column should be editable when the item editor is active.
- isEditable() - Method in class com.vaadin.ui.Table
-
Is table editable.
- isEditorActive() - Method in class com.vaadin.client.widgets.Grid
-
Returns whether the editor is currently open on some row.
- isEditorActive() - Method in class com.vaadin.ui.Grid
-
Returns whether an item is currently being edited in the editor.
- isEditorBuffered() - Method in class com.vaadin.client.widgets.Grid
-
Gets the buffered editor mode.
- isEditorBuffered() - Method in class com.vaadin.ui.Grid
-
Gets the buffered editor mode.
- isEditorColumnError(Grid.Column<?, T>) - Method in class com.vaadin.client.widgets.Grid.Editor
- isEditorEnabled() - Method in class com.vaadin.client.widgets.Grid
-
Returns the enabled state of the editor.
- isEditorEnabled() - Method in class com.vaadin.ui.Grid
-
Checks whether the item editor UI is enabled for this grid.
- isEmbedded() - Method in class com.vaadin.client.ui.VUI
-
Returns true if the body is NOT generated, i.e if someone else has made the page that we're running in.
- isEmpty() - Method in class com.vaadin.client.communication.ServerRpcQueue
-
Checks if the queue is empty
- isEmpty() - Method in class com.vaadin.client.FastStringSet
- isEmpty() - Method in class com.vaadin.server.LegacyCommunicationManager.ClientCache
-
Deprecated.
- isEmpty() - Method in class com.vaadin.shared.ui.grid.Range
-
Checks whether the range has no elements between the start and end.
- isEmpty() - Method in class com.vaadin.ui.AbstractField
- isEmpty() - Method in class com.vaadin.ui.AbstractSelect
-
For multi-selectable fields, also an empty collection of values is considered to be an empty field.
- isEmpty() - Method in class com.vaadin.ui.AbstractTextField
- isEmpty() - Method in class com.vaadin.ui.CheckBox
- isEmpty() - Method in interface com.vaadin.ui.Field
-
Is the field empty? In general, "empty" state is same as null.
- isEmpty() - Method in class com.vaadin.ui.Form
-
Deprecated.Is the field empty? In general, "empty" state is same as null.
- isEmpty() - Method in class com.vaadin.ui.ProgressBar
- isEmpty() - Method in class com.vaadin.ui.RichTextArea
- isEmpty() - Method in class com.vaadin.ui.Slider
- isEmpty() - Method in interface elemental.util.ArrayOf
-
Returns true if the length of the array is zero.
- isEmpty() - Method in interface elemental.util.ArrayOfBoolean
-
Returns true if the length of the array is zero.
- isEmpty() - Method in interface elemental.util.ArrayOfInt
-
Returns true if the length of the array is zero.
- isEmpty() - Method in interface elemental.util.ArrayOfNumber
-
Returns true if the length of the array is zero.
- isEmpty() - Method in interface elemental.util.ArrayOfString
-
Returns true if the length of the array is zero.
- isEnabled() - Static method in class com.vaadin.client.Profiler
-
Checks whether the profiling gathering is enabled.
- isEnabled() - Method in interface com.vaadin.client.ServerConnector
-
Tests whether the connector is enabled or not.
- isEnabled() - Method in class com.vaadin.client.ui.AbstractConnector
- isEnabled() - Method in class com.vaadin.client.ui.calendar.schedule.MonthGrid
- isEnabled() - Method in class com.vaadin.client.ui.VAbstractSplitPanel
- isEnabled() - Method in class com.vaadin.client.ui.VButton
- isEnabled() - Method in class com.vaadin.client.ui.VDateField
- isEnabled() - Method in class com.vaadin.client.ui.VLink
- isEnabled() - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- isEnabled() - Method in class com.vaadin.client.ui.VOptionGroupBase
- isEnabled() - Method in class com.vaadin.client.ui.VPopupView
-
Returns true if the popup is enabled, false if not.
- isEnabled() - Method in class com.vaadin.client.ui.VProgressBar
- isEnabled() - Method in class com.vaadin.client.ui.VScrollTable.FooterCell
-
Is the cell enabled?
- isEnabled() - Method in class com.vaadin.client.ui.VScrollTable.HeaderCell
- isEnabled() - Method in class com.vaadin.client.ui.VTabsheetBase
- isEnabled() - Method in class com.vaadin.client.widgets.Grid.Editor
- isEnabled() - Method in class com.vaadin.client.widgets.Grid
- isEnabled() - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Returns the enabled status for the fields.
- isEnabled() - Method in class com.vaadin.server.DragAndDropService
- isEnabled() - Method in interface com.vaadin.server.VariableOwner
-
Deprecated.Tests if the variable owner is enabled or not.
- isEnabled() - Method in enum com.vaadin.shared.communication.PushMode
-
Checks whether the push mode is using push functionality
- isEnabled() - Method in class com.vaadin.ui.AbstractComponent
- isEnabled() - Method in interface com.vaadin.ui.Component
-
Tests whether the component is enabled or not.
- isEnabled() - Method in 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
- isEnabledOnServer() - Method in class com.vaadin.client.ui.VTabsheet.Tab
- isEventCaptionAsHtml() - Method in class com.vaadin.client.ui.VCalendar
-
Checks whether event captions are rendered as HTML
- isEventCaptionAsHtml() - Method in class com.vaadin.ui.Calendar
-
Checks whether event captions are rendered as HTML
- isEventClickAllowed() - Method in class com.vaadin.ui.Calendar
-
Deprecated.As of 7.4, override
Calendar.fireEventClick(Integer)
instead. - isEventMoveAllowed() - Method in class com.vaadin.client.ui.VCalendar
-
Is moving an event allowed
- isEventResizeAllowed() - Method in class com.vaadin.client.ui.VCalendar
-
Is resizing an event allowed
- isExpanded(Object) - Method in class com.vaadin.ui.Tree
-
Check is an item is expanded
- isFile(int) - Method in class com.vaadin.client.ui.dd.VHtml5DragEvent
-
Detects if dropped element is a file.
- isFileUploadRequest(VaadinRequest) - Static method in class com.vaadin.server.ServletPortletHelper
-
Deprecated.
- isFiltered() - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Returns true is the container has active filters.
- isFirefox() - Method in class com.vaadin.client.BrowserInfo
- isFirefox() - Method in class com.vaadin.server.WebBrowser
-
Tests whether the user is using Firefox.
- isFirefox() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is Firefox.
- isFirstId(Object) - Method in interface com.vaadin.data.Container.Ordered
-
Tests if the Item corresponding to the given Item ID is the first Item in the Container.
- isFirstId(Object) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
- isFirstId(Object) - Method in class com.vaadin.data.util.ContainerOrderedWrapper
- isFirstId(Object) - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- isFirstId(Object) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
- isFirstId(Object) - Method in class com.vaadin.ui.Table
-
Tests if the Item corresponding to the given Item ID is the first Item in the Container.
- isFitInWindow() - Method in class com.vaadin.client.widgets.Overlay
-
Checks whether the overlay should be moved or shrunk to fit inside the window.
- isFlushPending() - Method in class com.vaadin.client.communication.ServerRpcQueue
-
Checks if a flush operation is pending
- isFocusable() - Method in class com.vaadin.client.ui.VScrollTable
-
Can the Table be focused?
- isFocusedElementEditable() - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.isFocusedElementEditable()
instead. - isFocusedElementEditable() - Static method in class com.vaadin.client.WidgetUtil
-
Gets currently focused element and checks if it's editable
- isFontIconUri(String) - Static method in class com.vaadin.client.ui.FontIcon
-
Checks whether or not the given uri is a font icon uri.
- isFooter() - Method in class com.vaadin.client.widget.grid.EventCellReference
-
Is the cell reference for a cell in the footer of the Grid.
- isFooterVisible() - Method in class com.vaadin.client.widgets.Grid
-
Returns the visibility of the footer section.
- isFooterVisible() - Method in class com.vaadin.ui.Grid
-
Returns the visibility of the footer section.
- isFooterVisible() - Method in class com.vaadin.ui.Table
-
Is the footer currently visible?
- isForwardNavigationEnabled() - Method in class com.vaadin.client.ui.VCalendar
- isFullRepaint() - Method in class com.vaadin.server.JsonPaintTarget
- isFullRepaint() - Method in interface com.vaadin.server.PaintTarget
- isGecko() - Method in class com.vaadin.client.BrowserInfo
- isGecko() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is using the Gecko engine
- isGrandParentOf(VTree.TreeNode) - Method in class com.vaadin.client.ui.VTree.TreeNode
-
Travels up the hierarchy looking for this node
- isGridLoaded() - Method in class com.vaadin.client.ui.colorpicker.VColorPickerGrid
-
Returns true if the colors have been successfully updated at least once, false otherwise.
- isHandled() - Method in class com.vaadin.client.widgets.Grid.GridEvent
-
Check whether this event has already been marked as handled.
- isHeader() - Method in class com.vaadin.client.widget.grid.EventCellReference
-
Is the cell reference for a cell in the header of the Grid.
- isHeaderVisible() - Method in class com.vaadin.client.widgets.Grid
-
Returns the visibility of the header section.
- isHeaderVisible() - Method in class com.vaadin.ui.Grid
-
Returns the visibility of the header section.
- isHeartbeatRequest(VaadinRequest) - Static method in class com.vaadin.server.ServletPortletHelper
-
Deprecated.
- isHeightChanged() - Method in class com.vaadin.client.MeasuredSize.MeasureResult
- isHeightUndefined() - Method in class com.vaadin.client.ui.calendar.schedule.SimpleWeekToolbar
- isHidable() - Method in class com.vaadin.client.widgets.Grid.Column
-
Is it possible for the the user to hide this column.
- isHidable() - Method in class com.vaadin.ui.Grid.Column
-
Returns whether this column can be hidden by the user.
- isHidden() - Method in class com.vaadin.client.widget.grid.events.ColumnVisibilityChangeEvent
-
Was the column set hidden or visible.
- isHidden() - Method in class com.vaadin.client.widgets.Grid.Column
-
Returns whether this column is hidden.
- isHidden() - Method in class com.vaadin.ui.Grid.Column
-
Returns whether this column is hidden.
- isHidden() - Method in class com.vaadin.ui.Grid.ColumnVisibilityChangeEvent
-
Was the column set hidden or visible.
- isHiddenOnServer() - Method in class com.vaadin.client.ui.VTabsheet.Tab
- isHideEmptyRowsAndColumns() - Method in class com.vaadin.ui.GridLayout
-
Checks whether whether empty rows and columns should be considered as non-existent when rendering or not.
- isHideOnMouseOut() - Method in class com.vaadin.ui.PopupView
-
Check if this popup will be hidden when the user takes the mouse cursor out of the popup area.
- isHigherPriorityThan(DefaultConnectionStateHandler.Type) - Method in enum com.vaadin.client.communication.DefaultConnectionStateHandler.Type
-
Checks if this type is of higher priority than the given type
- isHorizontalCenter() - Method in class com.vaadin.shared.ui.AlignmentInfo
- isHtmlContentAllowed - Variable in class com.vaadin.client.ui.VTree
-
For internal use only.
- isHtmlContentAllowed() - Method in class com.vaadin.ui.AbstractColorPicker
-
Deprecated.as of , use
AbstractComponent.isCaptionAsHtml()
instead - isHtmlContentAllowed() - Method in class com.vaadin.ui.AbstractMedia
- isHtmlContentAllowed() - Method in class com.vaadin.ui.Button
-
Return HTML rendering setting
- 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.OptionGroup
-
Checks whether captions are interpreted as html or plain text.
- isHtmlContentAllowed() - Method in class com.vaadin.ui.Table.GeneratedRow
- isHtmlContentAllowed() - Method in class com.vaadin.ui.Tree
-
Checks whether captions are interpreted as html or plain text.
- isIE() - Method in class com.vaadin.client.BrowserInfo
- isIE() - Method in class com.vaadin.server.WebBrowser
-
Tests whether the user is using Internet Explorer.
- isIE() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is Internet Explorer.
- isIE10() - Method in class com.vaadin.client.BrowserInfo
- isIE11() - Method in class com.vaadin.client.BrowserInfo
- isIE8() - Method in class com.vaadin.client.BrowserInfo
- isIE9() - Method in class com.vaadin.client.BrowserInfo
- isIgnoreCase() - Method in class com.vaadin.data.util.filter.SimpleStringFilter
-
Returns whether the filter is case-insensitive or case-sensitive.
- isImmediate() - Method in class com.vaadin.client.ui.VDateField
- isImmediate() - Method in class com.vaadin.client.ui.VOptionGroupBase
- isImmediate() - Method in class com.vaadin.server.DragAndDropService
- isImmediate() - Method in interface com.vaadin.server.VariableOwner
-
Deprecated.Tests if the variable owner is in immediate mode or not.
- isImmediate() - Method in class com.vaadin.ui.AbstractComponent
-
Returns the immediate mode of the component.
- isImmediate() - Method in class com.vaadin.ui.AbstractField
-
Returns the immediate mode of the component.
- isImplEnabled() - Method in class com.vaadin.client.Profiler.EnabledProfiler
- isImplEnabled() - Method in class com.vaadin.client.Profiler
-
Overridden in
Profiler.EnabledProfiler
to makeProfiler.isEnabled()
return true if GWT.create returns that class. - isIncludeParentsWhenFiltering() - Method in class com.vaadin.data.util.HierarchicalContainer
-
Used to control how filtering works.
- isIndeterminate() - Method in class com.vaadin.client.ui.VProgressBar
- isIndeterminate() - Method in class com.vaadin.ui.ProgressBar
-
Gets whether or not this progress indicator is indeterminate.
- isInitialStateChange() - Method in class com.vaadin.client.communication.StateChangeEvent
-
Checks if the state change event is the first one for the given connector.
- isInitialUidlHandled() - Method in class com.vaadin.client.communication.MessageHandler
-
Checks if the first UIDL has been handled.
- isInitRequest(VaadinRequest) - Method in class com.vaadin.server.communication.ServletUIInitHandler
- isInitRequest(VaadinRequest) - Method in class com.vaadin.server.communication.UIInitHandler
- isInRange(Date, Date, Date, Resolution) - Static method in class com.vaadin.client.DateTimeService
- isInternalErrorNotificationEnabled() - Method in class com.vaadin.server.SystemMessages
- isInternalTransportType(String) - Static method in class com.vaadin.server.JsonCodec
- isInternalType(Type) - Static method in class com.vaadin.server.JsonCodec
- isInterrupted() - Method in interface com.vaadin.server.StreamVariable
-
If this method returns true while the content is being streamed the Terminal to stop receiving current upload.
- isInTransaction() - Method in class com.vaadin.data.util.sqlcontainer.query.AbstractTransactionalQuery
- isInvalidAllowed() - Method in interface com.vaadin.data.Validatable
-
Checks the validabtable object accept invalid values.The default value is
true
. - isInvalidAllowed() - Method in class com.vaadin.ui.AbstractField
-
Fields allow invalid values by default.
- isInvalidAllowed() - Method in class com.vaadin.ui.Form
-
Deprecated.Checks the validabtable object accept invalid values.
- isInvalidCommitted() - Method in interface com.vaadin.data.BufferedValidatable
-
Tests if the invalid data is committed to datasource.
- isInvalidCommitted() - Method in class com.vaadin.ui.AbstractField
-
Tests if the invalid data is committed to datasource.
- isInViewPort() - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
-
Detects whether row is visible in tables viewport.
- isInvisible() - Method in exception com.vaadin.data.Validator.InvalidValueException
-
Check if the error message should be hidden.
- isInvisibleScrollbar - Variable in class com.vaadin.client.widget.escalator.ScrollbarBundle
- isIOS() - Method in class com.vaadin.client.BrowserInfo
-
Checks if the browser is run on iOS
- isIOS() - Method in class com.vaadin.server.WebBrowser
-
Tests if the browser is run in iOS.
- isIOS() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is run in iOS.
- isIOS6() - Method in class com.vaadin.client.BrowserInfo
-
Checks if the browser is run on iOS 6.
- isIPad() - Method in class com.vaadin.server.WebBrowser
-
Tests if the browser is run on IPad.
- isIPad() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is run on iPad.
- isIPhone() - Method in class com.vaadin.server.WebBrowser
-
Tests if the browser is run on IPhone.
- isIPhone() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is run on iPhone.
- isItemEnabled(Object) - Method in class com.vaadin.ui.OptionGroup
-
Returns true if the item is enabled.
- isJavascriptRpc(MethodInvocation) - Static method in class com.vaadin.client.communication.ServerRpcQueue
-
Checks if the given method invocation originates from Javascript
- isJustClosed() - Method in class com.vaadin.client.ui.VFilterSelect.SuggestionPopup
-
Was the popup just closed?
- isLastId(Object) - Method in interface com.vaadin.data.Container.Ordered
-
Tests if the Item corresponding to the given Item ID is the last Item in the Container.
- isLastId(Object) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
- isLastId(Object) - Method in class com.vaadin.data.util.ContainerOrderedWrapper
- isLastId(Object) - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- isLastId(Object) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
- isLastId(Object) - Method in class com.vaadin.ui.Table
-
Tests if the Item corresponding to the given Item ID is the last Item in the Container.
- isLastId(Object) - Method in class com.vaadin.ui.TreeTable
- isLastOnly() - Method in class com.vaadin.client.metadata.Method
- isLastOnly(Method) - Static method in class com.vaadin.client.metadata.TypeDataStore
- isLayoutNeeded() - Method in class com.vaadin.client.LayoutManager
-
Checks if there is something waiting for a layout to take place.
- isLayoutRunning() - Method in class com.vaadin.client.LayoutManager
- isLeaf() - Method in class com.vaadin.client.ui.VTree.TreeNode
- isLeapYear(Date) - Static method in class com.vaadin.client.DateTimeService
- isLeft() - Method in class com.vaadin.shared.ui.AlignmentInfo
- isLeft() - Method in class com.vaadin.ui.Alignment
-
Checks if component is aligned to the left of the available space.
- isLeftArrow() - Method in class com.vaadin.client.widget.grid.events.GridKeyDownEvent
-
Is this a left arrow?
- isLeftArrow() - Method in class com.vaadin.client.widget.grid.events.GridKeyUpEvent
-
Is this a left arrow?
- isLegacyPrefixEnabled() - Method in class com.vaadin.ui.declarative.DesignContext
-
Check whether the legacy prefix "v" or the default prefix "vaadin" should be used when writing designs.
- isLegacyToStringEnabled() - Static method in class com.vaadin.data.util.LegacyPropertyHelper
-
Deprecated.Checks if legacy Property.toString() implementation is enabled.
- isLegacyVariableChange(MethodInvocation) - Static method in class com.vaadin.client.communication.ServerRpcQueue
-
Checks if the given method invocation represents a Vaadin 6 variable change
- isLegacyVariableChange(String, String) - Static method in class com.vaadin.shared.communication.LegacyChangeVariablesInvocation
- isLenient() - Method in class com.vaadin.ui.DateField
-
Returns whether date/time interpretation is to be lenient.
- isLinux() - Method in class com.vaadin.server.WebBrowser
-
Tests whether the user is using Linux.
- isLinux() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is run on Linux.
- isLoadingIndicatorVisible() - Method in class com.vaadin.client.ApplicationConnection
-
Deprecated.As of 7.1. Use
ApplicationConnection.getLoadingIndicator()
andVLoadingIndicator.isVisible()
.isVisible() instead. - isLocked() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
-
Checks whether the scrollbar bundle is locked or not.
- isLocked() - Method in class com.vaadin.ui.AbstractSplitPanel
-
Is the SplitPanel handle locked (user not allowed to change split position by dragging).
- isLoop() - Method in class com.vaadin.ui.AbstractMedia
- isMacOSX() - Method in class com.vaadin.server.WebBrowser
-
Tests whether the user is using Mac OS X.
- isMacOSX() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is run on Mac OSX.
- isMaxValueIncluded() - Method in class com.vaadin.data.validator.RangeValidator
-
Checks if the maximum value is part of the accepted range
- isMessage() - Method in enum com.vaadin.client.communication.DefaultConnectionStateHandler.Type
- isMetaKey() - Method in class com.vaadin.event.MouseEvents.ClickEvent
-
Checks if the Meta key was down when the mouse event took place.
- isMetaKey() - Method in class com.vaadin.shared.MouseEventDetails
- isMetaKey() - Method in class com.vaadin.ui.Button.ClickEvent
-
Checks if the Meta key was down when the mouse event took place.
- isMiddle() - Method in class com.vaadin.ui.Alignment
-
Checks if component is aligned middle (vertically center) of the available space.
- isMidnight(Date) - Static method in class com.vaadin.client.ui.VCalendar
-
Is the date at midnight
- isMinValueIncluded() - Method in class com.vaadin.data.validator.RangeValidator
-
Checks if the minimum value is part of the accepted range
- isModal() - Method in interface com.vaadin.client.communication.ReconnectDialog
-
Checks the modality of the dialog.
- isModal() - Method in class com.vaadin.ui.Window
- isModalWindowOpen() - Static method in class com.vaadin.client.ui.VWindow
-
Checks if a modal window is currently open.
- isModified() - Method in class com.vaadin.client.ui.AbstractFieldConnector
- isModified() - Method in interface com.vaadin.data.Buffered
-
Tests if the value stored in the object has been modified since it was last updated from the data source.
- isModified() - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Checks if any bound field has been modified.
- isModified() - Method in class com.vaadin.data.util.sqlcontainer.ColumnProperty
- isModified() - Method in class com.vaadin.data.util.sqlcontainer.RowItem
- isModified() - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
-
Returns modify state of the container.
- isModified() - Method in class com.vaadin.ui.AbstractField
- isModified() - Method in class com.vaadin.ui.Form
-
Deprecated.
- isMonitoringParentSize() - Method in class com.vaadin.client.ui.VUI
-
Returns true if the size of the parent should be checked periodically and the application should react to its changes.
- isMonthlyMode() - Method in class com.vaadin.ui.Calendar
-
Is the calendar in a mode where all days of the month is shown
- isMonthlyMode() - Method in class com.vaadin.ui.components.calendar.CalendarComponentEvents.RangeSelectEvent
-
Deprecated.User
Calendar.isMonthlyMode()
instead - isMoved() - Method in class com.vaadin.client.ui.TouchScrollDelegate
-
Has user moved the touch.
- isMultiselect - Variable in class com.vaadin.client.ui.VTree
-
For internal use only.
- isMultiselect() - Method in class com.vaadin.client.ui.VOptionGroupBase
- isMultiSelect() - Method in class com.vaadin.ui.AbstractSelect
-
Is the select in multiselect mode? In multiselect mode
- isMultiSelect() - Method in class com.vaadin.ui.ComboBox
-
Deprecated.
- isMultiSelectTouchDetectionEnabled() - Method in class com.vaadin.ui.Table
-
Returns if touch screen detection is used to toggle multi select mode.
- isMuted() - Method in class com.vaadin.ui.AbstractMedia
- isNavigationSelectKey(int) - Method in class com.vaadin.client.ui.VMenuBar
-
Checks whether key code selects a menu item.
- isNeeded(AbstractComponentState) - Static method in class com.vaadin.client.VCaption
- isNew() - Method in class com.vaadin.server.WrappedHttpSession
- isNew() - Method in interface com.vaadin.server.WrappedSession
-
Returns true if the client does not yet know about the session or if the client chooses not to join the session.
- isNewItemsAllowed() - Method in class com.vaadin.ui.AbstractSelect
-
Does the select allow adding new options by the user.
- isNoLayout() - Method in class com.vaadin.client.metadata.Method
-
Checks whether this method is annotated with
NoLayout
. - isNoLayout() - Method in class com.vaadin.client.metadata.Property
-
Checks whether this property is annotated with
NoLayout
. - isNoLayoutProperty(Property) - Static method in class com.vaadin.client.metadata.TypeDataStore
-
Checks whether the provided property is annotated with
NoLayout
. - isNoLayoutRpcMethod(Method) - Static method in class com.vaadin.client.metadata.TypeDataStore
-
Checks whether the provided method is annotated with
NoLayout
. - isNoLoadingIndicator(Method) - Static method in class com.vaadin.client.metadata.TypeDataStore
- isNotificationElement(String) - Static method in class com.vaadin.client.componentlocator.LocatorUtil
-
Checks if path refers to vaadin Notification element com.vaadin.ui.Notification.
- isNotime() - Method in class com.vaadin.client.ui.CalendarEntry
- IsNull - Class in com.vaadin.data.util.filter
-
Simple container filter checking whether an item property value is null.
- IsNull(Object) - Constructor for class com.vaadin.data.util.filter.IsNull
-
Constructor for a filter that compares the value of an item property with null.
- isNullable() - Method in class com.vaadin.data.util.sqlcontainer.ColumnProperty
- isNullAllowed() - Method in class com.vaadin.data.validator.NullValidator
-
Returns
true
if nulls are allowed otherwisefalse
. - isNullAllowed() - Method in class com.vaadin.data.validator.StringLengthValidator
-
Deprecated.
- isNullSelectionAllowed - Variable in class com.vaadin.client.ui.VTree
-
For internal use only.
- isNullSelectionAllowed() - Method in class com.vaadin.client.ui.VOptionGroupBase
- isNullSelectionAllowed() - Method in class com.vaadin.ui.AbstractSelect
-
Checks if null empty selection is allowed by the user.
- isNullSelectionItemAvailable() - Method in class com.vaadin.client.ui.VOptionGroupBase
- isNullSettingAllowed() - Method in class com.vaadin.ui.AbstractTextField
-
Is setting nulls with null-string representation allowed.
- isNullSettingAllowed() - Method in class com.vaadin.ui.RichTextArea
-
Is setting nulls with null-string representation allowed.
- IsNullTranslator - Class in com.vaadin.data.util.sqlcontainer.query.generator.filter
- IsNullTranslator() - Constructor for class com.vaadin.data.util.sqlcontainer.query.generator.filter.IsNullTranslator
- isOnlyMatchPrefix() - Method in class com.vaadin.data.util.filter.SimpleStringFilter
-
Returns true if the filter only applies to the beginning of the value string, false for any location in the value.
- isOpen() - Method in class com.vaadin.client.SimpleTree
-
Deprecated.
- isOpen() - Method in class com.vaadin.client.ui.VAccordion.StackItem
- isOpen() - Method in class com.vaadin.client.ui.VColorPicker
-
Check the popup's marked state.
- isOpen() - Method in class com.vaadin.client.ui.VColorPickerArea
-
Check the popup's marked state.
- isOpenEvent(Grid.EditorDomEvent<T>) - Method in class com.vaadin.client.widget.grid.DefaultEditorEventHandler
-
Returns whether the given event should open the editor.
- isOpera() - Method in class com.vaadin.client.BrowserInfo
- isOpera() - Method in class com.vaadin.server.WebBrowser
-
Tests whether the user is using Opera.
- isOpera() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is Opera.
- isOpera10() - Method in class com.vaadin.client.BrowserInfo
- isOpera11() - Method in class com.vaadin.client.BrowserInfo
- isOrExtendsType(Class<?>) - Method in class com.vaadin.event.ListenerMethod
-
Compares the type of this ListenerMethod to the given type
- isOrHasAncestor(Component) - Method in class com.vaadin.ui.AbstractComponent
-
Determine whether a
content
component is equal to, or the ancestor of this component. - isOtherSessionLocked(VaadinSession) - Static method in class com.vaadin.server.VaadinService
-
Checks whether there might be some
VaadinSession
other than the provided one for which the current thread holds a lock. - isOverrideContentType() - Method in class com.vaadin.server.FileDownloader
-
Checks whether the content type should be overridden.
- isPartialRowUpdate() - Method in class com.vaadin.ui.Table
-
Subclass and override this to enable partial row updates and additions, which bypass the normal caching mechanism.
- isPartialRowUpdate() - Method in class com.vaadin.ui.TreeTable
- isPersistent() - Method in class com.vaadin.data.util.sqlcontainer.ColumnProperty
-
Return whether the value of this property should be persisted to the database.
- isPhantomJS() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is PhantomJS.
- isPinned() - Method in class com.vaadin.client.data.AbstractRemoteDataSource.RowHandleImpl
- isPinned(T) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
- isPopupVisible() - Method in class com.vaadin.ui.PopupView
-
Return whether the popup is visible.
- isPopupVisible() - Method in class com.vaadin.ui.PopupView.PopupVisibilityEvent
-
Returns the current visibility of the popup.
- isPreload() - Method in class com.vaadin.client.ResourceLoader.ResourceLoadEvent
-
Returns true if the resource has been preloaded, false if it's fully loaded
- isPreservedOnRefresh(UICreateEvent) - Method in class com.vaadin.server.UIProvider
-
Checks whether the same UI state should be reused if the framework can detect that the application is opened in a browser window where it has previously been open.
- isPresto() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is using the Presto engine
- isPrimary() - Method in class com.vaadin.client.event.PointerEvent
-
Indicates whether the pointer is the primary pointer of this type.
- isPrimaryKey() - Method in class com.vaadin.data.util.sqlcontainer.ColumnProperty
- isProductionMode() - Static method in class com.vaadin.client.ApplicationConfiguration
-
Checks if production mode is enabled.
- isProductionMode() - Method in class com.vaadin.server.DefaultDeploymentConfiguration
-
Returns whether Vaadin is in production mode.
- isProductionMode() - Method in interface com.vaadin.server.DeploymentConfiguration
-
Returns whether Vaadin is in production mode.
- isPropertyFiltered(Object) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Checks if there is a filter that applies to a given property.
- isPublishedFileRequest(VaadinRequest) - Static method in class com.vaadin.server.ServletPortletHelper
-
Deprecated.
- isPushRequest(VaadinRequest) - Static method in class com.vaadin.server.ServletPortletHelper
-
Deprecated.
- isQuietDebugMode() - Static method in class com.vaadin.client.ApplicationConfiguration
-
Checks whether debug logging should be quiet
- isRangeMoveAllowed() - Method in class com.vaadin.client.ui.VCalendar
-
Is moving a range allowed
- isRangeSelectAllowed() - Method in class com.vaadin.client.ui.VCalendar
-
Is selecting a range allowed?
- isReadonly() - Method in class com.vaadin.client.ui.VDateField
- isReadonly() - Method in class com.vaadin.client.ui.VOptionGroupBase
- isReadOnly() - Method in interface com.vaadin.client.ComponentConnector
-
Deprecated.This belongs in AbstractFieldConnector, see #8514
- isReadOnly() - Method in class com.vaadin.client.ui.AbstractComponentConnector
-
Deprecated.
- isReadOnly() - Method in class com.vaadin.client.ui.AbstractFieldConnector
- isReadOnly() - Method in class com.vaadin.client.ui.form.FormConnector
- isReadOnly() - Method in class com.vaadin.client.ui.table.TableConnector
- isReadOnly() - Method in class com.vaadin.client.ui.tree.TreeConnector
- isReadOnly() - Method in class com.vaadin.client.ui.VCalendar
-
Is the component read-only
- isReadOnly() - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Returns the read only status that is used by default with all fields that have a writable data source.
- isReadOnly() - Method in interface com.vaadin.data.Property
-
Tests if the Property is in read-only mode.
- isReadOnly() - Method in class com.vaadin.data.util.AbstractProperty
-
Tests if the Property is in read-only mode.
- isReadOnly() - Method in class com.vaadin.data.util.GeneratedPropertyContainer.GeneratedProperty
- isReadOnly() - Method in class com.vaadin.data.util.MethodProperty
-
Tests if the object is in read-only mode.
- isReadOnly() - Method in class com.vaadin.data.util.NestedMethodProperty
- isReadOnly() - Method in class com.vaadin.data.util.PropertyFormatter
-
Deprecated.Reflects the read-only status of the datasource.
- isReadOnly() - Method in class com.vaadin.data.util.sqlcontainer.ColumnProperty
- isReadOnly() - Method in class com.vaadin.data.util.TextFileProperty
- isReadOnly() - Method in class com.vaadin.data.util.TransactionalPropertyWrapper
- isReadOnly() - Method in class com.vaadin.ui.AbstractComponent
- isReadOnly() - Method in class com.vaadin.ui.AbstractField
-
The abstract field is read only also if the data source is in read only mode.
- isReadOnly() - Method in interface com.vaadin.ui.Component
-
Tests whether the component is in the read-only mode.
- isReadOnlyChangeAllowed() - Method in class com.vaadin.data.util.sqlcontainer.ColumnProperty
-
Returns whether the read-only status of this property can be changed using
ColumnProperty.setReadOnly(boolean)
. - isRealUpdate(UIDL) - Static method in class com.vaadin.client.ui.AbstractComponentConnector
-
Deprecated.
- isRecursive() - Method in class com.vaadin.data.util.FilesystemContainer
-
Is this container recursive filesystem.
- isRelativeHeight() - Method in interface com.vaadin.client.ComponentConnector
-
Returns
true
if the height of this paintable is currently relative. - isRelativeHeight() - Method in class com.vaadin.client.ui.AbstractComponentConnector
- isRelativeHeight() - Method in class com.vaadin.client.ui.layout.ComponentConnectorLayoutSlot
- isRelativeHeight() - Method in class com.vaadin.client.ui.layout.VLayoutSlot
- isRelativeHeight(AbstractComponentState) - Static method in class com.vaadin.shared.ui.ComponentStateUtil
- isRelativeInDirection(boolean) - Method in class com.vaadin.client.ui.layout.VLayoutSlot
- isRelativeInDirection(boolean) - Method in class com.vaadin.client.ui.orderedlayout.Slot
- isRelativeWidth() - Method in interface com.vaadin.client.ComponentConnector
-
Returns
true
if the width of this paintable is currently relative. - isRelativeWidth() - Method in class com.vaadin.client.ui.AbstractComponentConnector
- isRelativeWidth() - Method in class com.vaadin.client.ui.layout.ComponentConnectorLayoutSlot
- isRelativeWidth() - Method in class com.vaadin.client.ui.layout.VLayoutSlot
- isRelativeWidth(AbstractComponentState) - Static method in class com.vaadin.shared.ui.ComponentStateUtil
- isRendered(Component) - 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
- isRenderHtmlInCells() - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableGeneratedRow
- isRenderHtmlInCells() - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
-
Overriding this and returning true causes all text cells to be rendered as HTML.
- isRenderHtmlInCells() - Method in class com.vaadin.client.ui.VTreeTable.VTreeTableScrollBody.VTreeTableGeneratedRow
- isRequestHandlerRunning() - Method in class com.vaadin.client.ui.VScrollTable.RowRequestHandler
- isRequired() - Method in class com.vaadin.client.ui.AbstractFieldConnector
-
Checks whether the required indicator should be shown for the field.
- isRequired() - Method in class com.vaadin.ui.AbstractField
-
Is this field required.
- isRequired() - Method in interface com.vaadin.ui.Field
-
Is this field required.
- isResizable() - Method in class com.vaadin.client.widgets.Grid.Column
-
Returns whether this column can be resized by the user.
- isResizable() - Method in class com.vaadin.ui.Grid.Column
-
Returns whether this column can be resized by the user.
- isResizable() - Method in class com.vaadin.ui.Window
- isResizeLazy() - Method in class com.vaadin.ui.UI
-
Checks whether lazy resize is enabled.
- isResizeLazy() - Method in class com.vaadin.ui.Window
- isResponsive() - Method in class com.vaadin.ui.AbstractComponent
-
Returns true if the component is responsive
- isResynchronize() - Method in class com.vaadin.server.communication.ServerRpcHandler.RpcRequest
-
Checks if this is a request to resynchronize the client side
- isRight() - Method in class com.vaadin.shared.ui.AlignmentInfo
- isRight() - Method in class com.vaadin.ui.Alignment
-
Checks if component is aligned to the right of the available space.
- isRightArrow() - Method in class com.vaadin.client.widget.grid.events.GridKeyDownEvent
-
Is this a right arrow?
- isRightArrow() - Method in class com.vaadin.client.widget.grid.events.GridKeyUpEvent
-
Is this a right arrow?
- isRoot(Object) - Method in interface com.vaadin.data.Container.Hierarchical
-
Tests if the Item specified with
itemId
is a root Item. - isRoot(Object) - Method in class com.vaadin.data.util.ContainerHierarchicalWrapper
- isRoot(Object) - Method in class com.vaadin.data.util.FilesystemContainer
- isRoot(Object) - Method in class com.vaadin.data.util.HierarchicalContainer
- isRoot(Object) - Method in class com.vaadin.data.util.HierarchicalContainerOrderedWrapper
- isRoot(Object) - Method in class com.vaadin.ui.Tree
-
Tests if the Item specified with
itemId
is a root Item. - isRoot(Object) - Method in class com.vaadin.ui.TreeTable
- isRowCacheInvalidated() - Method in class com.vaadin.ui.Table
- isRowIdentifier() - Method in class com.vaadin.data.util.sqlcontainer.ColumnProperty
-
Returns whether or not this property is used as a row identifier.
- isRunning() - Method in class com.vaadin.server.LegacyApplication
-
Deprecated.
- isSafari() - Method in class com.vaadin.client.BrowserInfo
- isSafari() - Method in class com.vaadin.server.WebBrowser
-
Tests whether the user is using Safari.
- isSafari() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is Safari.
- isSameDay(Date, Date) - Static method in class com.vaadin.client.DateTimeService
- isScrollActive() - Method in class com.vaadin.client.ui.menubar.MenuBar
-
Deprecated.Gets whether the scroll is activate for this menu.
- isScrollActive() - Method in class com.vaadin.client.ui.VFilterSelect.SuggestionMenu
-
Returns true if the scroll is active on the menu element or if the menu currently displays the last page with less items then the maximum visibility (in which case the scroll is not active, but the scroll is active for any other page in general).
- isScrollerVisible() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.VisibilityChangeEvent
-
Checks whether the scroll handle is currently visible or not
- isScrollLocked(ScrollbarBundle.Direction) - Method in class com.vaadin.client.widgets.Escalator
-
Checks whether or not an direction is locked for scrolling.
- isScrollPositionVisible() - Method in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- 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 (single select combo box only).
- isSecure() - Method in interface com.vaadin.server.VaadinRequest
-
Checks whether the request was made using a secure channel, e.g.
- isSecureConnection() - Method in class com.vaadin.server.WebBrowser
-
Is the connection made using HTTPS?
- isSelectable() - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
-
Checks if the item can be selected.
- isSelectable() - Method in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- isSelectable() - Method in class com.vaadin.ui.Table
-
Returns whether table is selectable.
- isSelectable() - Method in class com.vaadin.ui.Tree
-
Returns the current selectable state.
- isSelected() - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
-
Has the row been selected?
- isSelected() - Method in class com.vaadin.client.ui.VTree.TreeNode
- isSelected(int) - Method in class com.vaadin.client.widget.grid.selection.MultiSelectionRenderer
- isSelected(VTree.TreeNode) - Method in class com.vaadin.client.ui.VTree
-
Is a node selected in the tree
- isSelected(JsonObject) - Method in class com.vaadin.client.connectors.AbstractSelectionModelConnector.AbstractSelectionModel
- isSelected(Object) - Method in class com.vaadin.ui.AbstractSelect
-
Tests if an item is selected.
- isSelected(Object) - Method in class com.vaadin.ui.Grid.AbstractSelectionModel
- isSelected(Object) - Method in class com.vaadin.ui.Grid
-
Checks whether an item is selected or not.
- isSelected(Object) - Method in class com.vaadin.ui.Grid.NoSelectionModel
- isSelected(Object) - Method in interface com.vaadin.ui.Grid.SelectionModel
-
Checks whether an item is selected or not.
- isSelected(Object) - Method in interface com.vaadin.ui.Grid.SelectionModel.None
-
Checks whether an item is selected or not.
- isSelected(T) - Method in interface com.vaadin.client.widget.grid.selection.SelectionModel
-
Return true if the provided row is considered selected under the implementing selection model.
- isSelected(T) - Method in class com.vaadin.client.widget.grid.selection.SelectionModelMulti
- isSelected(T) - Method in class com.vaadin.client.widget.grid.selection.SelectionModelNone
- isSelected(T) - Method in class com.vaadin.client.widget.grid.selection.SelectionModelSingle
- isSelected(T) - Method in class com.vaadin.client.widgets.Grid
-
Test if a row is selected.
- isSelectedByHandle(DataSource.RowHandle<T>) - Method in class com.vaadin.client.widget.grid.selection.SelectionModelMulti
- isSendUrlsAsParameters() - Method in class com.vaadin.server.DefaultDeploymentConfiguration
-
Returns whether the sending of URL's as GET and POST parameters in requests with content-type
application/x-www-form-urlencoded
is enabled or not. - isSendUrlsAsParameters() - Method in interface com.vaadin.server.DeploymentConfiguration
-
Returns whether the sending of URL's as GET and POST parameters in requests with content-type
application/x-www-form-urlencoded
is enabled or not. - isSeparator - Variable in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- isSeparator() - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- isSeparator() - Method in class com.vaadin.ui.MenuBar.MenuItem
- isSessionExpiredNotificationEnabled() - Method in class com.vaadin.server.SystemMessages
- isSet(int) - Method in interface elemental.util.ArrayOfBoolean
-
Check that the specified
index
has been initialized to a valid value. - isSet(int) - Method in interface elemental.util.ArrayOfInt
-
Check that the specified
index
has been initialized to a valid value. - isSet(int) - Method in interface elemental.util.ArrayOfNumber
-
Check that the specified
index
has been initialized to a valid value. - isShadowEnabled() - Method in class com.vaadin.client.widgets.Overlay
-
Deprecated.See main JavaDoc for Overlay
- isShiftKey() - Method in class com.vaadin.event.MouseEvents.ClickEvent
-
Checks if the Shift key was down when the mouse event took place.
- isShiftKey() - Method in class com.vaadin.shared.MouseEventDetails
- isShiftKey() - Method in class com.vaadin.ui.Button.ClickEvent
-
Checks if the Shift key was down when the mouse event took place.
- isShimElementEnabled() - Method in class com.vaadin.client.widgets.Overlay
- isShowControls() - Method in class com.vaadin.ui.AbstractMedia
- isShowISOWeekNumbers() - Method in class com.vaadin.client.ui.VCalendarPanel
-
Returns whether ISO 8601 week numbers should be shown in the value selector or not.
- isShowISOWeekNumbers() - Method in class com.vaadin.client.ui.VDateField
-
Returns whether ISO 8601 week numbers should be shown in the date selector or not.
- isShowISOWeekNumbers() - Method in class com.vaadin.ui.DateField
-
Checks whether ISO 8601 week numbers are shown in the date selector.
- isSibling(VTree.TreeNode) - Method in class com.vaadin.client.ui.VTree.TreeNode
- isSidebarOpen() - Method in class com.vaadin.client.widgets.Grid
-
Tests whether the sidebar menu is currently open.
- isSinkShadowEvents() - Method in class com.vaadin.client.widgets.Overlay
-
Deprecated.See main JavaDoc for Overlay
- isSortable() - Method in class com.vaadin.client.widgets.Grid.Column
-
Returns whether the user can sort the grid by this column.
- isSortable() - Method in class com.vaadin.ui.Grid.Column
-
Returns whether the user can sort the grid by this column.
- isSortAscending() - Method in class com.vaadin.ui.Table
-
Is the table currently sorted in ascending order.
- isSortDisabled() - Method in class com.vaadin.ui.Table
-
Deprecated.As of 7.0, use
Table.isSortEnabled()
instead - isSorted() - Method in class com.vaadin.client.ui.VScrollTable.HeaderCell
- isSortEnabled() - Method in class com.vaadin.ui.Table
-
Checks if sorting is enabled.
- 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
- isSpanColumns() - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableGeneratedRow
- isSpanColumns() - Method in class com.vaadin.client.ui.VTreeTable.VTreeTableScrollBody.VTreeTableGeneratedRow
- isSpanColumns() - Method in class com.vaadin.ui.Table.GeneratedRow
- isSplitPositionReversed() - Method in class com.vaadin.ui.AbstractSplitPanel
-
Is the split position reversed.
- isStandalone() - Method in class com.vaadin.client.ApplicationConfiguration
- isStandalone(VaadinRequest) - Method in class com.vaadin.server.VaadinService
-
Checks whether the UI will be rendered on its own in the browser or whether it will be included into some other context.
- isStandalone(VaadinRequest) - Method in class com.vaadin.server.VaadinServletService
- isStaticResourceRequest(HttpServletRequest) - Method in class com.vaadin.server.VaadinServlet
- isSubsetOf(Range) - Method in class com.vaadin.shared.ui.grid.Range
-
Checks whether this range is a subset of another range.
- isSuperDevModeEnabledInModule() - Static method in class com.vaadin.client.SuperDevMode
- isSuperDevModeEnabledInModule(String) - Static method in class com.vaadin.client.SuperDevMode
- isSupported() - Static method in class com.vaadin.client.event.PointerEventSupport
- isSupported() - Method in class com.vaadin.client.event.PointerEventSupportImpl
- isSupported() - Method in class com.vaadin.client.event.PointerEventSupportImplModernIE
- isSyncIdCheckEnabled() - Method in class com.vaadin.server.DefaultDeploymentConfiguration
-
Returns whether sync id checking is enabled.
- isSyncIdCheckEnabled() - Method in interface com.vaadin.server.DeploymentConfiguration
-
Returns whether sync id checking is enabled.
- isTabCaptionsAsHtml() - Method in class com.vaadin.client.ui.VTabsheetBase
-
Checks whether captions are rendered as HTML The default is false, i.e.
- isTabCaptionsAsHtml() - Method in class com.vaadin.ui.TabSheet
-
Checks whether HTML is allowed in the tab captions.
- isTabStopEnabled() - Method in class com.vaadin.ui.Window
-
Get if it is prevented to leave a window with the tab key.
- isTabsVisible() - Method in class com.vaadin.ui.TabSheet
-
Checks if the tab selection part should be shown in the UI
- isTextFieldEnabled() - Method in class com.vaadin.client.ui.VPopupCalendar
-
Checks whether the text field is enabled.
- isTextFieldEnabled() - Method in class com.vaadin.ui.PopupDateField
-
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
AbstractSelect.isNewItemsAllowed()
returns true. - isThis(Object) - Method in class com.vaadin.server.AbstractClientConnector
-
Deprecated.only defined for framework hacks, do not use.
- isTimeOnDifferentDays() - Method in class com.vaadin.client.ui.calendar.schedule.CalendarEvent
-
Does the event span several days
- isTimeSpecificEvent() - Method in class com.vaadin.client.ui.calendar.schedule.MonthEventLabel
-
Is the event bound to a specific time
- isToday() - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
- isTooltipOpen() - Method in class com.vaadin.client.VTooltip
-
For assistive tooltips to work correctly we must have the tooltip visible and attached to the DOM well in advance.
- isTooOldToFunctionProperly() - Method in class com.vaadin.server.WebBrowser
-
Checks if the browser is so old that it simply won't work with a Vaadin application.
- isTooOldToFunctionProperly() - Method in class com.vaadin.shared.VBrowserDetails
-
Checks if the browser is so old that it simply won't work with a Vaadin application.
- isTop() - Method in class com.vaadin.shared.ui.AlignmentInfo
- isTop() - Method in class com.vaadin.ui.Alignment
-
Checks if component is aligned to the top of the available space.
- isTouchDevice() - Method in class com.vaadin.client.BrowserInfo
- isTouchDevice() - Method in class com.vaadin.server.WebBrowser
- isTouchEvent(NativeEvent) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.isTouchEvent(NativeEvent)
instead. - isTouchEvent(NativeEvent) - Static method in class com.vaadin.client.WidgetUtil
- isTouchEvent(Event) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.isTouchEvent(Event)
instead. - isTouchEvent(Event) - Static method in class com.vaadin.client.WidgetUtil
- isTouchEventOrLeftMouseButton(Event) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.isTouchEventOrLeftMouseButton(Event)
instead. - isTouchEventOrLeftMouseButton(Event) - Static method in class com.vaadin.client.WidgetUtil
-
Checks if the given event is either a touch event or caused by the left mouse button
- isTouchOpenEvent(Grid.EditorDomEvent<T>) - Method in class com.vaadin.client.widget.grid.DefaultEditorEventHandler
-
Returns whether the given event is a touch event that should open the editor.
- isTrident() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is using the Trident engine
- isTwelveHourClock() - Method in class com.vaadin.client.DateTimeService
- isTwelveHourClock(String) - Static method in class com.vaadin.client.LocaleService
- isType(Class<?>) - Method in class com.vaadin.event.ListenerMethod
-
Compares the type of this ListenerMethod to the given type
- isUIDLRequest(VaadinRequest) - Static method in class com.vaadin.server.ServletPortletHelper
-
Deprecated.
- isUIElement(String) - Static method in class com.vaadin.client.componentlocator.LocatorUtil
-
Checks if path refers to vaadin UI element com.vaadin.ui.UI.
- isUIInitRequest(VaadinRequest) - Static method in class com.vaadin.server.communication.ServletUIInitHandler
- isUndefinedHeight() - Method in interface com.vaadin.client.ComponentConnector
-
Returns
true
if the height of this paintable is currently undefined. - isUndefinedHeight() - Method in class com.vaadin.client.ui.AbstractComponentConnector
- isUndefinedHeight() - Method in class com.vaadin.client.ui.layout.ComponentConnectorLayoutSlot
- isUndefinedHeight() - Method in class com.vaadin.client.ui.layout.VLayoutSlot
- isUndefinedHeight(AbstractComponentState) - Static method in class com.vaadin.shared.ui.ComponentStateUtil
- isUndefinedInDirection(boolean) - Method in class com.vaadin.client.ui.layout.VLayoutSlot
- isUndefinedWidth() - Method in interface com.vaadin.client.ComponentConnector
-
Returns
true
if the width of this paintable is currently undefined. - isUndefinedWidth() - Method in class com.vaadin.client.ui.AbstractComponentConnector
- isUndefinedWidth() - Method in class com.vaadin.client.ui.layout.ComponentConnectorLayoutSlot
- isUndefinedWidth() - Method in class com.vaadin.client.ui.layout.VLayoutSlot
- isUndefinedWidth(AbstractComponentState) - Static method in class com.vaadin.shared.ui.ComponentStateUtil
- isUpArrow() - Method in class com.vaadin.client.widget.grid.events.GridKeyDownEvent
-
Is this a up arrow?
- isUpArrow() - Method in class com.vaadin.client.widget.grid.events.GridKeyUpEvent
-
Is this a up arrow?
- isUpdatingState() - Method in class com.vaadin.client.communication.MessageHandler
-
Checks whether state changes are currently being processed.
- isUploading() - Method in class com.vaadin.ui.Upload
- isUserInRole(String) - Method in interface com.vaadin.server.VaadinRequest
-
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
- isUserOriginated() - Method in class com.vaadin.client.widget.grid.events.ColumnVisibilityChangeEvent
-
Is the visibility change triggered by user.
- isUserOriginated() - Method in class com.vaadin.client.widget.grid.sort.SortEvent
-
Returns whether this event originated from actions done by the user.
- isUserOriginated() - Method in class com.vaadin.event.SortEvent
-
Returns whether this event originated from actions done by the user.
- 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
-
Returns
true
if the column reorder was done by the user,false
if not and it was triggered by server side code. - isUserSelectionAllowed() - Method in class com.vaadin.client.connectors.MultiSelectionModelConnector.MultiSelectionModel
- isUserSelectionAllowed() - Method in class com.vaadin.client.connectors.SingleSelectionModelConnector.SingleSelectionModel
- isUserSelectionAllowed() - Method in interface com.vaadin.client.widget.grid.selection.HasUserSelectionAllowed
-
Checks if the user is allowed to change the selection.
- isUserSelectionAllowed() - Method in class com.vaadin.client.widget.grid.selection.SelectionModelMulti
- isUserSelectionAllowed() - Method in class com.vaadin.client.widget.grid.selection.SelectionModelSingle
- isUserSelectionAllowed() - Method in class com.vaadin.client.widgets.Grid
-
Checks if selection by the user is allowed in the grid.
- isUserSelectionAllowed() - Method in class com.vaadin.ui.Grid.MultiSelectionModel
- isUserSelectionAllowed() - Method in interface com.vaadin.ui.Grid.SelectionModel.HasUserSelectionAllowed
-
Checks if the user is allowed to change the selection.
- isUserSelectionAllowed() - Method in class com.vaadin.ui.Grid.SingleSelectionModel
- 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.fieldgroup.FieldGroup
-
Checks the validity of the bound fields.
- isValid() - Method in interface com.vaadin.data.Validatable
-
Tests the current value of the object against all registered validators.
- isValid() - Method in class com.vaadin.ui.AbstractField
-
Tests the current value against registered validators if the field is not empty.
- isValid(Object) - Method in class com.vaadin.data.validator.AbstractValidator
-
Since Vaadin 7, subclasses of AbstractValidator should override
AbstractValidator.isValidValue(Object)
orAbstractValidator.validate(Object)
instead ofAbstractValidator.isValid(Object)
. - isValidationFailure() - Method in class com.vaadin.ui.Grid.CommitErrorEvent
-
Checks if validation exceptions caused this error
- isValidationVisible() - Method in class com.vaadin.ui.AbstractField
-
Is automatic, visible validation enabled? If automatic validation is enabled, any validators connected to this component are evaluated while painting the component and potential error messages are sent to client.
- isValidationVisibleOnCommit() - Method in class com.vaadin.ui.Form
-
Deprecated.Is validation made automatically visible on commit? See setValidationVisibleOnCommit().
- isValidForLegacyLocator(String) - Method in class com.vaadin.client.componentlocator.ComponentLocator
-
Check if a given selector is valid for LegacyLocatorStrategy.
- isValidType(Object) - Method in class com.vaadin.data.validator.AbstractValidator
-
Checks the type of the value to validate to ensure it conforms with getType.
- isValidValue(String) - Method in class com.vaadin.data.validator.DoubleValidator
-
Deprecated.
- isValidValue(String) - Method in class com.vaadin.data.validator.IntegerValidator
-
Deprecated.
- isValidValue(String) - Method in class com.vaadin.data.validator.RegexpValidator
- isValidValue(String) - Method in class com.vaadin.data.validator.StringLengthValidator
-
Checks if the given value is valid.
- isValidValue(T) - Method in class com.vaadin.data.validator.AbstractValidator
-
Internally check the validity of a value.
- isValidValue(T) - Method in class com.vaadin.data.validator.RangeValidator
- isVersionColumn() - Method in class com.vaadin.data.util.sqlcontainer.ColumnProperty
- isVerticalCenter() - Method in class com.vaadin.shared.ui.AlignmentInfo
- isVisible() - Method in interface com.vaadin.client.communication.ReconnectDialog
-
Checks if the reconnect dialog is visible to the user
- isVisible() - Method in class com.vaadin.client.ui.popupview.VisibilityChangeEvent
- isVisible() - Method in class com.vaadin.client.VLoadingIndicator
-
Returns whether or not the loading indicator is showing.
- isVisible() - Method in class com.vaadin.client.widget.escalator.events.SpacerVisibilityChangedEvent
-
Gets whether the spacer element is displayed.
- isVisible() - Method in class com.vaadin.client.widgets.Grid.StaticSection
-
Returns the visibility of this section.
- isVisible() - Method in class com.vaadin.ui.AbstractComponent
- isVisible() - Method in interface com.vaadin.ui.Component
-
Tests the visibility property of the component.
- isVisible() - Method in class com.vaadin.ui.Grid.StaticSection
-
Returns the visibility of this section.
- isVisible() - Method in class com.vaadin.ui.MenuBar.MenuItem
- isVisible() - Method in interface com.vaadin.ui.TabSheet.Tab
-
Returns the visible status for the tab.
- isVisible() - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- isWaitingForData() - Method in class com.vaadin.client.data.AbstractRemoteDataSource
-
Checks whether this data source is currently waiting for more rows to become available.
- isWaitingForData() - Method in interface com.vaadin.client.data.DataSource
-
Checks whether this data source is currently waiting for more rows to become available.
- isWaitingForData() - Method in class com.vaadin.client.widget.grid.datasources.ListDataSource
- isWebkit() - Method in class com.vaadin.client.BrowserInfo
- isWebKit() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is using the WebKit engine
- isWidgetsetVersionSent() - Method in class com.vaadin.client.ApplicationConfiguration
-
Checks whether the widget set version has been sent to the server.
- isWidthChanged() - Method in class com.vaadin.client.MeasuredSize.MeasureResult
- isWidthUndefined() - Method in class com.vaadin.ui.Grid.Column
-
Returns whether this column has an undefined width.
- isWildcard() - Method in class com.vaadin.client.componentlocator.SelectorPredicate
- isWindows() - Method in class com.vaadin.server.WebBrowser
-
Tests whether the user is using Windows.
- isWindows() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is run on Windows.
- isWindowsPhone() - Method in class com.vaadin.server.WebBrowser
-
Tests whether the user is using Windows Phone.
- isWindowsPhone() - Method in class com.vaadin.shared.VBrowserDetails
-
Tests if the browser is run on Windows Phone.
- isWordwrap() - Method in class com.vaadin.client.ui.VTextField
- isWordwrap() - Method in class com.vaadin.ui.TextArea
-
Tests if the text area is in word-wrap mode.
- isWorkPending() - Method in class com.vaadin.client.connectors.GridConnector
- isWorkPending() - Method in interface com.vaadin.client.DeferredWorker
-
Checks whether there are operations pending for this widget or connector that must be executed before reaching a steady state.
- isWorkPending() - Method in class com.vaadin.client.ui.VFilterSelect
- isWorkPending() - Method in class com.vaadin.client.ui.VPopupView
-
Checks whether there are operations pending for this widget that must be executed before reaching a steady state.
- isWorkPending() - Method in class com.vaadin.client.ui.VScrollTable
- isWorkPending() - Method in class com.vaadin.client.ui.VTextField
-
Checks whether there are operations pending for this widget or connector that must be executed before reaching a steady state.
- isWorkPending() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
- isWorkPending() - Method in class com.vaadin.client.widgets.Escalator
- isWorkPending() - Method in class com.vaadin.client.widgets.Grid.Editor
- isWorkPending() - Method in class com.vaadin.client.widgets.Grid
- isWritingResponse() - Method in class com.vaadin.ui.ConnectorTracker
-
Checks whether the response is currently being written.
- isXsrfProtectionEnabled() - Method in class com.vaadin.server.DefaultDeploymentConfiguration
-
Returns whether cross-site request forgery protection is enabled.
- isXsrfProtectionEnabled() - Method in interface com.vaadin.server.DeploymentConfiguration
-
Returns whether cross-site request forgery protection is enabled.
- isZeroLengthMidnightEvent(CalendarEvent) - Static method in class com.vaadin.client.ui.VCalendar
-
Is the calendar event zero seconds long and is occurring at midnight
- italic() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
- italic() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- ITALIC - com.vaadin.server.FontAwesome
- Item - Interface in com.vaadin.data
-
Provides a mechanism for handling a set of Properties, each associated to a locally unique non-null identifier.
- ITEM - com.vaadin.ui.AbstractSelect.ItemCaptionMode
-
Item caption mode: Item's
String
representation is used as caption. - ITEM - com.vaadin.ui.Table.RowHeaderMode
-
Row caption mode: Item-objects toString is used as row caption.
- ITEM_CAPTION_MODE_EXPLICIT - Static variable in class com.vaadin.ui.AbstractSelect
-
Deprecated.As of 7.0, use
AbstractSelect.ItemCaptionMode.EXPLICIT
instead - ITEM_CAPTION_MODE_EXPLICIT_DEFAULTS_ID - Static variable in class com.vaadin.ui.AbstractSelect
-
Deprecated.As of 7.0, use
AbstractSelect.ItemCaptionMode.EXPLICIT_DEFAULTS_ID
instead - ITEM_CAPTION_MODE_ICON_ONLY - Static variable in class com.vaadin.ui.AbstractSelect
-
Deprecated.As of 7.0, use
AbstractSelect.ItemCaptionMode.ICON_ONLY
instead - ITEM_CAPTION_MODE_ID - Static variable in class com.vaadin.ui.AbstractSelect
-
Deprecated.As of 7.0, use
AbstractSelect.ItemCaptionMode.ID
instead - ITEM_CAPTION_MODE_INDEX - Static variable in class com.vaadin.ui.AbstractSelect
-
Deprecated.As of 7.0, use
AbstractSelect.ItemCaptionMode.INDEX
instead - ITEM_CAPTION_MODE_ITEM - Static variable in class com.vaadin.ui.AbstractSelect
-
Deprecated.As of 7.0, use
AbstractSelect.ItemCaptionMode.ITEM
instead - ITEM_CAPTION_MODE_PROPERTY - Static variable in class com.vaadin.ui.AbstractSelect
-
Deprecated.As of 7.0, use
AbstractSelect.ItemCaptionMode.PROPERTY
instead - ITEM_CLICK_EVENT_ID - Static variable in class com.vaadin.shared.ui.grid.GridConstants
-
Event ID for item click events
- ITEM_CLICK_EVENT_ID - Static variable in class com.vaadin.shared.ui.table.TableConstants
- ITEM_CLICK_EVENT_ID - Static variable in class com.vaadin.shared.ui.tree.TreeConstants
-
Deprecated.
- ITEM_CLICK_METHOD - Static variable in class com.vaadin.event.ItemClickEvent
- Item.Editor - Interface in com.vaadin.data
-
Interface implemented by the
Editor
classes capable of editing the Item. - Item.PropertySetChangeEvent - Interface in com.vaadin.data
-
An
Event
object specifying the Item whose contents has been changed through theProperty
interface. - Item.PropertySetChangeListener - Interface in com.vaadin.data
-
The listener interface for receiving
PropertySetChangeEvent
objects. - Item.PropertySetChangeNotifier - Interface in com.vaadin.data
-
The interface for adding and removing
PropertySetChangeEvent
listeners. - Item.Viewer - Interface in com.vaadin.data
-
Interface implemented by viewer classes capable of using an Item as a data source.
- itemClick(VMenuBar.CustomMenuItem) - Method in class com.vaadin.client.ui.VMenuBar
-
When an item is clicked
- itemClick(ItemClickEvent) - Method in interface com.vaadin.event.ItemClickEvent.ItemClickListener
- itemClick(String, String, MouseEventDetails) - Method in interface com.vaadin.shared.ui.grid.GridServerRpc
-
Informs the server that an item has been clicked in Grid.
- ItemClickEvent - Class in com.vaadin.event
- ItemClickEvent(Component, Item, Object, Object, MouseEventDetails) - Constructor for class com.vaadin.event.ItemClickEvent
- ItemClickEvent.ItemClickListener - Interface in com.vaadin.event
- ItemClickEvent.ItemClickNotifier - Interface in com.vaadin.event
-
The interface for adding and removing
ItemClickEvent
listeners. - itemIdMapper - Variable in class com.vaadin.ui.AbstractSelect
-
Keymapper used to map key values.
- itemOut(VMenuBar.CustomMenuItem) - Method in class com.vaadin.client.ui.VMenuBar
-
When the mouse is moved away from an item
- itemOver(VMenuBar.CustomMenuItem) - Method in class com.vaadin.client.ui.VMenuBar
-
When the user hovers the mouse over the item
- itemPropertySetChange(Item.PropertySetChangeEvent) - Method in interface com.vaadin.data.Item.PropertySetChangeListener
-
Notifies this listener that the Item's property set has changed.
- itemPropertySetChange(Item.PropertySetChangeEvent) - Method in class com.vaadin.ui.AbstractSelect.CaptionChangeListener
- items - Variable in class com.vaadin.client.ui.VMenuBar
- items - Variable in class com.vaadin.ui.AbstractSelect
-
Select options.
- ItemSorter - Interface in com.vaadin.data.util
-
An item comparator which is compatible with the
Container.Sortable
interface. - iterator() - Method in class com.vaadin.client.ui.VPopupView
- iterator() - Method in class com.vaadin.client.ui.VScrollTable.TableFooter
- iterator() - Method in class com.vaadin.client.ui.VScrollTable.TableHead
- iterator() - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody
- iterator() - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
- iterator() - Method in class com.vaadin.client.widgets.Grid
-
Deprecated.
- iterator() - Method in class com.vaadin.server.CompositeErrorMessage
-
Gets Error Iterator.
- iterator() - Method in class com.vaadin.ui.AbsoluteLayout
-
Gets an iterator for going through all components enclosed in the absolute layout.
- iterator() - Method in class com.vaadin.ui.AbstractOrderedLayout
-
Gets the component container iterator for going trough all the components in the container.
- iterator() - Method in class com.vaadin.ui.AbstractSingleComponentContainer
- iterator() - Method in class com.vaadin.ui.AbstractSplitPanel
- 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.Form
-
Deprecated.
- iterator() - Method in class com.vaadin.ui.Grid
- 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.Table
- 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
- J2EEConnectionPool - Class in com.vaadin.data.util.sqlcontainer.connection
- J2EEConnectionPool(String) - Constructor for class com.vaadin.data.util.sqlcontainer.connection.J2EEConnectionPool
- J2EEConnectionPool(DataSource) - Constructor for class com.vaadin.data.util.sqlcontainer.connection.J2EEConnectionPool
- JavaScript - Class in com.vaadin.ui
-
Provides access to JavaScript functionality in the web browser.
- JavaScript - Annotation Type in com.vaadin.annotations
-
If this annotation is present on a
ClientConnector
class, the framework ensures the referenced JavaScript files are loaded before the init method for the corresponding client-side connector is invoked. - JavaScript() - Constructor for class com.vaadin.ui.JavaScript
-
Creates a new JavaScript object.
- JavaScript.JavaScriptCallbackRpc - Interface in com.vaadin.ui
- JavaScriptCallbackHelper - Class in com.vaadin.server
-
Internal helper class used to implement functionality common to
AbstractJavaScriptComponent
andAbstractJavaScriptExtension
. - JavaScriptCallbackHelper(AbstractClientConnector) - Constructor for class com.vaadin.server.JavaScriptCallbackHelper
- JavaScriptComponentConnector - Class in com.vaadin.client.ui
- JavaScriptComponentConnector() - Constructor for class com.vaadin.client.ui.JavaScriptComponentConnector
- JavaScriptComponentState - Class in com.vaadin.shared.ui
- JavaScriptComponentState() - Constructor for class com.vaadin.shared.ui.JavaScriptComponentState
- JavaScriptConnectorHelper - Class in com.vaadin.client
- JavaScriptConnectorHelper(ServerConnector) - Constructor for class com.vaadin.client.JavaScriptConnectorHelper
- JavaScriptConnectorState - Interface in com.vaadin.shared
- JavaScriptExtension - Class in com.vaadin.client
- JavaScriptExtension() - Constructor for class com.vaadin.client.JavaScriptExtension
- JavaScriptExtensionState - Class in com.vaadin.shared
- JavaScriptExtensionState() - Constructor for class com.vaadin.shared.JavaScriptExtensionState
- JavaScriptFunction - Interface in com.vaadin.ui
-
Defines a method that is called by a client-side JavaScript function.
- JavaScriptManagerConnector - Class in com.vaadin.client.extensions.javascriptmanager
- JavaScriptManagerConnector() - Constructor for class com.vaadin.client.extensions.javascriptmanager.JavaScriptManagerConnector
- JavaScriptManagerState - Class in com.vaadin.shared.extension.javascriptmanager
- JavaScriptManagerState() - Constructor for class com.vaadin.shared.extension.javascriptmanager.JavaScriptManagerState
- JavaScriptMethodInvocation - Class in com.vaadin.client.communication
-
A
MethodInvocation
that originates from JavaScript. - JavaScriptMethodInvocation(String, String, String, Object[]) - Constructor for class com.vaadin.client.communication.JavaScriptMethodInvocation
- JavaScriptRendererConnector - Class in com.vaadin.client.connectors
-
Connector for server-side renderer implemented using JavaScript.
- JavaScriptRendererConnector() - Constructor for class com.vaadin.client.connectors.JavaScriptRendererConnector
- JavaScriptWidget - Class in com.vaadin.client.ui
- JavaScriptWidget() - Constructor for class com.vaadin.client.ui.JavaScriptWidget
- JDBCConnectionPool - Interface in com.vaadin.data.util.sqlcontainer.connection
-
Interface for implementing connection pools to be used with SQLContainer.
- join() - Method in interface elemental.util.ArrayOf
-
Convert each element of the array to a String and join them with a comma separator.
- join() - Method in interface elemental.util.ArrayOfBoolean
-
Convert each element of the array to a String and join them with a comma separator.
- join() - Method in interface elemental.util.ArrayOfInt
-
Convert each element of the array to a String and join them with a comma separator.
- join() - Method in interface elemental.util.ArrayOfNumber
-
Convert each element of the array to a String and join them with a comma separator.
- join() - Method in interface elemental.util.ArrayOfString
-
Convert each element of the array to a String and join them with a comma separator.
- join(CELLTYPE...) - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticRow
-
Merges columns cells in a row
- join(CELLTYPE...) - Method in class com.vaadin.ui.Grid.StaticSection.StaticRow
-
Merges columns cells in a row.
- join(Grid.Column<?, ?>...) - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticRow
-
Merges columns cells in a row
- join(Object...) - Method in class com.vaadin.ui.Grid.StaticSection.StaticRow
-
Merges columns cells in a row.
- join(String) - Method in interface elemental.util.ArrayOf
-
Convert each element of the array to a String and join them with a comma separator.
- join(String) - Method in interface elemental.util.ArrayOfBoolean
-
Convert each element of the array to a String and join them with a comma separator.
- join(String) - Method in interface elemental.util.ArrayOfInt
-
Convert each element of the array to a String and join them with a comma separator.
- join(String) - Method in interface elemental.util.ArrayOfNumber
-
Convert each element of the array to a String and join them with a comma separator.
- join(String) - Method in interface elemental.util.ArrayOfString
-
Convert each element of the array to a String and join them with a comma separator.
- join(String[], String) - Static method in class com.vaadin.shared.util.SharedUtil
-
Joins the words in the input array together into a single string by inserting the separator string between each word.
- join(Set<CELLTYPE>) - Method in class com.vaadin.ui.Grid.StaticSection.StaticRow
- JOOMLA - com.vaadin.server.FontAwesome
- JPY - com.vaadin.server.FontAwesome
- JreJsonArray - Class in elemental.json.impl
-
Server-side implementation of JsonArray.
- JreJsonArray(JsonFactory) - Constructor for class elemental.json.impl.JreJsonArray
- JreJsonBoolean - Class in elemental.json.impl
-
Server-side implementation of JsonBoolean.
- JreJsonBoolean(boolean) - Constructor for class elemental.json.impl.JreJsonBoolean
- JreJsonFactory - Class in elemental.json.impl
-
Implementation of JsonFactory interface using org.json library.
- JreJsonFactory() - Constructor for class elemental.json.impl.JreJsonFactory
- JreJsonNull - Class in elemental.json.impl
-
Server-side implementation of JsonObject.
- JreJsonNull() - Constructor for class elemental.json.impl.JreJsonNull
- JreJsonNumber - Class in elemental.json.impl
-
Server-side implementation of JsonNumber.
- JreJsonNumber(double) - Constructor for class elemental.json.impl.JreJsonNumber
- JreJsonObject - Class in elemental.json.impl
-
Server-side implementation of JsonObject.
- JreJsonObject(JsonFactory) - Constructor for class elemental.json.impl.JreJsonObject
- JreJsonString - Class in elemental.json.impl
-
Server-side implementation of JsonString.
- JreJsonString(String) - Constructor for class elemental.json.impl.JreJsonString
- JreJsonValue - Class in elemental.json.impl
-
JRE (non-Client) implementation of JreJsonValue.
- JreJsonValue() - Constructor for class elemental.json.impl.JreJsonValue
- JsArrayObject<T> - Class in com.vaadin.client
- JsArrayObject() - Constructor for class com.vaadin.client.JsArrayObject
- jsEquals(JsonValue) - Method in class elemental.json.impl.JreJsonArray
- jsEquals(JsonValue) - Method in class elemental.json.impl.JreJsonBoolean
- jsEquals(JsonValue) - Method in class elemental.json.impl.JreJsonNull
- jsEquals(JsonValue) - Method in class elemental.json.impl.JreJsonNumber
- jsEquals(JsonValue) - Method in class elemental.json.impl.JreJsonObject
- jsEquals(JsonValue) - Method in class elemental.json.impl.JreJsonString
- jsEquals(JsonValue) - Method in interface elemental.json.JsonValue
-
Equivalent of Javascript '==' operator comparison between two values.
- JSFIDDLE - com.vaadin.server.FontAwesome
- jsniInvoke(Object, JsArrayObject<Object>) - Method in class com.vaadin.client.metadata.JsniInvoker
-
Abstract method that will be generated to contain JSNI for invoking the actual method.
- JsniInvoker - Class in com.vaadin.client.metadata
-
Special
Invoker
that uses JSNI to invoke methods with limited visibility. - JsniInvoker() - Constructor for class com.vaadin.client.metadata.JsniInvoker
- jso2json(JavaScriptObject) - Static method in class com.vaadin.client.Util
-
Converts a native
JavaScriptObject
into aJsonValue
. - Json - Class in elemental.json
-
Vends out implementation of JsonFactory.
- Json() - Constructor for class elemental.json.Json
- JSON_COMMUNICATION_PREFIX - Static variable in class com.vaadin.client.communication.MessageHandler
- JSON_COMMUNICATION_SUFFIX - Static variable in class com.vaadin.client.communication.MessageHandler
- JSON_CONTENT_TYPE - Static variable in class com.vaadin.shared.JsonConstants
- json2jso(JsonValue) - Static method in class com.vaadin.client.Util
-
Converts a
JsonValue
into a nativeJavaScriptObject
. - JsonArray - Interface in elemental.json
-
Represents a Json array.
- JsonBoolean - Interface in elemental.json
-
Represents a Json boolean.
- 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() - Constructor for class com.vaadin.server.JsonCodec
- JsonCodec.BeanProperty - Interface in com.vaadin.server
- JsonConstants - Class in com.vaadin.shared
- JsonConstants() - Constructor for class com.vaadin.shared.JsonConstants
- JsonDecoder - Class in com.vaadin.client.communication
-
Client side decoder for decodeing shared state and other values from JSON received from the server.
- JsonDecoder() - Constructor for class com.vaadin.client.communication.JsonDecoder
- JsonEncoder - Class in com.vaadin.client.communication
-
Encoder for converting RPC parameters and other values to JSON for transfer between the client and the server.
- JsonEncoder() - Constructor for class com.vaadin.client.communication.JsonEncoder
- jsonEquals(JsonValue, JsonValue) - Static method in class com.vaadin.server.JsonCodec
-
Compares two json values for deep equality.
- JsonException - Exception in elemental.json
-
A exception representing an error in parsing or serializing Json.
- JsonException(String) - Constructor for exception elemental.json.JsonException
- JsonFactory - Interface in elemental.json
-
Factory interface for parsing and creating JSON objects.
- JSONKEY_CELLDESCRIPTION - Static variable in class com.vaadin.shared.ui.grid.GridState
-
The key in which a cell's description can be found
- JSONKEY_CELLSTYLES - Static variable in class com.vaadin.shared.ui.grid.GridState
-
The key in which a generated styles for a row's cells can be found
- JSONKEY_DATA - Static variable in class com.vaadin.shared.ui.grid.GridState
-
The key in which a row's data can be found
- JSONKEY_DETAILS_VISIBLE - Static variable in class com.vaadin.shared.ui.grid.GridState
-
The key that tells whether details are visible for the row.
- JSONKEY_ROWDESCRIPTION - Static variable in class com.vaadin.shared.ui.grid.GridState
-
The key in which a row's description can be found
- JSONKEY_ROWKEY - Static variable in class com.vaadin.shared.ui.grid.GridState
-
The key in which a row's own key can be found
- JSONKEY_ROWSTYLE - Static variable in class com.vaadin.shared.ui.grid.GridState
-
The key in which a row's generated style can be found
- JSONKEY_SELECTED - Static variable in class com.vaadin.shared.ui.grid.GridState
-
The key that tells whether row is selected.
- JsonNull - Interface in elemental.json
-
Represents the Json null value.
- JsonNumber - Interface in elemental.json
-
Represents a Json number value.
- JsonObject - Interface in elemental.json
-
Represents a Json object.
- JsonPaintTarget - Class in com.vaadin.server
-
User Interface Description Language Target.
- JsonPaintTarget(LegacyCommunicationManager, Writer, boolean) - Constructor for class com.vaadin.server.JsonPaintTarget
-
Creates a new JsonPaintTarget.
- JSONSerializer<T> - Interface in com.vaadin.client.communication
-
Implementors of this interface knows how to serialize an Object of a given type to JSON and how to deserialize the JSON back into an object.
- JSONSerializer<T> - Interface in com.vaadin.server.communication
-
Implementors of this interface knows how to serialize an Object of a given type to JSON and how to deserialize the JSON back into an object.
- JsonString - Interface in elemental.json
-
Represents a Json String value.
- JsonType - Enum in elemental.json
-
Represents the type of the underlying JsonValue.
- JsonUtil - Class in elemental.json.impl
-
Direct port of json2.js at http://www.json.org/json2.js to GWT.
- JsonUtil() - Constructor for class elemental.json.impl.JsonUtil
- JsonValue - Interface in elemental.json
-
Base interface for all Json values.
- JSR356WebsocketInitializer - Class in com.vaadin.server.communication
-
Initializer class for JSR 356 websockets.
- JSR356WebsocketInitializer() - Constructor for class com.vaadin.server.communication.JSR356WebsocketInitializer
- JSR356WebsocketInitializer.FakeServletConfig - Class in com.vaadin.server.communication
-
"ServletConfig" which only provides information from a
ServletRegistration
and itsServletContext
- justifyCenter() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
- justifyCenter() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- justifyLeft() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
- justifyLeft() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- justifyRight() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
- justifyRight() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
K
- K - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- key - Variable in class com.vaadin.client.ui.VTree.TreeNode
- key - Variable in class com.vaadin.shared.ui.tabsheet.TabState
- key(V) - Method in class com.vaadin.server.KeyMapper
-
Gets key for an object.
- KEY - com.vaadin.server.FontAwesome
- KEYBOARD_O - com.vaadin.server.FontAwesome
- keycode - Variable in class com.vaadin.client.ui.VTreeTable.PendingNavigationEvent
- KEYCODE_BUFFERED_SAVE - Static variable in class com.vaadin.client.widget.grid.DefaultEditorEventHandler
- KEYCODE_CLOSE - Static variable in class com.vaadin.client.widget.grid.DefaultEditorEventHandler
- KEYCODE_HIDE - Static variable in class com.vaadin.client.widgets.Grid.Editor
- KEYCODE_MOVE_HORIZONTAL - Static variable in class com.vaadin.client.widget.grid.DefaultEditorEventHandler
- KEYCODE_MOVE_VERTICAL - Static variable in class com.vaadin.client.widget.grid.DefaultEditorEventHandler
- KEYCODE_OPEN - Static variable in class com.vaadin.client.widget.grid.DefaultEditorEventHandler
- KEYCODE_SHOW - Static variable in class com.vaadin.client.widgets.Grid.Editor
- keyDownRegistration - Variable in class com.vaadin.client.ui.VForm
-
For internal use only.
- KeyMapper<V> - Class in com.vaadin.server
-
KeyMapper
is the simple two-way map for generating textual keys for objects and retrieving the objects later with the key. - KeyMapper() - Constructor for class com.vaadin.server.KeyMapper
- keyPressHandler - Variable in class com.vaadin.client.ui.VRichTextArea
-
For internal use only.
- keys() - Method in class elemental.json.impl.JreJsonObject
- keys() - Method in interface elemental.json.JsonObject
-
All keys of the object.
- keys() - Method in interface elemental.util.MapFromIntTo
-
The keys contained within this map.
- keys() - Method in interface elemental.util.MapFromIntToString
-
The keys contained within this map.
- keys() - Method in interface elemental.util.MapFromStringTo
-
The keys contained within this map.
- keys() - Method in interface elemental.util.MapFromStringToBoolean
-
The keys contained within this map.
- keys() - Method in interface elemental.util.MapFromStringToInt
-
The keys contained within this map.
- keys() - Method in interface elemental.util.MapFromStringToNumber
-
The keys contained within this map.
- keys() - Method in interface elemental.util.MapFromStringToString
-
The keys contained within this map.
- KRW - com.vaadin.server.FontAwesome
L
- L - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- label - Variable in class com.vaadin.client.communication.DefaultReconnectDialog
- Label - Class in com.vaadin.ui
-
Label component for showing non-editable short texts.
- Label() - Constructor for class com.vaadin.ui.Label
-
Creates an empty Label.
- Label(Property) - Constructor for class com.vaadin.ui.Label
-
Creates a new instance of Label with text-contents read from given datasource.
- Label(Property, ContentMode) - Constructor for class com.vaadin.ui.Label
-
Creates a new instance of Label with text-contents read from given datasource.
- Label(String) - Constructor for class com.vaadin.ui.Label
-
Creates a new instance of Label with text-contents.
- Label(String, ContentMode) - Constructor for class com.vaadin.ui.Label
-
Creates a new instance of Label with text-contents.
- LABEL_BIG - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Big font for important or emphasized texts
- LABEL_BOLD - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Bolder font weight.
- LABEL_COLOR - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Adds color to the text (usually the alternate color of the theme)
- LABEL_COLORED - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Colored text.
- LABEL_ERROR - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Adds an error icon on the left side and a red background to the label
- LABEL_FAILURE - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Failure badge style.
- LABEL_H1 - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Large font for main application headings
- LABEL_H1 - Static variable in class com.vaadin.ui.themes.Reindeer
-
Large font for main application headings
- LABEL_H1 - Static variable in class com.vaadin.ui.themes.Runo
-
Largest title/header size.
- 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.ChameleonTheme
-
Large font for different sections in the application
- LABEL_H2 - Static variable in class com.vaadin.ui.themes.Reindeer
-
Large font for different sections in the application
- LABEL_H2 - Static variable in class com.vaadin.ui.themes.Runo
-
Similar style as in panel captions.
- 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.ChameleonTheme
-
Font for sub-section headers
- 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.ChameleonTheme
-
Font for paragraphs headers
- 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_LOADING - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Adds a spinner icon on the left side of the label
- LABEL_NO_MARGIN - Static variable in class com.vaadin.ui.themes.ValoTheme
-
A utility style that can be combined with the
ValoTheme.LABEL_H1
,ValoTheme.LABEL_H2
,ValoTheme.LABEL_H3
andValoTheme.LABEL_H4
styles to remove the default margins from the header. - LABEL_SMALL - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Small and a little lighter font
- LABEL_SMALL - Static variable in class com.vaadin.ui.themes.Reindeer
-
Small and a little lighter font
- LABEL_SMALL - Static variable in class com.vaadin.ui.themes.Runo
-
Small font size.
- 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.ChameleonTheme
-
Very small and lighter font for things such as footnotes and component specific informations.
- LABEL_TINY - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Tiny font size.
- LABEL_WARNING - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Adds a warning icon on the left side and a yellow background to the label
- Label.ValueChangeEvent - Class in com.vaadin.ui
-
Value change event
- LabelConnector - Class in com.vaadin.client.ui.label
- LabelConnector() - Constructor for class com.vaadin.client.ui.label.LabelConnector
- LabelState - Class in com.vaadin.shared.ui.label
- LabelState() - Constructor for class com.vaadin.shared.ui.label.LabelState
- LANGUAGE - com.vaadin.server.FontAwesome
- LAPTOP - com.vaadin.server.FontAwesome
- large() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- LAST - com.vaadin.client.ui.VFilterSelect.Select
- LAST_ONLY - com.vaadin.client.metadata.TypeDataStore.MethodAttribute
- lastFilter - Variable in class com.vaadin.client.ui.VFilterSelect
-
For internal use only.
- LASTFM - com.vaadin.server.FontAwesome
- LASTFM_SQUARE - com.vaadin.server.FontAwesome
- lastHourOfDay - Variable in class com.vaadin.shared.ui.calendar.CalendarState
- lastIndexOf(Object) - Method in class com.vaadin.data.util.ListSet
- lastItemId() - Method in interface com.vaadin.data.Container.Ordered
-
Gets the ID of the last Item in the Container..
- lastItemId() - Method in class com.vaadin.data.util.AbstractInMemoryContainer
- lastItemId() - Method in class com.vaadin.data.util.ContainerOrderedWrapper
- lastItemId() - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- lastItemId() - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
- lastItemId() - Method in class com.vaadin.ui.Table
-
Gets the ID of the last Item in the Container.
- lastItemId() - Method in class com.vaadin.ui.TreeTable
- lastModified() - Method in class com.vaadin.data.util.FilesystemContainer.FileItem
-
Gets the last modified date of this file.
- lastNewItemString - Variable in class com.vaadin.client.ui.VFilterSelect
-
Stores the last new item string to avoid double submissions.
- lastOnly() - Method in annotation type com.vaadin.shared.annotations.Delayed
-
By setting lastOnly to
true
, any previous invocations of the same method will be removed from the queue when a new invocation is added. - lastProcessingTime - Variable in class com.vaadin.client.communication.MessageHandler
-
Holds the time spent rendering the last request.
- lastRenderedHeight - Variable in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- lastSelection - Variable in class com.vaadin.client.ui.VTree
-
For internal use only.
- lastVisibleDayOfWeek - Variable in class com.vaadin.shared.ui.calendar.CalendarState
- layout - Variable in class com.vaadin.shared.ui.form.FormState
- layout() - Method in class com.vaadin.client.connectors.GridConnector
- layout() - Method in class com.vaadin.client.ui.accordion.AccordionConnector
- layout() - Method in class com.vaadin.client.ui.calendar.CalendarConnector
- layout() - Method in class com.vaadin.client.ui.combobox.ComboBoxConnector
- layout() - Method in class com.vaadin.client.ui.customlayout.CustomLayoutConnector
- layout() - Method in class com.vaadin.client.ui.menubar.MenuBarConnector
- layout() - Method in class com.vaadin.client.ui.panel.PanelConnector
- layout() - Method in class com.vaadin.client.ui.richtextarea.RichTextAreaConnector
- layout() - Method in interface com.vaadin.client.ui.SimpleManagedLayout
- layout() - Method in class com.vaadin.client.ui.splitpanel.AbstractSplitPanelConnector
- layout() - Method in class com.vaadin.client.ui.tabsheet.TabsheetConnector
- layout() - Method in class com.vaadin.client.ui.window.WindowConnector
- Layout - Interface in com.vaadin.ui
-
Extension to the
ComponentContainer
interface which adds the layouting control to the elements in the container. - LAYOUT_BLACK - Static variable in class com.vaadin.ui.themes.Reindeer
-
Changes the background of a layout to almost black, and at the same time transforms contained components to their black style correspondents when available.
- LAYOUT_BLUE - Static variable in class com.vaadin.ui.themes.Reindeer
-
Changes the background of a layout to a shade of blue.
- LAYOUT_CARD - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Make a layout look like the Panel component (resembles visually a card).
- LAYOUT_CLICK_EVENT_IDENTIFIER - Static variable in interface com.vaadin.shared.EventId
- LAYOUT_COMPONENT_GROUP - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Add this style name to a CssLayout to create a grouped set of components, i.e.
- LAYOUT_DARKER - Static variable in class com.vaadin.ui.themes.Runo
-
An alternative background color for layouts.
- LAYOUT_HORIZONTAL_WRAPPING - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Make a HorizontalLayout wrap contained components to a new line when the isn't enough space.
- LAYOUT_WELL - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Make a layout look like the
ValoTheme.PANEL_WELL
style. - LAYOUT_WHITE - Static variable in class com.vaadin.ui.themes.Reindeer
-
Changes the background of a layout to white.
- Layout.AlignmentHandler - Interface in com.vaadin.ui
-
AlignmentHandler is most commonly an advanced
Layout
that can align its components. - Layout.MarginHandler - Interface in com.vaadin.ui
-
This type of layout supports automatic addition of margins (space around its components).
- Layout.SpacingHandler - Interface in com.vaadin.ui
-
This type of layout supports automatic addition of space between its components.
- layoutClick(LayoutEvents.LayoutClickEvent) - Method in interface com.vaadin.event.LayoutEvents.LayoutClickListener
-
Layout has been clicked
- layoutClick(MouseEventDetails, Connector) - Method in interface com.vaadin.shared.ui.LayoutClickRpc
-
Called when a layout click event has occurred and there are server side listeners for the event.
- LayoutClickEvent(Component, MouseEventDetails, Component, Component) - Constructor for class com.vaadin.event.LayoutEvents.LayoutClickEvent
- LayoutClickEventHandler - Class in com.vaadin.client.ui
- LayoutClickEventHandler(ComponentConnector) - Constructor for class com.vaadin.client.ui.LayoutClickEventHandler
- LayoutClickEventHandler(ComponentConnector, String) - Constructor for class com.vaadin.client.ui.LayoutClickEventHandler
- LayoutClickRpc - Interface in com.vaadin.shared.ui
- LayoutDependencyTree - Class in com.vaadin.client.ui.layout
-
Internal class used to keep track of layout dependencies during one layout run.
- LayoutDependencyTree(ApplicationConnection) - Constructor for class com.vaadin.client.ui.layout.LayoutDependencyTree
- LayoutEvents - Interface in com.vaadin.event
- LayoutEvents.LayoutClickEvent - Class in com.vaadin.event
-
An event fired when the layout has been clicked.
- LayoutEvents.LayoutClickListener - Interface in com.vaadin.event
- LayoutEvents.LayoutClickNotifier - Interface in com.vaadin.event
-
The interface for adding and removing
LayoutClickEvent
listeners. - layoutHorizontally() - Method in interface com.vaadin.client.DirectionalManagedLayout
- layoutHorizontally() - Method in class com.vaadin.client.ui.absolutelayout.AbsoluteLayoutConnector
- layoutHorizontally() - Method in class com.vaadin.client.ui.gridlayout.GridLayoutConnector
- layoutHorizontally() - Method in class com.vaadin.client.ui.table.TableConnector
- layoutHorizontally() - Method in class com.vaadin.client.ui.twincolselect.TwinColSelectConnector
- layoutHorizontally() - Method in class com.vaadin.client.ui.VAbsoluteLayout
-
Performs an horizontal layout.
- layoutHorizontally(int, int) - Method in class com.vaadin.client.ui.VGridLayout.Cell
- layoutLater() - Method in class com.vaadin.client.LayoutManager
- LayoutManager - Class in com.vaadin.client
- LayoutManager() - Constructor for class com.vaadin.client.LayoutManager
- LayoutManagerIE8 - Class in com.vaadin.client
-
Alternative MeasuredSize storage for IE8.
- LayoutManagerIE8() - Constructor for class com.vaadin.client.LayoutManagerIE8
- layoutNow() - Method in class com.vaadin.client.LayoutManager
- layoutVertically() - Method in interface com.vaadin.client.DirectionalManagedLayout
- layoutVertically() - Method in class com.vaadin.client.ui.absolutelayout.AbsoluteLayoutConnector
- layoutVertically() - Method in class com.vaadin.client.ui.gridlayout.GridLayoutConnector
- layoutVertically() - Method in class com.vaadin.client.ui.table.TableConnector
- layoutVertically() - Method in class com.vaadin.client.ui.twincolselect.TwinColSelectConnector
- layoutVertically() - Method in class com.vaadin.client.ui.VAbsoluteLayout
-
Performs a vertical layout of the layout.
- layoutVertically(int, int) - Method in class com.vaadin.client.ui.VGridLayout.Cell
- LAZY - com.vaadin.shared.ui.Connect.LoadStyle
-
Loaded to the client only if needed.
- LAZY - com.vaadin.ui.AbstractTextField.TextChangeEventMode
-
An event is triggered when there is a pause of text modifications.
- lazyRevertFocusToRow(VScrollTable.VScrollTableBody.VScrollTableRow) - Method in class com.vaadin.client.ui.VScrollTable
- LEAF - com.vaadin.server.FontAwesome
- LEANPUB - com.vaadin.server.FontAwesome
- leave(double) - Method in class com.vaadin.client.Profiler.Node
- leave(String) - Static method in class com.vaadin.client.Profiler
-
Leaves a named block.
- LEAVE - com.vaadin.shared.ui.dd.DragEventType
- left - Variable in class com.vaadin.client.ui.VScrollTable.ContextMenuDetails
- LEFT - com.vaadin.client.ui.orderedlayout.CaptionPosition
- LEFT - com.vaadin.shared.MouseEventDetails.MouseButton
- LEFT - com.vaadin.shared.ui.dd.HorizontalDropLocation
- LEFT - com.vaadin.ui.Table.Align
-
Left column alignment.
- LEFT - Static variable in class com.vaadin.shared.ui.AlignmentInfo
- LegacyApplication - Class in com.vaadin.server
-
Deprecated.As of 7.0. This class is only intended to ease migration and should not be used for new projects.
- LegacyApplication() - Constructor for class com.vaadin.server.LegacyApplication
-
Deprecated.
- LegacyApplicationUIProvider - Class in com.vaadin.server
-
Deprecated.As of 7.0. Used only to support LegacyApplication - will be removed when LegacyApplication support is removed.
- LegacyApplicationUIProvider() - Constructor for class com.vaadin.server.LegacyApplicationUIProvider
-
Deprecated.
- LegacyChangeVariablesInvocation - Class in com.vaadin.shared.communication
- LegacyChangeVariablesInvocation(String, String, Object) - Constructor for class com.vaadin.shared.communication.LegacyChangeVariablesInvocation
- LegacyCommunicationManager - Class in com.vaadin.server
-
Deprecated.As of 7.0. Will likely change or be removed in a future version
- LegacyCommunicationManager(VaadinSession) - Constructor for class com.vaadin.server.LegacyCommunicationManager
-
Deprecated.TODO New constructor - document me!
- LegacyCommunicationManager.ClientCache - Class in com.vaadin.server
-
Deprecated.As of 7.1. See #11410.
- LegacyCommunicationManager.InvalidUIDLSecurityKeyException - Exception in com.vaadin.server
-
Deprecated.As of 7.1. Will be removed in the future.
- LegacyComponent - Interface in com.vaadin.ui
-
Deprecated.As of 7.0. This class is only intended to ease migration and should not be used for new projects.
- LegacyConnector - Class in com.vaadin.client.ui
-
Deprecated.This class is only intended to ease migration and should not be used for new projects.
- LegacyConnector() - Constructor for class com.vaadin.client.ui.LegacyConnector
-
Deprecated.
- LegacyLocatorStrategy - Class in com.vaadin.client.componentlocator
-
The LegacyLocatorStrategy class handles the legacy locator syntax that was introduced in version 5.4 of the framework.
- LegacyLocatorStrategy(ApplicationConnection) - Constructor for class com.vaadin.client.componentlocator.LegacyLocatorStrategy
- LegacyPaint - Class in com.vaadin.server
- LegacyPaint() - Constructor for class com.vaadin.server.LegacyPaint
- LegacyPropertyHelper - Class in com.vaadin.data.util
-
Deprecated.This is only used internally for backwards compatibility
- LegacyPropertyHelper() - Constructor for class com.vaadin.data.util.LegacyPropertyHelper
-
Deprecated.
- legacyPropertyToString(Property) - Static method in class com.vaadin.data.util.LegacyPropertyHelper
-
Deprecated.Returns the property value converted to a String.
- legacyPropertyToStringMode() - Method in annotation type com.vaadin.annotations.VaadinServletConfiguration
-
Deprecated.as of 7.1, should only be used to ease migration
- LegacyUidlWriter - Class in com.vaadin.server.communication
-
Serializes legacy UIDL changes to JSON.
- LegacyUidlWriter() - Constructor for class com.vaadin.server.communication.LegacyUidlWriter
- LegacyVaadinServlet - Class in com.vaadin.server
- LegacyVaadinServlet() - Constructor for class com.vaadin.server.LegacyVaadinServlet
- LegacyWindow - Class in com.vaadin.ui
-
Deprecated.
- LegacyWindow() - Constructor for class com.vaadin.ui.LegacyWindow
-
Deprecated.Create a new legacy window
- LegacyWindow(String) - Constructor for class com.vaadin.ui.LegacyWindow
-
Deprecated.Creates a new legacy window with the given caption
- LegacyWindow(String, ComponentContainer) - Constructor for class com.vaadin.ui.LegacyWindow
-
Deprecated.Creates a legacy window with the given caption and content layout
- LEGAL - com.vaadin.server.FontAwesome
- legend - Variable in class com.vaadin.client.ui.VForm
-
For internal use only.
- LEMON_O - com.vaadin.server.FontAwesome
- length() - Method in class com.vaadin.shared.ui.grid.Range
-
The number of integers contained in the range.
- length() - Method in class elemental.json.impl.JreJsonArray
- length() - Method in interface elemental.json.JsonArray
-
Length of the array.
- length() - Method in interface elemental.util.ArrayOf
-
Gets the length of the array.
- length() - Method in interface elemental.util.ArrayOfBoolean
-
Gets the length of the array.
- length() - Method in interface elemental.util.ArrayOfInt
-
Gets the length of the array.
- length() - Method in interface elemental.util.ArrayOfNumber
-
Gets the length of the array.
- length() - Method in interface elemental.util.ArrayOfString
-
Gets the length of the array.
- lenient - Variable in class com.vaadin.client.ui.VTextualDate
-
For internal use only.
- Less(Object, Object) - Constructor for class com.vaadin.data.util.filter.Compare.Less
-
Construct a filter that accepts items for which the identified property value is less than
value
. - LESS - com.vaadin.data.util.filter.Compare.Operation
- LESS_OR_EQUAL - com.vaadin.data.util.filter.Compare.Operation
- LessOrEqual(Object, Object) - Constructor for class com.vaadin.data.util.filter.Compare.LessOrEqual
-
Construct a filter that accepts items for which the identified property value is less than or equal to
value
. - LEVEL_DOWN - com.vaadin.server.FontAwesome
- LEVEL_UP - com.vaadin.server.FontAwesome
- LIFE_BOUY - com.vaadin.server.FontAwesome
- LIFE_BUOY - com.vaadin.server.FontAwesome
- LIFE_RING - com.vaadin.server.FontAwesome
- LIFE_SAVER - com.vaadin.server.FontAwesome
- LiferayTheme - Class in com.vaadin.ui.themes
- LiferayTheme() - Constructor for class com.vaadin.ui.themes.LiferayTheme
- LIGHTBULB_O - com.vaadin.server.FontAwesome
- Like - Class in com.vaadin.data.util.filter
- Like(Object, String) - Constructor for class com.vaadin.data.util.filter.Like
- Like(Object, String, boolean) - Constructor for class com.vaadin.data.util.filter.Like
- LikeTranslator - Class in com.vaadin.data.util.sqlcontainer.query.generator.filter
- LikeTranslator() - Constructor for class com.vaadin.data.util.sqlcontainer.query.generator.filter.LikeTranslator
- LINE_CHART - com.vaadin.server.FontAwesome
- 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 - com.vaadin.server.FontAwesome
- 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.
- LinkConnector - Class in com.vaadin.client.ui.link
- LinkConnector() - Constructor for class com.vaadin.client.ui.link.LinkConnector
- LinkConstants - Class in com.vaadin.shared.ui.link
- LinkConstants() - Constructor for class com.vaadin.shared.ui.link.LinkConstants
- LINKEDIN - com.vaadin.server.FontAwesome
- LINKEDIN_SQUARE - com.vaadin.server.FontAwesome
- LinkState - Class in com.vaadin.shared.ui.link
- LinkState() - Constructor for class com.vaadin.shared.ui.link.LinkState
- LINUX - com.vaadin.server.FontAwesome
- LINUX - com.vaadin.shared.VBrowserDetails.OperatingSystem
- LIST - com.vaadin.server.FontAwesome
- LIST_ALT - com.vaadin.server.FontAwesome
- LIST_OL - com.vaadin.server.FontAwesome
- LIST_UL - com.vaadin.server.FontAwesome
- ListDataSource<T> - Class in com.vaadin.client.widget.grid.datasources
-
A simple list based on an in-memory data source for simply adding a list of row pojos to the grid.
- ListDataSource(List<T>) - Constructor for class com.vaadin.client.widget.grid.datasources.ListDataSource
-
Constructs a new list data source.
- ListDataSource(T...) - Constructor for class com.vaadin.client.widget.grid.datasources.ListDataSource
-
Constructs a data source with a set of rows.
- ListenerMethod - Class in com.vaadin.event
-
One registered event listener.
- ListenerMethod(Class<?>, Object, Method) - Constructor for class com.vaadin.event.ListenerMethod
-
Constructs a new event listener from a trigger method.
- 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, 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) - Constructor for class com.vaadin.event.ListenerMethod
-
Constructs a new event listener from a trigger method name.
- 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, 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.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. - listenTextChangeEvents - Variable in class com.vaadin.client.ui.VTextField
-
For internal use only.
- ListSelect - 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
- ListSelect(String) - Constructor for class com.vaadin.ui.ListSelect
- ListSelect(String, Container) - Constructor for class com.vaadin.ui.ListSelect
- ListSelect(String, Collection<?>) - Constructor for class com.vaadin.ui.ListSelect
- ListSelectConnector - Class in com.vaadin.client.ui.listselect
- ListSelectConnector() - Constructor for class com.vaadin.client.ui.listselect.ListSelectConnector
- ListSet<E> - Class in com.vaadin.data.util
-
ListSet is an internal Vaadin class which implements a combination of a List and a Set.
- ListSet() - Constructor for class com.vaadin.data.util.ListSet
- ListSet(int) - Constructor for class com.vaadin.data.util.ListSet
- ListSet(Collection<? extends E>) - Constructor for class com.vaadin.data.util.ListSet
- ListSorter<T> - Class in com.vaadin.client.widget.grid.datasources
-
Provides sorting facility from Grid for the
ListDataSource
in-memory data source. - ListSorter(Grid<T>) - Constructor for class com.vaadin.client.widget.grid.datasources.ListSorter
- lo - Variable in class com.vaadin.client.ui.VForm
-
For internal use only.
- load() - Method in class com.vaadin.client.ui.VMediaBase
- load(BundleLoadCallback, TypeDataStore) - Method in class com.vaadin.client.metadata.AsyncBundleLoader
- load(TypeDataStore) - Method in class com.vaadin.client.metadata.AsyncBundleLoader
- loadBundle(String, BundleLoadCallback) - Method in class com.vaadin.client.metadata.ConnectorBundleLoader
- loaded() - Method in interface com.vaadin.client.metadata.BundleLoadCallback
- LOADED - com.vaadin.client.metadata.AsyncBundleLoader.State
- LOADING - com.vaadin.client.metadata.AsyncBundleLoader.State
- loadingIndicatorConfiguration - Variable in class com.vaadin.shared.ui.ui.UIState
- LoadingIndicatorConfiguration - Interface in com.vaadin.ui
-
Provides method for configuring the loading indicator.
- LoadingIndicatorConfigurationState() - Constructor for class com.vaadin.shared.ui.ui.UIState.LoadingIndicatorConfigurationState
- loadScript(String, ResourceLoader.ResourceLoadListener) - Method in class com.vaadin.client.ResourceLoader
-
Load a script and notify a listener when the script is loaded.
- loadScript(String, ResourceLoader.ResourceLoadListener, boolean) - Method in class com.vaadin.client.ResourceLoader
-
Load a script and notify a listener when the script is loaded.
- loadScriptDependencies(JsArrayString) - Method in class com.vaadin.client.ApplicationConnection
- loadSession(WrappedSession) - Method in class com.vaadin.server.VaadinService
-
Called when the VaadinSession should be loaded from the underlying HTTP session
- loadStyle() - Method in annotation type com.vaadin.shared.ui.Connect
-
Depending on the used WidgetMap generator, these optional hints may be used to define how the client side components are loaded by the browser.
- loadStyleDependencies(JsArrayString) - Method in class com.vaadin.client.ApplicationConnection
- loadStylesheet(String, ResourceLoader.ResourceLoadListener) - Method in class com.vaadin.client.ResourceLoader
-
Load a stylesheet and notify a listener when the stylesheet is loaded.
- loadTabSheet(int) - Method in class com.vaadin.client.ui.VTabsheet
-
Load the content of a tab of the provided index.
- LOCAL_ID_ATTRIBUTE - Static variable in class com.vaadin.ui.declarative.DesignContext
- localeData - Variable in class com.vaadin.shared.ui.ui.UIState.LocaleServiceState
- LocaleData() - Constructor for class com.vaadin.shared.ui.ui.UIState.LocaleData
- LocaleNotLoadedException - Exception in com.vaadin.client
- LocaleNotLoadedException(String) - Constructor for exception com.vaadin.client.LocaleNotLoadedException
- LocaleService - Class in com.vaadin.client
-
Date / time etc.
- LocaleService - Class in com.vaadin.server
-
Server side service which handles locale and the transmission of locale date to the client side LocaleService.
- LocaleService() - Constructor for class com.vaadin.client.LocaleService
- LocaleService(UI, UIState.LocaleServiceState) - Constructor for class com.vaadin.server.LocaleService
-
Creates a LocaleService bound to the given UI
- localeServiceState - Variable in class com.vaadin.shared.ui.ui.UIState
-
State related to the LocaleService class.
- LocaleServiceState() - Constructor for class com.vaadin.shared.ui.ui.UIState.LocaleServiceState
- localizedDateFormat - Variable in class com.vaadin.shared.ui.calendar.CalendarState.Day
- LOCATION_ARROW - com.vaadin.server.FontAwesome
- LOCATION_VARIABLE - Static variable in class com.vaadin.shared.ui.ui.UIConstants
-
Deprecated.
- LocationInfo(Map<String, URL>, Map<String, URL>) - Constructor for class com.vaadin.server.widgetsetutils.ClassPathExplorer.LocationInfo
- locationResource - Static variable in class com.vaadin.shared.ui.BrowserWindowOpenerState
- LocatorStrategy - Interface in com.vaadin.client.componentlocator
-
This interface should be implemented by all locator strategies.
- LocatorUtil - Class in com.vaadin.client.componentlocator
-
Common String manipulator utilities used in VaadinFinderLocatorStrategy and SelectorPredicates.
- LocatorUtil() - Constructor for class com.vaadin.client.componentlocator.LocatorUtil
- lock() - Method in class com.vaadin.server.VaadinSession
-
Locks this session to protect its data from concurrent access.
- LOCK - com.vaadin.server.FontAwesome
- locked - Variable in class com.vaadin.shared.ui.splitpanel.AbstractSplitPanelState.SplitterState
- lockSession(WrappedSession) - Method in class com.vaadin.server.VaadinService
-
Locks the given session for this service instance.
- log(String) - Static method in class com.vaadin.client.VConsole
-
Deprecated.
- log(Throwable) - Static method in class com.vaadin.client.VConsole
-
Deprecated.
- LOG - com.vaadin.client.debug.internal.Icon
- logBootstrapTimings() - Static method in class com.vaadin.client.Profiler
-
Outputs the time passed since various events recored in performance.timing if supported by the browser.
- logDependencyStatus(ComponentConnector) - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
- logDuration(String) - Method in class com.vaadin.client.ApplicationConnection.MultiStepDuration
- logDuration(String, int) - Method in class com.vaadin.client.ApplicationConnection.MultiStepDuration
- LOGIN_RESOURCE_NAME - Static variable in class com.vaadin.shared.ui.loginform.LoginFormConstants
- loginButtonConnector - Variable in class com.vaadin.shared.ui.loginform.LoginFormState
- LoginForm - Class in com.vaadin.ui
-
Login form with auto-completion and auto-fill for all major browsers.
- LoginForm() - Constructor for class com.vaadin.ui.LoginForm
- LoginForm.LoginEvent - Class in com.vaadin.ui
-
This event is sent when login form is submitted.
- LoginForm.LoginListener - Interface in com.vaadin.ui
-
Login listener is a class capable to listen LoginEvents sent from LoginBox
- LoginFormConnector - Class in com.vaadin.client.ui.loginform
- LoginFormConnector() - Constructor for class com.vaadin.client.ui.loginform.LoginFormConnector
- LoginFormConstants - Class in com.vaadin.shared.ui.loginform
-
Constants for LoginForm
- LoginFormConstants() - Constructor for class com.vaadin.shared.ui.loginform.LoginFormConstants
- LoginFormRpc - Interface in com.vaadin.shared.ui.loginform
- LoginFormState - Class in com.vaadin.shared.ui.loginform
- LoginFormState() - Constructor for class com.vaadin.shared.ui.loginform.LoginFormState
- loginResource - Variable in class com.vaadin.shared.ui.loginform.LoginFormState
- logMethodInvocations(ApplicationConnection, Collection<MethodInvocation>) - Static method in class com.vaadin.client.Util
- LogSection - Class in com.vaadin.client.debug.internal
-
Displays the log messages.
- LogSection() - Constructor for class com.vaadin.client.debug.internal.LogSection
- logTimings() - Static method in class com.vaadin.client.Profiler
-
Outputs the gathered profiling data to the debug console.
- LONG_ARROW_DOWN - com.vaadin.server.FontAwesome
- LONG_ARROW_LEFT - com.vaadin.server.FontAwesome
- LONG_ARROW_RIGHT - com.vaadin.server.FontAwesome
- LONG_ARROW_UP - com.vaadin.server.FontAwesome
- LONG_POLLING - com.vaadin.shared.ui.ui.Transport
-
HTTP long polling
- LONG_TAP_DELAY - Static variable in class com.vaadin.shared.ui.grid.GridConstants
-
Delay before a long tap action is triggered.
- LONG_TAP_THRESHOLD - Static variable in class com.vaadin.shared.ui.grid.GridConstants
-
The threshold in pixels a finger can move while long tapping.
- LongPollingCacheFilter - Class in com.vaadin.server.communication
-
A
PerRequestBroadcastFilter
implementation that handlesAtmospherePushConnection.PushMessage
s to ensure that a message is preserved in theBroadcasterCache
until the client has received it. - LongPollingCacheFilter() - Constructor for class com.vaadin.server.communication.LongPollingCacheFilter
- LongRangeValidator - Class in com.vaadin.data.validator
-
Validator for validating that an
Long
is inside a given range. - LongRangeValidator(String, Long, Long) - Constructor for class com.vaadin.data.validator.LongRangeValidator
-
Creates a validator for checking that an Long is within a given range.
- loop - Variable in class com.vaadin.shared.ui.AbstractMediaState
-
Looping of media active (true) or not.
M
- M - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- MACOSX - com.vaadin.shared.VBrowserDetails.OperatingSystem
- MAGENTA - Static variable in class com.vaadin.shared.ui.colorpicker.Color
- MAGIC - com.vaadin.server.FontAwesome
- MAGNET - com.vaadin.server.FontAwesome
- MAIL_FORWARD - com.vaadin.server.FontAwesome
- MAIL_REPLY - com.vaadin.server.FontAwesome
- MAIL_REPLY_ALL - com.vaadin.server.FontAwesome
- 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
- makeFocusable() - Method in class com.vaadin.client.ui.calendar.schedule.FocusableComplexPanel
- makeFocusable() - Method in class com.vaadin.client.ui.calendar.schedule.FocusableGrid
- makeResponsive(Component...) - Static method in class com.vaadin.server.Responsive
-
Enable responsive width and height range styling for the target component or UI instance.
- makeScrollable() - Method in class com.vaadin.client.ui.VAbstractSplitPanel
-
Ensures the panels are scrollable eg.
- makeScrollable() - Method in class com.vaadin.client.ui.VPanel
-
Ensures the panel is scrollable eg.
- makeScrollable() - Method in class com.vaadin.client.ui.VUI
-
Ensures the widget is scrollable eg.
- MALE - com.vaadin.server.FontAwesome
- ManagedLayout - Interface in com.vaadin.client.ui
- MANUAL - com.vaadin.shared.communication.PushMode
-
Push is enabled.
- MAP - com.vaadin.server.FontAwesome
- MAP_MARKER - com.vaadin.server.FontAwesome
- MAP_O - com.vaadin.server.FontAwesome
- MAP_PIN - com.vaadin.server.FontAwesome
- MAP_SIGNS - com.vaadin.server.FontAwesome
- mapDefaultTypes() - Method in class com.vaadin.ui.declarative.DesignFormatter
-
Maps default types to their converters.
- MapFromIntTo<V> - Interface in elemental.util
-
A lightweight map from
int
to objects. - MapFromIntToString - Interface in elemental.util
-
A lightweight map from
int
toString
. - MapFromStringTo<V> - Interface in elemental.util
-
A lightweight map from
String
to any object type. - MapFromStringToBoolean - Interface in elemental.util
-
A lightweight map from
String
toboolean
types. - MapFromStringToInt - Interface in elemental.util
-
A lightweight map from
String
toint
. - MapFromStringToNumber - Interface in elemental.util
-
A lightweight map from
String
todouble
. - MapFromStringToString - Interface in elemental.util
- Mappable - Interface in elemental.util
-
An object which can act like a Javascript object with String keys.
- MARGIN_BOTTOM - Static variable in class com.vaadin.client.StyleConstants
- MARGIN_LEFT - Static variable in class com.vaadin.client.StyleConstants
- MARGIN_RIGHT - Static variable in class com.vaadin.client.StyleConstants
- MARGIN_TOP - Static variable in class com.vaadin.client.StyleConstants
- MarginInfo - Class in com.vaadin.shared.ui
-
Describes the margin settings for each edge of a Component.
- MarginInfo(boolean) - Constructor for class com.vaadin.shared.ui.MarginInfo
-
Creates a MarginInfo object with all edges set to either enabled or disabled.
- MarginInfo(boolean, boolean) - Constructor for class com.vaadin.shared.ui.MarginInfo
-
Creates a MarginInfo object by having horizontal and vertical margins specified (analogous to CSS).
- MarginInfo(boolean, boolean, boolean, boolean) - Constructor for class com.vaadin.shared.ui.MarginInfo
-
Creates a MarginInfo object by having each edge specified in clockwise order (analogous to CSS).
- MarginInfo(int) - Constructor for class com.vaadin.shared.ui.MarginInfo
-
Deprecated.use other constructors instead of this one
- MarginInfo(MarginInfo) - Constructor for class com.vaadin.shared.ui.MarginInfo
-
Creates a MarginInfo with the same values as another MarginInfo object.
- MARGINLEFT - Static variable in class com.vaadin.client.ui.calendar.schedule.DayToolbar
- MARGINRIGHT - Static variable in class com.vaadin.client.ui.calendar.schedule.DayToolbar
- Margins - Class in com.vaadin.client.ui.layout
- Margins(int, int, int, int) - Constructor for class com.vaadin.client.ui.layout.Margins
- marginsBitmask - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState
- marginsBitmask - Variable in class com.vaadin.shared.ui.orderedlayout.AbstractOrderedLayoutState
- markAllClientSidesUninitialized() - Method in class com.vaadin.ui.ConnectorTracker
-
Marks all currently registered connectors as uninitialized.
- markAllConnectorsClean() - Method in class com.vaadin.ui.ConnectorTracker
-
Mark all connectors in this uI as clean.
- markAllConnectorsDirty() - Method in class com.vaadin.ui.ConnectorTracker
-
Mark all connectors in this uI as dirty.
- markAsDirty() - Method in class com.vaadin.server.AbstractClientConnector
- markAsDirty() - Method in interface com.vaadin.server.ClientConnector
-
Marks that this connector's state might have changed.
- markAsDirty() - Method in class com.vaadin.server.DragAndDropService
- markAsDirty() - Method in class com.vaadin.ui.Grid.StaticSection
-
Informs the grid that state has changed and it should be redrawn.
- 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.Table
-
Requests that the Table should be repainted as soon as possible.
- markAsDirty() - Method in class com.vaadin.ui.Tree
- 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
- markAsDirtyRecursive() - Method in class com.vaadin.ui.Table
- markAsHorizontallyLayouted(ManagedLayout) - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
- markAsSelected(DataSource.RowHandle<JsonObject>, boolean) - Method in class com.vaadin.client.connectors.MultiSelectionModelConnector.MultiSelectionModel
-
Marks the given row to be selected or deselected.
- markAsVerticallyLayouted(ManagedLayout) - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
- markClean(ClientConnector) - Method in class com.vaadin.ui.ConnectorTracker
-
Mark the connector as clean.
- markClientSideInitialized(ClientConnector) - Method in class com.vaadin.ui.ConnectorTracker
-
Marks the given connector as initialized, meaning that the client-side state has been initialized for the connector.
- markDirty(ClientConnector) - Method in class com.vaadin.ui.ConnectorTracker
-
Mark the connector as dirty and notifies any marked as dirty listeners.
- MarkedAsDirtyConnectorEvent - Class in com.vaadin.event
-
Event which is fired for all registered MarkDirtyListeners when a connector is marked as dirty.
- MarkedAsDirtyConnectorEvent(ClientConnector, UI) - Constructor for class com.vaadin.event.MarkedAsDirtyConnectorEvent
- MarkedAsDirtyListener - Interface in com.vaadin.event
-
An interface used for listening to marked as dirty events.
- markHeightAsChanged(ComponentConnector) - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
- markWidthAsChanged(ComponentConnector) - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
- MARS - com.vaadin.server.FontAwesome
- MARS_DOUBLE - com.vaadin.server.FontAwesome
- MARS_STROKE - com.vaadin.server.FontAwesome
- MARS_STROKE_H - com.vaadin.server.FontAwesome
- MARS_STROKE_V - com.vaadin.server.FontAwesome
- matches(Class<?>, Object) - Method in class com.vaadin.event.ListenerMethod
-
Checks if the given object and event match with the ones stored in this listener.
- matches(Class<?>, Object, Method) - Method in class com.vaadin.event.ListenerMethod
-
Checks if the given object, event and method match with the ones stored in this listener.
- max - Variable in class com.vaadin.client.ui.VSlider
- MAX_BUFFER_SIZE - Static variable in interface com.vaadin.server.Constants
- MAX_CACHETIME - Static variable in class com.vaadin.server.DownloadStream
-
Maximum cache time.
- MAXCDN - com.vaadin.server.FontAwesome
- MAXIMIZE - com.vaadin.client.debug.internal.Icon
- MAXIMIZED - com.vaadin.shared.ui.window.WindowMode
-
Maximized mode.
- maximizeRestoreBox - Variable in class com.vaadin.client.ui.VWindow
-
For internal use only.
- maximumPosition - Variable in class com.vaadin.client.ui.VAbstractSplitPanel
-
For internal use only.
- maximumWidthPx - Variable in class com.vaadin.client.widgets.Grid.Column
-
The maximum width in pixels of this column.
- maxLength - Variable in class com.vaadin.client.ui.VRichTextArea
-
For internal use only.
- maxLength - Variable in class com.vaadin.shared.ui.textfield.AbstractTextFieldState
-
Maximum character count in text field.
- maxPosition - Variable in class com.vaadin.shared.ui.splitpanel.AbstractSplitPanelState.SplitterState
- maxPositionUnit - Variable in class com.vaadin.shared.ui.splitpanel.AbstractSplitPanelState.SplitterState
- maxValue - Variable in class com.vaadin.shared.ui.slider.SliderState
- maxWidth - Variable in class com.vaadin.shared.ui.grid.GridColumnState
-
The maximum expansion width of this column.
- maxWidth - Variable in class com.vaadin.shared.ui.ui.UIState.TooltipConfigurationState
- maybeLogLegacyPropertyToStringWarning(Property) - Static method in class com.vaadin.data.util.LegacyPropertyHelper
-
Deprecated.
- mayHaveScrollBars(Element) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.mayHaveScrollBars(Element)
instead. - mayHaveScrollBars(Element) - Static method in class com.vaadin.client.WidgetUtil
-
Detects what is currently the overflow style attribute in given element.
- MayScrollChildren - Interface in com.vaadin.client.ui.layout
- MEANPATH - com.vaadin.server.FontAwesome
- measure(Element) - Method in class com.vaadin.client.MeasuredSize
- MEASURE_ALWAYS - com.vaadin.client.HasChildMeasurementHintConnector.ChildMeasurementHint
-
Always measure all child components (default).
- MEASURE_ALWAYS - com.vaadin.ui.HasChildMeasurementHint.ChildMeasurementHint
-
Always measure all child components (default).
- MEASURE_IF_NEEDED - com.vaadin.client.HasChildMeasurementHintConnector.ChildMeasurementHint
-
Measure child component only if child component is a
Layout
or implements eitherManagedLayout
orElementResizeListener
. - MEASURE_IF_NEEDED - com.vaadin.ui.HasChildMeasurementHint.ChildMeasurementHint
-
Measure child component only if child component is a Layout or implements either ManagedLayout or ElementResizeListener.
- MEASURE_NEVER - com.vaadin.client.HasChildMeasurementHintConnector.ChildMeasurementHint
-
Never measure child components.
- MEASURE_NEVER - com.vaadin.ui.HasChildMeasurementHint.ChildMeasurementHint
-
Never measure child components.
- measureBorderWidth(DateCellContainer) - Static method in class com.vaadin.client.ui.calendar.schedule.DateCellContainer
- MeasuredSize - Class in com.vaadin.client
- MeasuredSize() - Constructor for class com.vaadin.client.MeasuredSize
- MeasuredSize.MeasureResult - Class in com.vaadin.client
- measureHorizontalBorder(Element) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.measureHorizontalBorder(Element)
instead. - measureHorizontalBorder(Element) - Static method in class com.vaadin.client.WidgetUtil
- measureHorizontalPaddingAndBorder(Element, int) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.measureHorizontalPaddingAndBorder(Element, int)
instead. - measureHorizontalPaddingAndBorder(Element, int) - Static method in class com.vaadin.client.WidgetUtil
- measureMarginLeft(Element) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.measureMarginLeft(Element)
instead. - measureMarginLeft(Element) - Static method in class com.vaadin.client.WidgetUtil
- measureRowHeightOffset(int) - Method in class com.vaadin.client.ui.VScrollTable
- measureVerticalBorder(Element) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.measureVerticalBorder(Element)
instead. - measureVerticalBorder(Element) - Static method in class com.vaadin.client.WidgetUtil
- measureVerticalPaddingAndBorder(Element, int) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.measureVerticalPaddingAndBorder(Element, int)
instead. - measureVerticalPaddingAndBorder(Element, int) - Static method in class com.vaadin.client.WidgetUtil
- MediaBaseConnector - Class in com.vaadin.client.ui
- MediaBaseConnector() - Constructor for class com.vaadin.client.ui.MediaBaseConnector
- MediaControl - Interface in com.vaadin.shared.ui
-
Server to client RPC interface for controlling playback of the media.
- medium() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- MEDIUM - com.vaadin.server.FontAwesome
- MEDKIT - com.vaadin.server.FontAwesome
- MEH_O - com.vaadin.server.FontAwesome
- menu - Variable in class com.vaadin.client.debug.internal.VDebugWindow
- menu - Variable in class com.vaadin.client.ui.VFilterSelect.SuggestionPopup
-
For internal use only.
- MENU - com.vaadin.client.debug.internal.Icon
- MENU_APPEAR_ON_HOVER - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Add this style name to your
responsive
valo menu
element to make it appear automatically on hover - without adding any code. - MENU_BADGE - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Add a SPAN element with this style name inside a
ValoTheme.MENU_SUBTITLE
orValoTheme.MENU_ITEM
to add an additional badge indicator to the subtitle/item. - MENU_ITEM - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Set the primary style name of a Button to this style name to create a clickable menu item in the menu.
- MENU_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.client.ui.menubar
-
Deprecated.
- MenuBar - Class in com.vaadin.ui
-
A class representing a horizontal menu bar.
- MenuBar() - Constructor for class com.vaadin.client.ui.menubar.MenuBar
-
Deprecated.Creates an empty horizontal menu bar.
- MenuBar() - Constructor for class com.vaadin.ui.MenuBar
-
Constructs an empty, horizontal menu
- MenuBar(boolean) - Constructor for class com.vaadin.client.ui.menubar.MenuBar
-
Deprecated.Creates an empty menu bar.
- MENUBAR_BORDERLESS - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Borderless menu bar.
- MENUBAR_SMALL - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Small size menu bar.
- MenuBar.Command - Interface in com.vaadin.ui
-
This interface contains the layer for menu commands of the
MenuBar
class. - MenuBar.MenuItem - Class in com.vaadin.ui
-
A composite class for menu items and sub-menus.
- MenuBarConnector - Class in com.vaadin.client.ui.menubar
- MenuBarConnector() - Constructor for class com.vaadin.client.ui.menubar.MenuBarConnector
- MenuBarConstants - Class in com.vaadin.shared.ui.menubar
-
Deprecated.
- MenuBarConstants() - Constructor for class com.vaadin.shared.ui.menubar.MenuBarConstants
-
Deprecated.
- MenuBarState - Class in com.vaadin.shared.ui.menubar
- MenuBarState() - Constructor for class com.vaadin.shared.ui.menubar.MenuBarState
- MenuItem - Class in com.vaadin.client.ui.menubar
-
Deprecated.
- MenuItem(String, boolean, Command) - Constructor for class com.vaadin.client.ui.menubar.MenuItem
-
Deprecated.Constructs a new menu item that fires a command when it is selected.
- MenuItem(String, boolean, MenuBar) - Constructor for class com.vaadin.client.ui.menubar.MenuItem
-
Deprecated.Constructs a new menu item that cascades to a sub-menu when it is selected.
- MenuItem(String, Command) - Constructor for class com.vaadin.client.ui.menubar.MenuItem
-
Deprecated.Constructs a new menu item that fires a command when it is selected.
- MenuItem(String, MenuBar) - Constructor for class com.vaadin.client.ui.menubar.MenuItem
-
Deprecated.Constructs a new menu item that cascades to a sub-menu when it is selected.
- MenuItem(String, Resource, MenuBar.Command) - Constructor for class com.vaadin.ui.MenuBar.MenuItem
-
Constructs a new menu item that can optionally have an icon and a command associated with it.
- menuPopup - Variable in class com.vaadin.client.debug.internal.VDebugWindow
- menuSelected(MenuBar.MenuItem) - Method in interface com.vaadin.ui.MenuBar.Command
- menuVisible - Variable in class com.vaadin.client.ui.VMenuBar
- MERCURY - com.vaadin.server.FontAwesome
- MESSAGE_DELIMITER - Static variable in class com.vaadin.shared.communication.PushConstants
-
The character used to mark message boundaries when messages may be split into multiple fragments.
- messageHandler - Variable in class com.vaadin.client.ApplicationConnection
- MessageHandler - Class in com.vaadin.client.communication
-
A MessageHandler is responsible for handling all incoming messages (JSON) from the server (state changes, RPCs and other updates) and ensuring that the connectors are updated accordingly.
- MessageHandler() - Constructor for class com.vaadin.client.communication.MessageHandler
- messageSender - Variable in class com.vaadin.client.ApplicationConnection
- MessageSender - Class in com.vaadin.client.communication
-
MessageSender is responsible for sending messages to the server.
- MessageSender() - Constructor for class com.vaadin.client.communication.MessageSender
- meta(ApplicationConnection, ValueMap) - Method in class com.vaadin.client.debug.internal.AnalyzeLayoutsPanel
- meta(ApplicationConnection, ValueMap) - Method in class com.vaadin.client.debug.internal.HierarchySection
- meta(ApplicationConnection, ValueMap) - Method in class com.vaadin.client.debug.internal.InfoSection
- meta(ApplicationConnection, ValueMap) - Method in class com.vaadin.client.debug.internal.LogSection
- meta(ApplicationConnection, ValueMap) - Method in class com.vaadin.client.debug.internal.NetworkSection
- meta(ApplicationConnection, ValueMap) - Method in class com.vaadin.client.debug.internal.ProfilerSection
- meta(ApplicationConnection, ValueMap) - Method in interface com.vaadin.client.debug.internal.Section
- meta(ApplicationConnection, ValueMap) - Method in class com.vaadin.client.debug.internal.TestBenchSection
- meta(ApplicationConnection, ValueMap) - Method in class com.vaadin.client.debug.internal.VDebugWindow
-
Called when the result from analyzeLayouts is received.
- META - Static variable in interface com.vaadin.event.ShortcutAction.ModifierKey
- METADATA - com.vaadin.shared.ui.PreloadMode
-
Indicates that only media metadata (e.g.
- MetadataWriter - Class in com.vaadin.server.communication
-
Serializes miscellaneous metadata to JSON.
- MetadataWriter() - Constructor for class com.vaadin.server.communication.MetadataWriter
- method - Variable in class com.vaadin.server.ComponentSizeValidator.FileLocation
- Method - Class in com.vaadin.client.metadata
- Method(Type, String) - Constructor for class com.vaadin.client.metadata.Method
- METHOD - Static variable in class com.vaadin.ui.Table.ColumnCollapseEvent
- METHOD - Static variable in class com.vaadin.ui.Table.ColumnReorderEvent
- MethodEventSource - Interface in com.vaadin.event
-
Interface for classes supporting registration of methods as event receivers.
- MethodException(Property, String) - Constructor for exception com.vaadin.data.util.MethodProperty.MethodException
-
Constructs a new
MethodException
with the specified detail message. - MethodException(Property, Throwable) - Constructor for exception com.vaadin.data.util.MethodProperty.MethodException
-
Constructs a new
MethodException
from another exception. - MethodInvocation - Class in com.vaadin.shared.communication
-
Information needed by the framework to send an RPC method invocation from the client to the server or vice versa.
- MethodInvocation(String, String, String) - Constructor for class com.vaadin.shared.communication.MethodInvocation
- MethodInvocation(String, String, String, Object[]) - Constructor for class com.vaadin.shared.communication.MethodInvocation
- MethodProperty<T> - Class in com.vaadin.data.util
-
Proxy class for creating Properties from pairs of getter and setter methods of a Bean property.
- MethodProperty(Class<?>, Object, Method, Method, Object[], Object[], int) - Constructor for class com.vaadin.data.util.MethodProperty
-
Creates a new instance of
MethodProperty
from the getter and setter methods, and argument lists. - MethodProperty(Class<? extends T>, Object, Method, Method) - Constructor for class com.vaadin.data.util.MethodProperty
-
Creates a new instance of
MethodProperty
with the getter and setter methods. - MethodProperty(Class<? extends T>, Object, String, String) - Constructor for class com.vaadin.data.util.MethodProperty
-
Creates a new instance of
MethodProperty
from named getter and setter methods. - MethodProperty(Class<? extends T>, Object, String, String, Object[], Object[], int) - Constructor for class com.vaadin.data.util.MethodProperty
-
Creates a new instance of
MethodProperty
from named getter and setter methods and argument lists. - MethodProperty(Object, String) - Constructor for class com.vaadin.data.util.MethodProperty
-
Creates a new instance of
MethodProperty
from a named bean property. - MethodProperty.MethodException - Exception in com.vaadin.data.util
-
Exception
object that signals that there were problems calling or finding the specified getter or setter methods of the property. - MethodPropertyDescriptor<BT> - Class in com.vaadin.data.util
-
Property descriptor that is able to create simple
MethodProperty
instances for a bean, using given accessors. - MethodPropertyDescriptor(String, Class<?>, Method, Method) - Constructor for class com.vaadin.data.util.MethodPropertyDescriptor
-
Creates a property descriptor that can create MethodProperty instances to access the underlying bean property.
- MICROPHONE - com.vaadin.server.FontAwesome
- MICROPHONE_SLASH - com.vaadin.server.FontAwesome
- MIDDLE - com.vaadin.shared.MouseEventDetails.MouseButton
- MIDDLE - com.vaadin.shared.ui.dd.VerticalDropLocation
- MIDDLE - com.vaadin.shared.ui.grid.ScrollDestination
-
Scrolls so that the element is shown in the middle of the viewport.
- MIDDLE - Static variable in class com.vaadin.shared.ui.AlignmentInfo
- MIDDLE - Static variable in class com.vaadin.ui.AbstractSelect.VerticalLocationIs
- MIDDLE_CENTER - com.vaadin.shared.Position
- MIDDLE_CENTER - Static variable in class com.vaadin.ui.Alignment
- MIDDLE_LEFT - com.vaadin.shared.Position
- MIDDLE_LEFT - Static variable in class com.vaadin.ui.Alignment
- MIDDLE_RIGHT - com.vaadin.shared.Position
- MIDDLE_RIGHT - Static variable in class com.vaadin.ui.Alignment
- mightChange(StateChangeEvent) - Static method in class com.vaadin.client.VCaption
-
Checks whether anything in a given state change might cause the caption to change.
- mimetype - Variable in class com.vaadin.client.ui.VEmbedded
-
For internal use only.
- min - Variable in class com.vaadin.client.ui.VSlider
- MIN_HEIGHT - Static variable in class com.vaadin.client.debug.internal.VDebugWindow
- minifyFieldName(String) - Static method in class com.vaadin.data.fieldgroup.FieldGroup
- MINIMAL - com.vaadin.shared.ui.BorderStyle
-
A border style used for a minimal border.
- minimize - Variable in class com.vaadin.client.debug.internal.VDebugWindow
- MINIMIZE - com.vaadin.client.debug.internal.Icon
- minimized - Variable in class com.vaadin.client.debug.internal.VDebugWindow
- MINIMUM_DISTANCE_TO_START_DRAG - Static variable in class com.vaadin.client.ui.dd.VDragAndDropManager
- minimumPosition - Variable in class com.vaadin.client.ui.VAbstractSplitPanel
-
For internal use only.
- minimumWidthPx - Variable in class com.vaadin.client.widgets.Grid.Column
-
The minimum width in pixels of this column.
- minPosition - Variable in class com.vaadin.shared.ui.splitpanel.AbstractSplitPanelState.SplitterState
- minPositionUnit - Variable in class com.vaadin.shared.ui.splitpanel.AbstractSplitPanelState.SplitterState
- MINUS - com.vaadin.server.FontAwesome
- MINUS_CIRCLE - com.vaadin.server.FontAwesome
- MINUS_SQUARE - com.vaadin.server.FontAwesome
- MINUS_SQUARE_O - com.vaadin.server.FontAwesome
- MINUTE - com.vaadin.shared.ui.datefield.Resolution
- MINUTEINMILLIS - Static variable in class com.vaadin.shared.ui.calendar.DateConstants
- minValue - Variable in class com.vaadin.shared.ui.slider.SliderState
- minWidth - Variable in class com.vaadin.shared.ui.grid.GridColumnState
-
The minimum expansion width of this column.
- minWidth(String) - Method in class com.vaadin.client.ui.VFilterSelect
-
Calculate minimum width for FilterSelect textarea.
- minX - Variable in class com.vaadin.client.debug.internal.VDebugWindow
- minY - Variable in class com.vaadin.client.debug.internal.VDebugWindow
- MIXCLOUD - com.vaadin.server.FontAwesome
- MM - com.vaadin.server.Sizeable.Unit
-
Unit code representing millimeters.
- MOBILE - com.vaadin.server.FontAwesome
- MOBILE_PHONE - com.vaadin.server.FontAwesome
- modal - Variable in class com.vaadin.shared.ui.window.WindowState
- mode - Variable in class com.vaadin.shared.ui.ui.UIState.PushConfigurationState
- MODE_AND - Static variable in class com.vaadin.data.validator.CompositeValidator
-
Deprecated.As of 7.0, use
CompositeValidator.CombinationMode.AND
instead - MODE_OR - Static variable in class com.vaadin.data.validator.CompositeValidator
-
Deprecated.As of 7.0, use
CompositeValidator.CombinationMode.OR
instead - modified - Variable in class com.vaadin.shared.AbstractFieldState
- MODIFIED - Static variable in class com.vaadin.client.StyleConstants
- MODIFIED_CLASSNAME - Static variable in class com.vaadin.client.ApplicationConnection
-
Deprecated.
- modifyBootstrapFragment(BootstrapFragmentResponse) - Method in interface com.vaadin.server.BootstrapListener
-
Lets this listener make changes to the fragment that makes up the actual Vaadin application.
- modifyBootstrapPage(BootstrapPageResponse) - Method in interface com.vaadin.server.BootstrapListener
-
Lets this listener make changes to the overall HTML document that will be used as the initial HTML page in a typical Servlet deployment as well as the HTTP headers in the response serving the initial HTML.
- modifyBootstrapResponse(BootstrapResponse) - Method in class com.vaadin.server.VaadinSession
-
Deprecated.As of 7.0. Will likely change or be removed in a future version
- modifyDragImage(Element) - Method in interface com.vaadin.client.ui.dd.DragImageModifier
-
This method is called for cloned
element
which corresponds to the widget element. - modifyDragImage(Element) - Method in class com.vaadin.client.ui.VTextArea
- modifyFilter(Container.Filter) - Method in class com.vaadin.data.util.PropertyValueGenerator
-
Return an updated filter that should be compatible with the underlying container.
- MODX - com.vaadin.server.FontAwesome
- MONEY - com.vaadin.server.FontAwesome
- MONTH - com.vaadin.shared.ui.datefield.Resolution
- MonthEventLabel - Class in com.vaadin.client.ui.calendar.schedule
-
The label in a month cell
- MonthEventLabel() - Constructor for class com.vaadin.client.ui.calendar.schedule.MonthEventLabel
-
Default constructor
- MonthGrid - Class in com.vaadin.client.ui.calendar.schedule
- MonthGrid(VCalendar, int, int) - Constructor for class com.vaadin.client.ui.calendar.schedule.MonthGrid
- monthNames - Variable in class com.vaadin.shared.ui.calendar.CalendarState
- monthNames - Variable in class com.vaadin.shared.ui.ui.UIState.LocaleData
- MOON_O - com.vaadin.server.FontAwesome
- moreItem - Variable in class com.vaadin.client.ui.VMenuBar
-
For internal use only.
- MORTAR_BOARD - com.vaadin.server.FontAwesome
- MOTORCYCLE - com.vaadin.server.FontAwesome
- MOUSE_POINTER - com.vaadin.server.FontAwesome
- mouseDownHandler - Variable in class com.vaadin.client.debug.internal.VDebugWindow
- mouseDownPressed - Variable in class com.vaadin.client.ui.VMenuBar
- mousedownX - Variable in class com.vaadin.client.ui.VButton
- mousedownY - Variable in class com.vaadin.client.ui.VButton
- MouseEventDetails - Class in com.vaadin.shared
-
Helper class to store and transfer mouse event details.
- MouseEventDetails() - Constructor for class com.vaadin.shared.MouseEventDetails
- MouseEventDetails.MouseButton - Enum in com.vaadin.shared
-
Constants for mouse buttons.
- MouseEventDetailsBuilder - Class in com.vaadin.client
-
Helper class for constructing a MouseEventDetails object from a
NativeEvent
. - MouseEventDetailsBuilder() - Constructor for class com.vaadin.client.MouseEventDetailsBuilder
- MouseEvents - Interface in com.vaadin.event
-
Interface that serves as a wrapper for mouse related events.
- MouseEvents.ClickEvent - Class in com.vaadin.event
-
Class for holding information about a mouse click event.
- MouseEvents.ClickListener - Interface in com.vaadin.event
-
Interface for listening for a
MouseEvents.ClickEvent
fired by aComponent
. - MouseEvents.DoubleClickEvent - Class in com.vaadin.event
-
Class for holding additional event information for DoubleClick events.
- MouseEvents.DoubleClickListener - Interface in com.vaadin.event
-
Interface for listening for a
MouseEvents.DoubleClickEvent
fired by aComponent
. - MouseHandler() - Constructor for class com.vaadin.client.debug.internal.VDebugWindow.MouseHandler
- mouseMoveHandler - Variable in class com.vaadin.client.debug.internal.VDebugWindow
- MOVE_THRESHOLD - Static variable in class com.vaadin.client.ui.VButton
- MOVE_TRESHOLD - Static variable in class com.vaadin.client.debug.internal.VDebugWindow
- moveAfterSibling(Object, Object) - Method in class com.vaadin.data.util.HierarchicalContainer
-
Moves a node (an Item) in the container immediately after a sibling node.
- moveCell(int, int) - Method in class com.vaadin.client.ui.VScrollTable.TableFooter
-
Swap cells when the column are dragged
- moveCell(int, int) - Method in class com.vaadin.client.ui.VScrollTable.TableHead
- moveCol(int, int) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody
- 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.
- MoveEvent(Calendar, CalendarEvent, Date) - Constructor for class com.vaadin.ui.components.calendar.CalendarComponentEvents.MoveEvent
-
MoveEvent needs the target event and new start date.
- moveMethod - Static variable in interface com.vaadin.ui.AbstractSplitPanel.SplitPositionChangeListener
- MSSQLGenerator - Class in com.vaadin.data.util.sqlcontainer.query.generator
- MSSQLGenerator() - Constructor for class com.vaadin.data.util.sqlcontainer.query.generator.MSSQLGenerator
- MSSQLGenerator(String, String) - Constructor for class com.vaadin.data.util.sqlcontainer.query.generator.MSSQLGenerator
-
Construct a MSSQLGenerator with the specified identifiers for start and end of quoted strings.
- MULTI - com.vaadin.client.ui.VScrollTable.SelectMode
- MULTI - com.vaadin.client.widgets.Grid.SelectionMode
-
Shortcut for
SelectionModelMulti
. - MULTI - com.vaadin.shared.ui.grid.GridState.SharedSelectionMode
-
Representation of a multiselection mode
- MULTI - com.vaadin.ui.Grid.SelectionMode
-
A SelectionMode that maps to
Grid.MultiSelectionModel
- MULTIROW - com.vaadin.ui.Table.TableDragMode
-
Table drags selected rows, if drag starts on a selected rows.
- multiselect - Variable in class com.vaadin.client.ui.VOptionGroupBase
-
For internal use only.
- MULTISELECT_MODE_DEFAULT - Static variable in class com.vaadin.client.ui.VTree
-
Deprecated.As of 7.0, use
MultiSelectMode.DEFAULT
instead. - MULTISELECT_MODE_SIMPLE - Static variable in class com.vaadin.client.ui.VTree
-
Deprecated.As of 7.0, use
MultiSelectMode.SIMPLE
instead. - MultiSelectionModel() - Constructor for class com.vaadin.client.connectors.MultiSelectionModelConnector.MultiSelectionModel
- MultiSelectionModel() - Constructor for class com.vaadin.ui.Grid.MultiSelectionModel
- MultiSelectionModelConnector - Class in com.vaadin.client.connectors
-
Connector for server-side
MultiSelectionModelConnector.MultiSelectionModel
. - MultiSelectionModelConnector() - Constructor for class com.vaadin.client.connectors.MultiSelectionModelConnector
- MultiSelectionModelConnector.MultiSelectionModel - Class in com.vaadin.client.connectors
-
The default multi selection model used for this connector.
- MultiSelectionModelServerRpc - Interface in com.vaadin.shared.ui.grid.selection
-
ServerRpc for MultiSelectionModel.
- MultiSelectionModelState - Class in com.vaadin.shared.ui.grid.selection
-
SharedState object for MultiSelectionModel.
- MultiSelectionModelState() - Constructor for class com.vaadin.shared.ui.grid.selection.MultiSelectionModelState
- MultiSelectionRenderer<T> - Class in com.vaadin.client.widget.grid.selection
-
Renderer showing multi selection check boxes.
- MultiSelectionRenderer(Grid<T>) - Constructor for class com.vaadin.client.widget.grid.selection.MultiSelectionRenderer
- multiSelectMode - Variable in class com.vaadin.client.ui.VTree
-
For internal use only.
- MultiSelectMode - Enum in com.vaadin.shared.ui
-
Multi select modes that controls how multi select behaves.
- multiselectPending - Variable in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- MultiStepDuration() - Constructor for class com.vaadin.client.ApplicationConnection.MultiStepDuration
- MUSIC - com.vaadin.server.FontAwesome
- muted - Variable in class com.vaadin.shared.ui.AbstractMediaState
N
- N - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- name - Variable in class com.vaadin.shared.ui.link.LinkState
- name - Variable in class com.vaadin.shared.ui.ui.UIState.LocaleData
- names - Variable in class com.vaadin.shared.extension.javascriptmanager.JavaScriptManagerState
- NativeButton - Class in com.vaadin.ui
- NativeButton() - Constructor for class com.vaadin.ui.NativeButton
- NativeButton(String) - Constructor for class com.vaadin.ui.NativeButton
- NativeButton(String, Button.ClickListener) - Constructor for class com.vaadin.ui.NativeButton
- NativeButtonConnector - Class in com.vaadin.client.ui.nativebutton
- NativeButtonConnector() - Constructor for class com.vaadin.client.ui.nativebutton.NativeButtonConnector
- NativeButtonState - Class in com.vaadin.shared.ui.button
- NativeButtonState() - Constructor for class com.vaadin.shared.ui.button.NativeButtonState
- NativeSelect - Class in com.vaadin.ui
-
This is a simple drop-down select without, for instance, support for multiselect, new items, lazyloading, and other advanced features.
- NativeSelect() - Constructor for class com.vaadin.ui.NativeSelect
- NativeSelect(String) - Constructor for class com.vaadin.ui.NativeSelect
- NativeSelect(String, Container) - Constructor for class com.vaadin.ui.NativeSelect
- NativeSelect(String, Collection<?>) - Constructor for class com.vaadin.ui.NativeSelect
- NativeSelectConnector - Class in com.vaadin.client.ui.nativeselect
- NativeSelectConnector() - Constructor for class com.vaadin.client.ui.nativeselect.NativeSelectConnector
- NAVICON - com.vaadin.server.FontAwesome
- navigateTo(View, String, String) - Method in class com.vaadin.navigator.Navigator
-
Internal method activating a view, setting its parameters and calling listeners.
- navigateTo(String) - Method in class com.vaadin.navigator.Navigator
-
Navigates to a view and initialize the view with given parameters.
- NavigationStateManager - Interface in com.vaadin.navigator
-
An interface for handling interaction between
Navigator
and the browser location URI or other similar view identification and bookmarking system. - Navigator - Class in com.vaadin.navigator
-
A navigator utility that allows switching of views in a part of an application.
- Navigator() - Constructor for class com.vaadin.navigator.Navigator
-
Creates a navigator.
- Navigator(UI, NavigationStateManager, ViewDisplay) - Constructor for class com.vaadin.navigator.Navigator
-
Creates a navigator.
- Navigator(UI, ViewDisplay) - Constructor for class com.vaadin.navigator.Navigator
-
Creates a navigator that is tracking the active view using URI fragments of the
Page
containing the given UI. - Navigator(UI, ComponentContainer) - Constructor for class com.vaadin.navigator.Navigator
-
Creates a navigator that is tracking the active view using URI fragments of the
Page
containing the given UI and replacing the contents of aComponentContainer
with the active view. - Navigator(UI, SingleComponentContainer) - Constructor for class com.vaadin.navigator.Navigator
-
Creates a navigator that is tracking the active view using URI fragments of the
Page
containing the given UI and replacing the contents of aSingleComponentContainer
with the active view. - Navigator.ClassBasedViewProvider - Class in com.vaadin.navigator
-
A ViewProvider which maps a single view name to a class to instantiate for the view.
- Navigator.ComponentContainerViewDisplay - Class in com.vaadin.navigator
-
A ViewDisplay that replaces the contents of a
ComponentContainer
with the activeView
. - Navigator.EmptyView - Class in com.vaadin.navigator
-
Empty view component.
- Navigator.SingleComponentContainerViewDisplay - Class in com.vaadin.navigator
-
A ViewDisplay that replaces the contents of a
SingleComponentContainer
with the activeView
. - Navigator.StaticViewProvider - Class in com.vaadin.navigator
-
A ViewProvider which supports mapping a single view name to a single pre-initialized view instance.
- Navigator.UriFragmentManager - Class in com.vaadin.navigator
-
A
NavigationStateManager
using hashbang fragments in the Page location URI to track views and enable listening to view changes. - needsRebuild - Variable in class com.vaadin.client.ui.VFlash
-
Deprecated.
- needsServerSideCheck(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VAcceptCriterion
- needsServerSideCheck(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VLazyInitItemIdentifiers
- needsServerSideCheck(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VNot
- needsServerSideCheck(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VOr
- needsServerSideCheck(VDragEvent, UIDL) - Method in class com.vaadin.client.ui.dd.VServerAccept
- needsShimElement() - Method in class com.vaadin.client.widgets.Overlay
-
Returns true if we should add a shim iframe below the overlay to deal with zindex issues with PDFs and applets.
- NestedMethodProperty<T> - Class in com.vaadin.data.util
-
Nested accessor based property for a bean.
- NestedMethodProperty(Object, String) - Constructor for class com.vaadin.data.util.NestedMethodProperty
-
Constructs a nested method property for a given object instance.
- NestedPropertyDescriptor<BT> - Class in com.vaadin.data.util
-
Property descriptor that is able to create nested property instances for a bean.
- NestedPropertyDescriptor(String, Class<BT>) - Constructor for class com.vaadin.data.util.NestedPropertyDescriptor
-
Creates a property descriptor that can create MethodProperty instances to access the underlying bean property.
- NETWORK - com.vaadin.client.debug.internal.Icon
- NetworkSection - Class in com.vaadin.client.debug.internal
-
Displays network activity; requests and responses.
- NetworkSection() - Constructor for class com.vaadin.client.debug.internal.NetworkSection
- NEUTER - com.vaadin.server.FontAwesome
- newItemButton - Variable in class com.vaadin.client.ui.VOptionGroupBase
-
For internal use only.
- newItemField - Variable in class com.vaadin.client.ui.VOptionGroupBase
-
For internal use only.
- newLine() - Method in class com.vaadin.ui.GridLayout
-
Forces the next component to be added at the beginning of the next line.
- NEWSPAPER_O - com.vaadin.server.FontAwesome
- nextItemId(Object) - Method in interface com.vaadin.data.Container.Ordered
-
Gets the ID of the Item following the Item that corresponds to
itemId
. - nextItemId(Object) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
- nextItemId(Object) - Method in class com.vaadin.data.util.ContainerOrderedWrapper
- nextItemId(Object) - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- nextItemId(Object) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
- nextItemId(Object) - Method in class com.vaadin.ui.Table
-
Gets the ID of the Item following the Item that corresponds to itemId.
- nextItemId(Object) - Method in class com.vaadin.ui.TreeTable
- nextLabel - Variable in class com.vaadin.client.ui.calendar.schedule.DayToolbar
- nextUploadId - Variable in class com.vaadin.client.ui.VUpload
-
For internal use only.
- NO_LAYOUT - com.vaadin.client.metadata.TypeDataStore.MethodAttribute
- NO_LOADING_INDICATOR - com.vaadin.client.metadata.TypeDataStore.MethodAttribute
- NoDataException - Exception in com.vaadin.client.metadata
- NoDataException(String) - Constructor for exception com.vaadin.client.metadata.NoDataException
- Node(String) - Constructor for class com.vaadin.client.Profiler.Node
-
Create a new node with the given name.
- NODE - com.vaadin.ui.Tree.TreeDragMode
- nodeCaptionSpan - Variable in class com.vaadin.client.ui.VTree.TreeNode
- nodeCollapse(Tree.CollapseEvent) - Method in interface com.vaadin.ui.Tree.CollapseListener
-
A node has been collapsed.
- nodeExpand(Tree.ExpandEvent) - Method in interface com.vaadin.ui.Tree.ExpandListener
-
A node has been expanded.
- 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
- NoLayout - Annotation Type in com.vaadin.shared.annotations
-
Annotation used to mark client RPC methods, state fields, or state setter methods that should not trigger an layout phase after changes have been processed.
- NoLoadingIndicator - Annotation Type in com.vaadin.shared.annotations
-
Annotation used to mark server RPC methods for which it isn't necessary to show the loading indicator.
- noMoreChangesExpected(ComponentConnector) - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
- NONE - com.vaadin.client.ui.VFilterSelect.Select
- NONE - com.vaadin.client.ui.VScrollTable.SelectMode
- NONE - com.vaadin.client.widgets.Grid.SelectionMode
-
Shortcut for
SelectionModelNone
. - NONE - com.vaadin.shared.ui.BorderStyle
-
A border style used for using no border.
- NONE - com.vaadin.shared.ui.grid.GridState.SharedSelectionMode
-
Representation of a no-selection mode
- NONE - com.vaadin.shared.ui.PreloadMode
-
Indicates that the video/audio should not be preloaded.
- NONE - com.vaadin.ui.DragAndDropWrapper.DragStartMode
-
DragAndDropWrapper
does not start drag events at all - NONE - com.vaadin.ui.Grid.SelectionMode
-
A SelectionMode that maps to
Grid.NoSelectionModel
- NONE - com.vaadin.ui.Table.TableDragMode
-
Table does not start drag and drop events.
- NONE - com.vaadin.ui.Tree.TreeDragMode
-
When drag mode is NONE, dragging from Tree is not supported.
- NONE - Static variable in class com.vaadin.client.ui.VDragAndDropWrapper
- NoOutputStreamEvent(Upload, String, String, long) - Constructor for class com.vaadin.ui.Upload.NoOutputStreamEvent
- NoOutputStreamException - Exception in com.vaadin.server
- NoOutputStreamException() - Constructor for exception com.vaadin.server.NoOutputStreamException
- normal() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- NORMAL - com.vaadin.shared.ui.window.WindowMode
-
Normal mode.
- NoSelectionModel() - Constructor for class com.vaadin.ui.Grid.NoSelectionModel
- NoSelectionModelConnector - Class in com.vaadin.client.connectors
-
Connector for server-side
Grid.NoSelectionModel
. - NoSelectionModelConnector() - Constructor for class com.vaadin.client.connectors.NoSelectionModelConnector
- Not - Class in com.vaadin.data.util.filter
-
Negating filter that accepts the items rejected by another filter.
- Not - Class in com.vaadin.event.dd.acceptcriteria
-
Criterion that wraps another criterion and inverts its return value.
- Not(Container.Filter) - Constructor for class com.vaadin.data.util.filter.Not
-
Constructs a filter that negates a filter.
- Not(ClientSideCriterion) - Constructor for class com.vaadin.event.dd.acceptcriteria.Not
- NOT_PRODUCTION_MODE_INFO - Static variable in interface com.vaadin.server.Constants
- NOT_STARTED - com.vaadin.client.metadata.AsyncBundleLoader.State
- Notification - Class in com.vaadin.ui
-
A notification message, used to display temporary messages to the user - for example "Document saved", or "Save failed".
- Notification(String) - Constructor for class com.vaadin.ui.Notification
-
Creates a "humanized" notification message.
- Notification(String, Notification.Type) - Constructor for class com.vaadin.ui.Notification
-
Creates a notification message of the specified type.
- Notification(String, String) - Constructor for class com.vaadin.ui.Notification
-
Creates a "humanized" notification message with a bigger caption and smaller description.
- Notification(String, String, Notification.Type) - Constructor for class com.vaadin.ui.Notification
-
Creates a notification message of the specified type, with a bigger caption and smaller description.
- Notification(String, String, Notification.Type, boolean) - Constructor for class com.vaadin.ui.Notification
-
Creates a notification message of the specified type, with a bigger caption and smaller description.
- NOTIFICATION_BAR - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Styles the notification to span the entire width of the viewport.
- NOTIFICATION_CLOSABLE - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Adds a close button to the notification to imply that the user must click on the notification to dismiss it.
- NOTIFICATION_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_HTML_CONTENT_NOT_ALLOWED - Static variable in class com.vaadin.shared.ui.ui.UIConstants
-
Deprecated.
- NOTIFICATION_SMALL - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Smaller padding and font size for the notification.
- NOTIFICATION_SUCCESS - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Success notification style.
- NOTIFICATION_SYSTEM - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Styles the notification to look like a system notification.
- NOTIFICATION_TRAY - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Styles the notification to look like
Notification.Type.TRAY_NOTIFICATION
, without setting the position and delay. - NOTIFICATION_WARNING - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Styles the notification to look like
Notification.Type.WARNING_MESSAGE
, without setting the position and delay. - Notification.Type - Enum in com.vaadin.ui
- NotificationConfiguration - Interface in com.vaadin.ui
-
Provides methods for configuring the notification.
- notificationConfigurations - Variable in class com.vaadin.shared.ui.ui.UIState
- notificationHidden(VNotification.HideEvent) - Method in interface com.vaadin.client.ui.VNotification.EventListener
- notificationRole - Variable in class com.vaadin.shared.ui.ui.UIState.NotificationTypeConfiguration
- NotificationRole - Enum in com.vaadin.shared.ui.ui
-
Available WAI-ARIA roles for a notification.
- NotificationTypeConfiguration() - Constructor for class com.vaadin.shared.ui.ui.UIState.NotificationTypeConfiguration
- NotificationTypeConfiguration(String, String, NotificationRole) - Constructor for class com.vaadin.shared.ui.ui.UIState.NotificationTypeConfiguration
- notifyChildrenOfSizeChange() - Method in class com.vaadin.client.ui.VCustomLayout
-
This method is published to JS side with the same name into first DOM node of custom layout.
- notifyMarkedAsDirtyListeners(ClientConnector) - Method in class com.vaadin.ui.ConnectorTracker
-
Notify all registered MarkedAsDirtyListeners the given client connector has been marked as dirty.
- notifyParentOfSizeChange(Widget, boolean) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.0, use
LayoutManager.setNeedsMeasure(ComponentConnector)
instead - NotNullableException() - Constructor for exception com.vaadin.data.util.sqlcontainer.ColumnProperty.NotNullableException
-
Constructs a new
NotNullableException
without a detail message. - NotNullableException(String) - Constructor for exception com.vaadin.data.util.sqlcontainer.ColumnProperty.NotNullableException
-
Constructs a new
NotNullableException
with the specified detail message. - NotNullableException(Throwable) - Constructor for exception com.vaadin.data.util.sqlcontainer.ColumnProperty.NotNullableException
-
Constructs a new
NotNullableException
from another exception. - NotTranslator - Class in com.vaadin.data.util.sqlcontainer.query.generator.filter
- NotTranslator() - Constructor for class com.vaadin.data.util.sqlcontainer.query.generator.filter.NotTranslator
- now - Variable in class com.vaadin.shared.ui.calendar.CalendarState
- NULL - elemental.json.JsonType
- NULL - Static variable in interface com.vaadin.client.widget.escalator.EscalatorUpdater
-
An
EscalatorUpdater
that doesn't render anything. - NULL - Static variable in interface com.vaadin.client.widget.escalator.SpacerUpdater
-
A spacer updater that does nothing.
- NULL - Static variable in interface com.vaadin.client.widget.grid.DetailsGenerator
-
A details generator that provides no details
- NULL - Static variable in interface com.vaadin.ui.Grid.DetailsGenerator
-
A details generator that provides no details
- NULL_INSTANCE - Static variable in class elemental.json.impl.JreJsonNull
- NULL_VALUE_REPRESENTATION - Static variable in class com.vaadin.ui.declarative.converters.DesignToStringConverter
-
A string that corresponds to how a null value is stored.
- nullSelectionAllowed - Variable in class com.vaadin.client.ui.VFilterSelect
-
For internal use only.
- nullSelectionAllowed - Variable in class com.vaadin.client.ui.VOptionGroupBase
-
For internal use only.
- nullSelectionItemAvailable - Variable in class com.vaadin.client.ui.VOptionGroupBase
-
For internal use only.
- nullSelectItem - Variable in class com.vaadin.client.ui.VFilterSelect
-
For internal use only.
- NullValidator - Class in com.vaadin.data.validator
-
This validator is used for validating properties that do or do not allow null values.
- NullValidator(String, boolean) - Constructor for class com.vaadin.data.validator.NullValidator
-
Creates a new NullValidator.
- 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
- NUMBER - elemental.json.JsonType
- NumberRenderer - Class in com.vaadin.client.renderers
-
Renders a number into a cell using a specific
NumberFormat
. - NumberRenderer - Class in com.vaadin.ui.renderers
-
A renderer for presenting number values.
- NumberRenderer() - Constructor for class com.vaadin.client.renderers.NumberRenderer
- NumberRenderer() - Constructor for class com.vaadin.ui.renderers.NumberRenderer
-
Creates a new number renderer.
- NumberRenderer(NumberFormat) - Constructor for class com.vaadin.client.renderers.NumberRenderer
- NumberRenderer(String) - Constructor for class com.vaadin.ui.renderers.NumberRenderer
-
Creates a new number renderer.
- NumberRenderer(String, Locale) - Constructor for class com.vaadin.ui.renderers.NumberRenderer
-
Creates a new number renderer.
- NumberRenderer(String, Locale, String) - Constructor for class com.vaadin.ui.renderers.NumberRenderer
-
Creates a new number renderer.
- NumberRenderer(NumberFormat) - Constructor for class com.vaadin.ui.renderers.NumberRenderer
-
Creates a new number renderer.
- NumberRenderer(NumberFormat, String) - Constructor for class com.vaadin.ui.renderers.NumberRenderer
-
Creates a new number renderer.
- NumberRenderer(Locale) - Constructor for class com.vaadin.ui.renderers.NumberRenderer
-
Creates a new number renderer.
- NumberRendererConnector - Class in com.vaadin.client.connectors
-
A connector for
NumberRenderer
. - NumberRendererConnector() - Constructor for class com.vaadin.client.connectors.NumberRendererConnector
O
- O - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- obj2jso(Object) - Static method in class com.vaadin.client.communication.JsonDecoder
-
Called by generated deserialization code to treat a generic object as a JsonValue.
- OBJECT - elemental.json.JsonType
- OBJECT_GROUP - com.vaadin.server.FontAwesome
- OBJECT_UNGROUP - com.vaadin.server.FontAwesome
- ObjectProperty<T> - Class in com.vaadin.data.util
-
A simple data object containing one typed value.
- ObjectProperty(T) - Constructor for class com.vaadin.data.util.ObjectProperty
-
Creates a new instance of ObjectProperty with the given value.
- ObjectProperty(T, Class<T>) - Constructor for class com.vaadin.data.util.ObjectProperty
-
Creates a new instance of ObjectProperty with the given value and type.
- ObjectProperty(T, Class<T>, boolean) - Constructor for class com.vaadin.data.util.ObjectProperty
-
Creates a new instance of ObjectProperty with the given value, type and read-only mode status.
- ODNOKLASSNIKI - com.vaadin.server.FontAwesome
- ODNOKLASSNIKI_SQUARE - com.vaadin.server.FontAwesome
- OFF - com.vaadin.shared.ui.combobox.FilteringMode
- offsetBy(int) - Method in class com.vaadin.shared.ui.grid.Range
-
Get a range that is based on this one, but offset by a number.
- ok() - Method in class com.vaadin.client.SuperDevMode.RecompileResult
- OK - com.vaadin.client.debug.internal.Icon
- ol() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
- ol() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- onActivate(CellReference<?>) - Method in class com.vaadin.client.renderers.ComplexRenderer
-
Called when the cell is activated by pressing
enter
, double clicking or performing a double tap on the cell. - onAnimationEnd(NativeEvent) - Method in interface com.vaadin.client.AnimationUtil.AnimationEndListener
- onApplicationStopped(ApplicationConnection.ApplicationStoppedEvent) - Method in interface com.vaadin.client.ApplicationConnection.ApplicationStoppedHandler
-
Triggered when the
ApplicationConnection
marks a previously running application as stopped by invoking {@link ApplicationConnection#setApplicationRunning(false)} - onAttach() - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
- onAttach() - Method in class com.vaadin.client.ui.calendar.schedule.DateCellDayEvent
- onAttach() - Method in class com.vaadin.client.ui.calendar.schedule.SimpleDayCell
- onAttach() - Method in class com.vaadin.client.ui.orderedlayout.Slot
- onAttach() - Method in class com.vaadin.client.ui.VCheckBox
- onAttach() - Method in class com.vaadin.client.ui.VPopupCalendar
- onAttach() - Method in class com.vaadin.client.ui.VScrollTable
- onAttach() - Method in class com.vaadin.client.ui.VTextField
- onAttach() - Method in class com.vaadin.client.ui.VTreeTable.VTreeTableScrollBody.VTreeTableRow
- onAttach() - Method in class com.vaadin.client.ui.VUI
- onAttach() - Method in class com.vaadin.client.ui.VUpload
- onAttach() - Method in class com.vaadin.client.ui.VWindow
- onAttach() - Method in class com.vaadin.client.VCaption
- onAttach() - Method in class com.vaadin.client.widgets.Grid
- onAttach() - Method in class com.vaadin.client.widgets.Overlay
- onAutoScroll(int) - Method in interface com.vaadin.client.widget.grid.AutoScroller.AutoScrollerCallback
-
Triggered when doing automatic scrolling.
- onAutoScrollReachedMax() - Method in interface com.vaadin.client.widget.grid.AutoScroller.AutoScrollerCallback
-
Triggered when the grid scroll has reached the max scroll position.
- onAutoScrollReachedMin() - Method in interface com.vaadin.client.widget.grid.AutoScroller.AutoScrollerCallback
-
Triggered when the grid scroll has reached the minimum scroll position.
- onBeforeShortcutAction(Event) - Method in class com.vaadin.client.ui.richtextarea.RichTextAreaConnector
- onBeforeShortcutAction(Event) - Method in interface com.vaadin.client.ui.ShortcutActionHandler.BeforeShortcutActionListener
-
This method is called by ShortcutActionHandler before firing the shortcut if the Paintable is currently focused (aka the target of the shortcut action).
- onBeforeShortcutAction(Event) - Method in class com.vaadin.client.ui.textfield.TextFieldConnector
- onBeforeShortcutAction(Event) - Method in class com.vaadin.client.ui.window.WindowConnector
- onBlur(BlurEvent) - Method in class com.vaadin.client.ui.ConnectorFocusAndBlurHandler
- onBlur(BlurEvent) - Method in class com.vaadin.client.ui.VCalendarPanel
- onBlur(BlurEvent) - Method in class com.vaadin.client.ui.VFilterSelect
- onBlur(BlurEvent) - Method in class com.vaadin.client.ui.VOptionGroup
- onBlur(BlurEvent) - Method in class com.vaadin.client.ui.VScrollTable
- onBlur(BlurEvent) - Method in class com.vaadin.client.ui.VTextField
- onBlur(BlurEvent) - Method in class com.vaadin.client.ui.VTree
- onBlur(BlurEvent) - Method in class com.vaadin.client.ui.VWindow
- onBrowserEvent(Event) - Method in class com.vaadin.client.ui.menubar.MenuBar
-
Deprecated.
- onBrowserEvent(Event) - Method in class com.vaadin.client.ui.orderedlayout.Slot
- onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VAbstractSplitPanel
- onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VAccordion.StackItem
- onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VButton
- onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VCheckBox
- onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VColorPickerArea
- onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VCustomLayout
- onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VEmbedded
- onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VFilterSelect
- onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VFilterSelect.SuggestionPopup
- onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VLabel
- onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VLink
- onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VMenuBar
- onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VNativeButton
- onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VNotification
- onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VPanel
- onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VPopupCalendar
- onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VScrollTable.FocusableScrollContextPanel
- onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VScrollTable.FooterCell
-
Handle column clicking
- onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VScrollTable.HeaderCell
-
Handle column reordering.
- onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VScrollTable.TableHead
- onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
- onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VSlider
- onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VTabsheet
- onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VTabsheet.TabCaption
- onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VTextArea
- onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VTextField
- onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VTree
- onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VTree.TreeNode
- onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VTreeTable
- onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VTreeTable.VTreeTableScrollBody.VTreeTableRow
- onBrowserEvent(Event) - Method in class com.vaadin.client.ui.VWindow
- onBrowserEvent(Event) - Method in class com.vaadin.client.VCaption
- onBrowserEvent(Event) - Method in class com.vaadin.client.VTooltip
- onBrowserEvent(Event) - Method in class com.vaadin.client.widgets.Grid
- onBrowserEvent(CellReference<?>, NativeEvent) - Method in class com.vaadin.client.renderers.ComplexRenderer
-
Called whenever a registered event is triggered in the column the renderer renders.
- onBrowserEvent(CellReference<?>, NativeEvent) - Method in class com.vaadin.client.widget.grid.selection.MultiSelectionRenderer
- onCancel() - Method in interface com.vaadin.client.ui.dd.DragHandle.DragHandleCallback
-
Called when the drag operation has been cancelled (usually by pressing ESC)
- onCancel() - Method in interface com.vaadin.client.ui.VCalendarPanel.SubmitListener
-
On eg.
- onChange(ChangeEvent) - Method in class com.vaadin.client.ui.VCalendarPanel.VTime
- onChange(ChangeEvent) - Method in class com.vaadin.client.ui.VListSelect
- onChange(ChangeEvent) - Method in class com.vaadin.client.ui.VNativeSelect
- onChange(ChangeEvent) - Method in class com.vaadin.client.ui.VOptionGroupBase
- onChange(ChangeEvent) - Method in class com.vaadin.client.ui.VTextField
- onChange(ChangeEvent) - Method in class com.vaadin.client.ui.VTextualDate
- onChildSizeChange() - Method in class com.vaadin.client.ui.ui.UIConnector
- onClick() - Method in class com.vaadin.client.ui.VButton
-
Called internally when the user finishes clicking on this button.
- onClick(ClickEvent) - Method in class com.vaadin.client.extensions.BrowserWindowOpenerConnector
- onClick(ClickEvent) - Method in class com.vaadin.client.extensions.FileDownloaderConnector
- onClick(ClickEvent) - Method in class com.vaadin.client.renderers.ClickableRenderer
- onClick(ClickEvent) - Method in class com.vaadin.client.ui.button.ButtonConnector
- onClick(ClickEvent) - Method in class com.vaadin.client.ui.calendar.schedule.DayToolbar
- onClick(ClickEvent) - Method in class com.vaadin.client.ui.calendar.schedule.SimpleWeekToolbar
- onClick(ClickEvent) - Method in class com.vaadin.client.ui.checkbox.CheckBoxConnector
- onClick(ClickEvent) - Method in class com.vaadin.client.ui.colorpicker.ColorPickerAreaConnector
- onClick(ClickEvent) - Method in class com.vaadin.client.ui.colorpicker.ColorPickerConnector
- onClick(ClickEvent) - Method in class com.vaadin.client.ui.colorpicker.ColorPickerGridConnector
- onClick(ClickEvent) - Method in class com.vaadin.client.ui.colorpicker.VColorPickerGrid
- onClick(ClickEvent) - Method in class com.vaadin.client.ui.VAccordion.StackItem
- onClick(ClickEvent) - Method in class com.vaadin.client.ui.VButton
- onClick(ClickEvent) - Method in class com.vaadin.client.ui.VColorPicker
- onClick(ClickEvent) - Method in class com.vaadin.client.ui.VColorPickerArea
- onClick(ClickEvent) - Method in class com.vaadin.client.ui.VFilterSelect
-
Listener for popupopener
- onClick(ClickEvent) - Method in class com.vaadin.client.ui.VFormLayout.VFormLayoutTable
- onClick(ClickEvent) - Method in class com.vaadin.client.ui.VLink
- onClick(ClickEvent) - Method in class com.vaadin.client.ui.VNativeButton
- onClick(ClickEvent) - Method in class com.vaadin.client.ui.VOptionGroup
- onClick(ClickEvent) - Method in class com.vaadin.client.ui.VOptionGroupBase
- onClick(ClickEvent) - Method in class com.vaadin.client.ui.VPopupCalendar
- onClick(ClickEvent) - Method in class com.vaadin.client.ui.VTwinColSelect
- onClick(ClickableRenderer.RendererClickEvent<R>) - Method in interface com.vaadin.client.renderers.ClickableRenderer.RendererClickHandler
-
Called when a rendered button is clicked.
- onClick(GridClickEvent) - Method in interface com.vaadin.client.widget.grid.events.AbstractGridMouseEventHandler.GridClickHandler
- onClientTimeout(AtmospherePushConnection.AtmosphereResponse) - Method in class com.vaadin.client.communication.AtmospherePushConnection
- onClose() - Method in class com.vaadin.client.ui.VTabsheet.Tab
- onClose(CloseEvent<PopupPanel>) - Method in class com.vaadin.client.ui.VFilterSelect.SuggestionPopup
- onClose(CloseEvent<PopupPanel>) - Method in class com.vaadin.client.ui.VMenuBar
-
Listener method, fired when this menu is closed
- onClose(CloseEvent<PopupPanel>) - Method in class com.vaadin.client.ui.VPopupCalendar
- onClose(CloseEvent<PopupPanel>) - Method in class com.vaadin.client.ui.VScrollTable.ContextMenuDetails
- onClose(CloseEvent<PopupPanel>) - Method in class com.vaadin.client.widgets.Overlay
- onClose(AtmospherePushConnection.AtmosphereResponse) - Method in class com.vaadin.client.communication.AtmospherePushConnection
- onColumnReorder(ColumnReorderEvent<T>) - Method in interface com.vaadin.client.widget.grid.events.ColumnReorderHandler
-
A column reorder event, fired by Grid when the columns of the Grid have been reordered.
- onColumnResize(ColumnResizeEvent<T>) - Method in interface com.vaadin.client.widget.grid.events.ColumnResizeHandler
-
A column resize event, fired by Grid when the columns of the Grid have been resized.
- onComplete() - Method in interface com.vaadin.client.ui.dd.DragHandle.DragHandleCallback
-
Called when the drag operation completes successfully
- onConnect(AtmospherePushConnection.AtmosphereResponse) - Method in class com.vaadin.client.communication.AtmospherePushConnection
-
Called whenever a server push connection is established (or re-established).
- onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in interface com.vaadin.client.ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler
-
Called by the framework when the list of child components of the connector implementing this interface has changed.
- onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.connectors.GridConnector
- onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.ui.absolutelayout.AbsoluteLayoutConnector
- onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.ui.accordion.AccordionConnector
- onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.ui.csslayout.CssLayoutConnector
- onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.ui.customcomponent.CustomComponentConnector
- onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.ui.customfield.CustomFieldConnector
- onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.ui.customlayout.CustomLayoutConnector
- onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.ui.form.FormConnector
- onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.ui.formlayout.FormLayoutConnector
- onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.ui.gridlayout.GridLayoutConnector
- onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.ui.loginform.LoginFormConnector
- onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.ui.orderedlayout.AbstractOrderedLayoutConnector
- onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.ui.panel.PanelConnector
- onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.ui.popupview.PopupViewConnector
- onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.ui.splitpanel.AbstractSplitPanelConnector
- onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.ui.table.TableConnector
- onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.ui.tabsheet.TabsheetConnector
- onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.ui.ui.UIConnector
- onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.client.ui.window.WindowConnector
- onContextMenu(ContextMenuEvent) - Method in class com.vaadin.client.ui.AbstractClickEventHandler
-
Event handler for context menu.
- onContextMenu(ContextMenuEvent) - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
- onContextMenu(ContextMenuEvent) - Method in class com.vaadin.client.ui.calendar.schedule.DateCellDayEvent
- onCut() - Method in class com.vaadin.client.ui.VTextField
- onDataArrive(double, int) - Method in class com.vaadin.client.data.CacheStrategy.AbstractBasicSymmetricalCacheStrategy
- onDataArrive(double, int) - Method in interface com.vaadin.client.data.CacheStrategy
-
Called whenever data requested by the data source has arrived.
- onDataAvailable(DataAvailableEvent) - Method in interface com.vaadin.client.widget.grid.DataAvailableHandler
-
Called when DataSource has data available.
- onDetach() - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
- onDetach() - Method in class com.vaadin.client.ui.calendar.schedule.DateCellDayEvent
- onDetach() - Method in class com.vaadin.client.ui.calendar.schedule.SimpleDayCell
- onDetach() - Method in class com.vaadin.client.ui.menubar.MenuBar
-
Deprecated.
- onDetach() - Method in class com.vaadin.client.ui.orderedlayout.Slot
- onDetach() - Method in class com.vaadin.client.ui.VBrowserFrame
- onDetach() - Method in class com.vaadin.client.ui.VCalendarPanel
- onDetach() - Method in class com.vaadin.client.ui.VCustomLayout
- onDetach() - Method in class com.vaadin.client.ui.VEmbedded
- onDetach() - Method in class com.vaadin.client.ui.VFilterSelect
- onDetach() - Method in class com.vaadin.client.ui.VMenuBar
- onDetach() - Method in class com.vaadin.client.ui.VPopupCalendar
- onDetach() - Method in class com.vaadin.client.ui.VPopupView
-
Make sure that we remove the popup when the main widget is removed.
- onDetach() - Method in class com.vaadin.client.ui.VScrollTable
- onDetach() - Method in class com.vaadin.client.ui.VScrollTable.TableHead
- onDetach() - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
- onDetach() - Method in class com.vaadin.client.ui.VTextField
- onDetach() - Method in class com.vaadin.client.ui.VTree.TreeNode
- onDetach() - Method in class com.vaadin.client.ui.VUI
- onDetach() - Method in class com.vaadin.client.ui.VUpload
- onDetach() - Method in class com.vaadin.client.ui.VWindow
- onDetach() - Method in class com.vaadin.client.VCaption
- onDetach() - Method in class com.vaadin.client.widgets.Grid
- onDetach() - Method in class com.vaadin.client.widgets.Overlay
- onDoubleClick(DoubleClickEvent) - Method in class com.vaadin.client.ui.AbstractClickEventHandler
-
Event handler for double clicks.
- onDoubleClick(DoubleClickEvent) - Method in class com.vaadin.client.ui.VTwinColSelect
- onDoubleClick(GridDoubleClickEvent) - Method in interface com.vaadin.client.widget.grid.events.AbstractGridMouseEventHandler.GridDoubleClickHandler
- onDragCancel() - Method in interface com.vaadin.client.ui.dd.DragAndDropHandler.DragAndDropCallback
-
Called when the drag has been canceled.
- onDragEnd() - Method in interface com.vaadin.client.ui.dd.DragAndDropHandler.DragAndDropCallback
-
Called after the has ended on a drop or cancel.
- onDragStart(Event) - Method in interface com.vaadin.client.ui.dd.DragAndDropHandler.DragAndDropCallback
-
Called when the drag has started.
- onDragStartOnDraggableElement(NativeEvent, DragAndDropHandler.DragAndDropCallback) - Method in class com.vaadin.client.ui.dd.DragAndDropHandler
-
This method can be called to trigger drag and drop on any grid element that can be dragged and dropped.
- onDragUpdate(Event) - Method in interface com.vaadin.client.ui.dd.DragAndDropHandler.DragAndDropCallback
-
Called on drag.
- onDrop() - Method in interface com.vaadin.client.ui.dd.DragAndDropHandler.DragAndDropCallback
-
Called when the drag has ended on a drop.
- onDropFromCache(int) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
-
Deprecated.
- onDropFromCache(int, JsonObject) - Method in class com.vaadin.client.connectors.RpcDataSourceConnector.RpcDataSource
- onDropFromCache(int, T) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
-
A hook that can be overridden to do something whenever a row has been dropped from the cache.
- onElementResize(ElementResizeEvent) - Method in class com.vaadin.client.extensions.ResponsiveConnector
- onElementResize(ElementResizeEvent) - Method in interface com.vaadin.client.ui.layout.ElementResizeListener
- onEnabled(boolean) - Method in interface com.vaadin.client.widget.grid.events.GridEnabledHandler
-
Called when Grid is enabled or disabled.
- onEnabled(boolean) - Method in class com.vaadin.client.widgets.Grid.SelectionColumn
- onError(Request, Throwable) - Method in class com.vaadin.client.communication.XhrConnection.XhrResponseHandler
- onError(AtmospherePushConnection.AtmosphereResponse) - Method in class com.vaadin.client.communication.AtmospherePushConnection
-
Called if the push connection fails.
- onError(ResourceLoader.ResourceLoadEvent) - Method in interface com.vaadin.client.ResourceLoader.ResourceLoadListener
-
Notifies this ResourceLoadListener that a resource could not be loaded, e.g.
- onError(String, int) - Method in interface com.vaadin.client.ApplicationConnection.CommunicationErrorHandler
-
Called when a communication error has occurred.
- onEvent(Grid.GridEvent<T>) - Method in interface com.vaadin.client.widget.grid.GridEventHandler
-
Attempts to handle the given grid event.
- onEventPreview(Event) - Method in class com.vaadin.client.ui.VNotification
- onEventPreview(Event) - Method in class com.vaadin.client.ui.VPopupView.CustomPopup
- onEventPreview(Event) - Method in class com.vaadin.client.ui.VWindow
- onFocus(FocusEvent) - Method in class com.vaadin.client.ui.ConnectorFocusAndBlurHandler
- onFocus(FocusEvent) - Method in class com.vaadin.client.ui.VCalendarPanel
- onFocus(FocusEvent) - Method in class com.vaadin.client.ui.VFilterSelect
- onFocus(FocusEvent) - Method in class com.vaadin.client.ui.VMenuBar
- onFocus(FocusEvent) - Method in class com.vaadin.client.ui.VOptionGroup
- onFocus(FocusEvent) - Method in class com.vaadin.client.ui.VScrollTable
- onFocus(FocusEvent) - Method in class com.vaadin.client.ui.VTextField
- onFocus(FocusEvent) - Method in class com.vaadin.client.ui.VTree
- onFocus(FocusEvent) - Method in class com.vaadin.client.ui.VWindow
- onFocusOut(DomEvent<?>) - Method in interface com.vaadin.client.ui.VCalendarPanel.FocusOutListener
- onHover(ComponentConnector) - Method in interface com.vaadin.client.debug.internal.HierarchySection.FindHandler
-
Called when the user hovers over a connector, which is highlighted.
- onKeyDown(KeyDownEvent) - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
- onKeyDown(KeyDownEvent) - Method in class com.vaadin.client.ui.calendar.schedule.DateCellDayEvent
- onKeyDown(KeyDownEvent) - Method in class com.vaadin.client.ui.calendar.schedule.MonthGrid
- onKeyDown(KeyDownEvent) - Method in class com.vaadin.client.ui.VCalendarPanel
- onKeyDown(KeyDownEvent) - Method in class com.vaadin.client.ui.VFilterSelect
- onKeyDown(KeyDownEvent) - Method in class com.vaadin.client.ui.VForm
- onKeyDown(KeyDownEvent) - Method in class com.vaadin.client.ui.VMenuBar
- onKeyDown(KeyDownEvent) - Method in class com.vaadin.client.ui.VRichTextArea
- onKeyDown(KeyDownEvent) - Method in class com.vaadin.client.ui.VTextArea
- onKeyDown(KeyDownEvent) - Method in class com.vaadin.client.ui.VTextField
- onKeyDown(KeyDownEvent) - Method in class com.vaadin.client.ui.VTextualDate
- onKeyDown(KeyDownEvent) - Method in class com.vaadin.client.ui.VTree
- onKeyDown(KeyDownEvent) - Method in class com.vaadin.client.ui.VTwinColSelect
- onKeyDown(KeyDownEvent) - Method in class com.vaadin.client.ui.VWindow
- onKeyDown(GridKeyDownEvent) - Method in interface com.vaadin.client.widget.grid.events.AbstractGridKeyEventHandler.GridKeyDownHandler
- onKeyPress(KeyPressEvent) - Method in class com.vaadin.client.ui.VCalendarPanel
- onKeyPress(KeyPressEvent) - Method in class com.vaadin.client.ui.VMenuBar
- onKeyPress(KeyPressEvent) - Method in class com.vaadin.client.ui.VOptionGroupBase
- onKeyPress(KeyPressEvent) - Method in class com.vaadin.client.ui.VRichTextArea
- onKeyPress(KeyPressEvent) - Method in class com.vaadin.client.ui.VTree
- onKeyPress(GridKeyPressEvent) - Method in interface com.vaadin.client.widget.grid.events.AbstractGridKeyEventHandler.GridKeyPressHandler
- onKeyUp(KeyUpEvent) - Method in class com.vaadin.client.ui.VFilterSelect
-
Triggered when a key was depressed
- onKeyUp(GridKeyUpEvent) - Method in interface com.vaadin.client.widget.grid.events.AbstractGridKeyEventHandler.GridKeyUpHandler
- onLoad() - Method in class com.vaadin.client.ui.calendar.schedule.SimpleDayCell
- onLoad() - Method in class com.vaadin.client.ui.VFilterSelect.SuggestionPopup
- onLoad() - Method in class com.vaadin.client.ui.VUI
-
Start to periodically monitor for parent element resizes if embedded application (e.g.
- onLoad() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
-
Should be called whenever this bundle is attached to the DOM (typically, from the onLoad of the containing widget).
- onLoad() - Method in class com.vaadin.client.widgets.Escalator
- onLoad(LoadEvent) - Method in class com.vaadin.client.ui.VFilterSelect.SuggestionMenu
- onLoad(ResourceLoader.ResourceLoadEvent) - Method in interface com.vaadin.client.ResourceLoader.ResourceLoadListener
-
Notifies this ResourceLoadListener that a resource has been loaded.
- onLogin(LoginForm.LoginEvent) - Method in interface com.vaadin.ui.LoginForm.LoginListener
-
This method is fired on each login form post.
- onMaximizeRestore() - Method in class com.vaadin.client.ui.window.WindowConnector
- onMenuClick(int) - Method in class com.vaadin.client.ui.VMenuBar
-
This is called by the items in the menu and it communicates the information to the server
- onMessage(AtmospherePushConnection.AtmosphereResponse) - Method in class com.vaadin.client.communication.AtmospherePushConnection
- onModuleLoad() - Method in class com.vaadin.client.ApplicationConfiguration
- onMouseDown(MouseDownEvent) - Method in class com.vaadin.client.debug.internal.VDebugWindow.MouseHandler
- onMouseDown(MouseDownEvent) - Method in class com.vaadin.client.ui.AbstractClickEventHandler
- onMouseDown(MouseDownEvent) - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
- onMouseDown(MouseDownEvent) - Method in class com.vaadin.client.ui.calendar.schedule.DateCellContainer
- onMouseDown(MouseDownEvent) - Method in class com.vaadin.client.ui.calendar.schedule.DateCellDayEvent
- onMouseDown(MouseDownEvent) - Method in class com.vaadin.client.ui.calendar.schedule.SimpleDayCell
- onMouseDown(MouseDownEvent) - Method in class com.vaadin.client.ui.colorpicker.VColorPickerGradient
- onMouseDown(MouseDownEvent) - Method in class com.vaadin.client.ui.VCalendarPanel
- onMouseDown(MouseDownEvent) - Method in class com.vaadin.client.ui.VTwinColSelect
- onMouseDown(Event) - Method in class com.vaadin.client.ui.VAbstractSplitPanel
- onMouseMove(MouseMoveEvent) - Method in class com.vaadin.client.debug.internal.VDebugWindow.MouseHandler
- onMouseMove(MouseMoveEvent) - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
- onMouseMove(MouseMoveEvent) - Method in class com.vaadin.client.ui.calendar.schedule.DateCellDayEvent
- onMouseMove(MouseMoveEvent) - Method in class com.vaadin.client.ui.calendar.schedule.SimpleDayCell
- onMouseMove(MouseMoveEvent) - Method in class com.vaadin.client.ui.colorpicker.VColorPickerGradient
- onMouseMove(Event) - Method in class com.vaadin.client.ui.VAbstractSplitPanel
- onMouseOut(MouseOutEvent) - Method in class com.vaadin.client.ui.VCalendarPanel
- onMouseOver(MouseOverEvent) - Method in class com.vaadin.client.ui.calendar.schedule.SimpleDayCell
- onMouseUp(MouseUpEvent) - Method in class com.vaadin.client.ui.AbstractClickEventHandler
- onMouseUp(MouseUpEvent) - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
- onMouseUp(MouseUpEvent) - Method in class com.vaadin.client.ui.calendar.schedule.DateCellContainer
- onMouseUp(MouseUpEvent) - Method in class com.vaadin.client.ui.calendar.schedule.DateCellDayEvent
- onMouseUp(MouseUpEvent) - Method in class com.vaadin.client.ui.calendar.schedule.SimpleDayCell
- onMouseUp(MouseUpEvent) - Method in class com.vaadin.client.ui.colorpicker.ColorPickerGradientConnector
- onMouseUp(MouseUpEvent) - Method in class com.vaadin.client.ui.colorpicker.VColorPickerGradient
- onMouseUp(MouseUpEvent) - Method in class com.vaadin.client.ui.VCalendarPanel
- onMouseUp(Event) - Method in class com.vaadin.client.ui.VAbstractSplitPanel
- onOpen(AtmospherePushConnection.AtmosphereResponse) - Method in class com.vaadin.client.communication.AtmospherePushConnection
- onPointerCancel(PointerCancelEvent) - Method in interface com.vaadin.client.event.PointerCancelHandler
-
Called when PointerCancelEvent is fired.
- onPointerDown(PointerDownEvent) - Method in interface com.vaadin.client.event.PointerDownHandler
-
Called when PointerDownEvent is fired.
- onPointerMove(PointerMoveEvent) - Method in interface com.vaadin.client.event.PointerMoveHandler
-
Called when PointerMoveEvent is fired.
- onPointerUp(PointerUpEvent) - Method in interface com.vaadin.client.event.PointerUpHandler
-
Called when PointerUpEvent is fired.
- onPopupClosed(PopupPanel, boolean) - Method in class com.vaadin.client.ui.menubar.MenuBar
-
Deprecated.
- onPreviewNativeEvent(Event.NativePreviewEvent) - Method in class com.vaadin.client.debug.internal.VDebugWindow.MouseHandler
- onPreviewNativeEvent(Event.NativePreviewEvent) - Method in class com.vaadin.client.ui.TouchScrollDelegate
- onPreviewNativeEvent(Event.NativePreviewEvent) - Method in class com.vaadin.client.ui.VFilterSelect.SuggestionPopup
- onPreviewNativeEvent(Event.NativePreviewEvent) - Method in class com.vaadin.client.ui.VNotification
- onProgress(StreamVariable.StreamingProgressEvent) - Method in interface com.vaadin.server.StreamVariable
-
This method is called by the terminal if
StreamVariable.listenProgress()
returns true when the streaming starts. - onReconnect(JavaScriptObject, AtmospherePushConnection.AtmosphereResponse) - Method in class com.vaadin.client.communication.AtmospherePushConnection
- onReopen(AtmospherePushConnection.AtmosphereResponse) - Method in class com.vaadin.client.communication.AtmospherePushConnection
- onRequest(AtmosphereResource) - Method in class com.vaadin.server.communication.PushAtmosphereHandler
- onRequestStarting(ApplicationConnection.RequestStartingEvent) - Method in interface com.vaadin.client.ApplicationConnection.CommunicationHandler
- onResize() - Method in class com.vaadin.client.widgets.Escalator
- onResize() - Method in class com.vaadin.client.widgets.Grid
- onResize(ResizeEvent) - Method in class com.vaadin.client.ui.VUI
- onResponse(List<T>, int) - Method in class com.vaadin.client.data.AbstractRemoteDataSource.RequestRowsCallback
-
Called by the
AbstractRemoteDataSource.requestRows(int, int, RequestRowsCallback)
implementation when data has been received. - onResponseHandlingEnded(ApplicationConnection.ResponseHandlingEndedEvent) - Method in interface com.vaadin.client.ApplicationConnection.CommunicationHandler
- onResponseHandlingStarted(ApplicationConnection.ResponseHandlingStartedEvent) - Method in interface com.vaadin.client.ApplicationConnection.CommunicationHandler
- onResponseReceived(Request, Response) - Method in class com.vaadin.client.communication.XhrConnection.XhrResponseHandler
- onResynchronize() - Method in class com.vaadin.client.communication.MessageHandler
- onRowHeightChanged(RowHeightChangedEvent) - Method in interface com.vaadin.client.widget.escalator.events.RowHeightChangedHandler
-
A row height changed event, fired by Escalator when the header, body or footer row height has changed.
- onRowVisibilityChange(RowVisibilityChangeEvent) - Method in interface com.vaadin.client.widget.escalator.RowVisibilityChangeHandler
-
Called when the range of visible rows changes e.g.
- onScroll(ScrollEvent) - Method in class com.vaadin.client.ui.FocusableScrollPanel
- onScroll(ScrollEvent) - Method in class com.vaadin.client.ui.VScrollTable
-
This method has logic which rows needs to be requested from server when user scrolls
- onScroll(ScrollEvent) - Method in class com.vaadin.client.ui.VWindow
- onScroll(ScrollEvent) - Method in interface com.vaadin.client.widget.grid.events.ScrollHandler
-
A callback method that is called once a scrollbar bundle has been scrolled.
- onSelect(SelectionEvent<T>) - Method in interface com.vaadin.client.widget.grid.selection.SelectionHandler
-
Called when a selection model's selection state is changed.
- onSelectAll(SelectAllEvent<T>) - Method in interface com.vaadin.client.widget.grid.events.SelectAllHandler
-
Called when select all value in SelectionColumn header changes value.
- onSelected(ComponentConnector) - Method in interface com.vaadin.client.debug.internal.HierarchySection.FindHandler
-
Called when the user clicks on a highlighted connector.
- onSelectTab(VAccordion.StackItem) - Method in class com.vaadin.client.ui.VAccordion
- onShow() - Method in class com.vaadin.client.ui.VMenuBar
-
When the menu is shown.
- onSpacerVisibilityChanged(SpacerVisibilityChangedEvent) - Method in interface com.vaadin.client.widget.escalator.events.SpacerVisibilityChangedHandler
-
Called when a spacer visibility changed event is fired, when a spacer's visibility changes.
- onSplitPositionChanged(AbstractSplitPanel.SplitPositionChangeEvent) - Method in interface com.vaadin.ui.AbstractSplitPanel.SplitPositionChangeListener
-
SplitPanel splitter position has been changed.
- onStart() - Method in interface com.vaadin.client.ui.dd.DragHandle.DragHandleCallback
-
Called when dragging starts
- onStateChange(AtmosphereResourceEvent) - Method in class com.vaadin.server.communication.PushAtmosphereHandler
- OnStateChange - Annotation Type in com.vaadin.client.annotations
-
Marks a method in Connector classes that should be used to handle changes to specific properties in the connector's shared state.
- onStateChanged(StateChangeEvent) - Method in interface com.vaadin.client.communication.StateChangeEvent.StateChangeHandler
-
Notifies the event handler that the state has changed.
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.connectors.GridConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.extensions.javascriptmanager.JavaScriptManagerConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.extensions.ResponsiveConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.absolutelayout.AbsoluteLayoutConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.AbstractComponentConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.AbstractConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.accordion.AccordionConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.audio.AudioConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.browserframe.BrowserFrameConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.calendar.CalendarConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.checkbox.CheckBoxConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.colorpicker.AbstractColorPickerConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.colorpicker.ColorPickerGradientConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.colorpicker.ColorPickerGridConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.ConnectorFocusAndBlurHandler
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.csslayout.CssLayoutConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.customfield.CustomFieldConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.customlayout.CustomLayoutConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.datefield.DateFieldConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.datefield.InlineDateFieldConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.embedded.EmbeddedConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.flash.FlashConnector
-
Deprecated.
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.formlayout.FormLayoutConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.gridlayout.GridLayoutConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.image.ImageConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.label.LabelConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.link.LinkConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.loginform.LoginFormConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.MediaBaseConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.nativebutton.NativeButtonConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.orderedlayout.AbstractOrderedLayoutConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.popupview.PopupViewConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.progressindicator.ProgressBarConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.progressindicator.ProgressIndicatorConnector
-
Deprecated.
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.slider.SliderConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.splitpanel.AbstractSplitPanelConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.tabsheet.TabsheetBaseConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.tabsheet.TabsheetConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.tree.TreeConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.ui.UIConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.upload.UploadConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.video.VideoConnector
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.VPopupView.CustomPopup
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.client.ui.window.WindowConnector
- OnStateChangeMethod - Class in com.vaadin.client.metadata
-
Encapsulates the data that the widgetset compiler generates for supporting a connector method annotated with
OnStateChange
- OnStateChangeMethod(Class<?>, String, String[]) - Constructor for class com.vaadin.client.metadata.OnStateChangeMethod
-
Creates a new instance based on declaring class, a method name, a list of parameters names and a list of properties to listen for.
- OnStateChangeMethod(String, String[]) - Constructor for class com.vaadin.client.metadata.OnStateChangeMethod
-
Creates a new instance based on a method name, a list of parameters names and a list of properties to listen for.
- onSubmit() - Method in interface com.vaadin.client.ui.VCalendarPanel.SubmitListener
-
Called when calendar user triggers a submitting operation in calendar panel.
- onSuggestionSelected(VFilterSelect.FilterSelectSuggestion) - Method in class com.vaadin.client.ui.VFilterSelect
-
Triggered when a suggestion is selected
- onTabClose(TabSheet, Component) - Method in interface com.vaadin.ui.TabSheet.CloseHandler
-
Called when a user has pressed the close icon of a tab in the client side widget.
- onTabOut(DomEvent<?>) - Method in class com.vaadin.client.ui.VCalendarPanel
-
If true should be returned if the panel will not be used after this event.
- onTouchStart(TouchStartEvent) - Method in class com.vaadin.client.ui.TouchScrollDelegate
- onTouchStart(TouchStartEvent) - Method in class com.vaadin.client.ui.TouchScrollDelegate.TouchScrollHandler
- onTransportFailure() - Method in class com.vaadin.client.communication.AtmospherePushConnection
-
Called if the transport mechanism cannot be used and the fallback will be tried
- onUnload() - Method in class com.vaadin.client.ui.calendar.schedule.MonthGrid
- onUnload() - Method in class com.vaadin.client.ui.VFilterSelect.SuggestionPopup
- onUnload() - Method in class com.vaadin.client.ui.VUI
-
Stop monitoring for parent element resizes.
- onUnload() - Method in class com.vaadin.client.widgets.Escalator
- onUnregister() - Method in class com.vaadin.client.connectors.ClickableRendererConnector
- onUnregister() - Method in class com.vaadin.client.connectors.JavaScriptRendererConnector
- onUnregister() - Method in class com.vaadin.client.connectors.MultiSelectionModelConnector
- onUnregister() - Method in class com.vaadin.client.connectors.SingleSelectionModelConnector
- onUnregister() - Method in class com.vaadin.client.extensions.ResponsiveConnector
- onUnregister() - Method in class com.vaadin.client.JavaScriptConnectorHelper
- onUnregister() - Method in class com.vaadin.client.JavaScriptExtension
- onUnregister() - Method in interface com.vaadin.client.ServerConnector
-
Event called when connector has been unregistered.
- onUnregister() - Method in class com.vaadin.client.ui.AbstractComponentConnector
- onUnregister() - Method in class com.vaadin.client.ui.AbstractConnector
- onUnregister() - Method in class com.vaadin.client.ui.calendar.CalendarConnector
- onUnregister() - Method in class com.vaadin.client.ui.flash.FlashConnector
-
Deprecated.
- onUnregister() - Method in class com.vaadin.client.ui.form.FormConnector
- onUnregister() - Method in class com.vaadin.client.ui.formlayout.FormLayoutConnector
- onUnregister() - Method in class com.vaadin.client.ui.gridlayout.GridLayoutConnector
- onUnregister() - Method in class com.vaadin.client.ui.JavaScriptComponentConnector
- onUnregister() - Method in class com.vaadin.client.ui.orderedlayout.AbstractOrderedLayoutConnector
- onUnregister() - Method in class com.vaadin.client.ui.panel.PanelConnector
- onUnregister() - Method in class com.vaadin.client.ui.progressindicator.ProgressIndicatorConnector
-
Deprecated.
- onUnregister() - Method in class com.vaadin.client.ui.richtextarea.RichTextAreaConnector
- onUnregister() - Method in class com.vaadin.client.ui.slider.SliderConnector
- onUnregister() - Method in class com.vaadin.client.ui.table.TableConnector
- onUnregister() - Method in class com.vaadin.client.ui.twincolselect.TwinColSelectConnector
- onUnregister() - Method in class com.vaadin.client.ui.VScrollTable
- onUnregister() - Method in class com.vaadin.client.ui.window.WindowConnector
- onUpdate(double) - Method in class com.vaadin.client.widgets.Overlay.ResizeAnimation
- onUpdate(double, double) - Method in interface com.vaadin.client.ui.dd.DragHandle.DragHandleCallback
-
Called when the drag handle has moved.
- onValueChange() - Method in class com.vaadin.client.ui.VCalendarPanel
- onValueChange(ValueChangeEvent<Double>) - Method in class com.vaadin.client.ui.slider.SliderConnector
- onVisibilityChange(VisibilityChangeEvent) - Method in class com.vaadin.client.ui.popupview.PopupViewConnector
- onVisibilityChange(VisibilityChangeEvent) - Method in interface com.vaadin.client.ui.popupview.VisibilityChangeHandler
- onVisibilityChange(ColumnVisibilityChangeEvent<T>) - Method in interface com.vaadin.client.widget.grid.events.ColumnVisibilityChangeHandler
-
A column visibility change event, fired by Grid when a column in the Grid has changed visibility.
- onWindowClosing(Window.ClosingEvent) - Method in class com.vaadin.client.ui.VUI
- onWindowMove(WindowMoveEvent) - Method in class com.vaadin.client.ui.window.WindowConnector
- onWindowMove(WindowMoveEvent) - Method in interface com.vaadin.client.ui.window.WindowMoveHandler
-
Called when the VWindow was moved by the user.
- onWindowOrderChange(WindowOrderEvent) - Method in interface com.vaadin.client.ui.window.WindowOrderHandler
-
Called when the VWindow instances changed their order position.
- open() - Method in class com.vaadin.client.ui.VAccordion.StackItem
- open(boolean) - Method in class com.vaadin.client.SimpleTree
-
Deprecated.
- open(int) - Method in class com.vaadin.client.ui.VAccordion
-
For internal use only.
- open(Resource) - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.As of 7.0, use getPage().setLocation instead
- open(Resource, String) - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.As of 7.0, use getPage().open instead
- open(Resource, String, boolean) - Method in class com.vaadin.server.Page
-
Deprecated.As of 7.0, only retained to maintain compatibility with LegacyWindow.open methods. See documentation for
LegacyWindow.open(Resource, String, boolean)
for discussion about replacing API. - open(Resource, String, boolean) - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.Opens the given resource in a window with the given name and optionally tries to force the resource to open in a new window instead of a new tab.
- open(Resource, String, int, int, BorderStyle) - Method in class com.vaadin.server.Page
-
Deprecated.As of 7.0, only retained to maintain compatibility with LegacyWindow.open methods. See documentation for
LegacyWindow.open(Resource, String, int, int, BorderStyle)
for discussion about replacing API. - open(Resource, String, int, int, BorderStyle) - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.As of 7.0, use getPage().open instead
- open(String, String) - Method in class com.vaadin.server.Page
-
Opens the given url in a window with the given name.
- open(String, String, boolean) - Method in class com.vaadin.server.Page
-
Opens the given url in a window with the given name.
- open(String, String, int, int, BorderStyle) - Method in class com.vaadin.server.Page
-
Opens the given URL in a window with the given size, border and name.
- OPEN - com.vaadin.server.VaadinSession.State
-
The session is active and accepting client requests.
- OPEN_ROOT_MENU_ON_HOWER - Static variable in class com.vaadin.shared.ui.menubar.MenuBarConstants
-
Deprecated.
- openCalendarPanel() - Method in class com.vaadin.client.ui.VPopupCalendar
-
Opens the calendar panel popup
- OPENCART - com.vaadin.server.FontAwesome
- openDelay - Variable in class com.vaadin.shared.ui.ui.UIState.TooltipConfigurationState
- OPENID - com.vaadin.server.FontAwesome
- openJsonMessage(Writer, VaadinResponse) - Method in class com.vaadin.server.communication.UidlRequestHandler
-
Writes the opening of JSON message to be sent to client.
- openPopup(boolean) - Method in interface com.vaadin.shared.ui.colorpicker.ColorPickerServerRpc
-
ColorPicker click event.
- openRootOnHover - Variable in class com.vaadin.client.ui.VMenuBar
-
For internal use only.
- OPERA - com.vaadin.server.FontAwesome
- OptimisticLockException - Exception in com.vaadin.data.util.sqlcontainer
-
An OptimisticLockException is thrown when trying to update or delete a row that has been changed since last read from the database.
- OptimisticLockException(RowId) - Constructor for exception com.vaadin.data.util.sqlcontainer.OptimisticLockException
- OptimisticLockException(String, RowId) - Constructor for exception com.vaadin.data.util.sqlcontainer.OptimisticLockException
- OPTIMIZE - com.vaadin.client.debug.internal.Icon
- OptimizedWidgetsetPanel - Class in com.vaadin.client.debug.internal
-
Optimized widgetset view panel of the debug window.
- OptimizedWidgetsetPanel() - Constructor for class com.vaadin.client.debug.internal.OptimizedWidgetsetPanel
- OPTIN_MONSTER - com.vaadin.server.FontAwesome
- OptionGroup - Class in com.vaadin.ui
-
Configures select to be used as an option group.
- OptionGroup() - Constructor for class com.vaadin.ui.OptionGroup
- OptionGroup(String) - Constructor for class com.vaadin.ui.OptionGroup
- OptionGroup(String, Container) - Constructor for class com.vaadin.ui.OptionGroup
- OptionGroup(String, Collection<?>) - Constructor for class com.vaadin.ui.OptionGroup
- 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.
- OptionGroupBaseConnector - Class in com.vaadin.client.ui.optiongroup
- OptionGroupBaseConnector() - Constructor for class com.vaadin.client.ui.optiongroup.OptionGroupBaseConnector
- OptionGroupConnector - Class in com.vaadin.client.ui.optiongroup
- OptionGroupConnector() - Constructor for class com.vaadin.client.ui.optiongroup.OptionGroupConnector
- OptionGroupConstants - Class in com.vaadin.shared.ui.optiongroup
- OptionGroupConstants() - Constructor for class com.vaadin.shared.ui.optiongroup.OptionGroupConstants
- OptionGroupState - Class in com.vaadin.shared.ui.optiongroup
-
Shared state for the OptionGroup component.
- OptionGroupState() - Constructor for class com.vaadin.shared.ui.optiongroup.OptionGroupState
- optionsContainer - Variable in class com.vaadin.client.ui.VOptionGroupBase
-
Widget holding the different options (e.g.
- Or - Class in com.vaadin.data.util.filter
-
A compound
Container.Filter
that accepts an item if any of its filters accept the item. - Or - Class in com.vaadin.event.dd.acceptcriteria
-
A compound criterion that accepts the drag if any of its criterion accepts it.
- Or(Container.Filter...) - Constructor for class com.vaadin.data.util.filter.Or
- Or(ClientSideCriterion...) - Constructor for class com.vaadin.event.dd.acceptcriteria.Or
- OR - com.vaadin.data.validator.CompositeValidator.CombinationMode
-
The validators are combined with
OR
clause: validity of the composite implies that some of validators it is composed of must be valid. - OracleGenerator - Class in com.vaadin.data.util.sqlcontainer.query.generator
- OracleGenerator() - Constructor for class com.vaadin.data.util.sqlcontainer.query.generator.OracleGenerator
- OracleGenerator(Class<? extends StatementHelper>) - Constructor for class com.vaadin.data.util.sqlcontainer.query.generator.OracleGenerator
- OracleGenerator(String, String) - Constructor for class com.vaadin.data.util.sqlcontainer.query.generator.OracleGenerator
-
Construct an OracleSQLGenerator with the specified identifiers for start and end of quoted strings.
- OracleGenerator(String, String, Class<? extends StatementHelper>) - Constructor for class com.vaadin.data.util.sqlcontainer.query.generator.OracleGenerator
- OrderBy - Class in com.vaadin.data.util.sqlcontainer.query
-
OrderBy represents a sorting rule to be applied to a query made by the SQLContainer's QueryDelegate.
- OrderBy(String, boolean) - Constructor for class com.vaadin.data.util.sqlcontainer.query.OrderBy
- orientation - Variable in class com.vaadin.client.ui.VSlider
- orientation - Variable in class com.vaadin.shared.ui.slider.SliderState
- Orientation - Enum in com.vaadin.shared.ui
- origScrollTop - Variable in class com.vaadin.client.ui.VAbstractSplitPanel
- OrTranslator - Class in com.vaadin.data.util.sqlcontainer.query.generator.filter
- OrTranslator() - Constructor for class com.vaadin.data.util.sqlcontainer.query.generator.filter.OrTranslator
- OTHER - com.vaadin.server.VaadinServlet.RequestType
-
Deprecated.
- outdent() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
- outdent() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- OUTDENT - com.vaadin.server.FontAwesome
- OutOfBoundsException(GridLayout.Area) - Constructor for exception com.vaadin.ui.GridLayout.OutOfBoundsException
-
Constructs an
OoutOfBoundsException
with the specified detail message. - OVER - com.vaadin.shared.ui.dd.DragEventType
- overlaps(GridLayout.Area) - Method in class com.vaadin.ui.GridLayout.Area
-
Tests if this Area overlaps with another Area.
- OverlapsException(GridLayout.Area) - Constructor for exception com.vaadin.ui.GridLayout.OverlapsException
-
Constructs an
OverlapsException
. - Overlay - Class in com.vaadin.client.widgets
-
Overlay widget extending the PopupPanel.
- Overlay() - Constructor for class com.vaadin.client.widgets.Overlay
- Overlay(boolean) - Constructor for class com.vaadin.client.widgets.Overlay
- Overlay(boolean, boolean) - Constructor for class com.vaadin.client.widgets.Overlay
- Overlay(boolean, boolean, boolean) - Constructor for class com.vaadin.client.widgets.Overlay
-
Deprecated.See main JavaDoc for Overlay. Use the other constructors without the
showShadow
parameter. - Overlay.PositionAndSize - Class in com.vaadin.client.widgets
- Overlay.ResizeAnimation - Class in com.vaadin.client.widgets
- overlayContainerLabel - Variable in class com.vaadin.shared.ui.ui.UIState
- ownActions - Variable in class com.vaadin.event.ActionManager
-
List of action handlers.
- owner - Variable in class com.vaadin.client.ui.Action
P
- P - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- Page - Class in com.vaadin.server
- Page(UI, PageState) - Constructor for class com.vaadin.server.Page
- PAGE_DOWN - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- PAGE_UP - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- Page.BrowserWindowResizeEvent - Class in com.vaadin.server
-
Event that is fired when a browser window containing a uI is resized.
- Page.BrowserWindowResizeListener - Interface in com.vaadin.server
-
Listener that gets notified when the size of the browser window containing the uI has changed.
- Page.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
-
Listener that that gets notified when the URI fragment of the page changes.
- PageClientRpc - Interface in com.vaadin.shared.ui.ui
- pageLength - Variable in class com.vaadin.client.ui.VFilterSelect
-
For internal use only.
- pageLength - Variable in class com.vaadin.ui.ComboBox
-
Holds value of property pageLength.
- PAGELINES - com.vaadin.server.FontAwesome
- pageState - Variable in class com.vaadin.shared.ui.ui.UIState
-
State related to the Page class.
- PageState - Class in com.vaadin.shared.ui.ui
-
The shared state of a
Page
. - PageState() - Constructor for class com.vaadin.shared.ui.ui.PageState
- paint(PaintTarget) - Method in interface com.vaadin.event.dd.acceptcriteria.AcceptCriterion
- paint(PaintTarget) - Method in class com.vaadin.event.dd.acceptcriteria.ClientSideCriterion
- paint(PaintTarget) - Method in class com.vaadin.event.dd.acceptcriteria.ServerSideCriterion
- paint(Component, PaintTarget) - Static method in class com.vaadin.server.LegacyPaint
-
Paints the Paintable into a UIDL stream.
- PAINT_BRUSH - com.vaadin.server.FontAwesome
- Paintable - Interface in com.vaadin.client
-
Deprecated.
- paintableId - Variable in class com.vaadin.client.ui.VDateField
-
For internal use only.
- paintableId - Variable in class com.vaadin.client.ui.VFilterSelect
-
For internal use only.
- paintableId - Variable in class com.vaadin.client.ui.VNativeButton
-
For internal use only.
- paintableId - Variable in class com.vaadin.client.ui.VOptionGroupBase
-
For internal use only.
- paintableId - Variable in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- paintableId - Variable in class com.vaadin.client.ui.VTextField
-
For internal use only.
- paintableId - Variable in class com.vaadin.client.ui.VTree
-
For internal use only.
- paintableId - Variable in class com.vaadin.client.ui.VUpload
-
For internal use only.
- paintActions(Object, PaintTarget) - Method in class com.vaadin.event.ActionManager
- 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.AbstractSelect
-
Paints the content of this component.
- paintContent(PaintTarget) - Method in class com.vaadin.ui.AbstractTextField
- paintContent(PaintTarget) - Method in class com.vaadin.ui.Calendar
- paintContent(PaintTarget) - Method in class com.vaadin.ui.ComboBox
- paintContent(PaintTarget) - Method in class com.vaadin.ui.CustomLayout
- paintContent(PaintTarget) - Method in class com.vaadin.ui.DateField
- paintContent(PaintTarget) - Method in class com.vaadin.ui.DragAndDropWrapper
- paintContent(PaintTarget) - Method in class com.vaadin.ui.Embedded
-
Invoked when the component state should be painted.
- paintContent(PaintTarget) - Method in class com.vaadin.ui.Form
-
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.ListSelect
- paintContent(PaintTarget) - Method in class com.vaadin.ui.MenuBar
-
Paint (serialise) the component for the client.
- paintContent(PaintTarget) - Method in class com.vaadin.ui.NativeSelect
- paintContent(PaintTarget) - Method in class com.vaadin.ui.OptionGroup
- paintContent(PaintTarget) - Method in class com.vaadin.ui.Panel
- paintContent(PaintTarget) - Method in class com.vaadin.ui.PopupDateField
- paintContent(PaintTarget) - Method in class com.vaadin.ui.RichTextArea
- paintContent(PaintTarget) - Method in class com.vaadin.ui.Table
- paintContent(PaintTarget) - Method in class com.vaadin.ui.Tree
-
Paints any needed component-specific things to the given UIDL stream.
- paintContent(PaintTarget) - Method in class com.vaadin.ui.Tree.TargetInSubtree
- paintContent(PaintTarget) - Method in class com.vaadin.ui.TreeTable
- paintContent(PaintTarget) - Method in class com.vaadin.ui.TwinColSelect
- paintContent(PaintTarget) - Method in class com.vaadin.ui.UI
- paintContent(PaintTarget) - Method in class com.vaadin.ui.Upload
-
Paints the content of this component.
- paintContent(PaintTarget) - Method in class com.vaadin.ui.Window
- PaintException - Exception in com.vaadin.server
-
PaintExcepection
is thrown if painting of a component fails. - PaintException(IOException) - Constructor for exception com.vaadin.server.PaintException
-
Constructs an instance of
PaintExeception
from IOException. - PaintException(String) - Constructor for exception com.vaadin.server.PaintException
-
Constructs an instance of
PaintExeception
with the specified detail message. - PaintException(String, Throwable) - Constructor for exception com.vaadin.server.PaintException
-
Constructs an instance of
PaintExeception
with the specified detail message and cause. - PAINTING - com.vaadin.server.PaintTarget.PaintStatus
-
Painting started, addVariable() and addAttribute() etc.
- paintInsertColumns(int, int, boolean) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
- paintInsertRow(Node, TableRowElement, int) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
-
Inserts a single row into the DOM, invoking
Escalator.AbstractRowContainer.getEscalatorUpdater()
preAttach
andpostAttach
before and after inserting the row, respectively. - paintInsertRows(int, int) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
-
Actually add rows into the DOM, now that everything can be calculated.
- paintInsertStaticRows(int, int) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
- paintItem(PaintTarget, Object) - Method in class com.vaadin.ui.AbstractSelect
- paintItem(PaintTarget, Object) - Method in class com.vaadin.ui.OptionGroup
- paintRemoveColumns(int, int) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
- paintRemoveRow(TableRowElement, int) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
-
Removes a row element from the DOM, invoking
Escalator.AbstractRowContainer.getEscalatorUpdater()
preDetach
andpostDetach
before and after removing the row, respectively. - paintRemoveRows(int, int) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
-
Removes those row elements from the DOM that correspond to the given range of logical indices.
- paintResponse(PaintTarget) - Method in interface com.vaadin.event.dd.acceptcriteria.AcceptCriterion
-
This needs to be implemented iff 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
- paintResponse(PaintTarget) - Method in class com.vaadin.ui.Table.TableDropCriterion
- paintResponse(PaintTarget) - Method in class com.vaadin.ui.Tree.TreeDropCriterion
- paintRowAttributes(PaintTarget, Object) - Method in class com.vaadin.ui.Table
-
A method where extended Table implementations may add their custom attributes for rows.
- paintRowAttributes(PaintTarget, Object) - Method in class com.vaadin.ui.TreeTable
- paintRowHeader(PaintTarget, Object[][], int) - Method in class com.vaadin.ui.Table
- paintRowIcon(PaintTarget, Object[][], int) - Method in class com.vaadin.ui.Table
- paintRowIcon(PaintTarget, Object[][], int) - Method in class com.vaadin.ui.TreeTable
- 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 - Variable in class com.vaadin.client.ui.VOptionGroup
-
For internal use only.
- panel - Variable in class com.vaadin.client.ui.VUnknownComponent
- 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.ChameleonTheme
-
Removes borders and background color from the panel
- PANEL_BORDERLESS - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Remove borders and the background color of the panel.
- PANEL_BUBBLE - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Adds a more vibrant header for the panel, using the alternate color of the theme, and adds slight rounded corners (not supported in all browsers)
- PANEL_LIGHT - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Removes borders and background color from the panel
- PANEL_LIGHT - Static variable in class com.vaadin.ui.themes.LiferayTheme
-
Removes borders and background from the panel
- PANEL_LIGHT - Static variable in class com.vaadin.ui.themes.Reindeer
-
Removes borders and background color from the panel
- PANEL_LIGHT - Static variable in class com.vaadin.ui.themes.Runo
-
Removes borders and background color from the panel
- PANEL_SCROLL_INDICATOR - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Show a divider between the panel caption and content when the content area is scrolled.
- PANEL_WELL - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Inset panel style.
- PanelConnector - Class in com.vaadin.client.ui.panel
- PanelConnector() - Constructor for class com.vaadin.client.ui.panel.PanelConnector
- PanelServerRpc - Interface in com.vaadin.shared.ui.panel
- PanelState - Class in com.vaadin.shared.ui.panel
- PanelState() - Constructor for class com.vaadin.shared.ui.panel.PanelState
- PAPER_PLANE - com.vaadin.server.FontAwesome
- PAPER_PLANE_O - com.vaadin.server.FontAwesome
- PAPERCLIP - com.vaadin.server.FontAwesome
- PARAGRAPH - com.vaadin.server.FontAwesome
- PARAMETER_VAADIN_RESOURCES - Static variable in interface com.vaadin.server.Constants
- PARAMETER_WIDGETSET - Static variable in interface com.vaadin.server.Constants
- parameters - Variable in class com.vaadin.shared.ui.BrowserWindowOpenerState
- parameters - Variable in class com.vaadin.shared.ui.ui.UIState.PushConfigurationState
- parentCanDefineHeight(Component) - Static method in class com.vaadin.server.ComponentSizeValidator
- parentCanDefineWidth(Component) - Static method in class com.vaadin.server.ComponentSizeValidator
- parentMenu - Variable in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- parentMenu - Variable in class com.vaadin.client.ui.VMenuBar
- parsable - Variable in class com.vaadin.client.ui.VPopupCalendar
-
For internal use only.
- parse(String) - Static method in class com.vaadin.client.Util
-
Parse a string containing JSON into a
JavaScriptObject
. - parse(String) - Method in class com.vaadin.data.util.PropertyFormatter
-
Deprecated.Parse string and convert it to format compatible with datasource.
- parse(String) - Method in class elemental.json.impl.JreJsonFactory
- parse(String) - Static method in class elemental.json.impl.JsonUtil
- parse(String) - Static method in class elemental.json.Json
- parse(String) - Method in interface elemental.json.JsonFactory
-
Parse a String in JSON format and return a JsonValue of the appropriate type.
- parse(String, Class<? extends T>) - Method in class com.vaadin.ui.declarative.DesignFormatter
-
Parses a given string as a value of given type
- parseAndApplyInvocation(JsonArray, ApplicationConnection) - Method in class com.vaadin.client.communication.RpcManager
- parseDate(String, String, boolean) - Method in class com.vaadin.client.DateTimeService
-
Parses the given date string using the given format string and the locale set in this DateTimeService instance.
- parsedTheme - Static variable in class com.vaadin.client.extensions.ResponsiveConnector
-
The theme that was in use when the width and height range caches were created.
- parseInt(String) - Static method in class com.vaadin.client.ComputedStyle
-
Deprecated.Since 7.1.4, the method
ComputedStyle.parseIntNative(String)
is used internally and this method does not belong in the public API ofComputedStyle
.ComputedStyle.parseInt(String)
might be removed or moved to a utility class in future versions. - parseJson(ObjectInputStream) - Static method in class elemental.json.impl.JreJsonValue
- parseJson(String) - Static method in class com.vaadin.client.communication.MessageHandler
-
Unwraps and parses the given JSON, originating from the server.
- parseRelativeSize(AbstractComponentState) - Static method in class com.vaadin.client.Util
-
Parses shared state and fetches the relative size of the component.
- parseRelativeSize(String) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.parseRelativeSize(String)
instead. - parseRelativeSize(String) - Static method in class com.vaadin.client.WidgetUtil
- parseStringSize(String) - Static method in class com.vaadin.server.SizeWithUnit
-
Returns an object whose numeric value and unit are taken from the string s.
- parseStringSize(String, Sizeable.Unit) - Static method in class com.vaadin.server.SizeWithUnit
-
Returns an object whose numeric value and unit are taken from the string s.
- parseWrappedJson(String) - Static method in class com.vaadin.client.communication.MessageHandler
-
Parse the given wrapped JSON, received from the server, to a ValueMap.
- partitionWith(Range) - Method in class com.vaadin.shared.ui.grid.Range
-
Overlay this range with another one, and partition the ranges according to how they position relative to each other.
- passesFilter(Object, Item) - Method in interface com.vaadin.data.Container.Filter
-
Check if an item passes the filter (in-memory filtering).
- passesFilter(Object, Item) - Method in class com.vaadin.data.util.filter.And
- passesFilter(Object, Item) - Method in class com.vaadin.data.util.filter.Between
- passesFilter(Object, Item) - Method in class com.vaadin.data.util.filter.Compare
- passesFilter(Object, Item) - Method in class com.vaadin.data.util.filter.IsNull
- passesFilter(Object, Item) - Method in class com.vaadin.data.util.filter.Like
- passesFilter(Object, Item) - Method in class com.vaadin.data.util.filter.Not
- passesFilter(Object, Item) - Method in class com.vaadin.data.util.filter.Or
- passesFilter(Object, Item) - Method in class com.vaadin.data.util.filter.SimpleStringFilter
- passesFilters(Object) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Checks if the given itemId passes the filters set for the container.
- passesFilters(Object) - Method in class com.vaadin.data.util.HierarchicalContainer
- 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(Property) - Constructor for class com.vaadin.ui.PasswordField
-
Constructs a PasswordField with given property data source.
- PasswordField(String) - Constructor for class com.vaadin.ui.PasswordField
-
Constructs a PasswordField with given caption.
- PasswordField(String, Property) - Constructor for class com.vaadin.ui.PasswordField
-
Constructs a PasswordField with given caption and property data source.
- PasswordField(String, String) - Constructor for class com.vaadin.ui.PasswordField
-
Constructs a PasswordField with given value and caption.
- passwordFieldConnector - Variable in class com.vaadin.shared.ui.loginform.LoginFormState
- PasswordFieldConnector - Class in com.vaadin.client.ui.passwordfield
- PasswordFieldConnector() - Constructor for class com.vaadin.client.ui.passwordfield.PasswordFieldConnector
- PASTE - com.vaadin.server.FontAwesome
- pause() - Method in class com.vaadin.client.ui.VMediaBase
- pause() - Method in interface com.vaadin.shared.ui.MediaControl
-
Pause playback of the media.
- pause() - Method in class com.vaadin.ui.AbstractMedia
-
Pauses the media.
- PAUSE - com.vaadin.server.FontAwesome
- PAUSE_CIRCLE - com.vaadin.server.FontAwesome
- PAUSE_CIRCLE_O - com.vaadin.server.FontAwesome
- PAW - com.vaadin.server.FontAwesome
- PAYPAL - com.vaadin.server.FontAwesome
- peek() - Method in interface elemental.util.ArrayOf
-
Returns the last value of the array;
- peek() - Method in interface elemental.util.ArrayOfBoolean
-
Returns the last value of the array;
- peek() - Method in interface elemental.util.ArrayOfInt
-
Returns the last value of the array;
- peek() - Method in interface elemental.util.ArrayOfNumber
-
Returns the last value of the array;
- peek() - Method in interface elemental.util.ArrayOfString
-
Returns the last value of the array;
- PENCIL - com.vaadin.server.FontAwesome
- PENCIL_SQUARE - com.vaadin.server.FontAwesome
- PENCIL_SQUARE_O - com.vaadin.server.FontAwesome
- PendingNavigationEvent(int, boolean, boolean) - Constructor for class com.vaadin.client.ui.VTreeTable.PendingNavigationEvent
- pendingNavigationEvents - Variable in class com.vaadin.client.ui.VTreeTable
-
For internal use only.
- PERCENT - com.vaadin.server.FontAwesome
- PERCENTAGE - com.vaadin.server.Sizeable.Unit
-
Unit code representing in percentage of the containing element defined by terminal.
- performBrowserLayoutHacks() - Method in class com.vaadin.client.LayoutManager
-
Called once per iteration in the layout loop before size calculations so different browsers quirks can be handled.
- performBrowserLayoutHacks() - Method in class com.vaadin.client.LayoutManagerIE8
- performSizeCheck() - Method in class com.vaadin.client.ui.VUI
-
Called when the window or parent div might have been resized.
- PERSIST - com.vaadin.client.debug.internal.Icon
- PHONE - com.vaadin.server.FontAwesome
- PHONE_SQUARE - com.vaadin.server.FontAwesome
- PHOTO - com.vaadin.server.FontAwesome
- PICAS - com.vaadin.server.Sizeable.Unit
-
Unit code representing picas (12 points).
- PICTURE_O - com.vaadin.server.FontAwesome
- pid - Variable in class com.vaadin.client.ui.VCustomLayout
-
Paintable ID of this paintable.
- PIE_CHART - com.vaadin.server.FontAwesome
- PIED_PIPER - com.vaadin.server.FontAwesome
- PIED_PIPER_ALT - com.vaadin.server.FontAwesome
- pin() - Method in class com.vaadin.client.data.AbstractRemoteDataSource.RowHandleImpl
- pin() - Method in class com.vaadin.client.data.DataSource.RowHandle
-
Marks this row as pinned.
- pinHandle(AbstractRemoteDataSource.RowHandleImpl) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
-
Pins a row with given handle.
- PINTEREST - com.vaadin.server.FontAwesome
- PINTEREST_P - com.vaadin.server.FontAwesome
- PINTEREST_SQUARE - com.vaadin.server.FontAwesome
- PIXEL_EPSILON - Static variable in class com.vaadin.client.WidgetUtil
-
The allowed value inaccuracy when comparing two double-typed pixel values.
- PIXELS - com.vaadin.server.Sizeable.Unit
-
Unit code representing pixels.
- pixelValuesEqual(double, double) - Static method in class com.vaadin.client.WidgetUtil
-
Compares two double values with the error margin of
WidgetUtil.PIXEL_EPSILON
(i.e. - PlaceHolder() - Constructor for class com.vaadin.client.ui.VTabsheet.PlaceHolder
-
Deprecated.
- PLANE - com.vaadin.server.FontAwesome
- play() - Method in class com.vaadin.client.ui.VMediaBase
- play() - Method in interface com.vaadin.shared.ui.MediaControl
-
Start playing the media.
- play() - Method in class com.vaadin.ui.AbstractMedia
-
Starts playback of the media.
- PLAY - com.vaadin.server.FontAwesome
- PLAY_CIRCLE - com.vaadin.server.FontAwesome
- PLAY_CIRCLE_O - com.vaadin.server.FontAwesome
- PLUG - com.vaadin.server.FontAwesome
- PLUS - com.vaadin.server.FontAwesome
- PLUS_CIRCLE - com.vaadin.server.FontAwesome
- PLUS_SQUARE - com.vaadin.server.FontAwesome
- PLUS_SQUARE_O - com.vaadin.server.FontAwesome
- pm - Variable in class com.vaadin.shared.ui.ui.UIState.LocaleData
- PointerCancelEvent - Class in com.vaadin.client.event
-
Represents a native PointerCancelEvent.
- PointerCancelEvent() - Constructor for class com.vaadin.client.event.PointerCancelEvent
-
Protected constructor, use
DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers)
to fire pointer up events. - PointerCancelHandler - Interface in com.vaadin.client.event
-
Handler interface for
PointerCancelEvent
events. - PointerDownEvent - Class in com.vaadin.client.event
-
Represents a native PointerDownEvent.
- PointerDownEvent() - Constructor for class com.vaadin.client.event.PointerDownEvent
-
Protected constructor, use
DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers)
to fire pointer down events. - PointerDownHandler - Interface in com.vaadin.client.event
-
Handler interface for
PointerDownEvent
events. - PointerEvent<H extends com.google.gwt.event.shared.EventHandler> - Class in com.vaadin.client.event
-
Abstract class representing Pointer events.
- PointerEvent() - Constructor for class com.vaadin.client.event.PointerEvent
- PointerEventSupport - Class in com.vaadin.client.event
-
Main class for pointer event support.
- PointerEventSupportImpl - Class in com.vaadin.client.event
-
Main pointer event support implementation class.
- PointerEventSupportImpl() - Constructor for class com.vaadin.client.event.PointerEventSupportImpl
- PointerEventSupportImplIE10 - Class in com.vaadin.client.event
-
Pointer event support class for IE 10 ("ms" prefixed pointer events)
- PointerEventSupportImplIE10() - Constructor for class com.vaadin.client.event.PointerEventSupportImplIE10
- PointerEventSupportImplModernIE - Class in com.vaadin.client.event
-
Pointer event support class for IE 11+ (unprefixed pointer events)
- PointerEventSupportImplModernIE() - Constructor for class com.vaadin.client.event.PointerEventSupportImplModernIE
- PointerMoveEvent - Class in com.vaadin.client.event
-
Represents a native PointerMoveEvent event.
- PointerMoveEvent() - Constructor for class com.vaadin.client.event.PointerMoveEvent
-
Protected constructor, use
DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers)
to fire pointer down events. - PointerMoveHandler - Interface in com.vaadin.client.event
-
Handler interface for
PointerMoveEvent
events. - PointerUpEvent - Class in com.vaadin.client.event
-
Represents a native PointerUpEvent.
- PointerUpEvent() - Constructor for class com.vaadin.client.event.PointerUpEvent
-
Protected constructor, use
DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers)
to fire pointer down events. - PointerUpHandler - Interface in com.vaadin.client.event
-
Handler interface for
PointerUpEvent
events. - POINTS - com.vaadin.server.Sizeable.Unit
-
Unit code representing points (1/72nd of an inch).
- poll() - Method in interface com.vaadin.shared.ui.draganddropwrapper.DragAndDropWrapperServerRpc
-
Called to poll the server to see if any changes have been made e.g.
- poll() - Method in interface com.vaadin.shared.ui.progressindicator.ProgressIndicatorServerRpc
- poll() - Method in interface com.vaadin.shared.ui.ui.UIServerRpc
- poll() - Method in interface com.vaadin.shared.ui.upload.UploadServerRpc
-
Called to poll the server to see if any changes have been made e.g.
- poll(UIEvents.PollEvent) - Method in interface com.vaadin.event.UIEvents.PollListener
-
A poll request has been received by the server.
- POLL - Static variable in interface com.vaadin.shared.EventId
- POLL_METHOD - Static variable in interface com.vaadin.event.UIEvents.PollListener
- PollEvent(UI) - Constructor for class com.vaadin.event.UIEvents.PollEvent
- pollingInterval - Variable in class com.vaadin.shared.ui.progressindicator.ProgressIndicatorState
-
Deprecated.
- pollInterval - Variable in class com.vaadin.shared.ui.ui.UIState
- pop() - Method in interface elemental.util.ArrayOf
-
Remove and return the element from the end of the array.
- pop() - Method in interface elemental.util.ArrayOfBoolean
-
Remove and return the element from the end of the array.
- pop() - Method in interface elemental.util.ArrayOfInt
-
Remove and return the element from the end of the array.
- pop() - Method in interface elemental.util.ArrayOfNumber
-
Remove and return the element from the end of the array.
- pop() - Method in interface elemental.util.ArrayOfString
-
Remove and return the element from the end of the array.
- populateWithEnumData(AbstractSelect, Class<? extends Enum>) - Method in class com.vaadin.data.fieldgroup.DefaultFieldGroupFieldFactory
-
Populates the given select with all the enums in the given
Enum
class. - populateWithEnumData(AbstractSelect, Class<? extends Enum>) - Method in class com.vaadin.ui.Grid.EditorFieldFactory
- popup - Variable in class com.vaadin.client.ui.VMenuBar
- popup - Variable in class com.vaadin.client.ui.VPopupCalendar
-
For internal use only.
- popup - Variable in class com.vaadin.client.ui.VPopupView
-
For internal use only.
- POPUP_NORMAL - com.vaadin.ui.AbstractColorPicker.PopupStyle
- POPUP_SIMPLE - com.vaadin.ui.AbstractColorPicker.PopupStyle
- popupCaption - Variable in class com.vaadin.ui.AbstractColorPicker
- popupComponentWidget - Variable in class com.vaadin.client.ui.VPopupView.CustomPopup
-
For internal use only.
- PopupDateField - Class in com.vaadin.ui
-
A date entry component, which displays the actual date selector as a popup.
- PopupDateField() - Constructor for class com.vaadin.ui.PopupDateField
- PopupDateField(Property) - Constructor for class com.vaadin.ui.PopupDateField
- PopupDateField(String) - Constructor for class com.vaadin.ui.PopupDateField
- PopupDateField(String, Property) - Constructor for class com.vaadin.ui.PopupDateField
- PopupDateField(String, Date) - Constructor for class com.vaadin.ui.PopupDateField
- PopupDateFieldConnector - Class in com.vaadin.client.ui.datefield
- PopupDateFieldConnector() - Constructor for class com.vaadin.client.ui.datefield.PopupDateFieldConnector
- PopupDateFieldState - Class in com.vaadin.shared.ui.datefield
- PopupDateFieldState() - Constructor for class com.vaadin.shared.ui.datefield.PopupDateFieldState
- popupOpenerClicked - Variable in class com.vaadin.client.ui.VFilterSelect
-
Set true when popupopened has been clicked.
- popupStyle - Variable in class com.vaadin.ui.AbstractColorPicker
- PopupView - Class in com.vaadin.ui
-
A component for displaying a two different views to data.
- PopupView() - Constructor for class com.vaadin.ui.PopupView
-
Deprecated.
- PopupView(PopupView.Content) - Constructor for class com.vaadin.ui.PopupView
-
Creates a PopupView through the PopupView.Content interface.
- PopupView(String, Component) - Constructor for class com.vaadin.ui.PopupView
-
A simple way to create a PopupPanel.
- PopupView.Content - Interface in com.vaadin.ui
-
Used to deliver customized content-packages to the PopupView.
- PopupView.PopupVisibilityEvent - Class in com.vaadin.ui
-
This event is received by the PopupVisibilityListeners when the visibility of the popup changes.
- PopupView.PopupVisibilityListener - Interface in com.vaadin.ui
-
Defines a listener that can receive a PopupVisibilityEvent when the visibility of the popup changes.
- PopupViewConnector - Class in com.vaadin.client.ui.popupview
- PopupViewConnector() - Constructor for class com.vaadin.client.ui.popupview.PopupViewConnector
- PopupViewServerRpc - Interface in com.vaadin.shared.ui.popupview
- PopupViewState - Class in com.vaadin.shared.ui.popupview
- PopupViewState() - Constructor for class com.vaadin.shared.ui.popupview.PopupViewState
- popupVisibilityChange(PopupView.PopupVisibilityEvent) - Method in interface com.vaadin.ui.PopupView.PopupVisibilityListener
-
Pass to
PopupView#PopupVisibilityEvent
to start listening for popup visibility changes. - PopupVisibilityEvent(PopupView) - Constructor for class com.vaadin.ui.PopupView.PopupVisibilityEvent
- popupVisible - Variable in class com.vaadin.shared.ui.colorpicker.ColorPickerState
- PORTAL_PARAMETER_VAADIN_RESOURCE_PATH - Static variable in interface com.vaadin.server.Constants
- PORTAL_PARAMETER_VAADIN_THEME - Static variable in interface com.vaadin.server.Constants
- PORTAL_PARAMETER_VAADIN_WIDGETSET - Static variable in interface com.vaadin.server.Constants
- PORTLET_CONTEXT - Static variable in interface com.vaadin.server.Constants
- position - Variable in class com.vaadin.client.ui.VAbstractSplitPanel
-
The current position of the split handle in either percentages or pixels
- position - Variable in class com.vaadin.shared.ui.splitpanel.AbstractSplitPanelState.SplitterState
- Position - Enum in com.vaadin.shared
- POSITION_BOTTOM_LEFT - Static variable in class com.vaadin.ui.Notification
-
Deprecated.
- POSITION_BOTTOM_RIGHT - Static variable in class com.vaadin.ui.Notification
-
Deprecated.
- POSITION_CENTERED - Static variable in class com.vaadin.ui.Notification
-
Deprecated.
- POSITION_CENTERED_BOTTOM - Static variable in class com.vaadin.ui.Notification
-
Deprecated.
- POSITION_CENTERED_TOP - Static variable in class com.vaadin.ui.Notification
-
Deprecated.
- POSITION_TOP_LEFT - Static variable in class com.vaadin.ui.Notification
-
Deprecated.
- POSITION_TOP_RIGHT - Static variable in class com.vaadin.ui.Notification
-
Deprecated.
- PositionAndSize(int, int, int, int) - Constructor for class com.vaadin.client.widgets.Overlay.PositionAndSize
- PositionFunction - Interface in com.vaadin.client.widget.escalator
-
A functional interface that can be used for positioning elements in the DOM.
- PositionFunction.AbsolutePosition - Class in com.vaadin.client.widget.escalator
-
A position function using "left: x" and "top: y" to position elements in the DOM.
- PositionFunction.Translate3DPosition - Class in com.vaadin.client.widget.escalator
-
A position function using "transform: translate3d(x,y,z)" to position elements in the DOM.
- PositionFunction.TranslatePosition - Class in com.vaadin.client.widget.escalator
-
A position function using "transform: translate(x,y)" to position elements in the DOM.
- PositionFunction.WebkitTranslate3DPosition - Class in com.vaadin.client.widget.escalator
-
A position function using "-webkit-transform: translate3d(x,y,z)" to position elements in the DOM.
- positionHorizontally(double, double, double) - Method in class com.vaadin.client.ui.layout.VLayoutSlot
- positionInDirection(double, double, double, boolean) - Method in class com.vaadin.client.ui.layout.VLayoutSlot
- positionOrSizeUpdated() - Method in class com.vaadin.client.widgets.Overlay
-
Extending classes should always call this method after they change the size of overlay without using normal 'setWidth(String)' and 'setHeight(String)' methods (if not calling super.setWidth/Height).
- positionReversed - Variable in class com.vaadin.shared.ui.splitpanel.AbstractSplitPanelState.SplitterState
- positionUnit - Variable in class com.vaadin.shared.ui.splitpanel.AbstractSplitPanelState.SplitterState
- positionVertically(double, double, double) - Method in class com.vaadin.client.ui.layout.VLayoutSlot
- positionX - Variable in class com.vaadin.shared.ui.window.WindowState
- positionY - Variable in class com.vaadin.shared.ui.window.WindowState
- postAttach(Row, Iterable<FlyweightCell>) - Method in interface com.vaadin.client.widget.escalator.EscalatorUpdater
-
Called after attaching new cells to the escalator.
- postAttach(Row, Iterable<FlyweightCell>) - Method in class com.vaadin.client.widgets.Grid.BodyUpdater
- postAttach(Row, Iterable<FlyweightCell>) - Method in class com.vaadin.client.widgets.Grid.StaticSectionUpdater
- postCommit(FieldGroup.CommitEvent) - Method in interface com.vaadin.data.fieldgroup.FieldGroup.CommitHandler
-
Called after changes are committed to the fields and the item is updated.
- postDetach(Row, Iterable<FlyweightCell>) - Method in interface com.vaadin.client.widget.escalator.EscalatorUpdater
-
Called after detaching cells from the escalator.
- postDetach(Row, Iterable<FlyweightCell>) - Method in class com.vaadin.client.widgets.Grid.BodyUpdater
- postDetach(Row, Iterable<FlyweightCell>) - Method in class com.vaadin.client.widgets.Grid.StaticSectionUpdater
- POSTER_RESOURCE - Static variable in class com.vaadin.shared.ui.video.VideoConstants
- postfix - Variable in class com.vaadin.shared.ui.ui.UIState.NotificationTypeConfiguration
- postLayout() - Method in class com.vaadin.client.ui.formlayout.FormLayoutConnector
- postLayout() - Method in class com.vaadin.client.ui.panel.PanelConnector
- postLayout() - Method in class com.vaadin.client.ui.popupview.PopupViewConnector
- postLayout() - Method in interface com.vaadin.client.ui.PostLayoutListener
-
Method invoked by
LayoutManager
to notify the connector that a layout phase has ended. - postLayout() - Method in class com.vaadin.client.ui.table.TableConnector
- postLayout() - Method in class com.vaadin.client.ui.window.WindowConnector
- PostLayoutListener - Interface in com.vaadin.client.ui
-
Interface implemented by
ComponentConnector
implementations that want to know whenever a layout phase has ended. - postponeSanityCheckForLastRendered - Variable in class com.vaadin.client.ui.VScrollTable
-
In several cases TreeTable depends on the scrollBody.lastRendered being 'out of sync' while the update is being done.
- POWER_OFF - com.vaadin.server.FontAwesome
- preAttach(Row, Iterable<FlyweightCell>) - Method in interface com.vaadin.client.widget.escalator.EscalatorUpdater
-
Called before attaching new cells to the escalator.
- preAttach(Row, Iterable<FlyweightCell>) - Method in class com.vaadin.client.widgets.Grid.BodyUpdater
- preAttach(Row, Iterable<FlyweightCell>) - Method in class com.vaadin.client.widgets.Grid.StaticSectionUpdater
- preCommit(FieldGroup.CommitEvent) - Method in interface com.vaadin.data.fieldgroup.FieldGroup.CommitHandler
-
Called before changes are committed to the field and the item is updated.
- preDetach(Row, Iterable<FlyweightCell>) - Method in interface com.vaadin.client.widget.escalator.EscalatorUpdater
-
Called before detaching cells from the escalator.
- preDetach(Row, Iterable<FlyweightCell>) - Method in class com.vaadin.client.widgets.Grid.BodyUpdater
- preDetach(Row, Iterable<FlyweightCell>) - Method in class com.vaadin.client.widgets.Grid.StaticSectionUpdater
- prefix - Variable in class com.vaadin.shared.ui.ui.UIState.NotificationTypeConfiguration
- PREFORMATTED - com.vaadin.server.AbstractErrorMessage.ContentMode
-
Content mode, where the error contains preformatted text.
- PREFORMATTED - com.vaadin.shared.ui.label.ContentMode
-
Content mode, where the label contains preformatted text.
- preload - Variable in class com.vaadin.shared.ui.AbstractMediaState
-
Preload mode for the media.
- preload(ApplicationConnection) - Method in class com.vaadin.client.communication.DefaultReconnectDialog
- preload(ApplicationConnection) - Method in interface com.vaadin.client.communication.ReconnectDialog
-
Called once after initialization to allow the reconnect dialog to preload required resources, which might not be available when the server connection is gone
- PreloadMode - Enum in com.vaadin.shared.ui
-
Enumeration that provides a hint to the browser how media should be preloaded.
- preloadResource(String, ResourceLoader.ResourceLoadListener) - Method in class com.vaadin.client.ResourceLoader
-
Download a resource and notify a listener when the resource is loaded without attempting to interpret the resource.
- preparePopup(VPopupView.CustomPopup) - Method in class com.vaadin.client.ui.VPopupView
-
For internal use only.
- prependFooterRow() - Method in class com.vaadin.client.widgets.Grid
-
Adds a new row at the top of the footer section.
- prependFooterRow() - Method in class com.vaadin.ui.Grid
-
Adds a new row at the top of the footer section.
- prependHeaderRow() - Method in class com.vaadin.client.widgets.Grid
-
Adds a new row at the top of the header section.
- prependHeaderRow() - Method in class com.vaadin.ui.Grid
-
Adds a new row at the top of the header section.
- prependRow() - Method in class com.vaadin.client.widgets.Grid.StaticSection
-
Adds a new row at the top of this section.
- prependRow() - Method in class com.vaadin.ui.Grid.StaticSection
-
Adds a new row at the top of this 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.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. - prevItemId(Object) - Method in interface com.vaadin.data.Container.Ordered
-
Gets the ID of the Item preceding the Item that corresponds to
itemId
. - prevItemId(Object) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
- prevItemId(Object) - Method in class com.vaadin.data.util.ContainerOrderedWrapper
- prevItemId(Object) - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- prevItemId(Object) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
- prevItemId(Object) - Method in class com.vaadin.ui.Table
-
Gets the ID of the Item preceding the Item that corresponds to the itemId.
- prevItemId(Object) - Method in class com.vaadin.ui.TreeTable
- PRIMARY_STYLE_NAME - Static variable in class com.vaadin.client.ui.VProgressBar
- PRIMARY_STYLE_NAME - Static variable in class com.vaadin.shared.ui.accordion.AccordionState
- PRIMARY_STYLE_NAME - Static variable in class com.vaadin.shared.ui.progressindicator.ProgressBarState
- PRIMARY_STYLE_NAME - Static variable in class com.vaadin.shared.ui.progressindicator.ProgressIndicatorState
-
Deprecated.
- PRIMARY_STYLE_NAME - Static variable in class com.vaadin.shared.ui.tabsheet.TabsheetState
- primaryStyleName - Variable in class com.vaadin.shared.AbstractComponentState
- PRINT - com.vaadin.server.FontAwesome
- printJSONResponse(Writer) - Method in class com.vaadin.server.DragAndDropService
- printLayoutProblems(ValueMap, ApplicationConnection) - Static method in class com.vaadin.client.VConsole
-
Deprecated.
- printObject(Object) - Static method in class com.vaadin.client.VConsole
-
Deprecated.
- product - Variable in class com.vaadin.client.metadata.ConnectorBundleLoader.CValUiInfo
- PRODUCT_HUNT - com.vaadin.server.FontAwesome
- productionMode() - Method in annotation type com.vaadin.annotations.VaadinServletConfiguration
-
Whether Vaadin is in production mode.
- Profiler - Class in com.vaadin.client
-
Lightweight profiling tool that can be used to collect profiling data with zero overhead unless enabled.
- Profiler() - Constructor for class com.vaadin.client.Profiler
- Profiler.EnabledProfiler - Class in com.vaadin.client
-
Class to include using deferred binding to enable the profiling.
- Profiler.Node - Class in com.vaadin.client
-
A hierarchical representation of the time spent running a named block of code.
- Profiler.ProfilerResultConsumer - Interface in com.vaadin.client
-
Interface for getting data from the
Profiler
. - ProfilerSection - Class in com.vaadin.client.debug.internal
-
Debug window section for investigating
Profiler
data. - ProfilerSection() - Constructor for class com.vaadin.client.debug.internal.ProfilerSection
- PROGRESS_INDICATOR_BIG - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Increases the height of the progress bar.
- PROGRESS_INDICATOR_INDETERMINATE_BAR - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Displays an indeterminate progress indicator as a bar with animated background stripes.
- PROGRESS_INDICATOR_SMALL - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Reduces the height of the progress bar
- ProgressBar - Class in com.vaadin.ui
-
Shows the current progress of a long running task.
- 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(Property<?>) - Constructor for class com.vaadin.ui.ProgressBar
-
Creates a new progress bar bound to the given data source.
- 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).
- PROGRESSBAR_STATIC - Static variable in class com.vaadin.ui.themes.Reindeer
-
Displays the progress bar with a static background, instead of an animated one.
- PROGRESSBAR_STATIC - Static variable in class com.vaadin.ui.themes.Runo
-
Displays the progress bar with a static background, instead of an animated one.
- ProgressBarConnector - Class in com.vaadin.client.ui.progressindicator
-
Connector for
VProgressBar
. - ProgressBarConnector() - Constructor for class com.vaadin.client.ui.progressindicator.ProgressBarConnector
- ProgressBarRenderer - Class in com.vaadin.client.renderers
-
A Renderer that represents a double value as a graphical progress bar.
- ProgressBarRenderer - Class in com.vaadin.ui.renderers
-
A renderer that represents a double values as a graphical progress bar.
- ProgressBarRenderer() - Constructor for class com.vaadin.client.renderers.ProgressBarRenderer
- ProgressBarRenderer() - Constructor for class com.vaadin.ui.renderers.ProgressBarRenderer
-
Creates a new text renderer
- ProgressBarRendererConnector - Class in com.vaadin.client.connectors
-
A connector for
ProgressBarRenderer
. - ProgressBarRendererConnector() - Constructor for class com.vaadin.client.connectors.ProgressBarRendererConnector
- ProgressBarState - Class in com.vaadin.shared.ui.progressindicator
- ProgressBarState() - Constructor for class com.vaadin.shared.ui.progressindicator.ProgressBarState
- ProgressIndicator - Class in com.vaadin.ui
-
Deprecated.as of 7.1, use
ProgressBar
combined withUI#setPushMode(PushMode)
orUI.setPollInterval(int)
instead. - ProgressIndicator() - Constructor for class com.vaadin.ui.ProgressIndicator
-
Deprecated.Creates an a new ProgressIndicator.
- ProgressIndicator(float) - Constructor for class com.vaadin.ui.ProgressIndicator
-
Deprecated.Creates a new instance of ProgressIndicator with given state.
- ProgressIndicator(Property) - Constructor for class com.vaadin.ui.ProgressIndicator
-
Deprecated.Creates a new instance of ProgressIndicator with state read from the given datasource.
- ProgressIndicatorConnector - Class in com.vaadin.client.ui.progressindicator
-
Deprecated.as of 7.1, use
ProgressBarConnector
combined with server push or UI polling. - ProgressIndicatorConnector() - Constructor for class com.vaadin.client.ui.progressindicator.ProgressIndicatorConnector
-
Deprecated.
- ProgressIndicatorServerRpc - Interface in com.vaadin.shared.ui.progressindicator
- ProgressIndicatorState - Class in com.vaadin.shared.ui.progressindicator
-
Deprecated.
- ProgressIndicatorState() - Constructor for class com.vaadin.shared.ui.progressindicator.ProgressIndicatorState
-
Deprecated.
- prompting - Variable in class com.vaadin.client.ui.VFilterSelect
-
For internal use only.
- Property - Class in com.vaadin.client.metadata
- Property<T> - Interface in com.vaadin.data
-
The
Property
is a simple data object that contains one typed value. - Property(Type, String) - Constructor for class com.vaadin.client.metadata.Property
- PROPERTY - com.vaadin.ui.AbstractSelect.ItemCaptionMode
-
Item caption mode: Item captions are read from property specified with
setItemCaptionPropertyId
. - PROPERTY - com.vaadin.ui.Table.RowHeaderMode
-
Row caption mode: Item captions are read from property specified with
AbstractSelect.setItemCaptionPropertyId(Object)
. - PROPERTY_ICON - Static variable in class com.vaadin.data.util.FilesystemContainer
-
String identifier of a file's "icon" property.
- PROPERTY_LASTMODIFIED - Static variable in class com.vaadin.data.util.FilesystemContainer
-
String identifier of a file's "last modified" property.
- PROPERTY_NAME - Static variable in class com.vaadin.data.util.FilesystemContainer
-
String identifier of a file's "name" property.
- PROPERTY_SIZE - Static variable in class com.vaadin.data.util.FilesystemContainer
-
String identifier of a file's "size" property.
- Property.Editor - Interface in com.vaadin.data
-
Interface implemented by the editor classes capable of editing the Property.
- Property.ReadOnlyException - Exception in com.vaadin.data
-
Exception
object that signals that a requested Property modification failed because it's in read-only mode. - Property.ReadOnlyStatusChangeEvent - Interface in com.vaadin.data
-
An
Event
object specifying the Property whose read-only status has been changed. - Property.ReadOnlyStatusChangeListener - Interface in com.vaadin.data
-
The listener interface for receiving
ReadOnlyStatusChangeEvent
objects. - Property.ReadOnlyStatusChangeNotifier - Interface in com.vaadin.data
-
The interface for adding and removing
ReadOnlyStatusChangeEvent
listeners. - Property.Transactional<T> - Interface in com.vaadin.data
-
A Property that is capable of handle a transaction that can end in commit or rollback.
- Property.ValueChangeEvent - Interface in com.vaadin.data
-
An
Event
object specifying the Property whose value has been changed. - Property.ValueChangeListener - Interface in com.vaadin.data
-
The
listener
interface for receivingValueChangeEvent
objects. - Property.ValueChangeNotifier - Interface in com.vaadin.data
-
The interface for adding and removing
ValueChangeEvent
listeners. - Property.Viewer - Interface in com.vaadin.data
-
Interface implemented by the viewer classes capable of using a Property as a data source.
- PropertyBasedBeanIdResolver(Object) - Constructor for class com.vaadin.data.util.AbstractBeanContainer.PropertyBasedBeanIdResolver
- PropertyFormatter<T> - Class in com.vaadin.data.util
-
Deprecated.As of 7.0, replaced by
Converter
- PropertyFormatter() - Constructor for class com.vaadin.data.util.PropertyFormatter
-
Deprecated.Construct a new
PropertyFormatter
that is not connected to any data source. - PropertyFormatter(Property<T>) - Constructor for class com.vaadin.data.util.PropertyFormatter
-
Deprecated.Construct a new formatter that is connected to given data source.
- PropertyId - Annotation Type in com.vaadin.data.fieldgroup
- propertyIdToHumanFriendly(Object) - Static method in class com.vaadin.shared.util.SharedUtil
-
Converts a property id to a human friendly format.
- propertyReadOnly - Variable in class com.vaadin.shared.AbstractFieldState
- PropertysetItem - Class in com.vaadin.data.util
-
Class for handling a set of identified Properties.
- PropertysetItem() - Constructor for class com.vaadin.data.util.PropertysetItem
- PropertyValueGenerator<T> - Class in com.vaadin.data.util
-
PropertyValueGenerator for GeneratedPropertyContainer.
- PropertyValueGenerator() - Constructor for class com.vaadin.data.util.PropertyValueGenerator
- ProxyHandler - Interface in com.vaadin.client.metadata
- publish(LogRecord) - Method in class com.vaadin.client.debug.internal.ErrorNotificationHandler
- PUBLISHED_FILE - com.vaadin.server.VaadinServlet.RequestType
-
Deprecated.
- PUBLISHED_FILE_PATH - Static variable in class com.vaadin.shared.ApplicationConstants
- PUBLISHED_PROTOCOL_NAME - Static variable in class com.vaadin.shared.ApplicationConstants
- PUBLISHED_PROTOCOL_PREFIX - Static variable in class com.vaadin.shared.ApplicationConstants
- PublishedFileHandler - Class in com.vaadin.server.communication
-
Serves a connector resource from the classpath if the resource has previously been registered by calling
LegacyCommunicationManager.registerDependency(String, Class)
. - PublishedFileHandler() - Constructor for class com.vaadin.server.communication.PublishedFileHandler
- push() - Method in class com.vaadin.server.communication.AtmospherePushConnection
- push() - Method in interface com.vaadin.server.communication.PushConnection
-
Pushes pending state changes and client RPC calls to the client.
- push() - Method in class com.vaadin.ui.UI
-
Pushes the pending changes and client RPC invocations of this UI to the client-side.
- push(boolean) - Method in class com.vaadin.server.communication.AtmospherePushConnection
-
Pushes pending state changes and client RPC calls to the client.
- push(boolean) - Method in interface elemental.util.ArrayOfBoolean
-
Pushes the given boolean onto the end of the array.
- push(double) - Method in interface elemental.util.ArrayOfNumber
-
Pushes the given number onto the end of the array.
- push(int) - Method in interface elemental.util.ArrayOfInt
-
Pushes the given integer onto the end of the array.
- push(JsonObject) - Method in class com.vaadin.client.communication.AtmospherePushConnection
- push(JsonObject) - Method in interface com.vaadin.client.communication.PushConnection
-
Pushes a message to the server.
- push(String) - Method in interface elemental.util.ArrayOfString
-
Pushes the given value onto the end of the array.
- push(T) - Method in interface elemental.util.ArrayOf
-
Pushes the given value onto the end of the array.
- Push - Annotation Type in com.vaadin.annotations
-
Configures server push for a
UI
. - PUSH - com.vaadin.client.communication.DefaultConnectionStateHandler.Type
- PUSH_ID_PARAMETER - Static variable in class com.vaadin.shared.ApplicationConstants
-
Name of the parameter used to transmit the push connection identifier.
- PUSH_NOT_SUPPORTED_ERROR - Static variable in interface com.vaadin.server.Constants
- PUSH_PATH - Static variable in class com.vaadin.shared.ApplicationConstants
- PUSH_PENDING - com.vaadin.server.communication.AtmospherePushConnection.State
-
Not connected.
- PushAtmosphereHandler - Class in com.vaadin.server.communication
-
Handles Atmosphere requests and forwards them to logical methods in
PushHandler
- PushAtmosphereHandler() - Constructor for class com.vaadin.server.communication.PushAtmosphereHandler
- pushClientTimeout(PushConnection, JavaScriptObject) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
-
Called when a client side timeout occurs before a push connection to the server completes.
- pushClientTimeout(PushConnection, JavaScriptObject) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
- pushClosed(PushConnection, JavaScriptObject) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
-
Called when the push connection to the server is closed.
- pushClosed(PushConnection, JavaScriptObject) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
- pushConfiguration - Variable in class com.vaadin.shared.ui.ui.UIState
-
Configuration for the push channel
- PushConfiguration - Interface in com.vaadin.ui
-
Provides method for configuring the push channel.
- PushConfigurationState() - Constructor for class com.vaadin.shared.ui.ui.UIState.PushConfigurationState
- PushConnection - Interface in com.vaadin.client.communication
-
Represents the client-side endpoint of a bidirectional ("push") communication channel.
- PushConnection - Interface in com.vaadin.server.communication
-
Represents a bidirectional ("push") connection between a single UI and its client-side.
- PushConstants - Class in com.vaadin.shared.communication
-
Shared constants used by push.
- PushConstants() - Constructor for class com.vaadin.shared.communication.PushConstants
- pushError(PushConnection, JavaScriptObject) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
-
Called when a fatal error fatal error occurs in the push connection.
- pushError(PushConnection, JavaScriptObject) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
- PushHandler - Class in com.vaadin.server.communication
-
Handles incoming push connections and messages and dispatches them to the correct
UI
/AtmospherePushConnection
- PushHandler(VaadinServletService) - Constructor for class com.vaadin.server.communication.PushHandler
- pushInvalidContent(PushConnection, String) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
-
Called when invalid content (not JSON) was pushed from the server through the push connection
- pushInvalidContent(PushConnection, String) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
- PushMode - Enum in com.vaadin.shared.communication
-
The mode of bidirectional ("push") communication that is in use.
- pushNotConnected(JsonObject) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
-
Called when a message is to be sent to the server through the push channel but the push channel is not connected
- pushNotConnected(JsonObject) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
- pushOk(PushConnection) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
-
Called when the push connection to the server has been established.
- pushOk(PushConnection) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
- pushReconnectPending(PushConnection) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
-
Called when the push connection has lost the connection to the server and will proceed to try to re-establish the connection
- pushReconnectPending(PushConnection) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
- PushRequestHandler - Class in com.vaadin.server.communication
-
Handles requests to open a push (bidirectional) communication channel between the client and the server.
- PushRequestHandler(VaadinServletService) - Constructor for class com.vaadin.server.communication.PushRequestHandler
- pushScriptLoadError(String) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
-
Called when the required push script could not be loaded
- pushScriptLoadError(String) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
- pushUrl - Variable in class com.vaadin.shared.ui.ui.UIState.PushConfigurationState
- put(int, String) - Method in interface elemental.util.MapFromIntToString
-
Associates a value to the specified key.
- put(int, V) - Method in interface elemental.util.MapFromIntTo
-
Associates a value to the specified key.
- put(String, boolean) - Method in class elemental.json.impl.JreJsonObject
- put(String, boolean) - Method in interface elemental.json.JsonObject
-
Set a given key to the given boolean value.
- put(String, boolean) - Method in interface elemental.util.MapFromStringToBoolean
-
Associates a value to the specified key.
- put(String, double) - Method in class elemental.json.impl.JreJsonObject
- put(String, double) - Method in interface elemental.json.JsonObject
-
Set a given key to the given double value.
- put(String, double) - Method in interface elemental.util.MapFromStringToNumber
-
Associates a value to the specified key.
- put(String, int) - Method in interface elemental.util.MapFromStringToInt
-
Associates a value to the specified key.
- put(String, JsonValue) - Method in class elemental.json.impl.JreJsonObject
- put(String, JsonValue) - Method in interface elemental.json.JsonObject
-
Set a given key to the given value.
- put(String, String) - Method in class elemental.json.impl.JreJsonObject
- put(String, String) - Method in interface elemental.json.JsonObject
-
Set a given key to the given String value.
- put(String, String) - Method in interface elemental.util.MapFromStringToString
-
Associates a value to the specified key.
- put(String, T) - Method in class com.vaadin.client.FastStringMap
- put(String, V) - Method in interface elemental.util.MapFromStringTo
-
Associates a value to the specified key.
- PUZZLE_PIECE - com.vaadin.server.FontAwesome
Q
- Q - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- QQ - com.vaadin.server.FontAwesome
- QRCODE - com.vaadin.server.FontAwesome
- QueryBuilder - Class in com.vaadin.data.util.sqlcontainer.query.generator.filter
- QueryBuilder() - Constructor for class com.vaadin.data.util.sqlcontainer.query.generator.filter.QueryBuilder
- QueryDelegate - Interface in com.vaadin.data.util.sqlcontainer.query
- QueryDelegate.RowIdChangeEvent - Interface in com.vaadin.data.util.sqlcontainer.query
-
An
Event
object specifying the old and new RowId of an added item after the addition has been successfully committed. - QueryDelegate.RowIdChangeListener - Interface in com.vaadin.data.util.sqlcontainer.query
-
RowId change listener interface.
- QueryDelegate.RowIdChangeNotifier - Interface in com.vaadin.data.util.sqlcontainer.query
-
The interface for adding and removing
RowIdChangeEvent
listeners. - QUESTION - com.vaadin.server.FontAwesome
- QUESTION_CIRCLE - com.vaadin.server.FontAwesome
- quickOpenDelay - Variable in class com.vaadin.shared.ui.ui.UIState.TooltipConfigurationState
- quickOpenTimeout - Variable in class com.vaadin.shared.ui.ui.UIState.TooltipConfigurationState
- quote(Object) - Static method in class com.vaadin.data.util.sqlcontainer.query.generator.filter.QueryBuilder
- quote(Object) - Method in class com.vaadin.data.util.sqlcontainer.query.generator.filter.StringDecorator
-
Surround a string with quote characters.
- quote(String) - Static method in class elemental.json.impl.JsonUtil
-
Safely escape an arbitrary string as a JSON string literal.
- QUOTE_LEFT - com.vaadin.server.FontAwesome
- QUOTE_RIGHT - com.vaadin.server.FontAwesome
R
- R - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- RA - com.vaadin.server.FontAwesome
- RANDOM - com.vaadin.server.FontAwesome
- Range - Class in com.vaadin.shared.ui.grid
-
An immutable representation of a range, marked by start and end points.
- rangeEnd - Variable in class com.vaadin.shared.ui.datefield.TextualDateFieldState
- rangeSelect(CalendarComponentEvents.RangeSelectEvent) - Method in interface com.vaadin.ui.components.calendar.CalendarComponentEvents.RangeSelectHandler
-
This method will be called when day or time cells are drag-marked with mouse.
- rangeSelect(String) - Method in interface com.vaadin.shared.ui.calendar.CalendarServerRpc
- RANGESELECT - Static variable in class com.vaadin.shared.ui.calendar.CalendarEventId
- rangeSelected(String) - Method in interface com.vaadin.client.ui.VCalendar.RangeSelectListener
-
Called when a user selected a new event by highlighting an area of the calendar.
- RangeSelectEvent(Calendar, Date, Date, boolean) - Constructor for class com.vaadin.ui.components.calendar.CalendarComponentEvents.RangeSelectEvent
-
RangeSelectEvent needs a start and end date.
- rangeSelectMethod - Static variable in interface com.vaadin.ui.components.calendar.CalendarComponentEvents.RangeSelectHandler
-
Trigger method for the RangeSelectEvent.
- rangeStart - Variable in class com.vaadin.shared.ui.datefield.TextualDateFieldState
- RangeValidator<T extends Comparable> - Class in com.vaadin.data.validator
-
An base implementation for validating any objects that implement
Comparable
. - RangeValidator(String, Class<T>, T, T) - Constructor for class com.vaadin.data.validator.RangeValidator
-
Creates a new range validator of the given type.
- RAW - com.vaadin.shared.ui.label.ContentMode
-
Deprecated.Use
ContentMode.HTML
instead - 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(InputStream) - Static method in class com.vaadin.ui.declarative.Design
-
Loads a design from the given input stream
- read(InputStream, Component) - Static method in class com.vaadin.ui.declarative.Design
-
Loads a design from the given stream using the given root component.
- read(String, Component) - Static method in class com.vaadin.ui.declarative.Design
-
Loads a design from the given file name using the given root component.
- readAlignment(Attributes) - Static method in class com.vaadin.ui.declarative.DesignAttributeHandler
-
Read the alignment from the given child component attributes.
- readAttribute(String, Attributes, Class<T>) - Static method in class com.vaadin.ui.declarative.DesignAttributeHandler
-
Reads the given attribute from a set of attributes.
- readAttribute(String, Attributes, T, Class<T>) - Static method in class com.vaadin.ui.declarative.DesignAttributeHandler
-
Reads the given attribute from a set of attributes.
- readBody(Element, DesignContext) - Method in class com.vaadin.ui.Table
- readBody(Element, DesignContext) - Method in class com.vaadin.ui.TreeTable
- readClass(ObjectInputStream) - Static method in class com.vaadin.util.SerializerHelper
-
Deserializes a class reference serialized by
SerializerHelper.writeClass(ObjectOutputStream, Class)
. - readClassArray(ObjectInputStream) - Static method in class com.vaadin.util.SerializerHelper
-
Deserializes a class references serialized by
SerializerHelper.writeClassArray(ObjectOutputStream, Class[])
. - readDesign(Element) - Method in class com.vaadin.ui.declarative.DesignContext
-
Reads the given design node and creates the corresponding component tree
- readDesign(Element, Component) - Method in class com.vaadin.ui.declarative.DesignContext
-
Reads the given design node and populates the given component with the corresponding component tree
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.AbsoluteLayout
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.AbstractColorPicker
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.AbstractComponent
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.AbstractEmbedded
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.AbstractField
- 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.AbstractSelect
- 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.Calendar
- 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.CssLayout
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.CustomLayout
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.DateField
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.DragAndDropWrapper
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.Flash
-
Deprecated.
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.Grid.Column
-
Reads the design attributes for this column from given element.
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.Grid.Header
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.Grid.HeaderRow
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.Grid
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.Grid.StaticSection
-
Writes the declarative design from the given table section element.
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.Grid.StaticSection.StaticRow
-
Reads the declarative design from the given table row 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.Table
- 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.Video
- readDesign(Element, DesignContext) - Method in class com.vaadin.ui.Window
- readDesignChildren(Elements, DesignContext) - Method in class com.vaadin.ui.AbstractSingleComponentContainer
-
Reads the content component from the list of child elements of a design.
- readDesignChildren(Elements, DesignContext) - Method in class com.vaadin.ui.Window
-
Reads the content and possible assistive descriptions from the list of child elements of a design.
- readFromHttpSession(WrappedSession) - Method in class com.vaadin.server.VaadinService
-
Performs the actual read of the VaadinSession from the underlying HTTP session after sanity checks have been performed.
- readItem(Element, Set<String>, DesignContext) - Method in class com.vaadin.ui.AbstractSelect
-
Reads an Item from a design and inserts it into the data source.
- readItem(Element, Set<String>, DesignContext) - Method in class com.vaadin.ui.OptionGroup
- readItem(Element, Set<String>, DesignContext) - Method in class com.vaadin.ui.Table
- readItem(Element, Set<String>, DesignContext) - Method in class com.vaadin.ui.Tree
-
Reads an Item from a design and inserts it into the data source.
- readItem(Element, Set<String>, DesignContext) - Method in class com.vaadin.ui.TreeTable
- readItems(Element, DesignContext) - Method in class com.vaadin.ui.AbstractSelect
- readItems(Element, DesignContext) - Method in class com.vaadin.ui.Table
- readMargin(Element, MarginInfo, DesignContext) - Method in class com.vaadin.ui.AbstractLayout
-
Reads margin attributes from a design into a MarginInfo object.
- readMenuElement(Element) - Method in class com.vaadin.ui.MenuBar
- readonly - Variable in class com.vaadin.client.ui.VDateField
- readonly - Variable in class com.vaadin.client.ui.VFilterSelect
-
For internal use only.
- readonly - Variable in class com.vaadin.client.ui.VSlider
- readonly - Variable in class com.vaadin.client.ui.VTabsheetBase
-
For internal use only.
- readonly - Variable in class com.vaadin.client.ui.VTree
-
For internal use only.
- readOnly - Variable in class com.vaadin.shared.AbstractComponentState
- ReadOnlyException() - Constructor for exception com.vaadin.data.Property.ReadOnlyException
-
Constructs a new
ReadOnlyException
without a detail message. - ReadOnlyException(String) - Constructor for exception com.vaadin.data.Property.ReadOnlyException
-
Constructs a new
ReadOnlyException
with the specified detail message. - ReadOnlyRowId - Class in com.vaadin.data.util.sqlcontainer
- ReadOnlyRowId(int) - Constructor for class com.vaadin.data.util.sqlcontainer.ReadOnlyRowId
- readOnlyStatusChange(Property.ReadOnlyStatusChangeEvent) - Method in interface com.vaadin.data.Property.ReadOnlyStatusChangeListener
-
Notifies this listener that a Property's read-only status has changed.
- readOnlyStatusChange(Property.ReadOnlyStatusChangeEvent) - Method in class com.vaadin.data.util.PropertyFormatter
-
Deprecated.Listens for changes in the datasource.
- readOnlyStatusChange(Property.ReadOnlyStatusChangeEvent) - Method in class com.vaadin.ui.AbstractField
-
React to read only status changes of the property by requesting a repaint.
- ReadOnlyStatusChangeEvent(Property) - Constructor for class com.vaadin.data.util.AbstractProperty.ReadOnlyStatusChangeEvent
-
Constructs a new read-only status change event for this object.
- ReadOnlyStatusChangeEvent(AbstractField) - Constructor for class com.vaadin.ui.AbstractField.ReadOnlyStatusChangeEvent
-
New instance of text change event.
- 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.
- reapplyColumnWidths() - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
-
Reapplies all the cells' widths according to the calculated widths in the column configuration.
- reapplyDefaultRowHeights() - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
-
The default height of rows has (most probably) changed.
- reapplyRowHeight(TableRowElement, double) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
- reapplyRowWidths() - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
-
Applies the total length of the columns to each row element.
- REBEL - com.vaadin.server.FontAwesome
- rebuildIfNeeded() - Method in class com.vaadin.client.ui.VFlash
-
Deprecated.Call this after changing values of widget.
- recalculateCaptionWidth() - Method in class com.vaadin.client.ui.VTabsheet.Tab
- recalculateColumnWidths() - Method in class com.vaadin.client.widgets.Grid
-
Requests that the column widths should be recalculated.
- recalculateColumnWidths() - Method in interface com.vaadin.shared.ui.grid.GridClientRpc
-
Command client Grid to recalculate column widths.
- recalculateColumnWidths() - Method in class com.vaadin.ui.Grid
-
Requests that the column widths should be recalculated.
- recalculateEventWidths() - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
- recalculateHeights() - Method in class com.vaadin.client.ui.VCalendar
-
Recalculates the heights of the sub-components in the calendar
- recalculateMaxScrollPos() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
- recalculateSectionHeight() - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
- recalculateWidths() - Method in class com.vaadin.client.ui.VCalendar
-
Recalculates the widths of the sub-components in the calendar
- recalcWidths - Variable in class com.vaadin.client.ui.VScrollTable
-
Read from the "recalcWidths" -attribute.
- receiveEvent(EventObject) - Method in class com.vaadin.event.ListenerMethod
-
Receives one event from the
EventRouter
and calls the trigger method if it matches with the criteria defined for the listener. - receiveMessage(Reader) - Method in class com.vaadin.server.communication.AtmospherePushConnection
-
Reads and buffers a (possibly partial) message.
- receiveUpload(String, String) - Method in interface com.vaadin.ui.Upload.Receiver
-
Invoked when a new upload arrives.
- recompileIfNeeded(String) - Static method in class com.vaadin.client.SuperDevMode
-
The URL of the code server.
- RecompileResult() - Constructor for class com.vaadin.client.SuperDevMode.RecompileResult
- reconnectAttempts - Variable in class com.vaadin.shared.ui.ui.UIState.ReconnectDialogConfigurationState
- ReconnectDialog - Interface in com.vaadin.client.communication
-
Interface which must be implemented by the reconnect dialog
- reconnectDialogConfiguration - Variable in class com.vaadin.shared.ui.ui.UIState
- ReconnectDialogConfiguration - Interface in com.vaadin.ui
-
Provides method for configuring the reconnect dialog.
- ReconnectDialogConfigurationState() - Constructor for class com.vaadin.shared.ui.ui.UIState.ReconnectDialogConfigurationState
- reconnectInterval - Variable in class com.vaadin.shared.ui.ui.UIState.ReconnectDialogConfigurationState
- RECYCLE - com.vaadin.server.FontAwesome
- red() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- RED - Static variable in class com.vaadin.shared.ui.colorpicker.Color
- REDDIT - com.vaadin.server.FontAwesome
- REDDIT_ALIEN - com.vaadin.server.FontAwesome
- REDDIT_SQUARE - com.vaadin.server.FontAwesome
- redirect(boolean) - Static method in class com.vaadin.client.SuperDevMode
- redirect(String) - Static method in class com.vaadin.client.WidgetUtil
-
Redirects the browser to the given url or refreshes the page if url is null
- reDraw(boolean) - Method in class com.vaadin.client.ui.calendar.schedule.SimpleDayCell
- ReflectTools - Class in com.vaadin.util
-
An util class with helpers for reflection operations.
- ReflectTools() - Constructor for class com.vaadin.util.ReflectTools
- refresh() - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
-
Refreshes the container - clears all caches and resets size and offset.
- refresh() - Method in interface com.vaadin.shared.ui.colorpicker.ColorPickerGridServerRpc
-
Call to refresh the grid.
- refresh(VaadinRequest) - Method in class com.vaadin.ui.UI
-
Reinitializes this UI after a browser refresh if the UI is set to be preserved on refresh, typically using the
PreserveOnRefresh
annotation. - REFRESH - com.vaadin.server.FontAwesome
- refreshAllRows() - Method in class com.vaadin.ui.Grid
-
Refreshes, i.e.
- refreshCache() - Method in class com.vaadin.server.communication.data.RpcDataProviderExtension
-
Pushes a new version of all the rows in the active cache range.
- refreshCells(Range, Range) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
- refreshColor() - Method in class com.vaadin.client.ui.colorpicker.AbstractColorPickerConnector
-
Update the widget to show the currently selected color.
- refreshColor() - Method in class com.vaadin.client.ui.colorpicker.ColorPickerAreaConnector
- refreshColor() - Method in class com.vaadin.client.ui.colorpicker.ColorPickerConnector
- refreshColor() - Method in class com.vaadin.client.ui.VColorPicker
-
Update color icon to show the currently selected color.
- refreshColor() - Method in class com.vaadin.client.ui.VColorPickerArea
-
Update the color area with the currently set color.
- refreshColumns(int, int) - Method in interface com.vaadin.client.widget.escalator.ColumnConfiguration
-
Refreshes a range of rows in the current row containers in each Escalator section.
- refreshContent() - Method in class com.vaadin.client.ui.VScrollTable.RowRequestHandler
-
Sends request to refresh content at this position.
- refreshDefaultCaptionStyle() - Method in class com.vaadin.client.ui.colorpicker.AbstractColorPickerConnector
-
Add/remove default caption style.
- refreshDetails() - Method in class com.vaadin.ui.Grid.DetailComponentManager
-
Recreates all visible details components.
- refreshRenderedCells() - Method in class com.vaadin.ui.Table
-
Refreshes the rows in the internal cache.
- refreshRow(Object) - Method in class com.vaadin.ui.Grid.AbstractGridExtension
-
Resends the row data for given item id to the client.
- refreshRowCache() - Method in class com.vaadin.ui.Table
-
Discards and recreates the internal row cache.
- refreshRows(int, int) - Method in interface com.vaadin.client.widget.escalator.RowContainer
-
Refreshes a range of rows in the current row container.
- refreshRows(int, int) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
-
Refreshes a range of rows in the current row container.
- refreshRows(Object...) - Method in class com.vaadin.ui.Grid
-
Refreshes, i.e.
- 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
-
String validator comparing the string against a Java regular expression.
- RegexpValidator(String, boolean, String) - Constructor for class com.vaadin.data.validator.RegexpValidator
-
Creates a validator for checking that the regular expression matches the string to validate.
- 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.
- register(Resource, ClientConnector) - Method in class com.vaadin.server.GlobalResourceHandler
-
Registers a resource to be served with a global URL.
- registerAction(String, String, String) - Method in class com.vaadin.client.ui.VTree
- registerCallback(String) - Static method in class com.vaadin.client.ApplicationConfiguration
-
Registers that callback that the bootstrap javascript uses to start applications once the widgetset is loaded and all required information is available
- registerCallback(String, JavaScriptFunction) - Method in class com.vaadin.server.JavaScriptCallbackHelper
- registerComponent(Component) - Method in class com.vaadin.ui.Table
- registerConnector(ClientConnector) - Method in class com.vaadin.ui.ConnectorTracker
-
Register the given connector.
- registerConnector(String, ServerConnector) - Method in class com.vaadin.client.ConnectorMap
- registerDependency(ManagedLayout, Element) - Method in class com.vaadin.client.LayoutManager
-
Registers that a ManagedLayout is depending on the size of an Element.
- registerDependency(String, Class<?>) - Method in class com.vaadin.server.LegacyCommunicationManager
-
Deprecated.As of 7.1. See #11413.
- REGISTERED - com.vaadin.server.FontAwesome
- registeredEventListeners - Variable in class com.vaadin.shared.communication.SharedState
-
A set of event identifiers with registered listeners.
- registerHandler(H, DomEvent.Type<H>) - Method in class com.vaadin.client.ui.AbstractClickEventHandler
-
Registers the given handler to the widget so that the necessary events are passed to this
ClickEventHandler
. - registerListeners() - Method in class com.vaadin.client.ui.calendar.CalendarConnector
-
Registers listeners on the calendar so server can be notified of the events
- registerNewItem(int, IDTYPE, BeanItem<BEANTYPE>) - Method in class com.vaadin.data.util.AbstractBeanContainer
- registerNewItem(int, ITEMIDTYPE, ITEMCLASS) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Registers a new item as having been added to the container.
- registerNewItem(int, Object, Item) - Method in class com.vaadin.data.util.IndexedContainer
- registerNode(VTree.TreeNode) - Method in class com.vaadin.client.ui.VTree
- registerRpc(Class<?>) - Method in class com.vaadin.server.JavaScriptCallbackHelper
- registerRpc(Class<T>, T) - Method in class com.vaadin.client.ui.AbstractConnector
-
Registers an implementation for a server to client RPC interface.
- registerRpc(R, Class<R>) - Method in class com.vaadin.ui.renderers.AbstractJavaScriptRenderer
- registerRpc(T) - Method in class com.vaadin.server.AbstractClientConnector
-
Registers an RPC interface implementation for this component.
- registerRpc(T, Class<T>) - Method in class com.vaadin.server.AbstractClientConnector
-
Registers an RPC interface implementation for this component.
- registerRpc(T, Class<T>) - Method in class com.vaadin.server.AbstractJavaScriptExtension
- registerRpc(T, Class<T>) - Method in class com.vaadin.ui.AbstractJavaScriptComponent
- registerTouchHandlers() - Method in class com.vaadin.client.ui.AbstractComponentConnector
-
The new default behaviour is for long taps to fire a contextclick event if there's a contextclick listener attached to the component.
- Reindeer - Class in com.vaadin.ui.themes
- Reindeer() - Constructor for class com.vaadin.ui.themes.Reindeer
- reinitializeSession(VaadinRequest) - Static method in class com.vaadin.server.VaadinService
-
Discards the current session and creates a new session with the same contents.
- releaseConnection(Connection) - Method in class com.vaadin.data.util.sqlcontainer.connection.J2EEConnectionPool
- releaseConnection(Connection) - Method in interface com.vaadin.data.util.sqlcontainer.connection.JDBCConnectionPool
-
Releases a connection that was retrieved earlier.
- releaseConnection(Connection) - Method in class com.vaadin.data.util.sqlcontainer.connection.SimpleJDBCConnectionPool
- releaseConnection(Connection, Statement, ResultSet) - Method in class com.vaadin.data.util.sqlcontainer.query.AbstractTransactionalQuery
-
Closes a statement and a resultset, then releases the connection if it is not part of an active transaction.
- reload() - Method in class com.vaadin.server.Page
-
Reloads the page in the browser.
- reload() - Method in interface com.vaadin.shared.ui.ui.PageClientRpc
- REM - com.vaadin.server.Sizeable.Unit
-
Unit code representing the font-size of the root font.
- remove() - Method in class com.vaadin.server.AbstractExtension
- remove() - Method in interface com.vaadin.server.Extension
-
Remove this extension from its target.
- remove() - Method in class com.vaadin.ui.Grid.AbstractGridExtension
- remove() - Method in class com.vaadin.ui.JavaScript
-
JavaScript is not designed to be removed.
- remove() - Method in interface com.vaadin.ui.renderers.Renderer
-
Deprecated.
- remove(boolean) - Method in interface elemental.util.ArrayOfBoolean
-
Searches for the specified value in the array and removes the first occurrence if found.
- remove(int) - Method in class com.vaadin.data.util.ListSet
- remove(int) - Method in class elemental.json.impl.JreJsonArray
- remove(int) - Method in interface elemental.json.JsonArray
-
Remove an element of the array at a particular index.
- remove(int) - Method in interface elemental.util.ArrayOfInt
-
Searches for the specified value in the array and removes the first occurrence if found.
- remove(int) - Method in interface elemental.util.MapFromIntTo
-
Removes the value associated with the specified value, if one exists.
- remove(int) - Method in interface elemental.util.MapFromIntToString
-
Removes the value associated with the specified value, if one exists.
- remove(Widget) - Method in class com.vaadin.client.ui.orderedlayout.Slot
- remove(Widget) - Method in class com.vaadin.client.ui.VAbsoluteLayout
- remove(Widget) - Method in class com.vaadin.client.ui.VAbstractSplitPanel
- remove(Widget) - Method in class com.vaadin.client.ui.VCustomLayout
-
Removes given widget from the layout
- remove(Widget) - Method in class com.vaadin.client.ui.VGridLayout
- remove(Widget) - Method in class com.vaadin.client.ui.VPopupView.CustomPopup
- remove(Widget) - Method in class com.vaadin.client.ui.VScrollTable.TableFooter
- remove(Widget) - Method in class com.vaadin.client.ui.VScrollTable.TableHead
- remove(Widget) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody
- remove(Widget) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
- remove(Widget) - Method in class com.vaadin.client.ui.VTabsheetPanel
- remove(Widget) - Method in class com.vaadin.client.widgets.Grid
-
Deprecated.
- remove(Object) - Method in class com.vaadin.data.util.ListSet
- remove(String) - Method in class com.vaadin.client.FastStringMap
- remove(String) - Method in class com.vaadin.client.FastStringSet
- remove(String) - Method in class elemental.json.impl.JreJsonObject
- remove(String) - Method in interface elemental.json.JsonObject
-
Remove a given key and associated value from the object.
- remove(String) - Method in interface elemental.util.ArrayOfString
-
Searches for the specified value in the array and removes the first occurrence if found.
- remove(String) - Method in interface elemental.util.MapFromStringTo
-
Removes the value associated with the specified value, if one exists.
- remove(String) - Method in interface elemental.util.MapFromStringToBoolean
-
Removes the value associated with the specified value, if one exists.
- remove(String) - Method in interface elemental.util.MapFromStringToInt
-
Removes the value associated with the specified value, if one exists.
- remove(String) - Method in interface elemental.util.MapFromStringToNumber
-
Removes the value associated with the specified value, if one exists.
- remove(String) - Method in interface elemental.util.MapFromStringToString
-
Removes the value associated with the specified value, if one exists.
- remove(T) - Method in interface elemental.util.ArrayOf
-
Searches for the specified value in the array and removes the first occurrence if found.
- remove(V) - Method in class com.vaadin.server.KeyMapper
-
Removes object from the mapper.
- REMOVE - com.vaadin.client.debug.internal.Icon
- REMOVE - com.vaadin.server.FontAwesome
- 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.Form
-
Deprecated.
- 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.Calendar
- removeActionHandler(Action.Handler) - Method in class com.vaadin.ui.Form
-
Deprecated.
- removeActionHandler(Action.Handler) - Method in class com.vaadin.ui.Panel
- removeActionHandler(Action.Handler) - Method in class com.vaadin.ui.Table
-
Removes a previously registered action handler for the contents of this container.
- removeActionHandler(Action.Handler) - Method in class com.vaadin.ui.Tree
-
Removes an action handler.
- removeActionHandler(Action.Handler) - Method in class com.vaadin.ui.UI
- removeAll() - Method in class com.vaadin.server.KeyMapper
-
Removes all objects from the mapper.
- removeAll(FastStringSet) - Method in class com.vaadin.client.FastStringSet
- removeAllActionHandlers() - Method in class com.vaadin.event.ActionManager
- removeAllActionHandlers() - Method in class com.vaadin.ui.Form
-
Deprecated.Removes all action handlers
- removeAllActionHandlers() - Method in class com.vaadin.ui.Panel
-
Removes all action handlers
- removeAllActionHandlers() - Method in class com.vaadin.ui.Table
-
Removes all action handlers
- removeAllActionHandlers() - Method in class com.vaadin.ui.Tree
-
Removes all action handlers
- removeAllAnimationEndListeners(Element) - Static method in class com.vaadin.client.AnimationUtil
-
For internal use only.
- removeAllCloseShortcuts() - Method in class com.vaadin.ui.Window
-
Removes all close shortcuts.
- removeAllColumns() - Method in class com.vaadin.ui.Grid
-
Removes all columns from this Grid.
- removeAllComponents() - Method in class com.vaadin.ui.AbstractComponentContainer
-
Removes all components from the container.
- removeAllComponents() - Method in interface com.vaadin.ui.ComponentContainer
-
Removes all components from this container.
- removeAllComponents() - Method in class com.vaadin.ui.GridLayout
- removeAllComponents() - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.This implementation removes the components from the content container (
LegacyWindow.getContent()
) instead of from the actual UI. - removeAllContainerFilters() - Method in interface com.vaadin.data.Container.Filterable
-
Remove all active filters from the container.
- removeAllContainerFilters() - Method in interface com.vaadin.data.Container.SimpleFilterable
-
Remove all filters from all properties.
- removeAllContainerFilters() - Method in class com.vaadin.data.util.AbstractBeanContainer
- removeAllContainerFilters() - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- removeAllContainerFilters() - Method in class com.vaadin.data.util.IndexedContainer
- removeAllContainerFilters() - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
-
Remove all active filters from the container.
- removeAllFilters() - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Remove all container filters for all properties and re-filter the view.
- removeAllItems() - Method in interface com.vaadin.data.Container
-
Removes all Items from the Container.
- removeAllItems() - Method in class com.vaadin.data.util.AbstractBeanContainer
- removeAllItems() - Method in class com.vaadin.data.util.AbstractInMemoryContainer
- removeAllItems() - Method in class com.vaadin.data.util.ContainerHierarchicalWrapper
-
Removes all items from the underlying container and from the hierarcy.
- removeAllItems() - Method in class com.vaadin.data.util.ContainerOrderedWrapper
-
Removes all items from the underlying container and from the ordering.
- removeAllItems() - Method in class com.vaadin.data.util.FilesystemContainer
- removeAllItems() - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- removeAllItems() - Method in class com.vaadin.data.util.HierarchicalContainer
- removeAllItems() - Method in class com.vaadin.data.util.IndexedContainer
- removeAllItems() - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
- removeAllItems() - Method in class com.vaadin.ui.AbstractSelect
-
Removes all items from the container.
- removeAllItems() - Method in class com.vaadin.ui.Table
-
Removes all Items from the Container.
- removeAllListeners() - Method in class com.vaadin.event.EventRouter
-
Removes all listeners from event router.
- removeAllProperties() - Method in class com.vaadin.ui.Form
-
Deprecated.Removes all properties and fields from the form.
- removeAllSources() - Method in class com.vaadin.client.ui.VMediaBase
- removeAllValidators() - Method in interface com.vaadin.data.Validatable
-
Removes all validators from this object, as if
removeValidator
was called for each registered validator. - removeAllValidators() - Method in class com.vaadin.ui.AbstractField
-
Removes all validators from the field.
- removeAnimationEndListener(Element, JavaScriptObject) - Static method in class com.vaadin.client.AnimationUtil
-
For internal use only.
- removeAnimationEndListener(Element, AnimationUtil.AnimationEndListener) - Static method in class com.vaadin.client.AnimationUtil
-
Removes the given animation listener.
- removeAssistiveDescription() - Method in class com.vaadin.client.ui.VTabsheet.Tab
- removeAttachListener(ClientConnector.AttachListener) - Method in class com.vaadin.server.AbstractClientConnector
- removeAttachListener(ClientConnector.AttachListener) - Method in interface com.vaadin.server.ClientConnector
- removeAttachListener(ClientConnector.AttachListener) - Method in class com.vaadin.server.DragAndDropService
- removeAttribute(String) - Method in interface com.vaadin.server.VaadinRequest
-
Removes an attribute from this request.
- removeAttribute(String) - Method in class com.vaadin.server.WrappedHttpSession
- removeAttribute(String) - Method in interface com.vaadin.server.WrappedSession
-
Removes the object bound with the specified name from this session.
- removeBlurHandler(BlurHandler) - Method in class com.vaadin.client.ui.VRichTextArea
-
Removes a blur handler.
- removeBlurListener(FieldEvents.BlurListener) - Method in interface com.vaadin.event.FieldEvents.BlurNotifier
-
Removes a
BlurListener
from the Component. - removeBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.AbstractFocusable
- removeBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.AbstractTextField
- removeBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.CheckBox
- removeBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.ComboBox
- removeBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.DateField
- removeBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.NativeSelect
- removeBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.OptionGroup
- removeBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.TabSheet
- removeBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.Window
- removeBootstrapListener(BootstrapListener) - Method in class com.vaadin.server.VaadinSession
-
Remove a bootstrap listener that was previously added.
- removeBrowserWindowResizeListener(Page.BrowserWindowResizeListener) - Method in class com.vaadin.server.Page
-
Removes a
Page.BrowserWindowResizeListener
from this UI. - removeByIndex(int) - Method in interface elemental.util.ArrayOf
-
Removes the element at the specified index.
- removeByIndex(int) - Method in interface elemental.util.ArrayOfBoolean
-
Removes the element at the specified index.
- removeByIndex(int) - Method in interface elemental.util.ArrayOfInt
-
Removes the element at the specified index.
- removeByIndex(int) - Method in interface elemental.util.ArrayOfNumber
-
Removes the element at the specified index.
- removeByIndex(int) - Method in interface elemental.util.ArrayOfString
-
Removes the element at the specified index.
- removeCell(Grid.Column<?, ?>) - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticRow
- removeCell(Object) - Method in class com.vaadin.ui.Grid.StaticSection.StaticRow
- removeCell(String) - Method in class com.vaadin.client.ui.VScrollTable.TableFooter
-
Remove a cell by using the columnId
- removeCell(String) - Method in class com.vaadin.client.ui.VScrollTable.TableHead
- removeCells(int, int) - Method in class com.vaadin.client.widget.escalator.FlyweightRow
- removeChangeListener(Upload.ChangeListener) - Method in class com.vaadin.ui.Upload
-
Removes a filename change event listener
- removeChild(MenuBar.MenuItem) - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Remove the first occurrence of the item.
- removeChildren() - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Empty the list of children items.
- removeClickListener(MouseEvents.ClickListener) - Method in class com.vaadin.ui.Embedded
-
Remove a click listener from the component.
- removeClickListener(MouseEvents.ClickListener) - Method in class com.vaadin.ui.Image
-
Remove a click listener from the component.
- removeClickListener(MouseEvents.ClickListener) - Method in class com.vaadin.ui.Panel
-
Remove a click listener from the Panel.
- removeClickListener(MouseEvents.ClickListener) - Method in class com.vaadin.ui.UI
-
Remove a click listener from the UI.
- removeClickListener(Button.ClickListener) - Method in class com.vaadin.ui.Button
-
Removes the button click listener.
- removeClickListener(ClickableRenderer.RendererClickListener) - Method in class com.vaadin.ui.renderers.ClickableRenderer
-
Removes the given click listener from this renderer.
- 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
-
Removes the CloseListener from the window.
- removeCloseShortcut() - Method in class com.vaadin.ui.Window
-
Deprecated.Use
Window.removeCloseShortcut(int, int...)
instead. - removeCloseShortcut(int, int...) - Method in class com.vaadin.ui.Window
-
Removes a close shortcut previously added with
Window.addCloseShortcut(int, int...)
. - removeCollapseListener(Tree.CollapseListener) - Method in class com.vaadin.ui.Tree
-
Removes the collapse listener.
- removeCollapseListener(Tree.CollapseListener) - Method in class com.vaadin.ui.TreeTable
-
Removes a collapse listener.
- removeColorChangeListener(ColorChangeListener) - Method in class com.vaadin.ui.AbstractColorPicker
- removeColorChangeListener(ColorChangeListener) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerGradient
- removeColorChangeListener(ColorChangeListener) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerGrid
-
Removes a color change listener
- removeColorChangeListener(ColorChangeListener) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerHistory
-
Removes a color change listener
- removeColorChangeListener(ColorChangeListener) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPopup
- removeColorChangeListener(ColorChangeListener) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPreview
- removeColorChangeListener(ColorChangeListener) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerSelect
- removeColorChangeListener(ColorChangeListener) - Method in interface com.vaadin.ui.components.colorpicker.HasColorChangeListener
-
Removes a
ColorChangeListener
from the component. - removeColumn(Grid.Column<?, ?>) - Method in class com.vaadin.client.widgets.Grid.StaticSection
- removeColumn(Grid.Column<?, T>) - Method in class com.vaadin.client.widgets.Grid
-
Removes a column from the grid.
- removeColumn(Object) - Method in class com.vaadin.ui.Grid
-
Removes a column from Grid based on a property id.
- removeColumn(Object) - Method in class com.vaadin.ui.Grid.StaticSection
-
Removes a column for given property id from the section.
- removeColumnCollapseListener(Table.ColumnCollapseListener) - Method in class com.vaadin.ui.Table
-
Removes a column reorder listener from the Table.
- removeColumnReorderListener(Grid.ColumnReorderListener) - Method in class com.vaadin.ui.Grid
-
Removes a previously registered column reorder listener.
- removeColumnReorderListener(Table.ColumnReorderListener) - Method in class com.vaadin.ui.Table
-
Removes a column reorder listener from the Table.
- removeColumnResizeListener(Grid.ColumnResizeListener) - Method in class com.vaadin.ui.Grid
-
Removes a previously registered column resize listener.
- removeColumnResizeListener(Table.ColumnResizeListener) - Method in class com.vaadin.ui.Table
-
Removes a column resize listener from the Table.
- removeColumns(int, int) - Method in interface com.vaadin.client.widget.escalator.ColumnConfiguration
-
Removes columns at certain indices.
- removeColumnVisibilityChangeListener(Grid.ColumnVisibilityChangeListener) - Method in class com.vaadin.ui.Grid
-
Removes a previously registered column visibility change listener
- removeCommitHandler(FieldGroup.CommitHandler) - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Removes the given commit handler.
- removeComponent(int, int) - Method in class com.vaadin.ui.GridLayout
-
Removes the component specified by its cell coordinates.
- removeComponent(Component) - Method in class com.vaadin.ui.AbsoluteLayout
- removeComponent(Component) - Method in class com.vaadin.ui.AbstractComponentContainer
-
This only implements the events and component parent calls.
- removeComponent(Component) - Method in class com.vaadin.ui.AbstractOrderedLayout
-
Removes the component from this container.
- removeComponent(Component) - Method in class com.vaadin.ui.AbstractSplitPanel
-
Removes the component from this container.
- removeComponent(Component) - Method in interface com.vaadin.ui.ComponentContainer
-
Removes the component from this container.
- removeComponent(Component) - Method in class com.vaadin.ui.CssLayout
-
Removes the component from this container.
- removeComponent(Component) - Method in class com.vaadin.ui.CustomLayout
-
Removes the component from this container.
- removeComponent(Component) - Method in class com.vaadin.ui.GridLayout
-
Removes the specified component from the layout.
- removeComponent(Component) - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.This implementation removes the component from the content container (
LegacyWindow.getContent()
) instead of from the actual UI. - removeComponent(Component) - Method in class com.vaadin.ui.TabSheet
-
Removes a component and its corresponding tab.
- removeComponent(String) - Method in class com.vaadin.ui.CustomLayout
-
Removes the component from this container from given location.
- removeComponentAttachListener(HasComponents.ComponentAttachListener) - Method in class com.vaadin.ui.AbstractComponentContainer
- removeComponentAttachListener(HasComponents.ComponentAttachListener) - Method in class com.vaadin.ui.AbstractSingleComponentContainer
- removeComponentAttachListener(HasComponents.ComponentAttachListener) - Method in interface com.vaadin.ui.HasComponents.ComponentAttachDetachNotifier
-
Stops the listening component attach events.
- removeComponentCreationListener(DesignContext.ComponentCreationListener) - Method in class com.vaadin.ui.declarative.DesignContext
-
Removes a component creation listener.
- removeComponentDetachListener(HasComponents.ComponentDetachListener) - Method in class com.vaadin.ui.AbstractComponentContainer
- removeComponentDetachListener(HasComponents.ComponentDetachListener) - Method in class com.vaadin.ui.AbstractSingleComponentContainer
- removeComponentDetachListener(HasComponents.ComponentDetachListener) - Method in interface com.vaadin.ui.HasComponents.ComponentAttachDetachNotifier
-
Stops the listening component detach events.
- removeComponentFromGrid(Component) - Method in class com.vaadin.ui.Grid.AbstractGridExtension
-
Informs the parent Grid that this Extension wants to remove a child component from it.
- removeContainerFilter(Container.Filter) - Method in interface com.vaadin.data.Container.Filterable
-
Removes a filter from the container.
- removeContainerFilter(Container.Filter) - Method in class com.vaadin.data.util.AbstractBeanContainer
- removeContainerFilter(Container.Filter) - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- removeContainerFilter(Container.Filter) - Method in class com.vaadin.data.util.IndexedContainer
- removeContainerFilter(Container.Filter) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
-
Removes a filter from the container.
- removeContainerFilters(Object) - Method in interface com.vaadin.data.Container.SimpleFilterable
-
Remove all filters from the given property.
- removeContainerFilters(Object) - Method in class com.vaadin.data.util.AbstractBeanContainer
- removeContainerFilters(Object) - Method in class com.vaadin.data.util.IndexedContainer
- removeContainerFilters(Object) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
- removeContainerProperty(Object) - Method in interface com.vaadin.data.Container
-
Removes a Property specified by the given Property ID from the Container.
- removeContainerProperty(Object) - Method in class com.vaadin.data.util.AbstractBeanContainer
- removeContainerProperty(Object) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
- removeContainerProperty(Object) - Method in class com.vaadin.data.util.ContainerHierarchicalWrapper
-
Removes the specified Property from the underlying container and from the hierarchy.
- removeContainerProperty(Object) - Method in class com.vaadin.data.util.ContainerOrderedWrapper
-
Removes the specified Property from the underlying container and from the ordering.
- removeContainerProperty(Object) - Method in class com.vaadin.data.util.FilesystemContainer
- removeContainerProperty(Object) - Method in class com.vaadin.data.util.GeneratedPropertyContainer
-
Marks the given property as hidden.
- removeContainerProperty(Object) - Method in class com.vaadin.data.util.IndexedContainer
- removeContainerProperty(Object) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
- removeContainerProperty(Object) - Method in class com.vaadin.ui.AbstractSelect
-
Removes the property from all items.
- removeContainerProperty(Object) - Method in class com.vaadin.ui.Table
-
Removes a Property specified by the given Property ID from the Container.
- removeContextClickListener(ContextClickEvent.ContextClickListener) - Method in interface com.vaadin.event.ContextClickEvent.ContextClickNotifier
-
Removes a context click listener that was previously added with
ContextClickEvent.ContextClickNotifier.addContextClickListener(ContextClickListener)
. - removeContextClickListener(ContextClickEvent.ContextClickListener) - Method in class com.vaadin.ui.AbstractComponent
- removeConverter(Class<?>) - Method in class com.vaadin.ui.declarative.DesignFormatter
-
Removes the converter for given type, if it was present.
- removeDataGenerator(DataGenerator) - Method in class com.vaadin.server.communication.data.RpcDataProviderExtension
-
Removes a
DataGenerator
from thisRpcDataProviderExtension
. - removeDependent(String) - Method in class com.vaadin.client.MeasuredSize
- removeDetachListener(ClientConnector.DetachListener) - Method in class com.vaadin.server.AbstractClientConnector
- removeDetachListener(ClientConnector.DetachListener) - Method in interface com.vaadin.server.ClientConnector
- removeDetachListener(ClientConnector.DetachListener) - Method in class com.vaadin.server.DragAndDropService
- removeElement(Element) - Method in class com.vaadin.client.ui.TouchScrollDelegate.TouchScrollHandler
-
Unregisters the given element as scrollable.
- removeElementResizeListener(Element, ElementResizeListener) - Method in class com.vaadin.client.LayoutManager
-
Removes an element resize listener from the provided element.
- removeEmphasisStyle() - Method in class com.vaadin.client.ui.calendar.schedule.SimpleDayCell
- removeEmphasisStyle(Element) - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
- removeEmphasisStyle(Element) - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
-
Deprecated.As of 7.2, call or override
DateCell.removeEmphasisStyle(Element)
instead - removeEvent(CalendarEvent, boolean) - Method in class com.vaadin.client.ui.calendar.schedule.SimpleDayCell
- removeEvent(DateCellDayEvent) - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
- removeEvent(CalendarEvent) - Method in class com.vaadin.ui.Calendar
- removeEvent(CalendarEvent) - Method in class com.vaadin.ui.components.calendar.ContainerEventProvider
- removeEvent(CalendarEvent) - Method in class com.vaadin.ui.components.calendar.event.BasicEventProvider
- removeEvent(CalendarEvent) - Method in interface com.vaadin.ui.components.calendar.event.CalendarEditableEventProvider
-
Removes an event from the event provider
- removeEventChangeListener(CalendarEvent.EventChangeListener) - Method in class com.vaadin.ui.components.calendar.ContainerEventProvider
- removeEventChangeListener(CalendarEvent.EventChangeListener) - Method in class com.vaadin.ui.components.calendar.event.BasicEvent
- removeEventChangeListener(CalendarEvent.EventChangeListener) - Method in interface com.vaadin.ui.components.calendar.event.CalendarEvent.EventChangeNotifier
-
Remove a listener from the event provider.
- removeEventListener(VNotification.EventListener) - Method in class com.vaadin.client.ui.VNotification
- removeEventSetChangeListener(CalendarEventProvider.EventSetChangeListener) - Method in class com.vaadin.ui.components.calendar.ContainerEventProvider
- removeEventSetChangeListener(CalendarEventProvider.EventSetChangeListener) - Method in class com.vaadin.ui.components.calendar.event.BasicEventProvider
- removeEventSetChangeListener(CalendarEventProvider.EventSetChangeListener) - Method in interface com.vaadin.ui.components.calendar.event.CalendarEventProvider.EventSetChangeNotifier
-
Remove a listener which listens to
CalendarEventProvider.EventSetChangeEvent
-events - removeExpandListener(Tree.ExpandListener) - Method in class com.vaadin.ui.Tree
-
Removes the expand listener.
- removeExpandListener(Tree.ExpandListener) - Method in class com.vaadin.ui.TreeTable
-
Removes an expand listener.
- 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
- removeFailedListener(Upload.FailedListener) - Method in class com.vaadin.ui.Upload
-
Removes the upload interrupted event listener.
- removeFilter(Container.Filter) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Remove a specific container filter and re-filter the view (if necessary).
- removeFilters(Object) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Remove all container filters for a given property identifier and re-filter the view.
- removeFinishedListener(Upload.FinishedListener) - Method in class com.vaadin.ui.Upload
-
Removes the upload received event listener.
- removeFocusListener(FieldEvents.FocusListener) - Method in interface com.vaadin.event.FieldEvents.FocusNotifier
-
Removes a
FocusListener
from the Component. - removeFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.AbstractFocusable
- removeFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.AbstractTextField
- removeFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.CheckBox
- removeFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.ComboBox
- removeFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.DateField
- removeFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.NativeSelect
- removeFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.OptionGroup
- removeFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.TabSheet
- removeFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.Window
- removeFooterClickListener(Table.FooterClickListener) - Method in class com.vaadin.ui.Table
-
Removes a footer click listener
- removeFooterRow(int) - Method in class com.vaadin.client.widgets.Grid
-
Removes the row at the given position from the footer section.
- removeFooterRow(int) - Method in class com.vaadin.ui.Grid
-
Removes the row at the given position from the footer section.
- removeFooterRow(Grid.FooterRow) - Method in class com.vaadin.client.widgets.Grid
-
Removes the given row from the footer section.
- removeFooterRow(Grid.FooterRow) - Method in class com.vaadin.ui.Grid
-
Removes the given row from the footer section.
- removeFormat() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
- removeFormat() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- removeFromGrid() - Method in class com.vaadin.client.widget.grid.datasources.ListSorter
-
Detach this Sorter from the Grid.
- removeFromHttpSession(WrappedSession) - Method in class com.vaadin.server.VaadinService
-
Performs the actual removal of the VaadinSession from the underlying HTTP session after sanity checks have been performed
- removeFromParent() - Method in class com.vaadin.client.ui.dd.DragHandle
-
Removes this drag handle from whatever it was attached to.
- removeFromParent(Component) - Static method in class com.vaadin.ui.AbstractSingleComponentContainer
-
Utility method for removing a component from its parent (if possible).
- removeFromSession(VaadinService) - Method in class com.vaadin.server.VaadinSession
-
Deprecated.as of 7.6, call
VaadinService.removeSession(WrappedSession)
instead - removeFunction(String) - Method in class com.vaadin.ui.JavaScript
-
Removes a JavaScripFunction from the browser's global JavaScript namespace.
- removeGeneratedColumn(Object) - Method in class com.vaadin.ui.Table
-
Removes a generated column previously added with addGeneratedColumn.
- removeGeneratedProperty(Object) - Method in class com.vaadin.data.util.GeneratedPropertyContainer
-
Removes any possible PropertyValueGenerator with given property id.
- removeHandler() - Method in class com.vaadin.client.widget.grid.selection.ClickSelectHandler
-
Clean up function for removing all now obsolete handlers.
- removeHandler() - Method in class com.vaadin.client.widget.grid.selection.SpaceSelectHandler
-
Clean up function for removing all now obsolete handlers.
- removeHeaderClickListener(Table.HeaderClickListener) - Method in class com.vaadin.ui.Table
-
Removes a header click listener
- removeHeaderRow(int) - Method in class com.vaadin.client.widgets.Grid
-
Removes the row at the given position from the header section.
- removeHeaderRow(int) - Method in class com.vaadin.ui.Grid
-
Removes the row at the given position from the header section.
- removeHeaderRow(Grid.HeaderRow) - Method in class com.vaadin.client.widgets.Grid
-
Removes the given row from the header section.
- removeHeaderRow(Grid.HeaderRow) - Method in class com.vaadin.ui.Grid
-
Removes the given row from the header section.
- removeItem(MenuItem) - Method in class com.vaadin.client.ui.menubar.MenuBar
-
Deprecated.Removes the specified menu item from the bar.
- removeItem(VMenuBar.CustomMenuItem) - Method in class com.vaadin.client.ui.VMenuBar
-
Remove the given item from this menu
- removeItem(MenuBar.MenuItem) - Method in class com.vaadin.ui.MenuBar
-
Remove first occurrence the specified item from the main menu
- removeItem(Object) - Method in interface com.vaadin.data.Container.Hierarchical
-
Removes the Item identified by
ItemId
from the Container. - removeItem(Object) - Method in interface com.vaadin.data.Container
-
Removes the Item identified by
ItemId
from the Container. - removeItem(Object) - Method in class com.vaadin.data.util.AbstractBeanContainer
- removeItem(Object) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
- removeItem(Object) - Method in class com.vaadin.data.util.ContainerHierarchicalWrapper
-
Removes an Item specified by the itemId from the underlying container and from the hierarchy.
- removeItem(Object) - Method in class com.vaadin.data.util.ContainerOrderedWrapper
-
Removes an Item specified by the itemId from the underlying container and from the ordering.
- removeItem(Object) - Method in class com.vaadin.data.util.FilesystemContainer
- removeItem(Object) - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- removeItem(Object) - Method in class com.vaadin.data.util.HierarchicalContainer
- removeItem(Object) - Method in class com.vaadin.data.util.IndexedContainer
- removeItem(Object) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
- removeItem(Object) - Method in class com.vaadin.ui.AbstractSelect
- removeItem(Object) - Method in class com.vaadin.ui.Table
-
Removes the Item identified by
ItemId
from the Container. - removeItem(Object) - Method in class com.vaadin.ui.Tree
- removeItemClickListener(ItemClickEvent.ItemClickListener) - Method in interface com.vaadin.event.ItemClickEvent.ItemClickNotifier
-
Removes an ItemClickListener.
- removeItemClickListener(ItemClickEvent.ItemClickListener) - Method in class com.vaadin.ui.Grid
- removeItemClickListener(ItemClickEvent.ItemClickListener) - Method in class com.vaadin.ui.Table
- removeItemClickListener(ItemClickEvent.ItemClickListener) - Method in class com.vaadin.ui.Tree
- removeItemProperty(Object) - Method in interface com.vaadin.data.Item
-
Removes the Property identified by ID from the Item.
- removeItemProperty(Object) - Method in class com.vaadin.data.util.FilesystemContainer.FileItem
-
Filesystem container does not support removing properties.
- removeItemProperty(Object) - Method in class com.vaadin.data.util.GeneratedPropertyContainer.GeneratedPropertyItem
- removeItemProperty(Object) - Method in class com.vaadin.data.util.PropertysetItem
-
Removes the Property identified by ID from the Item.
- removeItemProperty(Object) - Method in class com.vaadin.data.util.sqlcontainer.RowItem
-
Removing properties is not supported.
- removeItemProperty(Object) - Method in class com.vaadin.ui.Form
-
Deprecated.Removes the property and corresponding field from the form.
- removeItemRecursively(Container.Hierarchical, Object) - Static method in class com.vaadin.data.util.HierarchicalContainer
-
Removes the Item identified by given itemId and all its children from the given Container.
- removeItemRecursively(Object) - Method in class com.vaadin.data.util.ContainerHierarchicalWrapper
-
Removes the Item identified by given itemId and all its children.
- removeItemRecursively(Object) - Method in class com.vaadin.data.util.HierarchicalContainer
-
Removes the Item identified by given itemId and all its children.
- removeItems() - Method in class com.vaadin.ui.MenuBar
-
Empty the menu bar
- removeItemSetChangeListener(Container.ItemSetChangeListener) - Method in interface com.vaadin.data.Container.ItemSetChangeNotifier
-
Removes the Item set change listener from the object.
- removeItemSetChangeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.data.util.AbstractContainer
-
Implementation of the corresponding method in
Container.ItemSetChangeNotifier
, override with the corresponding public method and implement the interface to use this. - removeItemSetChangeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
- removeItemSetChangeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.data.util.ContainerHierarchicalWrapper
- removeItemSetChangeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.data.util.ContainerOrderedWrapper
- removeItemSetChangeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- removeItemSetChangeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
- removeItemSetChangeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.ui.AbstractSelect
-
Removes the Item set change listener from the object.
- removeLayoutClickListener(LayoutEvents.LayoutClickListener) - Method in interface com.vaadin.event.LayoutEvents.LayoutClickNotifier
-
Removes an LayoutClickListener.
- removeLayoutClickListener(LayoutEvents.LayoutClickListener) - Method in class com.vaadin.ui.AbsoluteLayout
- removeLayoutClickListener(LayoutEvents.LayoutClickListener) - Method in class com.vaadin.ui.AbstractOrderedLayout
- removeLayoutClickListener(LayoutEvents.LayoutClickListener) - Method in class com.vaadin.ui.CssLayout
- removeLayoutClickListener(LayoutEvents.LayoutClickListener) - Method in class com.vaadin.ui.GridLayout
- removeLink() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
- removeLink() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- removeListener(SelectConnectorListener) - Method in class com.vaadin.client.debug.internal.AnalyzeLayoutsPanel
- removeListener(SelectConnectorListener) - Method in class com.vaadin.client.debug.internal.HierarchyPanel
- removeListener(Container.ItemSetChangeListener) - Method in interface com.vaadin.data.Container.ItemSetChangeNotifier
-
Deprecated.As of 7.0, replaced by
Container.ItemSetChangeNotifier.removeItemSetChangeListener(ItemSetChangeListener)
- removeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.data.util.AbstractContainer
-
Deprecated.As of 7.0, replaced by
AbstractContainer.addItemSetChangeListener(Container.ItemSetChangeListener)
- removeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Deprecated.As of 7.0, replaced by
AbstractInMemoryContainer.removeItemSetChangeListener(Container.ItemSetChangeListener)
- removeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.data.util.ContainerHierarchicalWrapper
-
Deprecated.As of 7.0, replaced by
ContainerHierarchicalWrapper.removeItemSetChangeListener(Container.ItemSetChangeListener)
- removeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.data.util.ContainerOrderedWrapper
-
Deprecated.As of 7.0, replaced by
ContainerOrderedWrapper.removeItemSetChangeListener(Container.ItemSetChangeListener)
- removeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- removeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
-
Deprecated.As of 7.0, replaced by
SQLContainer.removeItemSetChangeListener(Container.ItemSetChangeListener)
- removeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.ui.AbstractSelect
-
Deprecated.As of 7.0, replaced by
AbstractSelect.removeItemSetChangeListener(Container.ItemSetChangeListener)
- removeListener(Container.PropertySetChangeListener) - Method in interface com.vaadin.data.Container.PropertySetChangeNotifier
-
Deprecated.
- removeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.data.util.AbstractBeanContainer
-
Deprecated.As of 7.0, replaced by
AbstractBeanContainer.removePropertySetChangeListener(Container.PropertySetChangeListener)
- removeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.data.util.AbstractContainer
-
Deprecated.As of 7.0, replaced by
AbstractContainer.removePropertySetChangeListener(Container.PropertySetChangeListener)
- removeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.data.util.ContainerHierarchicalWrapper
-
Deprecated.
- removeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.data.util.ContainerOrderedWrapper
-
Deprecated.As of 7.0, replaced by
ContainerOrderedWrapper.removePropertySetChangeListener(Container.PropertySetChangeListener)
- removeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- removeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.data.util.IndexedContainer
-
Deprecated.As of 7.0, replaced by
IndexedContainer.removePropertySetChangeListener(Container.PropertySetChangeListener)
- removeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.ui.AbstractSelect
-
Deprecated.As of 7.0, replaced by
AbstractSelect.removePropertySetChangeListener(Container.PropertySetChangeListener)
- removeListener(Item.PropertySetChangeListener) - Method in interface com.vaadin.data.Item.PropertySetChangeNotifier
-
Deprecated.As of 7.0, replaced by
Item.PropertySetChangeNotifier.removePropertySetChangeListener(PropertySetChangeListener)
- removeListener(Item.PropertySetChangeListener) - Method in class com.vaadin.data.util.PropertysetItem
-
Deprecated.As of 7.0, replaced by
PropertysetItem.removePropertySetChangeListener(Item.PropertySetChangeListener)
- removeListener(Property.ReadOnlyStatusChangeListener) - Method in interface com.vaadin.data.Property.ReadOnlyStatusChangeNotifier
-
Deprecated.
- removeListener(Property.ReadOnlyStatusChangeListener) - Method in class com.vaadin.data.util.AbstractProperty
-
Deprecated.As of 7.0, replaced by
AbstractProperty.removeReadOnlyStatusChangeListener(Property.ReadOnlyStatusChangeListener)
- removeListener(Property.ReadOnlyStatusChangeListener) - Method in class com.vaadin.ui.AbstractField
-
Deprecated.As of 7.0, replaced by
AbstractField.removeReadOnlyStatusChangeListener(Property.ReadOnlyStatusChangeListener)
- removeListener(Property.ValueChangeListener) - Method in interface com.vaadin.data.Property.ValueChangeNotifier
-
Deprecated.As of 7.0, replaced by
Property.ValueChangeNotifier.removeValueChangeListener(ValueChangeListener)
- removeListener(Property.ValueChangeListener) - Method in class com.vaadin.data.util.AbstractProperty
-
Deprecated.As of 7.0, replaced by
AbstractProperty.removeValueChangeListener(Property.ValueChangeListener)
- removeListener(Property.ValueChangeListener) - Method in class com.vaadin.data.util.IndexedContainer
-
Deprecated.As of 7.0, replaced by
IndexedContainer.removeValueChangeListener(Property.ValueChangeListener)
- removeListener(Property.ValueChangeListener) - Method in class com.vaadin.ui.AbstractField
-
Deprecated.As of 7.0, replaced by
AbstractField.removeValueChangeListener(Property.ValueChangeListener)
- removeListener(Property.ValueChangeListener) - Method in class com.vaadin.ui.Label
-
Deprecated.As of 7.0, replaced by
Label.removeValueChangeListener(Property.ValueChangeListener)
- removeListener(QueryDelegate.RowIdChangeListener) - Method in interface com.vaadin.data.util.sqlcontainer.query.QueryDelegate.RowIdChangeNotifier
-
Deprecated.As of 7.0, replaced by
QueryDelegate.RowIdChangeNotifier.removeRowIdChangeListener(RowIdChangeListener)
- removeListener(QueryDelegate.RowIdChangeListener) - Method in class com.vaadin.data.util.sqlcontainer.query.TableQuery
-
Deprecated.As of 7.0, replaced by
TableQuery.removeRowIdChangeListener(QueryDelegate.RowIdChangeListener)
- removeListener(QueryDelegate.RowIdChangeListener) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
-
Deprecated.As of 7.0, replaced by
SQLContainer.removeRowIdChangeListener(RowIdChangeListener)
- removeListener(FieldEvents.BlurListener) - Method in interface com.vaadin.event.FieldEvents.BlurNotifier
-
Deprecated.As of 7.0, replaced by
FieldEvents.BlurNotifier.removeBlurListener(BlurListener)
- removeListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.AbstractFocusable
-
Deprecated.As of 7.0, replaced by
AbstractFocusable.removeBlurListener(BlurListener)
- removeListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.AbstractTextField
-
Deprecated.As of 7.0, replaced by
AbstractTextField.removeBlurListener(BlurListener)
- removeListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.CheckBox
-
Deprecated.As of 7.0, replaced by
CheckBox.removeBlurListener(BlurListener)
- removeListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.ComboBox
-
Deprecated.As of 7.0, replaced by
ComboBox.removeBlurListener(BlurListener)
- removeListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.DateField
-
Deprecated.As of 7.0, replaced by
DateField.removeBlurListener(BlurListener)
- removeListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.NativeSelect
-
Deprecated.As of 7.0, replaced by
NativeSelect.removeBlurListener(BlurListener)
- removeListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.OptionGroup
-
Deprecated.As of 7.0, replaced by
OptionGroup.removeBlurListener(BlurListener)
- removeListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.TabSheet
-
Deprecated.As of 7.0, replaced by
TabSheet.removeBlurListener(BlurListener)
- removeListener(FieldEvents.BlurListener) - Method in class com.vaadin.ui.Window
-
Deprecated.As of 7.0, replaced by
Window.removeBlurListener(BlurListener)
- removeListener(FieldEvents.FocusListener) - Method in interface com.vaadin.event.FieldEvents.FocusNotifier
-
Deprecated.As of 7.0, replaced by
FieldEvents.FocusNotifier.removeFocusListener(FocusListener)
- removeListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.AbstractFocusable
-
Deprecated.As of 7.0, replaced by
AbstractFocusable.removeFocusListener(FocusListener)
- removeListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.AbstractTextField
-
Deprecated.As of 7.0, replaced by
AbstractTextField.removeFocusListener(FocusListener)
- removeListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.CheckBox
-
Deprecated.As of 7.0, replaced by
CheckBox.removeFocusListener(FocusListener)
- removeListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.ComboBox
-
Deprecated.As of 7.0, replaced by
ComboBox.removeFocusListener(FocusListener)
- removeListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.DateField
-
Deprecated.As of 7.0, replaced by
DateField.removeFocusListener(FocusListener)
- removeListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.NativeSelect
-
Deprecated.As of 7.0, replaced by
NativeSelect.removeFocusListener(FocusListener)
- removeListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.OptionGroup
-
Deprecated.As of 7.0, replaced by
OptionGroup.removeFocusListener(FocusListener)
- removeListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.TabSheet
-
Deprecated.As of 7.0, replaced by
TabSheet.removeFocusListener(FocusListener)
- removeListener(FieldEvents.FocusListener) - Method in class com.vaadin.ui.Window
-
Deprecated.As of 7.0, replaced by
Window.removeFocusListener(FocusListener)
- removeListener(FieldEvents.TextChangeListener) - Method in interface com.vaadin.event.FieldEvents.TextChangeNotifier
-
Deprecated.As of 7.0, replaced by
FieldEvents.TextChangeNotifier.removeTextChangeListener(TextChangeListener)
- removeListener(FieldEvents.TextChangeListener) - Method in class com.vaadin.ui.AbstractTextField
-
Deprecated.As of 7.0, replaced by
AbstractTextField.removeTextChangeListener(TextChangeListener)
- removeListener(ItemClickEvent.ItemClickListener) - Method in interface com.vaadin.event.ItemClickEvent.ItemClickNotifier
-
Deprecated.As of 7.0, replaced by
ItemClickEvent.ItemClickNotifier.removeItemClickListener(ItemClickListener)
- removeListener(ItemClickEvent.ItemClickListener) - Method in class com.vaadin.ui.Grid
-
Deprecated.
- removeListener(ItemClickEvent.ItemClickListener) - Method in class com.vaadin.ui.Table
-
Deprecated.As of 7.0, replaced by
Table.removeItemClickListener(ItemClickListener)
- removeListener(ItemClickEvent.ItemClickListener) - Method in class com.vaadin.ui.Tree
-
Deprecated.As of 7.0, replaced by
Tree.removeItemClickListener(ItemClickListener)
- removeListener(LayoutEvents.LayoutClickListener) - Method in interface com.vaadin.event.LayoutEvents.LayoutClickNotifier
-
Deprecated.As of 7.0, replaced by
LayoutEvents.LayoutClickNotifier.removeLayoutClickListener(LayoutClickListener)
- removeListener(LayoutEvents.LayoutClickListener) - Method in class com.vaadin.ui.AbsoluteLayout
-
Deprecated.As of 7.0, replaced by
AbsoluteLayout.removeLayoutClickListener(LayoutClickListener)
- removeListener(LayoutEvents.LayoutClickListener) - Method in class com.vaadin.ui.AbstractOrderedLayout
-
Deprecated.As of 7.0, replaced by
AbstractOrderedLayout.removeLayoutClickListener(LayoutClickListener)
- removeListener(LayoutEvents.LayoutClickListener) - Method in class com.vaadin.ui.CssLayout
-
Deprecated.As of 7.0, replaced by
CssLayout.removeLayoutClickListener(LayoutClickListener)
- removeListener(LayoutEvents.LayoutClickListener) - Method in class com.vaadin.ui.GridLayout
-
Deprecated.As of 7.0, replaced by
GridLayout.removeLayoutClickListener(LayoutClickListener)
- removeListener(MouseEvents.ClickListener) - Method in class com.vaadin.ui.Embedded
-
Deprecated.As of 7.0, replaced by
Embedded.removeClickListener(ClickListener)
- removeListener(MouseEvents.ClickListener) - Method in class com.vaadin.ui.Image
-
Deprecated.As of 7.0, use
Image.removeClickListener(ClickListener)
instead - removeListener(MouseEvents.ClickListener) - Method in class com.vaadin.ui.Panel
-
Deprecated.As of 7.0, replaced by
Panel.removeClickListener(ClickListener)
- removeListener(MouseEvents.ClickListener) - Method in class com.vaadin.ui.UI
-
Deprecated.As of 7.0, replaced by
UI.removeClickListener(ClickListener)
- removeListener(Page.BrowserWindowResizeListener) - Method in class com.vaadin.server.Page
-
Deprecated.As of 7.0, replaced by
Page.removeBrowserWindowResizeListener(BrowserWindowResizeListener)
- removeListener(Page.BrowserWindowResizeListener) - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.As of 7.0, use the similarly named api in Page instead
- removeListener(Page.UriFragmentChangedListener) - Method in class com.vaadin.server.Page
-
Deprecated.As of 7.0, replaced by
Page.removeUriFragmentChangedListener(UriFragmentChangedListener)
- removeListener(AbstractSplitPanel.SplitterClickListener) - Method in class com.vaadin.ui.AbstractSplitPanel
-
Deprecated.As of 7.0, replaced by
AbstractSplitPanel.removeSplitterClickListener(SplitterClickListener)
- removeListener(Button.ClickListener) - Method in class com.vaadin.ui.Button
-
Deprecated.As of 7.0, replaced by
Button.removeClickListener(ClickListener)
- removeListener(Component.Listener) - Method in class com.vaadin.ui.AbstractComponent
- removeListener(Component.Listener) - Method in interface com.vaadin.ui.Component
-
Removes a previously registered component event listener from this component.
- removeListener(HasComponents.ComponentAttachListener) - Method in class com.vaadin.ui.AbstractComponentContainer
-
Deprecated.
- removeListener(HasComponents.ComponentAttachListener) - Method in interface com.vaadin.ui.ComponentContainer
-
Deprecated.
- removeListener(HasComponents.ComponentDetachListener) - Method in class com.vaadin.ui.AbstractComponentContainer
-
Deprecated.
- removeListener(HasComponents.ComponentDetachListener) - Method in interface com.vaadin.ui.ComponentContainer
-
Deprecated.
- removeListener(LoginForm.LoginListener) - Method in class com.vaadin.ui.LoginForm
-
Deprecated.As of 7.0, replaced by
LoginForm.removeLoginListener(LoginListener)
- removeListener(PopupView.PopupVisibilityListener) - Method in class com.vaadin.ui.PopupView
-
Deprecated.As of 7.0, replaced by
PopupView.removePopupVisibilityListener(PopupVisibilityListener)
- removeListener(Table.ColumnReorderListener) - Method in class com.vaadin.ui.Table
-
Deprecated.As of 7.0, replaced by
Table.removeColumnReorderListener(ColumnReorderListener)
- removeListener(Table.ColumnResizeListener) - Method in class com.vaadin.ui.Table
-
Deprecated.As of 7.0, replaced by
Table.removeColumnResizeListener(ColumnResizeListener)
- removeListener(Table.FooterClickListener) - Method in class com.vaadin.ui.Table
-
Deprecated.As of 7.0, replaced by
Table.removeFooterClickListener(FooterClickListener)
- removeListener(Table.HeaderClickListener) - Method in class com.vaadin.ui.Table
-
Deprecated.As of 7.0, replaced by
Table.removeHeaderClickListener(HeaderClickListener)
- removeListener(TabSheet.SelectedTabChangeListener) - Method in class com.vaadin.ui.TabSheet
-
Deprecated.As of 7.0, replaced by
TabSheet.removeSelectedTabChangeListener(SelectedTabChangeListener)
- removeListener(Tree.CollapseListener) - Method in class com.vaadin.ui.Tree
-
Deprecated.As of 7.0, replaced by
Tree.removeCollapseListener(CollapseListener)
- removeListener(Tree.CollapseListener) - Method in class com.vaadin.ui.TreeTable
-
Deprecated.As of 7.0, replaced by
TreeTable.removeCollapseListener(CollapseListener)
- removeListener(Tree.ExpandListener) - Method in class com.vaadin.ui.Tree
-
Deprecated.As of 7.0, replaced by
Tree.removeExpandListener(ExpandListener)
- removeListener(Tree.ExpandListener) - Method in class com.vaadin.ui.TreeTable
-
Deprecated.As of 7.0, replaced by
TreeTable.removeExpandListener(ExpandListener)
- removeListener(Upload.FailedListener) - Method in class com.vaadin.ui.Upload
-
Deprecated.As of 7.0, replaced by
Upload.removeFailedListener(FailedListener)
- removeListener(Upload.FinishedListener) - Method in class com.vaadin.ui.Upload
-
Deprecated.As of 7.0, replaced by
Upload.removeFinishedListener(FinishedListener)
- removeListener(Upload.ProgressListener) - Method in class com.vaadin.ui.Upload
-
Deprecated.As of 7.0, replaced by
Upload.removeProgressListener(ProgressListener)
- removeListener(Upload.StartedListener) - Method in class com.vaadin.ui.Upload
-
Deprecated.As of 7.0, replaced by
Upload.removeStartedListener(StartedListener)
- removeListener(Upload.SucceededListener) - Method in class com.vaadin.ui.Upload
-
Deprecated.As of 7.0, replaced by
Upload.removeSucceededListener(SucceededListener)
- removeListener(Window.CloseListener) - Method in class com.vaadin.ui.Window
-
Deprecated.As of 7.0, replaced by
Window.removeCloseListener(CloseListener)
- removeListener(Window.ResizeListener) - Method in class com.vaadin.ui.Window
-
Deprecated.As of 7.0, replaced by
Window.removeResizeListener(ResizeListener)
- removeListener(Class<?>, Object) - 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 in class com.vaadin.server.AbstractClientConnector
-
Removes all registered listeners matching the given parameters.
- removeListener(Class<?>, Object, Method) - Method in class com.vaadin.event.EventRouter
- removeListener(Class<?>, Object, Method) - Method in interface com.vaadin.event.MethodEventSource
-
Removes one registered listener method.
- removeListener(Class<?>, Object, Method) - Method in class com.vaadin.server.AbstractClientConnector
-
Removes one registered listener method.
- removeListener(Class<?>, Object, String) - Method in class com.vaadin.event.EventRouter
- removeListener(Class<?>, Object, String) - Method in interface com.vaadin.event.MethodEventSource
-
Removes one registered listener method.
- removeListener(Class<?>, Object, String) - Method in class com.vaadin.server.AbstractClientConnector
-
Deprecated.As of 7.0. This method should be avoided. Use
AbstractClientConnector.removeListener(Class, Object, Method)
instead. - removeListener(String, Class<?>, Object) - Method in class com.vaadin.server.AbstractClientConnector
-
Removes all registered listeners matching the given parameters.
- removeLoginListener(LoginForm.LoginListener) - Method in class com.vaadin.ui.LoginForm
-
Removes LoginListener
- removeMarkedAsDirtyListener(MarkedAsDirtyListener) - Method in class com.vaadin.ui.ConnectorTracker
-
Removes a marked as dirty listener.
- removeMatching(MethodInvocation) - Method in class com.vaadin.client.communication.ServerRpcQueue
-
Removes any pending invocation of the given method from the queue
- removeMonthEvent(CalendarEvent, boolean) - Method in class com.vaadin.client.ui.VCalendar
-
Remove a month event from the view
- 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
-
Deprecated.Removes an object parameter from the list.
- removePollListener(UIEvents.PollListener) - Method in interface com.vaadin.event.UIEvents.PollNotifier
-
Remove a poll listener.
- removePollListener(UIEvents.PollListener) - Method in class com.vaadin.ui.UI
- removePopupVisibilityListener(PopupView.PopupVisibilityListener) - Method in class com.vaadin.ui.PopupView
-
Removes a previously added listener, so that it no longer receives events when the visibility of the popup changes.
- removeProgressListener(Upload.ProgressListener) - Method in class com.vaadin.ui.Upload
-
Removes the upload progress event listener.
- removePropertySetChangeListener(Container.PropertySetChangeListener) - Method in interface com.vaadin.data.Container.PropertySetChangeNotifier
-
Removes a previously registered Property set change listener.
- removePropertySetChangeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.data.util.AbstractBeanContainer
- removePropertySetChangeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.data.util.AbstractContainer
-
Implementation of the corresponding method in
Container.PropertySetChangeNotifier
, override with the corresponding public method and implement the interface to use this. - removePropertySetChangeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.data.util.ContainerHierarchicalWrapper
- removePropertySetChangeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.data.util.ContainerOrderedWrapper
- removePropertySetChangeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- removePropertySetChangeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.data.util.IndexedContainer
- removePropertySetChangeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.ui.AbstractSelect
-
Removes a previously registered Property set change listener.
- removePropertySetChangeListener(Item.PropertySetChangeListener) - Method in interface com.vaadin.data.Item.PropertySetChangeNotifier
-
Removes a previously registered property set change listener.
- removePropertySetChangeListener(Item.PropertySetChangeListener) - Method in class com.vaadin.data.util.PropertysetItem
-
Removes a previously registered property set change listener.
- removeProvider(ViewProvider) - Method in class com.vaadin.navigator.Navigator
-
Unregister a view provider (factory).
- removeRange(int, int) - Method in class com.vaadin.data.util.ListSet
- removeReadOnlyStatusChangeListener(Property.ReadOnlyStatusChangeListener) - Method in interface com.vaadin.data.Property.ReadOnlyStatusChangeNotifier
-
Removes a previously registered read-only status change listener.
- removeReadOnlyStatusChangeListener(Property.ReadOnlyStatusChangeListener) - Method in class com.vaadin.data.util.AbstractProperty
-
Removes a previously registered read-only status change listener.
- removeReadOnlyStatusChangeListener(Property.ReadOnlyStatusChangeListener) - Method in class com.vaadin.ui.AbstractField
- removeReference(SQLContainer) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
-
Removes the reference pointing to the given SQLContainer.
- removeRegisteredEventListener(SharedState, String) - Static method in class com.vaadin.shared.ui.ComponentStateUtil
-
Removes an event listener id.
- 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
-
Remove a resize listener.
- removeRow(int) - Method in class com.vaadin.client.widgets.Grid.Header
- removeRow(int) - Method in class com.vaadin.client.widgets.Grid.StaticSection
-
Removes the row at the given position.
- removeRow(int) - Method in class com.vaadin.ui.Grid.Header
- removeRow(int) - Method in class com.vaadin.ui.Grid.StaticSection
-
Removes the row at the given position.
- removeRow(int) - Method in class com.vaadin.ui.GridLayout
-
Removes a row and all the components in the row.
- removeRow(RowItem) - Method in class com.vaadin.data.util.sqlcontainer.query.FreeformQuery
- removeRow(RowItem) - Method in interface com.vaadin.data.util.sqlcontainer.query.QueryDelegate
-
Removes the given RowItem from the database.
- removeRow(RowItem) - Method in class com.vaadin.data.util.sqlcontainer.query.TableQuery
- removeRow(Connection, RowItem) - Method in interface com.vaadin.data.util.sqlcontainer.query.FreeformQueryDelegate
-
Removes the given RowItem from the database.
- removeRow(ROWTYPE) - Method in class com.vaadin.client.widgets.Grid.StaticSection
-
Removes the given row from the section.
- removeRow(ROWTYPE) - Method in class com.vaadin.ui.Grid.StaticSection
-
Removes the given row from the section.
- removeRowData(int, int) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
-
Informs this data source that the server has removed data.
- removeRowData(int, int) - Method in interface com.vaadin.shared.data.DataProviderRpc
-
Informs the client to remove row data.
- removeRowIdChangeListener(QueryDelegate.RowIdChangeListener) - Method in interface com.vaadin.data.util.sqlcontainer.query.QueryDelegate.RowIdChangeNotifier
-
Removes the specified RowIdChangeListener from the object.
- removeRowIdChangeListener(QueryDelegate.RowIdChangeListener) - Method in class com.vaadin.data.util.sqlcontainer.query.TableQuery
-
Removes the given RowIdChangeListener from this query
- removeRowIdChangeListener(QueryDelegate.RowIdChangeListener) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
-
Removes a RowIdChangeListener from the QueryDelegate
- removeRowPosition(TableRowElement) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
- removeRows(int, int) - Method in interface com.vaadin.client.widget.escalator.RowContainer.BodyRowContainer
-
Removes rows at a certain index in the current row container.
- removeRows(int, int) - Method in interface com.vaadin.client.widget.escalator.RowContainer
-
Removes rows at a certain index in the current row container.
- removeRows(int, int) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
-
Removes rows at a certain index in the current row container.
- removeSelectedTabChangeListener(TabSheet.SelectedTabChangeListener) - Method in class com.vaadin.ui.TabSheet
-
Removes a tab selection listener
- removeSelectionListener(SelectionEvent.SelectionListener) - Method in interface com.vaadin.event.SelectionEvent.SelectionNotifier
-
Removes a previously registered selection change listener
- removeSelectionListener(SelectionEvent.SelectionListener) - Method in class com.vaadin.ui.Grid
- removeServiceDestroyListener(ServiceDestroyListener) - Method in class com.vaadin.server.VaadinService
-
Removes a service destroy listener that was previously added with
VaadinService.addServiceDestroyListener(ServiceDestroyListener)
. - 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
-
Removes a Vaadin service session destroy listener from this service.
- removeSessionInitListener(SessionInitListener) - Method in class com.vaadin.server.VaadinService
-
Removes a Vaadin service session initialization listener from this service.
- removeShortcutListener(ShortcutListener) - Method in interface com.vaadin.event.Action.ShortcutNotifier
- removeShortcutListener(ShortcutListener) - Method in class com.vaadin.ui.AbstractComponent
- removeSlot(Slot) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
-
Remove a slot from the layout.
- removeSortListener(SortEvent.SortListener) - Method in interface com.vaadin.event.SortEvent.SortNotifier
-
Removes a sort order change listener previously added using
SortEvent.SortNotifier.addSortListener(SortListener)
. - removeSortListener(SortEvent.SortListener) - Method in class com.vaadin.ui.Grid
-
Removes a sort order change listener previously added using
Grid.addSortListener(SortListener)
. - removeSplitPositionChangeListener(AbstractSplitPanel.SplitPositionChangeListener) - Method in class com.vaadin.ui.AbstractSplitPanel
- removeSplitterClickListener(AbstractSplitPanel.SplitterClickListener) - Method in class com.vaadin.ui.AbstractSplitPanel
- removeStartedListener(Upload.StartedListener) - Method in class com.vaadin.ui.Upload
-
Removes the upload started event listener.
- removeStateChangeHandler(StateChangeEvent.StateChangeHandler) - Method in interface com.vaadin.client.ServerConnector
-
Removes a handler that is called whenever any part of the state has been updated by the server.
- removeStateChangeHandler(StateChangeEvent.StateChangeHandler) - Method in class com.vaadin.client.ui.AbstractConnector
- removeStateChangeHandler(String, StateChangeEvent.StateChangeHandler) - Method in interface com.vaadin.client.ServerConnector
-
Removes a handler that is called whenever any part of the state has been updated by the server.
- removeStateChangeHandler(String, StateChangeEvent.StateChangeHandler) - Method in class com.vaadin.client.ui.AbstractConnector
- removeStyleName(String) - Method in class com.vaadin.client.ui.dd.DragHandle
-
Removes existing style name from drag handle element.
- removeStyleName(String) - Method in class com.vaadin.ui.AbstractComponent
- removeStyleName(String) - Method in interface com.vaadin.ui.Component
-
Removes one or more style names from component.
- removeSucceededListener(Upload.SucceededListener) - Method in class com.vaadin.ui.Upload
-
Removes the upload success event listener.
- removeTab(int) - Method in class com.vaadin.client.ui.VAccordion
- removeTab(int) - Method in class com.vaadin.client.ui.VTabsheet
- removeTab(int) - Method in class com.vaadin.client.ui.VTabsheetBase
-
Implement in extending classes.
- removeTab(TabSheet.Tab) - Method in class com.vaadin.ui.TabSheet
-
Removes a
TabSheet.Tab
and the component associated with it, as previously added withTabSheet.addTab(Component)
,TabSheet.addTab(Component, String, Resource)
orTabSheet.addComponent(Component)
. - removeTextChangeListener(FieldEvents.TextChangeListener) - Method in interface com.vaadin.event.FieldEvents.TextChangeNotifier
- removeTextChangeListener(FieldEvents.TextChangeListener) - Method in class com.vaadin.ui.AbstractTextField
- 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
-
Removes a URI fragment listener that was previously added to this page.
- removeValidator(Validator) - Method in interface com.vaadin.data.Validatable
-
Removes a previously registered validator from the object.
- removeValidator(Validator) - Method in class com.vaadin.data.validator.CompositeValidator
-
Removes a validator from the composite.
- removeValidator(Validator) - Method in class com.vaadin.ui.AbstractField
-
Removes the validator from the field.
- removeValueChangeListener(Property.ValueChangeListener) - Method in interface com.vaadin.data.Property.ValueChangeNotifier
-
Removes a previously registered value change listener.
- removeValueChangeListener(Property.ValueChangeListener) - Method in class com.vaadin.data.util.AbstractProperty
- removeValueChangeListener(Property.ValueChangeListener) - Method in class com.vaadin.data.util.IndexedContainer
- removeValueChangeListener(Property.ValueChangeListener) - Method in class com.vaadin.ui.AbstractField
- removeValueChangeListener(Property.ValueChangeListener) - Method in class com.vaadin.ui.Label
-
Removes the value change listener.
- removeView(String) - Method in class com.vaadin.navigator.Navigator
-
Removes a view from navigator.
- removeViewChangeListener(ViewChangeListener) - Method in class com.vaadin.navigator.Navigator
-
Removes a view change listener.
- removeWidget(Widget) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
-
Remove a slot from the layout
- removeWindow(LegacyWindow) - Method in class com.vaadin.server.LegacyApplication
-
Deprecated.Removes the specified window from the application.
- removeWindow(Window) - Method in class com.vaadin.ui.UI
-
Remove the given subwindow from this UI.
- removeWindowModeChangeListener(Window.WindowModeChangeListener) - Method in class com.vaadin.ui.Window
-
Removes the WindowModeChangeListener from the window.
- render(RendererCellReference, Boolean, CheckBox) - Method in class com.vaadin.client.widget.grid.selection.MultiSelectionRenderer
- render(RendererCellReference, Double, VProgressBar) - Method in class com.vaadin.client.renderers.ProgressBarRenderer
- render(RendererCellReference, Number) - Method in class com.vaadin.client.renderers.NumberRenderer
- render(RendererCellReference, String) - Method in class com.vaadin.client.connectors.UnsafeHtmlRendererConnector.UnsafeHtmlRenderer
- render(RendererCellReference, String) - Method in class com.vaadin.client.renderers.HtmlRenderer
- render(RendererCellReference, String) - Method in class com.vaadin.client.renderers.TextRenderer
- render(RendererCellReference, String, Button) - Method in class com.vaadin.client.renderers.ButtonRenderer
- render(RendererCellReference, String, Image) - Method in class com.vaadin.client.renderers.ImageRenderer
- render(RendererCellReference, Date) - Method in class com.vaadin.client.renderers.DateRenderer
- render(RendererCellReference, T) - Method in interface com.vaadin.client.renderers.Renderer
-
Called whenever the
Grid
updates a cell. - render(RendererCellReference, T) - Method in class com.vaadin.client.renderers.WidgetRenderer
- render(RendererCellReference, T, W) - Method in class com.vaadin.client.renderers.WidgetRenderer
-
Renders a cell with a widget.
- renderCalendar() - Method in class com.vaadin.client.ui.VCalendarPanel
-
Updates the calendar and text field with the selected dates.
- renderCalendar(boolean) - Method in class com.vaadin.client.ui.VCalendarPanel
-
For internal use only.
- renderContent() - Method in class com.vaadin.client.ui.tabsheet.TabsheetConnector
-
(Re-)render the content of the active tab.
- renderContent(Widget) - Method in class com.vaadin.client.ui.VTabsheet
-
Renders the widget content for a tab sheet.
- Renderer<T> - Interface in com.vaadin.client.renderers
-
Renderer for rending a value <T> into cell.
- Renderer<T> - Interface in com.vaadin.ui.renderers
-
A ClientConnector for controlling client-side
Grid renderers
. - RendererCellReference - Class in com.vaadin.client.widget.grid
-
A data class which contains information which identifies a cell being rendered in a
Grid
. - RendererCellReference(RowReference<Object>) - Constructor for class com.vaadin.client.widget.grid.RendererCellReference
-
Creates a new renderer cell reference bound to a row reference.
- RendererClickEvent(Grid, Object, Grid.Column, MouseEventDetails) - Constructor for class com.vaadin.ui.renderers.ClickableRenderer.RendererClickEvent
- RendererClickRpc - Interface in com.vaadin.shared.ui.grid.renderers
- rendererConnector - Variable in class com.vaadin.shared.ui.grid.GridColumnState
-
The connector for the renderer used to render the cells in this column.
- RenderInformation - Class in com.vaadin.client
-
Contains size information about a rendered container and its content area.
- RenderInformation() - Constructor for class com.vaadin.client.RenderInformation
- RenderInformation.FloatSize - Class in com.vaadin.client
- RenderInformation.Size - Class in com.vaadin.client
- rendering - Variable in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- rendering - Variable in class com.vaadin.client.ui.VTree
-
For internal use only.
- renderInitialRows(UIDL, int, int) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody
- renderRows(UIDL, int, int) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody
- RenderSpace - Class in com.vaadin.client
-
Contains information about render area.
- RenderSpace() - Constructor for class com.vaadin.client.RenderSpace
- RenderSpace(int, int) - Constructor for class com.vaadin.client.RenderSpace
- RenderSpace(int, int, boolean) - Constructor for class com.vaadin.client.RenderSpace
- renderTab(TabState, int) - Method in class com.vaadin.client.ui.VAccordion
- renderTab(TabState, int) - Method in class com.vaadin.client.ui.VTabsheet
- renderTab(TabState, int) - Method in class com.vaadin.client.ui.VTabsheetBase
-
Implement in extending classes.
- RENREN - com.vaadin.server.FontAwesome
- REORDER - com.vaadin.server.FontAwesome
- reOrderColumn(String, int) - Method in class com.vaadin.client.ui.VScrollTable
- reOrderColumn(String, int) - Method in class com.vaadin.client.ui.VTreeTable
- repaintAll(UI) - Method in class com.vaadin.server.LegacyCommunicationManager
-
Deprecated.
- REPEAT - com.vaadin.server.FontAwesome
- replaceComponent(Widget, Widget) - Method in class com.vaadin.client.ui.VTabsheetPanel
- replaceComponent(Component, Component) - Method in class com.vaadin.ui.AbsoluteLayout
-
Replaces one component with another one.
- replaceComponent(Component, Component) - Method in class com.vaadin.ui.AbstractOrderedLayout
- replaceComponent(Component, Component) - Method in class com.vaadin.ui.AbstractSplitPanel
- replaceComponent(Component, Component) - Method in interface com.vaadin.ui.ComponentContainer
-
Replaces the component in the container with another one without changing position.
- replaceComponent(Component, Component) - Method in class com.vaadin.ui.CssLayout
- replaceComponent(Component, Component) - Method in class com.vaadin.ui.CustomLayout
- replaceComponent(Component, Component) - Method in class com.vaadin.ui.GridLayout
- replaceComponent(Component, Component) - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.This implementation replaces a component in the content container (
LegacyWindow.getContent()
) instead of in the actual UI. - replaceComponent(Component, Component) - Method in class com.vaadin.ui.TabSheet
-
Replaces a component (tab content) with another.
- replaceCurrentTooltip() - Method in class com.vaadin.client.VTooltip
-
Replace current open tooltip with new content
- replaceTheme(String, String, String, String) - Method in class com.vaadin.client.ui.ui.UIConnector
-
Loads the new theme and removes references to the old theme
- replaceWidget(Widget) - Method in class com.vaadin.client.ui.VAccordion.StackItem
- replaceWithSelect(Object, Object[], Object[]) - Method in class com.vaadin.ui.Form
-
Deprecated.Sets the form field to be selectable from static list of changes.
- REPLY - com.vaadin.server.FontAwesome
- REPLY_ALL - com.vaadin.server.FontAwesome
- reportActualRelativeHeight(int) - Method in class com.vaadin.client.ui.layout.ComponentConnectorLayoutSlot
- reportActualRelativeHeight(int) - Method in class com.vaadin.client.ui.layout.VLayoutSlot
- reportActualRelativeWidth(int) - Method in class com.vaadin.client.ui.layout.ComponentConnectorLayoutSlot
- reportActualRelativeWidth(int) - Method in class com.vaadin.client.ui.layout.VLayoutSlot
- reportErrors(StringBuilder, PrintStream) - Method in class com.vaadin.server.ComponentSizeValidator.InvalidLayout
- reportHeightAssignedToRelative(ComponentConnector, int) - Method in class com.vaadin.client.LayoutManager
-
Registers the height reserved for a relatively sized component.
- reportLayoutProblems(String) - Method in interface com.vaadin.shared.ui.ui.DebugWindowClientRpc
-
Send results from
DebugWindowServerRpc.analyzeLayouts()
back to the client. - reportOuterHeight(ComponentConnector, int) - Method in class com.vaadin.client.LayoutManager
-
Registers the outer height (including margins, borders and paddings) of a component.
- reportOuterWidth(ComponentConnector, int) - Method in class com.vaadin.client.LayoutManager
-
Registers the outer width (including margins, borders and paddings) of a component.
- reportWidthAssignedToRelative(ComponentConnector, int) - Method in class com.vaadin.client.LayoutManager
-
Registers the width reserved for a relatively sized component.
- requestCanCreateSession(VaadinRequest) - Method in class com.vaadin.server.VaadinService
-
Checks whether it's valid to create a new service session as a result of the given request.
- requestCanCreateSession(VaadinRequest) - Method in class com.vaadin.server.VaadinServletService
- requestEnd(VaadinRequest, VaadinResponse, VaadinSession) - Method in class com.vaadin.server.VaadinService
-
Called after the framework has handled a request and the response has been written.
- RequestHandler - Interface in com.vaadin.server
-
Handler for producing a response to HTTP requests.
- requestRepaint() - Method in class com.vaadin.server.AbstractClientConnector
-
Deprecated.As of 7.0, use
AbstractClientConnector.markAsDirty()
instead. Note that you typically do not need to callAbstractClientConnector.markAsDirty()
asAbstractClientConnector.getState()
will mark the connector dirty and the framework will then check what, if anything, needs to be sent to the client.LegacyComponent
s which rely on paint might still need to call this orAbstractClientConnector.markAsDirty()
. - requestRepaint() - Method in interface com.vaadin.server.ClientConnector
-
Deprecated.As of 7.0, use
ClientConnector.markAsDirty()
instead - requestRepaint() - Method in class com.vaadin.server.DragAndDropService
-
Deprecated.
- requestRepaint() - Method in class com.vaadin.ui.Table
-
Deprecated.As of 7.0, use
Table.markAsDirty()
instead - requestRepaintAll() - Method in class com.vaadin.server.AbstractClientConnector
-
Deprecated.As of 7.0, use
AbstractClientConnector.markAsDirtyRecursive()
instead - requestRepaintAll() - Method in interface com.vaadin.server.ClientConnector
-
Deprecated.As of 7.0, use
ClientConnector.markAsDirtyRecursive()
instead - requestRepaintAll() - Method in class com.vaadin.server.DragAndDropService
-
Deprecated.
- requestRows(int, int, int, int) - Method in interface com.vaadin.shared.data.DataRequestRpc
-
Request rows from the server.
- requestRows(int, int, AbstractRemoteDataSource.RequestRowsCallback<JsonObject>) - Method in class com.vaadin.client.connectors.RpcDataSourceConnector.RpcDataSource
- requestRows(int, int, AbstractRemoteDataSource.RequestRowsCallback<T>) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
-
Triggers fetching rows from the remote data source.
- RequestRowsCallback(AbstractRemoteDataSource<T>, Range) - Constructor for class com.vaadin.client.data.AbstractRemoteDataSource.RequestRowsCallback
-
Creates a new callback
- requestSectionRefresh() - Method in class com.vaadin.client.widgets.Grid.Footer
- requestSectionRefresh() - Method in class com.vaadin.client.widgets.Grid.Header
- requestSectionRefresh() - Method in class com.vaadin.client.widgets.Grid.StaticSection
-
Informs the grid that this section should be re-rendered.
- requestStart(VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.VaadinService
-
Called before the framework starts handling a request
- RequestStartingEvent(ApplicationConnection) - Constructor for class com.vaadin.client.ApplicationConnection.RequestStartingEvent
- required - Variable in class com.vaadin.shared.AbstractFieldState
- REQUIRED - Static variable in class com.vaadin.client.StyleConstants
- REQUIRED_ATMOSPHERE_RUNTIME_VERSION - Static variable in interface com.vaadin.server.Constants
- REQUIRED_CLASSNAME - Static variable in class com.vaadin.client.ApplicationConnection
-
Deprecated.
- REQUIRED_CLASSNAME_EXT - Static variable in class com.vaadin.client.ApplicationConnection
-
Deprecated.
- REQUIRED_EXT - Static variable in class com.vaadin.client.StyleConstants
- requiresDelegate() - Method in class com.vaadin.client.ui.TouchScrollDelegate.TouchScrollHandler
-
Checks if a delegate for scrolling is required or if the native scrolling of the device should be used.
- requiresOverflowAutoFix() - Method in class com.vaadin.client.BrowserInfo
-
Indicates whether the browser might require juggling to properly update sizes inside elements with overflow: auto.
- requiresPositionAbsoluteOverflowAutoFix() - Method in class com.vaadin.client.BrowserInfo
-
Indicates whether the browser might require juggling to properly update sizes inside elements with overflow: auto when adjusting absolutely positioned elements.
- requiresTouchScrollDelegate() - Method in class com.vaadin.client.BrowserInfo
-
Checks if the browser is capable of handling scrolling natively or if a touch scroll helper is needed for scrolling.
- reserveConnection() - Method in class com.vaadin.data.util.sqlcontainer.connection.J2EEConnectionPool
- reserveConnection() - Method in interface com.vaadin.data.util.sqlcontainer.connection.JDBCConnectionPool
-
Retrieves a connection.
- reserveConnection() - Method in class com.vaadin.data.util.sqlcontainer.connection.SimpleJDBCConnectionPool
- reset() - Method in class com.vaadin.client.connectors.AbstractSelectionModelConnector.AbstractSelectionModel
- reset() - Method in class com.vaadin.client.connectors.SingleSelectionModelConnector.SingleSelectionModel
- reset() - Static method in class com.vaadin.client.Profiler
-
Resets the collected profiler data.
- reset() - Method in interface com.vaadin.client.widget.grid.selection.SelectionModel
-
Resets the SelectionModel to the initial state.
- reset() - Method in class com.vaadin.client.widget.grid.selection.SelectionModelMulti
- reset() - Method in class com.vaadin.client.widget.grid.selection.SelectionModelNone
- reset() - Method in class com.vaadin.client.widget.grid.selection.SelectionModelSingle
- reset() - Method in class com.vaadin.ui.Grid.MultiSelectionModel
-
Resets the selection model.
- reset() - Method in class com.vaadin.ui.Grid.NoSelectionModel
-
Semantically resets the selection model.
- reset() - Method in interface com.vaadin.ui.Grid.SelectionModel
-
Resets the SelectiomModel to an initial state.
- reset() - Method in class com.vaadin.ui.Grid.SingleSelectionModel
-
Resets the selection state.
- reset(Element) - Method in class com.vaadin.client.widget.escalator.PositionFunction.AbsolutePosition
- reset(Element) - Method in interface com.vaadin.client.widget.escalator.PositionFunction
-
Resets any previously applied positioning, clearing the used style attributes.
- reset(Element) - Method in class com.vaadin.client.widget.escalator.PositionFunction.Translate3DPosition
- reset(Element) - Method in class com.vaadin.client.widget.escalator.PositionFunction.TranslatePosition
- reset(Element) - Method in class com.vaadin.client.widget.escalator.PositionFunction.WebkitTranslate3DPosition
- RESET - com.vaadin.client.debug.internal.Icon
- RESET_TIMER - com.vaadin.client.debug.internal.Icon
- resetDataAndSize(int) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
-
Updates the size, discarding all cached data.
- resetDataAndSize(int) - Method in interface com.vaadin.client.data.DataChangeHandler
-
Resets all data and defines a new size for the data.
- resetDataAndSize(int) - Method in interface com.vaadin.shared.data.DataProviderRpc
-
Resets all data and defines a new size for the data.
- resetPageBuffer() - Method in class com.vaadin.ui.Table
-
Clears the current page buffer.
- resetSizesFromDom() - Method in class com.vaadin.client.widgets.Escalator
-
Resets all cached pixel sizes and reads new values from the DOM.
- resetSizesFromDom() - Method in class com.vaadin.client.widgets.Grid
-
Resets all cached pixel sizes and reads new values from the DOM.
- resetVisibleHoursOfDay() - Method in class com.vaadin.ui.Calendar
-
Resets the
Calendar.setFirstVisibleHourOfDay(int)
andCalendar.setLastVisibleHourOfDay(int)
to the default values, 0 and 23 respectively. - resizable - Variable in class com.vaadin.client.ui.VWindow
-
For internal use only.
- resizable - Variable in class com.vaadin.client.widgets.Grid.Column
-
The resizable state of this column.
- resizable - Variable in class com.vaadin.shared.ui.grid.GridColumnState
-
Whether this column is resizable by the user.
- resizable - Variable in class com.vaadin.shared.ui.window.WindowState
- resize(int, int, int, int) - Method in interface com.vaadin.shared.ui.ui.UIServerRpc
- RESIZE_LAZY - Static variable in class com.vaadin.shared.ui.ui.UIConstants
-
Deprecated.
- ResizeAnimation() - Constructor for class com.vaadin.client.widgets.Overlay.ResizeAnimation
- resizeCaptionContainer(int) - Method in class com.vaadin.client.ui.VScrollTable.HeaderCell
-
Makes room for the sorting indicator in case the column that the header cell belongs to is sorted.
- resizeCaptionContainer(VScrollTable.HeaderCell) - Method in class com.vaadin.client.ui.VScrollTable.TableHead
- ResizeEvent(Component) - Constructor for class com.vaadin.ui.Window.ResizeEvent
- resizeLazy - Variable in class com.vaadin.client.ui.VUI
-
For internal use only.
- resizeLazy - Variable in class com.vaadin.client.ui.VWindow
-
For internal use only.
- resizeLazy - Variable in class com.vaadin.shared.ui.window.WindowState
- resizeSortedColumnForSortIndicator() - Method in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- resolution - Variable in class com.vaadin.client.ui.VSlider
- resolution - Variable in class com.vaadin.shared.ui.slider.SliderState
-
The number of fractional digits that are considered significant.
- Resolution - Enum in com.vaadin.shared.ui.datefield
-
Resolutions for DateFields
- RESOLUTION_DAY - Static variable in class com.vaadin.client.ui.VDateField
-
Deprecated.
- RESOLUTION_DAY - Static variable in class com.vaadin.ui.DateField
-
Deprecated.As of 7.0, use
Resolution.DAY
- RESOLUTION_HOUR - Static variable in class com.vaadin.client.ui.VDateField
-
Deprecated.
- RESOLUTION_HOUR - Static variable in class com.vaadin.ui.DateField
-
Deprecated.As of 7.0, use
Resolution.HOUR
- RESOLUTION_MIN - Static variable in class com.vaadin.client.ui.VDateField
-
Deprecated.
- RESOLUTION_MIN - Static variable in class com.vaadin.ui.DateField
-
Deprecated.As of 7.0, use
Resolution.MINUTE
- RESOLUTION_MONTH - Static variable in class com.vaadin.client.ui.VDateField
-
Deprecated.
- RESOLUTION_MONTH - Static variable in class com.vaadin.ui.DateField
-
Deprecated.As of 7.0, use
Resolution.MONTH
- RESOLUTION_SEC - Static variable in class com.vaadin.client.ui.VDateField
-
Deprecated.
- RESOLUTION_SEC - Static variable in class com.vaadin.ui.DateField
-
Deprecated.As of 7.0, use
Resolution.SECOND
- RESOLUTION_YEAR - Static variable in class com.vaadin.client.ui.VDateField
-
Deprecated.
- RESOLUTION_YEAR - Static variable in class com.vaadin.ui.DateField
-
Deprecated.As of 7.0, use
Resolution.YEAR
- resolutionToString(Resolution) - Static method in class com.vaadin.client.ui.VDateField
-
For internal use only.
- resolve() - Method in interface com.vaadin.util.CurrentInstanceFallbackResolver
-
Resolves a current instance for the type
T
. - resolveBeanId(BEANTYPE) - Method in class com.vaadin.data.util.AbstractBeanContainer
-
Use the bean resolver to get the identifier for a bean.
- resolveClass(String) - Static method in class com.vaadin.util.SerializerHelper
-
Resolves the class given by
className
. - resolveComponentClass(String, DesignContext) - Method in class com.vaadin.ui.declarative.Design.DefaultComponentFactory
-
Resolves a component class based on the fully qualified name of the class.
- resolveConnectorType(int, ApplicationConfiguration) - Method in class com.vaadin.client.WidgetSet
- resolveVaadinUri(String) - Method in class com.vaadin.shared.VaadinUriResolver
-
Translates a Vaadin URI to a URL that can be loaded by the browser.
- Resource - Interface in com.vaadin.server
-
Resource
provided to the client terminal. - resourceCacheTime() - Method in annotation type com.vaadin.annotations.VaadinServletConfiguration
-
The time resources can be cached in the browser, in seconds.
- ResourceLoader - Class in com.vaadin.client
-
ResourceLoader lets you dynamically include external scripts and styles on the page and lets you know when the resource has been loaded.
- ResourceLoader() - Constructor for class com.vaadin.client.ResourceLoader
-
Creates a new resource loader.
- ResourceLoader.ResourceLoadEvent - Class in com.vaadin.client
-
Event fired when a resource has been loaded.
- ResourceLoader.ResourceLoadListener - Interface in com.vaadin.client
-
Event listener that gets notified when a resource has been loaded
- ResourceLoadEvent(ResourceLoader, String, boolean) - Constructor for class com.vaadin.client.ResourceLoader.ResourceLoadEvent
-
Creates a new event.
- ResourceReference - Class in com.vaadin.server
- ResourceReference(Resource, ClientConnector, String) - Constructor for class com.vaadin.server.ResourceReference
- resources - Variable in class com.vaadin.shared.communication.SharedState
-
The automatically managed resources used by the connector.
- ResourceWriter - Class in com.vaadin.server.communication
-
Serializes resources to JSON.
- ResourceWriter() - Constructor for class com.vaadin.server.communication.ResourceWriter
- RESPONSE_PENDING - com.vaadin.server.communication.AtmospherePushConnection.State
-
Not connected.
- ResponseHandlingEndedEvent(ApplicationConnection) - Constructor for class com.vaadin.client.ApplicationConnection.ResponseHandlingEndedEvent
- ResponseHandlingStartedEvent(ApplicationConnection) - Constructor for class com.vaadin.client.ApplicationConnection.ResponseHandlingStartedEvent
- Responsive - Class in com.vaadin.server
-
An extension providing responsive layout capabilities to any Vaadin component.
- Responsive() - Constructor for class com.vaadin.server.Responsive
-
Creates a new instance, which can be used to extend a component.
- ResponsiveConnector - Class in com.vaadin.client.extensions
-
The client side connector for the Responsive extension.
- ResponsiveConnector() - Constructor for class com.vaadin.client.extensions.ResponsiveConnector
- restoreDragImage(String, VDragAndDropManager.DDManagerMediator, Event.NativePreviewEvent) - Method in class com.vaadin.client.ui.dd.DDEventHandleStrategy
-
Restores drag image after temporary update by
DDEventHandleStrategy.updateDragImage(NativePreviewEvent, DDManagerMediator)
. - restoreInstances(Map<Class<?>, CurrentInstance>) - Static method in class com.vaadin.util.CurrentInstance
-
Restores the given instances to the given values.
- restrictTo(Range) - Method in class com.vaadin.shared.ui.grid.Range
-
Limits this range to be within the bounds of the provided range.
- resumeResponseHandling(Object) - Method in class com.vaadin.client.communication.MessageHandler
-
Resumes the rendering process once all locks have been removed.
- resynchronize() - Method in class com.vaadin.client.communication.MessageSender
-
Resynchronize the client side, i.e.
- RESYNCHRONIZE_ID - Static variable in class com.vaadin.shared.ApplicationConstants
-
The name of the parameter used for re-synchronizing.
- retrievePendingRpcCalls() - Method in class com.vaadin.server.AbstractClientConnector
- retrievePendingRpcCalls() - Method in interface com.vaadin.server.ClientConnector
-
Returns the list of pending server to client RPC calls and clears the list.
- retrievePendingRpcCalls() - Method in class com.vaadin.server.DragAndDropService
- RETWEET - com.vaadin.server.FontAwesome
- ReverseConverter<PRESENTATION,MODEL> - Class in com.vaadin.data.util.converter
-
A converter that wraps another
Converter
and reverses source and target types. - ReverseConverter(Converter<MODEL, PRESENTATION>) - Constructor for class com.vaadin.data.util.converter.ReverseConverter
-
Creates a converter from source to target based on a converter that converts from target to source.
- revertNavigation() - Method in class com.vaadin.navigator.Navigator
-
Revert the changes to the navigation state.
- revertToSharedStateSelection() - Method in interface com.vaadin.shared.ui.tabsheet.TabsheetClientRpc
-
Forces the client to switch to the tab that is selected by the server.
- rfc5987Encode(String) - Static method in class com.vaadin.util.EncodeUtil
-
Encodes the given string to UTF-8
value-chars
as defined in RFC5987 for use in e.g. - 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(Property) - Constructor for class com.vaadin.ui.RichTextArea
-
Constructs a new
RichTextArea
that's bound to the specifiedProperty
and has no caption. - RichTextArea(String) - Constructor for class com.vaadin.ui.RichTextArea
-
Constructs an empty
RichTextArea
with the given caption. - RichTextArea(String, Property) - Constructor for class com.vaadin.ui.RichTextArea
-
Constructs a new
RichTextArea
that's bound to the specifiedProperty
and has 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. - RichTextAreaConnector - Class in com.vaadin.client.ui.richtextarea
- RichTextAreaConnector() - Constructor for class com.vaadin.client.ui.richtextarea.RichTextAreaConnector
- RichTextAreaState - Class in com.vaadin.shared.ui.textarea
-
Shared state for the RichTextArea component.
- RichTextAreaState() - Constructor for class com.vaadin.shared.ui.textarea.RichTextAreaState
- RIGHT - com.vaadin.client.ui.orderedlayout.CaptionPosition
- RIGHT - com.vaadin.shared.MouseEventDetails.MouseButton
- RIGHT - com.vaadin.shared.ui.dd.HorizontalDropLocation
- RIGHT - com.vaadin.ui.Table.Align
-
Right column alignment.
- RIGHT - Static variable in class com.vaadin.shared.ui.AlignmentInfo
- RMB - com.vaadin.server.FontAwesome
- ROAD - com.vaadin.server.FontAwesome
- ROCKET - com.vaadin.server.FontAwesome
- role - Variable in class com.vaadin.shared.ui.window.WindowState
- rollback() - Method in interface com.vaadin.data.Property.Transactional
-
Aborts and rolls back the transaction that is in progress.
- rollback() - Method in class com.vaadin.data.util.sqlcontainer.query.AbstractTransactionalQuery
-
Rolls back and releases the active connection.
- rollback() - Method in class com.vaadin.data.util.sqlcontainer.query.FreeformQuery
- rollback() - Method in interface com.vaadin.data.util.sqlcontainer.query.QueryDelegate
-
Rolls a transaction back.
- rollback() - Method in class com.vaadin.data.util.sqlcontainer.query.TableQuery
- rollback() - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
-
Rolls back all the changes, additions and removals made to the items of this container.
- rollback() - Method in class com.vaadin.data.util.TransactionalPropertyWrapper
- root - Variable in class com.vaadin.client.widget.escalator.ScrollbarBundle
- root - Variable in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
-
The table section element (
<thead>
,<tbody>
or<tfoot>
) the rows (i.e. - rootItemIds() - Method in interface com.vaadin.data.Container.Hierarchical
-
Gets the IDs of all Items in the container that don't have a parent.
- rootItemIds() - Method in class com.vaadin.data.util.ContainerHierarchicalWrapper
- rootItemIds() - Method in class com.vaadin.data.util.FilesystemContainer
- rootItemIds() - Method in class com.vaadin.data.util.HierarchicalContainer
- rootItemIds() - Method in class com.vaadin.data.util.HierarchicalContainerOrderedWrapper
- rootItemIds() - Method in class com.vaadin.ui.Tree
-
Gets the IDs of all Items in the container that don't have a parent.
- rootItemIds() - Method in class com.vaadin.ui.TreeTable
- ROTATE_LEFT - com.vaadin.server.FontAwesome
- ROTATE_RIGHT - com.vaadin.server.FontAwesome
- ROUBLE - com.vaadin.server.FontAwesome
- round(double, int) - Static method in class com.vaadin.client.Util
-
Round
num
up toexp
decimal positions. - roundSizeDown(double) - Static method in class com.vaadin.client.WidgetUtil
-
Rounds the given size down to a value which the browser will accept.
- roundSizeUp(double) - Static method in class com.vaadin.client.WidgetUtil
-
Rounds the given size up to a value which the browser will accept.
- Row - Interface in com.vaadin.client.widget.escalator
-
A representation of a row in an
Escalator
. - ROW - com.vaadin.shared.ui.grid.HeightMode
-
The height of the Component or Widget in question is defined by a number of rows.
- ROW - com.vaadin.ui.Table.TableDragMode
-
Table starts drag with a one row only.
- ROW_HEADER_MODE_EXPLICIT - Static variable in class com.vaadin.ui.Table
-
Deprecated.As of 7.0, use
Table.RowHeaderMode.EXPLICIT
instead - ROW_HEADER_MODE_EXPLICIT_DEFAULTS_ID - Static variable in class com.vaadin.ui.Table
-
Deprecated.As of 7.0, use
Table.RowHeaderMode.EXPLICIT_DEFAULTS_ID
instead - ROW_HEADER_MODE_HIDDEN - Static variable in class com.vaadin.ui.Table
-
Deprecated.As of 7.0, use
Table.RowHeaderMode.HIDDEN
instead - ROW_HEADER_MODE_ICON_ONLY - Static variable in class com.vaadin.ui.Table
-
Deprecated.As of 7.0, use
Table.RowHeaderMode.ICON_ONLY
instead - ROW_HEADER_MODE_ID - Static variable in class com.vaadin.ui.Table
-
Deprecated.As of 7.0, use
Table.RowHeaderMode.ID
instead - ROW_HEADER_MODE_INDEX - Static variable in class com.vaadin.ui.Table
-
Deprecated.As of 7.0, use
Table.RowHeaderMode.INDEX
instead - ROW_HEADER_MODE_ITEM - Static variable in class com.vaadin.ui.Table
-
Deprecated.As of 7.0, use
Table.RowHeaderMode.ITEM
instead - ROW_HEADER_MODE_PROPERTY - Static variable in class com.vaadin.ui.Table
-
Deprecated.As of 7.0, use
Table.RowHeaderMode.PROPERTY
instead - row1 - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState.ChildComponentData
- row2 - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState.ChildComponentData
- rowCanBeFrozen(TableRowElement) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
-
Checks whether a row is an element, or contains such elements, that can be frozen.
- RowContainer - Interface in com.vaadin.client.widget.escalator
-
A representation of the rows in each of the sections (header, body and footer) in an
Escalator
. - RowContainer.BodyRowContainer - Interface in com.vaadin.client.widget.escalator
-
The row container for the body section in an
Escalator
. - rowCount - Variable in class com.vaadin.shared.ui.colorpicker.ColorPickerGridState
- rowExpand - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState
- rowExpandRatioArray - Variable in class com.vaadin.client.ui.VGridLayout
-
For internal use only.
- RowHandle() - Constructor for class com.vaadin.client.data.DataSource.RowHandle
- RowHandleImpl(T, Object) - Constructor for class com.vaadin.client.data.AbstractRemoteDataSource.RowHandleImpl
- rowHeadersAreEnabled() - Method in class com.vaadin.ui.Table
-
Checks whether row headers are visible.
- rowHeadersAreEnabled() - Method in class com.vaadin.ui.TreeTable
- RowHeightChangedEvent - Class in com.vaadin.client.widget.escalator.events
-
Event fired when the row height changed in the Escalator's header, body or footer.
- RowHeightChangedEvent() - Constructor for class com.vaadin.client.widget.escalator.events.RowHeightChangedEvent
- RowHeightChangedHandler - Interface in com.vaadin.client.widget.escalator.events
-
Event handler for a row height changed event.
- rowHeights - Variable in class com.vaadin.client.ui.VGridLayout
-
For internal use only.
- RowId - Class in com.vaadin.data.util.sqlcontainer
-
RowId represents identifiers of a single database result set row.
- RowId() - Constructor for class com.vaadin.data.util.sqlcontainer.RowId
-
Prevent instantiation without required parameters.
- RowId(Object...) - Constructor for class com.vaadin.data.util.sqlcontainer.RowId
- rowIdChange(QueryDelegate.RowIdChangeEvent) - Method in interface com.vaadin.data.util.sqlcontainer.query.QueryDelegate.RowIdChangeListener
-
Lets the listener know that a RowId has been changed.
- RowItem - Class in com.vaadin.data.util.sqlcontainer
-
RowItem represents one row of a result set obtained from a QueryDelegate.
- RowItem(SQLContainer, RowId, Collection<ColumnProperty>) - Constructor for class com.vaadin.data.util.sqlcontainer.RowItem
- rowKey - Variable in class com.vaadin.client.ui.VScrollTable.ContextMenuDetails
- rowKey - Variable in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
- RowReference<T> - Class in com.vaadin.client.widget.grid
-
A data class which contains information which identifies a row in a
Grid
. - RowReference(Grid<T>) - Constructor for class com.vaadin.client.widget.grid.RowReference
-
Creates a new row reference for the given grid.
- RowReference(Grid) - Constructor for class com.vaadin.ui.Grid.RowReference
-
Creates a new row reference for the given grid.
- rowRequestHandler - Variable in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- RowRequestHandler() - Constructor for class com.vaadin.client.ui.VScrollTable.RowRequestHandler
- rows - Variable in class com.vaadin.client.ui.VOptionGroupBase
-
For internal use only.
- rows - Variable in class com.vaadin.shared.ui.grid.GridStaticSectionState
- rows - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState
- rows - Variable in class com.vaadin.shared.ui.textarea.TextAreaState
-
Number of visible rows in the text area.
- rows - Variable in class com.vaadin.ui.Grid.StaticSection
- RowState() - Constructor for class com.vaadin.shared.ui.grid.GridStaticSectionState.RowState
- RowStyleGenerator<T> - Interface in com.vaadin.client.widget.grid
-
Callback interface for generating custom style names for data rows
- rowTooltipContentMode - Variable in class com.vaadin.shared.ui.grid.GridState
-
The content mode used for row tooltips.
- RowVisibilityChangeEvent - Class in com.vaadin.client.widget.escalator
-
Event fired when the range of visible rows changes e.g.
- RowVisibilityChangeEvent(int, int) - Constructor for class com.vaadin.client.widget.escalator.RowVisibilityChangeEvent
-
Creates a new row visibility change event
- RowVisibilityChangeHandler - Interface in com.vaadin.client.widget.escalator
-
Event handler that gets notified when the range of visible rows changes e.g.
- rpc - Variable in class com.vaadin.client.ui.slider.SliderConnector
- rpc - Variable in class com.vaadin.ui.Image
- RPC_INVOCATIONS - Static variable in class com.vaadin.shared.ApplicationConstants
-
The name of the parameter used to transmit RPC invocations
- RpcDataProviderExtension - Class in com.vaadin.server.communication.data
-
Provides Vaadin server-side container data source to a
com.vaadin.client.ui.grid.GridConnector
. - RpcDataProviderExtension(Container.Indexed) - Constructor for class com.vaadin.server.communication.data.RpcDataProviderExtension
-
Creates a new data provider using the given container.
- RpcDataSource() - Constructor for class com.vaadin.client.connectors.RpcDataSourceConnector.RpcDataSource
- RpcDataSourceConnector - Class in com.vaadin.client.connectors
-
Connects a Vaadin server-side container data source to a Grid.
- RpcDataSourceConnector() - Constructor for class com.vaadin.client.connectors.RpcDataSourceConnector
- RpcDataSourceConnector.RpcDataSource - Class in com.vaadin.client.connectors
- RpcInvocationException() - Constructor for exception com.vaadin.server.ServerRpcManager.RpcInvocationException
- RpcInvocationException(String) - Constructor for exception com.vaadin.server.ServerRpcManager.RpcInvocationException
- RpcInvocationException(String, Throwable) - Constructor for exception com.vaadin.server.ServerRpcManager.RpcInvocationException
- RpcInvocationException(Throwable) - Constructor for exception com.vaadin.server.ServerRpcManager.RpcInvocationException
- RpcManager - Class in com.vaadin.client.communication
-
Client side RPC manager that can invoke methods based on RPC calls received from the server.
- RpcManager() - Constructor for class com.vaadin.client.communication.RpcManager
- RpcProxy - Class in com.vaadin.client.communication
-
Class for creating proxy instances for Client to Server RPC.
- RpcProxy() - Constructor for class com.vaadin.client.communication.RpcProxy
- RpcRequest(String, VaadinRequest) - Constructor for class com.vaadin.server.communication.ServerRpcHandler.RpcRequest
- RSS - com.vaadin.server.FontAwesome
- RSS_SQUARE - com.vaadin.server.FontAwesome
- rta - Variable in class com.vaadin.client.ui.VRichTextArea
-
For internal use only.
- RUB - com.vaadin.server.FontAwesome
- RUBLE - com.vaadin.server.FontAwesome
- run() - Method in class com.vaadin.client.ui.VScrollTable.RowRequestHandler
- runDescendentsLayout(HasWidgets) - Method in class com.vaadin.client.ApplicationConnection
-
Deprecated.As of 7.0, serves no purpose
- RUNNING - com.vaadin.client.ApplicationConnection.ApplicationState
- Runo - Class in com.vaadin.ui.themes
- Runo() - Constructor for class com.vaadin.ui.themes.Runo
- runPendingAccessTasks(VaadinSession) - Method in class com.vaadin.server.VaadinService
-
Purges the queue of pending access invocations enqueued with
VaadinSession.access(Runnable)
. - runPostRequestHooks(String) - Static method in class com.vaadin.client.communication.MessageSender
-
Runs possibly registered client side post request hooks.
- runWebkitOverflowAutoFix(Element) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.runWebkitOverflowAutoFix(Element)
instead. - runWebkitOverflowAutoFix(Element) - Static method in class com.vaadin.client.WidgetUtil
-
Run workaround for webkits overflow auto issue.
- runWebkitOverflowAutoFixDeferred(Element) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.runWebkitOverflowAutoFixDeferred(Element)
instead. - runWebkitOverflowAutoFixDeferred(Element) - Static method in class com.vaadin.client.WidgetUtil
-
Defers the execution of
WidgetUtil.runWebkitOverflowAutoFix(Element)
- runWhenDependenciesLoaded(Command) - Static method in class com.vaadin.client.ApplicationConfiguration
- RUPEE - com.vaadin.server.FontAwesome
S
- S - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- SAFARI - com.vaadin.server.FontAwesome
- 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
- sanitizeSelection() - Method in class com.vaadin.ui.AbstractSelect
-
Checks that the current selection is valid, i.e.
- sanityCheck() - Method in class com.vaadin.ui.Grid.Footer
- sanityCheck() - Method in class com.vaadin.ui.Grid.Header
- sanityCheck() - Method in class com.vaadin.ui.Grid.StaticSection
-
Performs a sanity check that section is in correct state.
- SASSAddonImportFileCreator - Class in com.vaadin.server.themeutils
-
Helper class for managing the addon imports and creating an a SCSS file for importing all your addon themes.
- SASSAddonImportFileCreator() - Constructor for class com.vaadin.server.themeutils.SASSAddonImportFileCreator
- save() - Method in class com.vaadin.client.widgets.Grid.Editor
-
Saves any unsaved changes to the data source and hides the editor.
- save(int) - Method in interface com.vaadin.shared.ui.grid.EditorServerRpc
-
Asks the server to save unsaved changes in the editor to the data source.
- save(EditorHandler.EditorRequest<T>) - Method in interface com.vaadin.client.widget.grid.EditorHandler
-
Commits changes in the currently active edit to the data source.
- SAVE - com.vaadin.server.FontAwesome
- saveEditor() - Method in class com.vaadin.client.widgets.Grid
-
Saves any unsaved changes in the editor to the data source.
- saveEditor() - Method in class com.vaadin.ui.Grid
-
Saves all changes done to the bound fields.
- saveNaturalColumnWidthIfNotSaved(int) - Method in class com.vaadin.client.ui.VScrollTable.FooterCell
-
Saves natural column width if it hasn't been saved already.
- saveNaturalColumnWidthIfNotSaved(int) - Method in class com.vaadin.client.ui.VScrollTable.HeaderCell
-
Saves natural column width if it hasn't been saved already.
- SAVING - com.vaadin.client.widgets.Grid.Editor.State
- schedule() - Method in class com.vaadin.client.communication.Heartbeat
-
Updates the schedule of the heartbeat to match the set interval.
- scheduleDeferred(Scheduler.ScheduledCommand) - Method in class com.vaadin.client.VSchedulerImpl
- scheduleHeartbeat() - Method in class com.vaadin.client.ApplicationConnection
-
Deprecated.as of 7.2, use
Heartbeat.schedule()
instead - scheduleReconnect(JsonObject) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
-
Called after a problem occurred.
- SCISSORS - com.vaadin.server.FontAwesome
- SCRIBD - com.vaadin.server.FontAwesome
- scripts - Variable in class com.vaadin.client.ui.VCustomLayout
-
Unexecuted scripts loaded from the template.
- scroll - Variable in class com.vaadin.shared.ui.calendar.CalendarState
- scroll(int) - Method in interface com.vaadin.client.ui.VCalendar.ScrollListener
-
Triggered when the calendar is scrolled
- scroll(int) - Method in interface com.vaadin.shared.ui.calendar.CalendarClientRpc
- scroll(int) - Method in interface com.vaadin.shared.ui.calendar.CalendarServerRpc
- scroll(int, int) - Method in interface com.vaadin.shared.ui.ui.UIServerRpc
- SCROLL_LOCK - com.vaadin.client.debug.internal.Icon
- Scrollable - Interface in com.vaadin.server
-
This interface is implemented by all visual objects that can be scrolled programmatically from the server-side.
- ScrollbarBundle - Class in com.vaadin.client.widget.escalator
-
An element-like bundle representing a configurable and visual scrollbar in one axis.
- ScrollbarBundle.Direction - Enum in com.vaadin.client.widget.escalator
-
The orientation of the scrollbar.
- ScrollbarBundle.HorizontalScrollbarBundle - Class in com.vaadin.client.widget.escalator
-
A representation of a single horizontal scrollbar.
- ScrollbarBundle.VerticalScrollbarBundle - Class in com.vaadin.client.widget.escalator
-
A representation of a single vertical scrollbar.
- ScrollbarBundle.VisibilityChangeEvent - Class in com.vaadin.client.widget.escalator
- ScrollbarBundle.VisibilityHandler - Interface in com.vaadin.client.widget.escalator
-
A means to listen to when the scrollbar handle in a
ScrollbarBundle
either appears or is removed. - scrollBody - Variable in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- scrollBody - Variable in class com.vaadin.client.ui.VTreeTable
-
For internal use only.
- scrollBodyPanel - Variable in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- ScrollClientRpc - Interface in com.vaadin.shared.ui.ui
- ScrollDestination - Enum in com.vaadin.shared.ui.grid
-
Enumeration, specifying the destinations that are supported when scrolling rows or columns into view.
- scrolledContainer - Variable in class com.vaadin.client.ui.VAbstractSplitPanel
- SCROLLER_CLASSNAME - Static variable in class com.vaadin.client.ui.VTabsheet
- ScrollEvent - Class in com.vaadin.client.widget.grid.events
-
An event that signifies that a scrollbar bundle has been scrolled
- ScrollEvent() - Constructor for class com.vaadin.client.widget.grid.events.ScrollEvent
- ScrollHandler - Interface in com.vaadin.client.widget.grid.events
-
A handler that gets called whenever a scrollbar bundle is scrolled
- scrollIntoView() - Method in class com.vaadin.client.ui.VTree.TreeNode
-
Scrolls the caption into view
- scrollIntoView(ComponentConnector) - Method in class com.vaadin.client.ui.ui.UIConnector
-
Tries to scroll the viewport so that the given connector is in view.
- scrollIntoView(Component) - Method in class com.vaadin.ui.UI
-
Scrolls any component between the component and UI to a suitable position so the component is visible to the user.
- scrollIntoViewVertically(Element) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.scrollIntoViewVertically(Element)
instead. - scrollIntoViewVertically(Element) - Static method in class com.vaadin.client.WidgetUtil
-
Scrolls an element into view vertically only.
- scrollLeft - Variable in class com.vaadin.client.ui.VPanel
-
For internal use only.
- scrollLeft - Variable in class com.vaadin.shared.ui.panel.PanelState
- scrollSelectionIntoView() - Method in class com.vaadin.client.ui.menubar.MenuBar
-
Deprecated.Scroll the selected item into view.
- scrollSizeElement - Variable in class com.vaadin.client.widget.escalator.ScrollbarBundle
- scrollTo(Object) - Method in class com.vaadin.ui.Grid
-
Scrolls to a certain item, using
ScrollDestination.ANY
. - scrollTo(Object, ScrollDestination) - Method in class com.vaadin.ui.Grid
-
Scrolls to a certain item, using user-specified scroll destination.
- scrollToColumn(int, ScrollDestination, int) - Method in class com.vaadin.client.widgets.Escalator
-
Scrolls the body horizontally so that the column at the given index is visible and there is at least
padding
pixels in the direction of the given scroll destination. - scrollToEnd() - Method in class com.vaadin.client.widgets.Grid
-
Scrolls to the end of the very last row.
- scrollToEnd() - Method in interface com.vaadin.shared.ui.grid.GridClientRpc
-
Command client Grid to scroll to the last row.
- scrollToEnd() - Method in class com.vaadin.ui.Grid
-
Scrolls to the end of the last data row.
- scrollTop - Variable in class com.vaadin.client.ui.VPanel
-
For internal use only.
- scrollTop - Variable in class com.vaadin.shared.ui.panel.PanelState
- scrollToRow(int) - Method in class com.vaadin.client.widgets.Grid
-
Scrolls to a certain row, using
ScrollDestination.ANY
. - scrollToRow(int, ScrollDestination) - Method in class com.vaadin.client.widgets.Grid
-
Scrolls to a certain row, using user-specified scroll destination.
- scrollToRow(int, ScrollDestination) - Method in interface com.vaadin.shared.ui.grid.GridClientRpc
-
Command client Grid to scroll to a specific data row and its (optional) details.
- scrollToRow(int, ScrollDestination, int) - Method in class com.vaadin.client.widgets.Escalator
-
Scrolls the body vertically so that the row at the given index is visible and there is at least padding pixels to the given scroll destination.
- scrollToRowAndSpacer(int, ScrollDestination, int) - Method in class com.vaadin.client.widgets.Escalator
-
Scrolls vertically to a row and the spacer below it.
- scrollToSpacer(int, ScrollDestination, int) - Method in class com.vaadin.client.widgets.Escalator
-
Scrolls the body vertically so that the spacer at the given row index is visible and there is at least padding pixesl to the given scroll destination.
- scrollToStart() - Method in class com.vaadin.client.widgets.Grid
-
Scrolls to the beginning of the very first row.
- scrollToStart() - Method in interface com.vaadin.shared.ui.grid.GridClientRpc
-
Command client Grid to scroll to the first row.
- scrollToStart() - Method in class com.vaadin.ui.Grid
-
Scrolls to the beginning of the first data row.
- SEARCH - com.vaadin.client.debug.internal.Icon
- SEARCH - com.vaadin.server.FontAwesome
- SEARCH_MINUS - com.vaadin.server.FontAwesome
- SEARCH_PLUS - com.vaadin.server.FontAwesome
- SearchException(String) - Constructor for exception com.vaadin.data.fieldgroup.FieldGroup.SearchException
- SearchException(String, Throwable) - Constructor for exception com.vaadin.data.fieldgroup.FieldGroup.SearchException
- SECOND - com.vaadin.shared.ui.datefield.Resolution
- secondChild - Variable in class com.vaadin.shared.ui.splitpanel.AbstractSplitPanelState
- secondDelay - Variable in class com.vaadin.shared.ui.ui.UIState.LoadingIndicatorConfigurationState
- section - Variable in class com.vaadin.ui.Grid.StaticSection.StaticRow
- Section - Interface in com.vaadin.client.debug.internal
-
A Section is displayed as a tab in the
VDebugWindow
. - sectionHead - Variable in class com.vaadin.client.debug.internal.VDebugWindow
- sections - Variable in class com.vaadin.client.debug.internal.VDebugWindow
- SEEN_SERVER_SYNC_ID - Static variable in class com.vaadin.server.communication.LongPollingCacheFilter
- select - Variable in class com.vaadin.client.ui.VListSelect
- select - Variable in class com.vaadin.client.ui.VNativeSelect
- select(int, int) - Method in interface com.vaadin.shared.ui.colorpicker.ColorPickerGradientServerRpc
-
ColorPickerGradient mouseUp event.
- select(int, int) - Method in interface com.vaadin.shared.ui.colorpicker.ColorPickerGridServerRpc
-
ColorPickerGrid click event.
- select(ClickEvent) - Method in class com.vaadin.client.SimpleTree
-
Deprecated.
- select(ServerConnector, Element) - Method in interface com.vaadin.client.debug.internal.SelectConnectorListener
-
Listener method called when a connector has been selected.
- select(SelectionEvent) - Method in interface com.vaadin.event.SelectionEvent.SelectionListener
-
Notifies the listener that the selection state has changed.
- select(JsonObject) - Method in class com.vaadin.client.connectors.SingleSelectionModelConnector.SingleSelectionModel
- select(JsonObject...) - Method in class com.vaadin.client.connectors.MultiSelectionModelConnector.MultiSelectionModel
-
Selects one or more rows.
- select(Object) - Method in class com.vaadin.ui.AbstractSelect
-
Selects an item.
- select(Object) - Method in class com.vaadin.ui.Grid
-
Marks an item as selected.
- select(Object) - Method in interface com.vaadin.ui.Grid.SelectionModel.Single
-
Marks an item as selected.
- select(Object) - Method in class com.vaadin.ui.Grid.SingleSelectionModel
- select(Object...) - Method in class com.vaadin.ui.Grid.MultiSelectionModel
- select(Object...) - Method in interface com.vaadin.ui.Grid.SelectionModel.Multi
-
Marks items as selected.
- select(Object, boolean) - Method in class com.vaadin.ui.Grid.SingleSelectionModel
- select(String) - Method in interface com.vaadin.shared.ui.grid.selection.SingleSelectionModelServerRpc
-
Selects a row on server-side.
- select(Collection<?>) - Method in class com.vaadin.ui.Grid.MultiSelectionModel
-
Marks items as selected.
- select(Collection<?>) - Method in interface com.vaadin.ui.Grid.SelectionModel.Multi
-
Marks items as selected.
- select(Collection<?>, boolean) - Method in class com.vaadin.ui.Grid.MultiSelectionModel
- select(Collection<JsonObject>) - Method in class com.vaadin.client.connectors.MultiSelectionModelConnector.MultiSelectionModel
-
Select all rows in a
Collection
. - select(Collection<T>) - Method in interface com.vaadin.client.widget.grid.selection.SelectionModel.Multi
-
Select all rows in a
Collection
. - select(Collection<T>) - Method in class com.vaadin.client.widget.grid.selection.SelectionModelMulti
- select(List<String>) - Method in interface com.vaadin.shared.ui.grid.selection.MultiSelectionModelServerRpc
-
Select a list of rows based on their row keys on the server-side.
- select(T) - Method in interface com.vaadin.client.widget.grid.selection.SelectionModel.Single
-
Selects a row.
- select(T) - Method in class com.vaadin.client.widget.grid.selection.SelectionModelSingle
- select(T) - Method in class com.vaadin.client.widgets.Grid
-
Select a row using the current selection model.
- select(T...) - Method in interface com.vaadin.client.widget.grid.selection.SelectionModel.Multi
-
Selects one or more rows.
- select(T...) - Method in class com.vaadin.client.widget.grid.selection.SelectionModelMulti
- Select - Class in com.vaadin.ui
-
Deprecated.As of 7.0. Use
ComboBox
instead. - Select() - Constructor for class com.vaadin.ui.Select
-
Deprecated.
- Select(String) - Constructor for class com.vaadin.ui.Select
-
Deprecated.
- Select(String, Container) - Constructor for class com.vaadin.ui.Select
-
Deprecated.
- Select(String, Collection<?>) - Constructor for class com.vaadin.ui.Select
-
Deprecated.
- SELECT_BIG - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Large sized select with big font
- SELECT_SMALL - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Small sized select with small font
- selectable - Variable in class com.vaadin.client.ui.VTree
-
For internal use only.
- selectAll() - Method in class com.vaadin.client.connectors.MultiSelectionModelConnector.MultiSelectionModel
-
Selects all available rows, sends request to server to select everything.
- selectAll() - Method in class com.vaadin.client.ui.VRichTextArea
-
For internal use only.
- selectAll() - Method in interface com.vaadin.shared.ui.grid.selection.MultiSelectionModelServerRpc
-
Selects all rows on the server-side.
- selectAll() - Method in class com.vaadin.ui.AbstractTextField
-
Selects all text in the field.
- selectAll() - Method in class com.vaadin.ui.Grid.MultiSelectionModel
- selectAll() - Method in interface com.vaadin.ui.Grid.SelectionModel.Multi
-
Marks all the items in the current Container as selected
- selectAll() - Method in class com.vaadin.ui.RichTextArea
-
Selects all text in the rich text area.
- selectAll(boolean) - Method in class com.vaadin.ui.Grid.MultiSelectionModel
- SelectAllEvent<T> - Class in com.vaadin.client.widget.grid.events
-
A select all event, fired by the Grid when it needs all rows in data source to be selected.
- SelectAllEvent(SelectionModel.Multi<T>) - Constructor for class com.vaadin.client.widget.grid.events.SelectAllEvent
- SelectAllHandler<T> - Interface in com.vaadin.client.widget.grid.events
-
Handler for a Grid select all event, called when the Grid needs all rows in data source to be selected.
- selectByHandle(DataSource.RowHandle<T>) - Method in class com.vaadin.client.widget.grid.selection.AbstractRowHandleSelectionModel
-
Select a row, based on its
RowHandle
. - selectByHandle(DataSource.RowHandle<T>) - Method in class com.vaadin.client.widget.grid.selection.SelectionModelMulti
- selectByHandle(DataSource.RowHandle<T>) - Method in class com.vaadin.client.widget.grid.selection.SelectionModelNone
- selectByHandle(DataSource.RowHandle<T>) - Method in class com.vaadin.client.widget.grid.selection.SelectionModelSingle
- SelectConnectorListener - Interface in com.vaadin.client.debug.internal
-
Listener for the selection of a connector in the debug window.
- selected - Variable in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- selected - Variable in class com.vaadin.client.ui.VMenuBar
- selected - Variable in class com.vaadin.shared.ui.tabsheet.TabsheetState
-
the key of the currently selected tab
- selectedIds - Variable in class com.vaadin.client.ui.VTree
-
For internal use only.
- selectedItemIndex - Variable in class com.vaadin.client.ui.VAccordion
-
For internal use only.
- selectedKeys - Variable in class com.vaadin.client.ui.VOptionGroupBase
-
For internal use only.
- selectedOptionKey - Variable in class com.vaadin.client.ui.VFilterSelect
-
For internal use only.
- selectedRowKeys - Variable in class com.vaadin.client.ui.VScrollTable
- selectedTabChange(TabSheet.SelectedTabChangeEvent) - Method in interface com.vaadin.ui.TabSheet.SelectedTabChangeListener
-
Selected (shown) tab in tab sheet has has been changed.
- SelectedTabChangeEvent(Component) - Constructor for class com.vaadin.ui.TabSheet.SelectedTabChangeEvent
-
New instance of selected tab change event
- selectedTabIndexAfterTabRemove(int) - Method in class com.vaadin.ui.TabSheet
-
Called when a selected tab is removed to specify the new tab to select.
- selectFirstItem() - Method in class com.vaadin.client.ui.VFilterSelect.SuggestionMenu
-
Deprecated.use
VFilterSelect.SuggestionPopup.selectFirstItem()
instead. - selectFirstItem() - Method in class com.vaadin.client.ui.VFilterSelect.SuggestionPopup
-
Select the first item of the suggestions list popup.
- selectFirstItemInNextRender - Variable in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- selectFirstRenderedRowInViewPort(boolean) - Method in class com.vaadin.client.ui.VScrollTable
-
Selects the first row visible in the table
- selection - Variable in class com.vaadin.ui.Grid.AbstractSelectionModel
- selectionChanged - Variable in class com.vaadin.client.ui.VScrollTable
-
Flag for notifying when the selection has changed and should be sent to the server
- SelectionEvent<T> - Class in com.vaadin.client.widget.grid.selection
-
Event object describing a change in Grid row selection state.
- SelectionEvent - Class in com.vaadin.event
-
An event that specifies what in a selection has changed, and where the selection took place.
- SelectionEvent(Grid<T>, Collection<T>, Collection<T>, boolean) - Constructor for class com.vaadin.client.widget.grid.selection.SelectionEvent
-
Creates an event where several rows have been added or removed.
- SelectionEvent(Grid<T>, T, T, boolean) - Constructor for class com.vaadin.client.widget.grid.selection.SelectionEvent
-
Creates an event with a single added or removed row.
- SelectionEvent(Object, Collection<Object>, Collection<Object>) - Constructor for class com.vaadin.event.SelectionEvent
- SelectionEvent.SelectionListener - Interface in com.vaadin.event
-
The listener interface for receiving
SelectionEvents
. - SelectionEvent.SelectionNotifier - Interface in com.vaadin.event
-
The interface for adding and removing listeners for
SelectionEvents
. - SelectionHandler<T> - Interface in com.vaadin.client.widget.grid.selection
-
Handler for
SelectionEvent
s. - SelectionModel<T> - Interface in com.vaadin.client.widget.grid.selection
-
Common interface for all selection models.
- SelectionModel.Multi<T> - Interface in com.vaadin.client.widget.grid.selection
-
Selection model that allows for several rows to be selected at once.
- SelectionModel.Multi.Batched<T> - Interface in com.vaadin.client.widget.grid.selection
-
A multi selection model that can send selections and deselections in a batch, instead of committing them one-by-one.
- SelectionModel.None<T> - Interface in com.vaadin.client.widget.grid.selection
-
Interface for a selection model that does not allow anything to be selected.
- SelectionModel.Single<T> - Interface in com.vaadin.client.widget.grid.selection
-
Selection model that allows a maximum of one row to be selected at any one time.
- SelectionModelMulti<T> - Class in com.vaadin.client.widget.grid.selection
-
Multi-row selection model.
- SelectionModelMulti() - Constructor for class com.vaadin.client.widget.grid.selection.SelectionModelMulti
- SelectionModelNone<T> - Class in com.vaadin.client.widget.grid.selection
-
No-row selection model.
- SelectionModelNone() - Constructor for class com.vaadin.client.widget.grid.selection.SelectionModelNone
- SelectionModelSingle<T> - Class in com.vaadin.client.widget.grid.selection
-
Single-row selection model.
- SelectionModelSingle() - Constructor for class com.vaadin.client.widget.grid.selection.SelectionModelSingle
- selectionRangeStart - Variable in class com.vaadin.client.ui.VScrollTable
-
Helper to store selection range start in when using the keyboard
- selectItem(MenuItem) - Method in class com.vaadin.client.ui.menubar.MenuBar
-
Deprecated.
- SelectiveRenderer - Interface in com.vaadin.ui
-
Interface implemented by
HasComponents
implementors that wish to dynamically be able to prevent given child components from reaching the client side. - selectLastItem() - Method in class com.vaadin.client.ui.VFilterSelect.SuggestionMenu
-
Deprecated.use
VFilterSelect.SuggestionPopup.selectLastItem()
instead. - selectLastItem() - Method in class com.vaadin.client.ui.VFilterSelect.SuggestionPopup
-
Select the last item of the suggestions list popup.
- selectLastItemInNextRender - Variable in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- selectLastRenderedRowInViewPort(boolean) - Method in class com.vaadin.client.ui.VScrollTable
-
Selects the last row visible in the table
- selectNextItem() - Method in class com.vaadin.client.ui.VFilterSelect.SuggestionPopup
-
Selects the next item in the filtered selections
- SELECTOR - com.vaadin.client.debug.internal.Icon
- SelectorPath - Class in com.vaadin.client.debug.internal
-
A single segment of a selector path pointing to an Element.
- SelectorPath(ServerConnector, Element) - Constructor for class com.vaadin.client.debug.internal.SelectorPath
- SelectorPredicate - Class in com.vaadin.client.componentlocator
-
SelectorPredicates are statements about the state of different components that VaadinFinderLocatorStrategy is finding.
- SelectorPredicate() - Constructor for class com.vaadin.client.componentlocator.SelectorPredicate
- selectPopupItemWhenResponseIsReceived - Variable in class com.vaadin.client.ui.VFilterSelect
-
For internal use only.
- selectPrevItem() - Method in class com.vaadin.client.ui.VFilterSelect.SuggestionPopup
-
Selects the previous item in the filtered selections
- selectSelectedRows(UIDL) - Method in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- selectTab(int) - Method in class com.vaadin.client.ui.VAccordion
- selectTab(int) - Method in class com.vaadin.client.ui.VTabsheet
- selectTab(int) - Method in class com.vaadin.client.ui.VTabsheetBase
-
For internal use only.
- SELLSY - com.vaadin.server.FontAwesome
- send() - Method in class com.vaadin.client.communication.Heartbeat
-
Sends a heartbeat to the server
- send(JsonArray, JsonObject) - Method in class com.vaadin.client.communication.MessageSender
-
Makes an UIDL request to the server.
- send(JsonObject) - Method in class com.vaadin.client.communication.MessageSender
-
Sends an asynchronous or synchronous UIDL request to the server using the given URI.
- send(JsonObject) - Method in class com.vaadin.client.communication.XhrConnection
-
Sends an asynchronous UIDL request to the server using the given URI.
- SEND - com.vaadin.server.FontAwesome
- SEND_O - com.vaadin.server.FontAwesome
- sendBlurEvents - Variable in class com.vaadin.client.ui.VOptionGroup
-
For internal use only.
- sendClientResized() - Method in class com.vaadin.client.ui.VUI
-
Send new dimensions to the server.
- sendContextClickEvent(MouseEventDetails, EventTarget) - Method in class com.vaadin.client.connectors.GridConnector
- sendContextClickEvent(MouseEventDetails, EventTarget) - Method in class com.vaadin.client.ui.AbstractComponentConnector
-
This method sends the context menu event to the server-side.
- sendContextClickEvent(MouseEventDetails, EventTarget) - Method in class com.vaadin.client.ui.table.TableConnector
- sendContextClickEvent(MouseEventDetails, EventTarget) - Method in class com.vaadin.client.ui.tree.TreeConnector
- sendCriticalErrorNotification(VaadinServletRequest, VaadinServletResponse) - Method in class com.vaadin.server.GAEVaadinServlet
- sendDeadlineExceededNotification(VaadinServletRequest, VaadinServletResponse) - Method in class com.vaadin.server.GAEVaadinServlet
- 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.
- sendFocusEvents - Variable in class com.vaadin.client.ui.VOptionGroup
-
For internal use only.
- sendHeartbeat() - Method in class com.vaadin.client.ApplicationConnection
-
Deprecated.as of 7.2, use
Heartbeat.send()
instead - sendInvocationsToServer() - Method in class com.vaadin.client.communication.MessageSender
- sendNotSerializableNotification(VaadinServletRequest, VaadinServletResponse) - Method in class com.vaadin.server.GAEVaadinServlet
- sendPendingVariableChanges() - Method in class com.vaadin.client.ApplicationConnection
-
Deprecated.as of 7.6, use
ServerRpcQueue.flush()
- sendRpc(String, JsArray<JavaScriptObject>) - Method in class com.vaadin.client.extensions.javascriptmanager.JavaScriptManagerConnector
- sendSelectedRows() - Method in class com.vaadin.client.ui.VScrollTable
-
Sends the selection to the server if changed since the last update/visit.
- sendSelectedRows(boolean) - Method in class com.vaadin.client.ui.VScrollTable
-
Sends the selection to the server if it has been changed since the last update/visit.
- sendSelectedRows(boolean) - Method in class com.vaadin.client.ui.VTreeTable
- sendUploadResponse(VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.communication.FileUploadHandler
-
TODO document
- serialize() - Method in class com.vaadin.shared.MouseEventDetails
- serialize(URLReference, ApplicationConnection) - Method in class com.vaadin.client.communication.URLReference_Serializer
- serialize(Date, ApplicationConnection) - Method in class com.vaadin.client.communication.Date_Serializer
- serialize(Date, ConnectorTracker) - Method in class com.vaadin.server.communication.DateSerializer
- serialize(T, ApplicationConnection) - Method in interface com.vaadin.client.communication.JSONSerializer
-
Serialize the given object into JSON.
- serialize(T, ConnectorTracker) - Method in interface com.vaadin.server.communication.JSONSerializer
-
Serialize the given object into JSON.
- SerializerHelper - Class in com.vaadin.util
-
Helper class for performing serialization.
- SerializerHelper() - Constructor for class com.vaadin.util.SerializerHelper
- SERVER - com.vaadin.server.FontAwesome
- SERVER_SYNC_ID - Static variable in class com.vaadin.shared.ApplicationConstants
-
The name of the parameter used to transmit the sync id.
- serverCacheFirst - Variable in class com.vaadin.client.ui.VScrollTable
-
Values (serverCacheFirst+serverCacheLast) sent by server that tells which rows (indexes) are in the server side cache (page buffer).
- serverCacheLast - Variable in class com.vaadin.client.ui.VScrollTable
- ServerConnector - Interface in com.vaadin.client
-
Interface implemented by all client side classes that can be communicate with the server.
- ServerRpc - Interface in com.vaadin.shared.communication
-
Interface to be extended by all client to server RPC interfaces.
- ServerRpcHandler - Class in com.vaadin.server.communication
-
Handles a client-to-server message containing serialized
server RPC
invocations. - ServerRpcHandler() - Constructor for class com.vaadin.server.communication.ServerRpcHandler
- ServerRpcHandler.RpcRequest - Class in com.vaadin.server.communication
-
A data transfer object representing an RPC request sent by the client side.
- ServerRpcManager<T extends ServerRpc> - Class in com.vaadin.server
-
Server side RPC manager that handles RPC calls coming from the client.
- ServerRpcManager(T, Class<T>) - Constructor for class com.vaadin.server.ServerRpcManager
-
Create a RPC manager for an RPC target.
- ServerRpcManager.RpcInvocationException - Exception in com.vaadin.server
-
Wrapper exception for exceptions which occur during invocation of an RPC call
- ServerRpcMethodInvocation - Class in com.vaadin.server
- ServerRpcMethodInvocation(String, Class<? extends ServerRpc>, String, int) - Constructor for class com.vaadin.server.ServerRpcMethodInvocation
- serverRpcQueue - Variable in class com.vaadin.client.ApplicationConnection
- ServerRpcQueue - Class in com.vaadin.client.communication
-
Manages the queue of server invocations (RPC) which are waiting to be sent to the server.
- ServerRpcQueue() - Constructor for class com.vaadin.client.communication.ServerRpcQueue
- 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.GAEVaadinServlet
- service(HttpServletRequest, HttpServletResponse) - Method in class com.vaadin.server.VaadinServlet
-
Receives standard HTTP requests from the public service method and dispatches them.
- SERVICE_URL - Static variable in class com.vaadin.shared.ApplicationConstants
- SERVICE_URL_PARAMETER_NAME - Static variable in class com.vaadin.shared.ApplicationConstants
- serviceDestroy(ServiceDestroyEvent) - Method in interface com.vaadin.server.ServiceDestroyListener
-
Invoked when a service is destroyed
- ServiceDestroyEvent - Class in com.vaadin.server
-
Event fired to
ServiceDestroyListener
when aVaadinService
is being destroyed. - ServiceDestroyEvent(VaadinService) - Constructor for class com.vaadin.server.ServiceDestroyEvent
-
Creates a new event for the given service.
- ServiceDestroyListener - Interface in com.vaadin.server
-
Listener that gets notified when the
VaadinService
to which it has been registered is destroyed. - ServiceException - Exception in com.vaadin.server
- ServiceException(String) - Constructor for exception com.vaadin.server.ServiceException
- ServiceException(String, Throwable) - Constructor for exception com.vaadin.server.ServiceException
- ServiceException(Throwable) - Constructor for exception com.vaadin.server.ServiceException
- 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_LEGACY_PROPERTY_TOSTRING - Static variable in interface com.vaadin.server.Constants
- 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.
- ServletPortletHelper() - Constructor for class com.vaadin.server.ServletPortletHelper
-
Deprecated.
- ServletUIInitHandler - Class in com.vaadin.server.communication
- ServletUIInitHandler() - Constructor for class com.vaadin.server.communication.ServletUIInitHandler
- sessionDestroy(SessionDestroyEvent) - Method in interface com.vaadin.server.SessionDestroyListener
-
Called when a Vaadin service session is no longer used.
- SessionDestroyEvent - Class in com.vaadin.server
-
Event fired when a Vaadin service session is no longer in use.
- SessionDestroyEvent(VaadinService, VaadinSession) - Constructor for class com.vaadin.server.SessionDestroyEvent
-
Creates a new event.
- SessionDestroyListener - Interface in com.vaadin.server
-
A listener that gets notified when a Vaadin service session is no longer used.
- sessionExpiredCaption - Variable in class com.vaadin.server.SystemMessages
- SessionExpiredException - Exception in com.vaadin.server
- SessionExpiredException() - Constructor for exception com.vaadin.server.SessionExpiredException
- SessionExpiredHandler - Interface in com.vaadin.server
-
A specialized RequestHandler which is capable of sending session expiration messages to the user.
- sessionExpiredMessage - Variable in class com.vaadin.server.SystemMessages
- sessionExpiredNotificationEnabled - Variable in class com.vaadin.server.SystemMessages
- sessionExpiredURL - Variable in class com.vaadin.server.SystemMessages
- sessionInit(SessionInitEvent) - Method in interface com.vaadin.server.SessionInitListener
-
Invoked when a new Vaadin service session is initialized for that service.
- SessionInitEvent - Class in com.vaadin.server
-
Event gets fired when a new Vaadin service session is initialized for a Vaadin service.
- SessionInitEvent(VaadinService, VaadinSession, VaadinRequest) - Constructor for class com.vaadin.server.SessionInitEvent
-
Creates a new event.
- SessionInitListener - Interface in com.vaadin.server
-
Event listener that can be registered to a
VaadinService
to get an event when a new Vaadin service session is initialized for that service. - SessionRequestHandler - Class in com.vaadin.server.communication
-
Handles a request by passing it to each registered
RequestHandler
in the session in turn until one produces a response. - SessionRequestHandler() - Constructor for class com.vaadin.server.communication.SessionRequestHandler
- set(int, boolean) - Method in class elemental.json.impl.JreJsonArray
- set(int, boolean) - Method in interface elemental.json.JsonArray
-
Set the value at index to be a boolean value.
- set(int, boolean) - Method in interface elemental.util.ArrayOfBoolean
-
Sets the value value at a given index.
- set(int, double) - Method in class elemental.json.impl.JreJsonArray
- set(int, double) - Method in interface elemental.json.JsonArray
-
Set the value at index to be a number value.
- set(int, double) - Method in interface elemental.util.ArrayOfNumber
-
Sets the value value at a given index.
- set(int, int) - Method in interface elemental.util.ArrayOfInt
-
Sets the value value at a given index.
- set(int, int, Grid.Column<?, T>) - Method in class com.vaadin.client.widget.grid.CellReference
-
Sets the identifying information for this cell.
- set(int, E) - Method in class com.vaadin.data.util.ListSet
- set(int, JsonValue) - Method in class elemental.json.impl.JreJsonArray
- set(int, JsonValue) - Method in interface elemental.json.JsonArray
-
Set the value at index to be a given value.
- set(int, String) - Method in class elemental.json.impl.JreJsonArray
- set(int, String) - Method in interface elemental.json.JsonArray
-
Set the value at index to be a String value.
- set(int, String) - Method in interface elemental.util.ArrayOfString
-
Sets the value value at a given index.
- set(int, T) - Method in interface elemental.util.ArrayOf
-
sets the value value at a given index.
- set(int, T, TableRowElement) - Method in class com.vaadin.client.widget.grid.RowReference
-
Sets the identifying information for this row.
- set(Element, double, double) - Method in class com.vaadin.client.widget.escalator.PositionFunction.AbsolutePosition
- set(Element, double, double) - Method in interface com.vaadin.client.widget.escalator.PositionFunction
-
Position an element in an (x,y) coordinate system in the DOM.
- set(Element, double, double) - Method in class com.vaadin.client.widget.escalator.PositionFunction.Translate3DPosition
- set(Element, double, double) - Method in class com.vaadin.client.widget.escalator.PositionFunction.TranslatePosition
- set(Element, double, double) - Method in class com.vaadin.client.widget.escalator.PositionFunction.WebkitTranslate3DPosition
- set(Cell, GridConstants.Section) - Method in class com.vaadin.client.widget.grid.EventCellReference
-
Sets the RowReference and CellReference to point to given Cell.
- set(FlyweightCell, int, Grid.Column<?, ?>) - Method in class com.vaadin.client.widget.grid.RendererCellReference
-
Sets the identifying information for this cell.
- set(Class<T>, T) - Static method in class com.vaadin.util.CurrentInstance
-
Sets the current instance of the given type.
- set(Object) - Method in class com.vaadin.ui.Grid.CellReference
-
Sets the identifying information for this cell
- set(Object) - Method in class com.vaadin.ui.Grid.RowReference
-
Sets the identifying information for this row
- set(String, JsonValue) - Method in class elemental.json.impl.JreJsonObject
- set24HFormat(boolean) - Method in class com.vaadin.client.ui.VCalendar
-
Should the 24h time format be used
- setAccessKey(char) - Method in class com.vaadin.client.ui.VRichTextArea
- setAccessKey(char) - Method in class com.vaadin.client.ui.VUI
- setAccessKey(char) - Method in class com.vaadin.client.widgets.Grid
- setAccessKey(Widget, char) - Static method in class com.vaadin.client.ui.FocusUtil
-
Sets the access key property
- setActionEndDate(Date) - Method in class com.vaadin.client.ui.calendar.VCalendarAction
-
Set the date and time when the action ends
- setActionKey(String) - Method in class com.vaadin.client.ui.TreeAction
- setActionOwner(ActionOwner) - Method in class com.vaadin.client.ui.VContextMenu
-
Sets the element from which to build menu
- setActionStartDate(Date) - Method in class com.vaadin.client.ui.calendar.VCalendarAction
-
Set the date when the actions start
- setActive(boolean) - Method in class com.vaadin.client.debug.internal.DebugButton
-
Adds or removes a stylename, indicating whether or not the button is in it's active state.
- setActiveTabIndex(int) - Method in class com.vaadin.client.ui.VTabsheetBase
-
For internal use only.
- setAlign(char) - Method in class com.vaadin.client.ui.VScrollTable.FooterCell
-
Set alignment of the text in the cell
- setAlign(char) - Method in class com.vaadin.client.ui.VScrollTable.HeaderCell
- setAlignment(AlignmentInfo) - Method in class com.vaadin.client.ui.layout.VLayoutSlot
- setAlignment(AlignmentInfo) - Method in class com.vaadin.client.ui.orderedlayout.Slot
-
Sets how the widget is aligned inside the slot
- setAlignment(AlignmentInfo) - Method in class com.vaadin.client.ui.VGridLayout.Cell
- setAlignment(String) - Method in class com.vaadin.client.VCaption
- setAllDay(boolean) - Method in class com.vaadin.client.ui.calendar.schedule.CalendarEvent
-
Is the event an all day event.
- setAllDay(boolean) - Method in class com.vaadin.ui.components.calendar.event.BasicEvent
- setAllDay(boolean) - Method in interface com.vaadin.ui.components.calendar.event.EditableCalendarEvent
-
Does the event span the whole day.
- setAllDayProperty(Object) - Method in class com.vaadin.ui.components.calendar.ContainerEventProvider
-
Set the all day property for the event
- setAllItemIds(List<ITEMIDTYPE>) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Deprecated.
- setAlpha(int) - Method in class com.vaadin.shared.ui.colorpicker.Color
-
Sets the alpha value of the color.
- setAlternateText(String) - Method in class com.vaadin.client.ui.FontIcon
-
Not implemeted for
FontIcon
yet. - setAlternateText(String) - Method in class com.vaadin.client.ui.Icon
-
Sets the alternate text for the icon.
- setAlternateText(String) - Method in class com.vaadin.client.ui.ImageIcon
- setAlternateText(String) - Method in class com.vaadin.client.ui.VBrowserFrame
- setAlternateText(String) - Method in class com.vaadin.client.ui.VFlash
-
Deprecated.
- setAlternateText(String) - Method in class com.vaadin.ui.AbstractEmbedded
-
Sets this component's alternate text that can be presented instead of the component's normal content for accessibility purposes.
- setAlternateText(String) - Method in class com.vaadin.ui.Embedded
-
Sets this component's "alt-text", that is, an alternate text that can be presented instead of this component's normal content, for accessibility purposes.
- setAltKey(boolean) - Method in class com.vaadin.shared.MouseEventDetails
- setAltText(String) - Method in class com.vaadin.client.ui.VMediaBase
- setAltText(String) - Method in class com.vaadin.ui.AbstractMedia
-
Sets the alternative text to be displayed if the browser does not support HTML5.
- setAnimationDelay(Element, String) - Static method in class com.vaadin.client.AnimationUtil
-
For internal use only.
- setAnimationDuration(Element, String) - Static method in class com.vaadin.client.AnimationUtil
-
For internal use only.
- setAnimationFromCenterProgress(double) - Method in class com.vaadin.client.widgets.Overlay.PositionAndSize
- setAnimationsEnabled(boolean) - Method in class com.vaadin.ui.TreeTable
-
Animations can be enabled by passing true to this method.
- setAppId(String) - Method in class com.vaadin.client.ApplicationConfiguration
- setApplication(LegacyApplication) - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.
- setApplicationRunning(boolean) - Method in class com.vaadin.client.ApplicationConnection
- setArchive(String) - Method in class com.vaadin.client.ui.VFlash
-
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
-
Deprecated.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.
- setArguments(Object[], Object[], int) - Method in class com.vaadin.data.util.MethodProperty
-
Sets the setter method and getter method argument lists.
- setAriaInvalid(boolean) - Method in interface com.vaadin.client.ui.aria.HandlesAriaInvalid
-
Called to set the element, typically an input element, as invalid.
- setAriaInvalid(boolean) - Method in class com.vaadin.client.ui.VCheckBox
- setAriaInvalid(boolean) - Method in class com.vaadin.client.ui.VFilterSelect
- setAriaInvalid(boolean) - Method in class com.vaadin.client.ui.VTextualDate
- setAriaRequired(boolean) - Method in interface com.vaadin.client.ui.aria.HandlesAriaRequired
-
Called to set the element, typically an input element, as required.
- setAriaRequired(boolean) - Method in class com.vaadin.client.ui.VCheckBox
- setAriaRequired(boolean) - Method in class com.vaadin.client.ui.VFilterSelect
- setAriaRequired(boolean) - Method in class com.vaadin.client.ui.VTextualDate
- setAscending(boolean) - Method in class com.vaadin.data.util.sqlcontainer.query.OrderBy
- setAssistiveDescription(Connector[]) - Method in class com.vaadin.client.ui.VWindow
-
Allows to specify which connectors contain the description for the window.
- setAssistiveDescription(Component...) - Method in class com.vaadin.ui.Window
-
Allows to specify which components contain the description for the window.
- setAssistiveDescription(String) - Method in class com.vaadin.client.ui.VTabsheet.Tab
- setAssistivePostfix(Notification.Type, String) - Method in interface com.vaadin.ui.NotificationConfiguration
-
Sets the accessibility postfix for a notification type.
- setAssistivePostfix(String) - Method in class com.vaadin.client.ui.VWindow
-
Setter for the text for assistive devices the window caption is postfixed with.
- setAssistivePostfix(String) - Method in class com.vaadin.ui.Window
-
Sets the accessibility postfix for the window caption.
- setAssistivePrefix(Notification.Type, String) - Method in interface com.vaadin.ui.NotificationConfiguration
-
Sets the accessibility prefix for a notification type.
- setAssistivePrefix(String) - Method in class com.vaadin.client.ui.VWindow
-
Setter for the text for assistive devices the window caption is prefixed with.
- setAssistivePrefix(String) - Method in class com.vaadin.ui.Window
-
Sets the accessibility prefix for the window caption.
- setAssistiveRole(WindowRole) - Method in class com.vaadin.ui.Window
-
Sets the WAI-ARIA role the window.
- setAssistiveRole(Notification.Type, NotificationRole) - Method in interface com.vaadin.ui.NotificationConfiguration
-
Sets the WAI-ARIA role for a notification type.
- setAssistiveText(String) - Method in class com.vaadin.ui.PopupDateField
-
Set a description that explains the usage of the Widget for users of assistive devices.
- setAt(String, Object) - Method in interface elemental.util.Mappable
-
Sets the value at a given key.
- setAttribute(Class<T>, T) - Method in class com.vaadin.server.VaadinSession
-
Stores a value in this service session.
- setAttribute(String, Object) - Method in interface com.vaadin.server.VaadinRequest
-
Defines a request attribute.
- setAttribute(String, Object) - Method in class com.vaadin.server.VaadinSession
-
Stores a value in this service session.
- setAttribute(String, Object) - Method in class com.vaadin.server.WrappedHttpSession
- setAttribute(String, Object) - Method in interface com.vaadin.server.WrappedSession
-
Saves an attribute value in this session.
- setAuthenticationErrorCaption(String) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Sets the caption of the notification.
- setAuthenticationErrorMessage(String) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Sets the message of the notification.
- setAuthenticationErrorNotificationEnabled(boolean) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Enables or disables the notification.
- setAuthenticationErrorURL(String) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Sets the URL to go to when there is a authentication error.
- setAutoCommit(boolean) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
-
Set auto commit mode enabled or disabled.
- setAutoOpen(boolean) - Method in class com.vaadin.client.ui.menubar.MenuBar
-
Deprecated.Sets whether this menu bar's child menus will open when the mouse is moved over it.
- setAutoOpen(boolean) - Method in class com.vaadin.ui.MenuBar
-
Using this method menubar can be put into a special mode where top level menus opens without clicking on the menu, but automatically when mouse cursor is moved over the menu.
- setAutoplay(boolean) - Method in class com.vaadin.client.ui.VMediaBase
- setAutoplay(boolean) - Method in class com.vaadin.ui.AbstractMedia
-
Sets whether the media is to automatically start playback when enough data has been loaded.
- setBackgroundColor(Color) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerGradient
-
Sets the background color.
- setBackwardNavigationEnabled(boolean) - Method in class com.vaadin.client.ui.VCalendar
- setBean(BT) - Method in class com.vaadin.data.util.BeanItem
-
Changes the Java Bean this item is based on.
- setBeanIdProperty(Object) - Method in class com.vaadin.data.util.BeanContainer
-
Sets the bean id resolver to use a property of the beans as the identifier.
- setBeanIdResolver(AbstractBeanContainer.BeanIdResolver<BEANTYPE, BEANTYPE>) - Method in class com.vaadin.data.util.BeanItemContainer
-
Unsupported in BeanItemContainer.
- setBeanIdResolver(AbstractBeanContainer.BeanIdResolver<IDTYPE, BEANTYPE>) - Method in class com.vaadin.data.util.AbstractBeanContainer
-
Sets the resolver that finds the item id for a bean, or null not to use automatic resolving.
- setBeanIdResolver(AbstractBeanContainer.BeanIdResolver<IDTYPE, BEANTYPE>) - Method in class com.vaadin.data.util.BeanContainer
- setBGColor(String) - Method in class com.vaadin.client.ui.colorpicker.VColorPickerGradient
-
Sets the given css color as the background.
- setBlue(int) - Method in class com.vaadin.shared.ui.colorpicker.Color
-
Sets the blue value of the color.
- setBooleanValue(String, boolean) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
- setBottom(Float, Sizeable.Unit) - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Sets the 'bottom' attribute; distance from the bottom of the component to the bottom edge of the layout.
- setBottomUnits(Sizeable.Unit) - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Sets the unit for the 'bottom' attribute
- setBottomValue(Float) - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Sets the 'bottom' attribute value (distance from the bottom of the component to the bottom edge of the layout).
- setBuffered(boolean) - Method in class com.vaadin.client.widgets.Grid.Editor
- setBuffered(boolean) - Method in interface com.vaadin.data.Buffered
-
Sets the buffered mode to the specified status.
- setBuffered(boolean) - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Sets the buffered mode for the bound fields.
- setBuffered(boolean) - Method in class com.vaadin.ui.AbstractField
-
Sets the buffered mode of this Field.
- setBuffered(boolean) - Method in class com.vaadin.ui.Form
-
Deprecated.
- setBufferSize(int) - Method in class com.vaadin.server.ClassResource
-
Sets the size of the download buffer used for this resource.
- setBufferSize(int) - Method in class com.vaadin.server.DownloadStream
-
Sets the size of the download buffer.
- setBufferSize(int) - Method in class com.vaadin.server.FileResource
-
Sets the size of the download buffer used for this resource.
- setBufferSize(int) - Method in class com.vaadin.server.StreamResource
-
Sets the size of the download buffer used for this resource.
- setButton(MouseEventDetails.MouseButton) - Method in class com.vaadin.shared.MouseEventDetails
- setButtonCaption(String) - Method in class com.vaadin.ui.Upload
-
In addition to the actual file chooser, upload components have button that starts actual upload progress.
- setCacheRate(double) - Method in class com.vaadin.ui.Table
-
This method adjusts a possible caching mechanism of table implementation.
- setCacheRateFromUIDL(UIDL) - Method in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- setCacheStrategy(CacheStrategy) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
-
Sets the cache strategy that is used to determine how much data is fetched and cached.
- setCacheTime(long) - Method in class com.vaadin.server.ClassResource
-
Sets the length of cache expiration time.
- setCacheTime(long) - Method in class com.vaadin.server.DownloadStream
-
Sets length of cache expiration time.
- setCacheTime(long) - Method in class com.vaadin.server.FileResource
-
Sets the length of cache expiration time.
- setCacheTime(long) - Method in class com.vaadin.server.StreamResource
-
Sets the length of cache expiration time.
- setCacheTime(long) - Method in interface com.vaadin.server.VaadinResponse
-
Sets cache time in milliseconds, -1 means no cache at all.
- setCacheTime(long) - Method in class com.vaadin.server.VaadinServletResponse
- setCalendar(VCalendar) - Method in class com.vaadin.client.ui.calendar.schedule.DateCellContainer
- setCalendar(VCalendar) - Method in class com.vaadin.client.ui.calendar.schedule.MonthEventLabel
-
Set the Calendar instance this label belongs to
- setCalendar(VCalendar) - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid
- setCalendar(VCalendar) - Method in class com.vaadin.client.ui.calendar.schedule.WeeklyLongEventsDateCell
- setCalendarEvent(CalendarEvent) - Method in class com.vaadin.client.ui.calendar.schedule.DateCellDayEvent
- setCalendarEvent(CalendarEvent) - Method in class com.vaadin.client.ui.calendar.schedule.MonthEventLabel
- setCallback(DragHandle.DragHandleCallback) - Method in class com.vaadin.client.ui.dd.DragHandle
-
Sets the user-facing drag handle callback method.
- setCallbackNames(Set<String>) - Method in class com.vaadin.shared.JavaScriptExtensionState
- setCallbackNames(Set<String>) - Method in class com.vaadin.shared.ui.JavaScriptComponentState
- setCancelCaption(String) - Method in class com.vaadin.client.widgets.Grid.Editor
- setCaption(Widget, VCaption) - Method in class com.vaadin.client.ui.VGridLayout
-
For internal use only.
- setCaption(VCaption) - Method in class com.vaadin.client.ui.layout.ComponentConnectorLayoutSlot
- setCaption(VCaption) - Method in class com.vaadin.client.ui.layout.VLayoutSlot
- setCaption(VCaption) - Method in class com.vaadin.client.ui.VAbsoluteLayout.AbsoluteWrapper
-
Set the caption for the wrapper
- setCaption(String) - Method in class com.vaadin.client.ui.Action
- setCaption(String) - Method in class com.vaadin.client.ui.calendar.schedule.CalendarEvent
-
Set the caption of the event.
- setCaption(String) - Method in class com.vaadin.client.ui.calendar.schedule.MonthEventLabel
-
Set the caption of the event label
- setCaption(String) - Method in class com.vaadin.client.ui.colorpicker.AbstractColorPickerConnector
-
Set caption of the color picker widget.
- setCaption(String) - Method in class com.vaadin.client.ui.colorpicker.ColorPickerAreaConnector
- setCaption(String) - Method in class com.vaadin.client.ui.colorpicker.ColorPickerConnector
- setCaption(String) - Method in class com.vaadin.client.ui.VUnknownComponent
- setCaption(String) - Method in class com.vaadin.client.ui.VWindow
- setCaption(String) - Method in class com.vaadin.event.Action
-
Sets the caption.
- setCaption(String) - Method in class com.vaadin.ui.AbstractComponent
-
Sets the component's caption
String
. - setCaption(String) - Method in interface com.vaadin.ui.Component
-
Sets the caption of the component.
- setCaption(String) - Method in class com.vaadin.ui.components.calendar.event.BasicEvent
- setCaption(String) - Method in interface com.vaadin.ui.components.calendar.event.EditableCalendarEvent
-
Set the visible text in the calendar for the event.
- 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
-
Sets the caption of the 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.UI
-
Deprecated.As of 7.0, use
Page.setTitle(String)
- setCaption(String, boolean) - Method in class com.vaadin.client.ui.VPanel
-
For internal use only.
- setCaption(String, Icon, List<String>, String, boolean, boolean, boolean) - Method in class com.vaadin.client.ui.orderedlayout.Slot
-
Set the caption of the slot as text
- setCaption(String, Icon, List<String>, String, boolean, boolean, boolean, boolean) - Method in class com.vaadin.client.ui.orderedlayout.Slot
-
Set the caption of the slot
- setCaption(String, Icon, List<String>, String, ErrorLevel, boolean, boolean, boolean, boolean) - Method in class com.vaadin.client.ui.orderedlayout.Slot
-
Set the caption of the slot
- setCaption(String, String) - Method in class com.vaadin.client.ui.VWindow
- setCaption(String, String, boolean) - Method in class com.vaadin.client.ui.VWindow
- setCaption(String, String, List<String>, String, boolean, boolean, boolean) - Method in class com.vaadin.client.ui.orderedlayout.Slot
-
Deprecated.
- setCaptionAsHtml(boolean) - Method in class com.vaadin.client.VCaption
-
Sets whether the caption is rendered as HTML.
- setCaptionAsHtml(boolean) - Method in class com.vaadin.ui.AbstractComponent
-
Sets whether the caption is rendered as HTML.
- setCaptionPosition(CaptionPosition) - Method in class com.vaadin.client.ui.orderedlayout.Slot
-
Set the position of the caption relative to the slot
- setCaptionProperty(Object) - Method in class com.vaadin.ui.components.calendar.ContainerEventProvider
-
Set the property which provides the caption of the event
- setCaptionResizeListener(ElementResizeListener) - Method in class com.vaadin.client.ui.orderedlayout.Slot
- setCaptionText(Element, AbstractComponentState) - Static method in class com.vaadin.client.VCaption
-
Sets the text of the given caption element to the caption found in the state.
- setCaptionText(HasHTML, AbstractComponentState) - Static method in class com.vaadin.client.VCaption
-
Sets the text of the given widget to the caption found in the state.
- setCaseSensitive(boolean) - Method in class com.vaadin.data.util.filter.Like
- setCellDescriptionGenerator(Grid.CellDescriptionGenerator) - Method in class com.vaadin.ui.Grid
-
Sets the
CellDescriptionGenerator
instance for generating optional descriptions (tooltips) for individual Grid cells. - setCellDescriptionGenerator(Grid.CellDescriptionGenerator, ContentMode) - Method in class com.vaadin.ui.Grid
-
Sets the
CellDescriptionGenerator
instance and content mode for generating optional descriptions (tooltips) for individual Grid cells. - setCellHeights(int[]) - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid.Timebar
- setCellStyleGenerator(CellStyleGenerator<T>) - Method in class com.vaadin.client.widgets.Grid
-
Sets the style generator that is used for generating styles for cells
- setCellStyleGenerator(Grid.CellStyleGenerator) - Method in class com.vaadin.ui.Grid
-
Sets the style generator that is used for generating styles for cells
- setCellStyleGenerator(Table.CellStyleGenerator) - Method in class com.vaadin.ui.Table
-
Set cell style generator for Table.
- setCellWidth(int, int) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableGeneratedRow
- setCellWidth(int, int) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
- setCellWidth(int, int) - Method in class com.vaadin.client.ui.VTreeTable.VTreeTableScrollBody.VTreeTableGeneratedRow
- setCellWidth(int, int) - Method in class com.vaadin.client.ui.VTreeTable.VTreeTableScrollBody.VTreeTableRow
- setCheckable(boolean) - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- setCheckable(boolean) - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Sets the checkable state of the item.
- setChecked(boolean) - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- setChecked(boolean) - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Sets the checked state of the item.
- setChecked(boolean, MouseEventDetails) - Method in interface com.vaadin.shared.ui.checkbox.CheckBoxServerRpc
- setChild(int, Widget, VFormLayout.Caption, VFormLayout.ErrorFlag) - Method in class com.vaadin.client.ui.VFormLayout.VFormLayoutTable
- setChildComponents(List<ComponentConnector>) - Method in interface com.vaadin.client.HasComponentsConnector
-
Sets the children for this connector.
- setChildComponents(List<ComponentConnector>) - Method in class com.vaadin.client.ui.AbstractHasComponentsConnector
- setChildComponents(List<ComponentConnector>) - Method in class com.vaadin.client.ui.customfield.CustomFieldConnector
- setChildComponents(List<ComponentConnector>) - Method in class com.vaadin.client.ui.table.TableConnector
- setChildMeasurementHint(HasChildMeasurementHintConnector.ChildMeasurementHint) - Method in interface com.vaadin.client.HasChildMeasurementHintConnector
-
Sets the child measurement hint for this component.
- setChildMeasurementHint(HasChildMeasurementHintConnector.ChildMeasurementHint) - Method in class com.vaadin.client.ui.table.TableConnector
- setChildMeasurementHint(HasChildMeasurementHintConnector.ChildMeasurementHint) - Method in class com.vaadin.client.ui.VScrollTable
- setChildMeasurementHint(HasChildMeasurementHint.ChildMeasurementHint) - Method in interface com.vaadin.ui.HasChildMeasurementHint
-
Sets desired child size measurement hint.
- setChildMeasurementHint(HasChildMeasurementHint.ChildMeasurementHint) - Method in class com.vaadin.ui.Table
- setChildren(List<ServerConnector>) - Method in interface com.vaadin.client.ServerConnector
-
Sets the children for this connector.
- setChildren(List<ServerConnector>) - Method in class com.vaadin.client.ui.AbstractConnector
- setChildrenAllowed(Object, boolean) - Method in interface com.vaadin.data.Container.Hierarchical
-
Sets the given Item's capability to have children.
- setChildrenAllowed(Object, boolean) - Method in class com.vaadin.data.util.ContainerHierarchicalWrapper
-
Sets the given Item's capability to have children.
- setChildrenAllowed(Object, boolean) - Method in class com.vaadin.data.util.FilesystemContainer
-
Returns
false
when conversion from files to directories is not supported. - setChildrenAllowed(Object, boolean) - Method in class com.vaadin.data.util.HierarchicalContainer
-
Sets the given Item's capability to have children.
- setChildrenAllowed(Object, boolean) - Method in class com.vaadin.data.util.HierarchicalContainerOrderedWrapper
- setChildrenAllowed(Object, boolean) - Method in class com.vaadin.ui.Tree
-
Sets the given Item's capability to have children.
- setChildrenAllowed(Object, boolean) - Method in class com.vaadin.ui.TreeTable
- setClass(String, Class<?>) - Method in class com.vaadin.client.metadata.TypeDataStore
- setClassId(String) - Method in class com.vaadin.client.ui.VFlash
-
Deprecated.
- setClassId(String) - Method in class com.vaadin.ui.Embedded
-
This attribute may be used to specify the location of an object's implementation via a URI.
- setClassLoader(ClassLoader) - Method in class com.vaadin.server.VaadinService
-
Sets the class loader to use for loading classes loaded by name, e.g.
- setClickShortcut(int, int...) - Method in class com.vaadin.ui.Button
-
Makes it possible to invoke a click on this button by pressing the given
ShortcutAction.KeyCode
and (optional)ShortcutAction.ModifierKey
s.
The shortcut is global (bound to the containing Window). - setClient(ApplicationConnection) - Method in class com.vaadin.client.ui.VTabsheetBase
-
For internal use only.
- setClientToServerMessageId(int, boolean) - Method in class com.vaadin.client.communication.MessageSender
-
Used internally to update what the server expects
- setClientX(int) - Method in class com.vaadin.shared.MouseEventDetails
- setClientY(int) - Method in class com.vaadin.shared.MouseEventDetails
- setClosable(boolean) - Method in class com.vaadin.client.ui.VTabsheet.TabCaption
- setClosable(boolean) - Method in class com.vaadin.client.ui.VWindow
-
Sets the closable state of the window.
- setClosable(boolean) - Method in interface com.vaadin.ui.TabSheet.Tab
-
Sets the closability status for the tab.
- setClosable(boolean) - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- setClosable(boolean) - Method in class com.vaadin.ui.Window
-
Sets the closable status for the window.
- setCloseHandler(VTabsheet.VCloseHandler) - Method in class com.vaadin.client.ui.VTabsheet.Tab
- setCloseHandler(TabSheet.CloseHandler) - Method in class com.vaadin.ui.TabSheet
-
Provide a custom
TabSheet.CloseHandler
for this TabSheet if you wish to perform some additional tasks when a user clicks on a tabs close button, e.g. - setCloseShortcut(int, int...) - Method in class com.vaadin.ui.Window
-
Deprecated.Use
Window.addCloseShortcut(int, int...)
instead. - setCloseTimeout(int) - Method in class com.vaadin.client.VTooltip
-
Sets the time (in ms) the tooltip should be displayed after an event that will cause it to be closed (e.g.
- setCloseTimeout(int) - Method in interface com.vaadin.ui.TooltipConfiguration
-
Sets the time (in ms) the tooltip should be displayed after an event that will cause it to be closed (e.g.
- setCodebase(String) - Method in class com.vaadin.client.ui.VFlash
-
Deprecated.
- 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
-
Deprecated.This attribute specifies the base path used to resolve relative URIs specified by the classid, data, and archive attributes.
- setCodepoint(int) - Method in class com.vaadin.client.ui.FontIcon
-
Sets the codepoint indicating which particular icon (character) within the font-family this is.
- setCodetype(String) - Method in class com.vaadin.client.ui.VFlash
-
Deprecated.
- 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
-
Deprecated.This attribute specifies the content type of data expected when downloading the object specified by classid.
- setCollapsed(Object, boolean) - Method in interface com.vaadin.data.Collapsible
- setCollapsed(Object, boolean) - Method in class com.vaadin.ui.TreeTable
-
Sets the Item specified by given identifier as collapsed or expanded.
- setCollapseMenuContent(CollapseMenuContent) - Method in class com.vaadin.ui.Table
-
Sets whether only collapsible columns should be shown to the user in the column collapse menu.
- setColor(Color) - Method in class com.vaadin.ui.AbstractColorPicker
- setColor(Color) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerGradient
- setColor(Color) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerGrid
- setColor(Color) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerHistory
- setColor(Color) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPopup
- setColor(Color) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPreview
- setColor(Color) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerSelect
- setColor(Color) - Method in interface com.vaadin.ui.components.colorpicker.ColorSelector
-
Sets the color.
- setColor(String) - Method in class com.vaadin.client.ui.VColorPicker
-
Set the color of the component, e.g.
- setColor(String) - Method in class com.vaadin.client.ui.VColorPickerArea
-
Sets the color for the area.
- setColorGrid(Color[][]) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerGrid
-
Sets the color grid.
- setColspan(int) - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
-
Sets the amount of columns the cell spans.
- setColSpan(int) - Method in class com.vaadin.client.widget.escalator.FlyweightCell
- setColSpan(int) - Method in class com.vaadin.client.widget.grid.RendererCellReference
-
Sets the colspan attribute of the element of this cell.
- setColumn(String) - Method in class com.vaadin.data.util.sqlcontainer.query.OrderBy
- setColumnAlignment(Object, Table.Align) - Method in class com.vaadin.ui.Table
-
Sets the specified column's alignment.
- setColumnAlignments(Table.Align...) - Method in class com.vaadin.ui.Table
-
Sets the column alignments.
- setColumnCollapsed(Object, boolean) - Method in class com.vaadin.ui.Table
-
Sets whether the specified column is collapsed or not.
- setColumnCollapsible(Object, boolean) - Method in class com.vaadin.ui.Table
-
Sets whether the given column is collapsible.
- setColumnCollapsingAllowed(boolean) - Method in class com.vaadin.client.ui.VScrollTable.TableHead
- setColumnCollapsingAllowed(boolean) - Method in class com.vaadin.ui.Table
-
Sets whether column collapsing is allowed or not.
- setColumnExpandRatio(int, float) - Method in class com.vaadin.ui.GridLayout
-
Sets the expand ratio of given column.
- setColumnExpandRatio(Object, float) - Method in class com.vaadin.ui.Table
-
Sets the column expand ratio for given column.
- setColumnFooter(Object, String) - Method in class com.vaadin.ui.Table
-
Sets the column footer caption.
- setColumnFrozen(int, boolean) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
- setColumnHeader(Object, String) - Method in class com.vaadin.ui.Table
-
Sets the column header for the specified column;
- setColumnHeaderMode(Table.ColumnHeaderMode) - Method in class com.vaadin.ui.Table
-
Setter for property columnHeaderMode.
- setColumnHeaders(String...) - Method in class com.vaadin.ui.Table
-
Sets the headers of the columns.
- setColumnIcon(Object, Resource) - Method in class com.vaadin.ui.Table
-
Sets the icon Resource for the specified column.
- setColumnIcons(Resource...) - Method in class com.vaadin.ui.Table
-
Sets the icons of the columns.
- setColumnLastFrozen(int, boolean) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
- setColumnOrder(Grid.Column<?, T>...) - Method in class com.vaadin.client.widgets.Grid
-
Sets a new column order for the grid.
- setColumnOrder(Object...) - Method in class com.vaadin.ui.Grid
-
Sets a new column order for the grid.
- setColumnReorderingAllowed(boolean) - Method in class com.vaadin.client.widgets.Grid
-
Sets whether column reordering with drag and drop is allowed or not.
- setColumnReorderingAllowed(boolean) - Method in class com.vaadin.ui.Grid
-
Sets whether or not column reordering is allowed.
- setColumnReorderingAllowed(boolean) - Method in class com.vaadin.ui.Table
-
Sets whether column reordering is allowed or not.
- setColumnResizeMode(ColumnResizeMode) - Method in class com.vaadin.client.widgets.Grid
-
Sets the column resize mode to use.
- setColumnResizeMode(ColumnResizeMode) - Method in class com.vaadin.ui.Grid
-
Sets the column resize mode to use.
- setColumns(int) - Method in class com.vaadin.client.ui.VTextField
- setColumns(int) - Method in class com.vaadin.ui.AbstractTextField
-
Sets the number of columns in the editor.
- setColumns(int) - Method in class com.vaadin.ui.GridLayout
-
Sets the number of columns in the grid.
- setColumns(int) - Method in class com.vaadin.ui.ListSelect
-
Deprecated.As of 7.0. "Columns" does not reflect the exact number of characters that will be displayed. It is better to use setWidth together with "em" to control the width of the field.
- setColumns(int) - Method in class com.vaadin.ui.NativeSelect
-
Deprecated.As of 7.0. "Columns" does not reflect the exact number of characters that will be displayed. It is better to use setWidth together with "em" to control the width of the field.
- setColumns(int) - Method in class com.vaadin.ui.TwinColSelect
-
Deprecated.As of 7.0. "Columns" does not reflect the exact number of characters that will be displayed. It is better to use setWidth together with "em" to control the width of the field.
- setColumns(Object...) - Method in class com.vaadin.ui.Grid
-
Sets the columns and their order for the grid.
- setColumnWidth(int, double) - Method in interface com.vaadin.client.widget.escalator.ColumnConfiguration
-
Sets (or unsets) an explicit width for a column.
- setColumnWidth(Object, int) - Method in class com.vaadin.ui.Table
-
Sets columns width (in pixels).
- setColumnWidths(Map<Integer, Double>) - Method in interface com.vaadin.client.widget.escalator.ColumnConfiguration
-
Sets widths for a set of columns.
- setColWidth(int, int) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody
-
Sets the content width of a column.
- setColWidth(int, int, boolean) - Method in class com.vaadin.client.ui.VScrollTable
-
Note: not part of the official API, extend at your own risk.
- setCommand(Command) - Method in class com.vaadin.client.ui.menubar.MenuItem
-
Deprecated.Sets the command associated with this item.
- setCommand(Command) - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- setCommand(MenuBar.Command) - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Set the command for this item.
- setCommunicationErrorCaption(String) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Sets the caption of the notification.
- setCommunicationErrorDelegate(ApplicationConnection.CommunicationErrorHandler) - Method in class com.vaadin.client.ApplicationConnection
-
Sets the delegate that is called whenever a communication error occurrs.
- setCommunicationErrorMessage(String) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Sets the message of the notification.
- setCommunicationErrorNotificationEnabled(boolean) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Enables or disables the notification.
- setCommunicationErrorURL(String) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Sets the URL to go to when there is a communication error.
- setCommunicationManager(LegacyCommunicationManager) - Method in class com.vaadin.server.VaadinSession
- setComparator(Grid.Column<C, T>, Comparator<C>) - Method in class com.vaadin.client.widget.grid.datasources.ListSorter
-
Assign or remove a comparator for a column.
- setComponent(ComponentConnector, List<ComponentConnector>) - Method in class com.vaadin.client.ui.VGridLayout.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 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
- 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.CustomComponent
-
Sets the composition root for the component.
- setConfiguration(DeploymentConfiguration) - Method in class com.vaadin.server.VaadinSession
- setConnection(ApplicationConnection) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
-
Sets the application connection this instance is connected to.
- setConnection(ApplicationConnection) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
- setConnection(ApplicationConnection) - Method in class com.vaadin.client.communication.MessageHandler
-
Sets the application connection this instance is connected to.
- setConnection(ApplicationConnection) - Method in class com.vaadin.client.communication.MessageSender
-
Sets the application connection this instance is connected to.
- setConnection(ApplicationConnection) - Method in class com.vaadin.client.communication.ServerRpcQueue
-
Sets the application connection this instance is connected to.
- setConnection(ApplicationConnection) - Method in class com.vaadin.client.communication.TranslatedURLReference
-
Sets the application connection this instance is connected to.
- setConnection(ApplicationConnection) - Method in class com.vaadin.client.communication.XhrConnection
-
Sets the application connection this instance is connected to.
- setConnection(ApplicationConnection) - Method in class com.vaadin.client.LayoutManager
-
Sets the application connection this instance is connected to.
- setConnection(ApplicationConnection) - Method in class com.vaadin.client.ui.VSlider
- setConnector(ServerConnector) - Method in class com.vaadin.client.communication.AbstractServerConnectorEvent
- setConnector(ServerConnector) - Method in class com.vaadin.client.ConnectorHierarchyChangeEvent
- setConnector(AbstractComponentConnector) - Method in class com.vaadin.client.ui.VTabsheet
- setConnector(AbstractComponentConnector) - Method in class com.vaadin.client.ui.VTabsheetBase
-
Sets the connector that should be notified of events etc.
- setConstructor(Class<?>, Invoker) - Method in class com.vaadin.client.metadata.TypeDataStore
- setContainerDataSource(Container) - Method in interface com.vaadin.data.Container.Viewer
-
Sets the Container that serves as the data source of the viewer.
- setContainerDataSource(Container) - Method in class com.vaadin.ui.AbstractSelect
-
Sets the Container that serves as the data source of the viewer.
- setContainerDataSource(Container) - Method in class com.vaadin.ui.Table
-
Sets the Container that serves as the data source of the viewer.
- setContainerDataSource(Container) - Method in class com.vaadin.ui.Tree
-
Sets the Container that serves as the data source of the viewer.
- setContainerDataSource(Container) - Method in class com.vaadin.ui.TreeTable
- setContainerDataSource(Container.Indexed) - Method in class com.vaadin.ui.Calendar
-
Sets a container as a data source for the events in the calendar.
- setContainerDataSource(Container.Indexed) - Method in class com.vaadin.ui.components.calendar.ContainerEventProvider
-
Set the container data source
- setContainerDataSource(Container.Indexed) - Method in class com.vaadin.ui.Grid
-
Sets the grid data source.
- setContainerDataSource(Container.Indexed, Object, Object, Object, Object, Object) - Method in class com.vaadin.ui.Calendar
-
Sets a container as a data source for the events in the calendar.
- setContainerDataSource(Container, Collection<?>) - Method in class com.vaadin.ui.Table
-
Sets the container data source and the columns that will be visible.
- setContent(Widget) - Method in class com.vaadin.client.ui.VAccordion.StackItem
-
Updates the content of the open tab of the accordion.
- setContent(Component) - Method in class com.vaadin.ui.AbstractSingleComponentContainer
-
Sets the content of this container.
- setContent(Component) - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.Set the content of the window.
- setContent(Component) - Method in interface com.vaadin.ui.SingleComponentContainer
-
Sets the content of this container.
- setContent(Component) - Method in class com.vaadin.ui.UI
- setContent(PopupView.Content) - Method in class com.vaadin.ui.PopupView
-
This method will replace the current content of the panel with a new one.
- setContentAreaHeight(int) - Method in class com.vaadin.client.RenderInformation
- setContentAreaWidth(int) - Method in class com.vaadin.client.RenderInformation
- setContentLength(int) - Method in interface com.vaadin.server.VaadinResponse
-
Sets the length of the content body in the response In HTTP servlets, this method sets the HTTP Content-Length header.
- setContentMode(ContentMode) - Method in class com.vaadin.client.TooltipInfo
-
Sets the tooltip title's content mode.
- setContentMode(ContentMode) - Method in class com.vaadin.ui.Label
-
Sets the content mode of the Label.
- setContentType(String) - Method in class com.vaadin.server.DownloadStream
-
Sets stream content type.
- setContentType(String) - Method in interface com.vaadin.server.VaadinResponse
-
Sets the content type of this response.
- setContentVisible(RendererCellReference, boolean) - Method in class com.vaadin.client.renderers.ComplexRenderer
-
Used by Grid to toggle whether to show actual data or just an empty placeholder while data is loading.
- setControls(boolean) - Method in class com.vaadin.client.ui.VMediaBase
- setConversionError(String) - Method in class com.vaadin.ui.AbstractField
-
Sets the error that is shown if the field value cannot be converted to the data source type.
- setConvertedValue(Object) - Method in class com.vaadin.ui.AbstractField
-
Sets the value of the field using a value of the data source type.
- setConverter(Converter<?, ?>) - Method in class com.vaadin.ui.Grid.Column
-
Sets the converter used to convert from the property value type to the renderer presentation type.
- setConverter(Converter<String, ?>) - Method in class com.vaadin.ui.Label
-
Sets the converter used to convert the label value to the property data source type.
- setConverter(Converter<T, ?>) - Method in class com.vaadin.ui.AbstractField
-
Sets the converter used to convert the field value to property data source type.
- setConverter(Class<?>) - Method in class com.vaadin.ui.AbstractField
-
Retrieves a converter for the field from the converter factory defined for the application.
- setConverter(Object, Converter<String, ?>) - Method in class com.vaadin.ui.Table
-
Sets a converter for a property id.
- setConverterFactory(ConverterFactory) - Method in class com.vaadin.server.VaadinSession
-
Sets the
ConverterFactory
used to locate a suitableConverter
for fields in the session. - setCookiesDisabledCaption(String) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Sets the caption of the "cookies disabled" notification.
- setCookiesDisabledMessage(String) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Sets the message of the "cookies disabled" notification.
- setCookiesDisabledNotificationEnabled(boolean) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Enables or disables the notification for "cookies disabled" messages.
- setCookiesDisabledURL(String) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Sets the URL to redirect to when the browser has cookies disabled.
- setCreationLocation(Object) - Static method in class com.vaadin.server.ComponentSizeValidator
- setCSSString(String) - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Sets the position attributes using CSS syntax.
- setCtrlKey(boolean) - Method in class com.vaadin.shared.MouseEventDetails
- setCurrent(VaadinService) - Static method in class com.vaadin.server.VaadinService
-
Sets the given Vaadin service as the current service.
- setCurrent(VaadinSession) - Static method in class com.vaadin.server.VaadinSession
-
Sets the thread local for the current session.
- setCurrent(VaadinSession) - Static method in class com.vaadin.util.CurrentInstance
-
Sets current instances for the
VaadinSession
and all related classes. - setCurrent(UI) - Static method in class com.vaadin.ui.UI
-
Sets the thread local for the current UI.
- setCurrent(UI) - Static method in class com.vaadin.util.CurrentInstance
-
Sets current instances for the UI and all related classes.
- setCurrentBufferedSourceException(Buffered.SourceException) - Method in class com.vaadin.ui.AbstractField
-
Sets the current buffered source exception.
- setCurrentDate(Date) - Method in class com.vaadin.client.ui.VDateField
- setCurrentDropHandler(VDropHandler) - Method in class com.vaadin.client.ui.dd.VDragAndDropManager
-
If drag and drop operation is not handled by
VDragAndDropManager
s internal handler, this can be used to update currentVDropHandler
. - setCurrentGwtEvent(NativeEvent) - Method in class com.vaadin.client.ui.dd.VDragEvent
- setCurrentInstances(VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.VaadinService
-
Sets the this Vaadin service as the current service and also sets the current Vaadin request and Vaadin response.
- setCurrentLocale(String) - Method in class com.vaadin.client.ui.VDateField
- setCurrentPageFirstItemId(Object) - Method in class com.vaadin.ui.Table
-
Setter for property currentPageFirstItemId.
- setCurrentPageFirstItemIndex(int) - Method in class com.vaadin.ui.Table
-
Setter for property currentPageFirstItem.
- setCurrentResolution(Resolution) - Method in class com.vaadin.client.ui.VDateField
- setCursor(int, int) - Method in class com.vaadin.client.ui.colorpicker.VColorPickerGradient
-
Sets the latest coordinates for pressed-down mouse cursor and updates the cross elements.
- setCursorPosition(int) - Method in class com.vaadin.ui.AbstractTextField
-
Sets the cursor position in the field.
- setCursorX(int) - Method in class com.vaadin.ui.GridLayout
-
Sets the current cursor x-position.
- setCursorY(int) - Method in class com.vaadin.ui.GridLayout
-
Sets the current y-coordinate (row) of the cursor.
- setCustomAttribute(Component, String, String) - Method in class com.vaadin.ui.declarative.DesignContext
-
Sets a custom attribute not handled by the component.
- setData(Object) - Method in class com.vaadin.ui.AbstractComponent
-
Sets the data object, that can be used for any application specific data.
- setData(String, Object) - Method in class com.vaadin.client.ui.dd.VTransferable
- setData(String, Object) - Method in class com.vaadin.event.dd.TargetDetailsImpl
- setData(String, Object) - Method in interface com.vaadin.event.Transferable
-
Stores data of given data flavor to Transferable.
- setData(String, Object) - Method in class com.vaadin.event.TransferableImpl
- setDataChangeHandler(DataChangeHandler) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
- setDataChangeHandler(DataChangeHandler) - Method in interface com.vaadin.client.data.DataSource
-
Sets a data change handler to inform when data is updated, added or removed.
- setDataChangeHandler(DataChangeHandler) - Method in class com.vaadin.client.widget.grid.datasources.ListDataSource
- setDataSource(RpcDataSourceConnector.RpcDataSource) - Method in class com.vaadin.client.connectors.GridConnector
- setDataSource(DataSource<T>) - Method in class com.vaadin.client.widgets.Grid
-
Sets the data source used by this grid.
- setDate(int) - Method in class com.vaadin.client.ui.VCalendarPanel.FocusedDate
-
Deprecated.
- setDate(Date) - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
- setDate(Date) - Method in class com.vaadin.client.ui.calendar.schedule.DateCellContainer
- setDate(Date) - Method in class com.vaadin.client.ui.calendar.schedule.SimpleDayCell
- setDate(Date) - Method in class com.vaadin.client.ui.calendar.schedule.WeeklyLongEventsDateCell
- setDate(Date) - Method in class com.vaadin.client.ui.VCalendarPanel
-
Sets the data of the Panel.
- setDate(Date) - Method in class com.vaadin.client.ui.VDateField
-
Sets the current date for this VDateField.
- setDateColor(String) - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
- setDateColor(Date, Date, String) - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid
- setDateFormat(String) - Method in class com.vaadin.ui.DateField
-
Sets formatting used by some component implementations.
- setDateHeader(String, long) - Method in class com.vaadin.server.BootstrapPageResponse
-
Properly formats a timestamp as a date in a header that will be included in the HTTP response.
- setDateHeader(String, long) - Method in interface com.vaadin.server.VaadinResponse
-
Properly formats a timestamp as a date header.
- setDateOutOfRangeMessage(String) - Method in class com.vaadin.ui.DateField
-
Sets the current error message if the range validation fails.
- setDateRange(WeekGridMinuteTimeRange) - Method in class com.vaadin.client.ui.calendar.schedule.DateCellGroup
- setDates(CalendarComponentEvents.BackwardEvent, Date, Date) - Method in class com.vaadin.ui.components.calendar.handler.BasicBackwardHandler
-
Set the start and end dates for the event
- setDates(CalendarComponentEvents.DateClickEvent, Date, Date) - Method in class com.vaadin.ui.components.calendar.handler.BasicDateClickHandler
-
Set the start and end dates for the event
- setDates(CalendarComponentEvents.ForwardEvent, Date, Date) - Method in class com.vaadin.ui.components.calendar.handler.BasicForwardHandler
-
Set the start and end dates for the event
- setDates(CalendarComponentEvents.WeekClick, Date, Date) - Method in class com.vaadin.ui.components.calendar.handler.BasicWeekClickHandler
-
Set the start and end dates for the event
- setDates(EditableCalendarEvent, Date, Date) - Method in class com.vaadin.ui.components.calendar.handler.BasicEventMoveHandler
-
Set the start and end dates for the event
- setDates(EditableCalendarEvent, Date, Date) - Method in class com.vaadin.ui.components.calendar.handler.BasicEventResizeHandler
-
Set the start and end dates for the event
- setDateTimeService(DateTimeService) - Method in class com.vaadin.client.ui.VCalendarPanel
- setDayNames(String[]) - Method in class com.vaadin.client.ui.calendar.schedule.SimpleDayToolbar
- setDayNames(String[]) - Method in class com.vaadin.client.ui.VCalendar
-
Set the names of the week days
- setDebugId(String) - Method in class com.vaadin.ui.AbstractComponent
-
Deprecated.As of 7.0. Use
AbstractComponent.setId(String)
- setDefault(boolean) - Method in class com.vaadin.client.widgets.Grid.HeaderRow
- 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
- setDefaultHandlers() - Method in class com.vaadin.ui.Calendar
-
Set all the wanted default handlers here.
- setDefaultHeaderContent(Grid.HeaderCell) - Method in class com.vaadin.client.widgets.Grid.Column
-
Resets the default header cell contents to column header captions.
- setDefaultHeaderContent(Grid.HeaderCell) - Method in class com.vaadin.client.widgets.Grid.SelectionColumn
- setDefaultHeaderRow(Grid.HeaderRow) - Method in class com.vaadin.client.widgets.Grid
-
Sets the default row of the header.
- setDefaultHeaderRow(Grid.HeaderRow) - Method in class com.vaadin.ui.Grid
-
Sets the default row of the header.
- setDefaultLocale(String) - Static method in class com.vaadin.client.LocaleService
- setDefaultRow(Grid.HeaderRow) - Method in class com.vaadin.client.widgets.Grid.Header
-
Sets the default row of this header.
- setDefaultRow(Grid.HeaderRow) - Method in class com.vaadin.ui.Grid.Header
-
Sets the default row of this header.
- setDefaultRowHeight(double) - Method in interface com.vaadin.client.widget.escalator.RowContainer
-
The default height of the rows in this RowContainer.
- setDefaultRowHeight(double) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
- setDefaultStyles() - Method in class com.vaadin.ui.AbstractColorPicker
-
Sets the default styles of the component
- setDefaultStyles() - Method in class com.vaadin.ui.ColorPicker
- setDefaultStyles() - Method in class com.vaadin.ui.ColorPickerArea
- setDelayMs(int) - Method in class com.vaadin.ui.MenuBar
-
Set the delay before executing update logic inside
MenuBarConnector.updateFromUIDL(UIDL, ApplicationConnection)
after mouseDownEvent - setDelayMsec(int) - Method in class com.vaadin.ui.Notification
-
Sets the delay before the notification disappears.
- setDelegate(FreeformQueryDelegate) - Method in class com.vaadin.data.util.sqlcontainer.query.FreeformQuery
- setDelegateToWidget(Class<?>, String, String) - Method in class com.vaadin.client.metadata.TypeDataStore
- setDescription(String) - Method in class com.vaadin.client.ui.calendar.schedule.CalendarEvent
-
Set the description of the event.
- setDescription(String) - Method in class com.vaadin.client.ui.CalendarEntry
- setDescription(String) - Method in class com.vaadin.ui.AbstractComponent
-
Sets the component's description.
- setDescription(String) - Method in class com.vaadin.ui.components.calendar.event.BasicEvent
- setDescription(String) - Method in interface com.vaadin.ui.components.calendar.event.EditableCalendarEvent
-
Set the description of the event.
- setDescription(String) - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Sets the items's description.
- setDescription(String) - Method in class com.vaadin.ui.Notification
-
Sets the description part of the notification message.
- setDescription(String) - Method in interface com.vaadin.ui.TabSheet.Tab
-
Sets the description for the tab.
- setDescription(String) - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- setDescriptionForAssistiveDevices(String) - Method in class com.vaadin.client.ui.VPopupCalendar
-
Set a description that explains the usage of the Widget for users of assistive devices.
- setDescriptionProperty(Object) - Method in class com.vaadin.ui.components.calendar.ContainerEventProvider
-
Set the property which provides the description of the event
- setDeselectAllowed(boolean) - Method in class com.vaadin.client.connectors.SingleSelectionModelConnector.SingleSelectionModel
- setDeselectAllowed(boolean) - Method in class com.vaadin.client.widget.grid.selection.ClickSelectHandler
-
Sets whether clicking the currently selected row should deselect the row.
- setDeselectAllowed(boolean) - Method in interface com.vaadin.client.widget.grid.selection.SelectionModel.Single
-
Sets whether it's allowed to deselect the selected row through the UI.
- setDeselectAllowed(boolean) - Method in class com.vaadin.client.widget.grid.selection.SelectionModelSingle
- setDeselectAllowed(boolean) - Method in class com.vaadin.client.widget.grid.selection.SpaceSelectHandler
-
Sets whether pressing space for the currently selected row should deselect the row.
- setDeselectAllowed(boolean) - Method in interface com.vaadin.ui.Grid.SelectionModel.Single
-
Sets whether it's allowed to deselect the selected row through the UI.
- setDeselectAllowed(boolean) - Method in class com.vaadin.ui.Grid.SingleSelectionModel
- setDetailsGenerator(DetailsGenerator) - Method in class com.vaadin.client.widgets.Grid
-
Sets a new details generator for row details.
- setDetailsGenerator(Grid.DetailsGenerator) - Method in class com.vaadin.ui.Grid.DetailComponentManager
-
Sets a new details generator for row details.
- setDetailsGenerator(Grid.DetailsGenerator) - Method in class com.vaadin.ui.Grid
-
Sets a new details generator for row details.
- setDetailsHeight(int, double) - Method in class com.vaadin.client.widgets.Grid
-
Update details row height.
- setDetailsVisible(int, boolean) - Method in class com.vaadin.client.widgets.Grid
-
Shows or hides the details for a specific row.
- setDetailsVisible(Object, boolean) - Method in class com.vaadin.ui.Grid.DetailComponentManager
-
Sets details visiblity status of given item id.
- setDetailsVisible(Object, boolean) - Method in class com.vaadin.ui.Grid
-
Shows or hides the details for a specific 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 the server connection
- setDialogTextGaveUp(String) - Method in interface com.vaadin.ui.ReconnectDialogConfiguration
-
Sets the text to show in the reconnect dialog after giving up trying to reconnect (
ReconnectDialogConfiguration.getReconnectAttempts()
reached) - setDiffState(ClientConnector, JsonObject) - Method in class com.vaadin.ui.ConnectorTracker
- setDisabled(boolean) - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
- setDisabled(boolean) - Method in class com.vaadin.client.ui.calendar.schedule.DateCellDayEvent
- setDisabled(boolean) - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid
- setDisabled(boolean) - Method in class com.vaadin.client.ui.VCalendar
-
Is the component disabled
- setDisabled(boolean) - Method in class com.vaadin.client.ui.VSlider
- setDisableOnClick(boolean) - Method in class com.vaadin.ui.Button
-
Determines if a button is automatically disabled when clicked.
- setDragAndDropWidget(Widget) - Method in class com.vaadin.client.ui.VDragAndDropWrapper
-
Set the widget that will be used as the drag image when using DragStartMode
VDragAndDropWrapper.COMPONENT_OTHER
. - setDraggable(boolean) - Method in class com.vaadin.client.ui.VWindow
-
For internal use only.
- setDraggable(boolean) - Method in class com.vaadin.ui.Window
-
Enables or disables that a window can be dragged (moved) by the user.
- setDragImage(Element) - Method in class com.vaadin.client.ui.dd.VDragEvent
-
Sets the drag image used for current drag and drop operation.
- setDragImage(Element, int, int) - Method in class com.vaadin.client.ui.dd.VDragEvent
-
Sets the drag image used for current drag and drop operation.
- setDragImage(Element) - Method in class com.vaadin.client.ui.dd.VDragEvent
-
Deprecated.As of 7.2, call or override
VDragEvent.setDragImage(Element)
instead - setDragImage(Element, int, int) - Method in class com.vaadin.client.ui.dd.VDragEvent
-
Deprecated.As of 7.2, call or override
VDragEvent.setDragImage(Element,int,int)
instead - setDragImageComponent(Component) - Method in class com.vaadin.ui.DragAndDropWrapper
-
Sets the component that will be used as the drag image.
- setDragMode(Table.TableDragMode) - Method in class com.vaadin.ui.Table
-
Sets the drag start mode of the Table.
- setDragMode(Tree.TreeDragMode) - Method in class com.vaadin.ui.Tree
-
Sets the drag mode that controls how Tree behaves as a
DragSource
. - setDragSource(ComponentConnector) - Method in class com.vaadin.client.ui.dd.VTransferable
-
Sets the component currently being dragged or from which the transferable is created (eg.
- setDragStartMode(DragAndDropWrapper.DragStartMode) - Method in class com.vaadin.ui.DragAndDropWrapper
- setDropEffect(String) - Method in class com.vaadin.client.ui.dd.VHtml5DragEvent
- setDropHandler(CalendarDropHandler) - Method in class com.vaadin.client.ui.VCalendar
-
Set the drop handler
- setDropHandler(DropHandler) - Method in class com.vaadin.ui.Calendar
-
Set the drop handler for the calendar See
DropHandler
for implementation details. - setDropHandler(DropHandler) - Method in class com.vaadin.ui.DragAndDropWrapper
- setDropHandler(DropHandler) - Method in class com.vaadin.ui.Table
- setDropHandler(DropHandler) - Method in class com.vaadin.ui.Tree
- setEditable(boolean) - Method in class com.vaadin.client.widgets.Grid.Column
-
Sets whether the values in this column should be editable by the user when the row editor is active.
- setEditable(boolean) - Method in class com.vaadin.client.widgets.Grid.SelectionColumn
- setEditable(boolean) - Method in class com.vaadin.ui.Grid.Column
-
Sets whether the properties corresponding to this column should be editable when the item editor is active.
- setEditable(boolean) - Method in class com.vaadin.ui.Table
-
Sets the editable property.
- setEditorBuffered(boolean) - Method in class com.vaadin.client.widgets.Grid
-
Sets the buffered editor mode.
- setEditorBuffered(boolean) - Method in class com.vaadin.ui.Grid
-
Sets the buffered editor mode.
- setEditorCancelCaption(String) - Method in class com.vaadin.client.widgets.Grid
-
Sets the caption on the cancel button in the Grid editor.
- setEditorCancelCaption(String) - Method in class com.vaadin.ui.Grid
-
Sets the caption on the cancel button in the Grid editor.
- setEditorColumnError(Grid.Column<?, T>, boolean) - Method in class com.vaadin.client.widgets.Grid.Editor
- setEditorEnabled(boolean) - Method in class com.vaadin.client.widgets.Grid
-
Sets the enabled state of the editor.
- setEditorEnabled(boolean) - Method in class com.vaadin.ui.Grid
-
Sets whether or not the item editor UI is enabled for this grid.
- setEditorError(String, Collection<Grid.Column<?, T>>) - Method in class com.vaadin.client.widgets.Grid.Editor
- setEditorErrorHandler(Grid.EditorErrorHandler) - Method in class com.vaadin.ui.Grid
-
Sets the error handler for the editor.
- setEditorField(Field<?>) - Method in class com.vaadin.ui.Grid.Column
-
Sets the field component used to edit the properties in this column when the item editor is active.
- setEditorFieldFactory(FieldGroupFieldFactory) - Method in class com.vaadin.ui.Grid
-
Sets the field factory for the
FieldGroup
. - setEditorFieldGroup(FieldGroup) - Method in class com.vaadin.ui.Grid
-
Sets the field group that is backing the item editor of this grid.
- setEditorHandler(EditorHandler<T>) - Method in class com.vaadin.client.widgets.Grid
-
Sets the handler responsible for binding data and editor widgets to the editor.
- setEditorSaveCaption(String) - Method in class com.vaadin.client.widgets.Grid
-
Sets the caption on the save button in the Grid editor.
- setEditorSaveCaption(String) - Method in class com.vaadin.ui.Grid
-
Sets the caption on the save button in the Grid editor.
- setEffectAllowed(String) - Method in class com.vaadin.client.ui.dd.VHtml5DragEvent
- setElement(TableCellElement) - Method in class com.vaadin.client.widget.escalator.FlyweightCell
-
Sets the DOM element for this FlyweightCell, either a
TD
or aTH
. - setElementOver(Element) - Method in class com.vaadin.client.ui.dd.VDragEvent
- setElementOver(Element) - Method in class com.vaadin.client.ui.dd.VDragEvent
-
Deprecated.As of 7.2, call or override
VDragEvent.setElementOver(Element)
instead - setElements(Element[]) - Method in class com.vaadin.client.ui.TouchScrollDelegate
- setElements(Element...) - Method in class com.vaadin.client.ui.TouchScrollDelegate.TouchScrollHandler
-
Registers the given elements as scrollable, removing previously registered scrollables from this handler.
- setEmbedParams(Map<String, String>) - Method in class com.vaadin.client.ui.VFlash
-
Deprecated.
- setEnabled(boolean) - Method in class com.vaadin.client.ui.calendar.schedule.MonthGrid
- setEnabled(boolean) - Method in class com.vaadin.client.ui.VAbstractSplitPanel
- setEnabled(boolean) - Method in class com.vaadin.client.ui.VButton
-
Sets whether this button is enabled.
- setEnabled(boolean) - Method in class com.vaadin.client.ui.VDateField
- setEnabled(boolean) - Method in class com.vaadin.client.ui.VLink
- setEnabled(boolean) - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- setEnabled(boolean) - Method in class com.vaadin.client.ui.VOptionGroupBase
- setEnabled(boolean) - Method in class com.vaadin.client.ui.VPopupCalendar
- setEnabled(boolean) - Method in class com.vaadin.client.ui.VPopupView
-
Sets whether this popup is enabled.
- setEnabled(boolean) - Method in class com.vaadin.client.ui.VProgressBar
- setEnabled(boolean) - Method in class com.vaadin.client.ui.VRichTextArea
- setEnabled(boolean) - Method in class com.vaadin.client.ui.VTabsheetBase
-
For internal use only.
- setEnabled(boolean) - Method in class com.vaadin.client.ui.VTextualDate
- setEnabled(boolean) - Method in class com.vaadin.client.widgets.Grid.Editor
-
Sets the enabled state of this editor.
- setEnabled(boolean) - Method in class com.vaadin.client.widgets.Grid.SelectionColumn
-
Sets whether the selection column is enabled.
- setEnabled(boolean) - Method in class com.vaadin.client.widgets.Grid
- setEnabled(boolean) - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Updates the enabled state of all bound fields.
- 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 class com.vaadin.ui.Form
-
Deprecated.
- setEnabled(boolean) - Method in class com.vaadin.ui.MenuBar.MenuItem
- setEnabled(boolean) - Method in class com.vaadin.ui.Table
- setEnabled(boolean) - Method in interface com.vaadin.ui.TabSheet.Tab
-
Sets the enabled status for the tab.
- setEnabled(boolean) - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- setEnabledOnServer(boolean) - Method in class com.vaadin.client.ui.VTabsheet.Tab
- setEnd(Date) - Method in class com.vaadin.client.ui.calendar.schedule.CalendarEvent
- setEnd(Date) - Method in class com.vaadin.client.ui.CalendarEntry
- setEnd(Date) - Method in class com.vaadin.ui.components.calendar.event.BasicEvent
- setEnd(Date) - Method in interface com.vaadin.ui.components.calendar.event.EditableCalendarEvent
-
Set the end date of the event.
- setEndDate(Date) - Method in class com.vaadin.ui.Calendar
-
Sets end date for the calendar.
- setEndDateProperty(Object) - Method in class com.vaadin.ui.components.calendar.ContainerEventProvider
-
Set the property which provides the ending date and time of the event
- setEndTime(Date) - Method in class com.vaadin.client.ui.calendar.schedule.CalendarEvent
-
Set the end time of the event
- setError(Throwable) - Method in class com.vaadin.client.metadata.AsyncBundleLoader
- 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
- setErrorHandler(ErrorHandler) - Method in class com.vaadin.server.VaadinSession
-
Sets the session error handler.
- setErrorIndicatorVisible(boolean, ErrorLevel) - Method in class com.vaadin.client.ui.VPanel
-
For internal use only.
- setErrorLevel(ErrorMessage.ErrorLevel) - Method in class com.vaadin.server.AbstractErrorMessage
- setErrorLevel(ErrorLevel) - Method in class com.vaadin.client.TooltipInfo
-
Sets the error level.
- setErrorLevelStyle(Element, String, ErrorLevel) - Static method in class com.vaadin.client.WidgetUtil.ErrorUtil
-
Sets the error level style name for the given element and removes all previously applied error level style names.
- setErrorMessage(String) - Method in class com.vaadin.client.TooltipInfo
-
Sets the error message.
- setErrorMessage(String) - Method in class com.vaadin.data.validator.AbstractValidator
-
Sets the message to be included in the exception in case the value does not validate.
- setErrorMessage(String) - Method in class com.vaadin.data.validator.CompositeValidator
-
Sets the message to be included in the exception in case the value does not validate.
- setErrorMessage(String) - Method in class com.vaadin.data.validator.NullValidator
-
Sets the error message to be displayed on invalid value.
- setErrorProvider(ViewProvider) - Method in class com.vaadin.navigator.Navigator
-
Registers a view provider that is queried for a view when no other view matches the navigation state.
- setErrorView(View) - Method in class com.vaadin.navigator.Navigator
-
Registers a view that is displayed when no other view matches the navigation state.
- setErrorView(Class<? extends View>) - Method in class com.vaadin.navigator.Navigator
-
Registers a view class that is instantiated when no other view matches the navigation state.
- setEscalatorUpdater(EscalatorUpdater) - Method in interface com.vaadin.client.widget.escalator.RowContainer
-
Sets the
EscalatorUpdater
to use when displaying data in the escalator. - setEscalatorUpdater(EscalatorUpdater) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
-
Sets the
EscalatorUpdater
to use when displaying data in the escalator. - setEvent(CalendarEvent) - Method in class com.vaadin.client.ui.calendar.schedule.WeeklyLongEventsDateCell
- setEvent(CalendarEvent) - Method in class com.vaadin.client.ui.calendar.VCalendarAction
- setEventCaptionAsHtml(boolean) - Method in class com.vaadin.client.ui.VCalendar
-
Sets whether the event captions are rendered as HTML.
- setEventCaptionAsHtml(boolean) - Method in class com.vaadin.ui.Calendar
-
Sets whether the event captions are rendered as HTML.
- setEventHandler(Grid.Editor.EventHandler<T>) - Method in class com.vaadin.client.widgets.Grid.Editor
-
Sets the event handler for this Editor.
- setEventIndex(int) - Method in class com.vaadin.client.ui.calendar.schedule.MonthEventLabel
-
Set the (server side) index of the event
- setEventMoveAllowed(boolean) - Method in class com.vaadin.client.ui.VCalendar
-
Is moving an event allowed
- setEventProvider(CalendarEventProvider) - Method in class com.vaadin.ui.Calendar
-
Set the
CalendarEventProvider
to be used with this calendar. - setEventResizeAllowed(boolean) - Method in class com.vaadin.client.ui.VCalendar
-
Is resizing an event allowed
- setEverythingNeedsMeasure() - Method in class com.vaadin.client.LayoutManager
- setExpandRatio(double) - Method in class com.vaadin.client.ui.layout.VLayoutSlot
- setExpandRatio(double) - Method in class com.vaadin.client.ui.orderedlayout.Slot
-
Set how the slot should be expanded relative to the other slots.
- setExpandRatio(float) - Method in class com.vaadin.client.ui.VScrollTable.FooterCell
-
Sets the expand ratio of the cell
- setExpandRatio(float) - Method in class com.vaadin.client.ui.VScrollTable.HeaderCell
- setExpandRatio(int) - Method in class com.vaadin.client.widgets.Grid.Column
-
Sets the ratio with which the column expands.
- setExpandRatio(int) - Method in class com.vaadin.client.widgets.Grid.SelectionColumn
- setExpandRatio(int) - Method in class com.vaadin.ui.Grid.Column
-
Sets the ratio with which the column expands.
- setExpandRatio(Component, float) - Method in class com.vaadin.ui.AbstractOrderedLayout
-
This method is used to control how excess space in layout is distributed among components.
- setExpandRatio(Component, float) - Method in class com.vaadin.ui.FormLayout
-
Deprecated.This method currently has no effect as expand ratios are not implemented in FormLayout
- setFallbackTransport(Transport) - Method in interface com.vaadin.ui.PushConfiguration
-
Sets the fallback transport type for push.
- setFallbackTransport(String) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereConfiguration
- setFeatures(String) - Method in class com.vaadin.server.BrowserWindowOpener
-
Sets the features for opening the window.
- setFeedbackValue(double) - Method in class com.vaadin.client.ui.VSlider
- setFieldFactory(FieldGroupFieldFactory) - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Sets the field factory for the
FieldGroup
. - setFileDownloadResource(Resource) - Method in class com.vaadin.server.FileDownloader
-
Sets the resource that is downloaded when the extended component is clicked.
- setFilename(String) - Method in class com.vaadin.server.StreamResource
-
Sets the filename.
- setFileName(String) - Method in class com.vaadin.server.DownloadStream
-
Sets the file name.
- setFilter(FilenameFilter) - Method in class com.vaadin.data.util.FilesystemContainer
-
Sets the file filter used to limit the files in this container.
- setFilter(String) - Method in class com.vaadin.data.util.FilesystemContainer
-
Sets the file filter used to limit the files in this container.
- setFilteredItemIds(List<ITEMIDTYPE>) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Deprecated.
- setFilteringMode(FilteringMode) - Method in interface com.vaadin.ui.AbstractSelect.Filtering
-
Sets the option filtering mode.
- setFilteringMode(FilteringMode) - Method in class com.vaadin.ui.ComboBox
- setFilters(List<Container.Filter>) - Method in class com.vaadin.data.util.sqlcontainer.query.FreeformQuery
- setFilters(List<Container.Filter>) - Method in interface com.vaadin.data.util.sqlcontainer.query.FreeformQueryDelegate
-
Sets the filters to apply when performing the SQL query.
- setFilters(List<Container.Filter>) - Method in interface com.vaadin.data.util.sqlcontainer.query.QueryDelegate
-
Sets the filters to apply when performing the SQL query.
- setFilters(List<Container.Filter>) - Method in class com.vaadin.data.util.sqlcontainer.query.TableQuery
- setFilters(Set<Container.Filter>) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Set the internal collection of filters without performing filtering.
- setFirstComponent(Component) - Method in class com.vaadin.ui.AbstractSplitPanel
-
Sets the first component of this split panel.
- setFirstDayNumber(int) - Method in class com.vaadin.client.ui.VCalendar
-
Set the number when a week starts
- setFirstDayOfWeek(Integer) - Method in class com.vaadin.ui.Calendar
-
Allow setting first day of week independent of Locale.
- setFirstDelay(int) - Method in class com.vaadin.client.VLoadingIndicator
-
Sets the delay (in ms) which must pass before the loading indicator moves into the "first" state and is shown to the user
- setFirstDelay(int) - Method in interface com.vaadin.ui.LoadingIndicatorConfiguration
-
Sets the delay before the loading indicator is shown.
- setFirstHour(int) - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid
- setFirstHour(int) - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid.Timebar
- setFirstHourOfTheDay(int) - Method in class com.vaadin.client.ui.VCalendar
-
Set the number when a week starts
- setFirstVisibleDayOfWeek(int) - Method in class com.vaadin.ui.Calendar
-
This method restricts the weekdays that are shown.
- setFirstVisibleHourOfDay(int) - Method in class com.vaadin.ui.Calendar
-
This method restricts the hours that are shown per day.
- setFirstWidget(Widget) - Method in class com.vaadin.client.ui.VAbstractSplitPanel
-
For internal use only.
- setFitInWindow(boolean) - Method in class com.vaadin.client.widgets.Overlay
-
Sets whether the overlay should be moved or shrunk to fit inside the window.
- setFloat(Element, String) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.setFloat(Element, String)
instead. - setFloat(Element, String) - Static method in class com.vaadin.client.WidgetUtil
- setFocus(boolean) - Method in class com.vaadin.client.ui.calendar.schedule.FocusableComplexPanel
-
Sets/Removes the keyboard focus to the panel.
- setFocus(boolean) - Method in class com.vaadin.client.ui.calendar.schedule.FocusableGrid
-
Sets/Removes the keyboard focus to the panel.
- setFocus(boolean) - Method in class com.vaadin.client.ui.calendar.schedule.FocusableHTML
-
Sets/Removes the keyboard focus to the panel.
- setFocus(boolean) - Method in class com.vaadin.client.ui.FocusableFlexTable
-
Sets the keyboard focus to the panel
- setFocus(boolean) - Method in class com.vaadin.client.ui.FocusableFlowPanel
-
Sets/Removes the keyboard focus to the panel.
- setFocus(boolean) - Method in class com.vaadin.client.ui.FocusableScrollPanel
- setFocus(boolean) - Method in class com.vaadin.client.ui.FocusElementPanel
- setFocus(boolean) - Method in class com.vaadin.client.ui.SimpleFocusablePanel
- setFocus(boolean) - Method in class com.vaadin.client.ui.VPanel
-
Sets the keyboard focus on the Panel
- setFocus(boolean) - Method in class com.vaadin.client.ui.VPopupCalendar
-
Sets focus to Calendar panel.
- setFocus(boolean) - Method in class com.vaadin.client.ui.VRichTextArea
- setFocus(boolean) - Method in class com.vaadin.client.ui.VUI
- setFocus(boolean) - Method in class com.vaadin.client.widgets.Grid
- setFocus(Widget, boolean) - Static method in class com.vaadin.client.ui.FocusUtil
-
Explicitly focus/unfocus the given widget.
- setFocusChangeListener(VCalendarPanel.FocusChangeListener) - Method in class com.vaadin.client.ui.VCalendarPanel
-
The given FocusChangeListener is notified when the focused date changes by user either clicking on a new date or by using the keyboard.
- setFocusDelegate(Focusable) - Method in class com.vaadin.client.ui.VCustomField
-
Sets the focusable widget to focus instead of this custom field.
- setFocusDelegate(Focusable) - Method in class com.vaadin.client.ui.VCustomField
-
Sets the focusable widget to focus instead of this custom field.
- setFocusDelegate(Component.Focusable) - Method in class com.vaadin.ui.CustomField
-
Sets the component to which all methods from the
Component.Focusable
interface should be delegated. - setFocused(boolean) - Method in class com.vaadin.client.ui.VTree.TreeNode
-
Is the node focused?
- setFocusedComponent(Component.Focusable) - Method in class com.vaadin.ui.UI
-
This method is used by Component.Focusable objects to request focus to themselves.
- setFocusedDate(Date) - Method in class com.vaadin.client.ui.VPopupCalendar
-
Sets the content of a special field for assistive devices, so that they can recognize the change and inform the user (reading out in case of screen reader)
- setFocusedNode(VTree.TreeNode) - Method in class com.vaadin.client.ui.VTree
-
Focuses a node and scrolls it into view
- setFocusedNode(VTree.TreeNode, boolean) - Method in class com.vaadin.client.ui.VTree
-
Sets the node currently in focus
- setFocusOutListener(VCalendarPanel.FocusOutListener) - Method in class com.vaadin.client.ui.VCalendarPanel
-
A focus out listener is triggered when the panel loosed focus.
- setFontFamily(String) - Method in class com.vaadin.client.ui.FontIcon
-
Sets the font-family from which this icon comes.
- setFooter(Layout) - Method in class com.vaadin.ui.Form
-
Deprecated.Sets the layout that is rendered below normal form contents.
- setFooterCell(int, VScrollTable.FooterCell) - Method in class com.vaadin.client.ui.VScrollTable.TableFooter
-
Set a footer cell for a specified column index
- setFooterVisible(boolean) - Method in class com.vaadin.client.widgets.Grid
-
Sets the visibility of the footer section.
- setFooterVisible(boolean) - Method in class com.vaadin.ui.Grid
-
Sets the visibility of the footer section.
- setFooterVisible(boolean) - Method in class com.vaadin.ui.Table
-
Sets the footer visible in the bottom of the table.
- setFooterWidget(Widget) - Method in class com.vaadin.client.ui.VForm
- setFormat(NumberFormat) - Method in class com.vaadin.client.renderers.NumberRenderer
-
Sets the number format to use for formatting the number.
- setFormat(DateTimeFormat) - Method in class com.vaadin.client.renderers.DateRenderer
-
Sets the format used for formatting the dates.
- setFormat24h(boolean) - Method in class com.vaadin.client.ui.calendar.schedule.CalendarEvent
-
Does the event use the 24h time format
- setFormDataSource(Object, Collection<?>) - Method in class com.vaadin.ui.Form
-
Deprecated.Updates the internal form datasource.
- setFormFieldFactory(FormFieldFactory) - Method in class com.vaadin.ui.Form
-
Deprecated.Sets the field factory used by this Form to genarate Fields for properties.
- setForwardNavigationEnabled(boolean) - Method in class com.vaadin.client.ui.VCalendar
- setFragment(String) - Method in class com.vaadin.navigator.Navigator.UriFragmentManager
-
Sets the URI fragment to the given string.
- setFrozenColumnCount(int) - Method in interface com.vaadin.client.widget.escalator.ColumnConfiguration
-
Sets the number of leftmost columns that are not affected by horizontal scrolling.
- setFrozenColumnCount(int) - Method in class com.vaadin.client.widgets.Grid
-
Sets the number of frozen columns in this grid.
- setFrozenColumnCount(int) - Method in class com.vaadin.ui.Grid
-
Sets the number of frozen columns in this grid.
- setGreen(int) - Method in class com.vaadin.shared.ui.colorpicker.Color
-
Sets the green value of the color.
- setGrid(Grid<?>) - Method in class com.vaadin.client.widgets.Grid.StaticSection
- setGrid(Grid<JsonObject>) - Method in class com.vaadin.client.connectors.AbstractSelectionModelConnector.AbstractSelectionModel
- setGrid(Grid<JsonObject>) - Method in class com.vaadin.client.connectors.MultiSelectionModelConnector.MultiSelectionModel
- setGrid(Grid<T>) - Method in interface com.vaadin.client.widget.grid.selection.SelectionModel
-
Tells this SelectionModel which Grid it belongs to.
- setGrid(Grid<T>) - Method in class com.vaadin.client.widget.grid.selection.SelectionModelMulti
- setGrid(Grid<T>) - Method in class com.vaadin.client.widget.grid.selection.SelectionModelNone
- setGrid(Grid<T>) - Method in class com.vaadin.client.widget.grid.selection.SelectionModelSingle
- setGrid(Grid<T>) - Method in class com.vaadin.client.widgets.Grid.Editor
- setGrid(Grid) - Method in class com.vaadin.ui.Grid.AbstractSelectionModel
- setGrid(Grid) - Method in interface com.vaadin.ui.Grid.SelectionModel
-
Injects the current
Grid
instance into the SelectionModel. - setGridEnabled(boolean) - Method in class com.vaadin.client.widgets.Grid.Editor
- setHandled(boolean) - Method in class com.vaadin.client.widgets.Grid.GridEvent
-
Set the status of this event.
- setHandler(EditorHandler<T>) - Method in class com.vaadin.client.widgets.Grid.Editor
-
Sets the handler responsible for binding data and editor widgets to this editor.
- setHandler(CalendarComponentEvents.BackwardHandler) - Method in class com.vaadin.ui.Calendar
- setHandler(CalendarComponentEvents.BackwardHandler) - Method in interface com.vaadin.ui.components.calendar.CalendarComponentEvents.NavigationNotifier
-
Add a backward navigation listener.
- setHandler(CalendarComponentEvents.DateClickHandler) - Method in class com.vaadin.ui.Calendar
- setHandler(CalendarComponentEvents.DateClickHandler) - Method in interface com.vaadin.ui.components.calendar.CalendarComponentEvents.NavigationNotifier
-
Add a date click listener.
- setHandler(CalendarComponentEvents.EventClickHandler) - Method in class com.vaadin.ui.Calendar
- setHandler(CalendarComponentEvents.EventClickHandler) - Method in interface com.vaadin.ui.components.calendar.CalendarComponentEvents.NavigationNotifier
-
Add a event click listener.
- setHandler(CalendarComponentEvents.EventMoveHandler) - Method in class com.vaadin.ui.Calendar
- setHandler(CalendarComponentEvents.EventMoveHandler) - Method in interface com.vaadin.ui.components.calendar.CalendarComponentEvents.EventMoveNotifier
-
Set the EventMoveHandler.
- setHandler(CalendarComponentEvents.EventResizeHandler) - Method in class com.vaadin.ui.Calendar
- setHandler(CalendarComponentEvents.EventResizeHandler) - Method in interface com.vaadin.ui.components.calendar.CalendarComponentEvents.EventResizeNotifier
-
Set a EventResizeHandler.
- setHandler(CalendarComponentEvents.ForwardHandler) - Method in class com.vaadin.ui.Calendar
- setHandler(CalendarComponentEvents.ForwardHandler) - Method in interface com.vaadin.ui.components.calendar.CalendarComponentEvents.NavigationNotifier
-
Add a forward navigation listener.
- setHandler(CalendarComponentEvents.RangeSelectHandler) - Method in class com.vaadin.ui.Calendar
- setHandler(CalendarComponentEvents.RangeSelectHandler) - Method in interface com.vaadin.ui.components.calendar.CalendarComponentEvents.RangeSelectNotifier
-
Set the RangeSelectHandler that listens for drag-marking.
- setHandler(CalendarComponentEvents.WeekClickHandler) - Method in class com.vaadin.ui.Calendar
- setHandler(CalendarComponentEvents.WeekClickHandler) - Method in interface com.vaadin.ui.components.calendar.CalendarComponentEvents.NavigationNotifier
-
Add a week click listener.
- setHandler(String, Class<?>, EventListener, Method) - Method in class com.vaadin.ui.Calendar
-
Set the handler for the given type information.
- setHasDropTime(boolean) - Method in class com.vaadin.ui.components.calendar.CalendarTargetDetails
-
Does the dropped item have a time associated with it
- setHeader(String, String) - Method in class com.vaadin.server.BootstrapPageResponse
-
Sets a header value that will be added to the HTTP response.
- setHeader(String, String) - Method in interface com.vaadin.server.VaadinResponse
-
Sets the value of a generic response header.
- setHeaderCaption(String) - Method in class com.vaadin.client.widgets.Grid.Column
-
Sets a header caption for this column.
- setHeaderCaption(String) - Method in class com.vaadin.ui.Grid.Column
-
Sets the caption of the header.
- setHeaderCell(int, VScrollTable.HeaderCell) - Method in class com.vaadin.client.ui.VScrollTable.TableHead
- setHeaderVisible(boolean) - Method in class com.vaadin.client.widgets.Grid
-
Sets the visibility of the header section.
- setHeaderVisible(boolean) - Method in class com.vaadin.ui.Grid
-
Sets the visibility of the header section.
- setHeight(float) - Method in class com.vaadin.client.RenderInformation.FloatSize
- setHeight(float, Sizeable.Unit) - Method in interface com.vaadin.server.Sizeable
-
Sets the height of the object.
- setHeight(float, Sizeable.Unit) - Method in class com.vaadin.ui.AbstractComponent
- setHeight(float, Sizeable.Unit) - Method in class com.vaadin.ui.AbstractComponentContainer
- setHeight(float, Sizeable.Unit) - Method in class com.vaadin.ui.AbstractSingleComponentContainer
- setHeight(float, Sizeable.Unit) - Method in class com.vaadin.ui.CustomField
- setHeight(float, Sizeable.Unit) - Method in class com.vaadin.ui.Grid
-
Sets the height of the object.
- setHeight(int) - Method in class com.vaadin.client.RenderInformation.Size
- setHeight(int) - Method in class com.vaadin.client.ui.calendar.schedule.DateCellDayEvent
- setHeight(int) - Method in class com.vaadin.client.ui.VAccordion.StackItem
- setHeight(int) - Method in class com.vaadin.client.widgets.Overlay.PositionAndSize
- setHeight(String) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
- setHeight(String) - Method in class com.vaadin.client.ui.VColorPickerArea
-
Sets the color area's height.
- setHeight(String) - Method in class com.vaadin.client.ui.VFlash
-
Deprecated.
- setHeight(String) - Method in class com.vaadin.client.ui.VListSelect
- setHeight(String) - Method in class com.vaadin.client.ui.VNativeSelect
- setHeight(String) - Method in class com.vaadin.client.ui.VRichTextArea
- setHeight(String) - Method in class com.vaadin.client.ui.VScrollTable
- setHeight(String) - Method in class com.vaadin.client.ui.VWindow
- setHeight(String) - Method in class com.vaadin.client.widgets.Escalator
- setHeight(String) - Method in class com.vaadin.client.widgets.Grid
- setHeight(String) - Method in class com.vaadin.client.widgets.Overlay
- setHeight(String) - Method in interface com.vaadin.server.Sizeable
-
Sets the height of the component using String presentation.
- setHeight(String) - Method in class com.vaadin.ui.AbstractComponent
- setHeight(String) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerHistory
- setHeightByRows(double) - Method in class com.vaadin.client.widgets.Escalator
-
Sets the number of rows that should be visible in Escalator's body, while
Escalator.getHeightMode()
isHeightMode.ROW
. - setHeightByRows(double) - Method in class com.vaadin.client.widgets.Grid
-
Sets the number of rows that should be visible in Grid's body, while
Grid.getHeightMode()
isHeightMode.ROW
. - setHeightByRows(double) - Method in class com.vaadin.ui.Grid
-
Sets the number of rows that should be visible in Grid's body, while
Grid.getHeightMode()
isHeightMode.ROW
. - setHeightExcludingPaddingAndBorder(Element, int, int, boolean) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.setHeightExcludingPaddingAndBorder(Element, int, int, boolean)
instead. - setHeightExcludingPaddingAndBorder(Element, int, int, boolean) - Static method in class com.vaadin.client.WidgetUtil
- setHeightExcludingPaddingAndBorder(Widget, String, int) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.setHeightExcludingPaddingAndBorder(Widget, String, int)
instead. - setHeightExcludingPaddingAndBorder(Widget, String, int) - Static method in class com.vaadin.client.WidgetUtil
- setHeightFromWidget() - Method in class com.vaadin.client.ui.VAccordion.StackItem
- setHeightLocation(Object) - Static method in class com.vaadin.server.ComponentSizeValidator
- setHeightMode(HeightMode) - Method in class com.vaadin.client.widgets.Escalator
-
Defines the mode in which the Escalator widget's height is calculated.
- setHeightMode(HeightMode) - Method in class com.vaadin.client.widgets.Grid
-
Defines the mode in which the Grid widget's height is calculated.
- setHeightMode(HeightMode) - Method in class com.vaadin.ui.Grid
-
Defines the mode in which the Grid widget's height is calculated.
- setHeightPX(int) - Method in class com.vaadin.client.ui.calendar.schedule.SimpleWeekToolbar
- setHeightPX(int) - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid
- setHeightPX(int) - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid.Timebar
- setHeightPX(int, boolean) - Method in class com.vaadin.client.ui.calendar.schedule.SimpleDayCell
- setHeightPX(int, int[]) - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
- setHeightUndefined() - Method in interface com.vaadin.server.Sizeable
-
Clears any defined height
- setHeightUndefined() - Method in class com.vaadin.ui.AbstractComponent
- setHeightUndefined(boolean) - Method in class com.vaadin.client.ui.calendar.schedule.SimpleWeekToolbar
- setHidable(boolean) - Method in class com.vaadin.client.widgets.Grid.Column
-
Set whether it is possible for the user to hide this column or not.
- setHidable(boolean) - Method in class com.vaadin.ui.Grid.Column
-
Sets whether this column can be hidden by the user.
- setHidden(boolean) - Method in class com.vaadin.client.widgets.Grid.Column
-
Hides or shows the column.
- setHidden(boolean) - Method in class com.vaadin.ui.Grid.Column
-
Hides or shows the column.
- setHiddenOnServer(boolean) - Method in class com.vaadin.client.ui.VTabsheet.Tab
- setHideEmptyRowsAndColumns(boolean) - Method in class com.vaadin.ui.GridLayout
-
Sets whether empty rows and columns should be considered as non-existent when rendering or not.
- setHideOnMouseOut(boolean) - Method in class com.vaadin.client.ui.VPopupView.CustomPopup
- setHideOnMouseOut(boolean) - Method in class com.vaadin.ui.PopupView
-
Should the popup automatically hide when the user takes the mouse cursor out of the popup area? If this is false, the user must click outside the popup to close it.
- setHidingToggleCaption(String) - Method in class com.vaadin.client.widgets.Grid.Column
-
Sets the hiding toggle's caption for this column.
- setHidingToggleCaption(String) - Method in class com.vaadin.ui.Grid.Column
-
Sets the caption of the hiding toggle for this column.
- setHierarchyColumn(Object) - Method in class com.vaadin.ui.TreeTable
-
Explicitly sets the column in which the TreeTable visualizes the hierarchy.
- setHistoryVisibility(boolean) - Method in class com.vaadin.ui.AbstractColorPicker
-
Sets the visibility of the Color History
- setHistoryVisible(boolean) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPopup
-
Set the History visibility
- setHorizontalScrollPosition(int) - Method in class com.vaadin.client.ui.FocusableScrollPanel
-
Sets the horizontal scroll position.
- setHorizontalScrollPosition(int) - Method in class com.vaadin.client.ui.VScrollTable.TableFooter
-
Set the horizontal position in the cell in the footer.
- setHorizontalScrollPosition(int) - Method in class com.vaadin.client.ui.VScrollTable.TableHead
- setHorizontalSized(boolean) - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
- setHorizontalSized(boolean) - Method in class com.vaadin.client.ui.calendar.schedule.DayToolbar
- setHSVTabVisible(boolean) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPopup
-
Set HSV tab visibility
- setHSVVisibility(boolean) - Method in class com.vaadin.ui.AbstractColorPicker
-
Set the visibility of the HSV Tab
- setHtml(String) - Method in class com.vaadin.client.ui.VButton
- setHtml(String) - Method in class com.vaadin.client.ui.VTree.TreeNode
-
For internal use only.
- setHtml(String) - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
-
Sets the content of the cell to the provided html.
- setHTML(String) - Method in class com.vaadin.client.ui.calendar.schedule.MonthEventLabel
- setHTML(String) - Method in class com.vaadin.client.ui.menubar.MenuItem
-
Deprecated.
- setHTML(String) - Method in class com.vaadin.client.ui.VColorPickerArea
-
Sets the caption's content to the given HTML.
- setHTML(String) - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- setHTML(String) - Method in class com.vaadin.client.ui.VNativeButton
- setHtml5DataFlavor(String, String) - Method in class com.vaadin.client.ui.dd.VHtml5DragEvent
- setHTML5DataFlavor(String, Object) - Method in class com.vaadin.ui.DragAndDropWrapper
-
Sets data flavors available in the DragAndDropWrapper is used to start an HTML5 style drags.
- setHtmlContentAllowed(boolean) - Method in class com.vaadin.ui.AbstractColorPicker
-
Deprecated.as of , use
AbstractComponent.setCaptionAsHtml(boolean)
instead - 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
-
Set whether the caption text is rendered as HTML or not.
- 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.OptionGroup
-
Sets whether html is allowed in the item captions.
- setHtmlContentAllowed(boolean) - Method in class com.vaadin.ui.Table.GeneratedRow
-
If set to true, all strings passed to
Table.GeneratedRow.setText(String...)
will be rendered as HTML. - setHtmlContentAllowed(boolean) - Method in class com.vaadin.ui.Tree
-
Sets whether html is allowed in the item captions.
- setIcon(Resource) - Method in class com.vaadin.event.Action
-
Sets the icon.
- setIcon(Resource) - Method in class com.vaadin.ui.AbstractComponent
-
Sets the component's icon.
- setIcon(Resource) - Method in interface com.vaadin.ui.Component
-
Sets the icon of the component.
- setIcon(Resource) - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Sets the icon.
- setIcon(Resource) - Method in class com.vaadin.ui.Notification
-
Sets the icon part of the notification message.
- setIcon(Resource) - Method in interface com.vaadin.ui.TabSheet.Tab
-
Sets the icon for the tab.
- setIcon(Resource) - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- setIcon(Resource, String) - Method in class com.vaadin.ui.Button
-
Sets the component's icon and alt text.
- setIcon(Resource, String) - Method in interface com.vaadin.ui.TabSheet.Tab
-
Sets the icon and alt text for the tab.
- setIcon(Resource, String) - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- setIcon(String, String) - Method in class com.vaadin.client.ui.VTree.TreeNode
- setIconAlternateText(String) - Method in class com.vaadin.ui.Button
- setIconAlternateText(String) - Method in interface com.vaadin.ui.TabSheet.Tab
-
Sets the icon alt text for the tab.
- setIconAlternateText(String) - Method in class com.vaadin.ui.TabSheet.TabSheetTabImpl
- setIconUri(String, ApplicationConnection) - Method in class com.vaadin.client.ui.VPanel
-
For internal use only.
- setIconUrl(String) - Method in class com.vaadin.client.ui.Action
- setId(String) - Method in class com.vaadin.client.ui.VAccordion.StackItem
- setId(String) - Method in class com.vaadin.client.ui.VSlider
- 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 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
- setIdentifier(Object) - Method in class com.vaadin.client.TooltipInfo
-
Sets the tooltip's identifier.
- setIEMode(int) - Method in class com.vaadin.shared.VBrowserDetails
-
Sets the version for IE based on the documentMode.
- setImmediate(boolean) - Method in class com.vaadin.client.ui.VDateField
- setImmediate(boolean) - Method in class com.vaadin.client.ui.VSlider
- setImmediate(boolean) - Method in class com.vaadin.client.ui.VTextField
- setImmediate(boolean) - Method in class com.vaadin.client.ui.VUpload
-
For internal use only.
- setImmediate(boolean) - Method in class com.vaadin.ui.AbstractComponent
-
Sets the component's immediate mode to the specified status.
- setImmediate(boolean) - Method in class com.vaadin.ui.Form
-
Deprecated.Setting the form to be immediate also sets all the fields of the form to the same state.
- setIncludeParentsWhenFiltering(boolean) - Method in class com.vaadin.data.util.HierarchicalContainer
-
Controls how the filtering of the container works.
- setIndeterminate(boolean) - Method in class com.vaadin.client.ui.VProgressBar
- setIndeterminate(boolean) - Method in class com.vaadin.ui.ProgressBar
-
Sets whether or not this progress indicator is indeterminate.
- setIndex(int) - Method in class com.vaadin.client.componentlocator.SelectorPredicate
- setIndex(int) - Method in class com.vaadin.client.ui.calendar.schedule.CalendarEvent
-
Set the (server side) index of the event
- setInheritable(Class<T>, T) - Static method in class com.vaadin.util.CurrentInstance
-
Sets the current inheritable instance of the given type.
- setInputPrompt(String) - Method in class com.vaadin.client.ui.VTextField
- setInputPrompt(String) - Method in class com.vaadin.ui.AbstractTextField
-
Sets the input prompt - a textual prompt that is displayed when the field would otherwise be empty, to prompt the user for input.
- setInputPrompt(String) - Method in class com.vaadin.ui.ComboBox
-
Sets the input prompt - a textual prompt that is displayed when the select would otherwise be empty, to prompt the user for input.
- setInputPrompt(String) - Method in class com.vaadin.ui.PopupDateField
-
Sets the input prompt - a textual prompt that is displayed when the field would otherwise be empty, to prompt the user for input.
- setInstance(Object) - Method in class com.vaadin.data.util.MethodProperty
-
Sets the instance used by this property.
- setInstance(Object) - Method in class com.vaadin.data.util.NestedMethodProperty
-
Sets the instance used by this property.
- setInternalErrorCaption(String) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Sets the caption of the notification.
- setInternalErrorMessage(String) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Sets the message of the notification.
- setInternalErrorNotificationEnabled(boolean) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Enables or disables the notification.
- setInternalErrorURL(String) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Sets the URL to go to when an internal error occurs.
- setInternalHeights() - Method in class com.vaadin.client.ui.VTwinColSelect
-
For internal use only.
- setInternalValue(Boolean) - Method in class com.vaadin.ui.CheckBox
- setInternalValue(Double) - Method in class com.vaadin.ui.Slider
- setInternalValue(Float) - Method in class com.vaadin.ui.ProgressBar
- setInternalValue(Object) - Method in class com.vaadin.ui.Form
-
Deprecated.Sets the internal value.
- setInternalValue(String) - Method in class com.vaadin.ui.AbstractTextField
- setInternalValue(Date) - Method in class com.vaadin.ui.DateField
- setInternalValue(T) - Method in class com.vaadin.ui.AbstractField
-
Sets the internal field value.
- setInternalWidths() - Method in class com.vaadin.client.ui.VTwinColSelect
-
For internal use only.
- setInterval(int) - Method in class com.vaadin.client.communication.Heartbeat
-
Changes the heartbeatInterval in runtime and applies it.
- setIntValue(String, int) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
- setInvalidAllowed(boolean) - Method in interface com.vaadin.data.Validatable
-
Should the validabtable object accept invalid values.
- setInvalidAllowed(boolean) - Method in class com.vaadin.ui.AbstractField
-
Fields allow invalid values by default.
- setInvalidAllowed(boolean) - Method in class com.vaadin.ui.Form
-
Deprecated.Should the validabtable object accept invalid values.
- setInvalidCommitted(boolean) - Method in interface com.vaadin.data.BufferedValidatable
-
Sets if the invalid data should be committed to datasource.
- setInvalidCommitted(boolean) - Method in class com.vaadin.ui.AbstractField
-
Sets if the invalid data should be committed to datasource.
- setInvoker(Class<?>, String, Invoker) - Method in class com.vaadin.client.metadata.TypeDataStore
- setItemCaption(Object, String) - Method in class com.vaadin.ui.AbstractSelect
-
Override the caption of an item.
- setItemCaptionMode(AbstractSelect.ItemCaptionMode) - Method in class com.vaadin.ui.AbstractSelect
-
Sets the item caption mode.
- setItemCaptionPropertyId(Object) - Method in class com.vaadin.ui.AbstractSelect
-
Sets the item caption property.
- setItemDataSource(Item) - Method in class com.vaadin.data.fieldgroup.BeanFieldGroup
- setItemDataSource(Item) - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Updates the item that is used by this FieldBinder.
- setItemDataSource(Item) - Method in interface com.vaadin.data.Item.Viewer
-
Sets the Item that serves as the data source of the viewer.
- setItemDataSource(Item) - Method in class com.vaadin.ui.Form
-
Deprecated.Sets the item datasource for the form.
- setItemDataSource(Item, Collection<?>) - Method in class com.vaadin.ui.Form
-
Deprecated.Set the item datasource for the form, but limit the form contents to specified properties of the item.
- setItemDataSource(T) - Method in class com.vaadin.data.fieldgroup.BeanFieldGroup
-
Helper method for setting the data source directly using a bean.
- setItemDescriptionGenerator(AbstractSelect.ItemDescriptionGenerator) - Method in class com.vaadin.ui.Table
-
Set the item description generator which generates tooltips for cells and rows in the Table
- setItemDescriptionGenerator(AbstractSelect.ItemDescriptionGenerator) - Method in class com.vaadin.ui.Tree
-
Set the item description generator which generates tooltips for the tree items
- setItemEnabled(Object, boolean) - Method in class com.vaadin.ui.OptionGroup
-
Sets an item disabled or enabled.
- setItemIcon(Object, Resource) - Method in class com.vaadin.ui.AbstractSelect
-
Sets the icon for an item.
- setItemIcon(Object, Resource) - Method in class com.vaadin.ui.Tree
- setItemIcon(Object, Resource, String) - Method in class com.vaadin.ui.Tree
-
Sets the icon for an item.
- setItemIconAlternateText(Object, String) - Method in class com.vaadin.ui.Tree
-
Set the alternate text for an item.
- setItemIconPropertyId(Object) - Method in class com.vaadin.ui.AbstractSelect
-
Sets the item icon property.
- setItemSetChangeListeners(Collection<Container.ItemSetChangeListener>) - Method in class com.vaadin.data.util.AbstractContainer
-
Sets the item set change listener collection.
- setItemSorter(ItemSorter) - Method in class com.vaadin.data.util.AbstractBeanContainer
- setItemSorter(ItemSorter) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Sets the ItemSorter used for comparing items in a sort.
- setItemSorter(ItemSorter) - Method in class com.vaadin.data.util.IndexedContainer
- setItemStyleGenerator(ComboBox.ItemStyleGenerator) - Method in class com.vaadin.ui.ComboBox
-
Sets the item style generator that is used to produce custom styles for showing items in the popup.
- setItemStyleGenerator(Tree.ItemStyleGenerator) - Method in class com.vaadin.ui.Tree
-
Sets the
Tree.ItemStyleGenerator
to be used with this tree. - setJavaFieldValue(Object, Field, Object) - Static method in class com.vaadin.util.ReflectTools
-
Sets the value of a java field.
- setLastDayNumber(int) - Method in class com.vaadin.client.ui.VCalendar
-
Set the number when a week ends
- setLastFrozenColumn() - Method in class com.vaadin.ui.Grid.Column
-
Sets this column as the last frozen column in its grid.
- setLastHeartbeatTimestamp(long) - Method in class com.vaadin.ui.UI
-
Sets the last heartbeat request timestamp for this UI.
- setLastHour(int) - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid
- setLastHour(int) - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid.Timebar
- setLastHourOfTheDay(int) - Method in class com.vaadin.client.ui.VCalendar
-
Set the number when a week ends
- setLastProcessedClientToServerId(int) - Method in class com.vaadin.ui.UI
-
Sets the last processed server message id.
- setLastRendered(int) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody
- 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.
- setLastVisibleDayOfWeek(int) - Method in class com.vaadin.ui.Calendar
-
This method restricts the weekdays that are shown.
- setLastVisibleHourOfDay(int) - Method in class com.vaadin.ui.Calendar
-
This method restricts the hours that are shown per day.
- setLayout(VAbstractOrderedLayout) - Method in class com.vaadin.client.ui.orderedlayout.Slot
-
Set the layout in which this slot is.
- setLayout(Layout) - Method in class com.vaadin.ui.Form
-
Deprecated.Sets the layout of the form.
- setLayoutManager(LayoutManager) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
-
Set the layout manager for the layout
- setLayoutWidget(Widget) - Method in class com.vaadin.client.ui.VForm
- setLeft(int) - Method in class com.vaadin.client.widgets.Overlay.PositionAndSize
- 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).
- setLength(int) - Method in interface elemental.util.ArrayOf
-
Reset the length of the array.
- setLength(int) - Method in interface elemental.util.ArrayOfBoolean
-
Reset the length of the array.
- setLength(int) - Method in interface elemental.util.ArrayOfInt
-
Reset the length of the array.
- setLength(int) - Method in interface elemental.util.ArrayOfNumber
-
Reset the length of the array.
- setLength(int) - Method in interface elemental.util.ArrayOfString
-
Reset the length of the array.
- setLenient(boolean) - Method in class com.vaadin.ui.DateField
-
Specifies whether or not date/time interpretation in component is to be lenient.
- setLimit(int) - Method in class com.vaadin.client.debug.internal.LogSection
-
Sets the log row limit.
- setListener(VCalendar.BackwardListener) - Method in class com.vaadin.client.ui.VCalendar
-
Set the listener which listens to backward events from the calendar
- setListener(VCalendar.DateClickListener) - Method in class com.vaadin.client.ui.VCalendar
-
Sets the listener for listening to event clicks
- setListener(VCalendar.EventClickListener) - Method in class com.vaadin.client.ui.VCalendar
-
Set the listener that listens to the user clicking on the events
- setListener(VCalendar.EventMovedListener) - Method in class com.vaadin.client.ui.VCalendar
-
Set the listener that listens to when event is dragged to a new location
- setListener(VCalendar.EventResizeListener) - Method in class com.vaadin.client.ui.VCalendar
-
Set the listener that listens to when an events time limits are being adjusted
- setListener(VCalendar.ForwardListener) - Method in class com.vaadin.client.ui.VCalendar
-
Set the listener which listens to forward events from the calendar
- setListener(VCalendar.MouseEventListener) - Method in class com.vaadin.client.ui.VCalendar
-
Set the listener that listen to mouse events
- setListener(VCalendar.RangeSelectListener) - Method in class com.vaadin.client.ui.VCalendar
-
Set the listener that listens to the user highlighting a region in the calendar
- setListener(VCalendar.ScrollListener) - Method in class com.vaadin.client.ui.VCalendar
-
Set the listener that listens to when the calendar widget is scrolled
- setListener(VCalendar.WeekClickListener) - Method in class com.vaadin.client.ui.VCalendar
-
Set the listener that listens to user clicking on the week numbers
- setLoaded() - Method in class com.vaadin.client.metadata.AsyncBundleLoader
- setLoaded(String) - Method in class com.vaadin.client.metadata.ConnectorBundleLoader
- setLoadFailure(String, Throwable) - Method in class com.vaadin.client.metadata.ConnectorBundleLoader
- setLocale(String) - Method in class com.vaadin.client.DateTimeService
- setLocale(Locale) - Method in class com.vaadin.data.validator.BeanValidator
-
Sets the locale used for validation error messages.
- 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.AbstractField
- setLocale(Locale) - Method in class com.vaadin.ui.Calendar
-
Sets the locale to be used in the Calendar component.
- setLocale(Locale) - Method in class com.vaadin.ui.Label
- setLocation(String) - Method in class com.vaadin.server.Page
-
Navigates this page to the given URI.
- setLocation(URI) - Method in class com.vaadin.server.Page
-
Navigates this page to the given URI.
- setLocked(boolean) - Method in class com.vaadin.client.ui.VAbstractSplitPanel
-
For internal use only.
- setLocked(boolean) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
-
Locks or unlocks the scrollbar bundle.
- setLocked(boolean) - Method in class com.vaadin.ui.AbstractSplitPanel
-
Lock the SplitPanels position, disabling the user from dragging the split handle.
- setLoginButtonCaption(String) - Method in class com.vaadin.ui.LoginForm
-
Set the caption of the login button.
- setLogoutURL(String) - Method in class com.vaadin.server.LegacyApplication
-
Deprecated.Sets the URL user is redirected to on application close.
- setLongPollingSuspendTimeout(int) - Method in class com.vaadin.server.communication.PushHandler
-
Sets the timeout used for suspend calls when using long polling.
- setLoop(boolean) - Method in class com.vaadin.client.ui.VMediaBase
-
Enables or disables looping.
- setLoop(boolean) - Method in class com.vaadin.ui.AbstractMedia
-
Enables or disables looping.
- setMainWindow(LegacyWindow) - Method in class com.vaadin.server.LegacyApplication
-
Deprecated.Sets the main window of this application.
- setMargin(boolean) - Method in class com.vaadin.ui.AbstractOrderedLayout
- setMargin(boolean) - Method in class com.vaadin.ui.GridLayout
- setMargin(boolean) - Method in interface com.vaadin.ui.Layout.MarginHandler
-
Enable layout margins.
- setMargin(MarginInfo) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
-
Set the margin of the layout
- setMargin(MarginInfo) - Method in class com.vaadin.ui.AbstractOrderedLayout
- setMargin(MarginInfo) - Method in class com.vaadin.ui.GridLayout
- setMargin(MarginInfo) - Method in interface com.vaadin.ui.Layout.MarginHandler
-
Enable margins for this layout.
- setMarginBottom(int) - Method in class com.vaadin.client.ui.layout.Margins
- setMarginLeft(int) - Method in class com.vaadin.client.ui.layout.Margins
- setMarginRight(int) - Method in class com.vaadin.client.ui.layout.Margins
- setMargins(boolean) - Method in class com.vaadin.shared.ui.MarginInfo
-
Enables or disables margins on all edges simultaneously.
- setMargins(boolean, boolean, boolean, boolean) - Method in class com.vaadin.shared.ui.MarginInfo
-
Sets margins on all edges individually.
- setMargins(MarginInfo) - Method in class com.vaadin.client.ui.VFormLayout.VFormLayoutTable
- setMargins(MarginInfo) - Method in class com.vaadin.shared.ui.MarginInfo
-
Copies margin values from another MarginInfo object.
- setMarginTop(int) - Method in class com.vaadin.client.ui.layout.Margins
- setMax(double) - Method in class com.vaadin.ui.Slider
-
Set the maximum slider value.
- setMaximumWidth(double) - Method in class com.vaadin.client.widgets.Grid.Column
-
Sets the maximum width for this column.
- setMaximumWidth(double) - Method in class com.vaadin.client.widgets.Grid.SelectionColumn
- setMaximumWidth(double) - Method in class com.vaadin.ui.Grid.Column
-
Sets the maximum width for this column.
- setMaxInactiveInterval(int) - Method in class com.vaadin.server.WrappedHttpSession
- setMaxInactiveInterval(int) - Method in interface com.vaadin.server.WrappedSession
-
Specifies the time, in seconds, between client requests before the servlet container will invalidate this session.
- setMaxLength(int) - Method in class com.vaadin.client.ui.VTextField
-
For internal use only.
- setMaxLength(int) - Method in class com.vaadin.ui.AbstractTextField
-
Sets the maximum number of characters in the field.
- setMaxLength(Integer) - Method in class com.vaadin.data.validator.StringLengthValidator
-
Sets the maximum permissible length of the string.
- setMaxLengthToElement(int) - Method in class com.vaadin.client.ui.VTextArea
- setMaxLengthToElement(int) - Method in class com.vaadin.client.ui.VTextField
- setMaxSplitPosition(float, Sizeable.Unit) - Method in class com.vaadin.ui.AbstractSplitPanel
-
Sets the maximum split position to the given position and unit.
- setMaxValue(double) - Method in class com.vaadin.client.ui.VSlider
- 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 if the maximum value is part of the accepted range
- setMaxWidth(int) - Method in class com.vaadin.client.VCaption
- setMaxWidth(int) - Method in class com.vaadin.client.VTooltip
-
Sets the maximum width of the tooltip popup.
- setMaxWidth(int) - Method in interface com.vaadin.ui.TooltipConfiguration
-
Sets the maximum width of the tooltip popup.
- setMeasuredSize(Element, MeasuredSize) - Method in class com.vaadin.client.LayoutManager
-
Assigns a measured size to an element.
- setMeasuredSize(Element, MeasuredSize) - Method in class com.vaadin.client.LayoutManagerIE8
- setMediaElement(MediaElement) - Method in class com.vaadin.client.ui.VMediaBase
-
Sets the MediaElement that is to receive all commands and properties.
- setMessage(String) - Method in class com.vaadin.server.AbstractErrorMessage
- setMetaKey(boolean) - Method in class com.vaadin.shared.MouseEventDetails
- setMethodAttribute(Class<?>, String, TypeDataStore.MethodAttribute) - Method in class com.vaadin.client.metadata.TypeDataStore
- setMilliseconds(int) - Method in class com.vaadin.client.ui.VDateField
- setMilliseconds(Date, int) - Static method in class com.vaadin.client.DateTimeService
- setMimeType(String) - Method in class com.vaadin.ui.Embedded
-
Sets the mimeType, the MIME-Type of the object.
- setMIMEType(String) - Method in class com.vaadin.server.ExternalResource
-
Sets the MIME type of the resource.
- setMIMEType(String) - Method in class com.vaadin.server.StreamResource
-
Sets the mime type of the resource.
- setMin(double) - Method in class com.vaadin.ui.Slider
-
Set the minimum slider value.
- setMinimumWidth(double) - Method in class com.vaadin.client.widgets.Grid.Column
-
Sets the minimum width for this column.
- setMinimumWidth(double) - Method in class com.vaadin.client.widgets.Grid.SelectionColumn
- setMinimumWidth(double) - Method in class com.vaadin.ui.Grid.Column
-
Sets the minimum width for this column.
- setMinLength(Integer) - Method in class com.vaadin.data.validator.StringLengthValidator
-
Sets the minimum permissible length.
- setMinSplitPosition(float, Sizeable.Unit) - Method in class com.vaadin.ui.AbstractSplitPanel
-
Sets the minimum split position to the given position and unit.
- setMinValue(double) - Method in class com.vaadin.client.ui.VSlider
- 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 if the minimum value is part of the accepted range
- setModal(boolean) - Method in interface com.vaadin.client.communication.ReconnectDialog
-
Sets the modality of the dialog.
- setModal(boolean) - Method in class com.vaadin.ui.Window
-
Sets window modality.
- setMode(CompositeValidator.CombinationMode) - Method in class com.vaadin.data.validator.CompositeValidator
-
Sets the mode of the validator.
- setMode(AbstractErrorMessage.ContentMode) - Method in class com.vaadin.server.AbstractErrorMessage
- setMonth(int) - Method in class com.vaadin.client.ui.VCalendarPanel.FocusedDate
-
Deprecated.
- setMonthGrid(MonthGrid) - Method in class com.vaadin.client.ui.calendar.schedule.SimpleDayCell
- setMonthNames(String[]) - Method in class com.vaadin.client.ui.VCalendar
-
Set the names of the months
- setMonthNameVisible(boolean) - Method in class com.vaadin.client.ui.calendar.schedule.SimpleDayCell
- setMoreMenuItem(MenuBar.MenuItem) - Method in class com.vaadin.ui.MenuBar
-
Set the item that is used when collapsing the top level menu.
- setMoveWidth(int) - Method in class com.vaadin.client.ui.calendar.schedule.DateCellDayEvent
- setMultiSelect(boolean) - Method in class com.vaadin.ui.AbstractSelect
-
Sets the multiselect mode.
- setMultiSelect(boolean) - Method in class com.vaadin.ui.ComboBox
-
Deprecated.
- setMultiSelect(boolean) - Method in class com.vaadin.ui.NativeSelect
- setMultiselectMode(MultiSelectMode) - Method in class com.vaadin.ui.Tree
-
Sets the behavior of the multiselect mode
- setMultiSelectMode(MultiSelectMode) - Method in class com.vaadin.ui.Table
-
Sets the behavior of how the multi-select mode should behave when the table is both selectable and in multi-select mode.
- setMultiSelectTouchDetectionEnabled(boolean) - Method in class com.vaadin.ui.Table
-
Default behavior on touch-reporting devices is to switch from CTRL/SHIFT based multi-selection to simple mode, but you can use this method to explicitly disable the touch device detection.
- setMuted(boolean) - Method in class com.vaadin.client.ui.VMediaBase
- setMuted(boolean) - Method in class com.vaadin.ui.AbstractMedia
-
Set whether to mute the audio or not.
- setName(String) - Method in class com.vaadin.client.componentlocator.SelectorPredicate
- setName(String) - Method in class com.vaadin.client.ui.VBrowserFrame
- setName(String) - Method in class com.vaadin.ui.LegacyWindow
-
Deprecated.Sets the unique name of the window.
- setNativeState(JavaScriptObject) - Method in class com.vaadin.client.JavaScriptConnectorHelper
- setNaturalMinimumColumnWidth(int) - Method in class com.vaadin.client.ui.VScrollTable.FooterCell
- setNaturalMinimumColumnWidth(int) - Method in class com.vaadin.client.ui.VScrollTable.HeaderCell
- 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.UriFragmentManager
- setNavigator(Navigator) - Method in class com.vaadin.ui.UI
-
For internal use only.
- setNeedsHorizontalLayout(ManagedLayout) - Method in class com.vaadin.client.LayoutManager
-
Marks that a ManagedLayout should be layouted horizontally in the next layout phase even if none of the elements managed by the layout have been resized horizontally.
- setNeedsHorizontalLayout(ManagedLayout, boolean) - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
-
Deprecated.As of 7.0.1, use
LayoutDependencyTree.setNeedsHorizontalLayout(String, boolean)
for improved performance. - setNeedsHorizontalLayout(String, boolean) - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
- setNeedsHorizontalMeasure(ComponentConnector, boolean) - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
- setNeedsHorizontalMeasure(String, boolean) - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
- setNeedsLayout(ManagedLayout) - Method in class com.vaadin.client.LayoutManager
-
Marks that a ManagedLayout should be layouted in the next layout phase even if none of the elements managed by the layout have been resized.
- setNeedsMeasure(ComponentConnector) - Method in class com.vaadin.client.LayoutManager
-
Informs this LayoutManager that the size of a component might have changed.
- setNeedsMeasure(ComponentConnector, boolean) - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
- setNeedsMeasure(String, boolean) - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
-
Deprecated.As of 7.4.2, use
LayoutDependencyTree.setNeedsMeasure(ComponentConnector, boolean)
for improved performance. - setNeedsMeasureRecursively(ComponentConnector) - Method in class com.vaadin.client.LayoutManager
-
Informs this LayoutManager that some sizes in a component hierarchy might have changed.
- setNeedsVerticalLayout(ManagedLayout) - Method in class com.vaadin.client.LayoutManager
-
Marks that a ManagedLayout should be layouted vertically in the next layout phase even if none of the elements managed by the layout have been resized vertically.
- setNeedsVerticalLayout(ManagedLayout, boolean) - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
-
Deprecated.As of 7.0.1, use
LayoutDependencyTree.setNeedsVerticalLayout(String, boolean)
for improved performance. - setNeedsVerticalLayout(String, boolean) - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
- setNeedsVerticalMeasure(ComponentConnector, boolean) - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
- setNeedsVerticalMeasure(String, boolean) - Method in class com.vaadin.client.ui.layout.LayoutDependencyTree
- setNewItemHandler(AbstractSelect.NewItemHandler) - Method in class com.vaadin.ui.AbstractSelect
-
TODO refine doc Setter for new item handler that is called when user adds new item in newItemAllowed mode.
- setNewItemsAllowed(boolean) - Method in class com.vaadin.ui.AbstractSelect
-
Enables or disables possibility to add new options by the user.
- setNewItemsAllowed(boolean) - Method in class com.vaadin.ui.NativeSelect
- setNewItemsAllowed(boolean) - Method in class com.vaadin.ui.Table
-
Adding new items is not supported.
- setNewItemsAllowed(boolean) - Method in class com.vaadin.ui.Tree
-
Adding new items is not supported.
- setNoCacheHeaders() - Method in interface com.vaadin.server.VaadinResponse
-
Sets all conceivable headers that might prevent a response from being stored in any caches.
- setNoCacheHeaders() - Method in class com.vaadin.server.VaadinServletResponse
- setNodeStyleName(String) - Method in class com.vaadin.client.ui.VTree.TreeNode
- setNotime(boolean) - Method in class com.vaadin.client.ui.CalendarEntry
- setNullAllowed(boolean) - Method in class com.vaadin.data.validator.NullValidator
-
Sets if nulls (and only nulls) are to be allowed.
- setNullAllowed(boolean) - Method in class com.vaadin.data.validator.StringLengthValidator
-
Deprecated.
- setNullRepresentation(String) - Method in class com.vaadin.ui.AbstractTextField
-
Sets the null-string representation.
- setNullRepresentation(String) - Method in class com.vaadin.ui.RichTextArea
-
Sets the null-string representation.
- setNullSelectionAllowed(boolean) - Method in class com.vaadin.ui.AbstractSelect
-
Allow or disallow empty selection by the user.
- setNullSelectionItemId(Object) - Method in class com.vaadin.ui.AbstractSelect
-
Sets the item id that represents null value of this select.
- setNullSelectionItemId(Object) - Method in class com.vaadin.ui.Tree
-
Tree does not support
setNullSelectionItemId
. - setNullSettingAllowed(boolean) - Method in class com.vaadin.ui.AbstractTextField
-
Sets the null conversion mode.
- setNullSettingAllowed(boolean) - Method in class com.vaadin.ui.RichTextArea
-
Sets the null conversion mode.
- setOffsetSize(double) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
-
Sets the length of the scrollbar.
- setOldChildren(List<ComponentConnector>) - Method in class com.vaadin.client.ConnectorHierarchyChangeEvent
-
Sets the collection of the old children for the connector.
- setOpen(boolean) - Method in class com.vaadin.client.ui.VColorPicker
-
Mark the popup opened/closed.
- setOpen(boolean) - Method in class com.vaadin.client.ui.VColorPickerArea
-
Mark the popup opened/closed.
- setOpenDelay(int) - Method in class com.vaadin.client.VTooltip
-
Sets the time (in ms) that should elapse after an event triggering tooltip showing has occurred (e.g.
- setOpenDelay(int) - Method in interface com.vaadin.ui.TooltipConfiguration
-
Sets the time (in ms) that should elapse after an event triggering tooltip showing has occurred (e.g.
- setOrderBy(List<OrderBy>) - Method in class com.vaadin.data.util.sqlcontainer.query.FreeformQuery
- setOrderBy(List<OrderBy>) - Method in interface com.vaadin.data.util.sqlcontainer.query.FreeformQueryDelegate
-
Sets the order in which to retrieve rows from the database.
- setOrderBy(List<OrderBy>) - Method in interface com.vaadin.data.util.sqlcontainer.query.QueryDelegate
-
Sets the order in which to retrieve rows from the database.
- setOrderBy(List<OrderBy>) - Method in class com.vaadin.data.util.sqlcontainer.query.TableQuery
- setOrientation(SliderOrientation) - Method in class com.vaadin.client.ui.VSlider
- setOrientation(SliderOrientation) - Method in class com.vaadin.ui.Slider
-
Set the orientation of the slider.
- setOuterHeight(double) - Method in class com.vaadin.client.MeasuredSize
- setOuterWidth(double) - Method in class com.vaadin.client.MeasuredSize
- setOverlayContainerLabel(ApplicationConnection, String) - Static method in class com.vaadin.client.ui.VOverlay
-
Deprecated.Set the label of the container element, where tooltip, notification and dialgs are added to.
- setOverlayContainerLabel(String) - Method in class com.vaadin.ui.UI
-
Sets the label that is added to the container element, where tooltip, notifications and dialogs are added to.
- setOverrideContentType(boolean) - Method in class com.vaadin.server.FileDownloader
-
Sets whether the content type of served resources should be overriden to
application/octet-stream
to reduce the risk of a browser plugin choosing to display the resource instead of downloading it. - setOwner(Widget) - Method in class com.vaadin.client.VErrorMessage
-
Set the owner, i.e the Widget that created this
VErrorMessage
. - setOwner(Widget) - Method in class com.vaadin.client.widgets.Overlay
-
Set owner (Widget that made this Overlay, not the layout parent) of Overlay
- setOwner(RowItem) - Method in class com.vaadin.data.util.sqlcontainer.ColumnProperty
- setPageLength(int) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
-
Sets the page length used in lazy fetching of items from the data source.
- setPageLength(int) - Method in class com.vaadin.ui.ComboBox
-
Sets the page length for the suggestion popup.
- setPageLength(int) - Method in class com.vaadin.ui.Table
-
Sets the page length.
- setPagingEnabled(boolean) - Method in class com.vaadin.client.ui.VFilterSelect.SuggestionPopup
-
Should paging be enabled.
- setParameter(String, String) - Method in class com.vaadin.server.BrowserWindowOpener
-
Sets a parameter that will be added to the query string of the opened URI.
- setParameter(String, String) - Method in class com.vaadin.server.DownloadStream
-
Sets a paramater 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
-
Deprecated.Sets an object parameter.
- setParameter(String, String) - Method in interface com.vaadin.ui.PushConfiguration
-
Sets the given parameter.
- setParameters(Object[]) - Method in class com.vaadin.shared.communication.MethodInvocation
- setParameterValuesToStatement(PreparedStatement) - Method in class com.vaadin.data.util.sqlcontainer.query.generator.StatementHelper
- setParamTypes(Class<?>, String, Type[]) - Method in class com.vaadin.client.metadata.TypeDataStore
- setParent(ServerConnector) - Method in class com.vaadin.client.extensions.AbstractExtensionConnector
- setParent(ServerConnector) - Method in class com.vaadin.client.extensions.FileDownloaderConnector
- setParent(ServerConnector) - Method in interface com.vaadin.client.ServerConnector
-
Sets the parent for this connector.
- setParent(ServerConnector) - Method in class com.vaadin.client.ui.AbstractConnector
- setParent(ClientConnector) - Method in class com.vaadin.server.AbstractExtension
- setParent(ClientConnector) - Method in class com.vaadin.server.communication.data.RpcDataProviderExtension
- setParent(ClientConnector) - Method in interface com.vaadin.server.Extension
-
Sets the parent connector of the connector.
- setParent(ClientConnector) - Method in interface com.vaadin.ui.renderers.Renderer
-
Deprecated.
- setParent(HasComponents) - Method in class com.vaadin.ui.AbstractComponent
- setParent(HasComponents) - Method in interface com.vaadin.ui.Component
-
Sets the parent connector of the component.
- setParent(HasComponents) - Method in class com.vaadin.ui.Window
- setParent(MenuBar.MenuItem) - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Set the parent of this item.
- setParent(Object, Object) - Method in interface com.vaadin.data.Container.Hierarchical
-
Sets the parent of an Item.
- setParent(Object, Object) - Method in class com.vaadin.data.util.ContainerHierarchicalWrapper
-
Sets the parent of an Item.
- setParent(Object, Object) - Method in class com.vaadin.data.util.FilesystemContainer
-
Returns
false
when moving files around in the filesystem is not supported. - setParent(Object, Object) - Method in class com.vaadin.data.util.HierarchicalContainer
-
Sets the parent of an Item.
- setParent(Object, Object) - Method in class com.vaadin.data.util.HierarchicalContainerOrderedWrapper
- setParent(Object, Object) - Method in class com.vaadin.ui.Tree
- setParent(Object, Object) - Method in class com.vaadin.ui.TreeTable
-
Sets the parent of an Item.
- setParentField(VDateField) - Method in class com.vaadin.client.ui.VCalendarPanel
- setParentMenu(VMenuBar) - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- setParentMenu(VMenuBar) - Method in class com.vaadin.client.ui.VMenuBar
-
Set the parent menu of this menu
- setParseErrorMessage(String) - Method in class com.vaadin.ui.DateField
-
Sets the default error message used if the DateField cannot parse the text input by user to a Date field.
- setPasswordCaption(String) - Method in class com.vaadin.ui.LoginForm
-
Set the caption of the password field.
- setPayload(JsonObject) - Method in class com.vaadin.client.communication.XhrConnection.XhrResponseHandler
-
Sets the payload which was sent to the server
- setPollingInterval(int) - Method in class com.vaadin.ui.ProgressIndicator
-
Deprecated.Sets the interval that component checks for progress.
- setPollInterval(int) - Method in class com.vaadin.ui.UI
-
Sets the interval with which the UI should poll the server to see if there are any changes.
- setPopupConnector(ComponentConnector) - Method in class com.vaadin.client.ui.VPopupView.CustomPopup
- setPopupPosition(int, int) - Method in class com.vaadin.client.communication.DefaultReconnectDialog
- setPopupPosition(int, int) - Method in class com.vaadin.client.ui.VWindow
- setPopupPosition(int, int) - Method in class com.vaadin.client.widgets.Overlay
- setPopupPositionAndShow(PopupPanel.PositionCallback) - Method in class com.vaadin.client.VTooltip
- setPopupPositionNoUpdate(int, int) - Method in class com.vaadin.client.ui.VWindow
- setPopupStyle(AbstractColorPicker.PopupStyle) - Method in class com.vaadin.ui.AbstractColorPicker
-
The style for the popup window
- setPopupVisibility(boolean) - Method in interface com.vaadin.shared.ui.popupview.PopupViewServerRpc
- setPopupVisible(boolean) - Method in class com.vaadin.ui.PopupView
-
Set the visibility of the popup.
- setPopupWidth(String) - Method in class com.vaadin.ui.ComboBox
-
Sets the suggestion pop-up's width as a CSS string.
- setPosition(int, int) - Method in class com.vaadin.client.ui.VFilterSelect.SuggestionPopup
- setPosition(int, int) - Method in class com.vaadin.ui.AbstractColorPicker
-
Sets the position of the popup window
- setPosition(int, int) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerGrid
-
Sets the position.
- setPosition(int, int) - Method in class com.vaadin.ui.Window
-
Sets the position of the window on the screen using
Window.setPositionX(int)
andWindow.setPositionY(int)
- setPosition(Position) - Method in class com.vaadin.client.ui.VNotification
- setPosition(Position) - Method in class com.vaadin.ui.Notification
-
Sets the position of the notification message.
- setPosition(Component, AbsoluteLayout.ComponentPosition) - Method in class com.vaadin.ui.AbsoluteLayout
-
Sets the position of a component in the layout.
- setPosition(String) - Method in class com.vaadin.client.ui.VAbsoluteLayout.AbsoluteWrapper
-
Set the position for the wrapper in the layout
- setPositionReversed(boolean) - Method in class com.vaadin.client.ui.VAbstractSplitPanel
-
For internal use only.
- setPositionX(int) - Method in class com.vaadin.ui.Window
-
Sets the distance of Window left border in pixels from left border of the containing (main window).
- setPositionY(int) - Method in class com.vaadin.ui.Window
-
Sets the distance of Window top border in pixels from top border of the containing (main window).
- setPoster(Resource) - Method in class com.vaadin.ui.Video
-
Sets the poster image, which is shown in place of the video before the user presses play.
- setPoster(String) - Method in class com.vaadin.client.ui.VVideo
- setPreload(PreloadMode) - Method in class com.vaadin.ui.AbstractMedia
-
Sets the preload attribute that is intended to provide a hint to the browser how the media should be preloaded.
- setPreload(String) - Method in class com.vaadin.client.ui.VMediaBase
-
Sets the preload attribute that is intended to provide a hint to the browser how the media should be preloaded.
- setPresentationType(Class<?>, Class<?>) - Method in class com.vaadin.client.metadata.TypeDataStore
- setPreviewVisible(boolean) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPopup
-
Set 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.
- setProfilerResultConsumer(Profiler.ProfilerResultConsumer) - Static method in class com.vaadin.client.Profiler
-
Sets the profiler result consumer that is used to output the profiler data to the user.
- setPrompting(boolean) - Method in class com.vaadin.client.ui.VTextualDate
- setPromptingOff(String) - Method in class com.vaadin.client.ui.VFilterSelect
-
Turns prompting off.
- setPromptingOn() - Method in class com.vaadin.client.ui.VFilterSelect
-
Turns prompting on.
- setProperTabIndex() - Method in class com.vaadin.client.ui.VScrollTable
-
Sets the proper tabIndex for scrollBodyPanel (the focusable elemen in the component).
- setPropertyData(Class<?>, String, JavaScriptObject) - Method in class com.vaadin.client.metadata.TypeDataStore
- setPropertyDataSource(Property) - Method in interface com.vaadin.data.Property.Viewer
-
Sets the Property that serves as the data source of the viewer.
- setPropertyDataSource(Property) - Method in class com.vaadin.data.util.PropertyFormatter
-
Deprecated.Sets the specified Property as the data source for the formatter.
- setPropertyDataSource(Property) - Method in class com.vaadin.ui.AbstractField
-
Sets the specified Property as the data source for the field.
- setPropertyDataSource(Property) - Method in class com.vaadin.ui.Label
-
Sets the property as data-source for viewing.
- setPropertySetChangeListeners(Collection<Container.PropertySetChangeListener>) - Method in class com.vaadin.data.util.AbstractContainer
-
Sets the property set change listener collection.
- setPropertyType(Class<?>, String, Type) - Method in class com.vaadin.client.metadata.TypeDataStore
- setProxyHandler(Class<?>, ProxyHandler) - Method in class com.vaadin.client.metadata.TypeDataStore
- setPushConnection(PushConnection) - Method in class com.vaadin.ui.UI
-
Sets the internal push connection object used by this UI.
- setPushEnabled(boolean) - Method in class com.vaadin.client.communication.MessageSender
-
Sets the status for the push connection.
- setPushHandler(PushHandler) - Method in class com.vaadin.server.communication.PushAtmosphereHandler
- setPushMode(PushMode) - Method in interface com.vaadin.ui.PushConfiguration
-
Sets the mode of bidirectional ("push") communication that should be used.
- setPushUrl(String) - Method in interface com.vaadin.ui.PushConfiguration
-
Sets the URL to use for push requests.
- setQueryString(String) - Method in class com.vaadin.data.util.sqlcontainer.query.generator.StatementHelper
- setQuickOpenDelay(int) - Method in class com.vaadin.client.VTooltip
-
Sets the time (in ms) that should elapse before a tooltip will be shown, in the situation when a tooltip has very recently been shown (within
VTooltip.getQuickOpenDelay()
ms). - setQuickOpenDelay(int) - Method in interface com.vaadin.ui.TooltipConfiguration
-
Sets the time (in ms) that should elapse before a tooltip will be shown, in the situation when a tooltip has very recently been shown (within
TooltipConfiguration.getQuickOpenDelay()
ms). - setQuickOpenTimeout(int) - Method in class com.vaadin.client.VTooltip
-
Sets the time (in ms) that determines when
VTooltip.getQuickOpenDelay()
should be used instead ofVTooltip.getOpenDelay()
. - setQuickOpenTimeout(int) - Method in interface com.vaadin.ui.TooltipConfiguration
-
Sets the time (in ms) that determines when
TooltipConfiguration.getQuickOpenDelay()
should be used instead ofTooltipConfiguration.getOpenDelay()
. - setRangeEnd(Date) - Method in class com.vaadin.client.ui.VCalendarPanel
-
Sets the end range for this component.
- setRangeEnd(Date) - Method in class com.vaadin.client.ui.VPopupCalendar
-
Sets the end range for this component.
- setRangeEnd(Date) - Method in class com.vaadin.ui.DateField
-
Sets the end range for this component.
- setRangeMoveAllowed(boolean) - Method in class com.vaadin.client.ui.VCalendar
-
Is moving a range allowed
- setRangeSelect(boolean) - Method in class com.vaadin.client.ui.calendar.schedule.MonthGrid
-
Disable or enable possibility to select ranges
- setRangeSelectAllowed(boolean) - Method in class com.vaadin.client.ui.VCalendar
-
Set selecting a range allowed
- setRangeStart(Date) - Method in class com.vaadin.client.ui.VCalendarPanel
-
Sets the start range for this component.
- setRangeStart(Date) - Method in class com.vaadin.client.ui.VPopupCalendar
-
Sets the start range for this component.
- setRangeStart(Date) - Method in class com.vaadin.ui.DateField
-
Sets the start range for this component.
- setReadonly(boolean) - Method in class com.vaadin.client.ui.VDateField
- setReadonly(boolean) - Method in class com.vaadin.client.ui.VOptionGroupBase
- setReadonly(boolean) - Method in class com.vaadin.client.ui.VTabsheetBase
-
For internal use only.
- setReadOnly(boolean) - Method in class com.vaadin.client.ui.VCalendar
-
Is the component read-only
- setReadOnly(boolean) - Method in class com.vaadin.client.ui.VRichTextArea
- setReadOnly(boolean) - Method in class com.vaadin.client.ui.VSlider
- setReadOnly(boolean) - Method in class com.vaadin.client.ui.VTextField
- setReadOnly(boolean) - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Sets the read only state to the given value for all fields with writable data source.
- setReadOnly(boolean) - Method in interface com.vaadin.data.Property
-
Sets the Property's read-only mode to the specified status.
- setReadOnly(boolean) - Method in class com.vaadin.data.util.AbstractProperty
- setReadOnly(boolean) - Method in class com.vaadin.data.util.GeneratedPropertyContainer.GeneratedProperty
- setReadOnly(boolean) - Method in class com.vaadin.data.util.PropertyFormatter
-
Deprecated.Sets the Property's read-only mode to the specified status.
- setReadOnly(boolean) - Method in class com.vaadin.data.util.sqlcontainer.ColumnProperty
- setReadOnly(boolean) - Method in class com.vaadin.data.util.TransactionalPropertyWrapper
- setReadOnly(boolean) - Method in class com.vaadin.ui.AbstractComponent
- setReadOnly(boolean) - Method in class com.vaadin.ui.AbstractField
-
Changes the readonly state and throw read-only status change events.
- setReadOnly(boolean) - Method in interface com.vaadin.ui.Component
-
Sets the read-only mode of the component to the specified mode.
- setReadOnly(boolean) - Method in class com.vaadin.ui.Form
-
Deprecated.Sets the component's to read-only mode to the specified state.
- setReadOnly(boolean) - Method in class com.vaadin.ui.RichTextArea
- setReceiver(Upload.Receiver) - Method in class com.vaadin.ui.Upload
-
Sets the receiver.
- setReconnectAttempts(int) - Method in interface com.vaadin.ui.ReconnectDialogConfiguration
-
Sets the number of times to try to reconnect to the server before giving up
- setReconnecting(boolean) - Method in class com.vaadin.client.communication.DefaultReconnectDialog
- setReconnecting(boolean) - Method in interface com.vaadin.client.communication.ReconnectDialog
-
Sets the reconnecting state, which is true if we are trying to re-establish a connection with the server.
- setReconnectInterval(int) - Method in interface com.vaadin.ui.ReconnectDialogConfiguration
-
Sets the interval (in milliseconds) between reconnect attempts
- setRecursive(boolean) - Method in class com.vaadin.data.util.FilesystemContainer
-
Sets the container recursive property.
- setRed(int) - Method in class com.vaadin.shared.ui.colorpicker.Color
-
Sets the red value of the color.
- setReferencedItem(Object, Object, SQLContainer) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
-
Sets the referenced item.
- setRelativeHeight(boolean) - Method in class com.vaadin.client.ui.orderedlayout.Slot
-
Set if the slot has a relative height
- setRelativeWidth(boolean) - Method in class com.vaadin.client.ui.orderedlayout.Slot
-
Set if the slot has a relative width
- setRelativeX(int) - Method in class com.vaadin.shared.MouseEventDetails
- setRelativeY(int) - Method in class com.vaadin.shared.MouseEventDetails
- setRenderer(Renderer<? super C>) - Method in class com.vaadin.client.widgets.Grid.Column
-
Sets a custom
Renderer
for this column. - setRenderer(Renderer<?>) - Method in class com.vaadin.ui.Grid.Column
-
Sets the renderer for this column.
- setRenderer(Renderer<T>, Converter<? extends T, ?>) - Method in class com.vaadin.ui.Grid.Column
-
Sets the renderer for this column and the converter used to convert from the property value type to the renderer presentation type.
- setReqFirstRow(int) - Method in class com.vaadin.client.ui.VScrollTable.RowRequestHandler
- setReqRows(int) - Method in class com.vaadin.client.ui.VScrollTable.RowRequestHandler
- setRequest(VaadinRequest) - Method in class com.vaadin.server.SystemMessagesInfo
- setRequired(boolean) - Method in class com.vaadin.ui.AbstractField
-
Sets the field required.
- setRequired(boolean) - Method in interface com.vaadin.ui.Field
-
Sets the field required.
- setRequiredError(String) - Method in class com.vaadin.ui.AbstractField
-
Set the error that is show if this field is required, but empty.
- setRequiredError(String) - Method in interface com.vaadin.ui.Field
-
Sets the error message to be displayed if a required field is empty.
- setResizable(boolean) - Method in class com.vaadin.client.ui.VWindow
-
For internal use only.
- setResizable(boolean) - Method in class com.vaadin.client.widgets.Grid.Column
-
Sets whether this column can be resized by the user.
- setResizable(boolean) - Method in class com.vaadin.ui.Grid.Column
-
Sets whether this column can be resized by the user.
- setResizable(boolean) - Method in class com.vaadin.ui.Window
-
Sets window resizable.
- setResizeLazy(boolean) - Method in class com.vaadin.ui.UI
-
Should resize operations be lazy, i.e.
- setResizeLazy(boolean) - Method in class com.vaadin.ui.Window
-
Should resize operations be lazy, i.e.
- setResolution(int) - Method in class com.vaadin.client.ui.VSlider
- setResolution(int) - Method in class com.vaadin.ui.Slider
-
Set a new resolution for the slider.
- setResolution(Resolution) - Method in class com.vaadin.client.ui.VCalendarPanel
- setResolution(Resolution) - Method in class com.vaadin.ui.DateField
-
Sets the resolution of the DateField.
- setResource(Resource) - Method in class com.vaadin.server.BrowserWindowOpener
-
Sets the provided
resource
for this instance. - setResource(Resource) - Method in class com.vaadin.ui.Link
-
Sets the resource this link opens.
- setResource(String, Resource) - Method in class com.vaadin.server.AbstractClientConnector
-
Registers a resource with this connector using the given key.
- setResource(String, String) - Method in class com.vaadin.client.ApplicationConnection
-
Sets a resource that has been pre-loaded via UIDL, such as custom layouts.
- setResponsive(boolean) - Method in class com.vaadin.ui.AbstractComponent
-
Toggles responsiveness of this component.
- setReturnType(Class<?>, String, Type) - Method in class com.vaadin.client.metadata.TypeDataStore
- setRGBTabVisible(boolean) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPopup
-
Set RGB tab visibility
- setRGBVisibility(boolean) - Method in class com.vaadin.ui.AbstractColorPicker
-
Set 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).
- setRootComponent(Component) - Method in class com.vaadin.ui.declarative.DesignContext
-
Sets the root component of a created component hierarchy.
- setRow(T) - Method in class com.vaadin.client.data.AbstractRemoteDataSource.RowHandleImpl
-
A method for the data source to update the row data.
- setRowCount(int) - Method in class com.vaadin.client.ui.VFormLayout.VFormLayoutTable
- setRowData(int, JsonArray) - Method in interface com.vaadin.shared.data.DataProviderRpc
-
Sends updated row data to a client.
- setRowData(int, List<JsonObject>) - Method in class com.vaadin.client.connectors.RpcDataSourceConnector.RpcDataSource
- setRowData(int, List<T>) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
-
Informs this data source that updated data has been sent from the server.
- setRowDescriptionGenerator(Grid.RowDescriptionGenerator) - Method in class com.vaadin.ui.Grid
-
Sets the
RowDescriptionGenerator
instance for generating optional descriptions (tooltips) for Grid rows. - setRowDescriptionGenerator(Grid.RowDescriptionGenerator, ContentMode) - Method in class com.vaadin.ui.Grid
-
Sets the
RowDescriptionGenerator
instance for generating optional descriptions (tooltips) for Grid rows. - setRowExpandRatio(int, float) - Method in class com.vaadin.ui.GridLayout
-
Sets the expand ratio of given row.
- setRowFocus(VScrollTable.VScrollTableBody.VScrollTableRow) - Method in class com.vaadin.client.ui.VScrollTable
-
Moves the selection head to a specific row
- setRowGenerator(Table.RowGenerator) - Method in class com.vaadin.ui.Table
-
Assigns a row generator to the table.
- setRowHeaderMode(Table.RowHeaderMode) - Method in class com.vaadin.ui.Table
-
Sets the row header mode.
- setRowPosition(TableRowElement, int, double) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
- setRows(int) - Method in class com.vaadin.client.ui.VTextArea
- 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 editor.
- 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 editor.
- setRowStyleGenerator(RowStyleGenerator<T>) - Method in class com.vaadin.client.widgets.Grid
-
Sets the style generator that is used for generating styles for rows
- setRowStyleGenerator(Grid.RowStyleGenerator) - Method in class com.vaadin.ui.Grid
-
Sets the style generator that is used for generating styles for rows
- setRpcInterfaces(Map<String, Set<String>>) - Method in class com.vaadin.shared.JavaScriptExtensionState
- setRpcInterfaces(Map<String, Set<String>>) - Method in class com.vaadin.shared.ui.JavaScriptComponentState
- setSaveCaption(String) - Method in class com.vaadin.client.widgets.Grid.Editor
- setScrollArea(int) - Method in class com.vaadin.client.widget.grid.AutoScroller
-
Set the auto scroll area height or width depending on the scrolling axis.
- setScrollbarThickness(double) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
-
Sets the scrollbar's thickness.
- setScrollEnabled(boolean) - Method in class com.vaadin.client.ui.menubar.MenuBar
-
Deprecated.Sets the menu scroll enabled or disabled.
- setScrollHandler(ScrollHandler) - Method in class com.vaadin.client.ui.TouchScrollDelegate
- setScrollLeft(double) - Method in class com.vaadin.client.widgets.Escalator
-
Sets the logical horizontal scroll offset.
- setScrollLeft(double) - Method in class com.vaadin.client.widgets.Grid
-
Sets the horizontal scroll offset
- setScrollLeft(int) - Method in interface com.vaadin.server.Scrollable
-
Sets scroll left offset.
- setScrollLeft(int) - Method in interface com.vaadin.shared.ui.ui.ScrollClientRpc
- setScrollLeft(int) - Method in class com.vaadin.ui.Panel
- setScrollLeft(int) - Method in class com.vaadin.ui.UI
-
Set left offset to which the UI should scroll to.
- setScrollLocked(ScrollbarBundle.Direction, boolean) - Method in class com.vaadin.client.widgets.Escalator
-
Sets whether a scroll direction is locked or not.
- setScrollPos(double) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
-
Sets the scroll position of the scrollbar in the axis the scrollbar is representing.
- setScrollPosByDelta(double) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
-
Modifies the scroll position of this scrollbar by a number of pixels.
- setScrollPosition(int) - Method in class com.vaadin.client.ui.FocusableScrollPanel
-
Sets the vertical scroll position.
- setScrollSize(double) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
-
Sets the amount of pixels the scrollbar needs to be able to scroll through.
- setScrollTop(double) - Method in class com.vaadin.client.widgets.Escalator
-
Sets the vertical scroll offset.
- setScrollTop(double) - Method in class com.vaadin.client.widgets.Grid
-
Sets the vertical scroll offset.
- setScrollTop(int) - Method in interface com.vaadin.server.Scrollable
-
Sets scroll top offset.
- setScrollTop(int) - Method in interface com.vaadin.shared.ui.ui.ScrollClientRpc
- setScrollTop(int) - Method in class com.vaadin.ui.Panel
- setScrollTop(int) - Method in class com.vaadin.ui.UI
-
Set top offset to which the UI should scroll to.
- setScrollToSelectedItem(boolean) - Method in class com.vaadin.ui.ComboBox
-
Sets whether to scroll the selected item visible (directly open the page on which it is) when opening the combo box popup or not.
- setSecondComponent(Component) - Method in class com.vaadin.ui.AbstractSplitPanel
-
Sets the second component of this split panel.
- setSecondDelay(int) - Method in class com.vaadin.client.VLoadingIndicator
-
Sets the delay (in ms) which must pass before the loading indicator moves to its "second" state.
- setSecondDelay(int) - Method in interface com.vaadin.ui.LoadingIndicatorConfiguration
-
Sets the delay before the loading indicator goes into the "second" state.
- setSecondWidget(Widget) - Method in class com.vaadin.client.ui.VAbstractSplitPanel
-
For internal use only.
- setSection(Grid.StaticSection<?>) - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
- setSection(Grid.StaticSection<?>) - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticRow
- setSelectable(boolean) - Method in class com.vaadin.ui.Table
-
Setter for property selectable.
- setSelectable(boolean) - Method in class com.vaadin.ui.Tree
-
Sets the selectable state.
- setSelected(boolean) - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- setSelected(boolean) - Method in class com.vaadin.client.ui.VTree.TreeNode
-
Adds/removes Vaadin specific style name.
- setSelected(int, boolean) - Method in class com.vaadin.client.widget.grid.selection.MultiSelectionRenderer
- setSelected(VMenuBar.CustomMenuItem) - Method in class com.vaadin.client.ui.VMenuBar
-
Set the currently selected item of this menu
- setSelected(VTree.TreeNode, boolean) - Method in class com.vaadin.client.ui.VTree
- setSelected(Object...) - Method in class com.vaadin.ui.Grid.MultiSelectionModel
- setSelected(Object...) - Method in interface com.vaadin.ui.Grid.SelectionModel.Multi
-
Marks items as selected while deselecting all items not in the varargs array.
- setSelected(String) - Method in interface com.vaadin.shared.ui.tabsheet.TabsheetServerRpc
-
Tell server that a tab has been selected by the user.
- setSelected(String) - Method in class com.vaadin.ui.TabSheet.TabsheetServerRpcImpl
- setSelected(Collection<?>) - Method in class com.vaadin.ui.Grid.MultiSelectionModel
- setSelected(Collection<?>) - Method in interface com.vaadin.ui.Grid.SelectionModel.Multi
-
Marks items as selected while deselecting all items not in the given Collection.
- setSelectedCaption(String) - Method in class com.vaadin.client.ui.VFilterSelect
-
Sets the caption of selected item, if "scroll to page" is disabled.
- setSelectedItemIcon(String) - Method in class com.vaadin.client.ui.VFilterSelect
-
Sets the icon URI of the selected item.
- setSelectedTab(int) - Method in class com.vaadin.ui.TabSheet
-
Sets the selected tab, identified by its position.
- setSelectedTab(Component) - 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.
- setSelectionEnd(SimpleDayCell) - Method in class com.vaadin.client.ui.calendar.schedule.MonthGrid
- setSelectionLimit(int) - Method in class com.vaadin.ui.Grid.MultiSelectionModel
-
Sets the maximum number of rows that can be selected at once.
- setSelectionMode(Grid.SelectionMode) - Method in class com.vaadin.client.widgets.Grid
-
Sets current selection mode.
- setSelectionMode(Grid.SelectionMode) - Method in class com.vaadin.ui.Grid
-
Sets the Grid's selection mode.
- setSelectionModel(SelectionModel<T>) - Method in class com.vaadin.client.widgets.Grid
-
Sets the current selection model.
- setSelectionModel(Grid.SelectionModel) - Method in class com.vaadin.ui.Grid
-
Takes a new
Grid.SelectionModel
into use. - setSelectionRange(int, int) - Method in class com.vaadin.client.ui.VFilterSelect.FilterSelectTextBox
-
Overridden to avoid selecting text when text input is disabled
- setSelectionRange(int, int) - Method in class com.vaadin.client.ui.VTextArea
- setSelectionRange(int, int) - Method in class com.vaadin.ui.AbstractTextField
-
Sets the range of text to be selected.
- setSelectionRange(Element, int, int, String) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.setSelectionRange(Element, int, int, String)
instead. - setSelectionRange(Element, int, int, String) - Static method in class com.vaadin.client.WidgetUtil
-
Sets the selection range of an input element.
- setSelectionReady() - Method in class com.vaadin.client.ui.calendar.schedule.MonthGrid
- setSelectionStart(SimpleDayCell) - Method in class com.vaadin.client.ui.calendar.schedule.MonthGrid
- setSerializerFactory(Class<?>, Invoker) - Method in class com.vaadin.client.metadata.TypeDataStore
- setServerSideClassName(String) - Method in class com.vaadin.client.ui.UnknownComponentConnector
- setService(VaadinService) - Method in class com.vaadin.server.SystemMessagesInfo
- setSession(VaadinSession) - Method in class com.vaadin.ui.UI
-
Sets the session to which this UI is assigned.
- setSessionExpiredCaption(String) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Sets the caption of the notification.
- setSessionExpiredMessage(String) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Sets the message of the notification.
- setSessionExpiredNotificationEnabled(boolean) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Enables or disables the notification.
- setSessionExpiredURL(String) - Method in class com.vaadin.server.CustomizedSystemMessages
-
Sets the URL to go to when the session has expired.
- setSessionLock(WrappedSession, Lock) - Method in class com.vaadin.server.VaadinService
-
Associates the given lock with this service and the given wrapped session.
- setShadowEnabled(boolean) - Method in class com.vaadin.client.widgets.Overlay
-
Deprecated.See main JavaDoc for Overlay
- setShadowStyle(String) - Method in class com.vaadin.client.widgets.Overlay
-
Deprecated.See main JavaDoc for Overlay
- setShiftKey(boolean) - Method in class com.vaadin.shared.MouseEventDetails
- setShouldWriteDataDelegate(ShouldWriteDataDelegate) - Method in class com.vaadin.ui.declarative.DesignContext
-
Sets the delegate that determines whether the container data of a component should be written out.
- setShowControls(boolean) - Method in class com.vaadin.ui.AbstractMedia
-
Sets whether or not the browser should show native media controls.
- setShowISOWeekNumbers(boolean) - Method in class com.vaadin.client.ui.VCalendarPanel
- setShowISOWeekNumbers(boolean) - Method in class com.vaadin.client.ui.VDateField
- setShowISOWeekNumbers(boolean) - Method in class com.vaadin.ui.DateField
-
Sets the visibility of ISO 8601 week numbers in the date selector.
- setSidebarOpen(boolean) - Method in class com.vaadin.client.widgets.Grid
-
Sets whether the sidebar menu is open.
- setSinkShadowEvents(boolean) - Method in class com.vaadin.client.widgets.Overlay
-
Deprecated.See main JavaDoc for Overlay
- setSize(int, int) - Method in class com.vaadin.client.ui.VGridLayout
- setSizeForChildren(int, int) - Method in class com.vaadin.client.ui.VCalendar
- setSizeFull() - Method in interface com.vaadin.server.Sizeable
-
Sets the size to 100% x 100%.
- setSizeFull() - Method in class com.vaadin.ui.AbstractComponent
- setSizeUndefined() - Method in interface com.vaadin.server.Sizeable
-
Clears any size settings.
- setSizeUndefined() - Method in class com.vaadin.ui.AbstractComponent
- setSlotHeightAndWidth(int, int) - Method in class com.vaadin.client.ui.VFlash
-
Deprecated.Set dimensions of the containing layout slot so that the size of the embed object can be calculated from percentages if needed.
- setSlotHeightInPX(int) - Method in class com.vaadin.client.ui.calendar.schedule.DateCellDayEvent
- setSlotIndex(int) - Method in class com.vaadin.client.ui.calendar.schedule.CalendarEvent
-
Set the index of the slot where the event in rendered
- setSlotStyleNames(Widget, String...) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
-
Sets the slots style names.
- setSortable(boolean) - Method in class com.vaadin.client.ui.VScrollTable.HeaderCell
- setSortable(boolean) - Method in class com.vaadin.client.widgets.Grid.Column
-
Sets whether the column should be sortable by the user.
- setSortable(boolean) - Method in class com.vaadin.ui.Grid.Column
-
Sets whether this column is sortable by the user.
- setSortAscending(boolean) - Method in class com.vaadin.ui.Table
-
Sets the table in ascending order.
- setSortContainerPropertyId(Object) - Method in class com.vaadin.ui.Table
-
Sets the currently sorted column property id.
- setSortDisabled(boolean) - Method in class com.vaadin.ui.Table
-
Deprecated.As of 7.0, use
Table.setSortEnabled(boolean)
instead - setSortEnabled(boolean) - Method in class com.vaadin.ui.Table
-
Enables or disables sorting.
- setSortOrder(List<SortOrder>) - Method in class com.vaadin.client.widgets.Grid
-
Sets the sort order to use.
- setSortOrder(List<SortOrder>) - Method in class com.vaadin.ui.Grid
-
Sets the sort order to use.
- setSortProperties(Container.Sortable, Object[], boolean[]) - Method in class com.vaadin.data.util.DefaultItemSorter
- setSortProperties(Container.Sortable, Object[], boolean[]) - Method in interface com.vaadin.data.util.ItemSorter
-
Sets the parameters for an upcoming sort operation.
- setSource(Resource) - Method in class com.vaadin.ui.AbstractEmbedded
-
Sets the object source resource.
- setSource(Resource) - Method in class com.vaadin.ui.AbstractMedia
-
Sets a single media file as the source of the media component.
- setSource(Resource) - Method in class com.vaadin.ui.Embedded
-
Sets the object source resource.
- setSource(String) - Method in class com.vaadin.client.ui.VBrowserFrame
-
Set the source (the "src" attribute) of iframe.
- setSource(String) - Method in class com.vaadin.client.ui.VFlash
-
Deprecated.
- setSources(Resource...) - Method in class com.vaadin.ui.AbstractMedia
-
Set multiple sources at once.
- setSpacer(int, double) - Method in interface com.vaadin.client.widget.escalator.RowContainer.BodyRowContainer
-
Marks a spacer and its height.
- setSpacerUpdater(SpacerUpdater) - Method in interface com.vaadin.client.widget.escalator.RowContainer.BodyRowContainer
-
Sets a new spacer updater.
- setSpacing(boolean) - Method in class com.vaadin.client.ui.orderedlayout.Slot
-
Set the spacing for the slot.
- setSpacing(boolean) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
-
Turn on or off spacing in the layout
- setSpacing(boolean) - Method in class com.vaadin.client.ui.VFormLayout.VFormLayoutTable
- setSpacing(boolean) - Method in class com.vaadin.ui.AbstractOrderedLayout
- setSpacing(boolean) - Method in class com.vaadin.ui.GridLayout
- setSpacing(boolean) - Method in interface com.vaadin.ui.Layout.SpacingHandler
-
Enable spacing between child components within this layout.
- setSpacingResizeListener(ElementResizeListener) - Method in class com.vaadin.client.ui.orderedlayout.Slot
- setSpanColumns(boolean) - Method in class com.vaadin.ui.Table.GeneratedRow
-
If set to true, only one string will be rendered, spanning the entire row.
- setSplitPosition(float) - Method in class com.vaadin.ui.AbstractSplitPanel
-
Moves the position of the splitter.
- setSplitPosition(float, boolean) - Method in class com.vaadin.ui.AbstractSplitPanel
-
Moves the position of the splitter.
- setSplitPosition(float, Sizeable.Unit) - Method in class com.vaadin.ui.AbstractSplitPanel
-
Moves the position of the splitter with given position and unit.
- setSplitPosition(float, Sizeable.Unit, boolean) - Method in class com.vaadin.ui.AbstractSplitPanel
-
Moves the position of the splitter with given position and unit.
- setSplitPosition(String) - Method in class com.vaadin.client.ui.VAbstractSplitPanel
- setSplitterPosition(float) - Method in interface com.vaadin.shared.ui.splitpanel.AbstractSplitPanelRpc
-
Called when the position has been updated by the user.
- setStandby(String) - Method in class com.vaadin.client.ui.VFlash
-
Deprecated.
- 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
-
Deprecated.Sets standby.
- setStart(Date) - Method in class com.vaadin.client.ui.calendar.schedule.CalendarEvent
- setStart(Date) - Method in class com.vaadin.client.ui.CalendarEntry
- setStart(Date) - Method in class com.vaadin.ui.components.calendar.event.BasicEvent
- setStart(Date) - Method in interface com.vaadin.ui.components.calendar.event.EditableCalendarEvent
-
Set the start date for the event.
- setStartDate(Date) - Method in class com.vaadin.ui.Calendar
-
Sets start date for the calendar.
- setStartDateProperty(Object) - Method in class com.vaadin.ui.components.calendar.ContainerEventProvider
-
Set the property which provides the starting date and time of the event
- setStartTime(Date) - Method in class com.vaadin.client.ui.calendar.schedule.CalendarEvent
-
Set the start time of the event
- setState(boolean, boolean) - Method in class com.vaadin.client.ui.VTree.TreeNode
-
For internal use only.
- setState(float) - Method in class com.vaadin.client.ui.VProgressBar
- setState(Grid.Editor.State) - Method in class com.vaadin.client.widgets.Grid.Editor
- setState(VaadinSession.State) - Method in class com.vaadin.server.VaadinSession
-
Sets the lifecycle state of this session.
- setState(String) - Method in interface com.vaadin.navigator.NavigationStateManager
-
Sets the current navigation state in the location URI or similar location, including view name and any optional parameters.
- setState(String) - Method in class com.vaadin.navigator.Navigator.UriFragmentManager
- setStatus(int) - Method in interface com.vaadin.server.VaadinResponse
-
Sets the (http) status code for the response.
- 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. - setStringDecorator(StringDecorator) - Static method in class com.vaadin.data.util.sqlcontainer.query.generator.filter.QueryBuilder
-
Allows specification of a custom ColumnQuoter instance that handles quoting of column names for the current DB dialect.
- setStringValue(String, String) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
- setStyleName(String) - Method in class com.vaadin.client.ui.calendar.schedule.CalendarEvent
- setStyleName(String) - Method in class com.vaadin.client.ui.VAbsoluteLayout
- setStyleName(String) - Method in class com.vaadin.client.ui.VAccordion
- setStyleName(String) - Method in class com.vaadin.client.ui.VButton
- setStyleName(String) - Method in class com.vaadin.client.ui.VCalendarPanel
- setStyleName(String) - Method in class com.vaadin.client.ui.VCustomLayout
- setStyleName(String) - Method in class com.vaadin.client.ui.VFilterSelect
- setStyleName(String) - Method in class com.vaadin.client.ui.VForm
- setStyleName(String) - Method in class com.vaadin.client.ui.VHorizontalLayout
- setStyleName(String) - Method in class com.vaadin.client.ui.VListSelect
- setStyleName(String) - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- setStyleName(String) - Method in class com.vaadin.client.ui.VMenuBar
- setStyleName(String) - Method in class com.vaadin.client.ui.VPopupCalendar
- setStyleName(String) - Method in class com.vaadin.client.ui.VScrollTable
- setStyleName(String) - Method in class com.vaadin.client.ui.VSlider
- setStyleName(String) - Method in class com.vaadin.client.ui.VTreeTable
- setStyleName(String) - Method in class com.vaadin.client.ui.VVerticalLayout
- setStyleName(String) - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
-
Sets a custom style name for this cell.
- setStyleName(String) - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticRow
-
Sets a custom style name for this row.
- setStyleName(String) - Method in class com.vaadin.ui.AbstractComponent
- setStyleName(String) - Method in interface com.vaadin.ui.Component
-
Sets one or more user-defined style names of the component, replacing any previous user-defined styles.
- setStyleName(String) - Method in class com.vaadin.ui.components.calendar.event.BasicEvent
- setStyleName(String) - Method in interface com.vaadin.ui.components.calendar.event.EditableCalendarEvent
-
Set the style name for the event used for styling the event cells
- setStyleName(String) - Method in class com.vaadin.ui.Grid.StaticSection.StaticRow
-
Sets a custom style name for this row.
- 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, boolean) - Method in class com.vaadin.ui.AbstractComponent
-
Adds or removes a style name.
- setStyleNameProperty(Object) - Method in class com.vaadin.ui.components.calendar.ContainerEventProvider
-
Set the property which provides the style name for the event
- setStylenames() - Method in class com.vaadin.client.ui.VAbstractSplitPanel
-
For internal use only.
- setStyleNames(boolean, boolean) - Method in class com.vaadin.client.ui.VTabsheet.Tab
-
Toggles the style names for the Tab
- setStyleNames(boolean, boolean, boolean) - Method in class com.vaadin.client.ui.VTabsheet.Tab
- setStyleNames(String...) - Method in class com.vaadin.client.ui.orderedlayout.Slot
-
Sets the style names for the slot containing the widget
- setStylePrimaryName(String) - Method in class com.vaadin.client.ui.VAbsoluteLayout
- setStylePrimaryName(String) - Method in class com.vaadin.client.ui.VAccordion
- setStylePrimaryName(String) - Method in class com.vaadin.client.ui.VButton
- setStylePrimaryName(String) - Method in class com.vaadin.client.ui.VCalendarPanel
- setStylePrimaryName(String) - Method in class com.vaadin.client.ui.VColorPickerArea
- setStylePrimaryName(String) - Method in class com.vaadin.client.ui.VFilterSelect
- setStylePrimaryName(String) - Method in class com.vaadin.client.ui.VForm
- setStylePrimaryName(String) - Method in class com.vaadin.client.ui.VListSelect
- setStylePrimaryName(String) - Method in class com.vaadin.client.ui.VMenuBar
- setStylePrimaryName(String) - Method in class com.vaadin.client.ui.VPopupCalendar
- setStylePrimaryName(String) - Method in class com.vaadin.client.ui.VProgressBar
- setStylePrimaryName(String) - Method in class com.vaadin.client.ui.VScrollTable
- setStylePrimaryName(String) - Method in class com.vaadin.client.ui.VSlider
- setStylePrimaryName(String) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.HorizontalScrollbarBundle
- setStylePrimaryName(String) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
-
Sets the primary style name
- setStylePrimaryName(String) - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle.VerticalScrollbarBundle
- setStylePrimaryName(String) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
-
The primary style name for the container.
- setStylePrimaryName(String) - Method in class com.vaadin.client.widgets.Escalator
- setStylePrimaryName(String) - Method in class com.vaadin.client.widgets.Grid.Editor
- setStylePrimaryName(String) - Method in class com.vaadin.client.widgets.Grid
- setStyleTemporarily(Element, String, String) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.setStyleTemporarily(Element, String, String)
instead. - setStyleTemporarily(Element, String, String) - Static method in class com.vaadin.client.WidgetUtil
-
Temporarily sets the
styleProperty
totempValue
and then resets it to its current value. - setSubMenu(MenuBar) - Method in class com.vaadin.client.ui.menubar.MenuItem
-
Deprecated.Sets the sub-menu associated with this item.
- setSubMenu(VMenuBar) - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- setSubmitListener(VCalendarPanel.SubmitListener) - Method in class com.vaadin.client.ui.VCalendarPanel
-
The submit listener is called when the user selects a value from the calender either by clicking the day or selects it by keyboard.
- setSuggestions(Collection<VFilterSelect.FilterSelectSuggestion>) - Method in class com.vaadin.client.ui.VFilterSelect.SuggestionMenu
-
Sets the suggestions rendered in the menu
- setSuperClass(Class<?>, Class<?>) - Method in class com.vaadin.client.metadata.TypeDataStore
- setSwatchesTabVisible(boolean) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPopup
-
Set Swatches tab visibility
- setSwatchesVisibility(boolean) - Method in class com.vaadin.ui.AbstractColorPicker
-
Set the visibility of the Swatches Tab
- setSystemMessagesProvider(SystemMessagesProvider) - Method in class com.vaadin.server.VaadinService
-
Sets the system messages provider to use for getting system messages to display to users of this service.
- setTabCaptionsAsHtml(boolean) - Method in class com.vaadin.client.ui.VTabsheetBase
-
Sets whether the caption is rendered as HTML.
- setTabCaptionsAsHtml(boolean) - Method in class com.vaadin.ui.TabSheet
-
Sets whether HTML is allowed in the tab captions.
- setTabIndex(int) - Method in class com.vaadin.client.ui.FocusableScrollPanel
- setTabIndex(int) - Method in class com.vaadin.client.ui.FocusElementPanel
- setTabIndex(int) - Method in class com.vaadin.client.ui.SimpleFocusablePanel
- setTabIndex(int) - Method in class com.vaadin.client.ui.VButton
- setTabIndex(int) - Method in class com.vaadin.client.ui.VDateFieldCalendar
- setTabIndex(int) - Method in class com.vaadin.client.ui.VListSelect
- setTabIndex(int) - Method in class com.vaadin.client.ui.VNativeSelect
- setTabIndex(int) - Method in class com.vaadin.client.ui.VOptionGroup
- setTabIndex(int) - Method in class com.vaadin.client.ui.VOptionGroupBase
- setTabIndex(int) - Method in class com.vaadin.client.ui.VRichTextArea
- setTabIndex(int) - Method in class com.vaadin.client.ui.VTwinColSelect
- setTabIndex(int) - Method in class com.vaadin.client.ui.VUI
- setTabIndex(int) - Method in class com.vaadin.client.widgets.Grid
- setTabIndex(int) - Method in class com.vaadin.ui.AbstractField
- setTabIndex(int) - Method in class com.vaadin.ui.AbstractFocusable
- setTabIndex(int) - Method in 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.Form
-
Deprecated.Sets the Tabulator index of this Focusable component.
- 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.UI
- setTabIndex(int) - Method in class com.vaadin.ui.Upload
-
Sets the Tabulator index of this Focusable component.
- setTabIndex(Widget, int) - Static method in class com.vaadin.client.ui.FocusUtil
-
Sets the widget's position in the tab index.
- setTableFieldFactory(TableFieldFactory) - Method in class com.vaadin.ui.Table
-
Sets the TableFieldFactory that is used to create editor for table cells.
- setTabPosition(TabSheet.Tab, int) - Method in class com.vaadin.ui.TabSheet
-
Sets the position of the tab.
- setTabStopBottomAssistiveText(String) - Method in class com.vaadin.client.ui.VWindow
-
Sets the message that is provided to users of assistive devices when the user reaches the bottom of the window when leaving a window with the tab key is prevented.
- setTabStopBottomAssistiveText(String) - Method in class com.vaadin.ui.Window
-
Sets the message that is provided to users of assistive devices when the user reaches the bottom of the window when leaving a window with the tab key is prevented.
- setTabStopEnabled(boolean) - Method in class com.vaadin.client.ui.VWindow
-
Registers the handlers that prevent to leave the window using the Tab-key.
- setTabStopEnabled(boolean) - Method in class com.vaadin.ui.Window
-
Set if it should be prevented to set the focus to a component outside a non-modal window with the tab key.
- setTabStopTopAssistiveText(String) - Method in class com.vaadin.client.ui.VWindow
-
Sets the message that is provided to users of assistive devices when the user reaches the top of the window when leaving a window with the tab key is prevented.
- setTabStopTopAssistiveText(String) - Method in class com.vaadin.ui.Window
-
Sets the message that is provided to users of assistive devices when the user reaches the top of the window when leaving a window with the tab key is prevented.
- setTabsVisible(boolean) - Method in class com.vaadin.ui.TabSheet
-
Sets whether the tab selection part should be shown in the UI
- setTabulatorIndex(int) - Method in class com.vaadin.client.ui.VTabsheet.Tab
- setTag(int) - Method in class com.vaadin.client.JavaScriptConnectorHelper
- setTargetBorder(BorderStyle) - Method in class com.vaadin.ui.Link
-
Sets the border of the target window.
- setTargetHeight(int) - Method in class com.vaadin.ui.Link
-
Sets the target window height.
- setTargetKey(String) - Method in class com.vaadin.client.ui.TreeAction
- setTargetName(String) - Method in class com.vaadin.ui.Link
-
Sets the target window name.
- setTargetWidth(int) - Method in class com.vaadin.ui.Link
-
Sets the target window width.
- setTemplateContents(String) - Method in class com.vaadin.ui.CustomLayout
-
Set the contents of the template used to draw the custom layout.
- setTemplateName(String) - Method in class com.vaadin.ui.CustomLayout
-
Set the name of the template used to draw custom layout.
- setText(String) - Method in class com.vaadin.client.communication.DefaultReconnectDialog
- setText(String) - Method in interface com.vaadin.client.communication.ReconnectDialog
-
Sets the main text shown in the dialog
- setText(String) - Method in class com.vaadin.client.SimpleTree
-
Deprecated.
- setText(String) - Method in class com.vaadin.client.ui.menubar.MenuItem
-
Deprecated.
- setText(String) - Method in class com.vaadin.client.ui.VButton
- setText(String) - Method in class com.vaadin.client.ui.VColorPickerArea
-
Sets the caption's content to the given text.
- setText(String) - Method in class com.vaadin.client.ui.VLabel
- setText(String) - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- setText(String) - Method in class com.vaadin.client.ui.VNativeButton
- setText(String) - Method in class com.vaadin.client.ui.VScrollTable.FooterCell
-
Sets the text of the footer
- setText(String) - Method in class com.vaadin.client.ui.VScrollTable.HeaderCell
- setText(String) - Method in class com.vaadin.client.ui.VTextualDate
- setText(String) - Method in class com.vaadin.client.ui.VTree.TreeNode
-
For internal use only.
- setText(String) - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
-
Sets the text displayed in this cell.
- setText(String) - Method in class com.vaadin.ui.MenuBar.MenuItem
-
Set the text of this object.
- setText(String...) - Method in class com.vaadin.ui.Table.GeneratedRow
-
Pass one String if spanColumns is used, one String for each visible column otherwise
- setTextboxText(String) - Method in class com.vaadin.client.ui.VFilterSelect
-
Sets the text in the text box.
- setTextChangeEventMode(AbstractTextField.TextChangeEventMode) - Method in class com.vaadin.ui.AbstractTextField
-
Sets the mode how the TextField triggers
FieldEvents.TextChangeEvent
s. - setTextChangeTimeout(int) - Method in class com.vaadin.ui.AbstractTextField
-
The text change timeout modifies how often text change events are communicated to the application when
AbstractTextField.getTextChangeEventMode()
isAbstractTextField.TextChangeEventMode.LAZY
orAbstractTextField.TextChangeEventMode.TIMEOUT
. - setTextFieldEnabled(boolean) - Method in class com.vaadin.client.ui.VPopupCalendar
-
Sets the state of the text field of this component.
- setTextFieldEnabled(boolean) - Method in class com.vaadin.ui.PopupDateField
-
Enables or disables the text field.
- setTextFieldTabIndex() - Method in class com.vaadin.client.ui.VPopupCalendar
-
Set correct tab index for disabled text field in IE as the value set in setTextFieldEnabled(...) gets overridden in TextualDateConnection.updateFromUIDL(...)
- setTextfieldVisibility(boolean) - Method in class com.vaadin.ui.AbstractColorPicker
-
Sets the visibility of the CSS color code text field
- setTextInputAllowed(boolean) - Method in class com.vaadin.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.
- setTextInputEnabled(boolean) - Method in class com.vaadin.client.ui.VFilterSelect
- setTextSelectionEnabled(Element, boolean) - Static method in class com.vaadin.client.WidgetUtil
-
JavaScript hack to prevent text selection in various browsers.
- setTheme(String) - Method in class com.vaadin.server.LegacyApplication
-
Deprecated.Sets the application's theme.
- setTheme(String) - Method in class com.vaadin.ui.UI
-
Sets the theme currently in use by this UI
- setThirdDelay(int) - Method in class com.vaadin.client.VLoadingIndicator
-
Sets the delay (in ms) which must pass before the loading indicator moves to its "third" state.
- setThirdDelay(int) - Method in interface com.vaadin.ui.LoadingIndicatorConfiguration
-
Sets the delay before the loading indicator goes into the "third" state.
- setThrowable(Throwable) - Method in class com.vaadin.server.ErrorEvent
- setTime(long) - Method in class com.vaadin.client.ui.VCalendarPanel.FocusedDate
- setTime(Date) - Method in class com.vaadin.client.ui.calendar.schedule.MonthEventLabel
-
Set the time of the event label
- setTimeBarWidth(int) - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
- setTimeChangeListener(VCalendarPanel.TimeChangeListener) - Method in class com.vaadin.client.ui.VCalendarPanel
-
The time change listener is triggered when the user changes the time.
- setTimeFormat(Calendar.TimeFormat) - Method in class com.vaadin.ui.Calendar
-
Example:
setTimeFormat(TimeFormat.Format12H);
Set to null, if you want the format being defined by the locale. - setTimeSpecificEvent(boolean) - Method in class com.vaadin.client.ui.calendar.schedule.MonthEventLabel
-
Is the event bound to a specific time
- setTimeZone(TimeZone) - Method in class com.vaadin.client.renderers.DateRenderer
-
Sets the time zone of the the date.
- setTimeZone(TimeZone) - Method in class com.vaadin.ui.Calendar
-
Set time zone that this component will use.
- setTimeZone(TimeZone) - Method in class com.vaadin.ui.DateField
-
Sets the time zone used by this date field.
- setTitle(String) - Method in class com.vaadin.client.TooltipInfo
-
Sets the tooltip title.
- setTitle(String) - Method in class com.vaadin.client.ui.CalendarEntry
- setTitle(String) - Method in class com.vaadin.server.Page
-
Sets the page title.
- setToday(boolean) - Method in class com.vaadin.client.ui.calendar.schedule.SimpleDayCell
- setToday(Date, int) - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
- setToday(Date, Date) - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid
- setTooltipInfo(TooltipInfo) - Method in class com.vaadin.client.VCaption
-
Sets the tooltip that should be shown for the caption
- setTop(int) - Method in class com.vaadin.client.widgets.Overlay.PositionAndSize
- 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.
- setTotalRows(int) - Method in class com.vaadin.client.ui.VScrollTable
- setTransport(Transport) - Method in interface com.vaadin.ui.PushConfiguration
-
Sets the primary transport type for push.
- setTransport(String) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereConfiguration
- setType(int) - Method in class com.vaadin.shared.MouseEventDetails
- setType(int) - Method in class com.vaadin.ui.Embedded
-
Sets the object type.
- setUIProviderPriority(UIProvider, int) - Method in class com.vaadin.server.VaadinSession
-
Set the priority of a specific, already added UI provider.
- setUndefinedWidth() - Method in class com.vaadin.client.ui.VScrollTable.FooterCell
-
Sets the width to undefined
- setUndefinedWidth() - Method in class com.vaadin.client.ui.VScrollTable.HeaderCell
- setup(TableRowElement, int, double[]) - Method in class com.vaadin.client.widget.escalator.FlyweightRow
- setUri(String) - Method in class com.vaadin.client.ui.FontIcon
- setUri(String) - Method in class com.vaadin.client.ui.Icon
-
Sets the URI for the icon.
- setUri(String) - Method in class com.vaadin.client.ui.ImageIcon
- setUriFragment(String) - Method in class com.vaadin.server.BrowserWindowOpener
-
Sets a URI fragment that will be added to the URI opened in the window.
- setUriFragment(String) - Method in class com.vaadin.server.Page
-
Sets URI fragment.
- setUriFragment(String, boolean) - Method in class com.vaadin.server.Page
-
Sets the fragment part in the current location URI.
- setUrl(String) - Method in class com.vaadin.server.BrowserWindowOpener
-
Sets the provided URL
url
for this instance. - setURL(String) - Method in class com.vaadin.shared.communication.URLReference
-
Sets the URL that this object refers to
- setUserErrorMessage(String) - Method in class com.vaadin.ui.Grid.CommitErrorEvent
-
Sets the error message to show to the user.
- setUsernameCaption(String) - Method in class com.vaadin.ui.LoginForm
-
Set the caption of the user name field.
- setUserSelectionAllowed(boolean) - Method in class com.vaadin.client.connectors.MultiSelectionModelConnector.MultiSelectionModel
- setUserSelectionAllowed(boolean) - Method in class com.vaadin.client.connectors.SingleSelectionModelConnector.SingleSelectionModel
- setUserSelectionAllowed(boolean) - Method in interface com.vaadin.client.widget.grid.selection.HasUserSelectionAllowed
-
Sets whether the user is allowed to change the selection.
- setUserSelectionAllowed(boolean) - Method in class com.vaadin.client.widget.grid.selection.SelectionModelMulti
- setUserSelectionAllowed(boolean) - Method in class com.vaadin.client.widget.grid.selection.SelectionModelSingle
- setUserSelectionAllowed(boolean) - Method in class com.vaadin.client.widgets.Grid.SelectionColumn
-
Sets whether the user is allowed to change the selection.
- setUserSelectionAllowed(boolean) - Method in class com.vaadin.ui.Grid.MultiSelectionModel
- setUserSelectionAllowed(boolean) - Method in interface com.vaadin.ui.Grid.SelectionModel.HasUserSelectionAllowed
-
Sets whether the user is allowed to change the selection.
- setUserSelectionAllowed(boolean) - Method in class com.vaadin.ui.Grid.SingleSelectionModel
- setVaadinModality(boolean) - Method in class com.vaadin.client.ui.VWindow
-
For internal use only.
- setValidationVisible(boolean) - Method in class com.vaadin.ui.AbstractField
-
Enable or disable automatic, visible validation.
- setValidationVisibleOnCommit(boolean) - Method in class com.vaadin.ui.Form
-
Deprecated.Controls the making validation visible implicitly on commit.
- setValue(Property, Object, Object) - Static method in class com.vaadin.client.metadata.TypeDataStore
- setValue(Double) - Method in class com.vaadin.client.ui.VSlider
- setValue(Double) - Method in class com.vaadin.ui.Slider
- setValue(Double, boolean) - Method in class com.vaadin.client.ui.VSlider
- setValue(Double, boolean) - Method in class com.vaadin.ui.Slider
-
Sets the value of the slider.
- setValue(Float) - Method in class com.vaadin.ui.ProgressBar
-
Sets the value of this progress bar.
- setValue(Object) - Method in class com.vaadin.data.util.sqlcontainer.ColumnProperty
- setValue(Object) - Method in class com.vaadin.ui.AbstractSelect
-
Sets the visible value of the property.
- setValue(Object, boolean) - Method in class com.vaadin.ui.OptionGroup
- setValue(Object, boolean, boolean) - Method in class com.vaadin.ui.AbstractSelect
-
Sets the visible value of the property.
- setValue(Object, Object) - Method in class com.vaadin.client.metadata.Property
- setValue(Object, Object) - Method in interface com.vaadin.server.JsonCodec.BeanProperty
- setValue(String) - Method in class com.vaadin.client.componentlocator.SelectorPredicate
- setValue(String) - Method in class com.vaadin.client.ui.VRichTextArea
-
Set the value of the text area
- setValue(String) - Method in class com.vaadin.data.util.PropertyFormatter
-
Deprecated.
- setValue(String) - Method in class com.vaadin.data.util.TextFileProperty
- setValue(String) - Method in class com.vaadin.ui.AbstractTextField
- setValue(String) - Method in class com.vaadin.ui.Label
-
Set the value of the label.
- setValue(Date, boolean) - Method in class com.vaadin.ui.DateField
- setValue(T) - Method in interface com.vaadin.data.Property
-
Sets the value of the Property.
- setValue(T) - Method in class com.vaadin.data.util.GeneratedPropertyContainer.GeneratedProperty
- setValue(T) - Method in class com.vaadin.data.util.MethodProperty
-
Sets the value of the property.
- setValue(T) - Method in class com.vaadin.data.util.NestedMethodProperty
-
Sets the value of the property.
- setValue(T) - Method in class com.vaadin.data.util.ObjectProperty
-
Sets the value of the property.
- setValue(T) - Method in class com.vaadin.data.util.TransactionalPropertyWrapper
- setValue(T) - Method in class com.vaadin.ui.AbstractField
-
Sets the value of the field.
- setValue(T, boolean) - Method in class com.vaadin.ui.AbstractField
-
Sets the value of the field.
- setValue(T, boolean, boolean) - Method in class com.vaadin.ui.AbstractField
-
Sets the value of the field.
- setVariableChange(String, Object) - Method in class com.vaadin.shared.communication.LegacyChangeVariablesInvocation
- setVersionColumn(boolean) - Method in class com.vaadin.data.util.sqlcontainer.ColumnProperty
- setVersionColumn(String) - Method in class com.vaadin.data.util.sqlcontainer.query.TableQuery
- setVerticalScrollPosition(int) - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid
- setVerticalSized(boolean) - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
- setVerticalSized(boolean) - Method in class com.vaadin.client.ui.calendar.schedule.DayToolbar
- setViewer(T) - Method in class com.vaadin.event.ActionManager
- setVisible(boolean) - Method in class com.vaadin.client.ui.VAccordion.StackItem
- setVisible(boolean) - Method in class com.vaadin.client.ui.VScrollTable
- setVisible(boolean) - Method in class com.vaadin.client.ui.VWindow
- setVisible(boolean) - Method in class com.vaadin.client.widgets.Grid.StaticSection
-
Sets the visibility of the whole section.
- setVisible(boolean) - Method in class com.vaadin.client.widgets.Overlay
- setVisible(boolean) - Method in class com.vaadin.ui.AbstractComponent
- setVisible(boolean) - Method in interface com.vaadin.ui.Component
-
Sets the visibility of the component.
- setVisible(boolean) - Method in class com.vaadin.ui.Grid.StaticSection
-
Sets the visibility of the whole section.
- setVisible(boolean) - Method in class com.vaadin.ui.MenuBar.MenuItem
- setVisible(boolean) - Method in class com.vaadin.ui.Table
- 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
- setVisibleColumns(Object...) - Method in class com.vaadin.ui.Table
-
Sets the array of visible column property id:s.
- setVisibleForAssistiveDevicesOnly(Element, boolean) - Static method in class com.vaadin.client.ui.aria.AriaHelper
-
Allows to move an element out of the visible area of the browser window.
- setVisibleItemProperties(Object...) - Method in class com.vaadin.ui.Form
-
Deprecated.Sets the visibleProperties.
- setVisibleItemProperties(Collection<?>) - Method in class com.vaadin.ui.Form
-
Deprecated.Sets the visibleProperties.
- setWaiAriaRole(WindowRole) - Method in class com.vaadin.client.ui.VWindow
-
Sets the WAI-ARIA role the window.
- setWeek(int) - Method in class com.vaadin.client.ui.calendar.schedule.WeekLabel
- setWeeklyCaptionFormat(String) - Method in class com.vaadin.ui.Calendar
-
Sets custom date format for the weekly view.
- setWidget(Widget) - Method in class com.vaadin.client.ui.FocusableScrollPanel
- setWidget(Widget) - Method in class com.vaadin.client.ui.FocusElementPanel
- setWidget(Widget) - Method in class com.vaadin.client.ui.orderedlayout.Slot
- setWidget(Widget) - Method in class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
-
Set widget as the content of the cell.
- setWidget(Widget, String) - Method in class com.vaadin.client.ui.VCustomLayout
-
Sets widget to given location.
- setWidgetCaption(Widget, VCaption) - Method in class com.vaadin.client.ui.VAbsoluteLayout
-
Sets a caption for a contained widget
- setWidgetEnabled(boolean) - Method in interface com.vaadin.client.ComponentConnector
-
Sets the enabled state of the widget associated to this connector.
- setWidgetEnabled(boolean) - Method in class com.vaadin.client.ui.AbstractComponentConnector
- setWidgetEnabled(boolean) - Method in class com.vaadin.client.ui.combobox.ComboBoxConnector
- setWidgetPosition(Widget, String) - Method in class com.vaadin.client.ui.VAbsoluteLayout
-
Set the position of the widget in the layout.
- setWidgetResizeListener(ElementResizeListener) - Method in class com.vaadin.client.ui.orderedlayout.Slot
- setWidgetsetVersionSent() - Method in class com.vaadin.client.ApplicationConfiguration
-
Registers that the widget set version has been sent to the server.
- setWidgetStyleName(String, boolean) - Method in class com.vaadin.client.ui.AbstractComponentConnector
-
This is used to add / remove state related style names from the widget.
- setWidgetStyleName(String, boolean) - Method in class com.vaadin.client.ui.datefield.DateFieldConnector
- setWidgetStyleNameWithPrefix(String, String, boolean) - Method in class com.vaadin.client.ui.AbstractComponentConnector
-
Deprecated.This will be removed once styles are no longer added with prefixes.
- setWidgetStyleNameWithPrefix(String, String, boolean) - Method in class com.vaadin.client.ui.datefield.DateFieldConnector
- setWidgetWrapperStyleNames(Widget, String...) - Method in class com.vaadin.client.ui.VAbsoluteLayout
-
Sets style names for the wrapper wrapping the widget in the layout.
- setWidth(double) - Method in class com.vaadin.client.widgets.Grid.Column
-
Sets the pixel width of the column.
- setWidth(double) - Method in class com.vaadin.client.widgets.Grid.SelectionColumn
- setWidth(double) - Method in class com.vaadin.ui.Grid.Column
-
Sets the width (in pixels).
- setWidth(float) - Method in class com.vaadin.client.RenderInformation.FloatSize
- setWidth(float, Sizeable.Unit) - Method in interface com.vaadin.server.Sizeable
-
Sets the width of the object.
- setWidth(float, Sizeable.Unit) - Method in class com.vaadin.ui.AbstractComponent
- setWidth(float, Sizeable.Unit) - Method in class com.vaadin.ui.AbstractComponentContainer
- setWidth(float, Sizeable.Unit) - Method in class com.vaadin.ui.AbstractSingleComponentContainer
- setWidth(float, Sizeable.Unit) - Method in class com.vaadin.ui.CustomField
- setWidth(int) - Method in class com.vaadin.client.RenderInformation.Size
- setWidth(int) - Method in class com.vaadin.client.ui.VAccordion.StackItem
- setWidth(int) - Method in class com.vaadin.client.widgets.Overlay.PositionAndSize
- setWidth(int, boolean) - Method in class com.vaadin.client.ui.VScrollTable.FooterCell
-
Sets the width of the cell.
- setWidth(int, boolean) - Method in class com.vaadin.client.ui.VScrollTable.HeaderCell
-
Sets width to the header cell.
- setWidth(String) - Method in class com.vaadin.client.ui.VColorPickerArea
-
Sets the color area's width.
- setWidth(String) - Method in class com.vaadin.client.ui.VFilterSelect
- setWidth(String) - Method in class com.vaadin.client.ui.VFlash
-
Deprecated.
- setWidth(String) - Method in class com.vaadin.client.ui.VLabel
- setWidth(String) - Method in class com.vaadin.client.ui.VListSelect
- setWidth(String) - Method in class com.vaadin.client.ui.VNativeSelect
- setWidth(String) - Method in class com.vaadin.client.ui.VRichTextArea
- setWidth(String) - Method in class com.vaadin.client.ui.VWindow
- setWidth(String) - Method in class com.vaadin.client.widgets.Escalator
- setWidth(String) - Method in class com.vaadin.client.widgets.Grid
- setWidth(String) - Method in class com.vaadin.client.widgets.Overlay
- setWidth(String) - Method in interface com.vaadin.server.Sizeable
-
Sets the width of the component using String presentation.
- setWidth(String) - Method in class com.vaadin.ui.AbstractComponent
- setWidthExcludingPaddingAndBorder(Element, int, int, boolean) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.setWidthExcludingPaddingAndBorder(Element, int, int, boolean)
instead. - setWidthExcludingPaddingAndBorder(Element, int, int, boolean) - Static method in class com.vaadin.client.WidgetUtil
- setWidthExcludingPaddingAndBorder(Widget, String, int) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.setWidthExcludingPaddingAndBorder(Widget, String, int)
instead. - setWidthExcludingPaddingAndBorder(Widget, String, int) - Static method in class com.vaadin.client.WidgetUtil
- setWidthLocation(Object) - Static method in class com.vaadin.server.ComponentSizeValidator
- setWidthPX(int) - Method in class com.vaadin.client.ui.calendar.schedule.DateCell
- setWidthPX(int) - Method in class com.vaadin.client.ui.calendar.schedule.DayToolbar
- setWidthPX(int) - Method in class com.vaadin.client.ui.calendar.schedule.SimpleDayToolbar
- setWidthPX(int) - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid
- setWidthPX(int) - Method in class com.vaadin.client.ui.calendar.schedule.WeeklyLongEvents
- 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.Grid.Column
-
Marks the column width as undefined.
- setWildcard(boolean) - Method in class com.vaadin.client.componentlocator.SelectorPredicate
- setWindowMode(WindowMode) - Method in class com.vaadin.ui.Window
-
Sets the mode for the window
- setWindowName(String) - Method in class com.vaadin.server.BrowserWindowOpener
-
Sets the target window name that will be used.
- setWindowOrderAndPosition() - Method in class com.vaadin.client.ui.VWindow
-
For internal use only.
- setWindowOrderAndPosition() - Method in class com.vaadin.client.ui.window.WindowConnector
-
Gives the WindowConnector an order number.
- setWordwrap(boolean) - Method in class com.vaadin.client.ui.VTextArea
- setWordwrap(boolean) - Method in class com.vaadin.ui.TextArea
-
Sets the text area's word-wrap mode on or off.
- setWrapperStyleNames(String...) - Method in class com.vaadin.client.ui.VAbsoluteLayout.AbsoluteWrapper
-
Sets the style names of the wrapper.
- setWritingResponse(boolean) - Method in class com.vaadin.ui.ConnectorTracker
-
Sets the current response write status.
- setYear(int) - Method in class com.vaadin.client.ui.calendar.schedule.WeekLabel
- setYear(int) - Method in class com.vaadin.client.ui.VCalendarPanel.FocusedDate
-
Deprecated.
- setZIndex(int) - Method in class com.vaadin.client.ui.VWindow
- setZIndex(int) - Method in class com.vaadin.client.widgets.Overlay
-
Set the z-index (visual stack position) for this overlay.
- setZIndex(int) - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
-
Sets the 'z-index' attribute; the visual stacking order
- SHARE - com.vaadin.server.FontAwesome
- SHARE_ALT - com.vaadin.server.FontAwesome
- SHARE_ALT_SQUARE - com.vaadin.server.FontAwesome
- SHARE_SQUARE - com.vaadin.server.FontAwesome
- SHARE_SQUARE_O - com.vaadin.server.FontAwesome
- SharedState - Class in com.vaadin.shared.communication
-
Interface to be implemented by all shared state classes used to communicate basic information about a
Connector
from server to client. - SharedState() - Constructor for class com.vaadin.shared.communication.SharedState
- SharedStateWriter - Class in com.vaadin.server.communication
-
Serializes
shared state
changes to JSON. - SharedStateWriter() - Constructor for class com.vaadin.server.communication.SharedStateWriter
- SharedUtil - Class in com.vaadin.shared.util
-
Misc internal utility methods used by both the server and the client package.
- SharedUtil() - Constructor for class com.vaadin.shared.util.SharedUtil
- SHEKEL - com.vaadin.server.FontAwesome
- SHEQEL - com.vaadin.server.FontAwesome
- SHIELD - com.vaadin.server.FontAwesome
- shift - Variable in class com.vaadin.client.ui.VTreeTable.PendingNavigationEvent
- shift() - Method in interface elemental.util.ArrayOf
-
Shifts the first value off the array.
- shift() - Method in interface elemental.util.ArrayOfBoolean
-
Shifts the first value off the array.
- shift() - Method in interface elemental.util.ArrayOfInt
-
Shifts the first value off the array.
- shift() - Method in interface elemental.util.ArrayOfNumber
-
Shifts the first value off the array.
- shift() - Method in interface elemental.util.ArrayOfString
-
Shifts the first value off the array.
- SHIFT - Static variable in interface com.vaadin.event.ShortcutAction.ModifierKey
- SHIP - com.vaadin.server.FontAwesome
- SHIRTSINBULK - com.vaadin.server.FontAwesome
- SHOPPING_BAG - com.vaadin.server.FontAwesome
- SHOPPING_BASKET - com.vaadin.server.FontAwesome
- SHOPPING_CART - com.vaadin.server.FontAwesome
- ShortcutAction - Class in com.vaadin.event
-
Shortcuts are a special type of
Action
s used to create keyboard shortcuts. - ShortcutAction(String) - Constructor for class com.vaadin.event.ShortcutAction
-
Constructs a ShortcutAction using a shorthand notation to encode the keycode and modifiers in the caption.
- ShortcutAction(String, int...) - Constructor for class com.vaadin.event.ShortcutAction
-
Constructs a ShortcutAction using a shorthand notation to encode the keycode a in the caption.
- ShortcutAction(String, int, int...) - Constructor for class com.vaadin.event.ShortcutAction
-
Creates a shortcut that reacts to the given
ShortcutAction.KeyCode
and (optionally)ShortcutAction.ModifierKey
s. - ShortcutAction(String, Resource, int, int...) - Constructor for class com.vaadin.event.ShortcutAction
-
Creates a shortcut that reacts to the given
ShortcutAction.KeyCode
and (optionally)ShortcutAction.ModifierKey
s. - ShortcutAction.KeyCode - Interface in com.vaadin.event
-
Key codes that can be used for shortcuts
- ShortcutAction.ModifierKey - Interface in com.vaadin.event
-
Modifier key constants
- ShortcutActionHandler - Class in com.vaadin.client.ui
-
A helper class to implement keyboard shorcut handling.
- ShortcutActionHandler(String, ApplicationConnection) - Constructor for class com.vaadin.client.ui.ShortcutActionHandler
- ShortcutActionHandler.BeforeShortcutActionListener - Interface in com.vaadin.client.ui
-
A focusable
ComponentConnector
implementing this interface will be notified before shortcut actions are handled if it will be the target of the action (most commonly means it is the focused component during the keyboard combination is triggered by the user). - ShortcutActionHandler.ShortcutActionHandlerOwner - Interface in com.vaadin.client.ui
-
An interface implemented by those users of this helper class that want to support special components like
VRichTextArea
that don't properly propagate key down events. - ShortCutConstants - Class in com.vaadin.shared.ui
- ShortCutConstants() - Constructor for class com.vaadin.shared.ui.ShortCutConstants
- shortcutHandler - Variable in class com.vaadin.client.ui.VForm
-
For internal use only.
- shortcutHandler - Variable in class com.vaadin.client.ui.VPanel
-
For internal use only.
- shortcutHandler - Variable in class com.vaadin.client.ui.VWindow
-
For internal use only.
- ShortcutKeyMapper - Interface in com.vaadin.ui.declarative.converters
-
Provides mappings between shortcut keycodes and their representation in design attributes.
- ShortcutListener - Class in com.vaadin.event
- ShortcutListener(String) - Constructor for class com.vaadin.event.ShortcutListener
- ShortcutListener(String, int...) - Constructor for class com.vaadin.event.ShortcutListener
- ShortcutListener(String, int, int...) - Constructor for class com.vaadin.event.ShortcutListener
- ShortcutListener(String, Resource, int, int...) - Constructor for class com.vaadin.event.ShortcutListener
- shortDayNames - Variable in class com.vaadin.shared.ui.ui.UIState.LocaleData
- SHORTHAND_CHAR_ALT - Static variable in class com.vaadin.event.ShortcutAction
-
Used in the caption shorthand notation to indicate the ALT modifier.
- SHORTHAND_CHAR_CTRL - Static variable in class com.vaadin.event.ShortcutAction
-
Used in the caption shorthand notation to indicate the CTRL modifier.
- SHORTHAND_CHAR_SHIFT - Static variable in class com.vaadin.event.ShortcutAction
-
Used in the caption shorthand notation to indicate the SHIFT modifier.
- shortMonthNames - Variable in class com.vaadin.shared.ui.ui.UIState.LocaleData
- ShortRangeValidator - Class in com.vaadin.data.validator
-
Validator for validating that an
Short
is inside a given range. - ShortRangeValidator(String, Short, Short) - Constructor for class com.vaadin.data.validator.ShortRangeValidator
-
Creates a validator for checking that an Short is within a given range.
- shouldBePlacedAfterComponent() - Method in class com.vaadin.client.VCaption
- shouldCreateApplication(HttpServletRequest) - Method in class com.vaadin.server.LegacyVaadinServlet
- shouldFireEvent(DomEvent<?>) - Method in class com.vaadin.client.ui.AbstractClickEventHandler
-
Called before firing a click event.
- shouldHandleLongTap() - Method in class com.vaadin.client.ui.AbstractComponentConnector
- shouldHideAddedRows() - Method in class com.vaadin.ui.Table
-
Subclass and override this to enable removing of rows, bypassing the normal caching and lazy loading mechanism.
- shouldHideAddedRows() - Method in class com.vaadin.ui.TreeTable
- shouldHideErrors() - Method in class com.vaadin.ui.AbstractField
-
Returns true if the error indicator be hidden when painting the component even when there are errors.
- shouldHideErrors() - Method in class com.vaadin.ui.DateField
- shouldSkipMeasurementOfConnector(ComponentConnector) - Static method in class com.vaadin.client.Util
-
Test if we can can skip measuring this connector.
- shouldSkipMeasurementOfConnector(ComponentConnector, ComponentConnector) - Static method in class com.vaadin.client.Util
-
Test if we can can skip measuring this connector.
- shouldWriteChildren(Component, Component) - Method in class com.vaadin.ui.declarative.DesignContext
-
Helper method for component write implementors to determine whether their children should be written out or not
- shouldWriteData(Component) - Method in class com.vaadin.ui.declarative.DesignContext
-
Determines whether the container data of a component should be written out by delegating to a
ShouldWriteDataDelegate
. - shouldWriteData(Component) - Method in interface com.vaadin.ui.declarative.ShouldWriteDataDelegate
-
Determines whether the container data of a component should be written out.
- ShouldWriteDataDelegate - Interface in com.vaadin.ui.declarative
-
Delegate used by
DesignContext
to determine whether container data should be written out for a component. - show() - Method in class com.vaadin.client.debug.internal.HierarchySection
- show() - Method in class com.vaadin.client.debug.internal.InfoSection
- show() - Method in class com.vaadin.client.debug.internal.LogSection
- show() - Method in class com.vaadin.client.debug.internal.NetworkSection
- show() - Method in class com.vaadin.client.debug.internal.ProfilerSection
- show() - Method in interface com.vaadin.client.debug.internal.Section
-
Called when the section is activated in
VDebugWindow
. - show() - Method in class com.vaadin.client.debug.internal.TestBenchSection
- show() - Method in class com.vaadin.client.debug.internal.VDebugWindow.Menu
- show() - Method in class com.vaadin.client.ui.VNotification
- show() - Method in class com.vaadin.client.ui.VPopupView.CustomPopup
- show() - Method in class com.vaadin.client.ui.VWindow
- show() - Method in class com.vaadin.client.VLoadingIndicator
-
Shows the loading indicator in its standard state and triggers timers for transitioning into the "second" and "third" states.
- show() - Method in class com.vaadin.client.widgets.Overlay
- show(int, int) - Method in class com.vaadin.client.widgets.Grid.Editor
- show(Widget, Position, String) - Method in class com.vaadin.client.ui.VNotification
- show(ApplicationConnection) - Method in class com.vaadin.client.communication.DefaultReconnectDialog
- show(ApplicationConnection) - Method in interface com.vaadin.client.communication.ReconnectDialog
-
Shows the dialog to the user
- show(Page) - Method in class com.vaadin.ui.Notification
-
Shows this notification on a Page.
- show(Position) - Method in class com.vaadin.client.ui.VNotification
- show(Position, String) - Method in class com.vaadin.client.ui.VNotification
- show(String) - Method in class com.vaadin.client.ui.VNotification
- show(String) - Static method in class com.vaadin.ui.Notification
-
Shows a notification message on the middle of the current page.
- show(String, Position, String) - Method in class com.vaadin.client.ui.VNotification
- show(String, Notification.Type) - Static method in class com.vaadin.ui.Notification
-
Shows a notification message the current page.
- show(String, String, Notification.Type) - Static method in class com.vaadin.ui.Notification
-
Shows a notification message the current page.
- SHOW_DESIGN - com.vaadin.client.debug.internal.Icon
- showAllTabs() - Method in class com.vaadin.client.ui.VTabsheet
-
For internal use only.
- showAssistive(TooltipInfo) - Method in class com.vaadin.client.VTooltip
-
Show the tooltip with the provided info for assistive devices.
- showAt(int, int) - Method in class com.vaadin.client.ui.VContextMenu
-
Shows context menu at given location IF it contain at least one item.
- showAt(Element) - Method in class com.vaadin.client.VErrorMessage
-
Shows this error message next to given element.
- showAt(Element) - Method in class com.vaadin.client.VErrorMessage
-
Deprecated.As of 7.2, call and override
VErrorMessage.showAt(Element)
instead - showAt(ActionOwner, int, int) - Method in class com.vaadin.client.ui.VContextMenu
- showAuthenticationError(String) - Method in class com.vaadin.client.ApplicationConnection
-
Shows the authentication error notification.
- showChildMenu(VMenuBar.CustomMenuItem) - Method in class com.vaadin.client.ui.VMenuBar
-
Shows the child menu of an item.
- showChildMenuAt(VMenuBar.CustomMenuItem, int, int) - Method in class com.vaadin.client.ui.VMenuBar
- showColFooters - Variable in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- showColHeaders - Variable in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- showCommunicationError(String, int) - Method in class com.vaadin.client.ApplicationConnection
-
Shows the communication error notification.
- showContextMenu(int, int) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
- showContextMenu(Event) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
- showContextMenu(Event) - Method in class com.vaadin.client.ui.VTree.TreeNode
- showControls - Variable in class com.vaadin.shared.ui.AbstractMediaState
- showDefaultCaption - Variable in class com.vaadin.shared.ui.colorpicker.ColorPickerState
- showDialog() - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
-
Called when the reconnect dialog should be shown.
- showError(ApplicationConnection, String, String, String, String) - Static method in class com.vaadin.client.ui.VNotification
-
Shows an error notification and redirects the user to the given URL when she clicks on the notification.
- showError(String, ApplicationConfiguration.ErrorMessage) - Method in class com.vaadin.client.ApplicationConnection
-
Shows an error notification.
- showInitProblem(ArrayList<String>) - Method in class com.vaadin.client.JavaScriptConnectorHelper
- showISOWeekNumbers - Variable in class com.vaadin.client.ui.VDateField
- showLoadingIndicator() - Method in class com.vaadin.client.communication.ServerRpcQueue
-
Checks if a loading indicator should be shown when the RPCs have been sent to the server and we are waiting for a response
- showNoInitFound(ArrayList<String>) - Method in class com.vaadin.client.ui.JavaScriptWidget
- showNotification(ApplicationConnection, UIDL) - Static method in class com.vaadin.client.ui.VNotification
- showNotification(Notification) - Method in class com.vaadin.server.Page
-
Deprecated.As of 7.0, use Notification.show(Page) instead.
- showNotification(Notification) - Method in class com.vaadin.ui.UI
-
Deprecated.As of 7.0, use Notification.show instead
- showNotification(String) - Method in class com.vaadin.ui.UI
-
Deprecated.As of 7.0, use Notification.show instead but be aware that Notification.show does not allow HTML.
- showNotification(String, Notification.Type) - Method in class com.vaadin.ui.UI
-
Deprecated.As of 7.0, use Notification.show instead but be aware that Notification.show does not allow HTML.
- showNotification(String, String) - Method in class com.vaadin.ui.UI
-
Deprecated.As of 7.0, use new Notification(...).show(Page) instead but be aware that HTML by default not allowed.
- showNotification(String, String, Notification.Type) - Method in class com.vaadin.ui.UI
-
Deprecated.As of 7.0, use new Notification(...).show(Page) instead but be aware that HTML by default not allowed.
- showNotification(String, String, Notification.Type, boolean) - Method in class com.vaadin.ui.UI
-
Deprecated.As of 7.0, use new Notification(...).show(Page).
- showOverlay() - Method in class com.vaadin.client.widgets.Grid.Editor
-
Opens the editor overlay over the table row indicated by
Grid.Editor.getRow()
. - showOverlay(TableRowElement) - Method in class com.vaadin.client.widgets.Grid.Editor
-
Deprecated.As of 7.5, use
Grid.Editor.showOverlay()
instead. - showPopup() - Method in class com.vaadin.ui.AbstractColorPicker
-
Shows a popup-window for color selection.
- showPopup(boolean) - Method in class com.vaadin.ui.AbstractColorPicker
-
Shows or hides popup-window depending on the given parameter.
- showPopup(VPopupView.CustomPopup) - Method in class com.vaadin.client.ui.VPopupView
-
Determines the correct position for a popup and displays the popup at that position.
- showRowHeaders - Variable in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- showSavedContextMenu(VScrollTable.ContextMenuDetails) - Method in class com.vaadin.client.ui.table.TableConnector
-
Shows a saved row context menu if the row for the context menu is still visible.
- showServerDebugInfo(ServerConnector) - Method in class com.vaadin.client.ui.ui.UIConnector
-
Sends a request to the server to print details to console that will help the developer to locate the corresponding server-side connector in the source code.
- showServerDebugInfo(Connector) - Method in interface com.vaadin.shared.ui.ui.DebugWindowServerRpc
-
Sends a request to the server to print details to console that will help the developer to locate the corresponding server-side connector in the source code.
- showServerDesign(ServerConnector) - Method in class com.vaadin.client.ui.ui.UIConnector
-
Sends a request to the server to print a design to the console for the given component.
- showServerDesign(Connector) - Method in interface com.vaadin.shared.ui.ui.DebugWindowServerRpc
-
Sends a request to the server to print a design to the console for the given component.
- showSessionExpiredError(String) - Method in class com.vaadin.client.ApplicationConnection
-
Shows the session expiration notification.
- showsScrollHandle() - Method in class com.vaadin.client.widget.escalator.ScrollbarBundle
-
Checks whether the scrollbar's handle is visible.
- showSuggestions(Collection<VFilterSelect.FilterSelectSuggestion>, int, int) - Method in class com.vaadin.client.ui.VFilterSelect.SuggestionPopup
-
Shows the popup where the user can see the filtered options
- showTabs() - Method in class com.vaadin.client.ui.VTabsheet
-
Makes tab bar visible.
- showView(View) - Method in class com.vaadin.navigator.Navigator.ComponentContainerViewDisplay
- showView(View) - Method in class com.vaadin.navigator.Navigator.SingleComponentContainerViewDisplay
- showView(View) - Method in interface com.vaadin.navigator.ViewDisplay
-
Remove previously shown view and show the newly selected view in its place.
- showWidget(int) - Method in class com.vaadin.client.ui.VTabsheetPanel
-
Shows the widget at the specified index.
- SIGN_IN - com.vaadin.server.FontAwesome
- SIGN_OUT - com.vaadin.server.FontAwesome
- SIGNAL - com.vaadin.server.FontAwesome
- SIGNIFICANT_MOVE_THRESHOLD - Variable in class com.vaadin.client.ui.AbstractComponentConnector
- SIGNIFICANT_MOVE_THRESHOLD - Static variable in class com.vaadin.client.ui.TouchScrollDelegate
- SIMPLE - com.vaadin.shared.ui.grid.ColumnResizeMode
-
When column resize mode is set to Simple, dragging to resize a column will show a marker, and the column will resize only after the mouse button or touch is released.
- SIMPLE - com.vaadin.shared.ui.MultiSelectMode
-
The previous more simple behavior of the multi select
- SimpleContext(Object, ConstraintViolation<?>) - Constructor for class com.vaadin.data.validator.BeanValidator.SimpleContext
-
Create a simple immutable message interpolator context.
- SimpleContext(Object, ConstraintDescriptor<?>) - Constructor for class com.vaadin.data.validator.BeanValidator.SimpleContext
-
Create a simple immutable message interpolator context.
- SimpleDayCell - Class in com.vaadin.client.ui.calendar.schedule
-
A class representing a single cell within the calendar in month-view
- SimpleDayCell(VCalendar, int, int) - Constructor for class com.vaadin.client.ui.calendar.schedule.SimpleDayCell
- SimpleDayToolbar - Class in com.vaadin.client.ui.calendar.schedule
- SimpleDayToolbar() - Constructor for class com.vaadin.client.ui.calendar.schedule.SimpleDayToolbar
- SimpleFocusablePanel - Class in com.vaadin.client.ui
-
Compared to FocusPanel in GWT this panel does not support eg.
- SimpleFocusablePanel() - Constructor for class com.vaadin.client.ui.SimpleFocusablePanel
- SimpleJDBCConnectionPool - Class in com.vaadin.data.util.sqlcontainer.connection
-
Simple implementation of the JDBCConnectionPool interface.
- SimpleJDBCConnectionPool(String, String, String, String) - Constructor for class com.vaadin.data.util.sqlcontainer.connection.SimpleJDBCConnectionPool
- SimpleJDBCConnectionPool(String, String, String, String, int, int) - Constructor for class com.vaadin.data.util.sqlcontainer.connection.SimpleJDBCConnectionPool
- SimpleManagedLayout - Interface in com.vaadin.client.ui
- SimpleMultiPartInputStream(InputStream, String) - Constructor for class com.vaadin.server.communication.FileUploadHandler.SimpleMultiPartInputStream
- SimpleStringFilter - Class in com.vaadin.data.util.filter
-
Simple string filter for matching items that start with or contain a specified string.
- SimpleStringFilter(Object, String, boolean, boolean) - Constructor for class com.vaadin.data.util.filter.SimpleStringFilter
- SimpleStringTranslator - Class in com.vaadin.data.util.sqlcontainer.query.generator.filter
- SimpleStringTranslator() - Constructor for class com.vaadin.data.util.sqlcontainer.query.generator.filter.SimpleStringTranslator
- SimpleTree - Class in com.vaadin.client
-
Deprecated.as of 7.1. This class was mainly used by the old debug console but is retained for now for backwards compatibility.
- SimpleTree() - Constructor for class com.vaadin.client.SimpleTree
-
Deprecated.
- SimpleTree(String) - Constructor for class com.vaadin.client.SimpleTree
-
Deprecated.
- SimpleWeekToolbar - Class in com.vaadin.client.ui.calendar.schedule
- SimpleWeekToolbar(VCalendar) - Constructor for class com.vaadin.client.ui.calendar.schedule.SimpleWeekToolbar
- SIMPLYBUILT - com.vaadin.server.FontAwesome
- simulateClickFromTouchEvent(Event, Widget) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.simulateClickFromTouchEvent(Event, Widget)
instead. - simulateClickFromTouchEvent(Event, Widget) - Static method in class com.vaadin.client.WidgetUtil
- SINGLE - com.vaadin.client.ui.VScrollTable.SelectMode
- SINGLE - com.vaadin.client.widgets.Grid.SelectionMode
-
Shortcut for
SelectionModelSingle
. - SINGLE - com.vaadin.shared.ui.grid.GridState.SharedSelectionMode
-
Representation of a single selection mode
- SINGLE - com.vaadin.ui.Grid.SelectionMode
-
A SelectionMode that maps to
Grid.SingleSelectionModel
- SingleComponentContainer - Interface in com.vaadin.ui
-
Interface for component containers that have one child component and do not support adding or removing components.
- SingleComponentContainerViewDisplay(SingleComponentContainer) - Constructor for class com.vaadin.navigator.Navigator.SingleComponentContainerViewDisplay
-
Create new
ViewDisplay
that updates aSingleComponentContainer
to show the view. - SingleSelectionModel() - Constructor for class com.vaadin.client.connectors.SingleSelectionModelConnector.SingleSelectionModel
- SingleSelectionModel() - Constructor for class com.vaadin.ui.Grid.SingleSelectionModel
- SingleSelectionModelConnector - Class in com.vaadin.client.connectors
-
Connector for server-side
SingleSelectionModelConnector.SingleSelectionModel
. - SingleSelectionModelConnector() - Constructor for class com.vaadin.client.connectors.SingleSelectionModelConnector
- SingleSelectionModelConnector.SingleSelectionModel - Class in com.vaadin.client.connectors
-
SingleSelectionModel without a selection column renderer.
- SingleSelectionModelServerRpc - Interface in com.vaadin.shared.ui.grid.selection
-
ServerRpc for SingleSelectionModel.
- SingleSelectionModelState - Class in com.vaadin.shared.ui.grid.selection
-
SharedState object for SingleSelectionModel.
- SingleSelectionModelState() - Constructor for class com.vaadin.shared.ui.grid.selection.SingleSelectionModelState
- sinkEvents(int) - Method in class com.vaadin.client.widgets.Overlay
- sinkOnloadForImages(Element) - Static method in class com.vaadin.client.Util
-
Deprecated.As of 7.4.0, use
WidgetUtil.sinkOnloadForImages(Element)
instead. - sinkOnloadForImages(Element) - Static method in class com.vaadin.client.WidgetUtil
- SITEMAP - com.vaadin.server.FontAwesome
- size() - Method in class com.vaadin.client.communication.ServerRpcQueue
-
Returns the current size of the queue
- size() - Method in class com.vaadin.client.ConnectorMap
- size() - Method in class com.vaadin.client.data.AbstractRemoteDataSource
- size() - Method in interface com.vaadin.client.data.DataSource
-
Returns the number of rows in the data source.
- size() - Method in class com.vaadin.client.FastStringMap
- size() - Method in class com.vaadin.client.JsArrayObject
- size() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- size() - Method in class com.vaadin.client.widget.grid.datasources.ListDataSource
- size() - Method in interface com.vaadin.data.Container
-
Gets the number of visible Items in the Container.
- size() - Method in class com.vaadin.data.util.AbstractInMemoryContainer
- size() - Method in class com.vaadin.data.util.ContainerHierarchicalWrapper
- size() - Method in class com.vaadin.data.util.ContainerOrderedWrapper
- size() - Method in class com.vaadin.data.util.FilesystemContainer
-
Gets the number of Items in the container.
- size() - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- size() - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
- size() - Method in class com.vaadin.ui.AbstractSelect
-
Gets the number of items in the container.
- size() - Method in class com.vaadin.ui.TreeTable
- Size() - Constructor for class com.vaadin.client.RenderInformation.Size
- Size(int, int) - Constructor for class com.vaadin.client.RenderInformation.Size
- SIZE_PATTERN - Static variable in class com.vaadin.shared.util.SharedUtil
-
RegEx pattern to extract the width/height values.
- SIZE_UNDEFINED - Static variable in interface com.vaadin.server.Sizeable
-
Deprecated.As of 7.3, use instead
Sizeable.setSizeUndefined()
,Sizeable.setHeightUndefined()
andSizeable.setWidthUndefined()
- Sizeable - Interface in com.vaadin.server
-
Interface to be implemented by components wishing to display some object that may be dynamically resized during runtime.
- Sizeable.Unit - Enum in com.vaadin.server
- sizeInit() - Method in class com.vaadin.client.ui.VScrollTable
-
Run only once when component is attached and received its initial content.
- sizeNeedsInit - Variable in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- SizeWithUnit - Class in com.vaadin.server
-
A class for representing a value-unit pair.
- SizeWithUnit(float, Sizeable.Unit) - Constructor for class com.vaadin.server.SizeWithUnit
-
Constructs a new SizeWithUnit object representing the pair (size, unit).
- SKIP_RECOMPILE - Static variable in class com.vaadin.client.SuperDevMode
- SKYATLAS - com.vaadin.server.FontAwesome
- SKYPE - com.vaadin.server.FontAwesome
- SLACK - com.vaadin.server.FontAwesome
- Slider - Class in com.vaadin.ui
-
A component for selecting a numerical value within a range.
- Slider() - Constructor for class com.vaadin.ui.Slider
-
Default slider constructor.
- Slider(double, double, int) - Constructor for class com.vaadin.ui.Slider
-
Create a new slider with the given range and resolution.
- Slider(int, int) - Constructor for class com.vaadin.ui.Slider
-
Create a new slider with the given range that only allows integer values.
- Slider(String) - Constructor for class com.vaadin.ui.Slider
-
Create a new slider with the caption given as parameter.
- Slider(String, int, int) - Constructor for class com.vaadin.ui.Slider
-
Create a new slider with the given caption and range that only allows integer values.
- SLIDER_NO_INDICATOR - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Hide the indicator bar from the slider.
- Slider.ValueOutOfBoundsException - Exception in com.vaadin.ui
-
Thrown when the value of the slider is about to be set to a value that is outside the valid range of the slider.
- SliderConnector - Class in com.vaadin.client.ui.slider
- SliderConnector() - Constructor for class com.vaadin.client.ui.slider.SliderConnector
- SliderOrientation - Enum in com.vaadin.shared.ui.slider
- SLIDERS - com.vaadin.server.FontAwesome
- SliderServerRpc - Interface in com.vaadin.shared.ui.slider
- SliderState - Class in com.vaadin.shared.ui.slider
- SliderState() - Constructor for class com.vaadin.shared.ui.slider.SliderState
- SLIDESHARE - com.vaadin.server.FontAwesome
- slot - Variable in class com.vaadin.client.ui.VGridLayout.Cell
-
For internal use only.
- Slot - Class in com.vaadin.client.ui.orderedlayout
-
Represents a slot which contains the actual widget in the layout.
- Slot() - Constructor for class com.vaadin.client.ui.orderedlayout.Slot
-
Constructs a slot.
- Slot(VAbstractOrderedLayout, Widget) - Constructor for class com.vaadin.client.ui.orderedlayout.Slot
-
Deprecated.
- SLOT_CLASSNAME - Static variable in class com.vaadin.client.ui.orderedlayout.Slot
- small() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- SMILE_O - com.vaadin.server.FontAwesome
- SOCCER_BALL_O - com.vaadin.server.FontAwesome
- sort() - Method in class com.vaadin.ui.Table
-
Sorts the table by currently selected sorting column.
- sort() - Method in interface elemental.util.ArrayOfInt
-
Sorts the contents of the array in ascending order.
- sort() - Method in interface elemental.util.ArrayOfNumber
-
Sorts the contents of the array in ascending order.
- sort() - Method in interface elemental.util.ArrayOfString
-
Sorts the contents of the array in ascending order.
- sort(Sort) - Method in class com.vaadin.client.widgets.Grid
-
Sets the current sort order using the fluid Sort API.
- sort(SortEvent<T>) - Method in interface com.vaadin.client.widget.grid.sort.SortHandler
-
Handle sorting of the Grid.
- sort(Grid.Column<C, T>) - Method in class com.vaadin.client.widgets.Grid
-
Sorts the Grid data in ascending order along one column.
- sort(Grid.Column<C, T>, SortDirection) - Method in class com.vaadin.client.widgets.Grid
-
Sorts the Grid data along one column.
- sort(Sort) - Method in class com.vaadin.ui.Grid
-
Sets the current sort order using the fluid Sort API.
- sort(SortEvent) - Method in interface com.vaadin.event.SortEvent.SortListener
-
Called when the sort order has changed.
- sort(CanCompare<T>) - Method in interface elemental.util.ArrayOf
-
Sorts the contents of the Array based on the
CanCompare
. - sort(CanCompareInt) - Method in interface elemental.util.ArrayOfInt
-
Sorts the contents of the Array based on the
CanCompareInt
. - sort(CanCompareNumber) - Method in interface elemental.util.ArrayOfNumber
-
Sorts the contents of the Array based on the
CanCompareNumber
. - sort(CanCompareString) - Method in interface elemental.util.ArrayOfString
-
Sorts the contents of the Array based on the
CanCompareString
. - sort(Object) - Method in class com.vaadin.ui.Grid
-
Sort this Grid in ascending order by a specified property.
- sort(Object[], boolean[]) - Method in interface com.vaadin.data.Container.Sortable
-
Sorts the container items.
- sort(Object[], boolean[]) - Method in class com.vaadin.data.util.AbstractBeanContainer
- sort(Object[], boolean[]) - Method in class com.vaadin.data.util.GeneratedPropertyContainer
- sort(Object[], boolean[]) - Method in class com.vaadin.data.util.IndexedContainer
- sort(Object[], boolean[]) - Method in class com.vaadin.data.util.sqlcontainer.SQLContainer
- sort(Object[], boolean[]) - Method in class com.vaadin.ui.Table
-
Sorts the table.
- sort(Object, SortDirection) - Method in class com.vaadin.ui.Grid
-
Sort this Grid in user-specified
SortOrder
by a property. - sort(String[], SortDirection[], boolean) - Method in interface com.vaadin.shared.ui.grid.GridServerRpc
- sort(Comparator<T>) - Method in class com.vaadin.client.widget.grid.datasources.ListDataSource
-
Sort entire container according to a
Comparator
. - Sort - Class in com.vaadin.client.widget.grid.sort
-
Fluid Sort descriptor object.
- Sort - Class in com.vaadin.data.sort
-
Fluid Sort API.
- SORT - com.vaadin.server.FontAwesome
- SORT_ALPHA_ASC - com.vaadin.server.FontAwesome
- SORT_ALPHA_DESC - com.vaadin.server.FontAwesome
- SORT_AMOUNT_ASC - com.vaadin.server.FontAwesome
- SORT_AMOUNT_DESC - com.vaadin.server.FontAwesome
- SORT_ASC - com.vaadin.server.FontAwesome
- SORT_DESC - com.vaadin.server.FontAwesome
- SORT_DOWN - com.vaadin.server.FontAwesome
- SORT_NUMERIC_ASC - com.vaadin.server.FontAwesome
- SORT_NUMERIC_DESC - com.vaadin.server.FontAwesome
- SORT_UP - com.vaadin.server.FontAwesome
- sortable - Variable in class com.vaadin.client.widgets.Grid.Column
-
The sortable state of this column.
- sortable - Variable in class com.vaadin.shared.ui.grid.GridColumnState
-
Whether this column is sortable by the user
- sortColumns - Variable in class com.vaadin.shared.ui.grid.GridState
-
Keys of the currently sorted columns
- sortContainer(Object[], boolean[]) - Method in class com.vaadin.data.util.AbstractInMemoryContainer
-
Sort base implementation to be used to implement
Container.Sortable
. - SortDirection - Enum in com.vaadin.shared.data.sort
-
Describes sorting direction.
- sortDirs - Variable in class com.vaadin.shared.ui.grid.GridState
-
Directions for each sorted column
- SortEvent<T> - Class in com.vaadin.client.widget.grid.sort
-
A sort event, fired by the Grid when it needs its data source to provide data sorted in a specific manner.
- SortEvent - Class in com.vaadin.event
-
Event describing a change in sorting of a
Container
. - SortEvent(Grid<T>, List<SortOrder>, boolean) - Constructor for class com.vaadin.client.widget.grid.sort.SortEvent
-
Creates a new Sort Event.
- SortEvent(Component, List<SortOrder>, boolean) - Constructor for class com.vaadin.event.SortEvent
-
Creates a new sort order change event with a sort order list.
- SortEvent.SortListener - Interface in com.vaadin.event
-
Listener for sort order change events.
- SortEvent.SortNotifier - Interface in com.vaadin.event
-
The interface for adding and removing listeners for
SortEvents
. - sortEventsByDuration(Collection<CalendarEvent>) - Method in class com.vaadin.client.ui.VCalendar
-
Sort the event by how long they are
- SortHandler<T> - Interface in com.vaadin.client.widget.grid.sort
-
Handler for a Grid sort event, called when the Grid needs its data source to provide data sorted in a specific manner.
- SortOrder - Class in com.vaadin.client.widget.grid.sort
-
Sort order descriptor.
- SortOrder - Class in com.vaadin.data.sort
-
Sort order descriptor.
- SortOrder(Grid.Column<?, ?>) - Constructor for class com.vaadin.client.widget.grid.sort.SortOrder
-
Create a sort order descriptor with a default sorting direction value of
SortDirection.ASCENDING
. - SortOrder(Grid.Column<?, ?>, SortDirection) - Constructor for class com.vaadin.client.widget.grid.sort.SortOrder
-
Create a sort order descriptor.
- SortOrder(Object, SortDirection) - Constructor for class com.vaadin.data.sort.SortOrder
-
Create a SortOrder object.
- SOUNDCLOUD - com.vaadin.server.FontAwesome
- source - Variable in class com.vaadin.client.ui.VFlash
-
Deprecated.
- SOURCE_RESOURCE - Static variable in class com.vaadin.shared.ui.AbstractEmbeddedState
- SourceException(Buffered) - Constructor for exception com.vaadin.data.Buffered.SourceException
-
Creates a source exception that does not include a cause.
- SourceException(Buffered, Throwable...) - Constructor for exception com.vaadin.data.Buffered.SourceException
-
Creates a source exception from multiple causes.
- SourceIs - Class in com.vaadin.event.dd.acceptcriteria
-
Client side criteria that checks if the drag source is one of the given components.
- SourceIs(Component...) - Constructor for class com.vaadin.event.dd.acceptcriteria.SourceIs
- SourceIsTarget - Class in com.vaadin.event.dd.acceptcriteria
-
A criterion that ensures the drag source is the same as drop target.
- sources - Variable in class com.vaadin.shared.ui.AbstractMediaState
- sourceTypes - Variable in class com.vaadin.shared.ui.AbstractMediaState
- space() - Method in class com.vaadin.ui.GridLayout
-
Moves the cursor forward by one.
- SPACE_SHUTTLE - com.vaadin.server.FontAwesome
- SPACEBAR - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- Spacer - Interface in com.vaadin.client.widget.escalator
-
A representation of a spacer element in a
RowContainer.BodyRowContainer
. - SpacerUpdater - Interface in com.vaadin.client.widget.escalator
-
An interface that handles the display of content for spacers.
- SpacerVisibilityChangedEvent - Class in com.vaadin.client.widget.escalator.events
-
Event fired when a spacer element is hidden or shown in Escalator.
- SpacerVisibilityChangedEvent(int, boolean) - Constructor for class com.vaadin.client.widget.escalator.events.SpacerVisibilityChangedEvent
-
Creates a spacer visibility changed event.
- SpacerVisibilityChangedHandler - Interface in com.vaadin.client.widget.escalator.events
-
Event handler for a spacer visibility changed event.
- SpaceSelectHandler<T> - Class in com.vaadin.client.widget.grid.selection
-
Generic class to perform selections when pressing space key.
- SpaceSelectHandler(Grid<T>) - Constructor for class com.vaadin.client.widget.grid.selection.SpaceSelectHandler
-
Constructor for SpaceSelectHandler.
- spacing - Variable in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
- spacing - Variable in class com.vaadin.shared.ui.gridlayout.GridLayoutState
- spacing - Variable in class com.vaadin.shared.ui.orderedlayout.AbstractOrderedLayoutState
- spacingMeasureElement - Variable in class com.vaadin.client.ui.VGridLayout
-
For internal use only.
- SPINNER - com.vaadin.server.FontAwesome
- splice(int, int) - Method in interface elemental.util.ArrayOf
-
Removes the specified number of elements starting at index and returns the removed elements.
- splice(int, int) - Method in interface elemental.util.ArrayOfBoolean
-
Removes the specified number of elements starting at index and returns the removed elements.
- splice(int, int) - Method in interface elemental.util.ArrayOfInt
-
Removes the specified number of elements starting at index and returns the removed elements.
- splice(int, int) - Method in interface elemental.util.ArrayOfNumber
-
Removes the specified number of elements starting at index and returns the removed elements.
- splice(int, int) - Method in interface elemental.util.ArrayOfString
-
Removes the specified number of elements starting at index and returns the removed elements.
- splitAt(int) - Method in class com.vaadin.shared.ui.grid.Range
-
Split the range into two at a certain integer.
- splitAtFromStart(int) - Method in class com.vaadin.shared.ui.grid.Range
-
Split the range into two after a certain number of integers into the range.
- splitCamelCase(String) - Static method in class com.vaadin.shared.util.SharedUtil
-
Splits a camelCaseString into an array of words with the casing preserved.
- SPLITPANEL_LARGE - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Make the split handle wider.
- SPLITPANEL_REDUCED - Static variable in class com.vaadin.ui.themes.Runo
-
Reduces the width/height of the split handle.
- SPLITPANEL_SMALL - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Reduces the split handle to a minimal size (1 pixel)
- SPLITPANEL_SMALL - Static variable in class com.vaadin.ui.themes.LiferayTheme
-
Reduces the split handle to a minimal size (1 pixel)
- SPLITPANEL_SMALL - Static variable in class com.vaadin.ui.themes.Reindeer
-
Reduces the split handle to a minimal size (1 pixel)
- SPLITPANEL_SMALL - Static variable in class com.vaadin.ui.themes.Runo
-
Reduces the visual size of the split handle to one pixel (the active drag size is still larger).
- SplitPositionChangeEvent(Component, float, Sizeable.Unit) - Constructor for class com.vaadin.ui.AbstractSplitPanel.SplitPositionChangeEvent
- splitter - Variable in class com.vaadin.client.ui.VAbstractSplitPanel
-
For internal use only.
- splitterClick(MouseEventDetails) - Method in interface com.vaadin.shared.ui.splitpanel.AbstractSplitPanelRpc
-
Called when a click event has occurred on the splitter.
- splitterClick(AbstractSplitPanel.SplitterClickEvent) - Method in interface com.vaadin.ui.AbstractSplitPanel.SplitterClickListener
-
SplitPanel splitter has been clicked
- SplitterClickEvent(Component, MouseEventDetails) - Constructor for class com.vaadin.ui.AbstractSplitPanel.SplitterClickEvent
- splitterMoved(VAbstractSplitPanel.SplitterMoveHandler.SplitterMoveEvent) - Method in interface com.vaadin.client.ui.VAbstractSplitPanel.SplitterMoveHandler
- SplitterMoveEvent(Widget) - Constructor for class com.vaadin.client.ui.VAbstractSplitPanel.SplitterMoveHandler.SplitterMoveEvent
- splitterState - Variable in class com.vaadin.shared.ui.splitpanel.AbstractSplitPanelState
- SplitterState() - Constructor for class com.vaadin.shared.ui.splitpanel.AbstractSplitPanelState.SplitterState
- SPOON - com.vaadin.server.FontAwesome
- SPOTIFY - com.vaadin.server.FontAwesome
- SQLContainer - Class in com.vaadin.data.util.sqlcontainer
- SQLContainer(QueryDelegate) - Constructor for class com.vaadin.data.util.sqlcontainer.SQLContainer
-
Creates and initializes SQLContainer using the given QueryDelegate
- SQLContainer.ItemSetChangeEvent - Class in com.vaadin.data.util.sqlcontainer
-
Simple ItemSetChangeEvent implementation.
- SQLGenerator - Interface in com.vaadin.data.util.sqlcontainer.query.generator
-
The SQLGenerator interface is meant to be implemented for each different SQL syntax that is to be supported.
- SQLUtil - Class in com.vaadin.data.util.sqlcontainer
- SQLUtil() - Constructor for class com.vaadin.data.util.sqlcontainer.SQLUtil
- SQUARE - com.vaadin.server.FontAwesome
- SQUARE_O - com.vaadin.server.FontAwesome
- src - Variable in class com.vaadin.client.ui.VLink
-
For internal use only.
- STACK_EXCHANGE - com.vaadin.server.FontAwesome
- STACK_OVERFLOW - com.vaadin.server.FontAwesome
- StackItem() - Constructor for class com.vaadin.client.ui.VAccordion.StackItem
- standby - Variable in class com.vaadin.client.ui.VFlash
-
Deprecated.
- standby - Variable in class com.vaadin.shared.ui.flash.FlashState
- STAR - com.vaadin.server.FontAwesome
- STAR_HALF - com.vaadin.server.FontAwesome
- STAR_HALF_EMPTY - com.vaadin.server.FontAwesome
- STAR_HALF_FULL - com.vaadin.server.FontAwesome
- STAR_HALF_O - com.vaadin.server.FontAwesome
- STAR_O - com.vaadin.server.FontAwesome
- start() - Method in class com.vaadin.client.ApplicationConnection
-
Starts this application.
- start(NativeEvent, AutoScroller.ScrollAxis, AutoScroller.AutoScrollerCallback) - Method in class com.vaadin.client.widget.grid.AutoScroller
-
Starts the automatic scrolling detection.
- START - com.vaadin.shared.ui.grid.ScrollDestination
-
Scrolls so that the element is shown at the start of the viewport.
- startApplication(String) - Static method in class com.vaadin.client.ApplicationConfiguration
-
Starts the application with a given id by reading the configuration options stored by the bootstrap javascript.
- startBatchSelect() - Method in class com.vaadin.client.connectors.MultiSelectionModelConnector.MultiSelectionModel
- startBatchSelect() - Method in interface com.vaadin.client.widget.grid.selection.SelectionModel.Multi.Batched
-
Starts a batch selection.
- startBatchSelect() - Method in class com.vaadin.client.widget.grid.selection.SelectionModelMulti
- startCalendarEventDrag(MouseDownEvent, MonthEventLabel) - Method in class com.vaadin.client.ui.calendar.schedule.SimpleDayCell
- startDate - Variable in class com.vaadin.shared.ui.calendar.CalendarState.Action
- startDate - Variable in class com.vaadin.ui.Calendar
-
Defines the calendar's date range starting point.
- STARTDATE_PROPERTY - Static variable in class com.vaadin.ui.components.calendar.ContainerEventProvider
- startDrag(VTransferable, NativeEvent, boolean) - Method in class com.vaadin.client.ui.dd.VDragAndDropManager
-
This method is used to start Vaadin client side drag and drop operation.
- StartedEvent(Upload, String, String, long) - Constructor for class com.vaadin.ui.Upload.StartedEvent
- startNextUpload() - Method in class com.vaadin.client.ui.VDragAndDropWrapper
-
For internal use only.
- startPaintable(Component, String) - Method in class com.vaadin.server.JsonPaintTarget
- startPaintable(Component, String) - Method in interface com.vaadin.server.PaintTarget
-
Prints element start tag of a paintable section.
- startRequest() - Method in class com.vaadin.client.communication.MessageSender
- startResize() - Method in class com.vaadin.client.ui.VAbstractSplitPanel
-
Called when starting drag resize
- startResize() - Method in class com.vaadin.client.ui.VSplitPanelHorizontal
- startResize() - Method in class com.vaadin.client.ui.VSplitPanelVertical
- startRowDrag(Event, int, Element) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
- startsAfter(Range) - Method in class com.vaadin.shared.ui.grid.Range
-
Checks whether this range starts after the end of another range.
- startsBefore(Range) - Method in class com.vaadin.shared.ui.grid.Range
-
Checks whether this range starts before the start of another range.
- startScrollingVelocityTimer() - Method in class com.vaadin.client.ui.VScrollTable
- STARTSWITH - com.vaadin.shared.ui.combobox.FilteringMode
- startTag(String) - Method in class com.vaadin.server.JsonPaintTarget
- startTag(String) - Method in interface com.vaadin.server.PaintTarget
-
Prints element start tag.
- startTag(String, boolean) - Method in class com.vaadin.server.JsonPaintTarget
-
Prints the element start tag.
- startTransaction() - Method in interface com.vaadin.data.Property.Transactional
-
Starts a transaction.
- startTransaction() - Method in class com.vaadin.data.util.TransactionalPropertyWrapper
- startUpload() - Method in class com.vaadin.ui.Upload
-
Go into upload state.
- state - Variable in class com.vaadin.shared.ui.progressindicator.ProgressBarState
- StateChangeEvent - Class in com.vaadin.client.communication
- StateChangeEvent(ServerConnector, FastStringSet) - Constructor for class com.vaadin.client.communication.StateChangeEvent
-
Deprecated.As of 7.0.2, use
StateChangeEvent(ServerConnector, JsonObject, boolean)
instead for improved performance. - StateChangeEvent(ServerConnector, JsonObject, boolean) - Constructor for class com.vaadin.client.communication.StateChangeEvent
-
/** Creates a new state change event.
- StateChangeEvent(ServerConnector, Set<String>) - Constructor for class com.vaadin.client.communication.StateChangeEvent
-
Deprecated.As of 7.0.1, use
StateChangeEvent(ServerConnector, JsonObject, boolean)
instead for improved performance. - StateChangeEvent.StateChangeHandler - Interface in com.vaadin.client.communication
-
Event handler that gets notified whenever any part of the state has been updated by the server.
- StatementHelper - Class in com.vaadin.data.util.sqlcontainer.query.generator
-
StatementHelper is a simple helper class that assists TableQuery and the query generators in filling a PreparedStatement.
- StatementHelper() - Constructor for class com.vaadin.data.util.sqlcontainer.query.generator.StatementHelper
- STATIC_FILE - com.vaadin.server.VaadinServlet.RequestType
-
Deprecated.
- StaticCell() - Constructor for class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
- StaticRow() - Constructor for class com.vaadin.client.widgets.Grid.StaticSection.StaticRow
- StaticRow(Grid.StaticSection<?>) - Constructor for class com.vaadin.ui.Grid.StaticSection.StaticRow
- StaticSection() - Constructor for class com.vaadin.client.widgets.Grid.StaticSection
- StaticSection() - Constructor for class com.vaadin.ui.Grid.StaticSection
- StaticSectionUpdater(Grid.StaticSection<?>, RowContainer) - Constructor for class com.vaadin.client.widgets.Grid.StaticSectionUpdater
- StaticViewProvider(String, View) - Constructor for class com.vaadin.navigator.Navigator.StaticViewProvider
-
Creates a new view provider which returns a pre-created view instance.
- STATUS - com.vaadin.shared.ui.ui.NotificationRole
- STEAM - com.vaadin.server.FontAwesome
- STEAM_SQUARE - com.vaadin.server.FontAwesome
- STEP_BACKWARD - com.vaadin.server.FontAwesome
- STEP_FORWARD - com.vaadin.server.FontAwesome
- STETHOSCOPE - com.vaadin.server.FontAwesome
- STICKY_NOTE - com.vaadin.server.FontAwesome
- STICKY_NOTE_O - com.vaadin.server.FontAwesome
- stop() - Method in class com.vaadin.client.widget.grid.AutoScroller
-
Stops the automatic scrolling.
- STOP - com.vaadin.server.FontAwesome
- STOP_CIRCLE - com.vaadin.server.FontAwesome
- STOP_CIRCLE_O - com.vaadin.server.FontAwesome
- stopResize() - Method in class com.vaadin.client.ui.VAbstractSplitPanel
-
Called when stopping drag resize
- stopResize() - Method in class com.vaadin.client.ui.VSplitPanelHorizontal
- stopResize() - Method in class com.vaadin.client.ui.VSplitPanelVertical
- stopScrolling() - Method in class com.vaadin.client.ui.TouchScrollDelegate
-
Forces the scroll delegate to cancels scrolling process.
- storeFocus() - Method in class com.vaadin.client.ui.VUI
-
Allows to store the currently focused Element.
- storeInSession(VaadinService, WrappedSession) - Method in class com.vaadin.server.VaadinSession
-
Deprecated.as of 7.6, call
VaadinService.storeSession(VaadinSession, WrappedSession)
instead - storeRow(RowItem) - Method in class com.vaadin.data.util.sqlcontainer.query.FreeformQuery
- storeRow(RowItem) - Method in interface com.vaadin.data.util.sqlcontainer.query.QueryDelegate
-
Stores a row in the database.
- storeRow(RowItem) - Method in class com.vaadin.data.util.sqlcontainer.query.TableQuery
- storeRow(Connection, RowItem) - Method in interface com.vaadin.data.util.sqlcontainer.query.FreeformQueryDelegate
-
Stores a row in the database.
- storeRowImmediately(RowItem) - Method in class com.vaadin.data.util.sqlcontainer.query.TableQuery
-
Inserts the given row in the database table immediately.
- storeSession(VaadinSession, WrappedSession) - Method in class com.vaadin.server.VaadinService
-
Called when the VaadinSession should be stored.
- STREAMING - com.vaadin.shared.ui.ui.Transport
-
Deprecated.Use the more reliable
Transport.LONG_POLLING
instead. - streamingFailed(StreamVariable.StreamingErrorEvent) - Method in interface com.vaadin.server.StreamVariable
- streamingFinished(StreamVariable.StreamingEndEvent) - Method in interface com.vaadin.server.StreamVariable
- streamingStarted(StreamVariable.StreamingStartEvent) - Method in interface com.vaadin.server.StreamVariable
- StreamResource - Class in com.vaadin.server
-
StreamResource
is a resource provided to the client directly by the application. - StreamResource(StreamResource.StreamSource, String) - Constructor for class com.vaadin.server.StreamResource
-
Creates a new stream resource for downloading from stream.
- StreamResource.StreamSource - Interface in com.vaadin.server
-
Interface implemented by the source of a StreamResource.
- streamToReceiver(VaadinSession, InputStream, StreamVariable, String, String, long) - Method in class com.vaadin.server.communication.FileUploadHandler
- StreamVariable - Interface in com.vaadin.server
-
StreamVariable is a special kind of variable whose value is streamed to an
OutputStream
provided by theStreamVariable.getOutputStream()
method. - StreamVariable.StreamingEndEvent - Interface in com.vaadin.server
-
Event passed to
#uploadFinished(StreamingEndEvent)
method the contents have been streamed to StreamVariable successfully. - StreamVariable.StreamingErrorEvent - Interface in com.vaadin.server
-
Event passed to
#uploadFailed(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
#uploadStarted(StreamingStartEvent)
method before the streaming of the content toStreamVariable
starts. - STREET_VIEW - com.vaadin.server.FontAwesome
- strikeThrough() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
- strikeThrough() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- STRIKETHROUGH - com.vaadin.server.FontAwesome
- STRING - elemental.json.JsonType
- StringDecorator - Class in com.vaadin.data.util.sqlcontainer.query.generator.filter
-
The StringDecorator knows how to produce a quoted string using the specified quote start and quote end characters.
- StringDecorator(String, String) - Constructor for class com.vaadin.data.util.sqlcontainer.query.generator.filter.StringDecorator
-
Constructs a StringDecorator that uses the quoteStart and quoteEnd characters to create quoted strings.
- stringify(JsonValue) - Static method in class elemental.json.impl.JsonUtil
-
Converts a Json Object to Json format.
- stringify(JsonValue, int) - Static method in class elemental.json.impl.JsonUtil
-
Converts a JSO to Json format.
- stringify(JsonValue, String) - Static method in class elemental.json.impl.JsonUtil
-
Converts a Json object to Json formatted String.
- StringLengthValidator - Class in com.vaadin.data.validator
-
This
StringLengthValidator
is used to validate the length of strings. - StringLengthValidator(String) - Constructor for class com.vaadin.data.validator.StringLengthValidator
-
Creates a new StringLengthValidator with a given error message.
- StringLengthValidator(String, Integer, Integer, boolean) - 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.util.converter
-
A converter that converts from
String
toBigDecimal
and back. - StringToBigDecimalConverter() - Constructor for class com.vaadin.data.util.converter.StringToBigDecimalConverter
- StringToBigIntegerConverter - Class in com.vaadin.data.util.converter
-
A converter that converts from
String
toBigInteger
and back. - StringToBigIntegerConverter() - Constructor for class com.vaadin.data.util.converter.StringToBigIntegerConverter
- StringToBooleanConverter - Class in com.vaadin.data.util.converter
- StringToBooleanConverter() - Constructor for class com.vaadin.data.util.converter.StringToBooleanConverter
-
Creates converter with default string representations - "true" and "false"
- StringToBooleanConverter(String, String) - Constructor for class com.vaadin.data.util.converter.StringToBooleanConverter
-
Creates converter with custom string representation.
- StringToByteConverter - Class in com.vaadin.data.util.converter
- StringToByteConverter() - Constructor for class com.vaadin.data.util.converter.StringToByteConverter
- StringToCollectionConverter - Class in com.vaadin.data.util.converter
-
A converter that converts from
String
toCollection
of tokens and back. - StringToCollectionConverter() - Constructor for class com.vaadin.data.util.converter.StringToCollectionConverter
-
Creates converter with
", "
as delimiter andString
as token model type in collection. - StringToCollectionConverter(Converter<String, ?>, Class<?>) - Constructor for class com.vaadin.data.util.converter.StringToCollectionConverter
-
Creates converter with given
tokenConverter
for convert tokens and expectedtokenType
. - StringToCollectionConverter(String) - Constructor for class com.vaadin.data.util.converter.StringToCollectionConverter
-
Creates converter with given
delimiter
andString
as token model type in collection. - StringToCollectionConverter(String, Converter<String, ?>, Class<?>) - Constructor for class com.vaadin.data.util.converter.StringToCollectionConverter
-
Creates converter with given
tokenConverter
for convert tokens and expectedtokenType
. - StringToCollectionConverter(String, Converter<String, ?>, Class<?>, StringToCollectionConverter.CollectionFactory) - Constructor for class com.vaadin.data.util.converter.StringToCollectionConverter
-
Creates converter with given
tokenConverter
for convert tokens and expectedtokenType
. - StringToCollectionConverter.CollectionFactory - Interface in com.vaadin.data.util.converter
-
Collection factory.
- StringToCollectionConverter.DefaultCollectionFactory - Class in com.vaadin.data.util.converter
-
Default collection factory implementation.
- StringToDateConverter - Class in com.vaadin.data.util.converter
- StringToDateConverter() - Constructor for class com.vaadin.data.util.converter.StringToDateConverter
- StringToDoubleConverter - Class in com.vaadin.data.util.converter
- StringToDoubleConverter() - Constructor for class com.vaadin.data.util.converter.StringToDoubleConverter
- stringToEnum(String, Class<T>, Locale) - Static method in class com.vaadin.data.util.converter.StringToEnumConverter
-
Converts the given string to the given enum type using the given locale
- StringToEnumConverter - Class in com.vaadin.data.util.converter
- StringToEnumConverter() - Constructor for class com.vaadin.data.util.converter.StringToEnumConverter
- StringToFloatConverter - Class in com.vaadin.data.util.converter
- StringToFloatConverter() - Constructor for class com.vaadin.data.util.converter.StringToFloatConverter
- StringToIntegerConverter - Class in com.vaadin.data.util.converter
- StringToIntegerConverter() - Constructor for class com.vaadin.data.util.converter.StringToIntegerConverter
- StringToLongConverter - Class in com.vaadin.data.util.converter
- StringToLongConverter() - Constructor for class com.vaadin.data.util.converter.StringToLongConverter
- StringToShortConverter - Class in com.vaadin.data.util.converter
- StringToShortConverter() - Constructor for class com.vaadin.data.util.converter.StringToShortConverter
- stripJSONWrapping(String) - Static method in class com.vaadin.client.communication.MessageHandler
-
Strips the JSON wrapping from the given json string with wrapping.
- stripSpecialChars(String) - Static method in class com.vaadin.server.VaadinServlet
-
Deprecated.As of 7.0. Will likely change or be removed in a future version
- STUMBLEUPON - com.vaadin.server.FontAwesome
- STUMBLEUPON_CIRCLE - com.vaadin.server.FontAwesome
- STYLE_NAME_ERROR_INDICATOR - Static variable in class com.vaadin.client.StyleConstants
-
Style name and style name prefix for the error indicator element.
- STYLE_SYSTEM - Static variable in class com.vaadin.client.ui.VNotification
- StyleConstants - Class in com.vaadin.client
- StyleConstants() - Constructor for class com.vaadin.client.StyleConstants
- styleName - Variable in class com.vaadin.shared.ui.calendar.CalendarState.Event
- styleName - Variable in class com.vaadin.shared.ui.grid.GridStaticSectionState.CellState
- styleName - Variable in class com.vaadin.shared.ui.grid.GridStaticSectionState.RowState
-
The style name for the row.
- styleName - Variable in class com.vaadin.shared.ui.tabsheet.TabState
- STYLENAME - Static variable in class com.vaadin.client.ui.VScrollTable
- STYLENAME_AREA - Static variable in class com.vaadin.ui.AbstractColorPicker
- STYLENAME_BUTTON - Static variable in class com.vaadin.ui.AbstractColorPicker
- STYLENAME_CONTENT - Static variable in class com.vaadin.client.debug.internal.VDebugWindow
- STYLENAME_CONTROLS - Static variable in class com.vaadin.client.debug.internal.VDebugWindow
- STYLENAME_DEFAULT - Static variable in class com.vaadin.ui.AbstractColorPicker
- STYLENAME_HEAD - Static variable in class com.vaadin.client.debug.internal.VDebugWindow
- STYLENAME_PROPERTY - Static variable in class com.vaadin.ui.components.calendar.ContainerEventProvider
- STYLENAME_SECTION_HEAD - Static variable in class com.vaadin.client.debug.internal.VDebugWindow
- STYLENAME_SELECTED - Static variable in class com.vaadin.client.debug.internal.VDebugWindow
- STYLENAME_TAB - Static variable in class com.vaadin.client.debug.internal.VDebugWindow
- STYLENAME_TABS - Static variable in class com.vaadin.client.debug.internal.VDebugWindow
- styles - Variable in class com.vaadin.shared.AbstractComponentState
- StyleSheet - Annotation Type in com.vaadin.annotations
-
If this annotation is present on a
ClientConnector
class, the framework ensures the referenced style sheets are loaded before the init method for the corresponding client-side connector is invoked. - subMenu - Variable in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- subMenu - Variable in class com.vaadin.client.ui.VMenuBar
-
Widget fields
- SUBMENU_CLASSNAME_PREFIX - Static variable in class com.vaadin.client.ui.VMenuBar
- submit() - Method in class com.vaadin.client.ui.VUpload
-
For internal use only.
- submitButton - Variable in class com.vaadin.client.ui.VUpload
-
Button that initiates uploading.
- submitCompleted() - Method in interface com.vaadin.shared.ui.loginform.LoginFormRpc
- submitUpload() - Method in interface com.vaadin.shared.ui.upload.UploadClientRpc
-
Instructs the upload component to send the selected file to the server.
- submitUpload() - Method in class com.vaadin.ui.Upload
-
Instructs the upload component to send selected file to the server.
- SUBPART_SEPARATOR - Static variable in class com.vaadin.client.componentlocator.VaadinFinderLocatorStrategy
- SubPartAware - Interface in com.vaadin.client.ui
-
Interface implemented by
Widget
s which can provide identifiers for at least one element inside the component. - subscript() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
- subscript() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- SUBSCRIPT - com.vaadin.server.FontAwesome
- SUBWAY - com.vaadin.server.FontAwesome
- SucceededEvent(Upload, String, String, long) - Constructor for class com.vaadin.ui.Upload.SucceededEvent
- success() - Method in interface com.vaadin.client.widget.grid.EditorHandler.EditorRequest
-
Informs Grid that the editor request was a success.
- suggestionPopup - Variable in class com.vaadin.client.ui.VFilterSelect
-
For internal use only.
- suggestionPopupMinWidth - Variable in class com.vaadin.client.ui.VFilterSelect
-
For internal use only.
- suggestionPopupRelativeSize - Variable in class com.vaadin.client.ui.VFilterSelect
- suggestionPopupWidth - Variable in class com.vaadin.client.ui.VFilterSelect
- SUITCASE - com.vaadin.server.FontAwesome
- sumUpTotals(Map<String, Profiler.Node>) - Method in class com.vaadin.client.Profiler.Node
- SUN_O - com.vaadin.server.FontAwesome
- SuperDevMode - Class in com.vaadin.client
-
Class that enables SuperDevMode using a ?superdevmode parameter in the url.
- SuperDevMode() - Constructor for class com.vaadin.client.SuperDevMode
- SuperDevMode.RecompileResult - Class in com.vaadin.client
- superscript() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
- superscript() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- SUPERSCRIPT - com.vaadin.server.FontAwesome
- SUPPORT - com.vaadin.server.FontAwesome
- supportsInOrderScriptExecution() - Static method in class com.vaadin.client.ResourceLoader
-
The current browser supports script.async='false' for maintaining execution order for dynamically-added scripts.
- suspend(AtmosphereResource) - Method in class com.vaadin.server.communication.PushHandler
-
Suspends the given resource
- suspendReponseHandling(Object) - Method in class com.vaadin.client.communication.MessageHandler
-
This method can be used to postpone rendering of a response for a short period of time (e.g.
- swatchesVisible - Variable in class com.vaadin.ui.AbstractColorPicker
- switchView(ViewChangeListener.ViewChangeEvent) - Method in class com.vaadin.navigator.Navigator
-
Update the internal state of the navigator to reflect the actual switching of views.
- syncChildren() - Method in class com.vaadin.client.ui.VPopupView.CustomPopup
-
Try to sync all known active child widgets to server
- synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.BootstrapHandler
-
Deprecated.
- synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.communication.HeartbeatHandler
-
Handles a heartbeat request for the given session.
- synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.communication.UidlRequestHandler
- synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.communication.UIInitHandler
- synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.SynchronizedRequestHandler
-
Identical to
SynchronizedRequestHandler.handleRequest(VaadinSession, VaadinRequest, VaadinResponse)
except theVaadinSession
is locked before this is called and unlocked after this has completed. - synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.UnsupportedBrowserHandler
- 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
- SYSTEM - com.vaadin.shared.ui.ErrorLevel
-
Error level for system errors and bugs.
- SystemError - Class in com.vaadin.server
-
SystemError
is an error message for a problem caused by error in system, not the user application code. - SystemError(String) - Constructor for class com.vaadin.server.SystemError
-
Constructor for SystemError with error message specified.
- SystemError(String, Throwable) - Constructor for class com.vaadin.server.SystemError
-
Constructor for SystemError with causing exception and error message.
- SystemError(Throwable) - Constructor for class com.vaadin.server.SystemError
-
Constructor for SystemError with cause.
- SYSTEMERROR - com.vaadin.server.ErrorMessage.ErrorLevel
-
Error code for system errors and bugs.
- SYSTEMERROR - Static variable in interface com.vaadin.server.ErrorMessage
-
Deprecated.As of 7.0, use
ErrorMessage.ErrorLevel.SYSTEMERROR
instead - SystemMessageException - Exception in com.vaadin.server
- SystemMessageException(String) - Constructor for exception com.vaadin.server.SystemMessageException
-
Constructs a new
SystemMessageException
with the specified detail message. - SystemMessageException(String, Throwable) - Constructor for exception com.vaadin.server.SystemMessageException
-
Constructs a new
SystemMessageException
with the specified detail message and cause. - SystemMessageException(Throwable) - Constructor for exception com.vaadin.server.SystemMessageException
-
Constructs a new
SystemMessageException
from another exception. - SystemMessages - Class in com.vaadin.server
-
Contains the system messages used to notify the user about various critical situations that can occur.
- SystemMessagesInfo - Class in com.vaadin.server
- SystemMessagesInfo() - Constructor for class com.vaadin.server.SystemMessagesInfo
- SystemMessagesProvider - Interface in com.vaadin.server
-
Gives out system messages based on Locale.
T
- t - Variable in class com.vaadin.client.ui.VUpload
-
When expecting big files, programmer may initiate some UI changes when uploading the file starts.
- T - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- TAB - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- TAB_STYLE_NAME - Static variable in class com.vaadin.shared.ui.tabsheet.TabsheetConstants
-
Deprecated.
- tabCaptionsAsHtml - Variable in class com.vaadin.shared.ui.tabsheet.TabsheetState
- tabIndex - Variable in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- tabIndex - Variable in class com.vaadin.shared.ui.panel.PanelState
- tabIndex - Variable in class com.vaadin.shared.ui.TabIndexState
-
The tabulator index of the field.
- tabIndex - Variable in class com.vaadin.shared.ui.tabsheet.TabsheetState
-
Index of the component when switching focus - not related to Tabsheet tabs.
- TabIndexState - Class in com.vaadin.shared.ui
-
Interface implemented by state classes that support tab indexes.
- TabIndexState() - Constructor for class com.vaadin.shared.ui.TabIndexState
- tabKeys - Variable in class com.vaadin.client.ui.VTabsheetBase
-
For internal use only.
- table - Variable in class com.vaadin.client.ui.VFormLayout
-
For internal use only.
- Table - Class in com.vaadin.ui
-
Table
is used for representing data or components in a pageable and selectable table. - Table() - Constructor for class com.vaadin.ui.Table
-
Creates a new empty table.
- Table(String) - Constructor for class com.vaadin.ui.Table
-
Creates a new empty table with caption.
- Table(String, Container) - Constructor for class com.vaadin.ui.Table
-
Creates a new table with caption and connect it to a Container.
- TABLE - com.vaadin.server.FontAwesome
- TABLE_BIG - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Makes the column header and content font size bigger inside the table
- TABLE_BORDERLESS - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Removes borders and background color from the table
- TABLE_BORDERLESS - Static variable in class com.vaadin.ui.themes.Reindeer
-
Removes borders from the table
- TABLE_BORDERLESS - Static variable in class com.vaadin.ui.themes.Runo
-
Removes the border and background color from the table.
- 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
Table.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.ChameleonTheme
-
Makes the column header and content font size smaller inside the table
- TABLE_SMALL - Static variable in class com.vaadin.ui.themes.Runo
-
Smaller header and item fonts.
- TABLE_SMALL - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Small font size and reduced the white space inside the table cells.
- TABLE_STRIPED - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Adds a light alternate background color to even rows in the table.
- TABLE_STRONG - Static variable in class com.vaadin.ui.themes.Reindeer
-
Makes the table headers dark and more prominent.
- Table.Align - Enum in com.vaadin.ui
- Table.CacheUpdateException - Exception in com.vaadin.ui
-
Exception thrown when one or more exceptions occurred during updating of the Table cache.
- Table.CellStyleGenerator - Interface in com.vaadin.ui
-
Allow to define specific style on cells (and rows) contents.
- Table.ColumnCollapseEvent - Class in com.vaadin.ui
-
This event is fired when the collapse state of a column changes.
- Table.ColumnCollapseListener - Interface in com.vaadin.ui
-
Interface for listening to column collapse events.
- Table.ColumnGenerator - Interface in com.vaadin.ui
-
Used to create "generated columns"; columns that exist only in the Table, not in the underlying Container.
- Table.ColumnHeaderMode - Enum in com.vaadin.ui
- Table.ColumnReorderEvent - Class in com.vaadin.ui
-
This event is fired when a columns are reordered by the end user user.
- Table.ColumnReorderListener - Interface in com.vaadin.ui
-
Interface for listening to column reorder events.
- Table.ColumnResizeEvent - Class in com.vaadin.ui
-
This event is fired when a column is resized.
- Table.ColumnResizeListener - Interface in com.vaadin.ui
-
Interface for listening to column resize events.
- Table.FooterClickEvent - Class in com.vaadin.ui
-
Click event fired when clicking on the Table footers.
- Table.FooterClickListener - Interface in com.vaadin.ui
-
Interface for the listener for column footer mouse click events.
- Table.GeneratedRow - Class in com.vaadin.ui
- Table.HeaderClickEvent - Class in com.vaadin.ui
-
Click event fired when clicking on the Table headers.
- Table.HeaderClickListener - Interface in com.vaadin.ui
-
Interface for the listener for column header mouse click events.
- Table.RowGenerator - Interface in com.vaadin.ui
-
Row generators can be used to replace certain items in a table with a generated string.
- Table.RowHeaderMode - Enum in com.vaadin.ui
- Table.TableContextClickEvent - Class in com.vaadin.ui
-
ContextClickEvent for the Table Component.
- Table.TableDragMode - Enum in com.vaadin.ui
-
Modes that Table support as drag sourse.
- Table.TableDropCriterion - Class in com.vaadin.ui
-
Lazy loading accept criterion for Table.
- Table.TableTransferable - Class in com.vaadin.ui
-
Concrete implementation of
DataBoundTransferable
for data transferred from a table. - TableConnector - Class in com.vaadin.client.ui.table
- TableConnector() - Constructor for class com.vaadin.client.ui.table.TableConnector
- TableConstants - Class in com.vaadin.shared.ui.table
- TableConstants() - Constructor for class com.vaadin.shared.ui.table.TableConstants
- TableConstants.Section - Enum in com.vaadin.shared.ui.table
-
Enum describing different sections of Table.
- TableContextClickEvent(Table, MouseEventDetails, Object, Object, TableConstants.Section) - Constructor for class com.vaadin.ui.Table.TableContextClickEvent
- TableDropCriterion() - Constructor for class com.vaadin.ui.Table.TableDropCriterion
- TableFieldFactory - Interface in com.vaadin.ui
-
Factory interface for creating new Field-instances based on Container (datasource), item id, property id and uiContext (the component responsible for displaying fields).
- TableFooter() - Constructor for class com.vaadin.client.ui.VScrollTable.TableFooter
- TableHead() - Constructor for class com.vaadin.client.ui.VScrollTable.TableHead
- TableQuery - Class in com.vaadin.data.util.sqlcontainer.query
- TableQuery(String, JDBCConnectionPool) - Constructor for class com.vaadin.data.util.sqlcontainer.query.TableQuery
-
Creates a new TableQuery using the given connection pool and table name to fetch the data from.
- TableQuery(String, JDBCConnectionPool, SQLGenerator) - Constructor for class com.vaadin.data.util.sqlcontainer.query.TableQuery
-
Creates a new TableQuery using the given connection pool, SQL generator and table name to fetch the data from.
- TableQuery(String, String, String, JDBCConnectionPool, SQLGenerator) - Constructor for class com.vaadin.data.util.sqlcontainer.query.TableQuery
-
Creates a new TableQuery using the given connection pool, SQL generator and table name to fetch the data from.
- TableQuery(String, String, String, JDBCConnectionPool, SQLGenerator, boolean) - Constructor for class com.vaadin.data.util.sqlcontainer.query.TableQuery
-
Creates a new TableQuery using the given connection pool, SQL generator and table name to fetch the data from.
- TableQuery.RowIdChangeEvent - Class in com.vaadin.data.util.sqlcontainer.query
-
Simple RowIdChangeEvent implementation.
- TableServerRpc - Interface in com.vaadin.shared.ui.table
-
Client-to-server RPC interface for the Table component
- TableState - Class in com.vaadin.shared.ui.table
-
Shared state for the Table component.
- TableState() - Constructor for class com.vaadin.shared.ui.table.TableState
- TABLET - com.vaadin.server.FontAwesome
- TableTransferable(Map<String, Object>) - Constructor for class com.vaadin.ui.Table.TableTransferable
- tabPanel - Variable in class com.vaadin.client.ui.VTabsheet
-
For internal use only.
- tabs - Variable in class com.vaadin.client.debug.internal.VDebugWindow
- tabs - Variable in class com.vaadin.client.ui.VTabsheet
-
For internal use only.
- tabs - Variable in class com.vaadin.shared.ui.tabsheet.TabsheetState
- TABS_CLASSNAME - Static variable in class com.vaadin.client.ui.VTabsheet
- 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_BORDERLESS - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Removes borders and background color from the tab sheet
- TABSHEET_BORDERLESS - Static variable in class com.vaadin.ui.themes.Reindeer
-
Removes borders from the default tab sheet style.
- 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_HOVER_CLOSABLE - Static variable in class com.vaadin.ui.themes.Reindeer
-
Makes the tab close buttons visible only when the user is hovering over the tab.
- 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_MINIMAL - Static variable in class com.vaadin.ui.themes.Reindeer
-
Removes borders and background color from the tab sheet.
- TABSHEET_ONLY_SELECTED_TAB_IS_CLOSABLE - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Only the selected tab has the close button visible.
- TABSHEET_PADDED_TABBAR - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Add a small amount of padding around the tabs in the tab bar, so that they don't touch the outer edges of the component.
- TABSHEET_SELECTED_CLOSABLE - Static variable in class com.vaadin.ui.themes.Reindeer
-
Makes the tab close buttons visible only when the tab is selected.
- TABSHEET_SMALL - Static variable in class com.vaadin.ui.themes.Reindeer
-
Removes borders and background color from the tab sheet, and shows the tabs as a small bar.
- TABSHEET_SMALL - Static variable in class com.vaadin.ui.themes.Runo
-
Smaller tabs, no border and background for content area
- TabSheet.CloseHandler - Interface in com.vaadin.ui
-
CloseHandler is used to process tab closing events.
- TabSheet.SelectedTabChangeEvent - Class in com.vaadin.ui
-
Selected tab change event.
- TabSheet.SelectedTabChangeListener - Interface in com.vaadin.ui
-
Selected tab change event listener.
- TabSheet.Tab - Interface in com.vaadin.ui
-
Tab meta-data for a component in a
TabSheet
. - TabSheet.TabsheetServerRpcImpl - Class in com.vaadin.ui
-
Client to server RPC implementation for TabSheet.
- TabSheet.TabSheetTabImpl - Class in com.vaadin.ui
-
TabSheet's implementation of
TabSheet.Tab
- tab metadata. - TabsheetBaseConnector - Class in com.vaadin.client.ui.tabsheet
- TabsheetBaseConnector() - Constructor for class com.vaadin.client.ui.tabsheet.TabsheetBaseConnector
- TabsheetBaseConstants - Class in com.vaadin.shared.ui.tabsheet
-
Deprecated.
- TabsheetBaseConstants() - Constructor for class com.vaadin.shared.ui.tabsheet.TabsheetBaseConstants
-
Deprecated.
- TabsheetClientRpc - Interface in com.vaadin.shared.ui.tabsheet
-
Server to client RPC methods for the TabSheet.
- TabsheetConnector - Class in com.vaadin.client.ui.tabsheet
- TabsheetConnector() - Constructor for class com.vaadin.client.ui.tabsheet.TabsheetConnector
- TabsheetConstants - Class in com.vaadin.shared.ui.tabsheet
-
Deprecated.
- TabsheetConstants() - Constructor for class com.vaadin.shared.ui.tabsheet.TabsheetConstants
-
Deprecated.
- TabsheetServerRpc - Interface in com.vaadin.shared.ui.tabsheet
-
Client to server RPC methods for the TabSheet.
- TabsheetServerRpcImpl() - Constructor for class com.vaadin.ui.TabSheet.TabsheetServerRpcImpl
- TabsheetState - Class in com.vaadin.shared.ui.tabsheet
- TabsheetState() - Constructor for class com.vaadin.shared.ui.tabsheet.TabsheetState
- TabSheetTabImpl(String, String, Resource) - Constructor for class com.vaadin.ui.TabSheet.TabSheetTabImpl
- tabSizeMightHaveChanged(VTabsheet.Tab) - Method in class com.vaadin.client.ui.VTabsheet
- TabState - Class in com.vaadin.shared.ui.tabsheet
-
Shared state of a single tab in a Tabsheet or an Accordion.
- TabState() - Constructor for class com.vaadin.shared.ui.tabsheet.TabState
- tabsVisible - Variable in class com.vaadin.shared.ui.tabsheet.TabsheetState
-
true to show the tab bar, false to only show the contained component
- TACHOMETER - com.vaadin.server.FontAwesome
- TAG - com.vaadin.server.FontAwesome
- TAGNAME - Static variable in class com.vaadin.client.ui.VAbsoluteLayout
-
Tag name for widget creation
- TAGS - com.vaadin.server.FontAwesome
- tagToComponent(String, Design.ComponentFactory, DesignContext) - Method in interface com.vaadin.ui.declarative.Design.ComponentMapper
-
Resolves and creates a component using the provided component factory based on a tag name.
- tagToComponent(String, Design.ComponentFactory, DesignContext) - Method in class com.vaadin.ui.declarative.Design.DefaultComponentMapper
- target - Variable in class com.vaadin.client.extensions.ResponsiveConnector
-
The target component which we will monitor for width changes
- target - Variable in class com.vaadin.client.ui.VLink
-
For internal use only.
- target - Variable in class com.vaadin.shared.ui.BrowserWindowOpenerState
- target - Variable in class com.vaadin.shared.ui.link.LinkState
- TARGET_BORDER_DEFAULT - Static variable in class com.vaadin.ui.Link
-
Deprecated.As of 7.0, use
BorderStyle.DEFAULT
instead - TARGET_BORDER_MINIMAL - Static variable in class com.vaadin.ui.Link
-
Deprecated.As of 7.0, use
BorderStyle.MINIMAL
instead - TARGET_BORDER_NONE - Static variable in class com.vaadin.ui.Link
-
Deprecated.As of 7.0, use
BorderStyle.NONE
instead - targetBorder - Variable in class com.vaadin.shared.ui.link.LinkState
- TargetDetailIs - Class in com.vaadin.event.dd.acceptcriteria
-
Criterion for checking if drop target details contains the specific property with the specific value.
- TargetDetailIs(String, Boolean) - Constructor for class com.vaadin.event.dd.acceptcriteria.TargetDetailIs
- TargetDetailIs(String, String) - Constructor for class com.vaadin.event.dd.acceptcriteria.TargetDetailIs
-
Constructs a criterion which ensures that the value there is a value in
TargetDetails
that equals the reference value. - TargetDetails - Interface in com.vaadin.event.dd
-
TargetDetails wraps drop target related information about
DragAndDropEvent
. - TargetDetailsImpl - Class in com.vaadin.event.dd
-
A HashMap backed implementation of
TargetDetails
for terminal implementation and for extension. - TargetDetailsImpl(Map<String, Object>) - Constructor for class com.vaadin.event.dd.TargetDetailsImpl
- TargetDetailsImpl(Map<String, Object>, DropTarget) - Constructor for class com.vaadin.event.dd.TargetDetailsImpl
- targetHeight - Variable in class com.vaadin.client.ui.VLink
-
For internal use only.
- targetHeight - Variable in class com.vaadin.shared.ui.link.LinkState
- TargetInSubtree(Object) - Constructor for class com.vaadin.ui.Tree.TargetInSubtree
-
Constructs a criteria that accepts the drag if the targeted Item is a descendant of Item identified by given id
- TargetInSubtree(Object, int) - Constructor for class com.vaadin.ui.Tree.TargetInSubtree
-
Constructs a criteria that accepts drops within given level below the subtree root identified by given id.
- TargetItemIs(AbstractSelect, Object...) - Constructor for class com.vaadin.ui.AbstractSelect.TargetItemIs
- targetWidth - Variable in class com.vaadin.client.ui.VLink
-
For internal use only.
- targetWidth - Variable in class com.vaadin.shared.ui.link.LinkState
- TASKS - com.vaadin.server.FontAwesome
- TAXI - com.vaadin.server.FontAwesome
- tb - Variable in class com.vaadin.client.ui.VFilterSelect
-
The text box where the filter is written
- teardown() - Method in class com.vaadin.client.widget.escalator.FlyweightRow
-
Tear down the state of the Row.
- TELEVISION - com.vaadin.server.FontAwesome
- templateContents - Variable in class com.vaadin.shared.ui.customlayout.CustomLayoutState
- templateName - Variable in class com.vaadin.shared.ui.customlayout.CustomLayoutState
- TemporaryRowId - Class in com.vaadin.data.util.sqlcontainer
- TemporaryRowId(Object...) - Constructor for class com.vaadin.data.util.sqlcontainer.TemporaryRowId
- TENCENT_WEIBO - com.vaadin.server.FontAwesome
- TERMINAL - com.vaadin.server.FontAwesome
- TERMINATED - com.vaadin.client.ApplicationConnection.ApplicationState
- TESTBENCH - com.vaadin.client.debug.internal.Icon
- TestBenchSection - Class in com.vaadin.client.debug.internal
-
Provides functionality for picking selectors for Vaadin TestBench.
- TestBenchSection() - Constructor for class com.vaadin.client.debug.internal.TestBenchSection
- text - Variable in class com.vaadin.client.ui.VTextualDate
-
For internal use only.
- text - Variable in class com.vaadin.shared.ui.grid.GridStaticSectionState.CellState
- text - Variable in class com.vaadin.shared.ui.label.LabelState
- text - Variable in class com.vaadin.shared.ui.textfield.AbstractTextFieldState
-
The text in the field
- TEXT - com.vaadin.server.AbstractErrorMessage.ContentMode
-
Content mode, where the error contains only plain text.
- TEXT - com.vaadin.shared.ui.grid.GridStaticCellType
-
Text content
- TEXT - com.vaadin.shared.ui.label.ContentMode
-
Content mode, where the label contains only plain text.
- TEXT_HEIGHT - com.vaadin.server.FontAwesome
- TEXT_WIDTH - com.vaadin.server.FontAwesome
- 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(Property) - Constructor for class com.vaadin.ui.TextArea
-
Constructs a TextArea with given property data source.
- TextArea(String) - Constructor for class com.vaadin.ui.TextArea
-
Constructs an empty TextArea with given caption.
- TextArea(String, Property) - Constructor for class com.vaadin.ui.TextArea
-
Constructs a TextArea with given caption and property data source.
- TextArea(String, String) - Constructor for class com.vaadin.ui.TextArea
-
Constructs a TextArea with given caption and value.
- TEXTAREA_ALIGN_CENTER - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Align the text inside the area to center.
- TEXTAREA_ALIGN_RIGHT - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Align the text inside the area to the right.
- TEXTAREA_BORDERLESS - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Removes the border and background from the text area.
- TEXTAREA_HUGE - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Huge size text area.
- TEXTAREA_LARGE - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Large size text area.
- TEXTAREA_SMALL - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Small size text area.
- TEXTAREA_TINY - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Tiny size text area.
- TextAreaConnector - Class in com.vaadin.client.ui.textarea
- TextAreaConnector() - Constructor for class com.vaadin.client.ui.textarea.TextAreaConnector
- TextAreaState - Class in com.vaadin.shared.ui.textarea
- TextAreaState() - Constructor for class com.vaadin.shared.ui.textarea.TextAreaState
- textChange(FieldEvents.TextChangeEvent) - Method in interface com.vaadin.event.FieldEvents.TextChangeListener
-
This method is called repeatedly while the text is edited by a user.
- TEXTCHANGE_EVENTS - Static variable in class com.vaadin.client.ui.VTextField
-
For internal use only.
- TEXTCHANGE_MODE_EAGER - Static variable in class com.vaadin.shared.ui.textfield.TextFieldConstants
- TextChangeEvent(Component) - Constructor for class com.vaadin.event.FieldEvents.TextChangeEvent
- textChangeEventMode - Variable in class com.vaadin.client.ui.VTextField
-
For internal use only.
- textChangeEventTimeout - Variable in class com.vaadin.client.ui.VTextField
- TextField - Class in com.vaadin.ui
-
A text editor component that can be bound to any bindable Property.
- TextField() - Constructor for class com.vaadin.ui.TextField
-
Constructs an empty
TextField
with no caption. - TextField(Property) - Constructor for class com.vaadin.ui.TextField
-
Constructs a new
TextField
that's bound to the specifiedProperty
and has no caption. - TextField(String) - Constructor for class com.vaadin.ui.TextField
-
Constructs an empty
TextField
with given caption. - TextField(String, Property) - Constructor for class com.vaadin.ui.TextField
-
Constructs a new
TextField
that's bound to the specifiedProperty
and has the given captionString
. - TextField(String, String) - Constructor for class com.vaadin.ui.TextField
-
Constructs a new
TextField
with the given caption and initial text contents. - 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_BIG - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Large sized text field with big font
- 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_SEARCH - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Adds a magnifier icon on the left side of the fields text
- TEXTFIELD_SMALL - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Small sized text field with small font
- TEXTFIELD_SMALL - Static variable in class com.vaadin.ui.themes.Reindeer
-
Small sized text field with small font
- TEXTFIELD_SMALL - Static variable in class com.vaadin.ui.themes.Runo
-
Small sized text field with small font
- TEXTFIELD_SMALL - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Small size text field.
- TEXTFIELD_TINY - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Tiny size text field.
- TextFieldConnector - Class in com.vaadin.client.ui.textfield
- TextFieldConnector() - Constructor for class com.vaadin.client.ui.textfield.TextFieldConnector
- TextFieldConstants - Class in com.vaadin.shared.ui.textfield
- TextFieldConstants() - Constructor for class com.vaadin.shared.ui.textfield.TextFieldConstants
- textFieldEnabled - Variable in class com.vaadin.shared.ui.datefield.PopupDateFieldState
- textfieldVisible - Variable in class com.vaadin.ui.AbstractColorPicker
- TextFileProperty - Class in com.vaadin.data.util
-
Property implementation for wrapping a text file.
- TextFileProperty(File) - Constructor for class com.vaadin.data.util.TextFileProperty
-
Wrap given file with property interface.
- TextFileProperty(File, Charset) - Constructor for class com.vaadin.data.util.TextFileProperty
-
Wrap the given file with the property interface and specify character set.
- TextRectangle() - Constructor for class com.vaadin.client.WidgetUtil.TextRectangle
- TextRenderer - Class in com.vaadin.client.renderers
-
Renderer that renders text into a cell.
- TextRenderer - Class in com.vaadin.ui.renderers
-
A renderer for presenting simple plain-text string values.
- TextRenderer() - Constructor for class com.vaadin.client.renderers.TextRenderer
- TextRenderer() - Constructor for class com.vaadin.ui.renderers.TextRenderer
-
Creates a new text renderer
- TextRenderer(String) - Constructor for class com.vaadin.ui.renderers.TextRenderer
-
Creates a new text renderer
- TextRendererConnector - Class in com.vaadin.client.connectors
-
A connector for
TextRenderer
. - TextRendererConnector() - Constructor for class com.vaadin.client.connectors.TextRendererConnector
- TextualDateConnector - Class in com.vaadin.client.ui.datefield
- TextualDateConnector() - Constructor for class com.vaadin.client.ui.datefield.TextualDateConnector
- TextualDateFieldState - Class in com.vaadin.shared.ui.datefield
- TextualDateFieldState() - Constructor for class com.vaadin.shared.ui.datefield.TextualDateFieldState
- tFoot - Variable in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- TH - com.vaadin.server.FontAwesome
- TH_LARGE - com.vaadin.server.FontAwesome
- TH_LIST - com.vaadin.server.FontAwesome
- tHead - Variable in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- theme - Variable in class com.vaadin.shared.ui.ui.UIState
-
Currently used theme.
- Theme - Annotation Type in com.vaadin.annotations
-
Defines a specific theme for a
UI
. - THEME_DIR_PATH - Static variable in interface com.vaadin.server.Constants
- THEME_NAME - Static variable in class com.vaadin.ui.themes.BaseTheme
- THEME_NAME - Static variable in class com.vaadin.ui.themes.ChameleonTheme
- THEME_NAME - Static variable in class com.vaadin.ui.themes.LiferayTheme
- THEME_NAME - Static variable in class com.vaadin.ui.themes.Reindeer
- THEME_NAME - Static variable in class com.vaadin.ui.themes.Runo
- THEME_NAME - Static variable in class com.vaadin.ui.themes.ValoTheme
- THEME_PROTOCOL_PREFIX - Static variable in class com.vaadin.shared.ApplicationConstants
-
Prefix used for theme resource URLs
- themeName() - Static method in class com.vaadin.ui.themes.Runo
- ThemeResource - Class in com.vaadin.server
-
ThemeResource
is a named theme dependant resource provided and managed by a theme. - ThemeResource(String) - Constructor for class com.vaadin.server.ThemeResource
-
Creates a resource.
- then(Grid.Column<?, ?>) - Method in class com.vaadin.client.widget.grid.sort.Sort
-
Continue building a Sort order.
- then(Grid.Column<?, ?>, SortDirection) - Method in class com.vaadin.client.widget.grid.sort.Sort
-
Continue building a Sort order.
- then(Object) - Method in class com.vaadin.data.sort.Sort
-
Continue building a Sort order.
- then(Object, SortDirection) - Method in class com.vaadin.data.sort.Sort
-
Continue building a Sort order.
- thirdDelay - Variable in class com.vaadin.shared.ui.ui.UIState.LoadingIndicatorConfigurationState
- THUMB_TACK - com.vaadin.server.FontAwesome
- THUMBS_DOWN - com.vaadin.server.FontAwesome
- THUMBS_O_DOWN - com.vaadin.server.FontAwesome
- THUMBS_O_UP - com.vaadin.server.FontAwesome
- THUMBS_UP - com.vaadin.server.FontAwesome
- TICKET - com.vaadin.server.FontAwesome
- time12format_date - Variable in class com.vaadin.client.ui.VCalendar
- time24format_date - Variable in class com.vaadin.client.ui.VCalendar
- Timebar(boolean) - Constructor for class com.vaadin.client.ui.calendar.schedule.WeekGrid.Timebar
- timeFrom - Variable in class com.vaadin.shared.ui.calendar.CalendarState.Event
- TIMEOUT - com.vaadin.ui.AbstractTextField.TextChangeEventMode
-
Each text change event in the UI causes the event to be communicated to the application after a timeout.
- TIMES - com.vaadin.server.FontAwesome
- TIMES_CIRCLE - com.vaadin.server.FontAwesome
- TIMES_CIRCLE_O - com.vaadin.server.FontAwesome
- timeTo - Variable in class com.vaadin.shared.ui.calendar.CalendarState.Event
- timezone - Variable in class com.vaadin.ui.Calendar
-
Defines the component's active time zone.
- TINT - com.vaadin.server.FontAwesome
- title - Variable in class com.vaadin.shared.ui.ui.PageState
-
Non-null if the title is set.
- Title - Annotation Type in com.vaadin.annotations
-
Defines the HTML page title for a
UI
. - toDebugString() - Method in class com.vaadin.client.widget.grid.events.GridKeyDownEvent
- toDebugString() - Method in class com.vaadin.client.widget.grid.events.GridKeyPressEvent
- toDebugString() - Method in class com.vaadin.client.widget.grid.events.GridKeyUpEvent
- TOGGLE_DOWN - com.vaadin.server.FontAwesome
- TOGGLE_LEFT - com.vaadin.server.FontAwesome
- TOGGLE_OFF - com.vaadin.server.FontAwesome
- TOGGLE_ON - com.vaadin.server.FontAwesome
- TOGGLE_RIGHT - com.vaadin.server.FontAwesome
- TOGGLE_UP - com.vaadin.server.FontAwesome
- toggleSelection() - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
-
Toggle the selection of the row
- toJson() - Method in class com.vaadin.client.communication.ServerRpcQueue
-
Returns the current invocations as JSON
- toJson() - Method in class elemental.json.impl.JreJsonArray
- toJson() - Method in class elemental.json.impl.JreJsonBoolean
- toJson() - Method in class elemental.json.impl.JreJsonNull
- toJson() - Method in class elemental.json.impl.JreJsonNumber
- toJson() - Method in class elemental.json.impl.JreJsonObject
- toJson() - Method in class elemental.json.impl.JreJsonString
- toJson() - Method in interface elemental.json.JsonValue
-
Returns a serialized JSON string representing this value.
- toNative() - Method in class elemental.json.impl.JreJsonValue
- toNative() - Method in interface elemental.json.JsonValue
-
If used in a GWT context (dev or prod mode), converts the object to a native JavaScriptObject suitable for passing to JSNI methods.
- TOOLTIP_EVENTS - Static variable in class com.vaadin.client.VTooltip
- tooltipConfiguration - Variable in class com.vaadin.shared.ui.ui.UIState
- TooltipConfiguration - Interface in com.vaadin.ui
-
Provides method for configuring the tooltip.
- TooltipConfigurationState() - Constructor for class com.vaadin.shared.ui.ui.UIState.TooltipConfigurationState
- TooltipInfo - Class in com.vaadin.client
-
An object that contains information about a tooltip, such as the tooltip's title, error message, error level and an ID.
- TooltipInfo() - Constructor for class com.vaadin.client.TooltipInfo
-
Constructs a new tooltip info instance.
- TooltipInfo(String) - Constructor for class com.vaadin.client.TooltipInfo
-
Constructs a new tooltip info instance.
- TooltipInfo(String, String) - Constructor for class com.vaadin.client.TooltipInfo
-
Constructs a new tooltip info instance.
- TooltipInfo(String, String, Object) - Constructor for class com.vaadin.client.TooltipInfo
-
Constructs a new tooltip info instance.
- TooltipInfo(String, String, Object, ErrorLevel) - Constructor for class com.vaadin.client.TooltipInfo
-
Constructs a new tooltip info instance.
- tooltipMap - Variable in class com.vaadin.client.ui.tree.TreeConnector
- top - Variable in class com.vaadin.client.ui.VScrollTable.ContextMenuDetails
- TOP - com.vaadin.client.ui.orderedlayout.CaptionPosition
- TOP - com.vaadin.shared.ui.dd.VerticalDropLocation
- TOP - Static variable in class com.vaadin.shared.ui.AlignmentInfo
- TOP - Static variable in class com.vaadin.ui.AbstractSelect.VerticalLocationIs
- TOP_CENTER - com.vaadin.shared.Position
- TOP_CENTER - Static variable in class com.vaadin.ui.Alignment
- TOP_LEFT - com.vaadin.shared.Position
- TOP_LEFT - Static variable in class com.vaadin.client.ui.VNotification
- TOP_LEFT - Static variable in class com.vaadin.shared.ui.AlignmentInfo
- TOP_LEFT - Static variable in class com.vaadin.ui.Alignment
- TOP_RIGHT - com.vaadin.shared.Position
- TOP_RIGHT - Static variable in class com.vaadin.client.ui.VNotification
- TOP_RIGHT - Static variable in class com.vaadin.ui.Alignment
- toString() - Method in enum com.vaadin.client.debug.internal.Icon
- toString() - Method in class com.vaadin.client.metadata.Method
- toString() - Method in class com.vaadin.client.metadata.Property
- toString() - Method in class com.vaadin.client.metadata.Type
- toString() - Method in class com.vaadin.client.Profiler.Node
- toString() - Method in class com.vaadin.client.RenderInformation.Size
- toString() - Method in class com.vaadin.client.RenderInformation
- toString() - Method in class com.vaadin.client.ui.Action
- toString() - Method in class com.vaadin.client.ui.layout.Margins
- toString() - Method in class com.vaadin.client.ui.VTree.TreeNode
- toString() - Method in class com.vaadin.client.ui.VTreeTable.PendingNavigationEvent
- toString() - Method in class com.vaadin.client.widgets.Grid.Column
- toString() - Method in class com.vaadin.client.WidgetUtil.CssSize
- toString() - Method in class com.vaadin.data.sort.SortOrder
- toString() - Method in class com.vaadin.data.util.AbstractProperty
-
Deprecated.As of 7.0. To get the property value, use
Property.getValue()
instead (and possibly toString on that) - toString() - Method in class com.vaadin.data.util.FilesystemContainer.FileItem
- toString() - Method in class com.vaadin.data.util.PropertysetItem
-
Gets the
String
representation of the contents of the Item. - toString() - Method in class com.vaadin.data.util.sqlcontainer.ColumnProperty
-
Deprecated.As of 7.0. To get the property value, use
ColumnProperty.getValue()
instead (and possibly toString on that) - toString() - Method in class com.vaadin.data.util.sqlcontainer.ReadOnlyRowId
- toString() - Method in class com.vaadin.data.util.sqlcontainer.RowId
- toString() - Method in class com.vaadin.data.util.sqlcontainer.RowItem
- toString() - Method in class com.vaadin.data.util.sqlcontainer.TemporaryRowId
- 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.DeploymentConfiguration.LegacyProperyToStringMode
-
Deprecated.
- toString() - Method in enum com.vaadin.server.ErrorMessage.ErrorLevel
- toString() - Method in enum com.vaadin.server.Sizeable.Unit
- toString() - Method in class com.vaadin.server.ThemeResource
- toString() - Method in class com.vaadin.shared.communication.MethodInvocation
- toString() - Method in class com.vaadin.shared.communication.UidlValue
- toString() - Method in class com.vaadin.shared.MouseEventDetails
- toString() - Method in class com.vaadin.shared.ui.grid.Range
- toString() - Method in class com.vaadin.shared.ui.MarginInfo
- toString() - Method in class com.vaadin.ui.AbsoluteLayout.ComponentPosition
- toString() - Method in enum com.vaadin.ui.AbstractColorPicker.PopupStyle
- toString() - Method in class com.vaadin.ui.AbstractField
-
Deprecated.As of 7.0. Use
AbstractField.getValue()
to get the value of the field,AbstractField.getConvertedValue()
to get the field value converted to the data model type orAbstractField.getPropertyDataSource()
.getValue() to get the value of the data source. - toString() - Method in class com.vaadin.ui.Alignment
- toString() - Method in class com.vaadin.ui.components.calendar.CalendarDateRange
- toString() - Method in class com.vaadin.ui.Grid.Column
- toString() - Method in class com.vaadin.ui.Label
-
Deprecated.As of 7.0, use
Label.getValue()
to get the value of the label orLabel.getPropertyDataSource()
.getValue() to get the value of the data source. - toString() - Method in class com.vaadin.ui.renderers.DateRenderer
- toString() - Method in class com.vaadin.ui.renderers.NumberRenderer
- toString() - Method in enum com.vaadin.ui.Table.Align
- toString() - Method in class elemental.json.impl.JreJsonObject
- totalMatches - Variable in class com.vaadin.client.ui.VFilterSelect
-
For internal use only.
- totalProcessingTime - Variable in class com.vaadin.client.communication.MessageHandler
-
Holds the total time spent rendering requests during the lifetime of the session.
- totalRows - Variable in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- TouchScrollDelegate - Class in com.vaadin.client.ui
-
Provides one finger touch scrolling for elements with once scrollable elements inside.
- TouchScrollDelegate(Element...) - Constructor for class com.vaadin.client.ui.TouchScrollDelegate
- TouchScrollDelegate.TouchScrollHandler - Class in com.vaadin.client.ui
-
A helper class for making a widget scrollable.
- TouchScrollHandler() - Constructor for class com.vaadin.client.ui.TouchScrollDelegate.TouchScrollHandler
-
Constructs a scroll handler.
- TouchScrollHandler(Widget, Element...) - Constructor for class com.vaadin.client.ui.TouchScrollDelegate.TouchScrollHandler
-
Deprecated.Use
GWT.create(Class)
andTouchScrollDelegate.TouchScrollHandler.init(Widget, Element...)
instead of this constructor to enable overriding. - TRADEMARK - com.vaadin.server.FontAwesome
- TRAIN - com.vaadin.server.FontAwesome
- TransactionalPropertyWrapper<T> - Class in com.vaadin.data.util
-
Wrapper class that helps implement two-phase commit for a non-transactional property.
- TransactionalPropertyWrapper(Property<T>) - Constructor for class com.vaadin.data.util.TransactionalPropertyWrapper
- Transferable - Interface in com.vaadin.event
-
Transferable wraps the data that is to be imported into another component.
- TransferableImpl - Class in com.vaadin.event
-
TODO Javadoc!
- TransferableImpl(Component, Map<String, Object>) - Constructor for class com.vaadin.event.TransferableImpl
- TRANSGENDER - com.vaadin.server.FontAwesome
- TRANSGENDER_ALT - com.vaadin.server.FontAwesome
- Translate3DPosition() - Constructor for class com.vaadin.client.widget.escalator.PositionFunction.Translate3DPosition
- translateDropTargetDetails(Map<String, Object>) - Method in interface com.vaadin.event.dd.DropTarget
-
Called before the
DragAndDropEvent
is passed toDropHandler
. - translateDropTargetDetails(Map<String, Object>) - Method in class com.vaadin.ui.Calendar
- translateDropTargetDetails(Map<String, Object>) - Method in class com.vaadin.ui.DragAndDropWrapper
- translateDropTargetDetails(Map<String, Object>) - Method in class com.vaadin.ui.Table
- translateDropTargetDetails(Map<String, Object>) - Method in class com.vaadin.ui.Tree
- TranslatedURLReference - Class in com.vaadin.client.communication
-
A URLReference implementation which does late URL translation to be able to re-translate URLs if e.g.
- TranslatedURLReference() - Constructor for class com.vaadin.client.communication.TranslatedURLReference
- TranslatePosition() - Constructor for class com.vaadin.client.widget.escalator.PositionFunction.TranslatePosition
- translatesFilter(Container.Filter) - Method in class com.vaadin.data.util.sqlcontainer.query.generator.filter.AndTranslator
- translatesFilter(Container.Filter) - Method in class com.vaadin.data.util.sqlcontainer.query.generator.filter.BetweenTranslator
- translatesFilter(Container.Filter) - Method in class com.vaadin.data.util.sqlcontainer.query.generator.filter.CompareTranslator
- translatesFilter(Container.Filter) - Method in interface com.vaadin.data.util.sqlcontainer.query.generator.filter.FilterTranslator
- translatesFilter(Container.Filter) - Method in class com.vaadin.data.util.sqlcontainer.query.generator.filter.IsNullTranslator
- translatesFilter(Container.Filter) - Method in class com.vaadin.data.util.sqlcontainer.query.generator.filter.LikeTranslator
- translatesFilter(Container.Filter) - Method in class com.vaadin.data.util.sqlcontainer.query.generator.filter.NotTranslator
- translatesFilter(Container.Filter) - Method in class com.vaadin.data.util.sqlcontainer.query.generator.filter.OrTranslator
- translatesFilter(Container.Filter) - Method in class com.vaadin.data.util.sqlcontainer.query.generator.filter.SimpleStringTranslator
- translateVaadinUri(String) - Method in class com.vaadin.client.ApplicationConnection
-
Translates custom protocols in UIDL URI's to be recognizable by browser.
- TRANSPARENT_GIF_1PX - Static variable in class com.vaadin.client.renderers.ImageRenderer
- transport() - Method in annotation type com.vaadin.annotations.Push
-
Returns the transport type used for the push for the annotated UI.
- Transport - Enum in com.vaadin.shared.ui.ui
-
Transport modes for Push
- TRANSPORT_PARAM - Static variable in class com.vaadin.shared.ui.ui.UIState.PushConfigurationState
- TRASH - com.vaadin.server.FontAwesome
- TRASH_O - com.vaadin.server.FontAwesome
- traverse(JsonVisitor, JsonContext) - Method in class elemental.json.impl.JreJsonArray
- traverse(JsonVisitor, JsonContext) - Method in class elemental.json.impl.JreJsonBoolean
- traverse(JsonVisitor, JsonContext) - Method in class elemental.json.impl.JreJsonNull
- traverse(JsonVisitor, JsonContext) - Method in class elemental.json.impl.JreJsonNumber
- traverse(JsonVisitor, JsonContext) - Method in class elemental.json.impl.JreJsonObject
- traverse(JsonVisitor, JsonContext) - Method in class elemental.json.impl.JreJsonString
- traverse(JsonVisitor, JsonContext) - Method in class elemental.json.impl.JreJsonValue
- TRAY_NOTIFICATION - com.vaadin.ui.Notification.Type
- Tree - Class in com.vaadin.ui
-
Tree component.
- Tree() - Constructor for class com.vaadin.ui.Tree
-
Creates a new empty tree.
- Tree(String) - Constructor for class com.vaadin.ui.Tree
-
Creates a new empty tree with caption.
- Tree(String, Container) - Constructor for class com.vaadin.ui.Tree
-
Creates a new tree with caption and connect it to a Container.
- TREE - com.vaadin.server.FontAwesome
- TREE_CONNECTORS - Static variable in class com.vaadin.ui.themes.BaseTheme
-
Adds the connector lines between a parent node and its child nodes to indicate the tree hierarchy better.
- Tree.CollapseEvent - Class in com.vaadin.ui
-
Collapse event
- Tree.CollapseListener - Interface in com.vaadin.ui
-
Collapse event listener.
- Tree.ExpandEvent - Class in com.vaadin.ui
-
Event to fired when a node is expanded.
- Tree.ExpandListener - Interface in com.vaadin.ui
-
Expand event listener.
- Tree.ItemStyleGenerator - Interface in com.vaadin.ui
-
ItemStyleGenerator can be used to add custom styles to tree items.
- Tree.TargetInSubtree - Class in com.vaadin.ui
-
An accept criterion that checks the parent node (or parent hierarchy) for the item identifier given in constructor.
- Tree.TargetItemAllowsChildren - Class in com.vaadin.ui
-
A criterion that accepts
Transferable
only directly on a tree node that can have children. - Tree.TreeContextClickEvent - Class in com.vaadin.ui
-
ContextClickEvent for the Tree Component.
- Tree.TreeDragMode - Enum in com.vaadin.ui
-
Supported drag modes for Tree.
- Tree.TreeDropCriterion - Class in com.vaadin.ui
-
Lazy loading accept criterion for Tree.
- Tree.TreeTargetDetails - Class in com.vaadin.ui
-
A
TargetDetails
implementation with Tree specific api. - Tree.TreeTransferable - Class in com.vaadin.ui
-
Concrete implementation of
DataBoundTransferable
for data transferred from a tree. - TreeAction - Class in com.vaadin.client.ui
-
This class is used for "row actions" in VTree and ITable
- TreeAction(ActionOwner) - Constructor for class com.vaadin.client.ui.TreeAction
- TreeAction(ActionOwner, String, String) - Constructor for class com.vaadin.client.ui.TreeAction
- TreeConnector - Class in com.vaadin.client.ui.tree
- TreeConnector() - Constructor for class com.vaadin.client.ui.tree.TreeConnector
- TreeConstants - Class in com.vaadin.shared.ui.tree
-
Deprecated.
- TreeConstants() - Constructor for class com.vaadin.shared.ui.tree.TreeConstants
-
Deprecated.
- TreeContextClickEvent(Tree, Object, MouseEventDetails) - Constructor for class com.vaadin.ui.Tree.TreeContextClickEvent
- TreeDropCriterion() - Constructor for class com.vaadin.ui.Tree.TreeDropCriterion
- TreeNode() - Constructor for class com.vaadin.client.ui.VTree.TreeNode
- TreeServerRpc - Interface in com.vaadin.shared.ui.tree
-
Client-to-server RPC interface for the Tree component
- TreeState - Class in com.vaadin.shared.ui.tree
-
Shared state for the Table component.
- TreeState() - Constructor for class com.vaadin.shared.ui.tree.TreeState
- TreeTable - Class in com.vaadin.ui
- TreeTable() - Constructor for class com.vaadin.ui.TreeTable
-
Creates an empty TreeTable with a default container.
- TreeTable(String) - Constructor for class com.vaadin.ui.TreeTable
-
Creates an empty TreeTable with a default container.
- TreeTable(String, Container) - Constructor for class com.vaadin.ui.TreeTable
-
Creates a TreeTable instance with given captions and data source.
- 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
- TreeTableConnector - Class in com.vaadin.client.ui.treetable
- TreeTableConnector() - Constructor for class com.vaadin.client.ui.treetable.TreeTableConnector
- TreeTableConstants - Class in com.vaadin.shared.ui.treetable
-
Deprecated.
- TreeTableConstants() - Constructor for class com.vaadin.shared.ui.treetable.TreeTableConstants
-
Deprecated.
- TreeTableState - Class in com.vaadin.shared.ui.treetable
- TreeTableState() - Constructor for class com.vaadin.shared.ui.treetable.TreeTableState
- TreeTransferable(Component, Map<String, Object>) - Constructor for class com.vaadin.ui.Tree.TreeTransferable
- TRELLO - com.vaadin.server.FontAwesome
- trigger() - Method in class com.vaadin.client.ui.VLazyExecutor
-
Triggers execution of the command.
- trigger() - Method in class com.vaadin.client.VLoadingIndicator
-
Triggers displaying of this loading indicator.
- triggerLazyColumnAdjustment(boolean) - Method in class com.vaadin.client.ui.VScrollTable
- triggerRowFetch(int, int) - Method in class com.vaadin.client.ui.VScrollTable.RowRequestHandler
- triggerRowFetch(int, int, int) - Method in class com.vaadin.client.ui.VScrollTable.RowRequestHandler
- trimTrailingSlashes(String) - Static method in class com.vaadin.shared.util.SharedUtil
-
Trims trailing slashes (if any) from a string.
- TRIPADVISOR - com.vaadin.server.FontAwesome
- TROPHY - com.vaadin.server.FontAwesome
- TRUCK - com.vaadin.server.FontAwesome
- TRY - com.vaadin.server.FontAwesome
- TTY - com.vaadin.server.FontAwesome
- TUMBLR - com.vaadin.server.FontAwesome
- TUMBLR_SQUARE - com.vaadin.server.FontAwesome
- TURKISH_LIRA - com.vaadin.server.FontAwesome
- TV - com.vaadin.server.FontAwesome
- twelveHourClock - Variable in class com.vaadin.shared.ui.ui.UIState.LocaleData
- TwinColSelect - 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
- TwinColSelect(String) - Constructor for class com.vaadin.ui.TwinColSelect
- TwinColSelect(String, Container) - Constructor for class com.vaadin.ui.TwinColSelect
- TwinColSelect(String, Collection<?>) - Constructor for class com.vaadin.ui.TwinColSelect
- TwinColSelectConnector - Class in com.vaadin.client.ui.twincolselect
- TwinColSelectConnector() - Constructor for class com.vaadin.client.ui.twincolselect.TwinColSelectConnector
- TwinColSelectConstants - Class in com.vaadin.shared.ui.twincolselect
-
Deprecated.
- TwinColSelectConstants() - Constructor for class com.vaadin.shared.ui.twincolselect.TwinColSelectConstants
-
Deprecated.
- TwinColSelectState - Class in com.vaadin.shared.ui.twincolselect
-
Shared state for the TwinColSelect component.
- TwinColSelectState() - Constructor for class com.vaadin.shared.ui.twincolselect.TwinColSelectState
- TWITCH - com.vaadin.server.FontAwesome
- TWITTER - com.vaadin.server.FontAwesome
- TWITTER_SQUARE - com.vaadin.server.FontAwesome
- type - Variable in class com.vaadin.client.metadata.ConnectorBundleLoader.CValUiInfo
- type - Variable in class com.vaadin.client.ui.VEmbedded
-
For internal use only.
- type - Variable in class com.vaadin.shared.ui.grid.GridStaticSectionState.CellState
- Type - Class in com.vaadin.client.metadata
- Type(Class<?>) - Constructor for class com.vaadin.client.metadata.Type
- Type(String, Type[]) - Constructor for class com.vaadin.client.metadata.Type
- TYPE - Static variable in class com.vaadin.client.ApplicationConnection.ApplicationStoppedEvent
- TYPE - Static variable in class com.vaadin.client.ApplicationConnection.RequestStartingEvent
- TYPE - Static variable in class com.vaadin.client.ApplicationConnection.ResponseHandlingEndedEvent
- TYPE - Static variable in class com.vaadin.client.ApplicationConnection.ResponseHandlingStartedEvent
- TYPE - Static variable in class com.vaadin.client.communication.StateChangeEvent
-
Type of this event, used by the event bus.
- TYPE - Static variable in class com.vaadin.client.ConnectorHierarchyChangeEvent
-
Type of this event, used by the event bus.
- TYPE - Static variable in class com.vaadin.client.ui.VAbstractSplitPanel.SplitterMoveHandler.SplitterMoveEvent
- TYPE - Static variable in class com.vaadin.client.widget.escalator.events.RowHeightChangedEvent
-
Handler type.
- TYPE - Static variable in class com.vaadin.client.widget.escalator.events.SpacerVisibilityChangedEvent
-
Handler type.
- TYPE - Static variable in class com.vaadin.client.widget.escalator.RowVisibilityChangeEvent
-
The type of this event.
- TYPE - Static variable in class com.vaadin.client.widget.escalator.ScrollbarBundle.VisibilityChangeEvent
- TYPE - Static variable in class com.vaadin.client.widget.grid.DataAvailableEvent
- TYPE - Static variable in class com.vaadin.client.widget.grid.events.GridClickEvent
- TYPE - Static variable in class com.vaadin.client.widget.grid.events.GridDoubleClickEvent
- TYPE - Static variable in class com.vaadin.client.widget.grid.events.GridEnabledEvent
-
The type of this event
- TYPE - Static variable in class com.vaadin.client.widget.grid.events.GridKeyDownEvent
- TYPE - Static variable in class com.vaadin.client.widget.grid.events.GridKeyPressEvent
- TYPE - Static variable in class com.vaadin.client.widget.grid.events.GridKeyUpEvent
- TYPE - Static variable in class com.vaadin.client.widget.grid.events.ScrollEvent
-
The type of this event
- TYPE_BROWSER - Static variable in class com.vaadin.ui.Embedded
-
Deprecated.As of 7.0, use the
BrowserFrame
component instead. - TYPE_ERROR_MESSAGE - Static variable in class com.vaadin.ui.Notification
-
Deprecated.
- TYPE_HUMANIZED_MESSAGE - Static variable in class com.vaadin.ui.Notification
-
Deprecated.
- TYPE_IMAGE - Static variable in class com.vaadin.ui.Embedded
-
Deprecated.As of 7.0, use the
Image
component instead. - TYPE_MOUSE - Static variable in class com.vaadin.client.event.PointerEvent
- TYPE_OBJECT - Static variable in class com.vaadin.ui.Embedded
-
General object type.
- TYPE_PEN - Static variable in class com.vaadin.client.event.PointerEvent
- TYPE_TOUCH - Static variable in class com.vaadin.client.event.PointerEvent
- TYPE_TRAY_NOTIFICATION - Static variable in class com.vaadin.ui.Notification
-
Deprecated.
- TYPE_UNKNOWN - Static variable in class com.vaadin.client.event.PointerEvent
- TYPE_WARNING_MESSAGE - Static variable in class com.vaadin.ui.Notification
-
Deprecated.
- TypeData - Class in com.vaadin.client.metadata
- TypeData() - Constructor for class com.vaadin.client.metadata.TypeData
- TypeDataStore - Class in com.vaadin.client.metadata
- TypeDataStore() - Constructor for class com.vaadin.client.metadata.TypeDataStore
- TypeDataStore.MethodAttribute - Enum in com.vaadin.client.metadata
U
- U - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- ui() - Method in annotation type com.vaadin.annotations.VaadinServletConfiguration
-
Gets the default UI class to use for the servlet.
- UI - Class in com.vaadin.ui
-
The topmost component in any component hierarchy.
- UI() - Constructor for class com.vaadin.ui.UI
-
Creates a new empty UI without a caption.
- UI(Component) - Constructor for class com.vaadin.ui.UI
-
Creates a new UI with the given component (often a layout) as its content.
- UI_ID_PARAMETER - Static variable in class com.vaadin.shared.ui.ui.UIConstants
-
Name of the parameter used to transmit UI ids back and forth
- UI_LAYOUT - Static variable in class com.vaadin.client.StyleConstants
-
Added to all layouts to denote they are layouts
- UI_PARAMETER - Static variable in class com.vaadin.server.VaadinSession
-
The name of the parameter that is by default used in e.g.
- UI_PRIORITY_PARAMETER - Static variable in class com.vaadin.server.VaadinSession
-
The priority of the specified default UI class (defaults to 0)
- UI_WIDGET - Static variable in class com.vaadin.client.StyleConstants
-
Added to all UI components
- UI_WITH_MENU - Static variable in class com.vaadin.ui.themes.ValoTheme
-
When you use the Valo menu and wish to enable responsive features of the menu, you need to add this style name to the UI containing the menu.
- UIClassSelectionEvent - Class in com.vaadin.server
-
Contains information used by
UIProvider.getUIClass(UIClassSelectionEvent)
to choose a UI class to use in a specific situation. - UIClassSelectionEvent(VaadinRequest) - Constructor for class com.vaadin.server.UIClassSelectionEvent
-
Creates a new event for a specific request.
- UIClientRpc - Interface in com.vaadin.shared.ui.ui
-
Server to Client RPC methods for UI
- uiClosed(boolean) - Method in interface com.vaadin.shared.ui.ui.UIClientRpc
-
Informs the client that the UI has been closed
- UIConnector - Class in com.vaadin.client.ui.ui
- UIConnector() - Constructor for class com.vaadin.client.ui.ui.UIConnector
- UIConstants - Class in com.vaadin.shared.ui.ui
- UIConstants() - Constructor for class com.vaadin.shared.ui.ui.UIConstants
- UICreateEvent - Class in com.vaadin.server
-
Contains data used by various methods in
UIProvider
for determining information about a new UI that is about to be created. - UICreateEvent(VaadinRequest, Class<? extends UI>) - Constructor for class com.vaadin.server.UICreateEvent
-
Creates a new UI create event for a given VaadinRequest and UI class but without a UI id.
- UICreateEvent(VaadinRequest, Class<? extends UI>, Integer) - Constructor for class com.vaadin.server.UICreateEvent
-
Creates a new UI create event for a given VaadinRequest, UI class and UI id
- UIDetachedException - Exception in com.vaadin.ui
-
Exception thrown if the UI has been detached when it should not be.
- UIDetachedException() - Constructor for exception com.vaadin.ui.UIDetachedException
- UIDetachedException(String) - Constructor for exception com.vaadin.ui.UIDetachedException
- UIDetachedException(String, Throwable) - Constructor for exception com.vaadin.ui.UIDetachedException
- UIDetachedException(Throwable) - Constructor for exception com.vaadin.ui.UIDetachedException
- uidl(ApplicationConnection, ValueMap) - Method in class com.vaadin.client.debug.internal.HierarchySection
- uidl(ApplicationConnection, ValueMap) - Method in class com.vaadin.client.debug.internal.InfoSection
- uidl(ApplicationConnection, ValueMap) - Method in class com.vaadin.client.debug.internal.LogSection
- uidl(ApplicationConnection, ValueMap) - Method in class com.vaadin.client.debug.internal.NetworkSection
- uidl(ApplicationConnection, ValueMap) - Method in class com.vaadin.client.debug.internal.ProfilerSection
- uidl(ApplicationConnection, ValueMap) - Method in interface com.vaadin.client.debug.internal.Section
- uidl(ApplicationConnection, ValueMap) - Method in class com.vaadin.client.debug.internal.TestBenchSection
- uidl(ApplicationConnection, ValueMap) - Method in class com.vaadin.client.debug.internal.VDebugWindow
-
Called when a response is received
- UIDL - Class in com.vaadin.client
-
When a component is updated, it's client side widget's
updateFromUIDL()
will be called with the updated ("changes") UIDL received from the server. - UIDL - com.vaadin.server.VaadinServlet.RequestType
-
Deprecated.
- UIDL() - Constructor for class com.vaadin.client.UIDL
- UIDL_PATH - Static variable in class com.vaadin.server.communication.UidlRequestHandler
- UIDL_PATH - Static variable in class com.vaadin.shared.ApplicationConstants
- UIDL_PUSH_ID - Static variable in class com.vaadin.shared.ApplicationConstants
-
Name for push connection identifier.
- UIDL_REFRESH_TOKEN - Static variable in class com.vaadin.client.ApplicationConnection
-
A string that, if found in a non-JSON response to a UIDL request, will cause the browser to refresh the page.
- UIDL_SECURITY_TOKEN_ID - Static variable in class com.vaadin.shared.ApplicationConstants
- UIDL.XML - Class in com.vaadin.client
-
Deprecated.should not be used anymore
- uidlId - Variable in class com.vaadin.client.ui.VMenuBar
-
For server connections.
- uidlId - Variable in class com.vaadin.client.ui.VPopupView
-
For server-client communication.
- UidlRequestHandler - Class in com.vaadin.server.communication
-
Processes a UIDL request from the client.
- UidlRequestHandler() - Constructor for class com.vaadin.server.communication.UidlRequestHandler
- UidlValue - Class in com.vaadin.shared.communication
- UidlValue(Object) - Constructor for class com.vaadin.shared.communication.UidlValue
- UidlWriter - Class in com.vaadin.server.communication
-
Serializes pending server-side changes to UI state to JSON.
- UidlWriter() - Constructor for class com.vaadin.server.communication.UidlWriter
- UIEvents - Interface in com.vaadin.event
-
A class that contains events, listeners and handlers specific to the
UI
class. - UIEvents.PollEvent - Class in com.vaadin.event
-
An event that is fired whenever a client polls the server for asynchronous UI updates.
- UIEvents.PollListener - Interface in com.vaadin.event
- UIEvents.PollNotifier - Interface in com.vaadin.event
-
The interface for adding and removing
UIEvents.PollEvent
listeners. - UIInitHandler - Class in com.vaadin.server.communication
-
Handles an initial request from the client to initialize a
UI
. - UIInitHandler() - Constructor for class com.vaadin.server.communication.UIInitHandler
- UIProvider - Class in com.vaadin.server
- UIProvider() - Constructor for class com.vaadin.server.UIProvider
- UIProviderEvent - Class in com.vaadin.server
-
Base class for the events that are sent to various methods in UIProvider.
- UIProviderEvent(VaadinRequest) - Constructor for class com.vaadin.server.UIProviderEvent
-
Creates a new UI provider event.
- UIServerRpc - Interface in com.vaadin.shared.ui.ui
- UIState - Class in com.vaadin.shared.ui.ui
- UIState() - Constructor for class com.vaadin.shared.ui.ui.UIState
- UIState.LoadingIndicatorConfigurationState - Class in com.vaadin.shared.ui.ui
- UIState.LocaleData - Class in com.vaadin.shared.ui.ui
- UIState.LocaleServiceState - Class in com.vaadin.shared.ui.ui
- UIState.NotificationTypeConfiguration - Class in com.vaadin.shared.ui.ui
- UIState.PushConfigurationState - Class in com.vaadin.shared.ui.ui
- UIState.ReconnectDialogConfigurationState - Class in com.vaadin.shared.ui.ui
- UIState.TooltipConfigurationState - Class in com.vaadin.shared.ui.ui
- ul() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
- ul() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- UMBRELLA - com.vaadin.server.FontAwesome
- unbind(Field<?>) - Method in class com.vaadin.data.fieldgroup.BeanFieldGroup
- unbind(Field<?>) - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Detaches the field from its property id and removes it from this FieldBinder.
- UNDEFINED - com.vaadin.shared.ui.grid.HeightMode
-
The height of the Component or Widget in question is defined by its contents.
- underline() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Images
- underline() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- UNDERLINE - com.vaadin.server.FontAwesome
- UNDO - com.vaadin.server.FontAwesome
- unHookEvents(Element) - Method in class com.vaadin.client.ui.upload.UploadIFrameOnloadStrategy
- unHookEvents(Element) - Method in class com.vaadin.client.ui.upload.UploadIFrameOnloadStrategyIE
- UniqueSerializable - Class in com.vaadin.ui
-
A base class for generating an unique object that is serializable.
- UniqueSerializable() - Constructor for class com.vaadin.ui.UniqueSerializable
- unitByType(String) - Static method in class com.vaadin.client.WidgetUtil.CssSize
-
Gets the unit value by its type.
- UNITS_CM - Static variable in interface com.vaadin.server.Sizeable
-
Deprecated.As of 7.0, use
Sizeable.Unit.CM
instead - UNITS_EM - Static variable in interface com.vaadin.server.Sizeable
-
Deprecated.As of 7.0, use
Sizeable.Unit.EM
instead - UNITS_EX - Static variable in interface com.vaadin.server.Sizeable
-
Deprecated.As of 7.0, use
Sizeable.Unit.EX
instead - UNITS_INCH - Static variable in interface com.vaadin.server.Sizeable
-
Deprecated.As of 7.0, use
Sizeable.Unit.INCH
instead - UNITS_MM - Static variable in interface com.vaadin.server.Sizeable
-
Deprecated.As of 7.0, use
Sizeable.Unit.MM
instead - UNITS_PERCENTAGE - Static variable in interface com.vaadin.server.Sizeable
-
Deprecated.As of 7.0, use
Sizeable.Unit.PERCENTAGE
instead - UNITS_PICAS - Static variable in interface com.vaadin.server.Sizeable
-
Deprecated.As of 7.0, use
Sizeable.Unit.PICAS
instead - UNITS_PIXELS - Static variable in interface com.vaadin.server.Sizeable
-
Deprecated.As of 7.0, use
Sizeable.Unit.PIXELS
instead - UNITS_POINTS - Static variable in interface com.vaadin.server.Sizeable
-
Deprecated.As of 7.0, use
Sizeable.Unit.POINTS
instead - UNIVERSITY - com.vaadin.server.FontAwesome
- UNKNOWN - com.vaadin.shared.VBrowserDetails.OperatingSystem
- UnknownComponentConnector - Class in com.vaadin.client.ui
- UnknownComponentConnector() - Constructor for class com.vaadin.client.ui.UnknownComponentConnector
- UnknownExtensionConnector - Class in com.vaadin.client.ui
-
Connector used as a placeholder for extensions that are not present in the widgetset.
- UnknownExtensionConnector() - Constructor for class com.vaadin.client.ui.UnknownExtensionConnector
- UNLINK - com.vaadin.server.FontAwesome
- unlinkAllRowsStartingAt(int) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody
- unlinkAndReindexRows(int, int) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody
- unlinkRow(boolean) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody
- unlinkRows(int, int) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody
- unlinkRowsAnimatedAndUpdateCacheWhenFinished(int, int) - Method in class com.vaadin.client.ui.VTreeTable.VTreeTableScrollBody
- unlock() - Method in class com.vaadin.server.VaadinSession
-
Unlocks this session.
- UNLOCK - com.vaadin.server.FontAwesome
- UNLOCK_ALT - com.vaadin.server.FontAwesome
- unlockSession(WrappedSession, Lock) - Method in class com.vaadin.server.VaadinService
-
Releases the lock for the given session for this service instance.
- UnparsableDateString(String) - Constructor for exception com.vaadin.ui.DateField.UnparsableDateString
- unpin() - Method in class com.vaadin.client.data.AbstractRemoteDataSource.RowHandleImpl
- unpin() - Method in class com.vaadin.client.data.DataSource.RowHandle
-
Marks this row as unpinned.
- unpinHandle(AbstractRemoteDataSource.RowHandleImpl) - Method in class com.vaadin.client.connectors.RpcDataSourceConnector.RpcDataSource
- unpinHandle(AbstractRemoteDataSource.RowHandleImpl) - Method in class com.vaadin.client.data.AbstractRemoteDataSource
-
Unpins a previously pinned row with given handle.
- unregisterComponent(Component) - Method in class com.vaadin.ui.Table
-
This method cleans up a Component that has been generated when Table is in editable mode.
- unregisterConnector(ServerConnector) - Method in class com.vaadin.client.ConnectorMap
-
Unregisters the given connector; always use after removing a connector.
- unregisterConnector(ClientConnector) - Method in class com.vaadin.server.GlobalResourceHandler
-
Notifies this handler that resources registered for the given connector can be released.
- unregisterConnector(ClientConnector) - Method in class com.vaadin.ui.ConnectorTracker
-
Unregister the given connector.
- unregisterDependency(ManagedLayout, Element) - Method in class com.vaadin.client.LayoutManager
-
Registers that a ManagedLayout is no longer depending on the size of an Element.
- unregisterPaintable(ServerConnector) - Method in class com.vaadin.client.ApplicationConnection
-
Deprecated.As of 7.0. No longer serves any purpose.
- unregisterRpc(Class<T>, T) - Method in class com.vaadin.client.ui.AbstractConnector
-
Unregisters an implementation for a server to client RPC interface.
- unregisterTouchHandlers() - Method in class com.vaadin.client.ui.AbstractComponentConnector
-
The new default behaviour is for long taps to fire a contextclick event if there's a contextclick listener attached to the component.
- UnsafeHtmlRenderer() - Constructor for class com.vaadin.client.connectors.UnsafeHtmlRendererConnector.UnsafeHtmlRenderer
- UnsafeHtmlRendererConnector - Class in com.vaadin.client.connectors
-
A connector for
UnsafeHtmlRendererConnector.UnsafeHtmlRenderer
- UnsafeHtmlRendererConnector() - Constructor for class com.vaadin.client.connectors.UnsafeHtmlRendererConnector
- UnsafeHtmlRendererConnector.UnsafeHtmlRenderer - Class in com.vaadin.client.connectors
- unselect(Object) - Method in class com.vaadin.ui.AbstractSelect
-
Unselects an item.
- unshift(boolean) - Method in interface elemental.util.ArrayOfBoolean
-
Shifts a value onto the beginning of the array.
- unshift(double) - Method in interface elemental.util.ArrayOfNumber
-
Shifts a value onto the beginning of the array.
- unshift(int) - Method in interface elemental.util.ArrayOfInt
-
Shifts a value onto the beginning of the array.
- unshift(String) - Method in interface elemental.util.ArrayOfString
-
Shifts a value onto the beginning of the array.
- unshift(T) - Method in interface elemental.util.ArrayOf
-
Shifts a value onto the beginning of the array.
- UNSORTED - com.vaadin.server.FontAwesome
- 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
- UnsupportedFilterException - Exception in com.vaadin.data.util.filter
-
Exception for cases where a container does not support a specific type of filters.
- UnsupportedFilterException() - Constructor for exception com.vaadin.data.util.filter.UnsupportedFilterException
- UnsupportedFilterException(Exception) - Constructor for exception com.vaadin.data.util.filter.UnsupportedFilterException
- UnsupportedFilterException(String) - Constructor for exception com.vaadin.data.util.filter.UnsupportedFilterException
- UnsupportedFilterException(String, Exception) - Constructor for exception com.vaadin.data.util.filter.UnsupportedFilterException
- unwrap(Class<T>) - Method in class com.vaadin.data.validator.BeanValidator.SimpleContext
- update() - Method in class com.vaadin.client.debug.internal.AnalyzeLayoutsPanel
- update() - Method in class com.vaadin.client.debug.internal.HierarchyPanel
- update() - Method in class com.vaadin.client.debug.internal.OptimizedWidgetsetPanel
-
Update the panel contents based on the connectors that have been used so far on this execution of the application.
- update(ServerConnector) - Method in class com.vaadin.client.debug.internal.ConnectorInfoPanel
-
Update the panel to show information about a connector.
- update(Row, Iterable<FlyweightCell>) - Method in interface com.vaadin.client.widget.escalator.EscalatorUpdater
-
Renders a row contained in a row container.
- update(Row, Iterable<FlyweightCell>) - Method in class com.vaadin.client.widgets.Grid.BodyUpdater
- update(Row, Iterable<FlyweightCell>) - Method in class com.vaadin.client.widgets.Grid.StaticSectionUpdater
- update(T, Type, JsonValue, ApplicationConnection) - Method in interface com.vaadin.client.communication.DiffJSONSerializer
-
Update the target object in place based on the passed JSON data.
- UPDATE_VARIABLE_INTERFACE - Static variable in class com.vaadin.shared.ApplicationConstants
-
Deprecated.
- UPDATE_VARIABLE_METHOD - Static variable in class com.vaadin.shared.ApplicationConstants
-
Deprecated.
- updateAcceptRules(UIDL) - Method in class com.vaadin.client.ui.dd.VAbstractDropHandler
-
Implementor/user of
VAbstractDropHandler
must pass the UIDL painted byAcceptCriterion
to this method. - updateActionMap(UIDL) - Method in class com.vaadin.client.ui.ShortcutActionHandler
-
Updates list of actions this handler listens to.
- updateActionMap(UIDL) - Method in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- updateBlurHandler(T, HandlerRegistration) - Static method in class com.vaadin.client.EventHelper
-
Adds or removes a blur handler depending on if the connector has blur listeners on the server side or not.
- updateBlurHandler(T, HandlerRegistration, Widget) - Static method in class com.vaadin.client.EventHelper
-
Adds or removes a blur handler depending on if the connector has blur listeners on the server side or not.
- updateBody(UIDL, int, int) - Method in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- updateBrowserWindowSize(int, int) - Method in class com.vaadin.server.Page
-
Deprecated.As of 7.2, use
Page.updateBrowserWindowSize(int, int, boolean)
instead. - updateBrowserWindowSize(int, int, boolean) - Method in class com.vaadin.server.Page
-
For internal use only.
- updateCaption() - Method in class com.vaadin.client.VCaption
-
Updates the caption from UIDL.
- updateCaption() - Method in class com.vaadin.client.VCaptionWrapper
- updateCaption(Widget, AbstractComponentState, boolean) - Method in class com.vaadin.client.ui.VFormLayout.VFormLayoutTable
- updateCaption(ComponentConnector) - Method in class com.vaadin.client.connectors.GridConnector
- updateCaption(ComponentConnector) - Method in interface com.vaadin.client.HasComponentsConnector
-
Update child components caption, description and error message.
- updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.absolutelayout.AbsoluteLayoutConnector
- updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.accordion.AccordionConnector
- updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.csslayout.CssLayoutConnector
- updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.customcomponent.CustomComponentConnector
- updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.customfield.CustomFieldConnector
- updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.customlayout.CustomLayoutConnector
- updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.form.FormConnector
- updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.formlayout.FormLayoutConnector
- updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.gridlayout.GridLayoutConnector
- updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.loginform.LoginFormConnector
- updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.orderedlayout.AbstractOrderedLayoutConnector
- updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.panel.PanelConnector
- updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.popupview.PopupViewConnector
- updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.splitpanel.AbstractSplitPanelConnector
- updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.table.TableConnector
- updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.tabsheet.TabsheetConnector
- updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.ui.UIConnector
- updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.VCustomLayout
-
Update caption for given widget
- updateCaption(ComponentConnector) - Method in class com.vaadin.client.ui.window.WindowConnector
- updateCaption(AbstractComponentState, boolean) - Method in class com.vaadin.client.ui.VFormLayout.Caption
- updateCaption(TabState) - Method in class com.vaadin.client.ui.VAccordion.StackItem
- updateCaptionOffset(Element) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
-
Update the offset off the caption relative to the slot
- updateCaptionOffset(Element) - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
-
Deprecated.As of 7.2, call or override
VAbstractOrderedLayout.updateCaptionOffset(Element)
instead - updateCaptions(UIDL) - Method in class com.vaadin.client.ui.VTwinColSelect
-
For internal use only.
- updateCaptionWithoutOwner(String, boolean, boolean, boolean, ErrorLevel, String, String) - Method in class com.vaadin.client.VCaption
-
Deprecated.
- updateCaptionWithoutOwner(String, boolean, boolean, boolean, String) - Method in class com.vaadin.client.VCaption
-
Deprecated.
- updateCaptionWithoutOwner(String, boolean, boolean, boolean, String, String) - Method in class com.vaadin.client.VCaption
-
Deprecated.
- updateCell(GridLayoutState.ChildComponentData) - Method in class com.vaadin.client.ui.VGridLayout.Cell
- updateCellHeights() - Method in class com.vaadin.client.ui.calendar.schedule.SimpleWeekToolbar
- updateCellHeights() - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid
- updateCellsFromUIDL(UIDL) - Method in class com.vaadin.client.ui.VScrollTable.TableFooter
-
Updates the cells contents when updateUIDL request is received
- updateCellsFromUIDL(UIDL) - Method in class com.vaadin.client.ui.VScrollTable.TableHead
- updateCellSizes(int, int) - Method in class com.vaadin.client.ui.calendar.schedule.MonthGrid
- updateCellStyleNames(TableCellElement, String) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
- updateCellWidths() - Method in class com.vaadin.client.ui.calendar.schedule.DayToolbar
- updateCellWidths() - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid
- updateCellWidths() - Method in class com.vaadin.client.ui.calendar.schedule.WeeklyLongEvents
- updateColor(String[], String[], String[]) - Method in class com.vaadin.client.ui.colorpicker.VColorPickerGrid
-
Updates the changed colors within the grid based on the given x- and y-coordinates.
- updateColSpans() - Method in class com.vaadin.client.widgets.Grid.StaticSection
- updateColumnProperties(UIDL) - Method in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- updateComponent(Widget, UIDL, boolean) - Method in class com.vaadin.client.ApplicationConnection
-
Deprecated.As of 7.0, no longer serves any purpose
- updateComponentSize() - Method in class com.vaadin.client.ui.AbstractComponentConnector
-
Updates the component size based on the shared state, invoking the
layout manager
if necessary. - updateComponentSize() - Method in class com.vaadin.client.ui.window.WindowConnector
- updateComponentSize(String, String) - Method in class com.vaadin.client.ui.AbstractComponentConnector
-
Updates the component size, invoking the
layout manager
if necessary. - updateComponentSize(String, String) - Method in class com.vaadin.client.ui.table.TableConnector
- updateContentNodeHeight() - Method in class com.vaadin.client.ui.VTabsheet
-
For internal use only.
- updateContentsSize() - Method in class com.vaadin.client.ui.VWindow
- updateCursorPosition() - Method in class com.vaadin.client.ui.VTextField
-
Updates the cursor position variable if it has changed since the last update.
- updateDialog() - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
-
Called whenever a reconnect attempt fails to allow updating of dialog contents
- updateDragImage(Event.NativePreviewEvent, VDragAndDropManager.DDManagerMediator) - Method in class com.vaadin.client.ui.dd.DDEventHandleStrategy
-
Updates drag image DOM element.
- updateDragImagePosition(NativeEvent, Element) - Method in class com.vaadin.client.ui.dd.VDragAndDropManager
- updateDragMode(UIDL) - Method in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- updateDragPosition(MonthEventLabel, int, int) - Method in class com.vaadin.client.ui.calendar.schedule.SimpleDayCell
- updateDropDetails(VDragEvent) - Method in class com.vaadin.client.ui.VDragAndDropWrapper
- updateDropHandler(UIDL) - Method in class com.vaadin.client.ui.VTree
-
For internal use only.
- updateDynamicWidth() - Method in class com.vaadin.client.ui.VTabsheet
-
For internal use only.
- updateEnabledState() - Method in class com.vaadin.client.ui.VListSelect
- updateEnabledState() - Method in class com.vaadin.client.ui.VNativeSelect
- updateEnabledState() - Method in class com.vaadin.client.ui.VOptionGroup
- updateEnabledState() - Method in class com.vaadin.client.ui.VOptionGroupBase
- updateEnabledState() - Method in class com.vaadin.client.ui.VTwinColSelect
- updateEnabledState(boolean) - Method in interface com.vaadin.client.ServerConnector
- updateEnabledState(boolean) - Method in class com.vaadin.client.ui.AbstractComponentConnector
- updateEnabledState(boolean) - Method in class com.vaadin.client.ui.AbstractConnector
- updateEnabledState(boolean) - Method in class com.vaadin.client.ui.table.TableConnector
- updateError(Widget, String, ErrorLevel, boolean) - Method in class com.vaadin.client.ui.VFormLayout.VFormLayoutTable
- updateError(String, ErrorLevel, boolean) - Method in class com.vaadin.client.ui.VFormLayout.ErrorFlag
- updateErrorLevel(ErrorLevel) - Method in class com.vaadin.client.VErrorMessage
-
Sets the correct error level style name for the error message and removes all previous style names.
- updateEvents(int, boolean) - Method in class com.vaadin.client.ui.calendar.schedule.SimpleDayCell
- updateEventsToMonthGrid(Collection<CalendarEvent>, boolean) - Method in class com.vaadin.client.ui.VCalendar
-
Adds events to the month grid
- updateEventToMonthGrid(CalendarEvent) - Method in class com.vaadin.client.ui.VCalendar
-
Updates an event in the month grid
- updateExpandCompensation() - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
-
Updates the expand compensation based on the measured sizes of children without expand.
- updateExpandedSizes() - Method in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
-
Assigns relative sizes to the children that should expand based on their expand ratios.
- updateFieldContent(String) - Method in class com.vaadin.client.ui.VTextField
-
For internal use only.
- updateFirstVisibleAndScrollIfNeeded(UIDL) - Method in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- updateFocusHandler(T, HandlerRegistration) - Static method in class com.vaadin.client.EventHelper
-
Adds or removes a focus handler depending on if the connector has focus listeners on the server side or not.
- updateFocusHandler(T, HandlerRegistration, Widget) - Static method in class com.vaadin.client.EventHelper
-
Adds or removes a focus handler depending on if the connector has focus listeners on the server side or not.
- updateFreezePosition(int, double) - Method in class com.vaadin.client.widgets.Escalator.AbstractRowContainer
- updateFromUIDL(UIDL, ApplicationConnection) - Method in interface com.vaadin.client.Paintable
-
Deprecated.
- updateFromUIDL(UIDL, ApplicationConnection) - Method in class com.vaadin.client.ui.calendar.CalendarConnector
- updateFromUIDL(UIDL, ApplicationConnection) - Method in class com.vaadin.client.ui.combobox.ComboBoxConnector
- updateFromUIDL(UIDL, ApplicationConnection) - Method in class com.vaadin.client.ui.customlayout.CustomLayoutConnector
- updateFromUIDL(UIDL, ApplicationConnection) - Method in class com.vaadin.client.ui.datefield.AbstractDateFieldConnector
- updateFromUIDL(UIDL, ApplicationConnection) - Method in class com.vaadin.client.ui.datefield.DateFieldConnector
- updateFromUIDL(UIDL, ApplicationConnection) - Method in class com.vaadin.client.ui.datefield.InlineDateFieldConnector
- updateFromUIDL(UIDL, ApplicationConnection) - Method in class com.vaadin.client.ui.datefield.TextualDateConnector
- updateFromUIDL(UIDL, ApplicationConnection) - Method in class com.vaadin.client.ui.draganddropwrapper.DragAndDropWrapperConnector
- updateFromUIDL(UIDL, ApplicationConnection) - Method in class com.vaadin.client.ui.embedded.EmbeddedConnector
- updateFromUIDL(UIDL, ApplicationConnection) - Method in class com.vaadin.client.ui.form.FormConnector
- updateFromUIDL(UIDL, ApplicationConnection) - Method in class com.vaadin.client.ui.LegacyConnector
-
Deprecated.
- updateFromUIDL(UIDL, ApplicationConnection) - Method in class com.vaadin.client.ui.menubar.MenuBarConnector
-
This method must be implemented to update the client-side component from UIDL data received from server.
- updateFromUIDL(UIDL, ApplicationConnection) - Method in class com.vaadin.client.ui.optiongroup.OptionGroupBaseConnector
- updateFromUIDL(UIDL, ApplicationConnection) - Method in class com.vaadin.client.ui.optiongroup.OptionGroupConnector
- updateFromUIDL(UIDL, ApplicationConnection) - Method in class com.vaadin.client.ui.panel.PanelConnector
- updateFromUIDL(UIDL, ApplicationConnection) - Method in class com.vaadin.client.ui.richtextarea.RichTextAreaConnector
- updateFromUIDL(UIDL, ApplicationConnection) - Method in class com.vaadin.client.ui.table.TableConnector
- updateFromUIDL(UIDL, ApplicationConnection) - Method in class com.vaadin.client.ui.textfield.TextFieldConnector
- updateFromUIDL(UIDL, ApplicationConnection) - Method in class com.vaadin.client.ui.tree.TreeConnector
- updateFromUIDL(UIDL, ApplicationConnection) - Method in class com.vaadin.client.ui.treetable.TreeTableConnector
- updateFromUIDL(UIDL, ApplicationConnection) - Method in class com.vaadin.client.ui.twincolselect.TwinColSelectConnector
- updateFromUIDL(UIDL, ApplicationConnection) - Method in class com.vaadin.client.ui.ui.UIConnector
- updateFromUIDL(UIDL, ApplicationConnection) - Method in class com.vaadin.client.ui.upload.UploadConnector
- updateFromUIDL(UIDL, ApplicationConnection) - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- updateFromUIDL(UIDL, ApplicationConnection) - Method in class com.vaadin.client.ui.window.WindowConnector
- updateGrid(int, int) - Method in class com.vaadin.client.ui.colorpicker.VColorPickerGrid
-
Updates the row and column count and creates a new grid based on them.
- updateHandler(ComponentConnector, H, String, HandlerRegistration, DomEvent.Type<H>, Widget) - Static method in class com.vaadin.client.EventHelper
- updateHeight() - Method in class com.vaadin.client.ui.VGridLayout
-
For internal use only.
- updateHeight() - Method in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- updateHierarchicalWrapper() - Method in class com.vaadin.data.util.ContainerHierarchicalWrapper
-
Updates the wrapper's internal hierarchy data to include all Items in the underlying container.
- updateLocation(String) - Method in class com.vaadin.server.Page
-
Deprecated.As of 7.2, use
Page.updateLocation(String, boolean)
instead. - updateLocation(String, boolean) - Method in class com.vaadin.server.Page
-
For internal use only.
- updateMarginStyleNames(MarginInfo) - Method in class com.vaadin.client.ui.VGridLayout
-
For internal use only.
- updateMaximizeRestoreClassName(boolean, WindowMode) - Method in class com.vaadin.client.ui.VWindow
- updateMaxIndent() - Method in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- updateMaxLength(int) - Method in class com.vaadin.client.ui.VTextArea
- updateMaxLength(int) - Method in class com.vaadin.client.ui.VTextField
-
This method is responsible for updating the DOM or otherwise ensuring that the given max length is enforced.
- updateMessage(String) - Method in class com.vaadin.client.VErrorMessage
- updateMonthGrid(int, List<CalendarDay>, Date) - Method in class com.vaadin.client.ui.VCalendar
-
Updates the events in the Month view
- updateMonthView(int, Date, int, Collection<CalendarEvent>, List<CalendarDay>) - Method in class com.vaadin.client.ui.VCalendar
-
Re-renders the whole month view
- 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.
- updateNodeFromUIDL(VTree.TreeNode, UIDL, int) - Method in class com.vaadin.client.ui.tree.TreeConnector
- updateOpenTabSize() - Method in class com.vaadin.client.ui.VTabsheet
-
Sets the size of the visible tab (component).
- updateOrderWrapper() - Method in class com.vaadin.data.util.ContainerOrderedWrapper
-
Updates the wrapper's internal ordering information to include all Items in the underlying container.
- updatePageLength() - Method in class com.vaadin.client.ui.VScrollTable
-
Determines the pagelength when the table height is fixed.
- updatePageLength(UIDL) - Method in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- updatePosition(long, long) - Method in class com.vaadin.client.ui.calendar.schedule.DateCellDayEvent
- updatePosition(Event, boolean) - Method in class com.vaadin.client.VTooltip
- updateProgress(long, long) - Method in interface com.vaadin.ui.Upload.ProgressListener
-
Updates progress to listener
- updateReadOnly() - Method in class com.vaadin.client.ui.VFilterSelect
-
For internal use only.
- updateRelativeChildrenAndSendSizeUpdateEvent(ApplicationConnection, HasWidgets, Widget) - Static method in class com.vaadin.client.Util
- updateRequestDetails(VaadinRequest) - Method in class com.vaadin.server.WebBrowser
-
For internal use by VaadinServlet/VaadinPortlet only.
- updateResizeFlags(MouseEvent) - Method in class com.vaadin.client.debug.internal.VDebugWindow.MouseHandler
- updateRootWidth() - Method in class com.vaadin.client.ui.VFilterSelect
-
Calculates the width of the select if the select has undefined width.
- updateRow() - Method in class com.vaadin.client.data.AbstractRemoteDataSource.RowHandleImpl
- updateRow() - Method in class com.vaadin.client.data.DataSource.RowHandle
-
Informs the DataSource that the row data represented by this RowHandle has been updated.
- updateRowData(JsonArray) - Method in interface com.vaadin.shared.data.DataProviderRpc
-
Informs the client that rows have been updated.
- updateRowData(JsonObject) - Method in class com.vaadin.client.connectors.RpcDataSourceConnector.RpcDataSource
-
Updates row data based on row key.
- updateRowData(Object) - Method in class com.vaadin.server.communication.data.RpcDataProviderExtension
-
Informs the client side that data of a row has been modified in the data source.
- updateRowsInBody(UIDL) - Method in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- updateSelectionProperties(UIDL, AbstractComponentState, boolean) - Method in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- updateSelectionWhenReponseIsReceived - Variable in class com.vaadin.client.ui.VFilterSelect
-
For internal use only.
- updateShadowSizeAndPosition() - Method in class com.vaadin.client.widgets.Overlay
-
Deprecated.Call
Overlay.positionOrSizeUpdated()
instead. - updateSize(Element) - Method in class com.vaadin.client.RenderInformation
-
Update the size of the widget.
- updateSize(Element) - Method in class com.vaadin.client.RenderInformation
-
Deprecated.As of 7.2, call and override
RenderInformation.updateSize(Element)
instead - updateSizes() - Method in class com.vaadin.client.ui.VAbstractSplitPanel
-
For internal use only.
- updateSortingProperties(UIDL) - Method in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- updateSpacingStyleName(boolean) - Method in class com.vaadin.client.ui.VGridLayout
-
For internal use only.
- updateStylenames(String) - Method in class com.vaadin.client.ui.VAbsoluteLayout
-
Updates all style names contained in the layout
- updateStyleNames() - Method in class com.vaadin.client.ui.VAbsoluteLayout.AbsoluteWrapper
-
Updates the style names using the primary style name as prefix
- updateStyleNames() - Method in class com.vaadin.client.ui.VFilterSelect
- updateStyleNames() - Method in class com.vaadin.client.ui.VForm
- updateStyleNames() - Method in class com.vaadin.client.ui.VListSelect
- updateStyleNames() - Method in class com.vaadin.client.ui.VMenuBar.CustomMenuItem
- updateStyleNames() - Method in class com.vaadin.client.ui.VMenuBar
- updateStyleNames() - Method in class com.vaadin.client.ui.VPopupCalendar
- updateStyleNames() - Method in class com.vaadin.client.ui.VTextualDate
- updateStyleNames(UIDL, AbstractComponentState) - Method in class com.vaadin.client.ui.VFilterSelect.SuggestionPopup
-
Updates style names in suggestion popup to help theme building.
- updateStyleNames(String) - Method in class com.vaadin.client.ui.VAccordion
- updateStyleNames(String) - Method in class com.vaadin.client.ui.VScrollTable.FooterCell
- updateStyleNames(String) - Method in class com.vaadin.client.ui.VScrollTable.HeaderCell
- updateStyleNames(String) - Method in class com.vaadin.client.ui.VScrollTable.RowHeadersHeaderCell
- updateStyleNames(String) - Method in class com.vaadin.client.ui.VScrollTable.TableFooter
- updateStyleNames(String) - Method in class com.vaadin.client.ui.VScrollTable.TableHead
- updateStyleNames(String) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody
- updateStyleNames(String) - Method in class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
- updateStyleNames(String, boolean) - Method in class com.vaadin.client.ui.VSlider
- updateSuggestionPopupMinWidth() - Method in class com.vaadin.client.ui.VFilterSelect
-
Update minimum width for FilterSelect textarea based on input prompt and suggestions.
- updateTextFieldEnabled() - Method in class com.vaadin.client.ui.VPopupCalendar
- updateTheme(String) - Static method in class com.vaadin.server.themeutils.SASSAddonImportFileCreator
-
Updates a themes addons.scss with the addon themes found on the classpath
- updateTimeBar(boolean) - Method in class com.vaadin.client.ui.calendar.schedule.WeekGrid.Timebar
- updateTimes() - Method in class com.vaadin.client.ui.VCalendarPanel.VTime
-
Updates the valus to correspond to the values in value
- updateTotalRows(UIDL) - Method in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- updateTotalRows(UIDL) - Method in class com.vaadin.client.ui.VTreeTable
- updateValue(Date) - Method in class com.vaadin.client.ui.VPopupCalendar
- updateValueFromPanel() - Method in class com.vaadin.client.ui.VDateFieldCalendar
-
TODO refactor: almost same method as in VPopupCalendar.updateValue
- updateVariable(String, String, boolean, boolean) - Method in class com.vaadin.client.ApplicationConnection
-
Sends a new value for the given paintables given variable to the server.
- updateVariable(String, String, double, boolean) - Method in class com.vaadin.client.ApplicationConnection
-
Sends a new value for the given paintables given variable to the server.
- updateVariable(String, String, float, boolean) - Method in class com.vaadin.client.ApplicationConnection
-
Sends a new value for the given paintables given variable to the server.
- updateVariable(String, String, int, boolean) - Method in class com.vaadin.client.ApplicationConnection
-
Sends a new value for the given paintables given variable to the server.
- updateVariable(String, String, long, boolean) - Method in class com.vaadin.client.ApplicationConnection
-
Sends a new value for the given paintables given variable to the server.
- updateVariable(String, String, ServerConnector, boolean) - Method in class com.vaadin.client.ApplicationConnection
-
Sends a new value for the given paintables given variable to the server.
- updateVariable(String, String, Object[], boolean) - Method in class com.vaadin.client.ApplicationConnection
-
Sends a new value for the given paintables given variable to the server.
- updateVariable(String, String, String[], boolean) - Method in class com.vaadin.client.ApplicationConnection
-
Sends a new value for the given paintables given variable to the server.
- updateVariable(String, String, String, boolean) - Method in class com.vaadin.client.ApplicationConnection
-
Sends a new value for the given paintables given variable to the server.
- updateVariable(String, String, Map<String, Object>, boolean) - Method in class com.vaadin.client.ApplicationConnection
-
Sends a new value for the given paintables given variable to the server.
- updateWeekGrid(int, List<CalendarDay>, Date, String[]) - Method in class com.vaadin.client.ui.VCalendar
-
Re-render the week grid
- updateWeekView(int, Date, int, int, Collection<CalendarEvent>, List<CalendarDay>) - Method in class com.vaadin.client.ui.VCalendar
-
Re-renders the whole week view
- updateWidgetSet(String) - Static method in class com.vaadin.server.widgetsetutils.WidgetSetBuilder
- updateWidgetSize(String, String) - Method in class com.vaadin.client.ui.AbstractComponentConnector
-
Updates the DOM size of this connector's
widget
. - updateWidgetSize(String, String) - Method in class com.vaadin.client.ui.gridlayout.GridLayoutConnector
- updateWidgetStyleNames() - Method in class com.vaadin.client.ui.AbstractComponentConnector
-
Updates the user defined, read-only and error style names for the widget based the shared state.
- updateWidgetStyleNames() - Method in class com.vaadin.client.ui.AbstractFieldConnector
- updateWidth() - Method in class com.vaadin.client.ui.VGridLayout
-
For internal use only.
- updateWidth() - Method in class com.vaadin.client.ui.VScrollTable
-
For internal use only.
- updateWindowMode() - Method in class com.vaadin.client.ui.window.WindowConnector
- updateWindowPosition() - Method in class com.vaadin.client.ui.window.WindowConnector
- Upload - Class in com.vaadin.ui
-
Component for uploading files from client to server.
- Upload() - Constructor for class com.vaadin.ui.Upload
-
Creates a new instance of Upload.
- Upload(String, Upload.Receiver) - Constructor for class com.vaadin.ui.Upload
- UPLOAD - com.vaadin.server.FontAwesome
- UPLOAD_URL_PREFIX - Static variable in class com.vaadin.server.ServletPortletHelper
-
Deprecated.
- Upload.ChangeEvent - Class in com.vaadin.ui
-
Upload.ChangeEvent event is sent when the value (filename) of the upload changes.
- Upload.ChangeListener - Interface in com.vaadin.ui
-
Listener for
Upload.ChangeEvent
- Upload.FailedEvent - Class in com.vaadin.ui
-
Upload.FailedEvent event is sent when the upload is received, but the reception is interrupted for some reason.
- Upload.FailedListener - Interface in com.vaadin.ui
-
Receives events when the uploads are finished, but unsuccessful.
- Upload.FinishedEvent - Class in com.vaadin.ui
-
Upload.FinishedEvent is sent when the upload receives a file, regardless of whether the reception was successful or failed.
- Upload.FinishedListener - Interface in com.vaadin.ui
-
Receives the events when the uploads are ready.
- Upload.NoInputStreamEvent - Class in com.vaadin.ui
-
FailedEvent that indicates that an input stream could not be obtained.
- Upload.NoOutputStreamEvent - Class in com.vaadin.ui
-
FailedEvent that indicates that an output stream could not be obtained.
- Upload.ProgressListener - Interface in com.vaadin.ui
-
ProgressListener receives events to track progress of upload.
- Upload.Receiver - Interface in com.vaadin.ui
-
Interface that must be implemented by the upload receivers to provide the Upload component an output stream to write the uploaded data.
- Upload.StartedEvent - Class in com.vaadin.ui
-
Upload.StartedEvent event is sent when the upload is started to received.
- Upload.StartedListener - Interface in com.vaadin.ui
-
Receives the events when the upload starts.
- Upload.SucceededEvent - Class in com.vaadin.ui
-
Upload.SucceededEvent event is sent when the upload is received successfully.
- Upload.SucceededListener - Interface in com.vaadin.ui
-
Receives events when the uploads are successfully finished.
- UploadClientRpc - Interface in com.vaadin.shared.ui.upload
-
Server-to-client RPC interface for Upload.
- UploadConnector - Class in com.vaadin.client.ui.upload
- UploadConnector() - Constructor for class com.vaadin.client.ui.upload.UploadConnector
- uploadDone() - Method in class com.vaadin.client.ui.draganddropwrapper.DragAndDropWrapperConnector
- uploadDone() - Method in interface com.vaadin.client.ui.VDragAndDropWrapper.UploadHandler
- UploadException - Exception in com.vaadin.server
- UploadException(Exception) - Constructor for exception com.vaadin.server.UploadException
- UploadException(String) - Constructor for exception com.vaadin.server.UploadException
- uploadFailed(Upload.FailedEvent) - Method in interface com.vaadin.ui.Upload.FailedListener
-
Upload has finished unsuccessfully.
- uploadFinished(Upload.FinishedEvent) - Method in interface com.vaadin.ui.Upload.FinishedListener
-
Upload has finished.
- uploadHandler - Variable in class com.vaadin.client.ui.VDragAndDropWrapper
-
For internal use only.
- UploadIFrameOnloadStrategy - Class in com.vaadin.client.ui.upload
- UploadIFrameOnloadStrategy() - Constructor for class com.vaadin.client.ui.upload.UploadIFrameOnloadStrategy
- UploadIFrameOnloadStrategyIE - Class in com.vaadin.client.ui.upload
-
IE does not have onload, detect onload via readystatechange
- UploadIFrameOnloadStrategyIE() - Constructor for class com.vaadin.client.ui.upload.UploadIFrameOnloadStrategyIE
- UploadInterruptedException() - Constructor for exception com.vaadin.server.communication.FileUploadHandler.UploadInterruptedException
-
Constructs an instance of
UploadInterruptedException
. - UploadServerRpc - Interface in com.vaadin.shared.ui.upload
-
Client-to-server RPC interface for Upload.
- uploadStarted(Upload.StartedEvent) - Method in interface com.vaadin.ui.Upload.StartedListener
-
Upload has started.
- UploadState - Class in com.vaadin.shared.ui.upload
-
Shared state for the Upload component.
- UploadState() - Constructor for class com.vaadin.shared.ui.upload.UploadState
- uploadSucceeded(Upload.SucceededEvent) - Method in interface com.vaadin.ui.Upload.SucceededListener
-
Upload successfull..
- upperCaseUnderscoreToHumanFriendly(String) - Static method in class com.vaadin.shared.util.SharedUtil
-
Converts an UPPER_CASE_STRING to a human friendly format (Upper Case String).
- uriFragment - Variable in class com.vaadin.shared.ui.BrowserWindowOpenerState
- uriFragmentChanged(Page.UriFragmentChangedEvent) - Method in class com.vaadin.navigator.Navigator.UriFragmentManager
- uriFragmentChanged(Page.UriFragmentChangedEvent) - Method in interface com.vaadin.server.Page.UriFragmentChangedListener
-
Event handler method invoked when the URI fragment of the page changes.
- UriFragmentChangedEvent(Page, String) - Constructor for class com.vaadin.server.Page.UriFragmentChangedEvent
-
Creates a new instance of UriFragmentReader change event.
- UriFragmentManager(Page) - Constructor for class com.vaadin.navigator.Navigator.UriFragmentManager
-
Creates a new URIFragmentManager and attach it to listen to URI fragment changes of a
Page
. - URL_PARAMETER_CLOSE_APPLICATION - Static variable in class com.vaadin.server.VaadinService
-
Deprecated.As of 7.0. Only supported for
LegacyApplication
. - URL_PARAMETER_REPAINT_ALL - Static variable in class com.vaadin.shared.ApplicationConstants
-
URL parameter used in UIDL requests to indicate that the full server-side state should be returned to the client, i.e.
- URL_PARAMETER_RESTART_APPLICATION - Static variable in class com.vaadin.server.VaadinService
-
Deprecated.As of 7.0. Only supported for
LegacyApplication
. - URL_PARAMETER_THEME - Static variable in interface com.vaadin.server.Constants
- URLReference - Class in com.vaadin.shared.communication
- URLReference() - Constructor for class com.vaadin.shared.communication.URLReference
- URLReference_Serializer - Class in com.vaadin.client.communication
- URLReference_Serializer() - Constructor for class com.vaadin.client.communication.URLReference_Serializer
- USB - com.vaadin.server.FontAwesome
- USD - com.vaadin.server.FontAwesome
- useLegacyMode() - Method in enum com.vaadin.server.DeploymentConfiguration.LegacyProperyToStringMode
-
Deprecated.
- USER - com.vaadin.server.FontAwesome
- USER_MD - com.vaadin.server.FontAwesome
- USER_PLUS - com.vaadin.server.FontAwesome
- USER_SECRET - com.vaadin.server.FontAwesome
- USER_TIMES - com.vaadin.server.FontAwesome
- 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, ErrorMessage.ErrorLevel) - Constructor for class com.vaadin.server.UserError
-
Creates an error message with level and content mode.
- userNameFieldConnector - Variable in class com.vaadin.shared.ui.loginform.LoginFormState
- USERS - com.vaadin.server.FontAwesome
- userSelectionAllowed - Variable in class com.vaadin.shared.ui.grid.selection.MultiSelectionModelState
- userSelectionAllowed - Variable in class com.vaadin.shared.ui.grid.selection.SingleSelectionModelState
- useServiceUrlPathParam() - Method in class com.vaadin.client.ApplicationConfiguration
-
Checks whether path info in requests to the server-side service should be in a request parameter (named
v-resourcePath
) or appended to the end of the service URL. - useShadowDiv() - Method in class com.vaadin.client.widgets.Overlay
-
Deprecated.See main JavaDoc for Overlay
- Util - Class in com.vaadin.client
- Util() - Constructor for class com.vaadin.client.Util
V
- V - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- V_RESOURCE_PATH - Static variable in class com.vaadin.shared.ApplicationConstants
- VAADIN_BOOTSTRAP_JS - Static variable in class com.vaadin.shared.ApplicationConstants
-
The name of the javascript containing the bootstrap code.
- VAADIN_DIR_URL - Static variable in class com.vaadin.shared.ApplicationConstants
-
Configuration parameter giving the (in some cases relative) URL to the VAADIN folder from where themes and widgetsets are loaded.
- VAADIN_PROTOCOL_PREFIX - Static variable in class com.vaadin.shared.ApplicationConstants
- VAADIN_PUSH_DEBUG_JS - Static variable in class com.vaadin.shared.ApplicationConstants
-
The name of the debug version of the javascript containing push support.
- VAADIN_PUSH_JS - Static variable in class com.vaadin.shared.ApplicationConstants
-
The name of the javascript containing push support.
- VaadinFinderLocatorStrategy - Class in com.vaadin.client.componentlocator
-
The VaadinFinder locator strategy implements an XPath-like syntax for locating elements in Vaadin applications.
- VaadinFinderLocatorStrategy(ApplicationConnection) - Constructor for class com.vaadin.client.componentlocator.VaadinFinderLocatorStrategy
- vaadinModality - Variable in class com.vaadin.client.ui.VWindow
-
For internal use only.
- VaadinPropertyDescriptor<BT> - Interface in com.vaadin.data.util
-
Property descriptor that can create a property instance for a bean.
- 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
- 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
- VaadinSession - Class in com.vaadin.server
-
Contains everything that Vaadin needs to store for a specific user.
- VaadinSession(VaadinService) - Constructor for class com.vaadin.server.VaadinSession
-
Creates a new VaadinSession tied to a VaadinService.
- VaadinSession.FutureAccess - Class in com.vaadin.server
-
Encapsulates a
Runnable
submitted usingVaadinSession.access(Runnable)
. - VaadinSession.State - Enum in com.vaadin.server
-
The lifecycle state of a VaadinSession.
- VaadinUriResolver - Class in com.vaadin.shared
-
Utility for translating special Vaadin URIs like theme:// and app:// into URLs usable by the browser.
- VaadinUriResolver() - Constructor for class com.vaadin.shared.VaadinUriResolver
- VAbsoluteLayout - Class in com.vaadin.client.ui
- VAbsoluteLayout() - Constructor for class com.vaadin.client.ui.VAbsoluteLayout
-
Default constructor
- VAbsoluteLayout.AbsoluteWrapper - Class in com.vaadin.client.ui
-
Internal wrapper for wrapping widgets in the Absolute layout
- VAbstractDropHandler - Class in com.vaadin.client.ui.dd
- VAbstractDropHandler() - Constructor for class com.vaadin.client.ui.dd.VAbstractDropHandler
- VAbstractOrderedLayout - Class in com.vaadin.client.ui.orderedlayout
-
Base class for ordered layouts
- VAbstractOrderedLayout(boolean) - Constructor for class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
- VAbstractSplitPanel - Class in com.vaadin.client.ui
- VAbstractSplitPanel() - Constructor for class com.vaadin.client.ui.VAbstractSplitPanel
- VAbstractSplitPanel(Orientation) - Constructor for class com.vaadin.client.ui.VAbstractSplitPanel
- VAbstractSplitPanel.SplitterMoveHandler - Interface in com.vaadin.client.ui
- VAbstractSplitPanel.SplitterMoveHandler.SplitterMoveEvent - Class in com.vaadin.client.ui
- VAcceptAll - Class in com.vaadin.client.ui.dd
- VAcceptAll() - Constructor for class com.vaadin.client.ui.dd.VAcceptAll
- VAcceptCallback - Interface in com.vaadin.client.ui.dd
- VAcceptCriteria - Class in com.vaadin.client.ui.dd
-
A class via all AcceptCriteria instances are fetched by an identifier.
- VAcceptCriteria() - Constructor for class com.vaadin.client.ui.dd.VAcceptCriteria
- VAcceptCriterion - Class in com.vaadin.client.ui.dd
- VAcceptCriterion() - Constructor for class com.vaadin.client.ui.dd.VAcceptCriterion
- VAcceptCriterionFactory - Class in com.vaadin.client.ui.dd
-
Generated by
AcceptCriteriaFactoryGenerator
- VAcceptCriterionFactory() - Constructor for class com.vaadin.client.ui.dd.VAcceptCriterionFactory
- VAccordion - Class in com.vaadin.client.ui
- VAccordion() - Constructor for class com.vaadin.client.ui.VAccordion
- VAccordion.StackItem - Class in com.vaadin.client.ui
-
A StackItem has always two children, Child 0 is a VCaption, Child 1 is the actual child widget.
- Validatable - Interface in com.vaadin.data
-
Interface for validatable objects.
- validate() - Method in interface com.vaadin.data.Validatable
-
Checks the validity of the validatable.
- validate() - Method in class com.vaadin.ui.AbstractField
-
Checks the validity of the Field.
- validate() - Method in class com.vaadin.ui.DateField
-
Validates the current value against registered validators if the field is not empty.
- validate() - Method in class com.vaadin.ui.Form
-
Deprecated.Checks the validity of the Form and all of its fields.
- validate(VAcceptCallback, VDragEvent) - Method in class com.vaadin.client.ui.dd.VAbstractDropHandler
- validate(Object) - Method in class com.vaadin.data.validator.AbstractValidator
- validate(Object) - Method in class com.vaadin.data.validator.BeanValidator
- validate(Object) - Method in class com.vaadin.data.validator.CompositeValidator
-
Validates the given value.
- validate(Object) - Method in class com.vaadin.data.validator.DoubleValidator
-
Deprecated.
- validate(Object) - Method in class com.vaadin.data.validator.IntegerValidator
-
Deprecated.
- validate(Object) - Method in class com.vaadin.data.validator.NullValidator
-
Validates the data given in value.
- validate(Object) - Method in interface com.vaadin.data.Validator
-
Checks the given value against this validator.
- validate(T) - Method in class com.vaadin.ui.AbstractField
-
Validates that the given value pass the validators for the field.
- validateComponentRelativeSizes(Component, List<ComponentSizeValidator.InvalidLayout>, ComponentSizeValidator.InvalidLayout) - Static method in class com.vaadin.server.ComponentSizeValidator
-
Recursively checks given component and its subtree for invalid layout setups.
- validateLayouts(UI) - Static method in class com.vaadin.server.ComponentSizeValidator
-
Validates the layout and returns a collection of errors
- validatePath(String) - Method in class com.vaadin.client.componentlocator.LegacyLocatorStrategy
- validatePath(String) - Method in interface com.vaadin.client.componentlocator.LocatorStrategy
-
Test the given input path for formatting errors.
- validatePath(String) - Method in class com.vaadin.client.componentlocator.VaadinFinderLocatorStrategy
- Validator - Interface in com.vaadin.data
-
Interface that implements a method for validating if an
Object
is valid or not. - Validator.EmptyValueException - Exception in com.vaadin.data
-
A specific type of
Validator.InvalidValueException
that indicates that validation failed because the value was empty. - Validator.InvalidValueException - Exception in com.vaadin.data
-
Exception that is thrown by a
Validator
when a value is invalid. - ValoTheme - Class in com.vaadin.ui.themes
-
Additional style names which can be used with the Valo theme.
- ValoTheme() - Constructor for class com.vaadin.ui.themes.ValoTheme
- value - Variable in class com.vaadin.client.ui.VSlider
- value - Variable in class com.vaadin.shared.ui.slider.SliderState
- value() - Method in annotation type com.vaadin.annotations.DesignRoot
- value() - Method in annotation type com.vaadin.annotations.JavaScript
-
JavaScript files to load before initializing the client-side connector.
- value() - Method in annotation type com.vaadin.annotations.Push
-
Returns the
PushMode
to use for the annotated UI. - value() - Method in annotation type com.vaadin.annotations.StyleSheet
-
Style sheets to load before initializing the client-side connector.
- value() - Method in annotation type com.vaadin.annotations.Theme
- value() - Method in annotation type com.vaadin.annotations.Title
-
Gets the HTML title that should be used if the UI is used on it's own.
- value() - Method in annotation type com.vaadin.annotations.VaadinServletConfiguration.InitParameterName
-
The name of the init parameter that the annotated method controls.
- value() - Method in annotation type com.vaadin.annotations.Viewport
-
Gets the viewport tag content.
- value() - Method in annotation type com.vaadin.annotations.ViewportGeneratorClass
-
Gets the viewport generator class to use.
- value() - Method in annotation type com.vaadin.annotations.Widgetset
- value() - Method in annotation type com.vaadin.client.annotations.OnStateChange
-
Defines a list of property names to listen for.
- value() - Method in annotation type com.vaadin.data.fieldgroup.Caption
- value() - Method in annotation type com.vaadin.data.fieldgroup.PropertyId
- value() - Method in annotation type com.vaadin.shared.annotations.DelegateToWidget
-
Defines the name of the Widget method to call when the annotated state property has changed.
- value() - Method in annotation type com.vaadin.shared.ui.Connect
- value() - Method in annotation type com.vaadin.shared.ui.dd.AcceptCriterion
- valueBeforeEdit - Variable in class com.vaadin.client.ui.VTextField
-
For internal use only.
- valueBound(HttpSessionBindingEvent) - Method in class com.vaadin.server.VaadinSession
- valueChange(boolean) - Method in class com.vaadin.client.ui.VTextField
-
Called when the field value might have changed and/or the field was blurred.
- valueChange(Property.ValueChangeEvent) - Method in interface com.vaadin.data.Property.ValueChangeListener
-
Notifies this listener that the Property's value has changed.
- valueChange(Property.ValueChangeEvent) - Method in class com.vaadin.data.util.AbstractBeanContainer
-
Re-filter the container when one of the monitored properties changes.
- valueChange(Property.ValueChangeEvent) - Method in class com.vaadin.data.util.PropertyFormatter
-
Deprecated.Listens for changes in the datasource.
- valueChange(Property.ValueChangeEvent) - Method in class com.vaadin.ui.AbstractField
-
This method listens to data source value changes and passes the changes forwards.
- valueChange(Property.ValueChangeEvent) - Method in class com.vaadin.ui.AbstractSelect.CaptionChangeListener
- valueChange(Property.ValueChangeEvent) - Method in class com.vaadin.ui.components.calendar.ContainerEventProvider
- valueChange(Property.ValueChangeEvent) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerPreview
- valueChange(Property.ValueChangeEvent) - Method in class com.vaadin.ui.components.colorpicker.ColorPickerSelect
- valueChange(Property.ValueChangeEvent) - Method in class com.vaadin.ui.Label
-
Listens the value change events from data source.
- valueChange(Property.ValueChangeEvent) - Method in class com.vaadin.ui.Table
-
Notifies this listener that the Property's value has changed.
- valueChanged(double) - Method in interface com.vaadin.shared.ui.slider.SliderServerRpc
-
Invoked when the value of a variable has changed.
- ValueChangeEvent(Field) - Constructor for class com.vaadin.ui.Field.ValueChangeEvent
-
Constructs a new event object with the specified source field object.
- ValueChangeEvent(Label) - Constructor for class com.vaadin.ui.Label.ValueChangeEvent
-
New instance of text change event
- ValueMap - Class in com.vaadin.client
- ValueMap() - Constructor for class com.vaadin.client.ValueMap
- valueOf(String) - Static method in enum com.vaadin.client.ApplicationConnection.ApplicationState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.client.communication.AtmospherePushConnection.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.client.communication.DefaultConnectionStateHandler.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.client.debug.internal.Icon
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.client.HasChildMeasurementHintConnector.ChildMeasurementHint
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.client.metadata.AsyncBundleLoader.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.client.metadata.TypeDataStore.MethodAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.client.ui.orderedlayout.CaptionPosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.client.ui.VFilterSelect.Select
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.client.ui.VScrollTable.SelectMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.client.widget.escalator.ScrollbarBundle.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.client.widget.grid.AutoScroller.ScrollAxis
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.client.widgets.Grid.Editor.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.client.widgets.Grid.SelectionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.data.util.filter.Compare.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.data.validator.CompositeValidator.CombinationMode
-
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.DeploymentConfiguration.LegacyProperyToStringMode
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.server.ErrorMessage.ErrorLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.server.FontAwesome
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.server.PaintTarget.PaintStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.server.Sizeable.Unit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.server.VaadinServlet.RequestType
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.server.VaadinSession.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.communication.PushMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.data.sort.SortDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.MouseEventDetails.MouseButton
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.BorderStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.combobox.FilteringMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.Connect.LoadStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.datefield.Resolution
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.dd.DragEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.dd.HorizontalDropLocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.dd.VerticalDropLocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.ErrorLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.grid.ColumnResizeMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.grid.GridConstants.Section
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.grid.GridState.SharedSelectionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.grid.GridStaticCellType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.grid.HeightMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.grid.ScrollDestination
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.label.ContentMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.MultiSelectMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.Orientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.PreloadMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.slider.SliderOrientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.table.CollapseMenuContent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.table.TableConstants.Section
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.ui.NotificationRole
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.ui.Transport
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.window.WindowMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.ui.window.WindowRole
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.shared.VBrowserDetails.OperatingSystem
-
Returns the enum constant of this type with the specified name.
- 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.AbstractSelect.ItemCaptionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.ui.AbstractTextField.TextChangeEventMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.ui.Calendar.TimeFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.ui.DragAndDropWrapper.DragStartMode
-
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.
- valueOf(String) - Static method in enum com.vaadin.ui.Table.Align
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.ui.Table.ColumnHeaderMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.ui.Table.RowHeaderMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.ui.Table.TableDragMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.ui.Tree.TreeDragMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum elemental.json.JsonType
-
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. - values() - Static method in enum com.vaadin.client.ApplicationConnection.ApplicationState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.client.communication.AtmospherePushConnection.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.client.communication.DefaultConnectionStateHandler.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.client.debug.internal.Icon
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.client.HasChildMeasurementHintConnector.ChildMeasurementHint
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.client.metadata.AsyncBundleLoader.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.client.metadata.TypeDataStore.MethodAttribute
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.client.ui.orderedlayout.CaptionPosition
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.client.ui.VFilterSelect.Select
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.client.ui.VScrollTable.SelectMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.client.widget.escalator.ScrollbarBundle.Direction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.client.widget.grid.AutoScroller.ScrollAxis
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.client.widgets.Grid.Editor.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.client.widgets.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.data.util.filter.Compare.Operation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.data.validator.CompositeValidator.CombinationMode
-
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.DeploymentConfiguration.LegacyProperyToStringMode
-
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.ErrorMessage.ErrorLevel
-
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
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.server.PaintTarget.PaintStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.server.Sizeable.Unit
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.server.VaadinServlet.RequestType
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.server.VaadinSession.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.communication.PushMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.data.sort.SortDirection
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.MouseEventDetails.MouseButton
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.Position
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.BorderStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.combobox.FilteringMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.Connect.LoadStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.datefield.Resolution
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.dd.DragEventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.dd.HorizontalDropLocation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.dd.VerticalDropLocation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.ErrorLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.grid.ColumnResizeMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.grid.GridConstants.Section
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.grid.GridState.SharedSelectionMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.grid.GridStaticCellType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.grid.HeightMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.grid.ScrollDestination
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.label.ContentMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.MultiSelectMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.Orientation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.PreloadMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.slider.SliderOrientation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.table.CollapseMenuContent
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.table.TableConstants.Section
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.ui.NotificationRole
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.ui.Transport
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.window.WindowMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.ui.window.WindowRole
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.shared.VBrowserDetails.OperatingSystem
-
Returns an array containing the constants of this enum type, in the order they are declared.
- 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.AbstractSelect.ItemCaptionMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.ui.AbstractTextField.TextChangeEventMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.ui.Calendar.TimeFormat
-
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
-
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.
- values() - Static method in enum com.vaadin.ui.Table.Align
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.ui.Table.ColumnHeaderMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.ui.Table.RowHeaderMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.ui.Table.TableDragMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.ui.Tree.TreeDragMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum elemental.json.JsonType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in interface elemental.util.MapFromIntTo
-
The values contained in this map.
- values() - Method in interface elemental.util.MapFromIntToString
-
The values contained in this map.
- values() - Method in interface elemental.util.MapFromStringTo
-
The values contained in this map.
- values() - Method in interface elemental.util.MapFromStringToBoolean
-
The values contained in this map.
- values() - Method in interface elemental.util.MapFromStringToInt
-
The values contained in this map.
- values() - Method in interface elemental.util.MapFromStringToNumber
-
The values contained in this map.
- values() - Method in interface elemental.util.MapFromStringToString
-
The values contained in this map.
- valueUnbound(HttpSessionBindingEvent) - Method in class com.vaadin.server.VaadinSession
- VAnd - Class in com.vaadin.client.ui.dd
- VAnd() - Constructor for class com.vaadin.client.ui.dd.VAnd
- VAR_CUR_TEXT - Static variable in class com.vaadin.shared.ui.textfield.TextFieldConstants
- VAR_CURSOR - Static variable in class com.vaadin.shared.ui.textfield.TextFieldConstants
- VariableOwner - Interface in com.vaadin.server
-
Deprecated.As of 7.0. Only provided to ease porting of Vaadin 6 components. Do not implement this directly, implement
LegacyComponent
. - VAudio - Class in com.vaadin.client.ui
- VAudio() - Constructor for class com.vaadin.client.ui.VAudio
- VBrowserDetails - Class in com.vaadin.shared
-
Class that parses the user agent string from the browser and provides information about the browser.
- VBrowserDetails(String) - Constructor for class com.vaadin.shared.VBrowserDetails
-
Create an instance based on the given user agent.
- VBrowserDetails.OperatingSystem - Enum in com.vaadin.shared
- VBrowserFrame - Class in com.vaadin.client.ui
- VBrowserFrame() - Constructor for class com.vaadin.client.ui.VBrowserFrame
- VButton - Class in com.vaadin.client.ui
- VButton() - Constructor for class com.vaadin.client.ui.VButton
- VCalendar - Class in com.vaadin.client.ui
-
Client side implementation for Calendar
- VCalendar() - Constructor for class com.vaadin.client.ui.VCalendar
-
Default constructor
- VCalendar.BackwardListener - Interface in com.vaadin.client.ui
-
Listener interface for listening to backward events
- VCalendar.DateClickListener - Interface in com.vaadin.client.ui
-
Listener interface for listening to event click events
- VCalendar.EventClickListener - Interface in com.vaadin.client.ui
-
Listener interface for listening to click events
- VCalendar.EventMovedListener - Interface in com.vaadin.client.ui
-
Listener interface for listening to event moved events.
- VCalendar.EventResizeListener - Interface in com.vaadin.client.ui
-
Listener interface for when an event gets resized (its start or end date changes)
- VCalendar.ForwardListener - Interface in com.vaadin.client.ui
-
Listener interface for listening to forward events
- VCalendar.MouseEventListener - Interface in com.vaadin.client.ui
-
Listener interface for listening to mouse events.
- VCalendar.RangeSelectListener - Interface in com.vaadin.client.ui
-
Listener interface for listening to selection events
- VCalendar.ScrollListener - Interface in com.vaadin.client.ui
-
Listener interface for listening to scroll events.
- VCalendar.WeekClickListener - Interface in com.vaadin.client.ui
-
Listener interface for listening to week number click events
- VCalendarAction - Class in com.vaadin.client.ui.calendar
-
Action performed by the calendar
- VCalendarAction(CalendarConnector) - Constructor for class com.vaadin.client.ui.calendar.VCalendarAction
- VCalendarAction(CalendarConnector, CalendarServerRpc, String) - Constructor for class com.vaadin.client.ui.calendar.VCalendarAction
-
Constructor
- VCalendarPanel - Class in com.vaadin.client.ui
- VCalendarPanel() - Constructor for class com.vaadin.client.ui.VCalendarPanel
- VCalendarPanel.FocusChangeListener - Interface in com.vaadin.client.ui
-
FocusChangeListener is notified when the panel changes its _focused_ value.
- VCalendarPanel.FocusedDate - Class in com.vaadin.client.ui
-
Helper class to inform the screen reader that the user changed the selected date.
- VCalendarPanel.FocusOutListener - Interface in com.vaadin.client.ui
-
Blur listener that listens to blur event from the panel
- VCalendarPanel.SubmitListener - Interface in com.vaadin.client.ui
- VCalendarPanel.TimeChangeListener - Interface in com.vaadin.client.ui
-
Dispatches an event when the panel when time is changed
- VCalendarPanel.VTime - Class in com.vaadin.client.ui
-
TimeSelector is a widget consisting of list boxes that modifie the Date object that is given for.
- VCaption - Class in com.vaadin.client
- VCaption(ApplicationConnection) - Constructor for class com.vaadin.client.VCaption
-
Deprecated.all captions should be associated with a paintable widget and be updated from shared state, not UIDL
- VCaption(ComponentConnector, ApplicationConnection) - Constructor for class com.vaadin.client.VCaption
-
Creates a caption for a
ComponentConnector
. - VCaptionWrapper - Class in com.vaadin.client
- VCaptionWrapper(ComponentConnector, ApplicationConnection) - Constructor for class com.vaadin.client.VCaptionWrapper
-
Creates a new caption wrapper panel.
- VCheckBox - Class in com.vaadin.client.ui
- VCheckBox() - Constructor for class com.vaadin.client.ui.VCheckBox
- VColorPicker - Class in com.vaadin.client.ui
-
Client side implementation for ColorPicker.
- VColorPicker() - Constructor for class com.vaadin.client.ui.VColorPicker
- VColorPickerArea - Class in com.vaadin.client.ui
-
Client side implementation for ColorPickerArea.
- VColorPickerArea() - Constructor for class com.vaadin.client.ui.VColorPickerArea
-
Initializes an area-style color picker widget.
- VColorPickerGradient - Class in com.vaadin.client.ui.colorpicker
-
Client side implementation for ColorPickerGradient.
- VColorPickerGradient() - Constructor for class com.vaadin.client.ui.colorpicker.VColorPickerGradient
-
Instantiates the client side component for a color picker gradient.
- VColorPickerGrid - Class in com.vaadin.client.ui.colorpicker
-
Client side implementation for ColorPickerGrid.
- VColorPickerGrid() - Constructor for class com.vaadin.client.ui.colorpicker.VColorPickerGrid
-
Instantiates the client side component for a color picker grid.
- VConsole - Class in com.vaadin.client
-
Deprecated.as of 7.1, use
Logger
from java.util.logging instead. - VConsole() - Constructor for class com.vaadin.client.VConsole
-
Deprecated.
- VContainsDataFlavor - Class in com.vaadin.client.ui.dd
- VContainsDataFlavor() - Constructor for class com.vaadin.client.ui.dd.VContainsDataFlavor
- VContextMenu - Class in com.vaadin.client.ui
- VContextMenu() - Constructor for class com.vaadin.client.ui.VContextMenu
-
This method should be used only by Client object as only one per client should exists.
- VCssLayout - Class in com.vaadin.client.ui
-
VCCSlayout is a layout which supports configuring it's children with CSS selectors
- VCssLayout() - Constructor for class com.vaadin.client.ui.VCssLayout
-
Default constructor
- VCustomComponent - Class in com.vaadin.client.ui
- VCustomComponent() - Constructor for class com.vaadin.client.ui.VCustomComponent
- VCustomField - Class in com.vaadin.client.ui
- VCustomField() - Constructor for class com.vaadin.client.ui.VCustomField
- VCustomLayout - Class in com.vaadin.client.ui
-
Custom Layout implements complex layout defined with HTML template.
- VCustomLayout() - Constructor for class com.vaadin.client.ui.VCustomLayout
- VDateField - Class in com.vaadin.client.ui
- VDateField() - Constructor for class com.vaadin.client.ui.VDateField
- VDateFieldCalendar - Class in com.vaadin.client.ui
-
A client side implementation for InlineDateField
- VDateFieldCalendar() - Constructor for class com.vaadin.client.ui.VDateFieldCalendar
- VDebugWindow - Class in com.vaadin.client.debug.internal
-
Debug window implementation.
- VDebugWindow() - Constructor for class com.vaadin.client.debug.internal.VDebugWindow
-
This class should only be instantiated by the framework, use
VDebugWindow.get()
instead to get the singleton instance. - VDebugWindow.Menu - Class in com.vaadin.client.debug.internal
-
Popup menu for
VDebugWindow
. - VDebugWindow.MouseHandler - Class in com.vaadin.client.debug.internal
-
Handler for resizing and moving window, also updates cursor on mousemove.
- VDragAndDropManager - Class in com.vaadin.client.ui.dd
-
Helper class to manage the state of drag and drop event on Vaadin client side.
- VDragAndDropManager() - Constructor for class com.vaadin.client.ui.dd.VDragAndDropManager
- VDragAndDropManager.DDManagerMediator - Interface in com.vaadin.client.ui.dd
-
Implementation if this interface is provided as a parameter to DDEventHandleStrategy methods.
- VDragAndDropWrapper - Class in com.vaadin.client.ui
-
Must have features pending: drop details: locations + sizes in document hierarchy up to wrapper
- VDragAndDropWrapper() - Constructor for class com.vaadin.client.ui.VDragAndDropWrapper
- VDragAndDropWrapper.CustomDropHandler - Class in com.vaadin.client.ui
- VDragAndDropWrapper.UploadHandler - Interface in com.vaadin.client.ui
-
Internal client side interface used by the connector and the widget for the drag and drop wrapper to signal the completion of an HTML5 file upload.
- VDragAndDropWrapperIE - Class in com.vaadin.client.ui
- VDragAndDropWrapperIE() - Constructor for class com.vaadin.client.ui.VDragAndDropWrapperIE
- VDragEvent - Class in com.vaadin.client.ui.dd
-
DragEvent used by Vaadin client side engine.
- VDragEventServerCallback - Interface in com.vaadin.client.ui.dd
- VDragSourceIs - Class in com.vaadin.client.ui.dd
-
TODO Javadoc!
- VDragSourceIs() - Constructor for class com.vaadin.client.ui.dd.VDragSourceIs
- VDropHandler - Interface in com.vaadin.client.ui.dd
-
Vaadin Widgets that want to receive something via drag and drop implement this interface.
- VEmbedded - Class in com.vaadin.client.ui
- VEmbedded() - Constructor for class com.vaadin.client.ui.VEmbedded
- VENUS - com.vaadin.server.FontAwesome
- VENUS_DOUBLE - com.vaadin.server.FontAwesome
- VENUS_MARS - com.vaadin.server.FontAwesome
- verifyNoOtherSessionLocked(VaadinSession) - Static method in class com.vaadin.server.VaadinService
-
Checks that another
VaadinSession
instance is not locked. - VErrorMessage - Class in com.vaadin.client
- VErrorMessage() - Constructor for class com.vaadin.client.VErrorMessage
- version - Variable in class com.vaadin.client.metadata.ConnectorBundleLoader.CValUiInfo
- Version - Class in com.vaadin.shared
- Version() - Constructor for class com.vaadin.shared.Version
- vertical - Variable in class com.vaadin.client.ui.orderedlayout.VAbstractOrderedLayout
-
For internal use only.
- VERTICAL - com.vaadin.client.widget.escalator.ScrollbarBundle.Direction
- VERTICAL - com.vaadin.client.widget.grid.AutoScroller.ScrollAxis
- VERTICAL - com.vaadin.shared.ui.Orientation
- VERTICAL - com.vaadin.shared.ui.slider.SliderOrientation
- VERTICAL_SPACING - Static variable in class com.vaadin.client.StyleConstants
- verticalDropLocation - Variable in class com.vaadin.client.ui.VDragAndDropWrapper
- VerticalDropLocation - Enum in com.vaadin.shared.ui.dd
- VerticalLayout - Class in com.vaadin.ui
-
Vertical layout
VerticalLayout
is a component container, which shows the subcomponents in the order of their addition (vertically). - VerticalLayout() - Constructor for class com.vaadin.ui.VerticalLayout
-
Constructs an empty VerticalLayout.
- VerticalLayout(Component...) - Constructor for class com.vaadin.ui.VerticalLayout
-
Constructs a VerticalLayout with the given components.
- VerticalLayoutConnector - Class in com.vaadin.client.ui.orderedlayout
-
Connects the client widget
VVerticalLayout
with the Vaadin server side counterpartVerticalLayout
- VerticalLayoutConnector() - Constructor for class com.vaadin.client.ui.orderedlayout.VerticalLayoutConnector
- VerticalLayoutState - Class in com.vaadin.shared.ui.orderedlayout
- VerticalLayoutState() - Constructor for class com.vaadin.shared.ui.orderedlayout.VerticalLayoutState
- VerticalScrollbarBundle() - Constructor for class com.vaadin.client.widget.escalator.ScrollbarBundle.VerticalScrollbarBundle
- VerticalSplitPanel - Class in com.vaadin.ui
-
A vertical split panel contains two components and lays them vertically.
- VerticalSplitPanel() - Constructor for class com.vaadin.ui.VerticalSplitPanel
- VerticalSplitPanel(Component, Component) - Constructor for class com.vaadin.ui.VerticalSplitPanel
-
Creates a horizontal split panel containing the given components
- VerticalSplitPanelConnector - Class in com.vaadin.client.ui.splitpanel
- VerticalSplitPanelConnector() - Constructor for class com.vaadin.client.ui.splitpanel.VerticalSplitPanelConnector
- VerticalSplitPanelState - Class in com.vaadin.shared.ui.splitpanel
- VerticalSplitPanelState() - Constructor for class com.vaadin.shared.ui.splitpanel.VerticalSplitPanelState
- VFilterSelect - Class in com.vaadin.client.ui
-
Client side implementation of the Select component.
- VFilterSelect() - Constructor for class com.vaadin.client.ui.VFilterSelect
-
Default constructor.
- VFilterSelect.FilterSelectSuggestion - Class in com.vaadin.client.ui
-
Represents a suggestion in the suggestion popup box
- VFilterSelect.FilterSelectTextBox - Class in com.vaadin.client.ui
-
TextBox variant used as input element for filter selects, which prevents selecting text when disabled.
- VFilterSelect.Select - Enum in com.vaadin.client.ui
-
For internal use only.
- VFilterSelect.SuggestionMenu - Class in com.vaadin.client.ui
-
The menu where the suggestions are rendered
- VFilterSelect.SuggestionPopup - Class in com.vaadin.client.ui
-
Represents the popup box with the selection options.
- VFlash - Class in com.vaadin.client.ui
-
Deprecated.no modern browsers support Flash anymore
- VFlash() - Constructor for class com.vaadin.client.ui.VFlash
-
Deprecated.
- VForm - Class in com.vaadin.client.ui
- VForm() - Constructor for class com.vaadin.client.ui.VForm
- VFormLayout - Class in com.vaadin.client.ui
-
Two col Layout that places caption on left col and field on right col
- VFormLayout() - Constructor for class com.vaadin.client.ui.VFormLayout
- VFormLayout.Caption - Class in com.vaadin.client.ui
- VFormLayout.ErrorFlag - Class in com.vaadin.client.ui
-
For internal use only.
- VFormLayout.VFormLayoutTable - Class in com.vaadin.client.ui
- VFormLayoutTable() - Constructor for class com.vaadin.client.ui.VFormLayout.VFormLayoutTable
- VGridLayout - Class in com.vaadin.client.ui
- VGridLayout() - Constructor for class com.vaadin.client.ui.VGridLayout
- VGridLayout.Cell - Class in com.vaadin.client.ui
-
For internal use only.
- VHasDropHandler - Interface in com.vaadin.client.ui.dd
-
Used to detect Widget from widget tree that has
VHasDropHandler.getDropHandler()
Decide whether to get rid of this class. - VHorizontalLayout - Class in com.vaadin.client.ui
-
Represents a layout where the children is ordered vertically
- VHorizontalLayout() - Constructor for class com.vaadin.client.ui.VHorizontalLayout
-
Default constructor
- VHtml5DragEvent - Class in com.vaadin.client.ui.dd
-
Helper class to access html5 style drag events.
- VHtml5DragEvent() - Constructor for class com.vaadin.client.ui.dd.VHtml5DragEvent
- VHtml5File - Class in com.vaadin.client.ui.dd
-
Wrapper for html5 File object.
- VHtml5File() - Constructor for class com.vaadin.client.ui.dd.VHtml5File
- VIACOIN - com.vaadin.server.FontAwesome
- Video - Class in com.vaadin.ui
-
The Video component translates into an HTML5 <video> element and as such is only supported in browsers that support HTML5 media markup.
- Video() - Constructor for class com.vaadin.ui.Video
- Video(String) - Constructor for class com.vaadin.ui.Video
- Video(String, Resource) - Constructor for class com.vaadin.ui.Video
- VIDEO_CAMERA - com.vaadin.server.FontAwesome
- VideoConnector - Class in com.vaadin.client.ui.video
- VideoConnector() - Constructor for class com.vaadin.client.ui.video.VideoConnector
- VideoConstants - Class in com.vaadin.shared.ui.video
- VideoConstants() - Constructor for class com.vaadin.shared.ui.video.VideoConstants
- VideoState - Class in com.vaadin.shared.ui.video
- VideoState() - Constructor for class com.vaadin.shared.ui.video.VideoState
- View - Interface in com.vaadin.navigator
-
Interface for all views controlled by the navigator.
- 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
- 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.
- VImage - Class in com.vaadin.client.ui
- VImage() - Constructor for class com.vaadin.client.ui.VImage
- VIMEO - com.vaadin.server.FontAwesome
- VIMEO_SQUARE - com.vaadin.server.FontAwesome
- VINE - com.vaadin.server.FontAwesome
- visibilityChanged(ScrollbarBundle.VisibilityChangeEvent) - Method in interface com.vaadin.client.widget.escalator.ScrollbarBundle.VisibilityHandler
-
This method is called whenever the scrollbar handle's visibility is changed in a
ScrollbarBundle
. - VisibilityChangeEvent - Class in com.vaadin.client.ui.popupview
- VisibilityChangeEvent(boolean) - Constructor for class com.vaadin.client.ui.popupview.VisibilityChangeEvent
- VisibilityChangeHandler - Interface in com.vaadin.client.ui.popupview
- visibilityChangesDisabled - Variable in class com.vaadin.client.ui.VWindow
-
For internal use only.
- visible - Variable in class com.vaadin.shared.ui.grid.GridStaticSectionState
- visible - Variable in class com.vaadin.shared.ui.tabsheet.TabState
- visibleChildMenu - Variable in class com.vaadin.client.ui.VMenuBar
- visitServer(VDragEventServerCallback) - Method in class com.vaadin.client.ui.dd.VDragAndDropManager
-
Visits server during drag and drop procedure.
- VIsOverId - Class in com.vaadin.client.ui.dd
- VIsOverId() - Constructor for class com.vaadin.client.ui.dd.VIsOverId
- VItemIdIs - Class in com.vaadin.client.ui.dd
- VItemIdIs() - Constructor for class com.vaadin.client.ui.dd.VItemIdIs
- VK - com.vaadin.server.FontAwesome
- VLabel - Class in com.vaadin.client.ui
- VLabel() - Constructor for class com.vaadin.client.ui.VLabel
- VLabel(String) - Constructor for class com.vaadin.client.ui.VLabel
- VLayoutSlot - Class in com.vaadin.client.ui.layout
- VLayoutSlot(String, Widget) - Constructor for class com.vaadin.client.ui.layout.VLayoutSlot
- VLazyExecutor - Class in com.vaadin.client.ui
-
Executes the given command
delayMs
milliseconds after a call toVLazyExecutor.trigger()
. - VLazyExecutor(int, Scheduler.ScheduledCommand) - Constructor for class com.vaadin.client.ui.VLazyExecutor
- VLazyInitItemIdentifiers - Class in com.vaadin.client.ui.dd
- VLazyInitItemIdentifiers() - Constructor for class com.vaadin.client.ui.dd.VLazyInitItemIdentifiers
- VLazyInitItemIdentifiers.VTableLazyInitItemIdentifiers - Class in com.vaadin.client.ui.dd
- VLazyInitItemIdentifiers.VTreeLazyInitItemIdentifiers - Class in com.vaadin.client.ui.dd
- VLink - Class in com.vaadin.client.ui
- VLink() - Constructor for class com.vaadin.client.ui.VLink
- VListSelect - Class in com.vaadin.client.ui
- VListSelect() - Constructor for class com.vaadin.client.ui.VListSelect
- VLoadingIndicator - Class in com.vaadin.client
-
Class representing the loading indicator for Vaadin applications.
- VLoadingIndicator() - Constructor for class com.vaadin.client.VLoadingIndicator
- VLoginForm - Class in com.vaadin.client.ui.loginform
- VLoginForm() - Constructor for class com.vaadin.client.ui.loginform.VLoginForm
- VMediaBase - Class in com.vaadin.client.ui
- VMediaBase() - Constructor for class com.vaadin.client.ui.VMediaBase
- VMenuBar - Class in com.vaadin.client.ui
- VMenuBar() - Constructor for class com.vaadin.client.ui.VMenuBar
- VMenuBar(boolean, VMenuBar) - Constructor for class com.vaadin.client.ui.VMenuBar
- VMenuBar.CustomMenuItem - Class in com.vaadin.client.ui
-
A class to hold information on menu items
- VNativeButton - Class in com.vaadin.client.ui
- VNativeButton() - Constructor for class com.vaadin.client.ui.VNativeButton
- VNativeSelect - Class in com.vaadin.client.ui
- VNativeSelect() - Constructor for class com.vaadin.client.ui.VNativeSelect
- VNot - Class in com.vaadin.client.ui.dd
-
TODO implementation could now be simplified/optimized
- VNot() - Constructor for class com.vaadin.client.ui.dd.VNot
- VNotification - Class in com.vaadin.client.ui
- VNotification() - Constructor for class com.vaadin.client.ui.VNotification
-
Default constructor.
- VNotification(int) - Constructor for class com.vaadin.client.ui.VNotification
-
Deprecated.Use static
#createNotification(int)
instead to enable GWT deferred binding. - VNotification(int, int, int) - Constructor for class com.vaadin.client.ui.VNotification
-
Deprecated.Use static
#createNotification(int, int, int)
instead to enable GWT deferred binding. - VNotification.EventListener - Interface in com.vaadin.client.ui
- VNotification.HideEvent - Class in com.vaadin.client.ui
- VOLUME_DOWN - com.vaadin.server.FontAwesome
- VOLUME_OFF - com.vaadin.server.FontAwesome
- VOLUME_UP - com.vaadin.server.FontAwesome
- VOptionGroup - Class in com.vaadin.client.ui
- VOptionGroup() - Constructor for class com.vaadin.client.ui.VOptionGroup
- VOptionGroupBase - Class in com.vaadin.client.ui
- VOptionGroupBase(Widget, String) - Constructor for class com.vaadin.client.ui.VOptionGroupBase
- VOptionGroupBase(String) - Constructor for class com.vaadin.client.ui.VOptionGroupBase
- VOr - Class in com.vaadin.client.ui.dd
- VOr() - Constructor for class com.vaadin.client.ui.dd.VOr
- VOverlay - Class in com.vaadin.client.ui
-
Deprecated.as this is specifically for Vaadin only, it should not be used directly.
- VOverlay() - Constructor for class com.vaadin.client.ui.VOverlay
-
Deprecated.
- VOverlay(boolean) - Constructor for class com.vaadin.client.ui.VOverlay
-
Deprecated.
- VOverlay(boolean, boolean) - Constructor for class com.vaadin.client.ui.VOverlay
-
Deprecated.
- VOverlay(boolean, boolean, boolean) - Constructor for class com.vaadin.client.ui.VOverlay
-
Deprecated.See main JavaDoc for VOverlay. Use the other constructors without the
showShadow
parameter. - VOverTreeNode - Class in com.vaadin.client.ui.dd
- VOverTreeNode() - Constructor for class com.vaadin.client.ui.dd.VOverTreeNode
- VPanel - Class in com.vaadin.client.ui
- VPanel() - Constructor for class com.vaadin.client.ui.VPanel
- VPasswordField - Class in com.vaadin.client.ui
-
This class represents a password field.
- VPasswordField() - Constructor for class com.vaadin.client.ui.VPasswordField
- VPopupCalendar - Class in com.vaadin.client.ui
-
Represents a date selection component with a text field and a popup date selector.
- VPopupCalendar() - Constructor for class com.vaadin.client.ui.VPopupCalendar
- VPopupView - Class in com.vaadin.client.ui
- VPopupView() - Constructor for class com.vaadin.client.ui.VPopupView
-
loading constructor
- VPopupView.CustomPopup - Class in com.vaadin.client.ui
-
This class is only public to enable overriding showPopup, and is currently not intended to be extended or otherwise used directly.
- VProgressBar - Class in com.vaadin.client.ui
-
Widget for showing the current progress of a long running task.
- VProgressBar() - Constructor for class com.vaadin.client.ui.VProgressBar
- VProgressIndicator - Class in com.vaadin.client.ui
-
Deprecated.as of 7.1, renamed to VProgressBar
- VProgressIndicator() - Constructor for class com.vaadin.client.ui.VProgressIndicator
-
Deprecated.
- VRichTextArea - Class in com.vaadin.client.ui
-
This class implements a basic client side rich text editor component.
- VRichTextArea() - Constructor for class com.vaadin.client.ui.VRichTextArea
- VRichTextToolbar - Class in com.vaadin.client.ui.richtextarea
-
A modified version of sample toolbar for use with
RichTextArea
. - VRichTextToolbar(RichTextArea) - Constructor for class com.vaadin.client.ui.richtextarea.VRichTextToolbar
-
Creates a new toolbar that drives the given rich text area.
- VRichTextToolbar.Images - Interface in com.vaadin.client.ui.richtextarea
-
This
ClientBundle
is used for all the button icons. - VRichTextToolbar.Strings - Interface in com.vaadin.client.ui.richtextarea
-
This
Constants
interface is used to make the toolbar's strings internationalizable. - VSchedulerImpl - Class in com.vaadin.client
- VSchedulerImpl() - Constructor for class com.vaadin.client.VSchedulerImpl
- VScrollTable - Class in com.vaadin.client.ui
-
VScrollTable VScrollTable is a FlowPanel having two widgets in it: * TableHead component * ScrollPanel TableHead contains table's header and widgets + logic for resizing, reordering and hiding columns.
- VScrollTable() - Constructor for class com.vaadin.client.ui.VScrollTable
- VScrollTable.ContextMenuDetails - Class in com.vaadin.client.ui
-
Used to recall the position of an open context menu if we need to close and reopen it during a row update.
- VScrollTable.FocusableScrollContextPanel - Class in com.vaadin.client.ui
-
For internal use only.
- VScrollTable.FooterCell - Class in com.vaadin.client.ui
-
A cell in the footer
- VScrollTable.HeaderCell - Class in com.vaadin.client.ui
- VScrollTable.RowHeadersFooterCell - Class in com.vaadin.client.ui
-
HeaderCell that is header cell for row headers.
- VScrollTable.RowHeadersHeaderCell - Class in com.vaadin.client.ui
-
HeaderCell that is header cell for row headers.
- VScrollTable.RowRequestHandler - Class in com.vaadin.client.ui
-
For internal use only.
- VScrollTable.SelectMode - Enum in com.vaadin.client.ui
- VScrollTable.TableFooter - Class in com.vaadin.client.ui
-
The footer of the table which can be seen in the bottom of the Table.
- VScrollTable.TableHead - Class in com.vaadin.client.ui
- VScrollTable.VScrollTableBody - Class in com.vaadin.client.ui
-
This Panel can only contain VScrollTableRow type of widgets.
- VScrollTable.VScrollTableBody.VScrollTableGeneratedRow - Class in com.vaadin.client.ui
- VScrollTable.VScrollTableBody.VScrollTableRow - Class in com.vaadin.client.ui
- VScrollTable.VScrollTableDropHandler - Class in com.vaadin.client.ui
- VScrollTableBody() - Constructor for class com.vaadin.client.ui.VScrollTable.VScrollTableBody
- VScrollTableDropHandler() - Constructor for class com.vaadin.client.ui.VScrollTable.VScrollTableDropHandler
- VScrollTableGeneratedRow(UIDL, char[]) - Constructor for class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableGeneratedRow
- VScrollTableRow() - Constructor for class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
-
Add a dummy row, used for measurements if Table is empty.
- VScrollTableRow(UIDL, char[]) - Constructor for class com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
- VServerAccept - Class in com.vaadin.client.ui.dd
- VServerAccept() - Constructor for class com.vaadin.client.ui.dd.VServerAccept
- VSlider - Class in com.vaadin.client.ui
- VSlider() - Constructor for class com.vaadin.client.ui.VSlider
- VSourceIsTarget - Class in com.vaadin.client.ui.dd
- VSourceIsTarget() - Constructor for class com.vaadin.client.ui.dd.VSourceIsTarget
- VSplitPanelHorizontal - Class in com.vaadin.client.ui
- VSplitPanelHorizontal() - Constructor for class com.vaadin.client.ui.VSplitPanelHorizontal
- VSplitPanelVertical - Class in com.vaadin.client.ui
- VSplitPanelVertical() - Constructor for class com.vaadin.client.ui.VSplitPanelVertical
- VTableLazyInitItemIdentifiers() - Constructor for class com.vaadin.client.ui.dd.VLazyInitItemIdentifiers.VTableLazyInitItemIdentifiers
- VTabsheet - Class in com.vaadin.client.ui
- VTabsheet() - Constructor for class com.vaadin.client.ui.VTabsheet
- VTabsheet.PlaceHolder - Class in com.vaadin.client.ui
-
Deprecated.as of 7.1, VTabsheet only keeps the active tab in the DOM without any place holders.
- VTabsheet.Tab - Class in com.vaadin.client.ui
-
Representation of a single "tab" shown in the TabBar
- VTabsheet.TabCaption - Class in com.vaadin.client.ui
- VTabsheetBase - Class in com.vaadin.client.ui
- VTabsheetBase(String) - Constructor for class com.vaadin.client.ui.VTabsheetBase
- VTabsheetPanel - Class in com.vaadin.client.ui
-
A panel that displays all of its child widgets in a 'deck', where only one can be visible at a time.
- VTabsheetPanel() - Constructor for class com.vaadin.client.ui.VTabsheetPanel
-
Creates an empty tabsheet panel.
- VTargetDetailIs - Class in com.vaadin.client.ui.dd
- VTargetDetailIs() - Constructor for class com.vaadin.client.ui.dd.VTargetDetailIs
- VTargetInSubtree - Class in com.vaadin.client.ui.dd
- VTargetInSubtree() - Constructor for class com.vaadin.client.ui.dd.VTargetInSubtree
- VTextArea - Class in com.vaadin.client.ui
-
This class represents a multiline textfield (textarea).
- VTextArea() - Constructor for class com.vaadin.client.ui.VTextArea
- VTextField - Class in com.vaadin.client.ui
-
This class represents a basic text input field with one row.
- VTextField() - Constructor for class com.vaadin.client.ui.VTextField
- VTextField(Element) - Constructor for class com.vaadin.client.ui.VTextField
- VTextualDate - Class in com.vaadin.client.ui
- VTextualDate() - Constructor for class com.vaadin.client.ui.VTextualDate
- VTime() - Constructor for class com.vaadin.client.ui.VCalendarPanel.VTime
-
Constructor
- VTooltip - Class in com.vaadin.client
-
TODO open for extension
- VTooltip() - Constructor for class com.vaadin.client.VTooltip
-
Used to show tooltips; usually used via the singleton in
ApplicationConnection
. - VTransferable - Class in com.vaadin.client.ui.dd
-
Client side counterpart for Transferable in com.vaadin.event.Transferable
- VTransferable() - Constructor for class com.vaadin.client.ui.dd.VTransferable
- VTree - Class in com.vaadin.client.ui
- VTree() - Constructor for class com.vaadin.client.ui.VTree
- VTree.TreeNode - Class in com.vaadin.client.ui
- VTreeLazyInitItemIdentifiers() - Constructor for class com.vaadin.client.ui.dd.VLazyInitItemIdentifiers.VTreeLazyInitItemIdentifiers
- VTreeTable - Class in com.vaadin.client.ui
- VTreeTable() - Constructor for class com.vaadin.client.ui.VTreeTable
- VTreeTable.PendingNavigationEvent - Class in com.vaadin.client.ui
-
For internal use only.
- VTreeTable.VTreeTableScrollBody - Class in com.vaadin.client.ui
- VTreeTable.VTreeTableScrollBody.VTreeTableGeneratedRow - Class in com.vaadin.client.ui
- VTreeTable.VTreeTableScrollBody.VTreeTableRow - Class in com.vaadin.client.ui
- VTreeTableGeneratedRow(UIDL, char[]) - Constructor for class com.vaadin.client.ui.VTreeTable.VTreeTableScrollBody.VTreeTableGeneratedRow
- VTreeTableRow(UIDL, char[]) - Constructor for class com.vaadin.client.ui.VTreeTable.VTreeTableScrollBody.VTreeTableRow
- VTreeTableScrollBody() - Constructor for class com.vaadin.client.ui.VTreeTable.VTreeTableScrollBody
- VTwinColSelect - Class in com.vaadin.client.ui
- VTwinColSelect() - Constructor for class com.vaadin.client.ui.VTwinColSelect
- VTwinColSelect.DoubleClickListBox - Class in com.vaadin.client.ui
-
A ListBox which catches double clicks
- VTYPE_ARRAY - Static variable in class com.vaadin.shared.JsonConstants
- VTYPE_BOOLEAN - Static variable in class com.vaadin.shared.JsonConstants
- VTYPE_CONNECTOR - Static variable in class com.vaadin.shared.JsonConstants
- VTYPE_DOUBLE - Static variable in class com.vaadin.shared.JsonConstants
- VTYPE_FLOAT - Static variable in class com.vaadin.shared.JsonConstants
- VTYPE_INTEGER - Static variable in class com.vaadin.shared.JsonConstants
- VTYPE_LIST - Static variable in class com.vaadin.shared.JsonConstants
- VTYPE_LONG - Static variable in class com.vaadin.shared.JsonConstants
- VTYPE_MAP - Static variable in class com.vaadin.shared.JsonConstants
- VTYPE_NULL - Static variable in class com.vaadin.shared.JsonConstants
- VTYPE_SET - Static variable in class com.vaadin.shared.JsonConstants
- VTYPE_STRING - Static variable in class com.vaadin.shared.JsonConstants
- VTYPE_STRINGARRAY - Static variable in class com.vaadin.shared.JsonConstants
- VUI - Class in com.vaadin.client.ui
- VUI() - Constructor for class com.vaadin.client.ui.VUI
- VUIDLBrowser - Class in com.vaadin.client
-
Deprecated.as of 7.1. This class was mainly used by the old debug console but is retained for now for backwards compatibility.
- VUIDLBrowser(UIDL, ApplicationConnection) - Constructor for class com.vaadin.client.VUIDLBrowser
-
Deprecated.
- VUIDLBrowser(ValueMap, ApplicationConnection) - Constructor for class com.vaadin.client.VUIDLBrowser
-
Deprecated.
- VUnknownComponent - Class in com.vaadin.client.ui
- VUnknownComponent() - Constructor for class com.vaadin.client.ui.VUnknownComponent
- VUpload - Class in com.vaadin.client.ui
-
Note, we are not using GWT FormPanel as we want to listen submitcomplete events even though the upload component is already detached.
- VUpload() - Constructor for class com.vaadin.client.ui.VUpload
- VVerticalLayout - Class in com.vaadin.client.ui
-
Represents a layout where the children is ordered vertically
- VVerticalLayout() - Constructor for class com.vaadin.client.ui.VVerticalLayout
-
Default constructor
- VVideo - Class in com.vaadin.client.ui
- VVideo() - Constructor for class com.vaadin.client.ui.VVideo
- VWindow - Class in com.vaadin.client.ui
-
"Sub window" component.
- VWindow() - Constructor for class com.vaadin.client.ui.VWindow
W
- W - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
- waitingForFilteringResponse - Variable in class com.vaadin.client.ui.VFilterSelect
-
For internal use only.
- waitingForResponse - Variable in class com.vaadin.client.ui.VTabsheet
-
For internal use only.
- WARNING - com.vaadin.client.debug.internal.Icon
- WARNING - com.vaadin.server.DeploymentConfiguration.LegacyProperyToStringMode
-
Deprecated.
- WARNING - com.vaadin.server.ErrorMessage.ErrorLevel
-
Error code for warning messages.
- WARNING - com.vaadin.server.FontAwesome
- WARNING - com.vaadin.shared.ui.ErrorLevel
-
Error level for warning messages.
- WARNING - Static variable in interface com.vaadin.server.ErrorMessage
-
Deprecated.As of 7.0, use
ErrorMessage.ErrorLevel.WARNING
instead - WARNING_HEARTBEAT_INTERVAL_NOT_NUMERIC - Static variable in interface com.vaadin.server.Constants
- WARNING_LEGACY_PROPERTY_TOSTRING - Static variable in interface com.vaadin.server.Constants
- WARNING_MESSAGE - com.vaadin.ui.Notification.Type
- WARNING_PUSH_MODE_NOT_RECOGNIZED - Static variable in interface com.vaadin.server.Constants
- WARNING_RESOURCE_CACHING_TIME_NOT_NUMERIC - Static variable in interface com.vaadin.server.Constants
- WARNING_UNKNOWN_LEGACY_PROPERTY_TOSTRING_VALUE - Static variable in interface com.vaadin.server.Constants
- WARNING_XSRF_PROTECTION_DISABLED - Static variable in interface com.vaadin.server.Constants
- WebBrowser - Class in com.vaadin.server
-
Class that provides information about the web browser the user is using.
- WebBrowser() - Constructor for class com.vaadin.server.WebBrowser
- WebkitTranslate3DPosition() - Constructor for class com.vaadin.client.widget.escalator.PositionFunction.WebkitTranslate3DPosition
- WEBSOCKET - com.vaadin.shared.ui.ui.Transport
-
Websockets
- WEBSOCKET_BUFFER_SIZE - Static variable in class com.vaadin.shared.communication.PushConstants
-
The size, in bytes, of the receiving buffer used by some servers.
- WEBSOCKET_FRAGMENT_SIZE - Static variable in class com.vaadin.shared.communication.PushConstants
-
The maximum size, in characters, of a websocket message fragment.
- WEBSOCKET_XHR - com.vaadin.shared.ui.ui.Transport
-
Websockets for server to client, XHR for client to server
- WECHAT - com.vaadin.server.FontAwesome
- week - Variable in class com.vaadin.shared.ui.calendar.CalendarState.Day
- weekClick(CalendarComponentEvents.WeekClick) - Method in interface com.vaadin.ui.components.calendar.CalendarComponentEvents.WeekClickHandler
-
This method will be called when a week is clicked.
- weekClick(CalendarComponentEvents.WeekClick) - Method in class com.vaadin.ui.components.calendar.handler.BasicWeekClickHandler
- weekClick(String) - Method in interface com.vaadin.client.ui.VCalendar.WeekClickListener
-
Called when a week number was selected.
- weekClick(String) - Method in interface com.vaadin.shared.ui.calendar.CalendarServerRpc
- WeekClick(Calendar, int, int) - Constructor for class com.vaadin.ui.components.calendar.CalendarComponentEvents.WeekClick
-
WeekClick needs a target year and week.
- WEEKCLICK - Static variable in class com.vaadin.shared.ui.calendar.CalendarEventId
- weekClickMethod - Static variable in interface com.vaadin.ui.components.calendar.CalendarComponentEvents.WeekClickHandler
-
Trigger method for the WeekClick.
- WeekGrid - Class in com.vaadin.client.ui.calendar.schedule
- WeekGrid(VCalendar, boolean) - Constructor for class com.vaadin.client.ui.calendar.schedule.WeekGrid
- WeekGrid.Timebar - Class in com.vaadin.client.ui.calendar.schedule
- WeekGridMinuteTimeRange - Class in com.vaadin.client.ui.calendar.schedule
-
Internally used by the calendar
- WeekGridMinuteTimeRange(Date, Date) - Constructor for class com.vaadin.client.ui.calendar.schedule.WeekGridMinuteTimeRange
-
Creates a Date time range between start and end date.
- WEEKINMILLIS - Static variable in class com.vaadin.shared.ui.calendar.DateConstants
- WeekLabel - Class in com.vaadin.client.ui.calendar.schedule
-
A label in the
SimpleWeekToolbar
- WeekLabel(String, int, int) - Constructor for class com.vaadin.client.ui.calendar.schedule.WeekLabel
- WeeklyLongEvents - Class in com.vaadin.client.ui.calendar.schedule
- WeeklyLongEvents(VCalendar) - Constructor for class com.vaadin.client.ui.calendar.schedule.WeeklyLongEvents
- WeeklyLongEventsDateCell - Class in com.vaadin.client.ui.calendar.schedule
-
Represents a cell used in
WeeklyLongEvents
- WeeklyLongEventsDateCell() - Constructor for class com.vaadin.client.ui.calendar.schedule.WeeklyLongEventsDateCell
- WEIBO - com.vaadin.server.FontAwesome
- WEIXIN - com.vaadin.server.FontAwesome
- WHATSAPP - com.vaadin.server.FontAwesome
- WHEELCHAIR - com.vaadin.server.FontAwesome
- white() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
- WHITE - Static variable in class com.vaadin.shared.ui.colorpicker.Color
- WIDGET - com.vaadin.shared.ui.grid.GridStaticCellType
-
Widget content
- widgetInHierarchyColumn - Variable in class com.vaadin.client.ui.VTreeTable.VTreeTableScrollBody.VTreeTableRow
- WidgetRenderer<T,W extends com.google.gwt.user.client.ui.Widget> - Class in com.vaadin.client.renderers
-
A renderer for rendering widgets into cells.
- WidgetRenderer() - Constructor for class com.vaadin.client.renderers.WidgetRenderer
- widgetset - Variable in class com.vaadin.client.metadata.ConnectorBundleLoader.CValUiInfo
- widgetset() - Method in annotation type com.vaadin.annotations.VaadinServletConfiguration
-
The default widgetset to use for the servlet.
- Widgetset - Annotation Type in com.vaadin.annotations
-
Defines a specific widgetset for a
UI
. - WidgetSet - Class in com.vaadin.client
- WidgetSet() - Constructor for class com.vaadin.client.WidgetSet
- WIDGETSET_DIR_PATH - Static variable in interface com.vaadin.server.Constants
- WIDGETSET_MISMATCH_INFO - Static variable in interface com.vaadin.server.Constants
- WIDGETSET_VERSION_ID - Static variable in class com.vaadin.shared.ApplicationConstants
-
The name of the parameter used for sending the widget set version to the server
- WidgetSetBuilder - Class in com.vaadin.server.widgetsetutils
-
Helper class to update widgetsets GWT module configuration file.
- WidgetSetBuilder() - Constructor for class com.vaadin.server.widgetsetutils.WidgetSetBuilder
- WidgetsetInfo - Interface in com.vaadin.server
-
An interface describing the widgetset that the client should try to load.
- widgetToCell - Variable in class com.vaadin.client.ui.VGridLayout
-
For internal use only.
- WidgetUtil - Class in com.vaadin.client
-
Utility methods which are related to client side code only
- WidgetUtil() - Constructor for class com.vaadin.client.WidgetUtil
- WidgetUtil.CssSize - Class in com.vaadin.client
-
Wrap a css size value and its unit and translate back and forth to the string representation.
Eg. - WidgetUtil.ErrorUtil - Class in com.vaadin.client
-
Utility methods for displaying error message on components.
- WidgetUtil.TextRectangle - Class in com.vaadin.client
- width - Variable in class com.vaadin.client.ui.VFlash
-
Deprecated.
- width - Variable in class com.vaadin.shared.AbstractComponentState
- width - Variable in class com.vaadin.shared.ui.grid.GridColumnState
-
Column width in pixels.
- widthBreakpoints - Variable in class com.vaadin.client.extensions.ResponsiveConnector
-
All the width breakpoints found for this particular instance
- widthRangeCache - Static variable in class com.vaadin.client.extensions.ResponsiveConnector
-
All width-range breakpoints found from the style sheets on the page.
- widthUser - Variable in class com.vaadin.client.widgets.Grid.Column
-
Width of column in pixels as
Grid.Column.setWidth(double)
has been called. - WIFI - com.vaadin.server.FontAwesome
- WIKIPEDIA_W - com.vaadin.server.FontAwesome
- willHaveScrollbars() - Method in class com.vaadin.client.ui.VScrollTable
-
Note: this method is not part of official API although declared as protected.
- window - Variable in class com.vaadin.client.debug.internal.VDebugWindow
- window - Variable in class com.vaadin.ui.Window.CloseShortcut
- Window - Class in com.vaadin.ui
-
A component that represents a floating popup window that can be added to a
UI
. - Window() - Constructor for class com.vaadin.ui.Window
-
Creates a new, empty window
- Window(String) - Constructor for class com.vaadin.ui.Window
-
Creates a new, empty window with a given title.
- Window(String, Component) - Constructor for class com.vaadin.ui.Window
-
Creates a new, empty window with the given content and title.
- WINDOW_BLACK - Static variable in class com.vaadin.ui.themes.Reindeer
-
Makes the whole window black, and changes contained components in the same way as
Reindeer.LAYOUT_BLACK
does. - WINDOW_BOTTOM_TOOLBAR - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Add this style to any layout component (e.g.
- WINDOW_DIALOG - Static variable in class com.vaadin.ui.themes.Runo
-
Smaller header and a darker background color for the window.
- WINDOW_LIGHT - Static variable in class com.vaadin.ui.themes.Reindeer
-
Makes the whole window white and increases the font size of the title.
- WINDOW_OPAQUE - Static variable in class com.vaadin.ui.themes.ChameleonTheme
-
Sub-window style that makes the window background opaque (i.e.
- WINDOW_TOP_TOOLBAR - Static variable in class com.vaadin.ui.themes.ValoTheme
-
Add this style to any layout component (e.g.
- Window.CloseEvent - Class in com.vaadin.ui
- Window.CloseListener - Interface in com.vaadin.ui
-
An interface used for listening to Window close events.
- Window.CloseShortcut - Class in com.vaadin.ui
-
A
ShortcutListener
specifically made to define a keyboard shortcut that closes the window. - Window.ResizeEvent - Class in com.vaadin.ui
-
Resize events are fired whenever the client-side fires a resize-event (e.g.
- Window.ResizeListener - Interface in com.vaadin.ui
-
Listener for window resize events.
- Window.WindowModeChangeEvent - Class in com.vaadin.ui
-
Event which is fired when the mode of the Window changes.
- Window.WindowModeChangeListener - Interface in com.vaadin.ui
-
An interface used for listening to Window maximize / restore events.
- windowClose(Window.CloseEvent) - Method in class com.vaadin.ui.AbstractColorPicker
- windowClose(Window.CloseEvent) - Method in interface com.vaadin.ui.Window.CloseListener
-
Called when the user closes a window.
- WindowConnector - Class in com.vaadin.client.ui.window
- WindowConnector() - Constructor for class com.vaadin.client.ui.window.WindowConnector
- windowMode - Variable in class com.vaadin.shared.ui.window.WindowState
- WindowMode - Enum in com.vaadin.shared.ui.window
-
Determines the mode of the Window.
- windowModeChanged(WindowMode) - Method in interface com.vaadin.shared.ui.window.WindowServerRpc
- windowModeChanged(Window.WindowModeChangeEvent) - Method in interface com.vaadin.ui.Window.WindowModeChangeListener
-
Called when the user maximizes / restores a window.
- WindowModeChangeEvent(Component, WindowMode) - Constructor for class com.vaadin.ui.Window.WindowModeChangeEvent
- windowModeChangeMethod - Static variable in interface com.vaadin.ui.Window.WindowModeChangeListener
- windowMoved(int, int) - Method in interface com.vaadin.shared.ui.window.WindowServerRpc
- WindowMoveEvent - Class in com.vaadin.client.ui.window
-
Event for window position updates
- WindowMoveEvent(int, int) - Constructor for class com.vaadin.client.ui.window.WindowMoveEvent
-
Creates a new event with the given parameters
- WindowMoveHandler - Interface in com.vaadin.client.ui.window
-
Handler for
WindowMoveEvent
s - WindowOrderEvent - Class in com.vaadin.client.ui.window
-
Event for window order position updates.
- WindowOrderEvent(ArrayList<VWindow>) - Constructor for class com.vaadin.client.ui.window.WindowOrderEvent
-
Creates a new event with the given order.
- WindowOrderHandler - Interface in com.vaadin.client.ui.window
-
Handler for
WindowOrderEvent
s. - windowResized(Window.ResizeEvent) - Method in interface com.vaadin.ui.Window.ResizeListener
- WindowRole - Enum in com.vaadin.shared.ui.window
-
Available WAI-ARIA roles for a window.
- WINDOWS - com.vaadin.server.FontAwesome
- WINDOWS - com.vaadin.shared.VBrowserDetails.OperatingSystem
- WindowServerRpc - Interface in com.vaadin.shared.ui.window
- windowSizeMaybeChanged(int, int) - Method in class com.vaadin.client.ui.VUI
-
Deprecated.
- WindowState - Class in com.vaadin.shared.ui.window
- WindowState() - Constructor for class com.vaadin.shared.ui.window.WindowState
- withLength(int, int) - Static method in class com.vaadin.shared.ui.grid.Range
-
Creates a range from a start point, with a given length.
- withOnly(int) - Static method in class com.vaadin.shared.ui.grid.Range
-
Creates a range object representing a single integer.
- WON - com.vaadin.server.FontAwesome
- WORDPRESS - com.vaadin.server.FontAwesome
- wordwrap - Variable in class com.vaadin.shared.ui.textarea.TextAreaState
-
Tells if word-wrapping should be used in the text area.
- wrapInTransactionalProperty(Property<T>) - Method in class com.vaadin.data.fieldgroup.FieldGroup
-
Wrap property to transactional property.
- WrappedHttpSession - Class in com.vaadin.server
-
Wrapper for
HttpSession
. - WrappedHttpSession(HttpSession) - Constructor for class com.vaadin.server.WrappedHttpSession
-
Creates a new wrapped http session.
- WrappedSession - Interface in com.vaadin.server
-
A generic session, wrapping a more specific session implementation, e.g.
- wrapper - Variable in class com.vaadin.client.ui.VButton
-
For internal use only.
- WRAPPER - com.vaadin.ui.DragAndDropWrapper.DragStartMode
-
The whole wrapper is used as a drag image when dragging.
- WRAPPER - Static variable in class com.vaadin.client.ui.VDragAndDropWrapper
- WrapperTargetDetails(Map<String, Object>) - Constructor for class com.vaadin.ui.DragAndDropWrapper.WrapperTargetDetails
- WrapperTransferable(Component, Map<String, Object>) - Constructor for class com.vaadin.ui.DragAndDropWrapper.WrapperTransferable
- WRENCH - com.vaadin.server.FontAwesome
- write(Component, OutputStream) - Static method in class com.vaadin.ui.declarative.Design
-
Writes the given component tree in design format to the given output stream.
- write(DesignContext, OutputStream) - Static method in class com.vaadin.ui.declarative.Design
-
Writes the component, given in the design context, in design format to the given output stream.
- write(UI, Writer) - Method in class com.vaadin.server.communication.ClientRpcWriter
-
Writes a JSON object containing all pending client RPC invocations in the given UI.
- write(UI, Writer) - Method in class com.vaadin.server.communication.SharedStateWriter
-
Writes a JSON object containing the pending state changes of the dirty connectors of the given UI.
- write(UI, Writer, boolean) - Method in class com.vaadin.server.communication.UidlWriter
-
Writes a JSON object containing all pending changes to the given UI.
- write(UI, Writer, boolean, boolean, SystemMessages) - Method in class com.vaadin.server.communication.MetadataWriter
-
Writes a JSON object containing metadata related to the given UI.
- write(UI, Writer, JsonPaintTarget) - Method in class com.vaadin.server.communication.ResourceWriter
-
Writes a JSON object containing registered resources.
- write(UI, Writer, PaintTarget) - Method in class com.vaadin.server.communication.ConnectorTypeWriter
-
Writes a JSON object containing connector-ID-to-type-ID mappings for each dirty Connector in the given UI.
- write(UI, Writer, PaintTarget) - Method in class com.vaadin.server.communication.LegacyUidlWriter
-
Writes a JSON array containing the changes of all dirty
LegacyComponent
s in the given UI. - write(UI, Writer, Set<String>) - Method in class com.vaadin.server.communication.ConnectorHierarchyWriter
-
Writes a JSON object containing the connector hierarchy (parent-child mappings) of the dirty connectors in the given UI.
- writeAlignment(Element, Alignment) - Static method in class com.vaadin.ui.declarative.DesignAttributeHandler
-
Writes the alignment to the given child element attributes.
- writeAttribute(Object, String, Attributes, Object) - 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>) - 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.
- writeBrowserTooOldPage(VaadinRequest, VaadinResponse) - Method in class com.vaadin.server.UnsupportedBrowserHandler
-
Writes a page encouraging the user to upgrade to a more current browser.
- writeClass(ObjectOutputStream, Class<?>) - Static method in class com.vaadin.util.SerializerHelper
-
Serializes the class reference so
SerializerHelper.readClass(ObjectInputStream)
can deserialize it. - writeClassArray(ObjectOutputStream, Class<?>[]) - Static method in class com.vaadin.util.SerializerHelper
-
Serializes the class references so
SerializerHelper.readClassArray(ObjectInputStream)
can deserialize it. - 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.AbstractEmbedded
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.AbstractField
- 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.AbstractSelect
- 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.Calendar
- 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.CssLayout
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.CustomLayout
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.DateField
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.DragAndDropWrapper
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.Flash
-
Deprecated.
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.Grid.Column
-
Writes the design attributes for this column into given element.
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.Grid.HeaderRow
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.Grid.StaticSection.StaticRow
-
Writes the declarative design to the given table row element.
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.Grid.StaticSection
-
Writes the declarative design to the given table section element.
- writeDesign(Element, DesignContext) - Method in class com.vaadin.ui.Grid
- 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.Table
- 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.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, Object, DesignContext) - Method in class com.vaadin.ui.AbstractSelect
-
Writes a data source Item to a design.
- writeItem(Element, Object, DesignContext) - Method in class com.vaadin.ui.OptionGroup
- writeItem(Element, Object, DesignContext) - Method in class com.vaadin.ui.Table
- writeItem(Element, Object, DesignContext) - Method in class com.vaadin.ui.Tree
-
Recursively writes a data source Item and its children to a design.
- writeItem(Element, Object, DesignContext) - Method in class com.vaadin.ui.TreeTable
- writeItems(Element, DesignContext) - Method in class com.vaadin.ui.AbstractSelect
-
Writes the data source items to a design.
- writeItems(Element, DesignContext) - Method in class com.vaadin.ui.Table
- writeItems(Element, DesignContext) - Method in class com.vaadin.ui.Tree
-
Recursively writes the root items and their children to a design.
- writeItems(Element, DesignContext) - Method in class com.vaadin.ui.TreeTable
- writeItems(Element, Collection<?>, int, DesignContext) - Method in class com.vaadin.ui.TreeTable
- 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.VaadinService
-
Performs the actual write of the VaadinSession to the underlying HTTP session after sanity checks have been performed.
- writeUncachedStringResponse(VaadinResponse, String, String) - Method in class com.vaadin.server.VaadinService
-
Writes the given string as a response with headers to prevent caching and using the given content type.
X
- X - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
-
- XHR - com.vaadin.client.communication.DefaultConnectionStateHandler.Type
-
- XhrConnection - Class in com.vaadin.client.communication
-
Provides a connection to the /UIDL url on the server and knows how to send
messages to that end point
- XhrConnection() - Constructor for class com.vaadin.client.communication.XhrConnection
-
- XhrConnection.XhrResponseHandler - Class in com.vaadin.client.communication
-
- XhrConnectionError - Class in com.vaadin.client.communication
-
XhrConnectionError provides detail about an error which occured during an XHR
request to the server
- XhrConnectionError(Request, JsonObject, Response) - Constructor for class com.vaadin.client.communication.XhrConnectionError
-
Constructs an event from the given request, response and payload
- XhrConnectionError(Request, JsonObject, Throwable) - Constructor for class com.vaadin.client.communication.XhrConnectionError
-
Constructs an event from the given request, payload and exception
- xhrException(XhrConnectionError) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
-
Called when an exception occurs during an XmlHttpRequest request to the
server.
- xhrException(XhrConnectionError) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
-
- xhrInvalidContent(XhrConnectionError) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
-
Called when invalid content (not JSON) was returned from the server as
the result of an XmlHttpRequest request
- xhrInvalidContent(XhrConnectionError) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
-
- xhrInvalidStatusCode(XhrConnectionError) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
-
Called when invalid status code (not 200) was returned by the server as
the result of an XmlHttpRequest.
- xhrInvalidStatusCode(XhrConnectionError) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
-
- xhrOk() - Method in interface com.vaadin.client.communication.ConnectionStateHandler
-
Called whenever a XmlHttpRequest to the server completes successfully
- xhrOk() - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
-
- XhrResponseHandler() - Constructor for class com.vaadin.client.communication.XhrConnection.XhrResponseHandler
-
- XING - com.vaadin.server.FontAwesome
-
- XING_SQUARE - com.vaadin.server.FontAwesome
-
- xlarge() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
-
- XML - com.vaadin.shared.ui.label.ContentMode
-
Deprecated.
Use
ContentMode.HTML
instead
- XML() - Constructor for class com.vaadin.client.UIDL.XML
-
Deprecated.
- xsmall() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
-
- xxlarge() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
-
- xxsmall() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
-
Y
- Y - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
-
- Y_COMBINATOR - com.vaadin.server.FontAwesome
-
- Y_COMBINATOR_SQUARE - com.vaadin.server.FontAwesome
-
- YAHOO - com.vaadin.server.FontAwesome
-
- YC - com.vaadin.server.FontAwesome
-
- YC_SQUARE - com.vaadin.server.FontAwesome
-
- YEAR - com.vaadin.shared.ui.datefield.Resolution
-
- yearOfWeek - Variable in class com.vaadin.shared.ui.calendar.CalendarState.Day
-
- yellow() - Method in interface com.vaadin.client.ui.richtextarea.VRichTextToolbar.Strings
-
- YELLOW - Static variable in class com.vaadin.shared.ui.colorpicker.Color
-
- YELP - com.vaadin.server.FontAwesome
-
- YEN - com.vaadin.server.FontAwesome
-
- YOUTUBE - com.vaadin.server.FontAwesome
-
- YOUTUBE_PLAY - com.vaadin.server.FontAwesome
-
- YOUTUBE_SQUARE - com.vaadin.server.FontAwesome
-
Z
- Z - Static variable in interface com.vaadin.event.ShortcutAction.KeyCode
-
- Z_INDEX - Static variable in class com.vaadin.client.ui.VWindow
-
- Z_INDEX - Static variable in class com.vaadin.client.widgets.Overlay
-
_
- _500PX - com.vaadin.server.FontAwesome
-
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
All Classes All Packages