Class ReportUtils
java.lang.Object
org.gvsig.fmap.dal.swing.impl.actions.ReportUtils
- Author:
- fdiaz
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<org.gvsig.fmap.dal.swing.report.ReportAction> getReportActions(org.gvsig.fmap.dal.DataStore store) static List<org.gvsig.fmap.dal.swing.report.ReportAction> getReportActions(org.gvsig.fmap.dal.DataStore store, Predicate filter) 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) static List<javax.json.JsonObject> getReports(org.gvsig.fmap.dal.feature.FeatureStore store)
-
Method Details
-
getReports
-
getReportActions
public static List<org.gvsig.fmap.dal.swing.report.ReportAction> getReportActions(org.gvsig.fmap.dal.DataStore store) -
getReportActions
-
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)
-