| Package | Description |
|---|---|
| org.bridje.web.view | |
| org.bridje.web.view.controls |
| Modifier and Type | Method and Description |
|---|---|
UIInputExpression |
WebView.findInput(String exp)
Finds the input expression that match the given string.
|
| Modifier and Type | Method and Description |
|---|---|
UIInputExpression |
UIInputExpressionAdapter.unmarshal(String v) |
| Modifier and Type | Method and Description |
|---|---|
List<UIInputExpression> |
Control.inputs()
Gets all the UIInputExpressions in this control.
|
| Modifier and Type | Method and Description |
|---|---|
String |
UIInputExpressionAdapter.marshal(UIInputExpression v) |
static void |
Control.set(UIInputExpression expression,
HttpReqParam param)
Sets the value of the given UIInputExpression so that the web component
can receive the value.
|
Copyright © 2015–2017 Bridje Framework. All rights reserved.