Class ReportUtils

java.lang.Object
org.gvsig.fmap.dal.swing.impl.actions.ReportUtils

public class ReportUtils extends Object
Author:
fdiaz
  • Method Details

    • getReports

      public static List<javax.json.JsonObject> getReports(org.gvsig.fmap.dal.feature.FeatureStore store)
    • getReportActions

      public static List<org.gvsig.fmap.dal.swing.report.ReportAction> getReportActions(org.gvsig.fmap.dal.DataStore store)
    • getReportActions

      public static List<org.gvsig.fmap.dal.swing.report.ReportAction> getReportActions(org.gvsig.fmap.dal.DataStore store, Predicate filter)
    • getReportActions

      public static List<org.gvsig.fmap.dal.swing.report.ReportAction> getReportActions(org.gvsig.fmap.dal.DataStore store, Predicate<javax.json.JsonObject> filter, org.gvsig.fmap.dal.swing.DALActionFactory.DALActionContext context, ActionEvent e)