| Package | Description |
|---|---|
| org.bridje.web.view | |
| org.bridje.web.view.controls | |
| org.bridje.web.view.themes |
| Modifier and Type | Method and Description |
|---|---|
Control |
ViewDefinition.findRoot()
Gets the root element for this view.
|
Control |
Defines.getControl()
The control that must be place in the defined placeholder.
|
Control |
AbstractView.getRoot()
The root control of this view.
|
| Modifier and Type | Method and Description |
|---|---|
List<Control> |
Defines.getControls()
The list of controls that must be place in the defined placeholder.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ControlPlaceHolder
A control that represents a placeholder for a layout.
|
class |
DynamicControl |
| Modifier and Type | Method and Description |
|---|---|
static Control |
Control.doOverride(Control child,
Map<String,Defines> definesMap)
Utility method to override all placeholders in the given list of
controls.
|
Control |
DynamicControl.findById(ElEnvironment env,
String id,
ControlCallback callback) |
Control |
Control.findById(ElEnvironment env,
String id,
ControlCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Control> |
Control.childs()
Gets all child control for this control.
|
static List<Control> |
Control.doOverride(List<Control> children,
Map<String,Defines> definesMap)
Utility method to override all placeholders in the given list of
controls.
|
| Modifier and Type | Method and Description |
|---|---|
static Control |
Control.doOverride(Control child,
Map<String,Defines> definesMap)
Utility method to override all placeholders in the given list of
controls.
|
void |
ControlCallback.process(Control control) |
| Modifier and Type | Method and Description |
|---|---|
static List<Control> |
Control.doOverride(List<Control> children,
Map<String,Defines> definesMap)
Utility method to override all placeholders in the given list of
controls.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThemesManager.render(Control control,
WebView view,
OutputStream os,
EventResult eventResult,
StateRenderProvider stateProv)
Renders only the given control to the given output stream.
|
Copyright © 2015–2017 Bridje Framework. All rights reserved.