com.vaadin.event.
Package com.vaadin.event
-
Interface Summary Interface Description 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 ConnectorEventListener ContextClickEvent.ContextClickListener Listener for
ContextClickEvents
.ContextClickEvent.ContextClickNotifier The interface for adding and removing listeners for
ContextClickEvents
.FieldEvents Interface that serves as a wrapper for
Field
related events.FieldEvents.BlurListener BlurListener
interface for listening forBlurEvent
fired by aField
.FieldEvents.BlurNotifier The interface for adding and removing
BlurEvent
listeners.FieldEvents.FocusListener FocusListener
interface for listening forFocusEvent
fired by aField
.FieldEvents.FocusNotifier The interface for adding and removing
FocusEvent
listeners.FieldEvents.TextChangeListener A listener for
FieldEvents.TextChangeEvent
s.FieldEvents.TextChangeNotifier An interface implemented by a
Field
supportingFieldEvents.TextChangeEvent
s.ItemClickEvent.ItemClickListener ItemClickEvent.ItemClickNotifier The interface for adding and removing
ItemClickEvent
listeners.LayoutEvents LayoutEvents.LayoutClickListener LayoutEvents.LayoutClickNotifier The interface for adding and removing
LayoutClickEvent
listeners.MarkedAsDirtyListener An interface used for listening to marked as dirty events.
MethodEventSource Interface for classes supporting registration of methods as event receivers.
MouseEvents Interface that serves as a wrapper for mouse related events.
MouseEvents.ClickListener Interface for listening for a
MouseEvents.ClickEvent
fired by aComponent
.MouseEvents.DoubleClickListener Interface for listening for a
MouseEvents.DoubleClickEvent
fired by aComponent
.SelectionEvent.SelectionListener The listener interface for receiving
SelectionEvents
.SelectionEvent.SelectionNotifier The interface for adding and removing listeners for
SelectionEvents
.ShortcutAction.KeyCode Key codes that can be used for shortcuts
ShortcutAction.ModifierKey Modifier key constants
SortEvent.SortListener Listener for sort order change events.
SortEvent.SortNotifier The interface for adding and removing listeners for
SortEvents
.Transferable Transferable wraps the data that is to be imported into another component.
UIEvents A class that contains events, listeners and handlers specific to the
UI
class.UIEvents.PollListener A
UIEvents.PollListener
receives and handlesPollEvents
fired byPollNotifiers
.UIEvents.PollNotifier The interface for adding and removing
UIEvents.PollEvent
listeners. -
Class Summary Class Description Action Implements the action framework.
ActionManager Javadoc TODO Notes:
ConnectorActionManager An ActionManager connected to a connector.
ConnectorEvent ContextClickEvent Context click event fired by a
Component
.DataBoundTransferable Parent class for
Transferable
implementations that have a Vaadin container as a data source.EventRouter EventRouter
class implementing the inheritable event listening model.FieldEvents.BlurEvent BlurEvent
class for holding additional event information.FieldEvents.FocusAndBlurServerRpcImpl FieldEvents.FocusEvent FocusEvent
class for holding additional event information.FieldEvents.TextChangeEvent TextChangeEvents are fired when the user is editing the text content of a field.
ItemClickEvent Click event fired by a
Component
implementingContainer
interface.LayoutEvents.LayoutClickEvent An event fired when the layout has been clicked.
ListenerMethod One registered event listener.
MarkedAsDirtyConnectorEvent Event which is fired for all registered MarkDirtyListeners when a connector is marked as dirty.
MouseEvents.ClickEvent Class for holding information about a mouse click event.
MouseEvents.DoubleClickEvent Class for holding additional event information for DoubleClick events.
SelectionEvent An event that specifies what in a selection has changed, and where the selection took place.
ShortcutAction Shortcuts are a special type of
Action
s used to create keyboard shortcuts.ShortcutListener SortEvent Event describing a change in sorting of a
Container
.TransferableImpl TODO Javadoc!
UIEvents.PollEvent An event that is fired whenever a client polls the server for asynchronous UI updates.
-
Exception Summary Exception Description