public class DomEvent extends EventObject
source| Constructor and Description |
|---|
DomEvent(Element source,
String eventType,
elemental.json.JsonObject eventData)
Creates a new DOM event.
|
| Modifier and Type | Method and Description |
|---|---|
elemental.json.JsonObject |
getEventData()
Gets additional data related to the event.
|
DebouncePhase |
getPhase()
Gets the debounce phase for which this event is fired.
|
Element |
getSource() |
String |
getType()
Gets the type of the event.
|
toStringpublic Element getSource()
getSource in class EventObjectpublic String getType()
public elemental.json.JsonObject getEventData()
nullDomListenerRegistration.addEventData(String)public DebouncePhase getPhase()
Copyright © 2000–2018 Vaadin Ltd. All rights reserved.