Package org.olat.admin.user

Examples of org.olat.admin.user.UserAdminController


      if (event instanceof SingleIdentityChosenEvent) {
        SingleIdentityChosenEvent userChoosenEvent = (SingleIdentityChosenEvent) event;
        Identity identity = userChoosenEvent.getChosenIdentity();
        // cleanup old userAdminCtr controller
        removeAsListenerAndDispose(userAdminCtr);
        userAdminCtr = new UserAdminController(ureq, getWindowControl(), identity);
        listenTo(userAdminCtr);
        // activate a special pane in the tabbed pane when set
        if activatePaneInDetailView != null)
          userAdminCtr.activate(ureq, activatePaneInDetailView);
        content.setContent(userAdminCtr.getInitialComponent());
View Full Code Here

TOP

Related Classes of org.olat.admin.user.UserAdminController

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.