public class WebView extends Object
| Constructor and Description |
|---|
WebView() |
| Modifier and Type | Method and Description |
|---|---|
UIEvent |
findEvent(String action)
Finds the event that match with the given action.
|
UIInputExpression |
findInput(String exp)
Finds the input expression that match the given string.
|
List<MetaTag> |
getMetaTags()
Gets a list of meta information tags information to be rendered with
this view.
|
String |
getName()
The name of this view.
|
WebComponent |
getRoot()
The root component of this view.
|
String |
getTitle()
The title for this view.
|
public List<MetaTag> getMetaTags()
public String getTitle()
public String getName()
public WebComponent getRoot()
public UIInputExpression findInput(String exp)
exp - The expression.Copyright © 2015–2016 Bridje Framework. All rights reserved.