public interface InputEvent
Support for input events from UI component.
NOTE: When also subscribing toTouchEvent
, the ordering of events is not guaranteed.Modifier and Type | Interface and Description |
---|---|
static class |
InputEvent.EventType
ON_CHANGE - an event of this type is issued when an input widgets changes state.
|
Modifier and Type | Method and Description |
---|---|
HTMLComponent |
getComponent() |
InputEvent.EventType |
getEventType() |
InputEvent.EventType getEventType()
HTMLComponent getComponent()
Copyright © 2021. All rights reserved.