Examples of YearNavigationController


Examples of org.olat.core.commons.controllers.navigation.YearNavigationController

    // Add date components
    createDateComponents(ureq, feed);

    // The year/month navigation
    List<? extends Dated> items = feed.getFilteredItems(callback, ureq.getIdentity());
    naviCtr = new YearNavigationController(ureq, wControl, getTranslator(), items);
    listenTo(naviCtr);
    vcRightColumn.put("navi", naviCtr.getInitialComponent());

    mainPanel = new Panel("mainPanel");
    mainPanel.setContent(vcItems);
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.