Package org.olat.core.gui.components

Examples of org.olat.core.gui.components.Window.addListener()


    // put the global js translator mapper path into the main window
    mainvc.contextPut("jsTranslationMapperPath", jsTranslationMapperPath);
   
    // master window
    w.addListener(this); // to be able to report "browser reload" to the user
    w.setContentPane(mainPanel);
    setWindow(w);

  }
View Full Code Here


   
   
    Window myWindow = myWControl.getWindowBackOffice().getWindow();
    myWindow.setAttribute("DTabs", myDTabsImpl);
    //REVIEW:PB remove if back support is desired
    myWindow.addListener(this);//to be able to report BACK / FORWARD / RELOAD
    /*
     * use getAttribute on i.e. Windows(ureq).getWindow(ureq) to retrieve this "service"
     */

   
 
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.