◆ PortalContainer()
org.turro.zul.portal.PortalContainer.PortalContainer |
( |
| ) |
|
Definition at line 51 of file PortalContainer.java.
52 setSclass(
"portalContainer");
54 addEventListener(Events.ON_PORTAL_MOVE,
new EventListener() {
56 public void onEvent(Event event)
throws Exception {
◆ afterCompose()
void org.turro.zul.portal.PortalContainer.afterCompose |
( |
| ) |
|
Definition at line 123 of file PortalContainer.java.
124 for(PortalColumn column : columns) {
125 column.afterCompose();
◆ applyChanges()
void org.turro.zul.portal.PortalContainer.applyChanges |
( |
| ) |
|
Definition at line 75 of file PortalContainer.java.
76 writeConfiguration(Application.getApplication().getConstructor());
◆ getLabel()
String org.turro.zul.portal.PortalContainer.getLabel |
( |
| ) |
|
◆ setFiles()
void org.turro.zul.portal.PortalContainer.setFiles |
( |
File |
userFile, |
|
|
File |
confFile |
|
) |
| |
Definition at line 62 of file PortalContainer.java.
63 this.userFile = userFile;
64 this.confFile = confFile;
65 if(userFile.exists()) {
66 this.confFile = userFile;
The documentation for this class was generated from the following file: