| Package | Description |
|---|---|
| org.bridje.web.view | |
| org.bridje.web.view.controls |
| Modifier and Type | Method and Description |
|---|---|
UIEvent |
WebView.findEvent(String action)
Finds the event that match with the given action.
|
UIEvent |
EventResult.getEvent()
The invoked event.
|
| Modifier and Type | Method and Description |
|---|---|
UIEvent |
UIEventAdapter.unmarshal(String v) |
| Modifier and Type | Method and Description |
|---|---|
List<UIEvent> |
Control.events()
Gets all the UIEvents in this control.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Control.eventTriggered(ControlInputReader req,
UIEvent event)
Determines if the given event was triggered .
|
EventResult |
Control.invokeEvent(UIEvent event)
Invokes the given event.
|
String |
UIEventAdapter.marshal(UIEvent v) |
Copyright © 2015–2017 Bridje Framework. All rights reserved.