// Constructor
//
////////////////////////////////////////////////////////////////////////////
public UiChildSupport(UiBinderContext context) {
m_context = context;
m_context.getBroadcastSupport().addListener(null, new ObjectInfoChildrenTree() {
public void invoke(ObjectInfo parent, List<ObjectInfo> children) throws Exception {
processTreeChildren(parent, children);
}
});
m_context.getBroadcastSupport().addListener(null, new XmlObjectAddProperties() {