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

Examples of org.olat.core.gui.control.generic.dtabs.DTabs.activate()


            if (dt == null) return;
            UserInfoMainController uimc = new UserInfoMainController(ureq, dt.getWindowControl(), chosenIdentity);
            dt.setController(uimc);
            dts.addDTab(dt);
          }
          dts.activate(ureq, dt, null);
        }
      }
    }
  }
View Full Code Here


        Translator trans = Util.createPackageTranslator(NotificationUIFactory.class, ureq.getLocale());
        windowControl.setWarning(trans.translate("warn.nolaunch"));
      } else {
        dt.setController(launchController);
        dts.addDTab(dt);
        dts.activate(ureq, dt, null); // null: do not reactivate to a
        // certain view here, this
        // happened in
        // ControllerFactory.createLaunchController
      }
    } else {
View Full Code Here

        // certain view here, this
        // happened in
        // ControllerFactory.createLaunchController
      }
    } else {
      dts.activate(ureq, dt, subidentifier);
    }
  }

}
View Full Code Here

        dt.setController(launchC);
        dts.addDTab(dt);
      }

      dts.activate(ureq, dt, null); // null: do not activate to a certain view
    }
  }

}
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.