public interface MouseEvents
MouseEvents.ClickListener
Modifier and Type | Interface and Description |
---|---|
static class |
MouseEvents.ClickEvent
Class for holding information about a mouse click event.
|
static interface |
MouseEvents.ClickListener
Interface for listening for a
MouseEvents.ClickEvent fired by a
Component . |
static class |
MouseEvents.DoubleClickEvent
Class for holding additional event information for DoubleClick events.
|
static interface |
MouseEvents.DoubleClickListener
Interface for listening for a
MouseEvents.DoubleClickEvent fired by a
Component . |
Copyright © 2019 Vaadin Ltd. All rights reserved.