| Package | Description |
|---|---|
| org.bridje.web.view.controls |
| Modifier and Type | Method and Description |
|---|---|
protected EventResult |
Control.doExecuteEvent(ControlInputReader req,
ElEnvironment env)
Executes any event sent from the client to the server.
|
protected void |
Control.doReadInput(ControlInputReader req,
ElEnvironment env)
Reads the input recursively for this and all the child controls sent in
the given HTTP request.
|
boolean |
Control.eventTriggered(ControlInputReader req,
UIEvent event)
Determines if the given event was triggered.
|
EventResult |
ControlPlaceHolder.executeEvent(ControlInputReader req,
ElEnvironment env) |
abstract EventResult |
Control.executeEvent(ControlInputReader req,
ElEnvironment env)
Executes any event sent from the client to the server.
|
void |
ControlPlaceHolder.readInput(ControlInputReader req,
ElEnvironment env) |
abstract void |
Control.readInput(ControlInputReader req,
ElEnvironment env)
Reads the input recursively for this and all the child controls sent in
the given HTTP request.
|
Copyright © 2015–2018 Bridje Framework. All rights reserved.