Search in sources :

Example 1 with RepositoryEntryDetailsController

use of org.olat.repository.ui.list.RepositoryEntryDetailsController in project OpenOLAT by OpenOLAT.

the class RepositoryEntryRuntimeController method doDetails.

protected void doDetails(UserRequest ureq) {
    WindowControl bwControl = getSubWindowControl("Infos");
    RepositoryEntry entry = loadRepositoryEntry();
    RepositoryEntryDetailsController ctrl = new RepositoryEntryDetailsController(ureq, addToHistory(ureq, bwControl), entry, true);
    listenTo(ctrl);
    detailsCtrl = pushController(ureq, translate("details.header"), ctrl);
    currentToolCtr = detailsCtrl;
}
Also used : RepositoryEntry(org.olat.repository.RepositoryEntry) WindowControl(org.olat.core.gui.control.WindowControl) RepositoryEntryDetailsController(org.olat.repository.ui.list.RepositoryEntryDetailsController)

Example 2 with RepositoryEntryDetailsController

use of org.olat.repository.ui.list.RepositoryEntryDetailsController in project openolat by klemens.

the class RepositoryEntryRuntimeController method doDetails.

protected void doDetails(UserRequest ureq) {
    WindowControl bwControl = getSubWindowControl("Infos");
    RepositoryEntry entry = loadRepositoryEntry();
    RepositoryEntryDetailsController ctrl = new RepositoryEntryDetailsController(ureq, addToHistory(ureq, bwControl), entry, true);
    listenTo(ctrl);
    detailsCtrl = pushController(ureq, translate("details.header"), ctrl);
    currentToolCtr = detailsCtrl;
}
Also used : RepositoryEntry(org.olat.repository.RepositoryEntry) WindowControl(org.olat.core.gui.control.WindowControl) RepositoryEntryDetailsController(org.olat.repository.ui.list.RepositoryEntryDetailsController)

Aggregations

WindowControl (org.olat.core.gui.control.WindowControl)2 RepositoryEntry (org.olat.repository.RepositoryEntry)2 RepositoryEntryDetailsController (org.olat.repository.ui.list.RepositoryEntryDetailsController)2