Package ro.fortsoft.wicket.dashboard.web

Examples of ro.fortsoft.wicket.dashboard.web.DashboardPanel


  private static final long serialVersionUID = 7815949875883825949L;

  public OmDashboardPanel(String id) {
    super(id);

    add(new DashboardPanel("dashboard", new Model<Dashboard>(WebSession.getDashboard())));
  }
View Full Code Here

TOP

Related Classes of ro.fortsoft.wicket.dashboard.web.DashboardPanel

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.