Uses of Interface
com.vaadin.event.SerializableEventListener
-
-
Uses of SerializableEventListener in com.vaadin.data
Subinterfaces of SerializableEventListener in com.vaadin.data Modifier and Type Interface Description interfaceBinderValidationStatusHandler<BEAN>Handler forBinderValidationStatuschanges.interfaceBindingValidationStatusHandlerHandler forBindingValidationStatuschanges.static interfaceHasValue.ValueChangeListener<V>A listener for value change events.interfaceStatusChangeListenerListener interface for status change events from binder. -
Uses of SerializableEventListener in com.vaadin.data.provider
Subinterfaces of SerializableEventListener in com.vaadin.data.provider Modifier and Type Interface Description interfaceDataProviderListener<T>Interface for listening for a data change events fired by aDataProvider. -
Uses of SerializableEventListener in com.vaadin.event
Subinterfaces of SerializableEventListener in com.vaadin.event Modifier and Type Interface Description static interfaceCollapseEvent.CollapseListener<T>Item collapse event listener.interfaceConnectorEventListenerEvent listener interface for events originating from server side connectors.static interfaceContextClickEvent.ContextClickListenerListener forContextClickEvents.static interfaceExpandEvent.ExpandListener<T>Item expand event listener.static interfaceFieldEvents.BlurListenerBlurListenerinterface for listening forBlurEventfired by aField.static interfaceFieldEvents.FocusListenerFocusListenerinterface for listening forFocusEventfired by aField.static interfaceLayoutEvents.LayoutClickListenerinterfaceMarkedAsDirtyListenerAn interface used for listening to marked as dirty events.static interfaceMouseEvents.ClickListenerInterface for listening for aMouseEvents.ClickEventfired by aComponent.static interfaceMouseEvents.DoubleClickListenerInterface for listening for aMouseEvents.DoubleClickEventfired by aComponent.static interfaceSortEvent.SortListener<T extends SortOrder<?>>Listener for sort order change events.static interfaceUIEvents.PollListenerMethods in com.vaadin.event with parameters of type SerializableEventListener Modifier and Type Method Description RegistrationEventRouter. addListener(Class<?> eventType, SerializableEventListener listener, Method method)RegistrationEventRouter. addListener(Class<?> eventType, SerializableEventListener listener, Method method, String eventIdentifier, SharedState state)Registers a new event listener with the specified activation method to listen events generated by this component.RegistrationEventRouter. addListener(Class<?> eventType, SerializableEventListener listener, String methodName)RegistrationMethodEventSource. addListener(Class<?> eventType, SerializableEventListener listener, Method method)Registers a new event listener with the specified activation method to listen events generated by this component.RegistrationMethodEventSource. addListener(Class<?> eventType, SerializableEventListener listener, String methodName)Registers a new listener with the specified activation method to listen events generated by this component.voidEventRouter. removeListener(Class<?> eventType, SerializableEventListener listener)voidMethodEventSource. removeListener(Class<?> eventType, SerializableEventListener listener)Removes all registered listeners matching the given parameters.Constructors in com.vaadin.event with parameters of type SerializableEventListener Constructor Description ListenerMethod(Class<?> eventType, SerializableEventListener listener, Method method)Constructs a new event listener from a trigger method.ListenerMethod(Class<?> eventType, SerializableEventListener listener, Method method, Object[] arguments)Constructs a new event listener from the trigger method and it's arguments.ListenerMethod(Class<?> eventType, SerializableEventListener listener, Method method, Object[] arguments, int eventArgumentIndex)Constructs a new event listener from a trigger method, it's arguments and the argument index specifying which one is replaced with the event object when the trigger method is called.ListenerMethod(Class<?> eventType, SerializableEventListener listener, String methodName)Constructs a new event listener from a trigger method name.ListenerMethod(Class<?> eventType, SerializableEventListener listener, String methodName, Object[] arguments)Constructs a new event listener from a trigger method name and it's arguments.ListenerMethod(Class<?> eventType, SerializableEventListener listener, String methodName, Object[] arguments, int eventArgumentIndex)Constructs a new event listener from a trigger method name, it's arguments and the argument index specifying which one is replaced with the event object. -
Uses of SerializableEventListener in com.vaadin.event.selection
Subinterfaces of SerializableEventListener in com.vaadin.event.selection Modifier and Type Interface Description interfaceMultiSelectionListener<T>A listener for listening for selection changes from a multiselection component.interfaceSelectionListener<T>A listener forSelectionEvent.interfaceSingleSelectionListener<T>A listener for listening to selection changes on a single selection component. -
Uses of SerializableEventListener in com.vaadin.server
Subinterfaces of SerializableEventListener in com.vaadin.server Modifier and Type Interface Description interfaceBootstrapListenerEvent listener notified when the bootstrap HTML is about to be generated and send to the client.static interfaceClientConnector.AttachListenerInterface for listeningconnector attach events.static interfaceClientConnector.DetachListenerInterface for listeningconnector detach events.static interfacePage.BrowserWindowResizeListenerListener that gets notified when the size of the browser window containing the uI has changed.static interfacePage.PopStateListenerListener that that gets notified when the URI of the page changes due to back/forward functionality of the browser.static interfacePage.UriFragmentChangedListenerDeprecated.UsePage.PopStateListenerinsteadMethods in com.vaadin.server with parameters of type SerializableEventListener Modifier and Type Method Description RegistrationAbstractClientConnector. addListener(Class<?> eventType, SerializableEventListener listener, Method method)Registers a new listener with the specified activation method to listen events generated by this component.RegistrationAbstractClientConnector. addListener(Class<?> eventType, SerializableEventListener listener, String methodName)Deprecated.This method has only been added for ease of migration and should be avoided in new code.protected RegistrationAbstractClientConnector. addListener(String eventIdentifier, Class<?> eventType, SerializableEventListener listener, Method method)Registers a new listener with the specified activation method to listen events generated by this component.voidAbstractClientConnector. removeListener(Class<?> eventType, SerializableEventListener listener)Deprecated.use aRegistrationfromAbstractClientConnector.addListener(java.lang.String, java.lang.Class<?>, java.lang.Object, java.lang.reflect.Method)to remove a listener -
Uses of SerializableEventListener in com.vaadin.ui
Subinterfaces of SerializableEventListener in com.vaadin.ui Modifier and Type Interface Description static interfaceAbstractSplitPanel.SplitPositionChangeListenerInterface for listening forAbstractSplitPanel.SplitPositionChangeEvents fired by a SplitPanel.static interfaceAbstractSplitPanel.SplitterClickListenerSplitterClickListenerinterface for listening forSplitterClickEventfired by aSplitPanel.static interfaceButton.ClickListenerInterface for listening for aButton.ClickEventfired by aComponent.static interfaceComponent.ListenerListener interface for receivingComponent.Events.static interfaceHasComponents.ComponentAttachListenerComponent attach listener interface.static interfaceHasComponents.ComponentDetachListenerComponent detach listener interface.interfaceLegacyComponentDeprecated.As of 7.0.static interfaceLoginForm.LoginListenerListener triggered when a login occurs in aLoginForm.static interfaceNotification.CloseListenerAn interface used for listening to Notification close events.static interfacePopupView.PopupVisibilityListenerDefines a listener that can receive a PopupVisibilityEvent when the visibility of the popup changes.static interfaceTabSheet.SelectedTabChangeListenerSelected tab change event listener.static interfaceTree.ItemClickListener<T>A listener for item click events.static interfaceUI.WindowOrderUpdateListenerAn interface used for listening to Windows order update events.static interfaceUpload.ChangeListenerListener forUpload.ChangeEvent.static interfaceUpload.FailedListenerReceives events when the uploads are finished, but unsuccessful.static interfaceUpload.FinishedListenerReceives the events when the uploads are ready.static interfaceUpload.StartedListenerReceives the events when the upload starts.static interfaceUpload.SucceededListenerReceives events when the uploads are successfully finished.static interfaceWindow.CloseListenerAn interface used for listening to Window close events.static interfaceWindow.ResizeListenerListener for window resize events.static interfaceWindow.WindowModeChangeListenerAn interface used for listening to Window maximize / restore events.static interfaceWindow.WindowOrderChangeListenerAn interface used for listening to Window order change events.Classes in com.vaadin.ui that implement SerializableEventListener Modifier and Type Class Description classCustomLayoutA container component with freely designed layout and style.classDragAndDropWrapperDeprecated.Replaced in 8.1 withDragSourceExtensionandDropTargetExtension.classLegacyWindowDeprecated.classMenuBarA class representing a horizontal menu bar.classPanelPanel - a simple single component container.classUIThe topmost component in any component hierarchy.classUploadComponent for uploading files from client to server.classWindowA component that represents a floating popup window that can be added to aUI. -
Uses of SerializableEventListener in com.vaadin.ui.components.colorpicker
Classes in com.vaadin.ui.components.colorpicker that implement SerializableEventListener Modifier and Type Class Description classColorPickerPopupA component that represents color selection popup within a color picker. -
Uses of SerializableEventListener in com.vaadin.ui.components.grid
Subinterfaces of SerializableEventListener in com.vaadin.ui.components.grid Modifier and Type Interface Description interfaceColumnReorderListenerAn event listener for column reorder events in the Grid.interfaceColumnResizeListenerAn event listener for column resize events in the Grid.interfaceColumnVisibilityChangeListenerAn event listener for column visibility change events in the Grid.interfaceEditorCancelListener<T>An event listener for aGrideditor cancel events.interfaceEditorOpenListener<T>An event listener for aGrideditor save events.interfaceEditorSaveListener<T>An event listener for aGrideditor save events.interfaceGridDragEndListener<T>Drop listener for HTML5 drop on a Grid row.interfaceGridDragStartListener<T>Drag start listener for HTML5 drag start on a Grid row.interfaceGridDropListener<T>Drop listener for HTML5 drop on a Grid row.interfaceItemClickListener<T>A listener for item click events.interfaceTreeGridDropListener<T>Drop listener for HTML5 drop on a TreeGrid row. -
Uses of SerializableEventListener in com.vaadin.ui.dnd.event
Subinterfaces of SerializableEventListener in com.vaadin.ui.dnd.event Modifier and Type Interface Description interfaceDragEndListener<T extends AbstractComponent>Interface to be implemented when creating a dragend listener on a drag source for HTML5 drag and drop.interfaceDragStartListener<T extends AbstractComponent>Interface to be implemented when creating a dragstart listener on a drag source for HTML5 drag and drop.interfaceDropListener<T extends AbstractComponent>Interface to be implemented when creating a drop listener on a drop target for HTML5 drag and drop. -
Uses of SerializableEventListener in com.vaadin.ui.renderers
Subinterfaces of SerializableEventListener in com.vaadin.ui.renderers Modifier and Type Interface Description static interfaceClickableRenderer.RendererClickListener<T>An interface for listening torenderer click events.
-