public void execute(Event<UIPortal> event) throws Exception {
UIPortalApplication application = Util.getUIPortalApplication();
UIPortalComposer composer = application.findFirstComponentOfType(UIPortalComposer.class);
UITabPane uiTabPane = composer.getChild(UITabPane.class);
String appListId = uiTabPane.getChild(UIApplicationList.class).getId();
uiTabPane.replaceChild(appListId, composer.createUIComponent(UIApplicationList.class, null, null));
}
}
public static class EditPortalPropertiesActionListener extends EventListener<UIPortal> {
public void execute(Event<UIPortal> event) throws Exception {