ComponentDescriptionHelper.getDescription(context, widgetClass);
m_widget = new IsWidgetWrappedInfo(context, widgetDescription, creationSupport, this);
}
// bind IsWidget to Widget
m_widget.addChild(this);
addBroadcastListener(new XmlObjectSetObjectAfter() {
public void invoke(XmlObjectInfo target, Object o) throws Exception {
if (target == IsWidgetInfo.this) {
Object widget = ReflectionUtils.invokeMethod(o, "asWidget()");
m_widget.setObject(widget);
}