public interface WebView extends AbstractView
| Modifier and Type | Method and Description |
|---|---|
UIEvent |
findEvent(String action)
Finds the event that match with the given action.
|
UIFileExpression |
findFileInput(String exp)
Finds the file upload input expression that match the given string.
|
UIInputExpression |
findInput(String exp)
Finds the input expression that match the given string.
|
Set<Class<?>> |
getControls()
Gets the set of controls classes used in this view.
|
String |
getName()
The name of this view.
|
Set<String> |
getResources()
Finds the set of resources used in this view by all the controls defined
in it.
|
String |
getTitle()
The title for this view.
|
boolean |
hasFileInput()
Determines if this view has any file input field.
|
getDefaultTheme, getDefinition, getFile, getRoot, setFileString getTitle()
String getName()
Set<String> getResources()
Set<Class<?>> getControls()
boolean hasFileInput()
UIFileExpression findFileInput(String exp)
exp - The expression.UIInputExpression findInput(String exp)
exp - The expression.Copyright © 2015–2017 Bridje Framework. All rights reserved.