Package org.olat.core.gui.control.generic.closablewrapper

Examples of org.olat.core.gui.control.generic.closablewrapper.CloseableModalController.deactivate()


        deleteDialogController = activateYesNoDialog(ureq, dialogTitle, dialogText, deleteDialogController);
        return;
      }
    } else if (source == wc) {
      if (event == Event.CANCELLED_EVENT) {
        cmc.deactivate();
        wc.dispose();
      } else if (event == Event.DONE_EVENT) {
        cmc.deactivate();
        wc.dispose();
        detailsToolC = null; // force recreation of tool controller
View Full Code Here


    } else if (source == wc) {
      if (event == Event.CANCELLED_EVENT) {
        cmc.deactivate();
        wc.dispose();
      } else if (event == Event.DONE_EVENT) {
        cmc.deactivate();
        wc.dispose();
        detailsToolC = null; // force recreation of tool controller
        updateView(ureq);
        fireEvent(ureq, Event.CHANGED_EVENT);
      }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.