All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
| Class |
Description |
| AbsoluteLayout |
AbsoluteLayout is a layout implementation that mimics html absolute
positioning.
|
| AbstractBeanContainer<IDTYPE,BEANTYPE> |
An abstract base class for in-memory containers for JavaBeans.
|
| AbstractBeanContainer.BeanIdResolver<IDTYPE,BEANTYPE> |
Resolver that maps beans to their (item) identifiers, removing the need
to explicitly specify item identifiers when there is no need to customize
this.
|
| AbstractClientConnector |
An abstract base class for ClientConnector implementations.
|
| AbstractColorPicker |
An abstract class that defines default implementation for a color picker
component.
|
| AbstractColorPicker.Coordinates2Color |
Interface for converting 2d-coordinates to a Color
|
| AbstractColorPicker.PopupStyle |
|
| AbstractComponent |
An abstract class that defines default implementation for the
Component interface.
|
| AbstractComponentContainer |
|
| AbstractContainer |
|
| AbstractContainer.BaseItemSetChangeEvent |
An event object specifying the container whose Item set has
changed.
|
| AbstractContainer.BasePropertySetChangeEvent |
An event object specifying the container whose Property set
has changed.
|
| AbstractDeploymentConfiguration |
An abstract base class for DeploymentConfiguration implementations.
|
| AbstractEmbedded |
Abstract base for embedding components.
|
| AbstractErrorMessage |
Base class for component error messages.
|
| AbstractErrorMessage.ContentMode |
|
| AbstractExtension |
An extension is an entity that is attached to a Component or another
Extension and independently communicates between client and server.
|
| AbstractField<T> |
Abstract field component for implementing buffered property editors.
|
| AbstractField.FocusShortcut |
|
| AbstractField.ReadOnlyStatusChangeEvent |
An Event object specifying the Property whose read-only
status has changed.
|
| AbstractFocusable |
An abstract base class for focusable components.
|
| AbstractInMemoryContainer<ITEMIDTYPE,PROPERTYIDCLASS,ITEMCLASS extends Item> |
Abstract Container class that handles common functionality for
in-memory containers.
|
| AbstractInMemoryContainer.BaseItemAddEvent |
An Event object specifying information about the added
items.
|
| AbstractInMemoryContainer.BaseItemRemoveEvent |
An Event object specifying information about the removed
items.
|
| AbstractJavaScriptComponent |
Base class for Components with all client-side logic implemented using
JavaScript.
|
| AbstractJavaScriptExtension |
Base class for Extensions with all client-side logic implemented using
JavaScript.
|
| AbstractJavaScriptRenderer<T> |
Base class for Renderers with all client-side logic implemented using
JavaScript.
|
| AbstractJunctionFilter |
Abstract base class for filters that are composed of multiple sub-filters.
|
| AbstractLayout |
An abstract class that defines default implementation for the Layout
interface.
|
| AbstractMedia |
Abstract base class for the HTML5 media components.
|
| AbstractOrderedLayout |
|
| AbstractProperty<T> |
Abstract base class for Property implementations.
|
| AbstractProperty.ReadOnlyStatusChangeEvent |
An Event object specifying the Property whose read-only
status has been changed.
|
| AbstractSelect |
A class representing a selection of items the user has selected in a UI.
|
| AbstractSelect.AcceptItem |
This criterion accepts a only a Transferable that contains given
Item (practically its identifier) from a specific AbstractSelect.
|
| 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.TargetItemIs |
Criterion which accepts a drop only if the drop target is (one of) the
given Item identifier(s).
|
| 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 |
|
| AbstractSplitPanel.SplitterClickEvent |
|
| AbstractSplitPanel.SplitterClickListener |
SplitterClickListener interface for listening for
SplitterClickEvent fired by a SplitPanel.
|
| AbstractStringToNumberConverter<T> |
A converter that converts from the number type T to String and back.
|
| AbstractStringValidator |
Validator base class for validating strings.
|
| AbstractTextField |
|
| AbstractTextField.TextChangeEventImpl |
|
| AbstractTextField.TextChangeEventMode |
|
| AbstractTransactionalQuery |
Common base class for database query classes that handle connections and
transactions.
|
| AbstractValidator<T> |
|
| AcceptAll |
Criterion that accepts all drops anywhere on the component.
|
| AcceptCriterion |
Criterion that can be used create policy to accept/discard dragged content
(presented by Transferable).
|
| Accordion |
An accordion is a component similar to a TabSheet, but with a
vertical orientation and the selected component presented between tabs.
|
| Action |
Implements the action framework.
|
| Action.Container |
Interface implemented by all components where actions can be registered.
|
| Action.Handler |
Interface implemented by classes who wish to handle actions.
|
| Action.Listener |
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 |
Action.Containers implementing this support an easier way of adding
single Actions than the more involved Action.Handler.
|
| Action.ShortcutNotifier |
|
| ActionManager |
Javadoc TODO
Notes:
|
| Alignment |
Class containing information about alignment of a component.
|
| And |
A compound Container.Filter that accepts an item if all of its filters accept
the item.
|
| And |
A compound criterion that accepts the drag if all of its criteria accepts the
drag.
|
| AndTranslator |
|
| AtmospherePushConnection |
A PushConnection implementation using the Atmosphere push support
that is by default included in Vaadin.
|
| AtmospherePushConnection.FragmentedMessage |
Represents a message that can arrive as multiple fragments.
|
| AtmospherePushConnection.State |
|
| Audio |
The Audio component translates into an HTML5 <audio> element and as
such is only supported in browsers that support HTML5 media markup.
|
| AutoGenerated |
Marker annotation for automatically generated code elements.
|
| BaseTheme |
The Base theme is the foundation for all Vaadin themes.
|
| BasicBackwardHandler |
Implements basic functionality needed to enable backwards navigation.
|
| BasicDateClickHandler |
Implements basic functionality needed to switch to day view when a single day
is clicked.
|
| BasicEvent |
Simple implementation of CalendarEvent.
|
| BasicEventMoveHandler |
Implements basic functionality needed to enable moving events.
|
| BasicEventProvider |
Simple implementation of
CalendarEventProvider.
|
| BasicEventResizeHandler |
Implements basic functionality needed to enable event resizing.
|
| BasicForwardHandler |
Implements basic functionality needed to enable forward navigation.
|
| BasicWeekClickHandler |
Implements basic functionality needed to change to week view when a week
number is clicked.
|
| BeanContainer<IDTYPE,BEANTYPE> |
An in-memory container for JavaBeans.
|
| BeanFieldGroup<T> |
|
| BeanItem<BT> |
A wrapper class for adding the Item interface to any Java Bean.
|
| BeanItemContainer<BEANTYPE> |
An in-memory container for JavaBeans.
|
| BeanUtil |
Utility class for Java Beans information access.
|
| BeanValidator |
Vaadin Validator using the JSR-303 (javax.validation)
annotation-based bean validation.
|
| BeanValidator.SimpleContext |
Simple implementation of a message interpolator context that returns
fixed values.
|
| Between |
|
| BetweenTranslator |
|
| BigDecimalRangeValidator |
Validator for validating that an BigDecimal is inside a given range.
|
| BigIntegerRangeValidator |
Validator for validating that an BigInteger is inside a given range.
|
| BootstrapFragmentResponse |
A representation of a bootstrap fragment being generated.
|
| BootstrapHandler |
Deprecated.
|
| BootstrapListener |
Event listener notified when the bootstrap HTML is about to be generated and
send to the client.
|
| BootstrapPageResponse |
A representation of a bootstrap page being generated.
|
| BootstrapResponse |
Base class providing common functionality used in different bootstrap
modification events.
|
| BrowserFrame |
A component displaying an embedded web page.
|
| BrowserWindowOpener |
Component extension that opens a browser popup window when the extended
component is clicked.
|
| Buffered |
Defines the interface to commit and discard changes to an object, supporting
buffering.
|
| Buffered.SourceException |
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 |
This interface defines the combination of Validatable and
Buffered interfaces.
|
| Button |
A generic button component.
|
| Button.ClickEvent |
Click event.
|
| Button.ClickListener |
|
| Button.ClickShortcut |
A ShortcutListener specifically made to define a keyboard
shortcut that invokes a click on the given button.
|
| ButtonRenderer |
A Renderer that displays a button with a textual caption.
|
| ByteRangeValidator |
Validator for validating that an Byte is inside a given range.
|
| Calendar |
Vaadin Calendar is for visualizing events in a calendar.
|
| Calendar.TimeFormat |
Calendar can use either 12 hours clock or 24 hours clock.
|
| CalendarComponentEvent |
All Calendar events extends this class.
|
| CalendarComponentEvents |
Interface for all Vaadin Calendar events.
|
| CalendarComponentEvents.BackwardEvent |
BackwardEvent is sent when backward navigation button is clicked.
|
| CalendarComponentEvents.BackwardHandler |
BackwardHandler handles BackwardEvent.
|
| CalendarComponentEvents.CalendarEventNotifier |
Notifier interface for notifying listener of calendar events
|
| CalendarComponentEvents.DateClickEvent |
DateClickEvent is sent when a date is clicked.
|
| CalendarComponentEvents.DateClickHandler |
DateClickHandler handles DateClickEvent.
|
| CalendarComponentEvents.EventClick |
EventClick is sent when an event is clicked.
|
| CalendarComponentEvents.EventClickHandler |
EventClickHandler handles EventClick.
|
| CalendarComponentEvents.EventMoveHandler |
Handler interface for when events are being dragged on the calendar
|
| CalendarComponentEvents.EventMoveNotifier |
Notifier interface for event drag & drops.
|
| CalendarComponentEvents.EventResize |
EventResize is sent when an event is resized
|
| CalendarComponentEvents.EventResizeHandler |
Handler for EventResize event.
|
| CalendarComponentEvents.EventResizeNotifier |
Notifier interface for event resizing.
|
| CalendarComponentEvents.ForwardEvent |
ForwardEvent is sent when forward navigation button is clicked.
|
| CalendarComponentEvents.ForwardHandler |
ForwardHandler handles ForwardEvent.
|
| CalendarComponentEvents.MoveEvent |
MoveEvent is sent when existing event is dragged to a new position.
|
| CalendarComponentEvents.NavigationNotifier |
Notifier interface for navigation listening.
|
| CalendarComponentEvents.RangeSelectEvent |
RangeSelectEvent is sent when day or time cells are drag-marked with
mouse.
|
| CalendarComponentEvents.RangeSelectHandler |
RangeSelectHandler handles RangeSelectEvent.
|
| CalendarComponentEvents.RangeSelectNotifier |
Handler interface for day or time cell drag-marking with mouse.
|
| CalendarComponentEvents.WeekClick |
WeekClick is sent when week is clicked.
|
| CalendarComponentEvents.WeekClickHandler |
WeekClickHandler handles WeekClicks.
|
| CalendarDateRange |
Class for representing a date range.
|
| CalendarEditableEventProvider |
An event provider which allows adding and removing events
|
| CalendarEvent |
Event in the calendar.
|
| CalendarEvent.EventChangeEvent |
Event to signal that an event has changed.
|
| CalendarEvent.EventChangeListener |
Listener for EventSetChange events.
|
| CalendarEvent.EventChangeNotifier |
Notifier interface for EventChange events.
|
| CalendarEventProvider |
Interface for querying events.
|
| CalendarEventProvider.EventSetChangeEvent |
Event to signal that the set of events has changed and the calendar
should refresh its view from the
CalendarEventProvider .
|
| CalendarEventProvider.EventSetChangeListener |
Listener for EventSetChange events.
|
| CalendarEventProvider.EventSetChangeNotifier |
Notifier interface for EventSetChange events.
|
| CalendarTargetDetails |
|
| Caption |
|
| ChameleonTheme |
|
| CheckBox |
|
| ClassPathExplorer |
Utility class to collect widgetset related information from classpath.
|
| ClassPathExplorer.LocationInfo |
Contains information about widgetsets and themes found on the classpath
|
| ClassResource |
ClassResource is a named resource accessed with the class
loader.
|
| ClickableRenderer<T> |
An abstract superclass for Renderers that render clickable items.
|
| ClickableRenderer.RendererClickEvent |
An event fired when a button rendered by a ButtonRenderer is clicked.
|
| ClickableRenderer.RendererClickListener |
|
| ClientConnector |
Interface implemented by all connectors that are capable of communicating
with the client side
|
| ClientConnector.AttachEvent |
Event fired after a connector is attached to the application.
|
| ClientConnector.AttachListener |
|
| ClientConnector.ConnectorErrorEvent |
An error event for connector related errors.
|
| ClientConnector.DetachEvent |
Event fired before a connector is detached from the application.
|
| ClientConnector.DetachListener |
|
| ClientMethodInvocation |
Internal class for keeping track of pending server to client method
invocations for a Connector.
|
| ClientRpcWriter |
|
| ClientSideCriterion |
Parent class for criteria that can be completely validated on client side.
|
| Collapsible |
Container needed by large lazy loading hierarchies displayed e.g.
|
| ColorChangeEvent |
The color changed event which is passed to the listeners when a color change
occurs.
|
| ColorChangeListener |
The listener interface for receiving colorChange events.
|
| ColorPicker |
A class that defines default (button-like) implementation for a color picker
component.
|
| ColorPickerArea |
A class that defines area-like implementation for a color picker component.
|
| ColorPickerGradient |
A component that represents a color gradient within a color picker.
|
| ColorPickerGrid |
A component that represents a color selection grid within a color picker.
|
| ColorPickerHistory |
A component that represents color selection history within a color picker.
|
| ColorPickerPopup |
A component that represents color selection popup within a color picker.
|
| ColorPickerPreview |
A component that represents color selection preview within a color picker.
|
| ColorPickerSelect |
A component that represents color selection swatches within a color picker.
|
| ColorSelector |
An interface for a color selector.
|
| ColumnProperty |
ColumnProperty represents the value of one column in a RowItem.
|
| ComboBox |
A filtering dropdown single-select.
|
| ComboBox.ItemStyleGenerator |
ItemStyleGenerator can be used to add custom styles to combo box items
shown in the popup.
|
| Compare |
Simple container filter comparing an item property value against a given
constant value.
|
| Compare.Equal |
A Compare filter that accepts items for which the identified
property value is equal to value.
|
| Compare.Greater |
A Compare filter that accepts items for which the identified
property value is greater than value.
|
| Compare.GreaterOrEqual |
A Compare filter that accepts items for which the identified
property value is greater than or equal to value.
|
| Compare.Less |
A Compare filter that accepts items for which the identified
property value is less than value.
|
| Compare.LessOrEqual |
A Compare filter that accepts items for which the identified
property value is less than or equal to value.
|
| Compare.Operation |
|
| CompareTranslator |
|
| Component |
Component is the top-level interface that is and must be implemented
by all Vaadin components.
|
| Component.ErrorEvent |
Class of all component originated error events.
|
| 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.Events.
|
| ComponentContainer |
A special type of parent which allows the user to add and remove components
to it.
|
| ComponentSizeValidator |
|
| ComponentSizeValidator.FileLocation |
|
| ComponentSizeValidator.InvalidLayout |
|
| CompositeErrorMessage |
Class for combining multiple error messages together.
|
| CompositeValidator |
The CompositeValidator allows you to chain (compose) many
validators to validate one field.
|
| CompositeValidator.CombinationMode |
|
| ConnectorActionManager |
An ActionManager connected to a connector.
|
| ConnectorEvent |
|
| ConnectorEventListener |
|
| ConnectorHelper |
Provides various helper methods for connectors.
|
| ConnectorHierarchyWriter |
Serializes a connector hierarchy to JSON.
|
| ConnectorResource |
A resource that is served through the Connector that is using the resource.
|
| ConnectorResourceHandler |
|
| ConnectorTracker |
|
| ConnectorTypeWriter |
Serializes connector type mappings to JSON.
|
| Constants |
Internal constants used by both the client and the server side framework
|
| Container |
A specialized set of identified Items.
|
| Container.Editor |
Interface implemented by the editor classes supporting editing the
Container.
|
| Container.Filter |
Filter interface for container filtering.
|
| Container.Filterable |
Interface that is implemented by containers which allow reducing their
visible contents based on a set of filters.
|
| Container.Hierarchical |
Interface for Container classes whose Items can be arranged
hierarchically.
|
| Container.Indexed |
Interface for Container classes whose Items can be accessed by
their position in the container.
|
| Container.Indexed.ItemAddEvent |
An Event object specifying information about the added
items.
|
| Container.Indexed.ItemRemoveEvent |
An Event object specifying information about the removed
items.
|
| Container.ItemSetChangeEvent |
An Event object specifying the Container whose Item set has
changed (items added, removed or reordered).
|
| Container.ItemSetChangeListener |
Container Item set change listener interface.
|
| Container.ItemSetChangeNotifier |
The interface for adding and removing ItemSetChangeEvent
listeners.
|
| Container.Ordered |
Interface for Container classes whose Items can be traversed in
order.
|
| Container.PropertySetChangeEvent |
An Event object specifying the Container whose Property set
has changed.
|
| Container.PropertySetChangeListener |
The listener interface for receiving PropertySetChangeEvent
objects.
|
| Container.PropertySetChangeNotifier |
The interface for adding and removing PropertySetChangeEvent
listeners.
|
| Container.SimpleFilterable |
Interface that is implemented by containers which allow reducing their
visible contents based on a set of filters.
|
| Container.Sortable |
Interface for Container classes whose Items can be sorted.
|
| Container.Viewer |
Interface implemented by viewer classes capable of using a Container as a
data source.
|
| ContainerEventProvider |
A event provider which uses a Container as a datasource.
|
| ContainerHelpers |
Contains helper methods for containers that can be used to ease development
of containers in Vaadin.
|
| ContainerHierarchicalWrapper |
A wrapper class for adding external hierarchy to containers not implementing
the Container.Hierarchical interface.
|
| ContainerOrderedWrapper |
A wrapper class for adding external ordering to containers not implementing
the Container.Ordered interface.
|
| ContainsDataFlavor |
A Criterion that checks whether Transferable contains given data
flavor.
|
| ContextClickEvent |
|
| ContextClickEvent.ContextClickListener |
|
| ContextClickEvent.ContextClickNotifier |
|
| Converter<PRESENTATION,MODEL> |
Interface that implements conversion between a model and a presentation type.
|
| Converter.ConversionException |
|
| ConverterFactory |
Factory interface for providing Converters based on a presentation type and a
model type.
|
| ConverterUtil |
|
| CssLayout |
CssLayout is a layout component that can be used in browser environment only.
|
| CurrentInstance |
Keeps track of various current instances for the current thread.
|
| CurrentInstanceFallbackResolver<T> |
Fallback that is used to revolve current instances when they are not
available by regular means.
|
| CustomComponent |
Custom component provides a simple implementation of the Component
interface to allow creating new UI components by composition of existing
server-side components.
|
| CustomField<T> |
A Field whose UI content can be constructed by the user, enabling the
creation of e.g.
|
| CustomizedSystemMessages |
Contains the system messages used to notify the user about various critical
situations that can occur.
|
| CustomLayout |
A container component with freely designed layout and style.
|
| DataBoundTransferable |
Parent class for Transferable implementations that have a Vaadin
container as a data source.
|
| DataGenerator |
|
| DateField |
A date editor component that can be bound to any Property that is
compatible with java.util.Date.
|
| DateField.UnparsableDateString |
|
| DateRangeValidator |
Validator for validating that a Date is inside a given range.
|
| DateRenderer |
A renderer for presenting date values.
|
| DateSerializer |
Server side serializer/deserializer for java.util.Date
|
| DateToLongConverter |
A converter that converts from Long to Date and back.
|
| DateToSqlDateConverter |
Converter for handling conversion between Date and
Date.
|
| DefaultConverterFactory |
|
| DefaultDeploymentConfiguration |
The default implementation of DeploymentConfiguration based on a base
class for resolving system properties and a set of init parameters.
|
| DefaultErrorHandler |
|
| DefaultFieldFactory |
|
| DefaultFieldGroupFieldFactory |
|
| DefaultItemSorter |
Provides a default implementation of an ItemSorter.
|
| DefaultItemSorter.DefaultPropertyValueComparator |
Provides a default comparator used for comparing Property values.
|
| DefaultSQLGenerator |
Generates generic SQL that is supported by HSQLDB, MySQL and PostgreSQL.
|
| DefaultSystemMessagesProvider |
System messages provider using the built-in default system messages.
|
| DefaultUIProvider |
|
| DeploymentConfiguration |
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 |
Deprecated. |
| Design |
Design is used for reading a component hierarchy from an html string or input
stream and, conversely, for writing an html representation corresponding to a
given component hierarchy.
|
| Design.ComponentFactory |
Callback for creating instances of a given component class when reading
designs.
|
| Design.ComponentMapper |
Delegate for handling the mapping between tag names and component
instances.
|
| Design.DefaultComponentFactory |
Default implementation of Design.ComponentFactory, using
Class.forName(className).newInstance() for finding the
component class and creating a component instance.
|
| Design.DefaultComponentMapper |
|
| DesignAttributeHandler |
Default attribute handler implementation used when parsing designs to
component trees.
|
| DesignContext |
This class contains contextual information that is collected when a component
tree is constructed based on HTML design template.
|
| DesignContext.ComponentCreationListener |
Interface to be implemented by component creation listeners
|
| DesignDateConverter |
|
| DesignEnumConverter |
|
| DesignException |
|
| DesignFormatter |
Class focused on flexible and consistent formatting and parsing of different
values throughout reading and writing Design.
|
| DesignObjectConverter |
|
| DesignResourceConverter |
|
| DesignRoot |
Marks the component as the root of a design (html) file.
|
| DesignShortcutActionConverter |
Converter for ShortcutActions.
|
| DesignTimeZoneConverter |
|
| DesignToStringConverter<TYPE> |
|
| DoubleRangeValidator |
Validator for validating that a Double is inside a given range.
|
| DoubleValidator |
Deprecated.
|
| DownloadStream |
Downloadable stream.
|
| DragAndDropEvent |
DragAndDropEvent wraps information related to drag and drop operation.
|
| DragAndDropService |
|
| DragAndDropWrapper |
|
| DragAndDropWrapper.DragStartMode |
|
| DragSource |
|
| DropHandler |
DropHandlers contain the actual business logic for drag and drop operations.
|
| DropTarget |
DropTarget is an interface for components supporting drop operations.
|
| EditableCalendarEvent |
Extension to the basic CalendarEvent.
|
| EmailValidator |
String validator for e-mail addresses.
|
| Embedded |
A component for embedding external objects.
|
| EncodeResult |
|
| EncodeUtil |
Utilities related to various encoding schemes.
|
| ErrorEvent |
An error thrown by the framework and handled by an ErrorHandler.
|
| ErrorHandler |
Interface for listening to errors in the application.
|
| ErrorHandlingRunnable |
Defines the interface to handle exceptions thrown during the execution of a
FutureAccess.
|
| ErrorMessage |
Interface for rendering error messages to terminal.
|
| ErrorMessage.ErrorLevel |
|
| EventRouter |
EventRouter class implementing the inheritable event listening
model.
|
| Extension |
An extension is an entity that is attached to a Component or another
Extension and independently communicates between client and server.
|
| ExternalResource |
ExternalResource implements source for resources fetched from
location specified by URL:s.
|
| Field<T> |
Field interface is implemented by all classes (field components) that have a
value that the user can change through the user interface.
|
| Field.ValueChangeEvent |
An Event object specifying the Field whose value has been
changed.
|
| FieldBinder |
Binder utility that binds member fields of a design class instance to given
component instances.
|
| FieldBindingException |
Exception that is thrown when an error occurs during field binding when
reading a design template
|
| FieldEvents |
Interface that serves as a wrapper for Field related events.
|
| FieldEvents.BlurEvent |
BlurEvent class for holding additional event information.
|
| FieldEvents.BlurListener |
BlurListener interface for listening for
BlurEvent fired by a Field.
|
| FieldEvents.BlurNotifier |
The interface for adding and removing BlurEvent listeners.
|
| FieldEvents.FocusAndBlurServerRpcImpl |
|
| FieldEvents.FocusEvent |
FocusEvent class for holding additional event information.
|
| FieldEvents.FocusListener |
FocusListener interface for listening for
FocusEvent fired by a Field.
|
| FieldEvents.FocusNotifier |
The interface for adding and removing FocusEvent listeners.
|
| FieldEvents.TextChangeEvent |
TextChangeEvents are fired when the user is editing the text content of a
field.
|
| FieldEvents.TextChangeListener |
|
| FieldEvents.TextChangeNotifier |
|
| FieldGroup |
FieldGroup provides an easy way of binding fields to data and handling
commits of these fields.
|
| FieldGroup.BindException |
|
| FieldGroup.CommitEvent |
FIXME javadoc
|
| FieldGroup.CommitException |
Exception thrown by a FieldGroup when the commit operation fails.
|
| FieldGroup.CommitHandler |
|
| FieldGroup.FieldGroupInvalidValueException |
Exception which wraps InvalidValueExceptions from all invalid fields in a
FieldGroup
|
| FieldGroup.SearchException |
|
| FieldGroupFieldFactory |
Factory interface for creating new Field-instances based on the data type
that should be edited.
|
| FileDownloader |
Extension that starts a download when the extended component is clicked.
|
| FileResource |
FileResources are files or directories on local filesystem.
|
| FilesystemContainer |
A hierarchical container wrapper for a filesystem.
|
| FileTypeResolver |
Utility class that can figure out mime-types and icons related to files.
|
| FileUploadHandler |
Handles a file upload request submitted via an Upload component.
|
| FileUploadHandler.SimpleMultiPartInputStream |
Stream that extracts content from another stream until the boundary
string is encountered.
|
| FileUploadHandler.UploadInterruptedException |
|
| FilterTranslator |
|
| Flash |
Deprecated.
|
| FloatRangeValidator |
Validator for validating that a Float is inside a given range.
|
| FontAwesome |
FontAwesome set of font icons.
|
| FontIcon |
A font icon is a type of icon that is made by displaying one character from a
specially constructed font containing icons ("icon font").
|
| Form |
Deprecated.
|
| FormFieldFactory |
Deprecated.
|
| FormLayout |
FormLayout is used by Form to layout fields.
|
| FreeformQuery |
|
| FreeformQueryDelegate |
|
| FreeformStatementDelegate |
FreeformStatementDelegate is an extension to FreeformQueryDelegate that
provides definitions for methods that produce StatementHelper objects instead
of basic query strings.
|
| GAEVaadinServlet |
ApplicationServlet to be used when deploying to Google App Engine, in
web.xml:
|
| GeneratedPropertyContainer |
Container wrapper that adds support for generated properties.
|
| GeneratedPropertyContainer.GeneratedProperty<T> |
Property implementation for generated properties
|
| GenericFontIcon |
A generic implementation of FontIcon interface
|
| GlobalResourceHandler |
|
| Grid |
A grid component for displaying tabular data.
|
| Grid.AbstractGridExtension |
An abstract base class for server-side Grid extensions.
|
| Grid.AbstractRenderer<T> |
|
| 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.DetailComponentManager |
|
| 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.EditorListener |
Interface for an editor event listener
|
| 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.GridContextClickEvent |
ContextClickEvent for the Grid Component.
|
| 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.MultiSelectionModel |
|
| Grid.NoSelectionModel |
|
| 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 |
|
| 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.SingleSelectionModel |
|
| Grid.StaticSection<ROWTYPE extends Grid.StaticSection.StaticRow<?>> |
Abstract base class for Grid header and footer sections.
|
| Grid.StaticSection.StaticRow<CELLTYPE extends com.vaadin.ui.Grid.StaticSection.StaticCell> |
Abstract base class for Grid header and footer rows.
|
| GridLayout |
A layout where the components are laid out on a grid using cell coordinates.
|
| HasChildMeasurementHint |
Component with layout measuring hint.
|
| HasChildMeasurementHint.ChildMeasurementHint |
Specifies how you would like child components measurements to be handled.
|
| HasColorChangeListener |
|
| 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.
|
| HeartbeatHandler |
Handles heartbeat requests.
|
| HierarchicalContainer |
A specialized Container whose contents can be accessed like it was a
tree-like structure.
|
| HierarchicalContainerOrderedWrapper |
|
| HorizontalLayout |
Horizontal layout
HorizontalLayout is a component container, which shows the
subcomponents in the order of their addition (horizontally).
|
| HorizontalSplitPanel |
A horizontal split panel contains two components and lays them horizontally.
|
| Html5File |
DragAndDropWrapper can receive also files from client computer if
appropriate HTML 5 features are supported on client side.
|
| HtmlRenderer |
A renderer for presenting HTML content.
|
| Image |
Component for embedding images.
|
| ImageRenderer |
A renderer for presenting images.
|
| IndexedContainer |
|
| IndexedContainer.ItemSetChangeEvent |
An event object specifying the list whose Item set has
changed.
|
| InlineDateField |
A date entry component, which displays the actual date selector inline.
|
| IntegerRangeValidator |
Validator for validating that an Integer is inside a given range.
|
| IntegerValidator |
Deprecated.
|
| InternalContainerAnnotationForJS |
Annotation enabling using multiple @JavaScript
annotations.
|
| InternalContainerAnnotationForSS |
Annotation enabling using multiple @StyleSheet
annotations.
|
| IsNull |
Simple container filter checking whether an item property value is null.
|
| IsNullTranslator |
|
| Item |
Provides a mechanism for handling a set of Properties, each associated to a
locally unique non-null identifier.
|
| Item.Editor |
Interface implemented by the Editor classes capable of
editing the Item.
|
| Item.PropertySetChangeEvent |
An Event object specifying the Item whose contents has been
changed through the Property interface.
|
| Item.PropertySetChangeListener |
The listener interface for receiving PropertySetChangeEvent
objects.
|
| Item.PropertySetChangeNotifier |
The interface for adding and removing PropertySetChangeEvent
listeners.
|
| Item.Viewer |
Interface implemented by viewer classes capable of using an Item as a
data source.
|
| ItemClickEvent |
|
| ItemClickEvent.ItemClickListener |
|
| ItemClickEvent.ItemClickNotifier |
The interface for adding and removing ItemClickEvent
listeners.
|
| ItemSorter |
|
| J2EEConnectionPool |
|
| JavaScript |
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 |
Provides access to JavaScript functionality in the web browser.
|
| JavaScript.JavaScriptCallbackRpc |
|
| JavaScriptCallbackHelper |
|
| JavaScriptFunction |
Defines a method that is called by a client-side JavaScript function.
|
| JDBCConnectionPool |
Interface for implementing connection pools to be used with SQLContainer.
|
| JsonCodec |
Decoder for converting RPC parameters and other values from JSON in transfer
between the client and the server and vice versa.
|
| JsonCodec.BeanProperty |
|
| JsonPaintTarget |
User Interface Description Language Target.
|
| JSONSerializer<T> |
Implementors of this interface knows how to serialize an Object of a given
type to JSON and how to deserialize the JSON back into an object.
|
| JSR356WebsocketInitializer |
Initializer class for JSR 356 websockets.
|
| JSR356WebsocketInitializer.FakeServletConfig |
"ServletConfig" which only provides information from a
ServletRegistration and its ServletContext
|
| KeyMapper<V> |
KeyMapper is the simple two-way map for generating textual keys
for objects and retrieving the objects later with the key.
|
| Label |
Label component for showing non-editable short texts.
|
| Label.ValueChangeEvent |
Value change event
|
| 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.
|
| LayoutEvents |
|
| LayoutEvents.LayoutClickEvent |
An event fired when the layout has been clicked.
|
| LayoutEvents.LayoutClickListener |
|
| LayoutEvents.LayoutClickNotifier |
The interface for adding and removing LayoutClickEvent
listeners.
|
| LegacyApplication |
Deprecated.
|
| LegacyApplicationUIProvider |
Deprecated.
|
| LegacyCommunicationManager |
Deprecated.
|
| LegacyCommunicationManager.InvalidUIDLSecurityKeyException |
Deprecated.
|
| LegacyComponent |
Deprecated.
|
| LegacyPaint |
|
| LegacyPropertyHelper |
Deprecated.
|
| LegacyUidlWriter |
Serializes legacy UIDL changes to JSON.
|
| LegacyVaadinServlet |
|
| LegacyWindow |
Deprecated. |
| LiferayTheme |
|
| Like |
|
| LikeTranslator |
|
| Link |
Link is used to create external or internal URL links.
|
| ListenerMethod |
One registered event listener.
|
| ListSelect |
This is a simple list select without, for instance, support for new items,
lazyloading, and other advanced features.
|
| ListSet<E> |
ListSet is an internal Vaadin class which implements a combination of a List
and a Set.
|
| LoadingIndicatorConfiguration |
Provides method for configuring the loading indicator.
|
| LocaleService |
Server side service which handles locale and the transmission of locale date
to the client side LocaleService.
|
| LoginForm |
Login form with auto-completion and auto-fill for all major browsers.
|
| 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
|
| LongPollingCacheFilter |
A PerRequestBroadcastFilter implementation that handles
AtmospherePushConnection.PushMessages
to ensure that a message is preserved in the BroadcasterCache until
the client has received it.
|
| LongRangeValidator |
Validator for validating that an Long is inside a given range.
|
| MarkedAsDirtyConnectorEvent |
Event which is fired for all registered MarkDirtyListeners when a connector
is marked as dirty.
|
| MarkedAsDirtyListener |
An interface used for listening to marked as dirty events.
|
| MenuBar |
A class representing a horizontal menu bar.
|
| MenuBar.Command |
This interface contains the layer for menu commands of the
MenuBar class.
|
| MetadataWriter |
Serializes miscellaneous metadata to JSON.
|
| MethodEventSource |
Interface for classes supporting registration of methods as event receivers.
|
| MethodProperty<T> |
Proxy class for creating Properties from pairs of getter and setter methods
of a Bean property.
|
| MethodProperty.MethodException |
Exception object that signals that there were problems
calling or finding the specified getter or setter methods of the
property.
|
| MethodPropertyDescriptor<BT> |
Property descriptor that is able to create simple MethodProperty
instances for a bean, using given accessors.
|
| MouseEvents |
Interface that serves as a wrapper for mouse related events.
|
| MouseEvents.ClickEvent |
Class for holding information about a mouse click event.
|
| MouseEvents.ClickListener |
|
| MouseEvents.DoubleClickEvent |
Class for holding additional event information for DoubleClick events.
|
| MouseEvents.DoubleClickListener |
|
| MSSQLGenerator |
|
| NativeButton |
|
| NativeSelect |
This is a simple drop-down select without, for instance, support for
multiselect, new items, lazyloading, and other advanced features.
|
| NavigationStateManager |
An interface for handling interaction between Navigator and the
browser location URI or other similar view identification and bookmarking
system.
|
| Navigator |
A navigator utility that allows switching of views in a part of an
application.
|
| Navigator.ClassBasedViewProvider |
A ViewProvider which maps a single view name to a class to instantiate
for the view.
|
| Navigator.ComponentContainerViewDisplay |
|
| Navigator.EmptyView |
Empty view component.
|
| Navigator.SingleComponentContainerViewDisplay |
|
| Navigator.StaticViewProvider |
A ViewProvider which supports mapping a single view name to a single
pre-initialized view instance.
|
| Navigator.UriFragmentManager |
A NavigationStateManager using hashbang fragments in the Page
location URI to track views and enable listening to view changes.
|
| NestedMethodProperty<T> |
Nested accessor based property for a bean.
|
| NestedPropertyDescriptor<BT> |
Property descriptor that is able to create nested property instances for a
bean.
|
| NoInputStreamException |
|
| NoOutputStreamException |
|
| Not |
Negating filter that accepts the items rejected by another filter.
|
| Not |
Criterion that wraps another criterion and inverts its return value.
|
| 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.
|
| NotTranslator |
|
| NullValidator |
This validator is used for validating properties that do or do not allow null
values.
|
| NumberRenderer |
A renderer for presenting number values.
|
| ObjectProperty<T> |
A simple data object containing one typed value.
|
| OptimisticLockException |
An OptimisticLockException is thrown when trying to update or delete a row
that has been changed since last read from the database.
|
| OptionGroup |
Configures select to be used as an option group.
|
| Or |
A compound Container.Filter that accepts an item if any of its filters accept
the item.
|
| Or |
A compound criterion that accepts the drag if any of its criterion accepts
it.
|
| OracleGenerator |
|
| OrderBy |
OrderBy represents a sorting rule to be applied to a query made by the
SQLContainer's QueryDelegate.
|
| OrTranslator |
|
| Page |
|
| Page.BrowserWindowResizeEvent |
Event that is fired when a browser window containing a uI is resized.
|
| Page.BrowserWindowResizeListener |
Listener that gets notified when the size of the browser window
containing the uI has changed.
|
| Page.Styles |
Contains dynamically injected styles injected in the HTML document at
runtime.
|
| Page.UriFragmentChangedEvent |
Event fired when the URI fragment of a Page changes.
|
| Page.UriFragmentChangedListener |
Listener that that gets notified when the URI fragment of the page
changes.
|
| PaintException |
PaintExcepection is thrown if painting of a component fails.
|
| PaintTarget |
This interface defines the methods for painting XML to the UIDL stream.
|
| PaintTarget.PaintStatus |
|
| Panel |
Panel - a simple single component container.
|
| PasswordField |
A field that is used to enter secret text information like passwords.
|
| PopupDateField |
A date entry component, which displays the actual date selector as a popup.
|
| 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.
|
| PreserveOnRefresh |
Marks a UI that should be retained when the user refreshed the browser
window.
|
| ProgressBar |
Shows the current progress of a long running task.
|
| ProgressBarRenderer |
A renderer that represents a double values as a graphical progress bar.
|
| ProgressIndicator |
Deprecated.
|
| Property<T> |
The Property is a simple data object that contains one typed
value.
|
| Property.Editor |
Interface implemented by the editor classes capable of editing the
Property.
|
| Property.ReadOnlyException |
Exception object that signals that a requested Property
modification failed because it's in read-only mode.
|
| Property.ReadOnlyStatusChangeEvent |
An Event object specifying the Property whose read-only
status has been changed.
|
| Property.ReadOnlyStatusChangeListener |
The listener interface for receiving
ReadOnlyStatusChangeEvent objects.
|
| Property.ReadOnlyStatusChangeNotifier |
The interface for adding and removing
ReadOnlyStatusChangeEvent listeners.
|
| Property.Transactional<T> |
A Property that is capable of handle a transaction that can end in commit
or rollback.
|
| Property.ValueChangeEvent |
An Event object specifying the Property whose value has been
changed.
|
| Property.ValueChangeListener |
The listener interface for receiving
ValueChangeEvent objects.
|
| Property.ValueChangeNotifier |
The interface for adding and removing ValueChangeEvent
listeners.
|
| Property.Viewer |
Interface implemented by the viewer classes capable of using a Property
as a data source.
|
| PropertyFormatter<T> |
Deprecated.
|
| PropertyId |
|
| PropertysetItem |
Class for handling a set of identified Properties.
|
| PropertyValueGenerator<T> |
PropertyValueGenerator for GeneratedPropertyContainer.
|
| PublishedFileHandler |
|
| Push |
Configures server push for a UI.
|
| PushAtmosphereHandler |
Handles Atmosphere requests and forwards them to logical methods in
PushHandler
|
| PushConfiguration |
Provides method for configuring the push channel.
|
| PushConnection |
Represents a bidirectional ("push") connection between a single UI and its
client-side.
|
| PushHandler |
|
| PushRequestHandler |
Handles requests to open a push (bidirectional) communication channel between
the client and the server.
|
| QueryBuilder |
|
| QueryDelegate |
|
| QueryDelegate.RowIdChangeEvent |
An Event object specifying the old and new RowId of an added
item after the addition has been successfully committed.
|
| QueryDelegate.RowIdChangeListener |
RowId change listener interface.
|
| QueryDelegate.RowIdChangeNotifier |
The interface for adding and removing RowIdChangeEvent
listeners.
|
| RangeValidator<T extends Comparable> |
An base implementation for validating any objects that implement
Comparable.
|
| ReadOnlyRowId |
|
| ReconnectDialogConfiguration |
Provides method for configuring the reconnect dialog.
|
| ReflectTools |
An util class with helpers for reflection operations.
|
| RegexpValidator |
String validator comparing the string against a Java regular expression.
|
| Reindeer |
|
| Renderer<T> |
A ClientConnector for controlling client-side
Grid renderers.
|
| RequestHandler |
Handler for producing a response to HTTP requests.
|
| Resource |
Resource provided to the client terminal.
|
| ResourceReference |
|
| ResourceWriter |
Serializes resources to JSON.
|
| Responsive |
An extension providing responsive layout capabilities to any Vaadin
component.
|
| ReverseConverter<PRESENTATION,MODEL> |
A converter that wraps another Converter and reverses source and
target types.
|
| RichTextArea |
A simple RichTextArea to edit HTML format text.
|
| RowId |
RowId represents identifiers of a single database result set row.
|
| RowItem |
RowItem represents one row of a result set obtained from a QueryDelegate.
|
| RpcDataProviderExtension |
Provides Vaadin server-side container data source to a
com.vaadin.client.ui.grid.GridConnector.
|
| Runo |
|
| SASSAddonImportFileCreator |
Helper class for managing the addon imports and creating an a SCSS file for
importing all your addon themes.
|
| Scrollable |
This interface is implemented by all visual objects that can be scrolled
programmatically from the server-side.
|
| Select |
Deprecated.
|
| SelectionEvent |
An event that specifies what in a selection has changed, and where the
selection took place.
|
| SelectionEvent.SelectionListener |
|
| SelectionEvent.SelectionNotifier |
|
| SelectiveRenderer |
Interface implemented by HasComponents implementors that wish to
dynamically be able to prevent given child components from reaching the
client side.
|
| SerializerHelper |
Helper class for performing serialization.
|
| ServerRpcHandler |
Handles a client-to-server message containing serialized server RPC invocations.
|
| ServerRpcHandler.RpcRequest |
A data transfer object representing an RPC request sent by the client
side.
|
| ServerRpcManager<T extends ServerRpc> |
Server side RPC manager that handles RPC calls coming from the client.
|
| ServerRpcManager.RpcInvocationException |
Wrapper exception for exceptions which occur during invocation of an RPC
call
|
| ServerRpcMethodInvocation |
|
| ServerSideCriterion |
Parent class for criteria which are verified on the server side during a drag
operation to accept/discard dragged content (presented by
Transferable).
|
| ServiceDestroyEvent |
|
| ServiceDestroyListener |
Listener that gets notified when the VaadinService to which it has
been registered is destroyed.
|
| ServiceException |
|
| ServletBootstrapHandler |
|
| ServletPortletHelper |
Deprecated.
|
| ServletUIInitHandler |
|
| SessionDestroyEvent |
Event fired when a Vaadin service session is no longer in use.
|
| SessionDestroyListener |
A listener that gets notified when a Vaadin service session is no longer
used.
|
| SessionExpiredException |
|
| SessionExpiredHandler |
A specialized RequestHandler which is capable of sending session expiration
messages to the user.
|
| SessionInitEvent |
Event gets fired when a new Vaadin service session is initialized for a
Vaadin service.
|
| SessionInitListener |
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 |
Handles a request by passing it to each registered RequestHandler in
the session in turn until one produces a response.
|
| SharedStateWriter |
|
| ShortcutAction |
Shortcuts are a special type of Actions used to create keyboard
shortcuts.
|
| ShortcutAction.KeyCode |
Key codes that can be used for shortcuts
|
| ShortcutAction.ModifierKey |
Modifier key constants
|
| ShortcutKeyMapper |
Provides mappings between shortcut keycodes and their representation in
design attributes.
|
| ShortcutListener |
|
| ShortRangeValidator |
Validator for validating that an Short is inside a given range.
|
| ShouldWriteDataDelegate |
Delegate used by DesignContext to determine whether container data
should be written out for a component.
|
| SimpleJDBCConnectionPool |
Simple implementation of the JDBCConnectionPool interface.
|
| SimpleStringFilter |
Simple string filter for matching items that start with or contain a
specified string.
|
| SimpleStringTranslator |
|
| SingleComponentContainer |
Interface for component containers that have one child component and do not
support adding or removing components.
|
| Sizeable |
Interface to be implemented by components wishing to display some object that
may be dynamically resized during runtime.
|
| Sizeable.Unit |
|
| SizeWithUnit |
A class for representing a value-unit pair.
|
| Slider |
A component for selecting a numerical value within a range.
|
| Sort |
Fluid Sort API.
|
| SortEvent |
Event describing a change in sorting of a Container.
|
| SortEvent.SortListener |
Listener for sort order change events.
|
| SortEvent.SortNotifier |
The interface for adding and removing listeners for SortEvents.
|
| SortOrder |
Sort order descriptor.
|
| SourceIs |
Client side criteria that checks if the drag source is one of the given
components.
|
| SourceIsTarget |
A criterion that ensures the drag source is the same as drop target.
|
| SQLContainer |
|
| SQLContainer.ItemSetChangeEvent |
Simple ItemSetChangeEvent implementation.
|
| SQLGenerator |
The SQLGenerator interface is meant to be implemented for each different SQL
syntax that is to be supported.
|
| SQLUtil |
|
| StatementHelper |
StatementHelper is a simple helper class that assists TableQuery and the
query generators in filling a PreparedStatement.
|
| StreamResource |
StreamResource is a resource provided to the client directly by
the application.
|
| StreamResource.StreamSource |
Interface implemented by the source of a StreamResource.
|
| StreamVariable |
|
| StreamVariable.StreamingEndEvent |
Event passed to #uploadFinished(StreamingEndEvent) method the
contents have been streamed to StreamVariable successfully.
|
| StreamVariable.StreamingErrorEvent |
Event passed to #uploadFailed(StreamingErrorEvent) method when
the streaming ended before the end of the input.
|
| StreamVariable.StreamingEvent |
|
| StreamVariable.StreamingProgressEvent |
|
| StreamVariable.StreamingStartEvent |
Event passed to #uploadStarted(StreamingStartEvent) method before
the streaming of the content to StreamVariable starts.
|
| StringDecorator |
The StringDecorator knows how to produce a quoted string using the specified
quote start and quote end characters.
|
| StringLengthValidator |
This StringLengthValidator is used to validate the length of
strings.
|
| StringToBigDecimalConverter |
|
| StringToBigIntegerConverter |
|
| StringToBooleanConverter |
|
| StringToByteConverter |
A converter that converts from String to Byte and back.
|
| StringToCollectionConverter |
|
| StringToCollectionConverter.CollectionFactory |
Collection factory.
|
| StringToCollectionConverter.DefaultCollectionFactory |
Default collection factory implementation.
|
| StringToDateConverter |
A converter that converts from Date to String and back.
|
| StringToDoubleConverter |
|
| StringToEnumConverter |
A converter that converts from String to an Enum and back.
|
| StringToFloatConverter |
A converter that converts from String to Float and back.
|
| StringToIntegerConverter |
|
| StringToLongConverter |
A converter that converts from String to Long and back.
|
| StringToShortConverter |
A converter that converts from String to Short and back.
|
| StyleSheet |
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.
|
| SynchronizedRequestHandler |
RequestHandler which takes care of locking and unlocking of the VaadinSession
automatically.
|
| SystemError |
SystemError is an error message for a problem caused by error in
system, not the user application code.
|
| SystemMessageException |
|
| SystemMessages |
Contains the system messages used to notify the user about various critical
situations that can occur.
|
| SystemMessagesInfo |
|
| SystemMessagesProvider |
Gives out system messages based on Locale.
|
| Table |
Table is used for representing data or components in a pageable
and selectable table.
|
| Table.Align |
|
| Table.CacheUpdateException |
Exception thrown when one or more exceptions occurred during updating of
the Table cache.
|
| 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.TableContextClickEvent |
ContextClickEvent for the Table Component.
|
| Table.TableDragMode |
Modes that Table support as drag sourse.
|
| Table.TableDropCriterion |
Lazy loading accept criterion for 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).
|
| TableQuery |
|
| TableQuery.RowIdChangeEvent |
Simple RowIdChangeEvent implementation.
|
| 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.
|
| TargetDetailIs |
Criterion for checking if drop target details contains the specific property
with the specific value.
|
| TargetDetails |
|
| TargetDetailsImpl |
A HashMap backed implementation of TargetDetails for terminal
implementation and for extension.
|
| TemporaryRowId |
|
| TextArea |
A text field that supports multi line editing.
|
| TextField |
A text editor component that can be bound to any bindable Property.
|
| TextFileProperty |
Property implementation for wrapping a text file.
|
| TextRenderer |
A renderer for presenting simple plain-text string values.
|
| Theme |
Defines a specific theme for a UI.
|
| ThemeResource |
ThemeResource is a named theme dependant resource provided and
managed by a theme.
|
| Title |
Defines the HTML page title for a UI.
|
| TooltipConfiguration |
Provides method for configuring the tooltip.
|
| TransactionalPropertyWrapper<T> |
Wrapper class that helps implement two-phase commit for a non-transactional
property.
|
| Transferable |
Transferable wraps the data that is to be imported into another component.
|
| TransferableImpl |
TODO Javadoc!
|
| 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.TreeContextClickEvent |
ContextClickEvent for the Tree Component.
|
| Tree.TreeDragMode |
Supported drag modes for Tree.
|
| Tree.TreeDropCriterion |
Lazy loading accept criterion for Tree.
|
| TreeTable |
TreeTable extends the Table component so that it can also visualize a
hierarchy of its Items in a similar manner that Tree does.
|
| TwinColSelect |
Multiselect component with two lists: left side for available items and right
side for selected items.
|
| UI |
The topmost component in any component hierarchy.
|
| UIClassSelectionEvent |
|
| UICreateEvent |
Contains data used by various methods in UIProvider for determining
information about a new UI that is about to be created.
|
| UIDetachedException |
Exception thrown if the UI has been detached when it should not be.
|
| UidlRequestHandler |
Processes a UIDL request from the client.
|
| UidlWriter |
Serializes pending server-side changes to UI state to JSON.
|
| UIEvents |
A class that contains events, listeners and handlers specific to the
UI class.
|
| UIEvents.PollEvent |
An event that is fired whenever a client polls the server for
asynchronous UI updates.
|
| UIEvents.PollListener |
|
| UIEvents.PollNotifier |
|
| UIInitHandler |
Handles an initial request from the client to initialize a UI.
|
| UIProvider |
|
| UIProviderEvent |
Base class for the events that are sent to various methods in UIProvider.
|
| UniqueSerializable |
A base class for generating an unique object that is serializable.
|
| UnsupportedBrowserHandler |
A RequestHandler that presents an informative page if the browser in
use is unsupported.
|
| UnsupportedFilterException |
Exception for cases where a container does not support a specific type of
filters.
|
| 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 |
|
| 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.NoInputStreamEvent |
FailedEvent that indicates that an input stream could not be obtained.
|
| Upload.NoOutputStreamEvent |
FailedEvent that indicates that an output stream could not be obtained.
|
| 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.
|
| UploadException |
|
| UserError |
UserError is a controlled error occurred in application.
|
| VaadinPropertyDescriptor<BT> |
Property descriptor that can create a property instance for a bean.
|
| VaadinRequest |
A generic request to the server, wrapping a more specific request type, e.g.
|
| VaadinResponse |
A generic response from the server, wrapping a more specific response type,
e.g.
|
| VaadinService |
Provide deployment specific settings that are required outside terminal
specific code.
|
| VaadinServlet |
|
| VaadinServlet.RequestType |
Deprecated.
|
| VaadinServletConfiguration |
|
| VaadinServletConfiguration.InitParameterName |
|
| VaadinServletRequest |
Wrapper for HttpServletRequest.
|
| VaadinServletResponse |
Wrapper for HttpServletResponse.
|
| VaadinServletService |
|
| VaadinSession |
Contains everything that Vaadin needs to store for a specific user.
|
| VaadinSession.FutureAccess |
|
| VaadinSession.State |
The lifecycle state of a VaadinSession.
|
| Validatable |
Interface for validatable objects.
|
| Validator |
Interface that implements a method for validating if an Object is
valid or not.
|
| Validator.EmptyValueException |
|
| Validator.InvalidValueException |
Exception that is thrown by a Validator when a value is invalid.
|
| ValoTheme |
Additional style names which can be used with the Valo theme.
|
| VariableOwner |
Deprecated.
|
| VerticalLayout |
Vertical layout
VerticalLayout is a component container, which shows the
subcomponents in the order of their addition (vertically).
|
| VerticalSplitPanel |
A vertical split panel contains two components and lays them vertically.
|
| Video |
The Video component translates into an HTML5 <video> element and as
such is only supported in browsers that support HTML5 media markup.
|
| View |
Interface for all views controlled by the navigator.
|
| ViewChangeListener |
Interface for listening to View changes before and after they occur.
|
| ViewChangeListener.ViewChangeEvent |
Event received by the listener for attempted and executed view changes.
|
| ViewDisplay |
Interface for displaying a view in an appropriate location.
|
| Viewport |
Defines a viewport tag that will be added to the HTML of the host page of a
UI class.
|
| ViewportGenerator |
Callback for generating a viewport tag content based on a request.
|
| ViewportGeneratorClass |
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 |
A provider for view instances that can return pre-registered views or
dynamically create new views.
|
| WebBrowser |
Class that provides information about the web browser the user is using.
|
| Widgetset |
Defines a specific widgetset for a UI.
|
| WidgetSetBuilder |
Helper class to update widgetsets GWT module configuration file.
|
| WidgetsetInfo |
An interface describing the widgetset that the client should try to load.
|
| 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.
|
| WrappedHttpSession |
Wrapper for HttpSession.
|
| WrappedSession |
A generic session, wrapping a more specific session implementation, e.g.
|