for (Entry<Connector, ChildComponentData> entry : getState().childData
.entrySet()) {
ComponentConnector child = (ComponentConnector) entry.getKey();
Cell cell = getCell(child);
ChildComponentData childComponentData = entry.getValue();
cell.updateCell(childComponentData);
}
layout.colExpandRatioArray = uidl.getIntArrayAttribute("colExpand");
layout.rowExpandRatioArray = uidl.getIntArrayAttribute("rowExpand");