Community
Participate
Working Groups
boolean menuChild = parent instanceof MMenu;
// If the parent isn't displayed who cares?
if (!(parent instanceof MApplication)
&& (parent == null || parent.getWidget() == null || menuChild))
&& (parent == null || menuChild))
return;
if (changedElement.isToBeRendered()) {
}
} else if (parent != null) {
if (window != parent) {
showElementInWindow(window, parent);
// Force the element to be rendered
if (!element.isToBeRendered())
element.setToBeRendered(true);
((MElementContainer<MUIElement>) parent).setSelectedElement(element);