Class and Description |
---|
AbstractSelect
A class representing a selection of items the user has selected in a UI.
|
AbstractTextField |
Field
Field interface is implemented by all classes (field components) that have a
value that the user can change through the user interface.
|
RichTextArea
A simple RichTextArea to edit HTML format text.
|
Class and Description |
---|
Component
Component is the top-level interface that is and must be implemented
by all Vaadin components. |
Component.Event
Superclass of all component originated events.
|
ComponentContainer
A special type of parent which allows the user to add and remove components
to it.
|
UI
The topmost component in any component hierarchy.
|
Class and Description |
---|
Component
Component is the top-level interface that is and must be implemented
by all Vaadin components. |
Class and Description |
---|
Component
Component is the top-level interface that is and must be implemented
by all Vaadin components. |
Class and Description |
---|
AbstractComponent
An abstract class that defines default implementation for the
Component interface. |
AbstractComponentContainer
Extension to
AbstractComponent that defines the default
implementation for the methods in ComponentContainer . |
AbstractLayout
An abstract class that defines default implementation for the
Layout
interface. |
Component
Component is the top-level interface that is and must be implemented
by all Vaadin components. |
ComponentContainer
A special type of parent which allows the user to add and remove components
to it.
|
CssLayout
CssLayout is a layout component that can be used in browser environment only.
|
HasComponents |
HasComponents.ComponentAttachDetachNotifier
Interface for
HasComponents implementations that support sending
attach and detach events for components. |
Layout
Extension to the
ComponentContainer interface which adds the
layouting control to the elements in the container. |
SingleComponentContainer
Interface for component containers that have one child component and do not
support adding or removing components.
|
UI
The topmost component in any component hierarchy.
|
Class and Description |
---|
AbstractComponent
An abstract class that defines default implementation for the
Component interface. |
Component
Component is the top-level interface that is and must be implemented
by all Vaadin components. |
ConnectorTracker
A class which takes care of book keeping of
ClientConnector s for a
UI. |
JavaScript
Provides access to JavaScript functionality in the web browser.
|
JavaScriptFunction
Defines a method that is called by a client-side JavaScript function.
|
LegacyWindow
Deprecated.
|
Notification
A notification message, used to display temporary messages to the user - for
example "Document saved", or "Save failed".
|
UI
The topmost component in any component hierarchy.
|
Class and Description |
---|
ConnectorTracker
A class which takes care of book keeping of
ClientConnector s for a
UI. |
UI
The topmost component in any component hierarchy.
|
Class and Description |
---|
Grid
A grid component for displaying tabular data.
|
Grid.Column
A column in the grid.
|
Class and Description |
---|
AbsoluteLayout.ComponentPosition
The CompontPosition class represents a components position within the
absolute layout.
|
AbstractColorPicker
An abstract class that defines default implementation for a color picker
component.
|
AbstractColorPicker.PopupStyle |
AbstractComponent
An abstract class that defines default implementation for the
Component interface. |
AbstractComponentContainer
Extension to
AbstractComponent that defines the default
implementation for the methods in ComponentContainer . |
AbstractEmbedded
Abstract base for embedding components.
|
AbstractField
Abstract field component for implementing buffered property editors.
|
AbstractFocusable
An abstract base class for focusable components.
|
AbstractLayout
An abstract class that defines default implementation for the
Layout
interface. |
AbstractMedia
Abstract base class for the HTML5 media components.
|
AbstractOrderedLayout |
AbstractSelect
A class representing a selection of items the user has selected in a UI.
|
AbstractSelect.AbstractSelectTargetDetails
TargetDetails implementation for subclasses of
AbstractSelect
that implement DropTarget . |
AbstractSelect.CaptionChangeListener
This is a listener helper for Item and Property changes that should cause
a repaint.
|
AbstractSelect.Filtering
Interface for option filtering, used to filter options based on user
entered value.
|
AbstractSelect.ItemCaptionMode |
AbstractSelect.ItemDescriptionGenerator
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 |
AbstractSelect.VerticalLocationIs
An accept criterion to accept drops only on a specific vertical location
of an item.
|
AbstractSingleComponentContainer
Abstract base class for component containers that have only one child
component.
|
AbstractSplitPanel
AbstractSplitPanel.
|
AbstractSplitPanel.SplitPositionChangeEvent
Event that indicates a change in SplitPanel's splitter position.
|
AbstractSplitPanel.SplitPositionChangeListener
Interface for listening for
AbstractSplitPanel.SplitPositionChangeEvent s fired by a
SplitPanel. |
AbstractSplitPanel.SplitterClickEvent |
AbstractSplitPanel.SplitterClickListener
SplitterClickListener interface for listening for
SplitterClickEvent fired by a SplitPanel . |
AbstractTextField |
AbstractTextField.TextChangeEventMode
Different modes how the TextField can trigger
FieldEvents.TextChangeEvent s. |
Alignment
Class containing information about alignment of a component.
|
Button
A generic button component.
|
Button.ClickEvent
Click event.
|
Button.ClickListener
Interface for listening for a
Button.ClickEvent fired by a
Component . |
Button.ClickShortcut
A
ShortcutListener specifically made to define a keyboard
shortcut that invokes a click on the given button. |
Calendar.TimeFormat
Calendar can use either 12 hours clock or 24 hours clock.
|
ComboBox
A filtering dropdown single-select.
|
ComboBox.ItemStyleGenerator
ItemStyleGenerator can be used to add custom styles to combo box items
shown in the popup.
|
Component
Component is the top-level interface that is and must be implemented
by all Vaadin components. |
Component.Event
Superclass of all component originated events.
|
Component.Focusable
A sub-interface implemented by components that can obtain input focus.
|
Component.Listener
Listener interface for receiving
Component.Event s. |
ComponentContainer
A special type of parent which allows the user to add and remove components
to it.
|
ConnectorTracker
A class which takes care of book keeping of
ClientConnector s for a
UI. |
CustomComponent
Custom component provides a simple implementation of the
Component
interface to allow creating new UI components by composition of existing
server-side components. |
DateField
A date editor component that can be bound to any
Property that is
compatible with java.util.Date . |
DefaultFieldFactory
This class contains a basic implementation for both
FormFieldFactory
and TableFieldFactory . |
DragAndDropWrapper.DragStartMode |
Field
Field interface is implemented by all classes (field components) that have a
value that the user can change through the user interface.
|
FormFieldFactory
Deprecated.
As of 7.0, use
FieldGroup instead of Form for
more flexibility. |
Grid
A grid component for displaying tabular data.
|
Grid.AbstractGridExtension
An abstract base class for server-side Grid extensions.
|
Grid.AbstractSelectionModel
A base class for SelectionModels that contains some of the logic that is
reusable.
|
Grid.CellDescriptionGenerator
A callback interface for generating optional descriptions (tooltips) for
Grid cells.
|
Grid.CellReference
A data class which contains information which identifies a cell in a
Grid . |
Grid.CellStyleGenerator
A callback interface for generating custom style names for Grid cells.
|
Grid.Column
A column in the grid.
|
Grid.ColumnReorderEvent
An event that is fired when the columns are reordered.
|
Grid.ColumnReorderListener
An event listener for column reorder events in the Grid.
|
Grid.ColumnResizeEvent
An event that is fired when a column is resized, either programmatically
or by the user.
|
Grid.ColumnResizeListener
An event listener for column resize events in the Grid.
|
Grid.ColumnVisibilityChangeEvent
An event that is fired when a column's visibility changes.
|
Grid.ColumnVisibilityChangeListener
An event listener for column visibility change events in the Grid.
|
Grid.CommitErrorEvent
An event which is fired when saving the editor fails
|
Grid.DetailsGenerator
A callback interface for generating details for a particular row in Grid.
|
Grid.EditorCloseEvent
This event gets fired when an editor is dismissed or closed by other
means.
|
Grid.EditorErrorHandler
Error handler for the editor
|
Grid.EditorEvent
Base class for editor related events
|
Grid.EditorFieldFactory
Field factory used by default in the editor.
|
Grid.EditorMoveEvent
This event gets fired when an editor is opened while another row is being
edited (i.e.
|
Grid.EditorOpenEvent
This event gets fired when an editor is opened
|
Grid.Footer
Represents the footer section of a Grid.
|
Grid.FooterCell
Represents a footer cell in Grid.
|
Grid.FooterRow
Represents a footer row in Grid.
|
Grid.Header
Represents the header section of a Grid.
|
Grid.HeaderCell
Represents a header cell in Grid.
|
Grid.HeaderRow
Represents a header row in Grid.
|
Grid.RowDescriptionGenerator
A callback interface for generating optional descriptions (tooltips) for
Grid rows.
|
Grid.RowReference
A data class which contains information which identifies a row in a
Grid . |
Grid.RowStyleGenerator
A callback interface for generating custom style names for Grid rows.
|
Grid.SelectionMode
Selection modes representing built-in
SelectionModels that come bundled with Grid . |
Grid.SelectionModel
The server-side interface that controls Grid's selection state.
|
Grid.SelectionModel.HasUserSelectionAllowed
Interface implemented by selection models which support disabling
client side selection while still allowing programmatic selection on
the server.
|
Grid.SelectionModel.Multi
A SelectionModel that supports multiple selections to be made.
|
Grid.SelectionModel.None
A SelectionModel that does not allow for rows to be selected.
|
Grid.SelectionModel.Single
A SelectionModel that supports for only single rows to be selected at
a time.
|
Grid.StaticSection
Abstract base class for Grid header and footer sections.
|
Grid.StaticSection.StaticRow
Abstract base class for Grid header and footer rows.
|
GridLayout.Area
Defines a rectangular area of cells in a GridLayout.
|
GridLayout.OutOfBoundsException
An
Exception object which is thrown when an area exceeds the
bounds of the grid. |
GridLayout.OverlapsException
Gridlayout does not support laying components on top of each other.
|
HasChildMeasurementHint
Component with layout measuring hint.
|
HasChildMeasurementHint.ChildMeasurementHint
Specifies how you would like child components measurements to be handled.
|
HasComponents |
HasComponents.ComponentAttachDetachNotifier
Interface for
HasComponents implementations that support sending
attach and detach events for components. |
HasComponents.ComponentAttachEvent
Component attach event sent when a component is attached to container.
|
HasComponents.ComponentAttachListener
Component attach listener interface.
|
HasComponents.ComponentDetachEvent
Component detach event sent when a component is detached from container.
|
HasComponents.ComponentDetachListener
Component detach listener interface.
|
Html5File
DragAndDropWrapper can receive also files from client computer if
appropriate HTML 5 features are supported on client side. |
JavaScript
Provides access to JavaScript functionality in the web browser.
|
JavaScriptFunction
Defines a method that is called by a client-side JavaScript function.
|
Label
Label component for showing non-editable short texts.
|
Layout
Extension to the
ComponentContainer interface which adds the
layouting control to the elements in the container. |
Layout.AlignmentHandler
AlignmentHandler is most commonly an advanced
Layout that can
align its components. |
Layout.MarginHandler
This type of layout supports automatic addition of margins (space around
its components).
|
Layout.SpacingHandler
This type of layout supports automatic addition of space between its
components.
|
LegacyComponent
Deprecated.
As of 7.0. This class is only intended to ease migration and
should not be used for new projects.
|
LoadingIndicatorConfiguration
Provides method for configuring the loading indicator.
|
LoginForm.LoginEvent
This event is sent when login form is submitted.
|
LoginForm.LoginListener
Login listener is a class capable to listen LoginEvents sent from
LoginBox
|
MenuBar.Command
This interface contains the layer for menu commands of the
MenuBar class. |
MenuBar.MenuItem
A composite class for menu items and sub-menus.
|
Notification
A notification message, used to display temporary messages to the user - for
example "Document saved", or "Save failed".
|
Notification.Type |
NotificationConfiguration
Provides methods for configuring the notification.
|
Panel
Panel - a simple single component container.
|
PasswordField
A field that is used to enter secret text information like passwords.
|
PopupView
A component for displaying a two different views to data.
|
PopupView.Content
Used to deliver customized content-packages to the PopupView.
|
PopupView.PopupVisibilityEvent
This event is received by the PopupVisibilityListeners when the
visibility of the popup changes.
|
PopupView.PopupVisibilityListener
Defines a listener that can receive a PopupVisibilityEvent when the
visibility of the popup changes.
|
ProgressBar
Shows the current progress of a long running task.
|
PushConfiguration
Provides method for configuring the push channel.
|
ReconnectDialogConfiguration
Provides method for configuring the reconnect dialog.
|
SelectiveRenderer
Interface implemented by
HasComponents implementors that wish to
dynamically be able to prevent given child components from reaching the
client side. |
SingleComponentContainer
Interface for component containers that have one child component and do not
support adding or removing components.
|
Table
Table is used for representing data or components in a pageable
and selectable table. |
Table.Align |
Table.CellStyleGenerator
Allow to define specific style on cells (and rows) contents.
|
Table.ColumnCollapseEvent
This event is fired when the collapse state of a column changes.
|
Table.ColumnCollapseListener
Interface for listening to column collapse events.
|
Table.ColumnGenerator
Used to create "generated columns"; columns that exist only in the Table,
not in the underlying Container.
|
Table.ColumnHeaderMode |
Table.ColumnReorderEvent
This event is fired when a columns are reordered by the end user user.
|
Table.ColumnReorderListener
Interface for listening to column reorder events.
|
Table.ColumnResizeEvent
This event is fired when a column is resized.
|
Table.ColumnResizeListener
Interface for listening to column resize events.
|
Table.FooterClickEvent
Click event fired when clicking on the Table footers.
|
Table.FooterClickListener
Interface for the listener for column footer mouse click events.
|
Table.GeneratedRow |
Table.HeaderClickEvent
Click event fired when clicking on the Table headers.
|
Table.HeaderClickListener
Interface for the listener for column header mouse click events.
|
Table.RowGenerator
Row generators can be used to replace certain items in a table with a
generated string.
|
Table.RowHeaderMode |
Table.TableDragMode
Modes that Table support as drag sourse.
|
Table.TableTransferable
Concrete implementation of
DataBoundTransferable for data
transferred from a table. |
TableFieldFactory
Factory interface for creating new Field-instances based on Container
(datasource), item id, property id and uiContext (the component responsible
for displaying fields).
|
TabSheet
TabSheet component.
|
TabSheet.CloseHandler
CloseHandler is used to process tab closing events.
|
TabSheet.SelectedTabChangeEvent
Selected tab change event.
|
TabSheet.SelectedTabChangeListener
Selected tab change event listener.
|
TabSheet.Tab
Tab meta-data for a component in a
TabSheet . |
TextField
A text editor component that can be bound to any bindable Property.
|
TooltipConfiguration
Provides method for configuring the tooltip.
|
Tree
Tree component.
|
Tree.CollapseEvent
Collapse event
|
Tree.CollapseListener
Collapse event listener.
|
Tree.ExpandEvent
Event to fired when a node is expanded.
|
Tree.ExpandListener
Expand event listener.
|
Tree.ItemStyleGenerator
ItemStyleGenerator can be used to add custom styles to tree items.
|
Tree.TargetItemAllowsChildren
A criterion that accepts
Transferable only directly on a tree
node that can have children. |
Tree.TreeDragMode
Supported drag modes for Tree.
|
Tree.TreeTargetDetails
A
TargetDetails implementation with Tree specific api. |
UI
The topmost component in any component hierarchy.
|
UIDetachedException
Exception thrown if the UI has been detached when it should not be.
|
Upload
Component for uploading files from client to server.
|
Upload.ChangeEvent
Upload.ChangeEvent event is sent when the value (filename) of the upload
changes.
|
Upload.ChangeListener
Listener for
Upload.ChangeEvent |
Upload.FailedEvent
Upload.FailedEvent event is sent when the upload is received, but the
reception is interrupted for some reason.
|
Upload.FailedListener
Receives events when the uploads are finished, but unsuccessful.
|
Upload.FinishedEvent
Upload.FinishedEvent is sent when the upload receives a file, regardless
of whether the reception was successful or failed.
|
Upload.FinishedListener
Receives the events when the uploads are ready.
|
Upload.ProgressListener
ProgressListener receives events to track progress of upload.
|
Upload.Receiver
Interface that must be implemented by the upload receivers to provide the
Upload component an output stream to write the uploaded data.
|
Upload.StartedEvent
Upload.StartedEvent event is sent when the upload is started to received.
|
Upload.StartedListener
Receives the events when the upload starts.
|
Upload.SucceededEvent
Upload.SucceededEvent event is sent when the upload is received
successfully.
|
Upload.SucceededListener
Receives events when the uploads are successfully finished.
|
Window
A component that represents a floating popup window that can be added to a
UI . |
Window.CloseEvent |
Window.CloseListener
An interface used for listening to Window close events.
|
Window.CloseShortcut
A
ShortcutListener specifically made to define a keyboard
shortcut that closes the window. |
Window.ResizeEvent
Resize events are fired whenever the client-side fires a resize-event
(e.g.
|
Window.ResizeListener
Listener for window resize events.
|
Window.WindowModeChangeEvent
Event which is fired when the mode of the Window changes.
|
Window.WindowModeChangeListener
An interface used for listening to Window maximize / restore events.
|
Class and Description |
---|
Calendar
Vaadin Calendar is for visualizing events in a calendar.
|
Component.Event
Superclass of all component originated events.
|
Class and Description |
---|
AbstractColorPicker.Coordinates2Color
Interface for converting 2d-coordinates to a Color
|
AbstractComponent
An abstract class that defines default implementation for the
Component interface. |
AbstractComponentContainer
Extension to
AbstractComponent that defines the default
implementation for the methods in ComponentContainer . |
AbstractLayout
An abstract class that defines default implementation for the
Layout
interface. |
AbstractSingleComponentContainer
Abstract base class for component containers that have only one child
component.
|
Button.ClickEvent
Click event.
|
Button.ClickListener
Interface for listening for a
Button.ClickEvent fired by a
Component . |
Component
Component is the top-level interface that is and must be implemented
by all Vaadin components. |
Component.Event
Superclass of all component originated events.
|
Component.Focusable
A sub-interface implemented by components that can obtain input focus.
|
ComponentContainer
A special type of parent which allows the user to add and remove components
to it.
|
CssLayout
CssLayout is a layout component that can be used in browser environment only.
|
CustomComponent
Custom component provides a simple implementation of the
Component
interface to allow creating new UI components by composition of existing
server-side components. |
HasComponents |
HasComponents.ComponentAttachDetachNotifier
Interface for
HasComponents implementations that support sending
attach and detach events for components. |
Layout
Extension to the
ComponentContainer interface which adds the
layouting control to the elements in the container. |
LegacyComponent
Deprecated.
As of 7.0. This class is only intended to ease migration and
should not be used for new projects.
|
Panel
Panel - a simple single component container.
|
SingleComponentContainer
Interface for component containers that have one child component and do not
support adding or removing components.
|
Window
A component that represents a floating popup window that can be added to a
UI . |
Class and Description |
---|
Alignment
Class containing information about alignment of a component.
|
Component
Component is the top-level interface that is and must be implemented
by all Vaadin components. |
Class and Description |
---|
Component.Event
Superclass of all component originated events.
|
Grid
A grid component for displaying tabular data.
|
Grid.AbstractGridExtension
An abstract base class for server-side Grid extensions.
|
Grid.AbstractRenderer
An abstract base class for server-side
Grid renderers . |
Grid.Column
A column in the grid.
|
JavaScriptFunction
Defines a method that is called by a client-side JavaScript function.
|
Class and Description |
---|
UI
The topmost component in any component hierarchy.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.