◆ load()
void org.turro.zul.portal.PortalColumnSet.load |
( |
Element |
root | ) |
|
Definition at line 31 of file PortalColumnSet.java.
32 for(Element el : (List<Element>) root.getChildren(
"portal-column")) {
33 PortalColumn pc =
new PortalColumn();
◆ save()
void org.turro.zul.portal.PortalColumnSet.save |
( |
Element |
root, |
|
|
PortalContainer |
container |
|
) |
| |
Definition at line 39 of file PortalColumnSet.java.
40 for(Component pc : container.getChildren()) {
41 Element el =
new Element(
"portal-column");
42 ((PortalColumn)pc).save(el);
The documentation for this class was generated from the following file: