Package nl.topicus.onderwijs.dashboard.web.components.events

Examples of nl.topicus.onderwijs.dashboard.web.components.events.EventsPanel


    StackedTablesPanel plotstack = new StackedTablesPanel("plotstack");
    for (int index = 0; index < plotSources.getPlotSources().size(); index++) {
      plotstack.addTable(new PlotPanel(tablestack.nextTableId(), index));
    }
    add(plotstack);
    add(new EventsPanel("events", Events.class, Summary.get()));
    add(new AlertsPanel("alerts"));
    add(new TwitterPanel("twitter", WicketApplication.get().getRepository()
        .getKeys(Misc.class).get(0)));
  }
View Full Code Here

TOP

Related Classes of nl.topicus.onderwijs.dashboard.web.components.events.EventsPanel

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.