Uses of Interface
com.vaadin.shared.Connector
-
-
Uses of Connector in com.vaadin.client
Subinterfaces of Connector in com.vaadin.client Modifier and Type Interface Description interface
ComponentConnector
An interface used by client-side widgets or paintable parts to receive updates from the corresponding server-side components in the form ofUIDL
.interface
DirectionalManagedLayout
interface
HasChildMeasurementHintConnector
Connector with layout measuring hint.interface
HasComponentsConnector
An interface used by client-side connectors whose widget is a component container (implementsHasWidgets
).interface
ServerConnector
Interface implemented by all client side classes that can be communicate with the server.Classes in com.vaadin.client that implement Connector Modifier and Type Class Description class
JavaScriptExtension
-
Uses of Connector in com.vaadin.client.connectors
Classes in com.vaadin.client.connectors that implement Connector Modifier and Type Class Description class
AbstractRendererConnector<T>
An abstract base class for renderer connectors.class
AbstractSelectionModelConnector<T extends SelectionModel<JsonObject>>
Base class for all selection model connectors.class
ButtonRendererConnector
A connector forButtonRenderer
.class
ClickableRendererConnector<T>
An abstract base class forClickableRenderer
connectors.class
DateRendererConnector
A connector forDateRenderer
.class
DetailComponentManagerConnector
Client-side connector for the DetailComponentManager of Grid.class
GridConnector
Connects the client sideGrid
widget with the server sideGrid
component.class
ImageRendererConnector
A connector forImageRenderer
.class
JavaScriptRendererConnector
Connector for server-side renderer implemented using JavaScript.class
MultiSelectionModelConnector
Connector for server-sideMultiSelectionModelConnector.MultiSelectionModel
.class
NoSelectionModelConnector
Connector for server-sideGrid.NoSelectionModel
.class
NumberRendererConnector
A connector forNumberRenderer
.class
ProgressBarRendererConnector
A connector forProgressBarRenderer
.class
RpcDataSourceConnector
Connects a Vaadin server-side container data source to a Grid.class
SingleSelectionModelConnector
Connector for server-sideSingleSelectionModelConnector.SingleSelectionModel
.class
TextRendererConnector
A connector forTextRenderer
.class
UnsafeHtmlRendererConnector
A connector forUnsafeHtmlRendererConnector.UnsafeHtmlRenderer
-
Uses of Connector in com.vaadin.client.extensions
Classes in com.vaadin.client.extensions that implement Connector Modifier and Type Class Description class
AbstractExtensionConnector
class
BrowserWindowOpenerConnector
Client-side code forBrowserWindowOpener
class
FileDownloaderConnector
class
ResponsiveConnector
The client side connector for the Responsive extension. -
Uses of Connector in com.vaadin.client.extensions.javascriptmanager
Classes in com.vaadin.client.extensions.javascriptmanager that implement Connector Modifier and Type Class Description class
JavaScriptManagerConnector
-
Uses of Connector in com.vaadin.client.ui
Subinterfaces of Connector in com.vaadin.client.ui Modifier and Type Interface Description interface
ManagedLayout
static interface
ShortcutActionHandler.BeforeShortcutActionListener
A focusableComponentConnector
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).interface
SimpleManagedLayout
Classes in com.vaadin.client.ui that implement Connector Modifier and Type Class Description class
AbstractComponentConnector
class
AbstractComponentContainerConnector
Client side connector for subclasses of AbstractComponentConnector.class
AbstractConnector
An abstract implementation of Connector.class
AbstractFieldConnector
class
AbstractHasComponentsConnector
class
AbstractLayoutConnector
class
AbstractSingleComponentContainerConnector
Client side connector for subclasses of AbstractSingleComponentConnector.class
JavaScriptComponentConnector
class
LegacyConnector
Deprecated.This class is only intended to ease migration and should not be used for new projects.class
MediaBaseConnector
class
UnknownComponentConnector
class
UnknownExtensionConnector
Connector used as a placeholder for extensions that are not present in the widgetset.Methods in com.vaadin.client.ui that return types with arguments of type Connector Modifier and Type Method Description List<Connector>
VWindow. getAssistiveDescription()
Gets the connectors that are used as assistive description.Methods in com.vaadin.client.ui with parameters of type Connector Modifier and Type Method Description void
VWindow. setAssistiveDescription(Connector[] connectors)
Allows to specify which connectors contain the description for the window. -
Uses of Connector in com.vaadin.client.ui.absolutelayout
Classes in com.vaadin.client.ui.absolutelayout that implement Connector Modifier and Type Class Description class
AbsoluteLayoutConnector
Connects the server sideAbsoluteLayout
with the client side counterpartVAbsoluteLayout
-
Uses of Connector in com.vaadin.client.ui.accordion
Classes in com.vaadin.client.ui.accordion that implement Connector Modifier and Type Class Description class
AccordionConnector
-
Uses of Connector in com.vaadin.client.ui.audio
Classes in com.vaadin.client.ui.audio that implement Connector Modifier and Type Class Description class
AudioConnector
-
Uses of Connector in com.vaadin.client.ui.browserframe
Classes in com.vaadin.client.ui.browserframe that implement Connector Modifier and Type Class Description class
BrowserFrameConnector
-
Uses of Connector in com.vaadin.client.ui.button
Classes in com.vaadin.client.ui.button that implement Connector Modifier and Type Class Description class
ButtonConnector
-
Uses of Connector in com.vaadin.client.ui.calendar
Classes in com.vaadin.client.ui.calendar that implement Connector Modifier and Type Class Description class
CalendarConnector
Handles communication between Calendar on the server side andVCalendar
on the client side. -
Uses of Connector in com.vaadin.client.ui.checkbox
Classes in com.vaadin.client.ui.checkbox that implement Connector Modifier and Type Class Description class
CheckBoxConnector
-
Uses of Connector in com.vaadin.client.ui.colorpicker
Classes in com.vaadin.client.ui.colorpicker that implement Connector Modifier and Type Class Description class
AbstractColorPickerConnector
An abstract class that defines default implementation for a color picker connector.class
ColorPickerAreaConnector
A class that defines an implementation for a color picker connector.class
ColorPickerConnector
A class that defines default implementation for a color picker connector.class
ColorPickerGradientConnector
A class that defines the default implementation for a color picker gradient connector.class
ColorPickerGridConnector
A class that defines the default implementation for a color picker grid connector. -
Uses of Connector in com.vaadin.client.ui.combobox
Classes in com.vaadin.client.ui.combobox that implement Connector Modifier and Type Class Description class
ComboBoxConnector
-
Uses of Connector in com.vaadin.client.ui.csslayout
Classes in com.vaadin.client.ui.csslayout that implement Connector Modifier and Type Class Description class
CssLayoutConnector
Connects the server side widgetCssLayout
with the client side counterpartVCssLayout
-
Uses of Connector in com.vaadin.client.ui.customcomponent
Classes in com.vaadin.client.ui.customcomponent that implement Connector Modifier and Type Class Description class
CustomComponentConnector
-
Uses of Connector in com.vaadin.client.ui.customfield
Classes in com.vaadin.client.ui.customfield that implement Connector Modifier and Type Class Description class
CustomFieldConnector
-
Uses of Connector in com.vaadin.client.ui.customlayout
Classes in com.vaadin.client.ui.customlayout that implement Connector Modifier and Type Class Description class
CustomLayoutConnector
-
Uses of Connector in com.vaadin.client.ui.datefield
Classes in com.vaadin.client.ui.datefield that implement Connector Modifier and Type Class Description class
AbstractDateFieldConnector
class
DateFieldConnector
class
InlineDateFieldConnector
class
PopupDateFieldConnector
class
TextualDateConnector
-
Uses of Connector in com.vaadin.client.ui.draganddropwrapper
Classes in com.vaadin.client.ui.draganddropwrapper that implement Connector Modifier and Type Class Description class
DragAndDropWrapperConnector
-
Uses of Connector in com.vaadin.client.ui.embedded
Classes in com.vaadin.client.ui.embedded that implement Connector Modifier and Type Class Description class
EmbeddedConnector
-
Uses of Connector in com.vaadin.client.ui.flash
Classes in com.vaadin.client.ui.flash that implement Connector Modifier and Type Class Description class
FlashConnector
Deprecated.no modern browsers support Flash anymore -
Uses of Connector in com.vaadin.client.ui.form
Classes in com.vaadin.client.ui.form that implement Connector Modifier and Type Class Description class
FormConnector
-
Uses of Connector in com.vaadin.client.ui.formlayout
Classes in com.vaadin.client.ui.formlayout that implement Connector Modifier and Type Class Description class
FormLayoutConnector
-
Uses of Connector in com.vaadin.client.ui.gridlayout
Classes in com.vaadin.client.ui.gridlayout that implement Connector Modifier and Type Class Description class
GridLayoutConnector
-
Uses of Connector in com.vaadin.client.ui.image
Classes in com.vaadin.client.ui.image that implement Connector Modifier and Type Class Description class
ImageConnector
-
Uses of Connector in com.vaadin.client.ui.label
Classes in com.vaadin.client.ui.label that implement Connector Modifier and Type Class Description class
LabelConnector
-
Uses of Connector in com.vaadin.client.ui.layout
Subinterfaces of Connector in com.vaadin.client.ui.layout Modifier and Type Interface Description interface
MayScrollChildren
-
Uses of Connector in com.vaadin.client.ui.link
Classes in com.vaadin.client.ui.link that implement Connector Modifier and Type Class Description class
LinkConnector
-
Uses of Connector in com.vaadin.client.ui.listselect
Classes in com.vaadin.client.ui.listselect that implement Connector Modifier and Type Class Description class
ListSelectConnector
-
Uses of Connector in com.vaadin.client.ui.loginform
Classes in com.vaadin.client.ui.loginform that implement Connector Modifier and Type Class Description class
LoginFormConnector
-
Uses of Connector in com.vaadin.client.ui.menubar
Classes in com.vaadin.client.ui.menubar that implement Connector Modifier and Type Class Description class
MenuBarConnector
-
Uses of Connector in com.vaadin.client.ui.nativebutton
Classes in com.vaadin.client.ui.nativebutton that implement Connector Modifier and Type Class Description class
NativeButtonConnector
-
Uses of Connector in com.vaadin.client.ui.nativeselect
Classes in com.vaadin.client.ui.nativeselect that implement Connector Modifier and Type Class Description class
NativeSelectConnector
-
Uses of Connector in com.vaadin.client.ui.optiongroup
Classes in com.vaadin.client.ui.optiongroup that implement Connector Modifier and Type Class Description class
OptionGroupBaseConnector
class
OptionGroupConnector
-
Uses of Connector in com.vaadin.client.ui.orderedlayout
Classes in com.vaadin.client.ui.orderedlayout that implement Connector Modifier and Type Class Description class
AbstractOrderedLayoutConnector
Base class for vertical and horizontal ordered layoutsclass
HorizontalLayoutConnector
Connects the client widgetVHorizontalLayout
with the Vaadin server side counterpartHorizontalLayout
class
VerticalLayoutConnector
Connects the client widgetVVerticalLayout
with the Vaadin server side counterpartVerticalLayout
-
Uses of Connector in com.vaadin.client.ui.panel
Classes in com.vaadin.client.ui.panel that implement Connector Modifier and Type Class Description class
PanelConnector
-
Uses of Connector in com.vaadin.client.ui.passwordfield
Classes in com.vaadin.client.ui.passwordfield that implement Connector Modifier and Type Class Description class
PasswordFieldConnector
-
Uses of Connector in com.vaadin.client.ui.popupview
Classes in com.vaadin.client.ui.popupview that implement Connector Modifier and Type Class Description class
PopupViewConnector
-
Uses of Connector in com.vaadin.client.ui.progressindicator
Classes in com.vaadin.client.ui.progressindicator that implement Connector Modifier and Type Class Description class
ProgressBarConnector
Connector forVProgressBar
.class
ProgressIndicatorConnector
Deprecated.as of 7.1, useProgressBarConnector
combined with server push or UI polling. -
Uses of Connector in com.vaadin.client.ui.richtextarea
Classes in com.vaadin.client.ui.richtextarea that implement Connector Modifier and Type Class Description class
RichTextAreaConnector
-
Uses of Connector in com.vaadin.client.ui.slider
Classes in com.vaadin.client.ui.slider that implement Connector Modifier and Type Class Description class
SliderConnector
-
Uses of Connector in com.vaadin.client.ui.splitpanel
Classes in com.vaadin.client.ui.splitpanel that implement Connector Modifier and Type Class Description class
AbstractSplitPanelConnector
class
HorizontalSplitPanelConnector
class
VerticalSplitPanelConnector
-
Uses of Connector in com.vaadin.client.ui.table
Classes in com.vaadin.client.ui.table that implement Connector Modifier and Type Class Description class
TableConnector
-
Uses of Connector in com.vaadin.client.ui.tabsheet
Classes in com.vaadin.client.ui.tabsheet that implement Connector Modifier and Type Class Description class
TabsheetBaseConnector
class
TabsheetConnector
-
Uses of Connector in com.vaadin.client.ui.textarea
Classes in com.vaadin.client.ui.textarea that implement Connector Modifier and Type Class Description class
TextAreaConnector
-
Uses of Connector in com.vaadin.client.ui.textfield
Classes in com.vaadin.client.ui.textfield that implement Connector Modifier and Type Class Description class
TextFieldConnector
-
Uses of Connector in com.vaadin.client.ui.tree
Classes in com.vaadin.client.ui.tree that implement Connector Modifier and Type Class Description class
TreeConnector
-
Uses of Connector in com.vaadin.client.ui.treetable
Classes in com.vaadin.client.ui.treetable that implement Connector Modifier and Type Class Description class
TreeTableConnector
-
Uses of Connector in com.vaadin.client.ui.twincolselect
Classes in com.vaadin.client.ui.twincolselect that implement Connector Modifier and Type Class Description class
TwinColSelectConnector
-
Uses of Connector in com.vaadin.client.ui.ui
Classes in com.vaadin.client.ui.ui that implement Connector Modifier and Type Class Description class
UIConnector
-
Uses of Connector in com.vaadin.client.ui.upload
Classes in com.vaadin.client.ui.upload that implement Connector Modifier and Type Class Description class
UploadConnector
-
Uses of Connector in com.vaadin.client.ui.video
Classes in com.vaadin.client.ui.video that implement Connector Modifier and Type Class Description class
VideoConnector
-
Uses of Connector in com.vaadin.client.ui.window
Classes in com.vaadin.client.ui.window that implement Connector Modifier and Type Class Description class
WindowConnector
-
Uses of Connector in com.vaadin.event
Methods in com.vaadin.event with parameters of type Connector Modifier and Type Method Description static LayoutEvents.LayoutClickEvent
LayoutEvents.LayoutClickEvent. createEvent(ComponentContainer layout, MouseEventDetails mouseDetails, Connector clickedConnector)
-
Uses of Connector in com.vaadin.event.dd
Subinterfaces of Connector in com.vaadin.event.dd Modifier and Type Interface Description interface
DragSource
DragSource is aComponent
that builds aTransferable
for a drag and drop operation.interface
DropTarget
DropTarget is an interface for components supporting drop operations. -
Uses of Connector in com.vaadin.navigator
Classes in com.vaadin.navigator that implement Connector Modifier and Type Class Description static class
Navigator.EmptyView
Empty view component. -
Uses of Connector in com.vaadin.server
Subinterfaces of Connector in com.vaadin.server Modifier and Type Interface Description interface
ClientConnector
Interface implemented by all connectors that are capable of communicating with the client sideinterface
Extension
An extension is an entity that is attached to a Component or another Extension and independently communicates between client and server.Classes in com.vaadin.server that implement Connector Modifier and Type Class Description class
AbstractClientConnector
An abstract base class for ClientConnector implementations.class
AbstractExtension
An extension is an entity that is attached to a Component or another Extension and independently communicates between client and server.class
AbstractJavaScriptExtension
Base class for Extensions with all client-side logic implemented using JavaScript.class
BrowserWindowOpener
Component extension that opens a browser popup window when the extended component is clicked.class
DragAndDropService
class
FileDownloader
Extension that starts a download when the extended component is clicked.class
Responsive
An extension providing responsive layout capabilities to any Vaadin component.Methods in com.vaadin.server that return Connector Modifier and Type Method Description Connector
ClientConnector.ConnectorErrorEvent. getConnector()
Gets the connector for which this error occurred.Methods in com.vaadin.server with parameters of type Connector Modifier and Type Method Description static Component
DefaultErrorHandler. findComponent(Connector connector)
Finds the nearest component by traversing upwards in the hierarchy.Constructors in com.vaadin.server with parameters of type Connector Constructor Description ConnectorErrorEvent(Connector connector, Throwable t)
-
Uses of Connector in com.vaadin.server.communication.data
Classes in com.vaadin.server.communication.data that implement Connector Modifier and Type Class Description class
RpcDataProviderExtension
Provides Vaadin server-side container data source to acom.vaadin.client.ui.grid.GridConnector
. -
Uses of Connector in com.vaadin.shared
Fields in com.vaadin.shared declared as Connector Modifier and Type Field Description Connector
AbstractFieldState. focusDelegate
The component which should receive focus events instead of the custom field wrapper.Methods in com.vaadin.shared that return Connector Modifier and Type Method Description Connector
Connector. getParent()
Gets the parent connector of this connector, ornull
if the connector is not attached to any parent. -
Uses of Connector in com.vaadin.shared.ui
Methods in com.vaadin.shared.ui that return types with arguments of type Connector Modifier and Type Method Description Class<? extends Connector>
value()
Methods in com.vaadin.shared.ui with parameters of type Connector Modifier and Type Method Description void
LayoutClickRpc. layoutClick(MouseEventDetails mouseDetails, Connector clickedConnector)
Called when a layout click event has occurred and there are server side listeners for the event. -
Uses of Connector in com.vaadin.shared.ui.csslayout
Fields in com.vaadin.shared.ui.csslayout with type parameters of type Connector Modifier and Type Field Description Map<Connector,String>
CssLayoutState. childCss
-
Uses of Connector in com.vaadin.shared.ui.customlayout
Fields in com.vaadin.shared.ui.customlayout with type parameters of type Connector Modifier and Type Field Description Map<Connector,String>
CustomLayoutState. childLocations
-
Uses of Connector in com.vaadin.shared.ui.form
Fields in com.vaadin.shared.ui.form declared as Connector Modifier and Type Field Description Connector
FormState. footer
Connector
FormState. layout
-
Uses of Connector in com.vaadin.shared.ui.grid
Fields in com.vaadin.shared.ui.grid declared as Connector Modifier and Type Field Description Connector
GridStaticSectionState.CellState. connector
Connector
GridColumnState. editorConnector
The connector for the field used to edit cells in this column when the editor interface is active.Connector
GridColumnState. rendererConnector
The connector for the renderer used to render the cells in this column. -
Uses of Connector in com.vaadin.shared.ui.gridlayout
Fields in com.vaadin.shared.ui.gridlayout with type parameters of type Connector Modifier and Type Field Description Map<Connector,GridLayoutState.ChildComponentData>
GridLayoutState. childData
-
Uses of Connector in com.vaadin.shared.ui.loginform
Fields in com.vaadin.shared.ui.loginform declared as Connector Modifier and Type Field Description Connector
LoginFormState. loginButtonConnector
Connector
LoginFormState. passwordFieldConnector
Connector
LoginFormState. userNameFieldConnector
-
Uses of Connector in com.vaadin.shared.ui.orderedlayout
Fields in com.vaadin.shared.ui.orderedlayout with type parameters of type Connector Modifier and Type Field Description HashMap<Connector,AbstractOrderedLayoutState.ChildComponentData>
AbstractOrderedLayoutState. childData
-
Uses of Connector in com.vaadin.shared.ui.splitpanel
Fields in com.vaadin.shared.ui.splitpanel declared as Connector Modifier and Type Field Description Connector
AbstractSplitPanelState. firstChild
Connector
AbstractSplitPanelState. secondChild
-
Uses of Connector in com.vaadin.shared.ui.ui
Methods in com.vaadin.shared.ui.ui with parameters of type Connector Modifier and Type Method Description void
DebugWindowServerRpc. showServerDebugInfo(Connector connector)
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.void
DebugWindowServerRpc. showServerDesign(Connector connector)
Sends a request to the server to print a design to the console for the given component. -
Uses of Connector in com.vaadin.shared.ui.window
Fields in com.vaadin.shared.ui.window declared as Connector Modifier and Type Field Description Connector[]
WindowState. contentDescription
-
Uses of Connector in com.vaadin.ui
Subinterfaces of Connector in com.vaadin.ui Modifier and Type Interface Description interface
Component
Component
is the top-level interface that is and must be implemented by all Vaadin components.static interface
Component.Focusable
A sub-interface implemented by components that can obtain input focus.interface
ComponentContainer
A special type of parent which allows the user to add and remove components to it.interface
Field<T>
Field interface is implemented by all classes (field components) that have a value that the user can change through the user interface.static interface
Grid.SelectionModel
The server-side interface that controls Grid's selection state.static interface
Grid.SelectionModel.HasUserSelectionAllowed
Interface implemented by selection models which support disabling client side selection while still allowing programmatic selection on the server.static interface
Grid.SelectionModel.Multi
A SelectionModel that supports multiple selections to be made.static interface
Grid.SelectionModel.None
A SelectionModel that does not allow for rows to be selected.static interface
Grid.SelectionModel.Single
A SelectionModel that supports for only single rows to be selected at a time.interface
HasChildMeasurementHint
Component with layout measuring hint.interface
HasComponents
interface
Layout
Extension to theComponentContainer
interface which adds the layouting control to the elements in the container.interface
LegacyComponent
Deprecated.As of 7.0.interface
SelectiveRenderer
Interface implemented byHasComponents
implementors that wish to dynamically be able to prevent given child components from reaching the client side.interface
SingleComponentContainer
Interface for component containers that have one child component and do not support adding or removing components.Classes in com.vaadin.ui that implement Connector Modifier and Type Class Description class
AbsoluteLayout
AbsoluteLayout is a layout implementation that mimics html absolute positioning.class
AbstractColorPicker
An abstract class that defines default implementation for a color picker component.class
AbstractComponent
An abstract class that defines default implementation for theComponent
interface.class
AbstractComponentContainer
Extension toAbstractComponent
that defines the default implementation for the methods inComponentContainer
.class
AbstractEmbedded
Abstract base for embedding components.class
AbstractField<T>
Abstract field component for implementing buffered property editors.class
AbstractFocusable
An abstract base class for focusable components.class
AbstractJavaScriptComponent
Base class for Components with all client-side logic implemented using JavaScript.class
AbstractLayout
An abstract class that defines default implementation for theLayout
interface.class
AbstractMedia
Abstract base class for the HTML5 media components.class
AbstractOrderedLayout
class
AbstractSelect
A class representing a selection of items the user has selected in a UI.class
AbstractSingleComponentContainer
Abstract base class for component containers that have only one child component.class
AbstractSplitPanel
AbstractSplitPanel.class
AbstractTextField
class
Accordion
An accordion is a component similar to aTabSheet
, but with a vertical orientation and the selected component presented between tabs.class
Audio
The Audio component translates into an HTML5 <audio> element and as such is only supported in browsers that support HTML5 media markup.class
BrowserFrame
A component displaying an embedded web page.class
Button
A generic button component.class
Calendar
Vaadin Calendar is for visualizing events in a calendar.class
CheckBox
class
ColorPicker
A class that defines default (button-like) implementation for a color picker component.class
ColorPickerArea
A class that defines area-like implementation for a color picker component.class
ComboBox
A filtering dropdown single-select.class
CssLayout
CssLayout is a layout component that can be used in browser environment only.class
CustomComponent
Custom component provides a simple implementation of theComponent
interface to allow creating new UI components by composition of existing server-side components.class
CustomField<T>
AField
whose UI content can be constructed by the user, enabling the creation of e.g.class
CustomLayout
A container component with freely designed layout and style.class
DateField
A date editor component that can be bound to anyProperty
that is compatible withjava.util.Date
.class
DragAndDropWrapper
class
Embedded
A component for embedding external objects.class
Flash
Deprecated.no modern browsers support Flash anymoreclass
Form
Deprecated.As of 7.0, useFieldGroup
instead ofForm
for more flexibility.class
FormLayout
FormLayout is used byForm
to layout fields.class
Grid
A grid component for displaying tabular data.static class
Grid.AbstractGridExtension
An abstract base class for server-side Grid extensions.static class
Grid.AbstractRenderer<T>
An abstract base class for server-sideGrid renderers
.static class
Grid.AbstractSelectionModel
A base class for SelectionModels that contains some of the logic that is reusable.static class
Grid.DetailComponentManager
A class that manages details components by callingGrid.DetailsGenerator
as needed.static class
Grid.MultiSelectionModel
A default implementation of aGrid.SelectionModel.Multi
static class
Grid.NoSelectionModel
A default implementation for aGrid.SelectionModel.None
static class
Grid.SingleSelectionModel
A default implementation of aGrid.SelectionModel.Single
class
GridLayout
A layout where the components are laid out on a grid using cell coordinates.class
HorizontalLayout
Horizontal layoutHorizontalLayout
is a component container, which shows the subcomponents in the order of their addition (horizontally).class
HorizontalSplitPanel
A horizontal split panel contains two components and lays them horizontally.class
Image
Component for embedding images.class
InlineDateField
A date entry component, which displays the actual date selector inline.class
JavaScript
Provides access to JavaScript functionality in the web browser.class
Label
Label component for showing non-editable short texts.class
LegacyWindow
Deprecated.class
Link
Link is used to create external or internal URL links.class
ListSelect
This is a simple list select without, for instance, support for new items, lazyloading, and other advanced features.class
LoginForm
Login form with auto-completion and auto-fill for all major browsers.class
MenuBar
A class representing a horizontal menu bar.class
NativeButton
class
NativeSelect
This is a simple drop-down select without, for instance, support for multiselect, new items, lazyloading, and other advanced features.class
OptionGroup
Configures select to be used as an option group.class
Panel
Panel - a simple single component container.class
PasswordField
A field that is used to enter secret text information like passwords.class
PopupDateField
A date entry component, which displays the actual date selector as a popup.class
PopupView
A component for displaying a two different views to data.class
ProgressBar
Shows the current progress of a long running task.class
ProgressIndicator
Deprecated.as of 7.1, useProgressBar
combined withUI#setPushMode(PushMode)
orUI.setPollInterval(int)
instead.class
RichTextArea
A simple RichTextArea to edit HTML format text.class
Select
Deprecated.As of 7.0.class
Slider
A component for selecting a numerical value within a range.class
Table
Table
is used for representing data or components in a pageable and selectable table.class
TabSheet
TabSheet component.class
TextArea
A text field that supports multi line editing.class
TextField
A text editor component that can be bound to any bindable Property.class
Tree
Tree component.class
TreeTable
class
TwinColSelect
Multiselect component with two lists: left side for available items and right side for selected items.class
UI
The topmost component in any component hierarchy.class
Upload
Component for uploading files from client to server.class
VerticalLayout
Vertical layoutVerticalLayout
is a component container, which shows the subcomponents in the order of their addition (vertically).class
VerticalSplitPanel
A vertical split panel contains two components and lays them vertically.class
Video
The Video component translates into an HTML5 <video> element and as such is only supported in browsers that support HTML5 media markup.class
Window
A component that represents a floating popup window that can be added to aUI
. -
Uses of Connector in com.vaadin.ui.components.colorpicker
Classes in com.vaadin.ui.components.colorpicker that implement Connector Modifier and Type Class Description class
ColorPickerGradient
A component that represents a color gradient within a color picker.class
ColorPickerGrid
A component that represents a color selection grid within a color picker.class
ColorPickerHistory
A component that represents color selection history within a color picker.class
ColorPickerPopup
A component that represents color selection popup within a color picker.class
ColorPickerPreview
A component that represents color selection preview within a color picker.class
ColorPickerSelect
A component that represents color selection swatches within a color picker. -
Uses of Connector in com.vaadin.ui.renderers
Subinterfaces of Connector in com.vaadin.ui.renderers Modifier and Type Interface Description interface
Renderer<T>
A ClientConnector for controlling client-sideGrid renderers
.Classes in com.vaadin.ui.renderers that implement Connector Modifier and Type Class Description class
AbstractJavaScriptRenderer<T>
Base class for Renderers with all client-side logic implemented using JavaScript.class
ButtonRenderer
A Renderer that displays a button with a textual caption.class
ClickableRenderer<T>
An abstract superclass for Renderers that render clickable items.class
DateRenderer
A renderer for presenting date values.class
HtmlRenderer
A renderer for presenting HTML content.class
ImageRenderer
A renderer for presenting images.class
NumberRenderer
A renderer for presenting number values.class
ProgressBarRenderer
A renderer that represents a double values as a graphical progress bar.class
TextRenderer
A renderer for presenting simple plain-text string values.
-