tempAnchors.add(XMLUtils.getChild(nodeObj.element, "anchor"));
parentWidget.removeChildWidget(nodeObj.widget);
}
for (int i=0; i<temp.size(); i++) {
Object anchor = createAnchor((Widget) temp.get(i), (Element) tempAnchors.get(i));
parentWidget.addChild((Widget) temp.get(i), anchor);
}
revalidate(parentWidget);
}
public static void doDeleteProperty(PropertyTableRow row) throws GUIException {