- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 32 of file ContextItem.java.
◆ ContextItem()
org.turro.elephant.web.ContextItem.ContextItem |
( |
ElContext |
context, |
|
|
boolean |
loadOnDemand |
|
) |
| |
Definition at line 38 of file ContextItem.java.
39 this.context = context;
40 this.loadOnDemand = loadOnDemand;
TreeSet< ElContext > getStaticChildren()
◆ addContext()
ContextItem org.turro.elephant.web.ContextItem.addContext |
( |
ElContext |
context, |
|
|
boolean |
loadOnDemand |
|
) |
| |
Definition at line 55 of file ContextItem.java.
57 children.appendChild(ci);
ContextItem(ElContext context, boolean loadOnDemand)
◆ getElContext()
ElContext org.turro.elephant.web.ContextItem.getElContext |
( |
| ) |
|
◆ getTree()
ContextTree org.turro.elephant.web.ContextItem.getTree |
( |
| ) |
|
◆ isLoadOnDemand()
boolean org.turro.elephant.web.ContextItem.isLoadOnDemand |
( |
| ) |
|
◆ reloadContents()
void org.turro.elephant.web.ContextItem.reloadContents |
( |
| ) |
|
Definition at line 68 of file ContextItem.java.
69 if(children !=
null) {
70 children.getChildren().clear();
◆ setLoadOnDemand()
void org.turro.elephant.web.ContextItem.setLoadOnDemand |
( |
boolean |
loadOnDemand | ) |
|
◆ showContents()
void org.turro.elephant.web.ContextItem.showContents |
( |
| ) |
|
The documentation for this class was generated from the following file: