Package org.cyclop.web.panels.history

Examples of org.cyclop.web.panels.history.HistoryPanel


  private void initHistoryTab(TabHelper tabSupport) {
    if (!AppConfig.get().history.enabled) {
      add(new Label("historyPanel", "History is disabled in application-configuration"));
      return;
    }
    HistoryPanel historyPanel = new HistoryPanel("historyPanel");
    add(historyPanel);
    tabSupport.registerReloadableTab(historyPanel, ".cq-tabHistory");
  }
View Full Code Here

TOP

Related Classes of org.cyclop.web.panels.history.HistoryPanel

Copyright © 2018 www.massapicom. 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.