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 theaddAction()
-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 CollapseEvent.CollapseListener<T> Item collapse event listener.ConnectorEventListener Event listener interface for events originating from server side connectors.ContextClickEvent.ContextClickListener Listener forContextClickEvents
.ContextClickEvent.ContextClickNotifier The interface for adding and removing listeners forContextClickEvents
.ExpandEvent.ExpandListener<T> Item expand event listener.FieldEvents Interface that serves as a wrapper for focus and blur events.FieldEvents.BlurListener BlurListener
interface for listening forBlurEvent
fired by aField
.FieldEvents.BlurNotifier The interface for adding and removingBlurEvent
listeners.FieldEvents.FocusListener FocusListener
interface for listening forFocusEvent
fired by aField
.FieldEvents.FocusNotifier The interface for adding and removingFocusEvent
listeners.HasUserOriginated Marker for events which provides information of the event origin.LayoutEvents LayoutEvents.LayoutClickListener LayoutEvents.LayoutClickNotifier The interface for adding and removingLayoutClickEvent
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 aMouseEvents.ClickEvent
fired by aComponent
.MouseEvents.DoubleClickListener Interface for listening for aMouseEvents.DoubleClickEvent
fired by aComponent
.SerializableEventListener Event listener interface that is serializable.ShortcutAction.KeyCode Key codes that can be used for shortcuts.ShortcutAction.ModifierKey Modifier key constants.SortEvent.SortListener<T extends SortOrder<?>> Listener for sort order change events.SortEvent.SortNotifier<T extends SortOrder<?>> The interface for adding and removing listeners forSortEvents
.Transferable Deprecated. Since 8.1 replaced byDragSourceExtension.setDataTransferData(String, String)
,DropEvent.getDataTransferData(String)
.UIEvents A class that contains events, listeners and handlers specific to theUI
class.UIEvents.PollListener UIEvents.PollNotifier The interface for adding and removingUIEvents.PollEvent
listeners. -
Class Summary Class Description Action Implements the action framework.ActionManager Javadoc TODO Notes:CollapseEvent<T> An event that is fired when an item is collapsed in a listing component that displays hierarchical data.ConnectorActionManager An ActionManager connected to a connector.ConnectorEvent A base class for user interface events fired by connectors.ContextClickEvent Context click event fired by aComponent
.EventRouter EventRouter
class implementing the inheritable event listening model.ExpandEvent<T> An event that is fired when an item is expanded in a listing component that displays hierarchical data.FieldEvents.BlurEvent BlurEvent
class for holding additional event information.FieldEvents.FocusAndBlurServerRpcDecorator Focus and blur server RPC implementation which fires focus or blur event using a provided event handler.FieldEvents.FocusAndBlurServerRpcImpl FieldEvents.FocusEvent FocusEvent
class for holding additional event information.FocusShortcut A ready-madeShortcutListener
that focuses the givenComponent.Focusable
(usually anAbstractField
) when the keyboard shortcut is invoked.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.ShortcutAction Shortcuts are a special type ofAction
s used to create keyboard shortcuts.ShortcutListener SortEvent<T extends SortOrder<?>> Event describing a change in sorting of aDataProvider
.TransferableImpl TODO Javadoc!UIEvents.PollEvent An event that is fired whenever a client polls the server for asynchronous UI updates. -
Exception Summary Exception Description