| Package | Description |
|---|---|
| org.bridje.web.view | |
| org.bridje.web.view.controls |
| Modifier and Type | Method and Description |
|---|---|
List<Defines> |
ExtendsFrom.getDefines()
Gets the list of defines for this view.
|
Map<String,Defines> |
ExtendsFrom.getDefinesMap()
Gets all the placeholder definitions for this view.
|
| 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.
|
static List<Control> |
Control.doOverride(List<Control> children,
Map<String,Defines> definesMap)
Utility method to override all placeholders in the given list of
controls.
|
void |
DynamicControl.doOverride(Map<String,Defines> definesMap) |
void |
ControlPlaceHolder.doOverride(Map<String,Defines> definesMap) |
abstract void |
Control.doOverride(Map<String,Defines> definesMap)
This method must be implemented by all controls in order for it to
override all its placeholder objects.
|
void |
Control.override(Map<String,Defines> definesMap)
Perform the override recursively of all the placeholder in this view with
the given definesMap.
|
Copyright © 2015–2017 Bridje Framework. All rights reserved.