Package ro.fortsoft.wicket.dashboard

Examples of ro.fortsoft.wicket.dashboard.WidgetComparator


    }

    @Override
    public void save(Dashboard dashboard) {
      // sort widgets
      Collections.sort(dashboard.getWidgets(), new WidgetComparator());
     
      try {
        xstream.toXML(dashboard, new FileOutputStream(file));
      } catch (Exception e) {
        log.error("Error while saving dashboard", e);
View Full Code Here

TOP

Related Classes of ro.fortsoft.wicket.dashboard.WidgetComparator

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.