if (parentWidget != null) {
anchor = createAnchor(widget, anchorNode);
parentWidget.addChild(widget, anchor);
}
widget.finalizeConstruction();
parentObject.element.appendChild(childWidget);
if (widget instanceof Dialog) {
Dialog dialog = (Dialog) widget;